:root {
  --navy: #062d54;
  --navy-2: #0a416a;
  --teal: #18b8b0;
  --teal-dark: #089b96;
  --orange: #ff9d1a;
  --cream: #fff8ed;
  --paper: #f8fbfc;
  --white: #ffffff;
  --ink: #10283d;
  --muted: #627487;
  --line: rgba(6,45,84,.14);
  --shadow: 0 26px 70px rgba(6,45,84,.14);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
body.dialog-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 38px)); margin: 0 auto; }
.skip-link { position: fixed; top: -60px; left: 20px; z-index: 999; background: white; padding: 12px 18px; border-radius: 12px; }
.skip-link:focus { top: 20px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: var(--navy); background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(6,45,84,.08); backdrop-filter: blur(18px); }
.nav-shell { min-height: 86px; display: flex; align-items: center; gap: 30px; }
.brand img { width: 184px; max-height: 62px; object-fit: contain; }
.main-nav { margin-left: auto; display: flex; gap: 24px; align-items: center; font-size: .88rem; font-weight: 750; }
.main-nav a { position: relative; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--teal); transition: right .2s ease; }
.main-nav a:hover::after { right: 0; }
.whatsapp-nav { background: var(--teal-dark); color: white; padding: 12px 17px; border-radius: 999px; font-weight: 800; white-space: nowrap; }
.whatsapp-nav span { color: white; margin-right: 7px; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; background: transparent; margin-left: auto; }
.menu-toggle span { display: block; height: 2px; background: currentColor; margin: 7px; }

.hero { min-height: 890px; padding: 150px 0 70px; position: relative; color: white; overflow: hidden; display: flex; align-items: center; }
.hero-image { position: absolute; inset: 0; background: url("assets/hero-cartagena.webp") center/cover no-repeat; transform: scale(1.02); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,22,42,.88) 0%, rgba(2,27,49,.68) 46%, rgba(2,22,42,.12) 74%), linear-gradient(0deg, rgba(2,27,49,.58), transparent 55%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr .62fr; gap: 70px; align-items: center; }
.eyebrow { margin: 0 0 18px; text-transform: uppercase; letter-spacing: .19em; font-size: .73rem; font-weight: 900; color: var(--orange); }
.eyebrow.dark { color: var(--teal-dark); }
.hero h1 { margin: 0; max-width: 760px; font-size: clamp(4.1rem, 7vw, 7.8rem); line-height: .88; letter-spacing: -.065em; font-weight: 820; }
.hero h1 em { color: #ffe3b6; font-style: normal; font-weight: 520; }
.hero-lead { max-width: 650px; margin: 30px 0; font-size: 1.18rem; color: rgba(255,255,255,.84); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { border: 0; border-radius: 999px; padding: 15px 23px; font-weight: 850; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, var(--teal), var(--teal-dark)); color: white; box-shadow: 0 13px 30px rgba(24,184,176,.27); }
.button-ghost { border: 1px solid rgba(255,255,255,.55); color: white; background: rgba(255,255,255,.06); }
.button-light { background: white; color: var(--navy); }
.button.large { padding: 18px 29px; }
.button.full { width: 100%; }
.hero-trust { margin-top: 54px; display: flex; flex-wrap: wrap; gap: 12px; }
.hero-trust span { border: 1px solid rgba(255,255,255,.26); background: rgba(255,255,255,.08); padding: 9px 13px; border-radius: 999px; font-size: .78rem; font-weight: 750; backdrop-filter: blur(8px); }
.quick-quote { background: rgba(255,255,255,.96); color: var(--ink); border-radius: 30px; padding: 30px; box-shadow: 0 35px 90px rgba(2,22,42,.34); border: 1px solid rgba(255,255,255,.64); }
.quote-kicker { margin: 0; color: var(--teal-dark); font-weight: 900; text-transform: uppercase; letter-spacing: .13em; font-size: .69rem; }
.quick-quote h2 { margin: 10px 0 22px; font-size: 2rem; line-height: 1.05; letter-spacing: -.035em; color: var(--navy); }
.quick-quote label, .quote-dialog label { display: grid; gap: 7px; font-size: .76rem; font-weight: 850; color: var(--navy); }
.quick-quote input, .quick-quote select, .quote-dialog input, .quote-dialog select, .quote-dialog textarea { width: 100%; border: 1px solid var(--line); background: white; color: var(--ink); border-radius: 13px; padding: 13px 14px; outline: none; }
.quick-quote input:focus, .quick-quote select:focus, .quote-dialog input:focus, .quote-dialog select:focus, .quote-dialog textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(24,184,176,.12); }
.quick-row { display: grid; grid-template-columns: 1fr .7fr; gap: 12px; margin: 14px 0; }
.form-small { font-size: .73rem; color: var(--muted); margin: 12px 0 0; }

