@font-face {
  font-family: "Roboto";
  src: url("../assets/fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../assets/fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../assets/fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../assets/fonts/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: light;
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-strong: #fcdd00;
  --text: #090b5c;
  --muted: #10125f;
  --navy: #090b5c;
  --yellow: #fcdd00;
  --cyan: #29d9df;
  --border: #090b5c;
  --focus: #090b5c;
  --button-shadow: 0 4px 7px rgba(0, 0, 0, 0.32);
  --button-inset: inset 0 0 0 2px rgba(255, 255, 255, 0.86);
  --pdf-button-width: 272px;
  --shadow: 0 9px 0 rgba(0, 0, 0, 0.2);
  --soft-shadow: 0 18px 48px rgba(9, 11, 92, 0.18);
  --text-scale: 100%;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-size: 1rem;
  line-height: 1.45;
}

#main,
.site-footer {
  font-size: var(--text-scale);
}

body.high-contrast {
  color-scheme: dark;
  --bg: #000000;
  --surface: #000000;
  --surface-strong: #000000;
  --text: #fcdd00;
  --muted: #fcdd00;
  --navy: #000000;
  --yellow: #fcdd00;
  --border: #ffffff;
  --focus: #fcdd00;
  --button-shadow: 0 0 0 rgba(0, 0, 0, 0);
  --button-inset: inset 0 0 0 2px #000000;
  --shadow: none;
  --soft-shadow: none;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible,
iframe:focus-visible,
video:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 30;
  padding: 0.65rem 1rem;
  background: #000000;
  color: #ffffff;
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: relative;
  top: auto;
  z-index: 20;
  width: 100%;
  min-height: 96px;
  margin: 0;
  background: var(--yellow);
  border: 0;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
  transition: box-shadow 180ms ease;
}

body.high-contrast .site-header {
  background: #000000;
}

.site-header.is-video-playing {
  box-shadow: 0 8px 20px rgba(9, 11, 92, 0.18);
}

body.high-contrast .site-header.is-video-playing {
  box-shadow: none;
}

@media (min-width: 721px) {
  .site-header.is-video-playing .brand-stack::before {
    box-shadow: 0 8px 20px rgba(9, 11, 92, 0.18);
    opacity: 1;
  }

  body.high-contrast .site-header.is-video-playing .brand-stack::before {
    box-shadow: none;
    opacity: 0;
  }
}

.nav-shell {
  width: min(1240px, calc(100% - 56px));
  min-height: 96px;
  margin: 0 auto;
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto auto;
  gap: clamp(0.45rem, 1vw, 0.85rem);
  align-items: start;
  padding: 0;
}

.brand-stack {
  position: absolute;
  top: 0;
  left: calc((100vw - min(1240px, calc(100vw - 56px))) / -2);
  width: clamp(220px, 26.4vw, 340px);
  display: grid;
  justify-items: center;
  gap: 0.2rem;
  align-self: start;
  align-content: start;
  padding: 0.8rem 1rem 0.9rem;
  background: var(--yellow);
  border-radius: 0 0 28px 0;
  z-index: 2;
}

.brand-stack::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: var(--yellow);
  clip-path: inset(96px -32px -32px -32px);
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: box-shadow 180ms ease, opacity 180ms ease;
}

body.high-contrast .brand-stack {
  background: #000000;
}

body.high-contrast .brand-stack::before {
  background: #000000;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  min-width: 0;
  color: var(--navy);
  text-decoration: none;
  font-size: 0.78rem;
  line-height: 1;
}

.logo-switch {
  display: grid;
  align-items: center;
}

.brand .logo-switch {
  width: clamp(118px, 12.3vw, 154px);
}

.brand-bot .logo-switch {
  width: clamp(122px, 12.7vw, 158px);
}

.brand-logo {
  display: block;
  width: 100%;
  height: auto;
}

.logo-high {
  display: none;
}

.logo-normal,
body.high-contrast .logo-high {
  display: block;
}

body.high-contrast .logo-normal {
  display: none;
}

.nav-menu {
  grid-column: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(0.24rem, 0.55vw, 0.48rem);
  min-width: 0;
  min-height: 32px;
  margin-top: 2.05rem;
  justify-self: end;
}

