@font-face {
  font-family: "Cyrillic Goth";
  src: url("../../fonts/CyrillicGoth-Normal.c84db07f5259.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body.advertise-body {
  min-height: 100vh;
  overflow-x: hidden;
  color: #f7f7f3;
  background:
    linear-gradient(125deg, rgba(5, 15, 19, .97) 0%, rgba(12, 29, 27, .93) 47%, rgba(45, 20, 22, .91) 100%),
    url("../../images/photo_2025-11-12_12-09-46.fc7676942e36.jpg") center / cover fixed;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.advertise-body.light {
  color: #15211d;
  background:
    linear-gradient(125deg, rgba(250, 251, 247, .96) 0%, rgba(238, 247, 241, .93) 50%, rgba(255, 243, 238, .91) 100%),
    url("../../images/photo_2025-11-12_12-09-46.fc7676942e36.jpg") center / cover fixed;
}

body.advertise-body .lang-switcher {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}

.advertise-theme {
  position: absolute;
  top: 20px;
  right: 78px;
  z-index: 9;
}

.advertise-theme .theme-toggle {
  position: static;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 50%;
  background: rgba(0, 0, 0, .52);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .22);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
}

.advertise-theme .theme-toggle:hover {
  background: rgba(0, 0, 0, .72);
}

.advertise-page {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 94px 0 30px;
  box-sizing: border-box;
}

.advertise-logo {
  display: inline-block;
  margin-bottom: 42px;
  color: inherit;
  text-decoration: none;
  font-family: "Cyrillic Goth", Georgia, serif;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1;
  text-shadow: 0 4px 20px rgba(0, 0, 0, .35);
}

.advertise-logo:hover {
  opacity: .86;
}

body.advertise-body.light .advertise-logo {
  text-shadow: none;
}

.advertise-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(330px, .75fr);
  gap: clamp(36px, 6vw, 80px);
  align-items: center;
  padding-bottom: 90px;
}

.advertise-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .09);
  color: rgba(255, 255, 255, .83);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .04em;
}

body.advertise-body.light .advertise-eyebrow {
  border-color: rgba(21, 33, 29, .12);
  background: rgba(255, 255, 255, .7);
  color: rgba(21, 33, 29, .74);
}

.advertise-hero-copy h1 {
  max-width: 790px;
  margin: 0;
  color: inherit;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 6.4vw, 78px);
  font-weight: 700;
  line-height: .98;
  letter-spacing: -.035em;
  text-wrap: balance;
  text-shadow: 0 5px 25px rgba(0, 0, 0, .25);
}

body.advertise-body.light .advertise-hero-copy h1 {
  text-shadow: none;
}

.advertise-lead {
  max-width: 730px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .76);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.58;
}

body.advertise-body.light .advertise-lead {
  color: rgba(21, 33, 29, .72);
}

.advertise-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.advertise-button {
  min-height: 48px;
  padding: 0 18px;
  border: 0;
  border-radius: 10px;
  appearance: none;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
  font-size: 15px;
  font-weight: 850;
  font-family: inherit;
  line-height: 1.15;
  cursor: pointer;
  transition: transform .18s ease, filter .18s ease, background .18s ease;
}

.advertise-button:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.advertise-button-primary {
  background: #f4d28b;
  color: #1d1810;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .24);
}

.advertise-button-primary:hover {
  filter: brightness(1.04);
}

.advertise-button-secondary {
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .07);
}

body.advertise-body.light .advertise-button-secondary {
  border-color: rgba(21, 33, 29, .14);
  background: rgba(255, 255, 255, .72);
}

