@font-face {
  font-family: "Bebas Neue UNIS";
  src: url("assets/fonts/ofont.ru_Bebas_Neue.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Bebas Neue UNIS";
  src: url("assets/fonts/ofont.ru_Bebas_Neue_Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --ink: #111416;
  --muted: #5e6466;
  --line: rgba(17, 20, 22, 0.16);
  --aqua: #27b8bb;
  --aqua-dark: #159b9e;
  --orange: #ee5b2f;
  --paper: #f5f5f3;
  --white: #fff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Bebas Neue UNIS", Arial, Helvetica, sans-serif;
  font-size: 18px;
}

button,
input,
textarea {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.page-width {
  width: min(1360px, calc(100% - 64px));
  margin-inline: auto;
}

.hero-shell {
  position: relative;
  min-height: 820px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(246, 246, 244, 0.99) 0%, rgba(246, 246, 244, 0.92) 43%, rgba(232, 235, 233, 0.42) 100%),
    radial-gradient(circle at 70% 28%, rgba(238, 91, 47, 0.22), transparent 35%),
    radial-gradient(circle at 43% 88%, rgba(39, 184, 187, 0.35), transparent 30%),
    url("assets/images/background.webp");
  background-position: center, center, center, left top;
  background-size: 100% 100%, 100% 100%, 100% 100%, 560px auto;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat;
}

.site-header {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: 180px 1fr;
  align-items: center;
  min-height: 132px;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: flex;
  width: 118px;
  height: 74px;
  align-items: center;
}

.brand img {
  display: block;
  width: 118px;
  max-height: 74px;
  object-fit: contain;
}

.header-title {
  padding-left: 50px;
  border-left: 1px solid var(--line);
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.header-title strong {
  color: var(--aqua-dark);
}

.hero {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(520px, 0.9fr) minmax(500px, 1.1fr);
  gap: 70px;
  align-items: center;
  min-height: 650px;
  background: url("assets/images/hero.jpg") center center / cover no-repeat;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(
    90deg,
    var(--paper) 0%,
    rgba(245, 245, 243, 0.98) 39%,
    rgba(245, 245, 243, 0.82) 48%,
    rgba(245, 245, 243, 0) 64%
  );
  content: "";
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 1;
  padding: 68px 0 112px;
}

.eyebrow {
  margin-bottom: 18px;
  color: var(--aqua-dark);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2 {
  margin-bottom: 28px;
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 0.98;
  text-transform: uppercase;
}

h1 {
  max-width: 720px;
  font-size: clamp(64px, 5.7vw, 104px);
}

h1 span,
h2 span {
  display: block;
  color: var(--aqua);
}

.hero-lead {
  max-width: 650px;
  margin-bottom: 36px;
  color: #34393b;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 19px;
  line-height: 1.55;
}

.primary-button,
.submit-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-width: 210px;
  border: 0;
  border-radius: 2px;
  background: var(--aqua);
  color: var(--white);
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: background 180ms ease, transform 180ms ease;
}

.primary-button {
  padding: 19px 24px;
}

.primary-button:hover,
.submit-button:hover {
  background: var(--aqua-dark);
  transform: translateY(-2px);
}

.hero-visual {
  position: relative;
  z-index: 1;
  align-self: stretch;
  min-height: 650px;
  background: none;
}

.hero-visual::after {
  display: none;
}

.podcast-mark {
  position: absolute;
  right: 28px;
  top: 38px;
  bottom: auto;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: var(--white);
  filter: drop-shadow(0 4px 18px rgba(0, 0, 0, 0.4));
}

.podcast-mark small {
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.podcast-mark strong {
  font-size: clamp(60px, 5.3vw, 94px);
  line-height: 0.9;
  text-transform: uppercase;
}

.podcast-mark i {
  color: var(--orange);
  font-style: normal;
}

.wave {
  position: absolute;
  right: -7%;
  bottom: -125px;
  width: 118%;
  height: 260px;
  border: 3px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  transform: rotate(-2deg);
}

.wave-two {
  bottom: -92px;
}

.wave-three {
  bottom: -58px;
}

.about {
  padding-top: 110px;
  padding-bottom: 120px;
}

.section-heading h2,
.form-intro h2 {
  font-size: clamp(54px, 4.7vw, 82px);
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 42px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.audience-grid article {
  min-height: 275px;
  padding: 34px 36px 38px;
  border-right: 1px solid var(--line);
}

.audience-grid article:first-child {
  padding-left: 0;
}

.audience-grid article:last-child {
  border-right: 0;
}

.audience-grid b {
  color: var(--aqua);
  font-size: 22px;
}

.audience-grid h3 {
  max-width: 310px;
  margin: 68px 0 14px;
  font-size: 30px;
  line-height: 1.02;
  text-transform: uppercase;
}

.audience-grid p {
  max-width: 340px;
  margin-bottom: 0;
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

.form-section {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 4% 92%, rgba(39, 184, 187, 0.22), transparent 28%),
    #e8e9e7;
}

.form-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 100px;
  align-items: start;
}

.form-intro {
  position: sticky;
  top: 40px;
}

.form-intro > p:not(.eyebrow) {
  max-width: 490px;
  color: #3e4446;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

.video-note {
  display: flex;
  flex-direction: column;
  margin-top: 42px;
  padding: 24px 0 24px 26px;
  border-left: 4px solid var(--orange);
}

.video-note strong {
  margin-bottom: 5px;
  font-size: 28px;
  text-transform: uppercase;
}

.video-note span {
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
}

.application-form {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 50px;
  background: var(--white);
  box-shadow: 0 25px 70px rgba(36, 43, 44, 0.1);
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.application-form label > span:first-child,
.upload-title {
  display: block;
  margin-bottom: 9px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.application-form input:not([type="checkbox"]):not([type="file"]),
.application-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #aeb2b2;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  transition: border-color 160ms ease;
}

.application-form input:not([type="checkbox"]):not([type="file"]) {
  height: 48px;
}

.application-form textarea {
  min-height: 120px;
  padding: 10px 0;
  resize: vertical;
}

.application-form input:focus,
.application-form textarea:focus {
  border-color: var(--aqua-dark);
}

.application-form input::placeholder {
  color: #9a9e9f;
}

.upload-block {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px 24px;
  align-items: center;
  margin-top: 6px;
  padding: 24px;
  border: 1px dashed #929899;
  background: #f7f8f7;
}

.upload-block p {
  margin: 0;
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.upload-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 158px;
  min-height: 48px;
  padding: 11px 18px;
  border: 1px solid var(--aqua-dark);
  color: var(--aqua-dark);
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.upload-button:hover {
  background: var(--aqua);
  color: var(--white);
}

.upload-button input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.selected-file {
  display: flex;
  grid-column: 1 / -1;
  justify-content: space-between;
  gap: 20px;
  padding-top: 14px;
  border-top: 1px solid #d8dada;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.selected-file[hidden] {
  display: none;
}

.selected-file strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.selected-file em {
  flex: none;
  color: var(--aqua-dark);
  font-style: normal;
}

.field-error,
.form-status {
  grid-column: 1 / -1;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.field-error {
  color: #c44328 !important;
}

.consent {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 12px;
  align-items: start;
  color: #5d6263;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.45;
}

.consent input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--aqua-dark);
}

.consent span {
  margin: 0 !important;
  font-size: inherit !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.submit-button {
  width: 100%;
  padding: 20px 25px;
  font-size: 18px;
}

.submit-button:disabled {
  cursor: wait;
  opacity: 0.65;
  transform: none;
}

.form-status {
  padding: 15px 17px;
  border-left: 3px solid var(--aqua);
  background: rgba(39, 184, 187, 0.09);
  color: #266466;
  line-height: 1.45;
}

.form-status.is-error {
  border-left-color: var(--orange);
  background: rgba(238, 91, 47, 0.08);
  color: #9b3e27;
}

footer {
  padding: 30px 0;
  background: #1b1e1f;
  color: rgba(255, 255, 255, 0.72);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

@media (max-width: 1050px) {
  .hero {
    grid-template-columns: 1fr 0.8fr;
    gap: 30px;
  }

  .form-layout {
    gap: 55px;
  }
}

@media (max-width: 820px) {
  .page-width {
    width: min(100% - 36px, 680px);
  }

  .hero-shell {
    min-height: auto;
  }

  .site-header {
    grid-template-columns: 100px 1fr;
    min-height: 105px;
  }

  .brand,
  .brand img {
    width: 90px;
    height: 62px;
  }

  .header-title {
    padding-left: 25px;
    font-size: 17px;
  }

  .hero {
    display: flex;
    min-height: auto;
    flex-direction: column;
    gap: 0;
    background: none;
  }

  .hero::before {
    display: none;
  }

  .hero-copy {
    width: 100%;
    padding: 58px 0 30px;
  }

  h1 {
    font-size: clamp(58px, 12vw, 88px);
  }

  .hero-visual {
    width: 100%;
    min-height: 500px;
    background: url("assets/images/hero.jpg") 72% center / cover no-repeat;
  }

  .about {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .audience-grid,
  .form-layout {
    grid-template-columns: 1fr;
  }

  .audience-grid article {
    min-height: auto;
    padding: 30px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .audience-grid article:last-child {
    border-bottom: 0;
  }

  .audience-grid h3 {
    margin-top: 35px;
  }

  .form-section {
    padding: 80px 0;
  }

  .form-layout {
    gap: 45px;
  }

  .form-intro {
    position: static;
  }
}

@media (max-width: 560px) {
  .page-width {
    width: min(100% - 26px, 500px);
  }

  .site-header {
    grid-template-columns: 82px 1fr;
  }

  .brand,
  .brand img {
    width: 72px;
  }

  .header-title {
    padding-left: 16px;
    font-size: 14px;
    line-height: 1.15;
  }

  h1 {
    font-size: clamp(50px, 16vw, 72px);
  }

  .hero-lead {
    font-size: 17px;
  }

  .hero-visual {
    min-height: 390px;
    background-position: center top;
  }

  .podcast-mark strong {
    font-size: 52px;
  }

  .section-heading h2,
  .form-intro h2 {
    font-size: 50px;
  }

  .application-form {
    gap: 22px;
    padding: 28px 20px;
  }

  .field-grid,
  .upload-block {
    grid-template-columns: 1fr;
  }

  .upload-button {
    width: 100%;
  }

  .footer-inner {
    flex-direction: column;
    gap: 8px;
  }
}