.nav-menu a {
  color: var(--navy);
  font-size: clamp(0.98rem, 1.14vw, 1.08rem);
  font-weight: 900;
  line-height: 1.1;
  text-decoration: none;
  white-space: nowrap;
}

.nav-menu a + a {
  margin-left: clamp(0.24rem, 0.55vw, 0.48rem);
  padding-left: clamp(0.24rem, 0.55vw, 0.48rem);
  border-left: 1px solid var(--navy);
}

body.high-contrast .nav-menu a {
  color: var(--yellow);
}

body.high-contrast .nav-menu a + a {
  border-left-color: var(--yellow);
}

.language-picker {
  position: relative;
  grid-column: 5;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  margin-top: 2.05rem;
  color: var(--navy);
  font-size: clamp(0.98rem, 1.14vw, 1.08rem);
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
  cursor: pointer;
}

body.high-contrast .language-picker {
  color: var(--yellow);
}

.language-picker select {
  position: absolute;
  inset: -0.35rem;
  width: calc(100% + 0.7rem);
  min-height: 100%;
  opacity: 0;
  cursor: pointer;
}

.contrast-toggle,
.text-size-button,
.nav-toggle {
  min-height: 32px;
  border: 0;
  background: transparent;
  color: var(--text);
  border-radius: 0;
  cursor: pointer;
  font-weight: 900;
}

body.high-contrast .contrast-toggle,
body.high-contrast .text-size-button,
body.high-contrast .nav-toggle {
  color: var(--yellow);
}

.contrast-toggle {
  grid-column: 3;
  position: relative;
  z-index: 3;
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-top: 2.05rem;
  font-size: clamp(0.98rem, 1.14vw, 1.08rem);
  line-height: 1.1;
}

.text-size-controls {
  grid-column: 4;
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  margin-top: 2.05rem;
}

.text-size-button {
  width: 34px;
  min-width: auto;
  padding: 0;
  font-size: clamp(0.98rem, 1.14vw, 1.08rem);
  line-height: 1.1;
}

.nav-toggle {
  display: none;
  width: 46px;
  padding: 0;
  place-items: center;
}

.nav-toggle span[aria-hidden="true"] {
  position: relative;
  display: block;
  width: 22px;
  height: 3px;
  background: currentColor;
  border-radius: 999px;
}

.nav-toggle span[aria-hidden="true"]::before,
.nav-toggle span[aria-hidden="true"]::after {
  position: absolute;
  left: 0;
  display: block;
  width: 22px;
  height: 3px;
  background: currentColor;
  border-radius: 999px;
  content: "";
}

.nav-toggle span[aria-hidden="true"]::before {
  top: -7px;
}

.nav-toggle span[aria-hidden="true"]::after {
  top: 7px;
}

.nav-toggle[aria-expanded="true"] span[aria-hidden="true"] {
  background: transparent;
}

.nav-toggle[aria-expanded="true"] span[aria-hidden="true"]::before {
  top: 0;
  transform: rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span[aria-hidden="true"]::after {
  top: 0;
  transform: rotate(-45deg);
}

main[tabindex="-1"]:focus,
section[tabindex="-1"]:focus {
  outline: none;
}

.section,
.quick-actions,
.whatsapp-section,
.contact-section,
.site-footer > * {
  width: min(980px, calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
}

.section {
  scroll-margin-top: 112px;
  padding: clamp(2.8rem, 6vw, 5rem) 0;
}

.hero {
  --hero-image-height: clamp(360px, 42.6vw, 546px);
  position: relative;
  scroll-margin-top: 112px;
  width: 100%;
  min-height: var(--hero-image-height);
  margin: 0 auto;
  overflow: hidden;
  background: #ede3d3;
  padding: clamp(3rem, 8vw, 6.5rem) clamp(1.5rem, 7vw, 7rem);
}

.hero-image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: var(--hero-image-height);
  object-fit: cover;
  object-position: center right;
}

.hero::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: var(--hero-image-height);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0.18) 38%, rgba(255, 255, 255, 0) 68%);
  content: "";
}

body.high-contrast .hero::after {
  display: none;
}

.hero.is-video-active::after {
  display: none;
}

.hero.is-video-active {
  background: #000000;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(58%, 42rem);
}