.advertise-principle {
  position: relative;
  overflow: hidden;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 22px;
  background:
    radial-gradient(circle at 85% 10%, rgba(244, 210, 139, .19), transparent 38%),
    rgba(255, 255, 255, .075);
  box-shadow: 0 28px 60px rgba(0, 0, 0, .3);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

body.advertise-body.light .advertise-principle {
  border-color: rgba(21, 33, 29, .11);
  background:
    radial-gradient(circle at 85% 10%, rgba(188, 132, 28, .15), transparent 38%),
    rgba(255, 255, 255, .73);
  box-shadow: 0 24px 50px rgba(49, 65, 57, .15);
}

.advertise-principle-icon {
  width: 52px;
  height: 52px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: #f4d28b;
  color: #1d1810;
  font-size: 23px;
}

.advertise-principle-kicker {
  margin: 24px 0 8px;
  color: #f4d28b;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.advertise-body.light .advertise-principle-kicker {
  color: #825900;
}

.advertise-principle h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(27px, 3vw, 36px);
  line-height: 1.08;
}

.advertise-principle > p:not(.advertise-principle-kicker) {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 15px;
  line-height: 1.58;
}

body.advertise-body.light .advertise-principle > p:not(.advertise-principle-kicker) {
  color: rgba(21, 33, 29, .7);
}

.advertise-principle-note {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .13);
  color: rgba(255, 255, 255, .86);
  font-size: 14px;
  line-height: 1.48;
}

body.advertise-body.light .advertise-principle-note {
  border-top-color: rgba(21, 33, 29, .11);
  color: rgba(21, 33, 29, .8);
}

.advertise-principle-note i {
  margin-top: 2px;
  color: #f4d28b;
}

.advertise-section {
  padding: 84px 0;
  border-top: 1px solid rgba(255, 255, 255, .13);
}

body.advertise-body.light .advertise-section {
  border-top-color: rgba(21, 33, 29, .12);
}

.advertise-section-heading {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  max-width: 760px;
  margin-bottom: 36px;
}

.advertise-section-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 28px;
  margin-top: 5px;
  border-radius: 999px;
  border: 1px solid rgba(244, 210, 139, .4);
  color: #f4d28b;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}

body.advertise-body.light .advertise-section-number {
  border-color: rgba(130, 89, 0, .35);
  color: #825900;
}

.advertise-section-heading h2,
.advertise-reach-copy h2,
.advertise-development h2,
.advertise-platforms h2,
.advertise-contact h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: -.02em;
}

.advertise-section-heading p {
  max-width: 680px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .68);
  font-size: 17px;
  line-height: 1.55;
}

body.advertise-body.light .advertise-section-heading p {
  color: rgba(21, 33, 29, .68);
}

.advertise-card-grid {
  display: grid;
  gap: 14px;
}

.advertise-audience-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.advertise-format-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.advertise-card {
  position: relative;
  min-height: 150px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 16px;
  background: rgba(255, 255, 255, .055);
  box-sizing: border-box;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.advertise-card:hover {
  transform: translateY(-3px);
  border-color: rgba(244, 210, 139, .48);
  background: rgba(255, 255, 255, .085);
}

body.advertise-body.light .advertise-card {
  border-color: rgba(21, 33, 29, .1);
  background: rgba(255, 255, 255, .68);
  box-shadow: 0 10px 26px rgba(37, 56, 47, .07);
}

body.advertise-body.light .advertise-card:hover {
  border-color: rgba(130, 89, 0, .35);
  background: rgba(255, 255, 255, .86);
}

.advertise-card-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(244, 210, 139, .14);
  color: #f4d28b;
  font-size: 18px;
}

body.advertise-body.light .advertise-card-icon {
  background: rgba(130, 89, 0, .1);
  color: #825900;
}

.advertise-card h3 {
  margin: 22px 0 0;
  font-size: 17px;
  line-height: 1.28;
}

.advertise-format-card {
  min-height: 190px;
}

.advertise-format-index {
  position: absolute;
  top: 22px;
  right: 22px;
  color: rgba(255, 255, 255, .22);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 700;
}

body.advertise-body.light .advertise-format-index {
  color: rgba(21, 33, 29, .18);
}