.benefits { position: relative; z-index: 5; margin-top: -42px; }
.benefits-grid { background: white; border-radius: 25px; box-shadow: var(--shadow); display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; }
.benefits article { padding: 29px 25px; border-right: 1px solid var(--line); }
.benefits article:last-child { border: 0; }
.benefits strong { color: var(--teal-dark); font-size: .75rem; }
.benefits h3 { margin: 8px 0 6px; font-size: 1rem; color: var(--navy); }
.benefits p { margin: 0; color: var(--muted); font-size: .87rem; }

.section { padding: 116px 0; }
.section-heading { margin-bottom: 45px; }
.split-heading { display: flex; justify-content: space-between; gap: 30px; align-items: flex-end; }
.section-heading h2, .destinations h2, .culture-copy h2, .founder-copy h2, .faq-layout h2, .final-cta h2 { margin: 0; color: var(--navy); font-size: clamp(3rem, 5vw, 5.35rem); line-height: .95; letter-spacing: -.052em; }
.section-heading h2 { max-width: 780px; }
.filter-group { display: flex; flex-wrap: wrap; gap: 8px; }
.filter { border: 1px solid var(--line); background: white; border-radius: 999px; padding: 10px 16px; cursor: pointer; font-weight: 800; }
.filter.active { background: var(--navy); color: white; border-color: var(--navy); }

.package-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 22px; }
.package-card { grid-column: span 4; background: white; border-radius: var(--radius); overflow: hidden; box-shadow: 0 1px 0 rgba(0,0,0,.04); transition: transform .25s ease, box-shadow .25s ease; }
.package-card.featured { grid-column: span 8; display: grid; grid-template-columns: 1.05fr .95fr; }
.package-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.package-card.hidden { display: none; }
.package-image { min-height: 265px; position: relative; overflow: hidden; }
.featured .package-image { min-height: 100%; }
.package-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.package-card:hover .package-image img { transform: scale(1.04); }
.tag { position: absolute; left: 17px; top: 17px; background: rgba(255,255,255,.93); color: var(--navy); padding: 8px 11px; border-radius: 999px; font-size: .72rem; font-weight: 900; }
.package-body { padding: 27px; display: flex; flex-direction: column; }
.package-meta { display: flex; flex-wrap: wrap; gap: 8px 14px; color: var(--teal-dark); text-transform: uppercase; letter-spacing: .08em; font-size: .68rem; font-weight: 900; }
.package-body h3 { margin: 15px 0 11px; font-size: 1.8rem; line-height: 1.05; color: var(--navy); letter-spacing: -.035em; }
.package-body p { margin: 0 0 19px; color: var(--muted); }
.package-body ul { list-style: none; padding: 0; margin: 0 0 25px; display: grid; gap: 7px; }
.package-body li::before { content: "✓"; color: var(--teal-dark); font-weight: 900; margin-right: 8px; }
.price-row { margin-top: auto; padding-top: 19px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 18px; align-items: end; }
.price-row div { display: grid; }
.price-row small, .price-row span { color: var(--muted); font-size: .68rem; }
.price-row strong { color: var(--navy); font-size: 1.18rem; }
.price-row button { border: 0; background: var(--teal); color: white; border-radius: 999px; padding: 10px 15px; font-weight: 850; cursor: pointer; }
.pricing-note { color: var(--muted); font-size: .78rem; margin: 24px 0 0; }