body.high-contrast .hero-copy {
  width: min(58%, 42rem);
  padding: clamp(1rem, 2vw, 1.45rem);
  background: #000000;
  border: 3px solid #000000;
  border-radius: 16px;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--text);
  font-weight: 900;
  line-height: 0.98;
}

h1 {
  max-width: 13.8ch;
  font-size: clamp(2.2em, calc(1.55em + 2.6vw), 4.15em);
}

h2 {
  max-width: 16ch;
  font-size: clamp(2em, calc(1.45em + 2.8vw), 4em);
}

h3 {
  font-size: clamp(1.15em, calc(1em + 0.6vw), 1.45em);
}

.play-action {
  position: absolute;
  right: clamp(1.8rem, 7vw, 7rem);
  top: calc(var(--hero-image-height) - clamp(2rem, 7vw, 6.5rem) - 64px);
  z-index: 2;
  width: 64px;
  height: 64px;
  display: block;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.play-action img {
  position: absolute;
  top: -15px;
  left: -14px;
  width: 96px;
  height: 96px;
  display: block;
  max-width: none;
  object-fit: contain;
}

.play-action .play-icon-high,
body.high-contrast .play-action .play-icon-normal {
  display: none;
}

body.high-contrast .play-action .play-icon-high {
  display: block;
}

.hero-video {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: var(--hero-image-height);
  background: #000000;
  border: 0;
  object-fit: contain;
}

.video-close {
  position: absolute;
  right: clamp(0.5rem, 1.4vw, 1rem);
  bottom: clamp(0.5rem, 1.4vw, 1rem);
  z-index: 4;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--navy);
  border-radius: 50%;
  background: var(--yellow);
  box-shadow:
    inset 0 0 0 2px #ffffff,
    0 10px 20px rgba(0, 0, 0, 0.28);
  cursor: pointer;
}

.video-close[hidden] {
  display: none;
}

.video-close span,
.video-close span::before,
.video-close span::after {
  display: block;
}

.video-close span {
  position: relative;
  width: 19px;
  height: 19px;
}

.video-close span::before,
.video-close span::after {
  content: "";
  position: absolute;
  top: 8px;
  left: -2px;
  width: 23px;
  height: 3px;
  border-radius: 999px;
  background: var(--navy);
}

.video-close span::before {
  transform: rotate(45deg);
}

.video-close span::after {
  transform: rotate(-45deg);
}

body.high-contrast .video-close {
  border-color: #ffffff;
  background: var(--yellow);
  box-shadow:
    inset 0 0 0 2px #000000,
    0 10px 20px rgba(0, 0, 0, 0.45);
}

body.high-contrast .video-close span::before,
body.high-contrast .video-close span::after {
  background: #000000;
}

.hero.is-video-active .hero-image,
.hero.is-video-active .hero-copy,
.hero.is-video-active .play-action {
  display: none;
}

.quick-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 32px;
  padding: 1.45rem 0 0.8rem;
}

.button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 3px solid var(--navy);
  border-radius: 12px;
  padding: 0.58rem 1rem;
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  box-shadow: var(--button-inset), var(--button-shadow);
  cursor: pointer;
}

.quick-actions .button {
  width: var(--pdf-button-width);
  max-width: 100%;
  min-height: 42px;
  flex: 0 0 var(--pdf-button-width);
}

.download-actions .button,
.whatsapp-card .button {
  width: var(--pdf-button-width);
  max-width: 100%;
}

.quick-actions .button.accent {
  margin-left: auto;
}

.button.primary {
  border-color: var(--navy);
  background: var(--navy);
  color: #ffffff;
}

.button.accent {
  border-color: var(--navy);
  background: var(--yellow);
  color: var(--navy);
}

.button.light {
  background: #ffffff;
  color: #184f43;
  border-color: #ffffff;
  box-shadow: var(--button-shadow);
}

.quick-actions .button,
.download-actions .button,
.whatsapp-card .button,
.contact-method em {
  border: 1px solid var(--navy);
  border-radius: 12px;
  padding: 0 18px;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-shadow:
    inset 0 0 0 2.5px #ffffff,
    inset 0 0 0 4.5px var(--navy),
    var(--button-shadow);
}

