:root {
  --blue: #304585;
  --blue-deep: #293d78;
  --blue-light: #3c518d;
  --white: #fff;
  --ink: #202a47;
  --line: rgba(255, 255, 255, .22);
  --green: #25d366;
  --max: 1040px;
}

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 70px; }
body { min-width: 320px; overflow-x: hidden; background: var(--blue); color: #fff; font-family: Arial, "Helvetica Neue", sans-serif; line-height: 1.52; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.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; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 2000; padding: 8px 12px; background: #fff; color: var(--blue); font-weight: 700; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(48, 69, 133, .97); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 68px; display: flex; align-items: center; gap: 22px; }
.brand { margin-right: auto; }
.brand img { width: auto; height: 54px; }
.main-nav { display: flex; align-items: center; gap: 21px; }
.main-nav a { color: rgba(255, 255, 255, .86); font-size: .88rem; font-weight: 600; text-decoration: none; }
.main-nav a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.language-switcher { display: flex; border-left: 1px solid var(--line); }
.language-switcher button { min-width: 36px; min-height: 34px; border: 0; background: transparent; color: rgba(255, 255, 255, .68); font-size: .72rem; font-weight: 700; cursor: pointer; }
.language-switcher button[aria-pressed="true"] { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.menu-button { display: none; width: 40px; height: 40px; padding: 8px; border: 1px solid var(--line); border-radius: 3px; background: transparent; }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: #fff; }

.hero { background: var(--blue); color: #fff; border-bottom: 1px solid var(--line); }
.hero-grid { min-height: 410px; display: grid; grid-template-columns: minmax(0, 1fr) 270px; gap: 70px; align-items: center; padding-block: 36px 40px; }
.hero-copy { max-width: 620px; }
.hero-brand { align-self: center; opacity: .98; }
.hero-brand img { width: 255px; height: auto; }
.availability { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 11px; font-size: .82rem; font-weight: 700; }
.availability > span:first-child { width: 8px; height: 8px; border-radius: 50%; background: #91e7b2; box-shadow: 0 0 0 3px rgba(255, 255, 255, .12); }
h1 { max-width: 620px; font-size: clamp(2.15rem, 4.2vw, 3.25rem); font-weight: 650; line-height: 1.06; letter-spacing: -.025em; }
.hero-tagline { margin-top: 3px; font-size: clamp(1.25rem, 2.2vw, 1.65rem); font-weight: 400; color: rgba(255, 255, 255, .88); }
.hero-intro { max-width: 560px; margin-top: 11px; color: rgba(255, 255, 255, .78); font-size: .98rem; }
.hero-facts { display: flex; margin: 19px 0 21px; border-block: 1px solid var(--line); }
.hero-facts p { flex: 0 1 auto; min-width: 132px; padding: 10px 20px; border-left: 1px solid var(--line); }
.hero-facts p:first-child { padding-left: 0; border: 0; }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { font-size: 1.13rem; font-weight: 650; }
.hero-facts span { color: rgba(255, 255, 255, .7); font-size: .76rem; }
.actions { display: flex; align-items: center; gap: 18px; }
.button { display: inline-flex; min-height: 41px; align-items: center; justify-content: center; padding: 8px 16px; border: 1px solid #fff; border-radius: 3px; background: #fff; color: var(--blue); font-size: .9rem; font-weight: 700; text-align: center; text-decoration: none; cursor: pointer; }
.button:hover { background: transparent; color: #fff; }
.text-link { color: #fff; font-size: .88rem; font-weight: 650; text-underline-offset: 4px; }
.reassurance { margin-top: 8px; color: rgba(255, 255, 255, .65); font-size: .78rem; }

.section { padding: 40px 0; background: var(--blue); border-top: 1px solid var(--line); color: #fff; }
.eyebrow, .kicker { margin-bottom: 5px; color: rgba(255, 255, 255, .68); font-size: .69rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
h2 { font-size: clamp(1.65rem, 2.8vw, 2.25rem); font-weight: 600; line-height: 1.17; letter-spacing: -.018em; }
.split-heading { display: grid; grid-template-columns: 1.05fr .95fr; gap: 42px; align-items: end; margin-bottom: 20px; }
.split-heading > p, .location-grid > div > p, .contact-grid > div > p, .review-row p { color: rgba(255, 255, 255, .76); font-size: .94rem; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.benefit-grid article { padding: 18px 22px; border-right: 1px solid var(--line); }
.benefit-grid article:first-child { padding-left: 0; }
.benefit-grid article:last-child { border: 0; }
.number { color: rgba(255, 255, 255, .65); font-size: .71rem; font-weight: 700; }
.benefit-grid h3 { margin: 7px 0 4px; font-size: 1.05rem; font-weight: 650; }
.benefit-grid p { color: rgba(255, 255, 255, .72); font-size: .88rem; }
.audience { background: var(--blue-light); }
.audience h2 { max-width: 620px; }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; margin-top: 18px; border-block: 1px solid var(--line); }
.audience-grid article { padding: 19px 26px; }
.audience-grid article:first-child { padding-left: 0; }
.audience-grid article + article { border-left: 1px solid var(--line); }
.audience-grid h3 { margin-bottom: 5px; font-size: 1.15rem; font-weight: 650; }
.audience-grid article > p:last-child { color: rgba(255, 255, 255, .75); font-size: .9rem; }

.gallery-section { padding-bottom: 0; }
.gallery-section h2 { margin-bottom: 17px; }
.gallery { display: grid; grid-template-columns: 1.5fr 1fr; grid-template-rows: repeat(2, 205px); gap: 5px; }
.gallery figure { overflow: hidden; background: var(--blue-deep); }
.gallery figure:first-child { grid-row: 1 / 3; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.gallery figure:hover img { transform: scale(1.012); }
.location { background: var(--blue-deep); }
.location-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 38px; align-items: center; }
.location-grid h2 { margin-bottom: 9px; }
.place-list { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 12px; margin: 15px 0 19px; padding: 0; list-style: none; }
.place-list li { position: relative; padding-left: 18px; font-size: .88rem; }
.place-list li::before { content: "✓"; position: absolute; left: 0; color: #fff; font-weight: 900; }
.map-wrap { height: 325px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .52); background: var(--blue-light); }
.map-wrap iframe { width: 100%; height: 100%; border: 0; }
.reviews { padding-block: 31px; background: var(--blue-light); }
.review-row { display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.review-row > div { max-width: 680px; }
.review-row h2 { margin-bottom: 6px; }
.button-light { flex: none; }

.contact { background: var(--blue); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 48px; align-items: start; }
.contact h2 { margin-bottom: 8px; }
.contact-list { display: grid; gap: 8px; margin-top: 18px; }
.contact-list div { padding-bottom: 7px; border-bottom: 1px solid var(--line); }
.contact-list dt { color: rgba(255, 255, 255, .62); font-size: .68rem; font-weight: 700; text-transform: uppercase; }
.contact-list dd { font-size: .92rem; font-weight: 600; }
.contact-form { max-width: 570px; padding-left: 30px; border-left: 1px solid var(--line); }
.form-row { display: grid; gap: 4px; margin-bottom: 10px; }
.form-row label { font-size: .84rem; font-weight: 700; }
.form-row input, .form-row textarea { width: 100%; padding: 9px 10px; border: 1px solid rgba(255, 255, 255, .85); border-radius: 2px; background: #fff; color: var(--ink); }
.form-row textarea { min-height: 82px; resize: vertical; }
.privacy { display: flex; align-items: flex-start; gap: 8px; margin: 5px 0 13px; color: rgba(255, 255, 255, .74); font-size: .8rem; }
.privacy input { width: 16px; height: 16px; flex: none; margin-top: 3px; accent-color: var(--blue); }
.hidden-field { position: absolute; left: -9999px; }
.form-note { margin-top: 6px; color: rgba(255, 255, 255, .62); font-size: .76rem; }
.form-status { margin-top: 9px; padding: 9px; border-radius: 2px; font-weight: 700; }
.form-status:empty { display: none; }
.form-status.is-success { background: #e5f5eb; color: #185d37; }
.form-status.is-error { background: #fff0f0; color: #842525; }

.site-footer { background: var(--blue-deep); color: rgba(255, 255, 255, .74); border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.25fr 1fr .7fr; gap: 36px; padding: 27px 0 20px; font-size: .88rem; }
.footer-grid img { width: auto; height: 57px; margin-bottom: 6px; }
.footer-grid strong { display: block; margin-bottom: 5px; color: #fff; }
.footer-grid a { color: #fff; }
.footer-partners { margin: 0; padding: 0 0 12px; font-size: .76rem; font-weight: 400; line-height: 1.6; overflow-wrap: anywhere; }
.footer-partners a { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0 15px; border-top: 1px solid var(--line); font-size: .76rem; }
.footer-bottom a { color: #fff; }
.whatsapp-float { position: fixed; right: 18px; bottom: 18px; z-index: 900; display: grid; place-items: center; width: 50px; height: 50px; border: 2px solid #fff; border-radius: 50%; background: var(--green); color: #fff; box-shadow: 0 4px 12px rgba(20, 30, 60, .24); transition: transform .2s ease; }
.whatsapp-float:hover { transform: translateY(-2px); }
.whatsapp-float svg { width: 27px; height: 27px; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid #ffd875; outline-offset: 3px; }
button:disabled { opacity: .65; cursor: wait; }

@media (max-width: 860px) {
  .header-inner { gap: 9px; }
  .menu-button { display: block; order: 2; }
  .language-switcher { order: 3; }
  .main-nav { position: absolute; top: 68px; left: 0; right: 0; display: grid; gap: 0; padding: 7px 20px 12px; background: var(--blue-deep); border-bottom: 1px solid var(--line); visibility: hidden; opacity: 0; transform: translateY(-8px); }
  .main-nav.is-open { visibility: visible; opacity: 1; transform: none; }
  .main-nav a { padding: 9px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) 190px; gap: 32px; }
  .hero-brand img { width: 185px; }
  .split-heading, .location-grid, .contact-grid { grid-template-columns: 1fr; gap: 24px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid article, .benefit-grid article:first-child { padding: 14px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .benefit-grid article:last-child { border-bottom: 0; }
  .review-row { align-items: flex-start; flex-direction: column; gap: 17px; }
  .map-wrap { height: 305px; }
  .contact-form { max-width: none; padding: 22px 0 0; border-top: 1px solid var(--line); border-left: 0; }
}

@media (max-width: 600px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .header-inner { min-height: 62px; }
  .brand img { height: 45px; }
  .main-nav { top: 62px; }
  .language-switcher button { min-width: 31px; min-height: 34px; }
  .hero-grid { min-height: 0; grid-template-columns: 1fr; gap: 0; padding-block: 29px 31px; }
  .hero-brand { display: none; }
  h1 { font-size: 2.2rem; }
  .hero-intro { font-size: .92rem; }
  .hero-facts { margin: 16px 0 18px; }
  .hero-facts p { min-width: 0; padding: 9px 10px; }
  .hero-facts strong { font-size: 1rem; }
  .actions { align-items: flex-start; flex-direction: column; gap: 9px; }
  .actions .button { width: 100%; }
  .text-link { align-self: center; }
  .section { padding: 32px 0; }
  .split-heading { margin-bottom: 15px; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-grid article, .audience-grid article:first-child { padding: 16px 0; }
  .audience-grid article + article { border-top: 1px solid var(--line); border-left: 0; }
  .gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 220px 130px; }
  .gallery figure:first-child { grid-column: 1 / 3; grid-row: auto; }
  .place-list { grid-template-columns: 1fr; }
  .map-wrap { height: 260px; }
  .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 16px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 7px; }
  .whatsapp-float { right: 12px; bottom: 12px; width: 48px; height: 48px; }
  .whatsapp-float svg { width: 26px; height: 26px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