.advertise-reach {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(44px, 7vw, 92px);
  align-items: center;
  padding: 88px 0;
  border-top: 1px solid rgba(255, 255, 255, .13);
}

body.advertise-body.light .advertise-reach {
  border-top-color: rgba(21, 33, 29, .12);
}

.advertise-reach-copy h2 {
  margin-top: 18px;
}

.advertise-check-list {
  display: grid;
  gap: 15px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.advertise-check-list li {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 10px;
  color: rgba(255, 255, 255, .78);
  font-size: 16px;
  line-height: 1.45;
}

body.advertise-body.light .advertise-check-list li {
  color: rgba(21, 33, 29, .76);
}

.advertise-check-list i {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(244, 210, 139, .16);
  color: #f4d28b;
  font-size: 11px;
}

body.advertise-body.light .advertise-check-list i {
  background: rgba(130, 89, 0, .11);
  color: #825900;
}

.advertise-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.advertise-stat {
  min-height: 190px;
  padding: 27px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 18px;
  background:
    radial-gradient(circle at 88% 12%, rgba(244, 210, 139, .13), transparent 36%),
    rgba(255, 255, 255, .06);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

body.advertise-body.light .advertise-stat {
  border-color: rgba(21, 33, 29, .1);
  background:
    radial-gradient(circle at 88% 12%, rgba(130, 89, 0, .1), transparent 36%),
    rgba(255, 255, 255, .72);
  box-shadow: 0 12px 30px rgba(37, 56, 47, .08);
}

.advertise-stat strong {
  color: #f4d28b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 64px);
  line-height: .95;
}

body.advertise-body.light .advertise-stat strong {
  color: #825900;
}

.advertise-stat span {
  max-width: 220px;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

body.advertise-body.light .advertise-stat span {
  color: rgba(21, 33, 29, .68);
}

.advertise-development {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: 52px;
  align-items: center;
  margin-bottom: 72px;
  padding: 44px;
  border: 1px solid rgba(244, 210, 139, .28);
  border-radius: 24px;
  background:
    radial-gradient(circle at 90% 15%, rgba(244, 210, 139, .15), transparent 34%),
    rgba(255, 255, 255, .055);
  box-shadow: 0 26px 60px rgba(0, 0, 0, .2);
}

body.advertise-body.light .advertise-development {
  border-color: rgba(130, 89, 0, .18);
  background:
    radial-gradient(circle at 90% 15%, rgba(130, 89, 0, .1), transparent 34%),
    rgba(255, 255, 255, .76);
  box-shadow: 0 22px 50px rgba(37, 56, 47, .1);
}

.advertise-development-copy > p:not(.advertise-eyebrow) {
  max-width: 700px;
  margin: 17px 0 25px;
  color: rgba(255, 255, 255, .7);
  font-size: 16px;
  line-height: 1.55;
}

body.advertise-body.light
  .advertise-development-copy > p:not(.advertise-eyebrow) {
  color: rgba(21, 33, 29, .68);
}

.advertise-development-services {
  display: grid;
  gap: 12px;
}

.advertise-development-service {
  min-height: 104px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 15px;
  background: rgba(255, 255, 255, .07);
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 15px;
  align-items: center;
}

body.advertise-body.light .advertise-development-service {
  border-color: rgba(21, 33, 29, .1);
  background: rgba(255, 255, 255, .72);
}

.advertise-development-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(244, 210, 139, .14);
  color: #f4d28b;
  font-size: 20px;
}

body.advertise-body.light .advertise-development-icon {
  background: rgba(130, 89, 0, .1);
  color: #825900;
}

.advertise-development-service h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.35;
}

.advertise-platforms {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: 52px;
  align-items: center;
  margin-top: 10px;
  padding: 44px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 24px;
  background:
    linear-gradient(125deg, rgba(22, 63, 51, .7), rgba(54, 26, 29, .65)),
    rgba(255, 255, 255, .05);
  box-shadow: 0 26px 60px rgba(0, 0, 0, .25);
}

body.advertise-body.light .advertise-platforms {
  border-color: rgba(21, 33, 29, .1);
  background:
    linear-gradient(125deg, rgba(224, 242, 232, .87), rgba(255, 229, 220, .78)),
    rgba(255, 255, 255, .75);
  box-shadow: 0 22px 50px rgba(37, 56, 47, .12);
}

.advertise-platforms-copy > p:not(.advertise-eyebrow) {
  margin: 17px 0 0;
  color: rgba(255, 255, 255, .7);
  font-size: 16px;
  line-height: 1.55;
}

body.advertise-body.light .advertise-platforms-copy > p:not(.advertise-eyebrow) {
  color: rgba(21, 33, 29, .68);
}

.advertise-platform-links {
  display: grid;
  gap: 11px;
}

.advertise-platform-link {
  min-height: 68px;
  padding: 10px 17px 10px 11px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 14px;
  background: rgba(255, 255, 255, .08);
  color: inherit;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 13px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 820;
  transition: transform .18s ease, background .18s ease;
}

.advertise-platform-link:hover {
  transform: translateX(4px);
  background: rgba(255, 255, 255, .13);
  text-decoration: none;
}

body.advertise-body.light .advertise-platform-link {
  border-color: rgba(21, 33, 29, .1);
  background: rgba(255, 255, 255, .68);
}

body.advertise-body.light .advertise-platform-link:hover {
  background: rgba(255, 255, 255, .9);
}

.advertise-platform-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, .1);
  font-size: 22px;
}