body.high-contrast .button {
  border-color: #ffffff;
  box-shadow: var(--button-inset), var(--button-shadow);
}

body.high-contrast .button.primary,
body.high-contrast .button.accent {
  background: var(--yellow);
  color: #000000;
}

body.high-contrast .button.light {
  background: #ffffff;
  color: #184f43;
  box-shadow: none;
}

body.high-contrast .quick-actions .button,
body.high-contrast .download-actions .button,
body.high-contrast .whatsapp-card .button,
body.high-contrast .contact-method em {
  border-color: #ffffff;
  box-shadow:
    inset 0 0 0 2.5px #000000,
    inset 0 0 0 4.5px #ffffff,
    var(--button-shadow);
}

.whatsapp-card .button.light,
body.high-contrast .whatsapp-card .button.light {
  border: 0;
  border-radius: 12px;
  gap: 0.55rem;
  box-shadow: var(--button-shadow);
}

.whatsapp-chat-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.section-heading {
  margin-bottom: clamp(1.6rem, 4vw, 2.8rem);
}

.section-heading .eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  max-width: 30rem;
  margin: 0 0 0.7rem;
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 900;
}

.section-heading .eyebrow::after {
  flex: 1;
  height: 2px;
  background: color-mix(in srgb, var(--border) 62%, transparent);
  content: "";
}

.section-heading p:not(.eyebrow) {
  max-width: 72ch;
  margin: 1rem 0 0;
  color: var(--muted);
}

.feature-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  column-gap: clamp(2.2rem, 7vw, 5rem);
  row-gap: 2.2rem;
  align-items: stretch;
  padding-left: 2.5rem;
}

.feature-item {
  position: relative;
  min-height: 154px;
  height: 100%;
  padding: 1.25rem;
  background: var(--surface);
  border: 3px solid var(--border);
  border-radius: 17px;
}

.feature-icon {
  position: absolute;
  top: -38px;
  left: -46px;
  z-index: 1;
  width: 96px;
  height: 100px;
  display: block;
}

.feature-icon img {
  position: absolute;
  inset: 0;
  width: 96px;
  height: 100px;
  display: block;
  max-width: none;
  object-fit: contain;
}

.feature-icon .feature-icon-high,
body.high-contrast .feature-icon .feature-icon-normal {
  display: none;
}

body.high-contrast .feature-icon .feature-icon-high {
  display: block;
}

.feature-item h3 {
  max-width: calc(100% - 2.1rem);
  margin-left: 2.1rem;
  font-size: clamp(1.44em, 1.59vw, 1.54em);
  line-height: 1.02;
}

.feature-item p {
  max-width: none;
  margin: 0.9rem 0 0;
  color: var(--muted);
  font-size: clamp(1.17em, 1.24vw, 1.24em);
  font-weight: 400;
  line-height: 1.22;
}

.download-section {
  --download-corner-radius: 24px;
  width: min(1180px, calc(100% - 24px));
  padding-top: 1rem;
  padding-bottom: 0;
  background: linear-gradient(
    to bottom,
    transparent calc(100% - var(--download-corner-radius)),
    var(--yellow) calc(100% - var(--download-corner-radius))
  );
}

body.high-contrast .download-section {
  background: linear-gradient(
    to bottom,
    transparent calc(100% - var(--download-corner-radius)),
    #000000 calc(100% - var(--download-corner-radius))
  );
}

.download-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) var(--pdf-button-width);
  grid-template-areas:
    "copy actions"
    "stores stores";
  gap: 1.65rem clamp(1.5rem, 5vw, 3.75rem);
  align-items: start;
  padding: clamp(2rem, 5vw, 3.4rem) clamp(1.5rem, 7vw, 7rem) clamp(2.2rem, 5vw, 3.6rem);
  background: var(--navy);
  color: #ffffff;
  border-radius: 24px;
}

.download-copy {
  grid-area: copy;
}

.download-actions {
  grid-area: actions;
  align-self: center;
  justify-self: center;
  justify-items: center;
  align-content: center;
  gap: 1.55rem;
  padding-top: 0;
}

body.high-contrast .download-panel {
  position: relative;
  z-index: 1;
  background: #000000;
  border: 3px solid #ffffff;
}

.download-panel h2 {
  color: #ffffff;
}