.destinations { background: var(--navy); color: white; }
.destinations-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 85px; align-items: start; }
.destinations h2 { color: white; }
.destinations-intro > p:not(.eyebrow) { color: rgba(255,255,255,.68); max-width: 570px; margin: 26px 0 31px; }
.destination-list { border-top: 1px solid rgba(255,255,255,.16); }
.destination-list article { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.destination-list span { color: var(--orange); font-weight: 900; }
.destination-list h3 { margin: 0 0 6px; font-size: 1.55rem; }
.destination-list p { margin: 0; color: rgba(255,255,255,.63); }

.culture-section { background: var(--cream); }
.culture-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.culture-image { min-height: 620px; border-radius: 34px; overflow: hidden; box-shadow: var(--shadow); }
.culture-image img { width: 100%; height: 100%; object-fit: cover; }
.culture-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; margin: 27px 0 36pxx; }
.culture-points { display: grid; gap: 0; border-top: 1px solid var(--line); }
.culture-points div { display: grid; grid-template-columns: .45fr 1fr; gap: 22px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.culture-points strong { color: var(--navy); }
.culture-points span { color: var(--muted); }

.process-section { background: white; }
.centered { text-align: center; max-width: 820px; margin-left: auto; margin-right: auto; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.process-grid article { background: var(--paper); border: 1px solid var(--line); border-radius: 25px; padding: 32px; }
.process-grid span { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: var(--orange); color: var(--navy); font-weight: 900; }
.process-grid h3 { color: var(--navy); font-size: 1.35rem; margin: 22px 0 9px; }
.process-grid p { color: var(--muted); margin: 0; }

.founder-section { background: #eaf7f6; }
.founder-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 85px; align-items: center; }
.founder-card { min-height: 470px; background: white; border-radius: 34px; padding: 45px; display: grid; place-items: center; align-content: center; box-shadow: var(--shadow); position: relative; overflow: hidden; }
.founder-card::after { content: ""; position: absolute; width: 330px; height: 330px; border-radius: 50%; background: linear-gradient(135deg, rgba(24,184,176,.2), rgba(255,157,26,.22)); filter: blur(4px); }
.founder-card img, .founder-card p { position: relative; z-index: 1; }
.founder-card img { width: min(420px, 90%); }
.founder-card p { margin: 24px 0 0; color: var(--teal-dark); font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.founder-role { color: var(--teal-dark); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.founder-copy > p:not(.eyebrow):not(.founder-role) { color: var(--muted); font-size: 1.04rem; }
.text-link-dark { display: inline-block; margin-top: 15px; color: var(--navy); border-bottom: 2px solid var(--teal); font-weight: 900; }

.faq-section { background: white; }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.faq-list details { border-top: 1px solid var(--line); padding: 22px 0; }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; color: var(--navy); font-size: 1.08rem; font-weight: 850; display: flex; justify-content: space-between; gap: 20px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--teal-dark); font-size: 1.5rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { color: var(--muted); margin: 13px 0 0; max-width: 720px; }

.final-cta { background: linear-gradient(135deg, var(--teal-dark), var(--teal)); color: white; padding: 85px 0; }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.final-cta h2 { color: white; max-width: 720px; }
.final-cta p:not(.eyebrow) { color: rgba(255,255,255,.78); max-width: 660px; margin-bottom: 0; }

.site-footer { background: var(--navy); color: white; padding: 70px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .8fr 1fr; gap: 55px; }
.footer-brand img { width: 220px; background: white; padding: 10px; border-radius: 16px; }
.footer-brand p { color: rgba(255,255,255,.65); max-width: 330px; }
.footer-grid h3 { font-size: .8rem; text-transform: uppercase; letter-spacing: .13em; color: var(--orange); }
.footer-grid a, .footer-grid button, .footer-grid p { display: block; color: rgba(255,255,255,.7); margin: 9px 0; font-size: .87rem; }
.footer-grid button { border: 0; background: transparent; padding: 0; cursor: pointer; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.14); margin-top: 42px; padding-top: 22px; color: rgba(255,255,255,.48); font-size: .76rem; }

.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: #20b858; color: white; font-weight: 900; box-shadow: 0 18px 38px rgba(0,0,0,.25); z-index: 90; }

.quote-dialog { width: min(760px, calc(100% - 30px)); max-height: calc(100vh - 36px); border: 0; border-radius: 28px; padding: 34px; box-shadow: 0 30px 100px rgba(2,22,42,.42); }
.quote-dialog::backdrop { background: rgba(2,22,42,.72); backdrop-filter: blur(5px); }
.dialog-close { position: absolute; right: 18px; top: 15px; width: 40px; height: 40px; border: 0; border-radius: 50%; background: var(--paper); cursor: pointer; font-size: 1.4rem; }
.dialog-head h2 { margin: 0; color: var(--navy); font-size: 3rem; line-height: .95; letter-spacing: -.04em; }
.dialog-head > p:not(.eyebrow) { color: var(--muted); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin: 25px 0 15px; }
.quote-dialog textarea { resize: vertical; }

@media (max-width: 1080px) {
  .whatsapp-nav { display: none; }
  .hero-grid { grid-template-columns: 1fr .72fr; gap: 38px; }
  .package-card, .package-card.featured { grid-column: span 6; display: block; }
  .featured .package-image { min-height: 300px; }
}

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .main-nav { position: fixed; top: 86px; left: 18px; right: 18px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: white; padding: 18px; border-radius: 20px; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px 8px; border-bottom: 1px solid var(--line); }
  .hero { padding-top: 130px; }
  .hero-grid { grid-template-columns: 1fr; }
  .quick-quote { max-width: 620px; }
  .benefits { margin-top: -20px; }
  .benefits-grid { grid-template-columns: 1fr 1fr; }
  .benefits article:nth-child(2) { border-right: 0; }
  .benefits article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .split-heading, .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .destinations-layout, .culture-grid, .founder-grid, .faq-layout { grid-template-columns: 1fr; gap: 50px; }
  .culture-image { min-height: 520px; }
  .founder-card { min-height: 380px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1180px); }
  .brand img { width: 155px; }
  .nav-shell { min-height: 76px; }
  .main-nav { top: 76px; }
  .hero { min-height: auto; padding: 122px 0 55px; }
  .hero h1 { font-size: clamp(3.6rem, 17vw, 5.1rem); }
  .hero-lead { font-size: 1rem; }
  .hero-trust { margin-top: 35px; }
  .quick-quote { padding: 24px 20px; border-radius: 23px; }
  .quick-row, .form-grid { grid-template-columns: 1fr; }
  .benefits-grid { grid-template-columns: 1fr; }
  .benefits article { border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding: 86px 0; }
  .section-heading h2, .destinations h2, .culture-copy h2, .founder-copy h2, .faq-layout h2, .final-cta h2 { font-size: 3rem; }
  .package-card, .package-card.featured { grid-column: 1 / -1; }
  .package-image, .featured .package-image { min-height: 250px; }
  .price-row { align-items: flex-start; flex-direction: column; }
  .culture-image { min-height: 400px; }
  .culture-points div { grid-template-columns: 1fr; gap: 5px; }
  .process-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .quote-dialog { padding: 28px 20px; }
  .dialog-head h2 { font-size: 2.45rem; }
}

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