body.advertise-body.light .advertise-platform-icon {
  background: rgba(21, 33, 29, .07);
}

.advertise-contact {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  gap: 42px;
  align-items: center;
  margin-top: 72px;
  padding: 46px;
  border-radius: 24px;
  background: #f4d28b;
  color: #211b12;
  box-shadow: 0 28px 65px rgba(0, 0, 0, .28);
}

body.advertise-body.light .advertise-contact {
  box-shadow: 0 24px 55px rgba(83, 64, 24, .18);
}

.advertise-contact-copy {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.advertise-contact-mark {
  width: 58px;
  height: 58px;
  border-radius: 17px;
  display: grid;
  place-items: center;
  background: #211b12;
  color: #f4d28b;
  font-size: 23px;
}

.advertise-contact-label {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
  opacity: .66;
}

.advertise-contact h2 {
  font-size: clamp(31px, 3.7vw, 48px);
}

.advertise-contact-copy > div > p:last-child {
  max-width: 650px;
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 1.55;
  opacity: .74;
}

.advertise-contact-actions {
  display: grid;
  gap: 16px;
  justify-items: stretch;
}

.advertise-contact .advertise-button-primary {
  background: #211b12;
  color: #fff;
  box-shadow: none;
}

.advertise-contact .advertise-button-primary.is-copied {
  background: #285c43;
}

.advertise-contact-form {
  display: grid;
  gap: 13px;
}

.advertise-form-field {
  display: grid;
  gap: 6px;
  color: #211b12;
  font-size: 13px;
  font-weight: 850;
}

.advertise-form-field input,
.advertise-form-field textarea {
  width: 100%;
  padding: 12px 13px;
  border: 1px solid rgba(33, 27, 18, .24);
  border-radius: 10px;
  outline: none;
  background: rgba(255, 255, 255, .74);
  color: #211b12;
  font: inherit;
  font-weight: 600;
  line-height: 1.4;
  box-sizing: border-box;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.advertise-form-field textarea {
  min-height: 128px;
  resize: vertical;
}

.advertise-form-field input:focus,
.advertise-form-field textarea:focus {
  border-color: #211b12;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(33, 27, 18, .1);
}

.advertise-form-field .errorlist,
.advertise-form-errors .errorlist {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #8f1d1d;
  font-size: 12px;
  font-weight: 800;
}

.advertise-form-errors {
  padding: 11px 13px;
  border-radius: 10px;
  background: rgba(143, 29, 29, .1);
}

.advertise-form-success {
  min-height: 170px;
  padding: 28px;
  border: 1px solid rgba(33, 27, 18, .18);
  border-radius: 16px;
  background: rgba(255, 255, 255, .42);
  display: grid;
  place-items: center;
  align-content: center;
  gap: 14px;
  color: #285c43;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
}

.advertise-form-success i {
  font-size: 38px;
}

.advertise-contact-fallback {
  display: grid;
  gap: 8px;
  justify-items: center;
  padding-top: 3px;
  color: rgba(33, 27, 18, .7);
  font-size: 12px;
  font-weight: 750;
  text-align: center;
}

.advertise-email {
  color: #211b12;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  overflow-wrap: anywhere;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 850;
}

.advertise-copy-link,
.site-footer-email-copy {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.advertise-copy-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #211b12;
  font-size: 12px;
  font-weight: 850;
}

.advertise-copy-link.is-copied,
.site-footer-email-copy.is-copied {
  color: #285c43;
}

.advertise-copy-status {
  min-height: 18px;
  color: rgba(33, 27, 18, .74);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.4;
  text-align: center;
}

.advertise-back {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 32px;
  color: rgba(255, 255, 255, .68);
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
}

.advertise-back:hover {
  color: #fff;
  text-decoration: none;
}

body.advertise-body.light .advertise-back {
  color: rgba(21, 33, 29, .66);
}

body.advertise-body.light .advertise-back:hover {
  color: #15211d;
}

@media (max-width: 980px) {
  .advertise-hero {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .advertise-principle {
    max-width: 650px;
  }

  .advertise-audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .advertise-reach,
  .advertise-development,
  .advertise-platforms,
  .advertise-contact {
    grid-template-columns: 1fr;
  }

  .advertise-contact-actions {
    max-width: 500px;
  }
}

@media (max-width: 720px) {
  body.advertise-body {
    background-attachment: scroll;
  }

  .advertise-page {
    width: min(100% - 28px, 620px);
    padding-top: 84px;
  }

  .advertise-logo {
    margin-bottom: 34px;
  }

  .advertise-hero {
    padding-bottom: 68px;
  }

  .advertise-section,
  .advertise-reach {
    padding: 64px 0;
  }

  .advertise-format-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .advertise-platforms,
  .advertise-development,
  .advertise-contact {
    padding: 30px;
  }
}

@media (max-width: 520px) {
  body.advertise-body .lang-switcher {
    top: 14px;
    right: 14px;
  }

  .advertise-theme {
    top: 14px;
    right: 64px;
  }

  .advertise-theme .theme-toggle {
    width: 40px;
    height: 40px;
  }

  .advertise-page {
    width: min(100% - 22px, 440px);
    padding-top: 78px;
  }

  .advertise-logo {
    font-size: 30px;
  }

  .advertise-hero-copy h1 {
    font-size: 42px;
    line-height: 1.01;
  }

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

  .advertise-actions {
    align-items: stretch;
  }

  .advertise-button {
    width: 100%;
  }

  .advertise-principle {
    padding: 25px;
  }

  .advertise-section-heading {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .advertise-section-heading h2,
  .advertise-reach-copy h2,
  .advertise-development h2,
  .advertise-platforms h2 {
    font-size: 36px;
  }

  .advertise-audience-grid,
  .advertise-format-grid,
  .advertise-stats {
    grid-template-columns: 1fr;
  }

  .advertise-card,
  .advertise-format-card {
    min-height: 142px;
  }

  .advertise-stat {
    min-height: 154px;
  }

  .advertise-platforms,
  .advertise-development,
  .advertise-contact {
    padding: 24px;
    border-radius: 19px;
  }

  .advertise-contact-copy {
    grid-template-columns: 1fr;
  }

  .advertise-contact h2 {
    font-size: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .advertise-button,
  .advertise-card,
  .advertise-platform-link {
    transition: none;
  }
}