body.high-contrast .download-panel h2 {
  color: var(--yellow);
}

.download-panel h2 .download-title-accent {
  color: var(--yellow);
}

body.high-contrast .download-panel h2 .download-title-accent {
  color: #ffffff;
}

.download-panel p {
  margin: 1.35rem 0 0;
  font-weight: 900;
}

.download-title-break {
  display: none;
}

.download-actions,
.store-links {
  display: grid;
}

.download-actions .button {
  width: var(--pdf-button-width);
  max-width: 100%;
}

.store-links {
  grid-area: stores;
  grid-template-columns: repeat(3, max-content);
  justify-content: space-between;
  gap: 0.9rem;
  align-content: start;
  align-items: center;
  width: 100%;
}

.store-links a {
  display: inline-flex;
}

.store-links img {
  width: 176px;
  height: 54px;
  object-fit: contain;
}

@media (min-width: 981px) {
  .download-section {
    --download-corner-radius: 40px;
  }

  .download-panel {
    row-gap: 43px;
    padding: 60px 112px 76px;
    border-radius: 40px;
  }

  .download-panel h2 {
    max-width: 100%;
    font-size: 3.3em;
  }

  .download-title-break {
    display: inline;
  }

  html:not([data-text-size-step="0"]) .download-after-free-break {
    display: none;
  }

  .download-actions {
    align-self: center;
    gap: 42px;
    padding-top: 0;
    transform: translateY(-10px);
  }

  .download-panel p {
    margin-top: 34px;
  }

  .download-panel .store-links {
    padding-inline: 36px;
  }

  .download-panel .store-links img {
    width: 234px;
    height: 73px;
  }
}

.whatsapp-section {
  --download-corner-radius: 24px;
  scroll-margin-top: 112px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 290px);
  gap: clamp(1.5rem, 7vw, 5rem);
  align-items: center;
  width: min(1180px, calc(100% - 24px));
  margin-top: 0;
  padding: clamp(2rem, 5vw, 3.2rem) clamp(1.5rem, 7vw, 7rem);
  background: var(--yellow);
  border-radius: 0 0 24px 24px;
}

body.high-contrast .whatsapp-section {
  position: relative;
  margin-top: -3px;
  background: #000000;
  border: 3px solid #ffffff;
  border-top: 0;
}

body.high-contrast .whatsapp-section::before,
body.high-contrast .whatsapp-section::after {
  position: absolute;
  top: calc(-1 * var(--download-corner-radius));
  width: 3px;
  height: var(--download-corner-radius);
  background: #ffffff;
  content: "";
  pointer-events: none;
}

body.high-contrast .whatsapp-section::before {
  left: -3px;
}

body.high-contrast .whatsapp-section::after {
  right: -3px;
}

.whatsapp-card {
  display: grid;
  gap: 0.7rem;
  justify-items: center;
  color: var(--navy);
  text-align: center;
}

body.high-contrast .whatsapp-card {
  color: #ffffff;
}

.bot-logo-large {
  width: min(100%, 190px);
}

.whatsapp-title-break {
  display: none;
}

@media (min-width: 981px) {
  .whatsapp-section {
    --download-corner-radius: 40px;
    grid-template-columns: minmax(0, 1fr) var(--pdf-button-width);
    gap: 60px;
    min-height: 341px;
    padding: 40px 112px;
    border-radius: 0 0 40px 40px;
  }

  body.high-contrast .whatsapp-section {
    padding: 40px 109px 37px;
  }

  .whatsapp-section h2 {
    max-width: 100%;
    font-size: 3.3em;
  }

  .whatsapp-title-break {
    display: inline;
  }

  .whatsapp-card {
    gap: 14px;
  }

  .bot-logo-large {
    width: 261px;
    margin-bottom: 10px;
  }

  .whatsapp-section .button {
    min-height: 52px;
    font-size: 18px;
  }

  .whatsapp-section .whatsapp-chat-icon {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }
}

.faq-list {
  display: grid;
  gap: 0.75rem;
}

details {
  background: var(--yellow);
  border: 2px solid var(--border);
  border-radius: 16px;
  color: var(--navy);
  overflow: hidden;
}