/* Final production refinements */
html { text-size-adjust: 100%; }
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 320px;
}
main section[id], header[id] { scroll-margin-top: 96px; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 3px;
}

.site-header { box-shadow: 0 6px 28px rgba(6,45,84,.06); }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { height: auto; }
.whatsapp-nav { display: inline-flex; align-items: center; gap: 8px; }
.whatsapp-nav span { margin: 0; }
.menu-toggle { position: relative; cursor: pointer; border-radius: 50%; }
.menu-toggle:hover { background: rgba(6,45,84,.06); }
.menu-toggle span { transition: transform .2s ease, opacity .2s ease; transform-origin: center; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4.5px) rotate(-45deg); }

.hero-image { animation: hero-settle 1.1s ease-out both; }
@keyframes hero-settle { from { transform: scale(1.08); } to { transform: scale(1.02); } }
.hero-copy, .quick-quote { animation: reveal-up .7s ease-out both; }
.quick-quote { animation-delay: .08s; }
@keyframes reveal-up { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

.package-image { aspect-ratio: 4 / 3; min-height: 0; }
.featured .package-image { aspect-ratio: auto; min-height: 100%; }
.package-body { min-height: 100%; }
.price-row button { min-height: 44px; padding-inline: 17px; }
.price-row strong { font-size: 1.12rem; }

.founder-card {
  min-height: 410px;
  background:
    radial-gradient(circle at 22% 22%, rgba(255,255,255,.76), transparent 28%),
    linear-gradient(145deg, rgba(24,184,176,.18), rgba(255,157,26,.18));
  border: 1px solid rgba(6,45,84,.08);
}
.founder-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(6,45,84,.08);
  border-radius: 26px;
  pointer-events: none;
}
.founder-card::after { opacity: .7; }
.founder-card img { width: min(500px, 94%); height: auto; }