body.high-contrast details {
  background: #000000;
  color: var(--yellow);
  border-color: #ffffff;
}

summary {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.82rem 1.1rem;
  cursor: pointer;
  font-weight: 900;
  list-style: none;
}

summary::marker {
  content: "";
}

summary::-webkit-details-marker {
  display: none;
}

summary::before {
  width: 0;
  height: 0;
  flex: 0 0 auto;
  border-top: 0.48em solid transparent;
  border-bottom: 0.48em solid transparent;
  border-left: 0.74em solid currentColor;
  content: "";
}

details[open] summary::before {
  transform: rotate(90deg);
  transform-origin: 38% 50%;
}

details p {
  max-width: 76ch;
  margin: 0;
  padding: 0 1.1rem 1.1rem 3.9rem;
  color: inherit;
}

.partners-section {
  padding-top: 1rem;
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

.partner-logo-card {
  height: 113px;
  display: grid;
  place-items: center;
  padding: 6px 10px;
  overflow: hidden;
  background: #ffffff;
  border-radius: 20px;
}

body.high-contrast .partner-logo-card {
  border: 2px solid #ffffff;
}

.partner-logo-card img {
  display: block;
  width: var(--partner-logo-width);
  max-width: 100%;
  height: auto;
}

.partner-logo--dsac {
  --partner-logo-width: 258px;
}

.partner-logo--retina {
  --partner-logo-width: 236px;
}

.partner-logo--blind {
  --partner-logo-width: 260px;
}

.partner-logo--cat {
  --partner-logo-width: 199px;
}

.partner-logo--dealt {
  --partner-logo-width: 210px;
}

.partner-logo--mobilica {
  --partner-logo-width: 242px;
}

.contact-section {
  scroll-margin-top: 112px;
  width: min(1180px, calc(100% - 24px));
  margin-top: 1.5rem;
  padding: clamp(2.4rem, 6vw, 4rem) clamp(1.5rem, 7vw, 7rem);
  background: var(--yellow);
  border-radius: 24px 24px 0 0;
}

body.high-contrast .contact-section {
  background: #000000;
  border: 3px solid #ffffff;
}

.contact-methods {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 5vw, 4rem);
  margin-top: 1.5rem;
}

.contact-method {
  display: grid;
  gap: 0.35rem;
  justify-items: center;
  color: var(--navy);
  text-align: center;
  text-decoration: none;
}

body.high-contrast .contact-method {
  color: var(--yellow);
}

.contact-method .contact-icon {
  position: relative;
  width: 72px;
  height: 72px;
  display: block;
}

.contact-icon img {
  position: absolute;
  inset: 0;
  width: 72px;
  height: 72px;
  display: block;
  object-fit: contain;
}

.contact-icon .contact-icon-high,
body.high-contrast .contact-icon .contact-icon-normal {
  display: none;
}

body.high-contrast .contact-icon .contact-icon-high {
  display: block;
}

.contact-method strong {
  font-size: 1rem;
}

.contact-method em {
  width: var(--pdf-button-width);
  max-width: 100%;
  min-height: 42px;
  display: inline-grid;
  place-items: center;
  background: var(--navy);
  color: #ffffff;
  border: 1px solid var(--navy);
  border-radius: 12px;
  box-shadow:
    inset 0 0 0 2.5px #ffffff,
    inset 0 0 0 4.5px var(--navy),
    var(--button-shadow);
  font-style: normal;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.high-contrast .contact-method em {
  background: var(--yellow);
  color: #000000;
  border-color: #ffffff;
  box-shadow:
    inset 0 0 0 2.5px #000000,
    inset 0 0 0 4.5px #ffffff,
    var(--button-shadow);
}

.site-footer {
  padding: 66px 0 96px;
  background: var(--navy);
  color: #ffffff;
  border-radius: 40px 40px 0 0;
}

body.high-contrast .site-footer {
  background: #000000;
  border: 3px solid #ffffff;
  border-bottom: 0;
}

.footer-layout {
  width: min(1024px, calc(100% - 64px));
  display: grid;
  grid-template-columns: minmax(0, 720px) 180px;
  justify-content: space-between;
  gap: 72px;
}

.footer-content h2 {
  max-width: none;
  color: #ffffff;
}

.footer-funding {
  max-width: 650px;
  margin: 0.5rem 0 0;
  font-size: 1.5em;
  line-height: 1.35;
}

.footer-partnership {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-top: 1.25rem;
}

.footer-partnership img {
  flex: 0 0 auto;
  width: 145px;
}

.footer-partnership p {
  max-width: 360px;
  margin: 0;
  font-size: 1.5em;
  line-height: 1.35;
}

.footer-brand {
  display: grid;
  gap: 1.8rem;
}

.footer-brand .logo-switch {
  width: 180px;
}

.footer-aside {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 1.55rem;
  font-size: 1.25em;
  line-height: 1.2;
}

.footer-nav a,
.footer-nav span {
  color: #ffffff;
  font-weight: 900;
  text-decoration: none;
}

.footer-nav > * + * {
  margin-left: 0.36rem;
  padding-left: 0.36rem;
  border-left: 1px solid #ffffff;
}

.footer-social {
  width: 180px;
  margin-top: auto;
  text-align: center;
}

.footer-social-icons {
  position: relative;
  display: block;
  width: 134px;
  margin: 0 auto;
}

.footer-social-icons img {
  display: block;
  width: 100%;
}

.footer-youtube-link {
  position: absolute;
  top: 17%;
  left: 38%;
  width: 26%;
  height: 66%;
  border-radius: 8px;
}

.footer-youtube-link:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 4px;
}

.footer-social p {
  margin: 0.75rem 0 0;
  color: #ffffff;
  font-size: 1em;
  white-space: nowrap;
}

.store-links.compact {
  gap: 14px;
  margin-top: 1.8rem;
  grid-template-columns: repeat(3, max-content);
}

.store-links.compact img {
  width: 160px;
  height: 50px;
}

@media (min-width: 981px) {
  main h2,
  .footer-content h2 {
    font-size: 3.3em;
  }
}

@media (max-width: 980px) {
  .hero-image {
    object-position: 70% center;
  }

  .hero {
    --hero-image-height: 470px;
    min-height: var(--hero-image-height);
  }

  .hero::after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.62) 44%, rgba(255, 255, 255, 0.04) 78%);
  }

  .hero-copy,
  body.high-contrast .hero-copy {
    width: min(calc(100% - 2.5rem), 33rem);
  }

  .play-action {
    right: 1.5rem;
    top: calc(var(--hero-image-height) - 1.5rem - 64px);
  }

  .quick-actions {
    justify-content: center;
  }

  .quick-actions .button.accent {
    margin-left: 0;
  }

  .quick-actions,
  .feature-grid,
  .download-panel,
  .whatsapp-section {
    grid-template-columns: 1fr;
  }

  .site-footer {
    padding: 3.5rem 0 4.5rem;
  }

  .footer-layout {
    grid-template-columns: 1fr;
  }

  .footer-aside {
    align-items: flex-start;
    gap: 2.5rem;
  }

  .footer-social {
    margin-top: 0;
    text-align: left;
  }

  .footer-social-icons {
    margin-left: 0;
  }

  .download-panel {
    grid-template-areas:
      "copy"
      "actions"
      "stores";
  }

  .download-actions {
    justify-items: center;
    padding-top: 0;
  }

  .feature-grid {
    padding-left: 2.5rem;
    row-gap: 2.6rem;
  }

  .feature-item {
    min-height: 154px;
    padding: 1.25rem;
  }

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

  .store-links img {
    width: 100%;
  }
}