.footer-brand img {
  width: 235px;
  height: auto;
  background: transparent;
  padding: 0;
  border-radius: 0;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,.16));
}
.footer-grid a:hover, .footer-grid button:hover { color: white; }

.floating-whatsapp {
  width: 60px;
  height: 60px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.floating-whatsapp:hover { transform: translateY(-3px) scale(1.03); box-shadow: 0 22px 42px rgba(0,0,0,.3); }
.floating-whatsapp svg { width: 31px; height: 31px; }

.quote-dialog { overflow: auto; overscroll-behavior: contain; }
.quote-dialog form > label { display: grid; gap: 7px; font-size: .76rem; font-weight: 850; color: var(--navy); }
.dialog-close { display: grid; place-items: center; min-height: 40px; }

.noscript-notice {
  position: fixed;
  z-index: 9999;
  left: 16px;
  right: 16px;
  bottom: 16px;
  max-width: 760px;
  margin: auto;
  padding: 14px 18px;
  border-radius: 14px;
  background: var(--navy);
  color: white;
  box-shadow: var(--shadow);
  text-align: center;
}

.legal-main { padding: 140px 0 90px; min-height: 75vh; }
.legal-shell { max-width: 880px; }
.legal-shell h1 { color: var(--navy); font-size: clamp(2.8rem, 7vw, 5rem); line-height: .95; letter-spacing: -.05em; margin: 0 0 28px; }
.legal-shell h2 { color: var(--navy); margin: 38px 0 10px; }
.legal-shell p, .legal-shell li { color: var(--muted); }
.legal-shell .legal-updated { font-size: .82rem; color: var(--teal-dark); font-weight: 800; }
.legal-back { display: inline-flex; margin-top: 32px; color: var(--navy); font-weight: 850; border-bottom: 2px solid var(--teal); }

@media (hover: none) {
  .button:hover, .package-card:hover, .floating-whatsapp:hover { transform: none; }
  .package-card:hover .package-image img { transform: none; }
}

@media (max-width: 900px) {
  .main-nav { max-height: calc(100vh - 110px); overflow-y: auto; }
  .main-nav.open { animation: menu-open .18s ease-out both; }
  @keyframes menu-open { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }
}

@media (max-width: 640px) {
  input, select, textarea { font-size: 16px; }
  .site-header { padding-top: env(safe-area-inset-top); }
  .brand img { width: 166px; }
  .hero { padding-top: 118px; }
  .hero h1 { font-size: clamp(3.25rem, 15.5vw, 4.8rem); }
  .hero-actions .button { width: 100%; }
  .hero-trust span { font-size: .73rem; }
  .package-image, .featured .package-image { aspect-ratio: 4 / 3; min-height: 0; }
  .founder-card { min-height: 280px; padding: 28px 22px; }
  .founder-card::after { width: 240px; height: 240px; }
  .founder-card p { margin-top: 16px; font-size: .7rem; }
  .footer-brand img { width: 210px; }
  .floating-whatsapp { right: 16px; bottom: calc(16px + env(safe-area-inset-bottom)); }
}

@media (prefers-reduced-motion: reduce) {
  .hero-image, .hero-copy, .quick-quote { animation: none !important; }
}

/* Contrast and mobile header safeguards */
.site-footer { background: #f2f9fa; color: var(--navy); border-top: 1px solid var(--line); }
.footer-brand p { color: var(--muted); }
.footer-grid h3 { color: var(--orange); }
.footer-grid a, .footer-grid button, .footer-grid p { color: #587085; }
.footer-grid a:hover, .footer-grid button:hover { color: var(--navy); }
.footer-bottom { border-top-color: var(--line); color: #6b7f90; }
.footer-brand img { filter: none; }

.floating-whatsapp { opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(12px); }
.floating-whatsapp.is-visible { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }

@media (max-width: 1080px) {
  .whatsapp-nav { display: none; }
}
.package-body { min-height: 0; }

/* Interaction resilience: native navigation and direct-link fallbacks */
.mobile-menu { display: none; margin-left: auto; position: relative; }
.mobile-menu summary {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: grid;
  place-content: center;
  gap: 7px;
  cursor: pointer;
  list-style: none;
  color: var(--navy);
}
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary:hover { background: rgba(6,45,84,.06); }
.mobile-menu summary span { width: 25px; height: 2px; background: currentColor; display: block; transition: transform .2s ease; }
.mobile-menu[open] summary span:first-child { transform: translateY(4.5px) rotate(45deg); }
.mobile-menu[open] summary span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
.mobile-nav-panel {
  position: fixed;
  top: 76px;
  left: 14px;
  right: 14px;
  display: grid;
  background: white;
  padding: 16px;
  border-radius: 20px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(6,45,84,.08);
}
.mobile-nav-panel a { padding: 13px 10px; border-bottom: 1px solid var(--line); font-weight: 800; }
.mobile-nav-panel a:last-child { border-bottom: 0; }
.mobile-nav-panel .mobile-whatsapp { margin-top: 10px; border: 0; border-radius: 999px; text-align: center; background: var(--teal-dark); color: white; }

.filter { display: inline-flex; align-items: center; justify-content: center; }
.price-row a[data-open-quote] {
  min-height: 44px;
  padding: 10px 17px;
  border: 0;
  background: var(--teal);
  color: white;
  border-radius: 999px;
  font-weight: 850;
  cursor: pointer;
  text-align: center;
}
.form-fallback-link { display: block; width: fit-content; margin: 10px auto 0; color: var(--teal-dark); font-size: .75rem; font-weight: 850; text-decoration: underline; text-underline-offset: 3px; }
.inline-noscript { position: static; max-width: 1180px; margin: 18px auto; border-radius: 14px; }
.inline-noscript a { color: white; text-decoration: underline; font-weight: 850; }

@media (max-width: 900px) {
  .menu-toggle { display: none !important; }
  .main-nav { display: none !important; }
  .mobile-menu { display: block; }
}