@media (max-width: 720px) {
  .hero-image {
    object-position: 70% center;
  }

  .site-header {
    top: auto;
    width: min(100% - 16px, 760px);
    min-height: auto;
    margin: 0.5rem auto 1rem;
    border: 3px solid var(--navy);
    border-radius: 18px;
    box-shadow: var(--soft-shadow);
  }

  body.high-contrast .site-header {
    border-color: #ffffff;
    box-shadow: none;
  }

  .nav-shell {
    --mobile-nav-control-size: 46px;
    --mobile-nav-control-gap: 8px;
    width: auto;
    min-height: 76px;
    grid-template-columns: minmax(0, 1fr) repeat(3, var(--mobile-nav-control-size));
    column-gap: var(--mobile-nav-control-gap);
    row-gap: 0.45rem;
    align-items: center;
    padding: 0.55rem clamp(0.85rem, 2vw, 1.35rem);
  }

  .brand-stack {
    position: static;
    width: auto;
    align-self: center;
    justify-items: start;
    padding: 0;
    background: transparent;
    border-radius: 0;
  }

  .brand .logo-switch {
    width: 118px;
  }

  .brand-bot {
    display: none;
  }

  .nav-toggle {
    grid-column: 4;
    grid-row: 1;
    display: grid;
  }

  .contrast-toggle {
    grid-column: 2;
    grid-row: 1;
    margin-top: 0;
  }

  .text-size-controls {
    grid-column: 3;
    grid-row: 1;
    width: var(--mobile-nav-control-size);
    height: var(--mobile-nav-control-size);
    margin-top: 0;
  }

  .text-size-button {
    min-width: 0;
    padding: 0;
  }

  .nav-menu {
    display: none;
    grid-column: 1 / -1;
    grid-row: 2;
    flex-direction: column;
    align-items: stretch;
    justify-self: stretch;
    justify-content: flex-start;
    gap: 0;
    margin-top: 0.35rem;
    padding-top: 0.45rem;
  }

  .nav-menu.is-open {
    display: flex;
  }

  .nav-menu a,
  .language-picker {
    padding: 0.75rem 0;
    border-top: 2px solid color-mix(in srgb, var(--navy) 55%, transparent);
  }

  .nav-menu a + a {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }

  .language-picker {
    display: none;
    grid-column: 1 / -1;
    grid-row: 3;
    margin-top: 0;
    margin-left: 0;
    flex-direction: column;
    align-items: stretch;
    white-space: normal;
  }

  .nav-menu.is-open ~ .language-picker {
    display: flex;
  }

  .language-picker select {
    position: static;
    opacity: 1;
    width: 100%;
    min-height: 44px;
    border: 3px solid var(--navy);
    border-radius: 10px;
    padding: 0.45rem 0.65rem;
    background: var(--surface);
    color: var(--text);
    font-weight: 800;
  }

  .contrast-toggle,
  .text-size-button,
  .nav-toggle {
    width: var(--mobile-nav-control-size);
    height: var(--mobile-nav-control-size);
    min-height: var(--mobile-nav-control-size);
    display: grid;
    place-items: center;
    border: 3px solid var(--navy);
    background: var(--surface);
    color: var(--text);
    border-radius: 10px;
    box-shadow: var(--button-shadow);
  }

  body.high-contrast .contrast-toggle,
  body.high-contrast .text-size-button,
  body.high-contrast .nav-toggle,
  body.high-contrast .language-picker select {
    border-color: #ffffff;
    background: #000000;
    color: #ffffff;
    box-shadow: none;
  }

  .hero {
    --hero-image-height: 470px;
    min-height: var(--hero-image-height);
  }

  .hero-copy,
  body.high-contrast .hero-copy {
    width: min(calc(100% - 2.5rem), 33rem);
  }

  .play-action {
    right: 1.5rem;
    top: calc(var(--hero-image-height) - 1.5rem - 64px);
  }

  .quick-actions,
  .download-panel,
  .whatsapp-section,
  .footer-main {
    grid-template-columns: 1fr;
  }

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

  .store-links img {
    width: 100%;
  }
}

@media (max-width: 720px) {
  .section,
  .quick-actions,
  .whatsapp-section,
  .contact-section,
  .site-footer > * {
    width: min(100% - 32px, 560px);
  }

  h1 {
    font-size: clamp(2.05em, calc(1.3em + 6.2vw), 3.25em);
  }

  h2 {
    font-size: clamp(2em, calc(1.35em + 5vw), 3.1em);
  }

  .quick-actions,
  .feature-grid,
  .partner-grid,
  .contact-methods,
  .store-links,
  .store-links.compact {
    grid-template-columns: 1fr;
  }

  .download-section,
  .whatsapp-section,
  .contact-section {
    width: min(100% - 16px, 560px);
  }

  .download-panel,
  .whatsapp-section,
  .contact-section {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .footer-bottom {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 430px) {
  .language-label {
    display: none;
  }

  .hero {
    --hero-image-height: 520px;
    min-height: var(--hero-image-height);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
