:root{
  --primary:#063f53;
  --primary-dark:#032e3e;
  --gold:#d8af58;
  --navy:#063f53;
  --text:#17343e;
  --muted:#6d7f84;
  --line:#ddd5c6;
  --soft:#f7f4ed;
  --white:#ffffff;
  --shadow:0 24px 70px rgba(3,46,62,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;background:#fff;color:var(--text)}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button,input,textarea,select{font:inherit}
.container{width:min(1220px,calc(100% - 36px));margin:0 auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(6,63,83,.1)}
.header-inner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.brand-wordmark{display:flex;align-items:center;gap:12px;min-width:0}.brand-symbol{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;border:1px solid var(--gold);color:var(--gold);font-size:20px}.brand-text{display:flex;flex-direction:column;line-height:1}.brand-text strong{font-size:18px;letter-spacing:.13em;color:var(--primary)}.brand-text small{font-size:10px;letter-spacing:.34em;color:#9a742d;margin-top:6px}
.nav{display:flex;gap:24px;align-items:center}.nav a{font-weight:800;font-size:14px;color:#355a63}.nav a:hover{color:#9a742d}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:999px;padding:14px 22px;font-weight:900;cursor:pointer;transition:.2s ease;font-size:15px}.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--primary);color:white;box-shadow:0 14px 32px rgba(6,63,83,.18)}
.btn-outline{border:1px solid rgba(6,63,83,.25);color:var(--primary);background:#fff}.btn-soft{background:#efe8d9;color:#7a5d27}
.hero-section{padding:42px 0 64px;background:linear-gradient(180deg,#faf7f1,#fff)}
.hero-editorial{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:44px;align-items:center}.hero-copy{padding:18px 0}.eyebrow{text-transform:uppercase;letter-spacing:.15em;color:#9d752d;font-size:12px;font-weight:1000}.eyebrow-gold{color:#e0bd73}
h1{font-family:Georgia,"Times New Roman",serif;color:var(--primary);font-size:clamp(52px,6.3vw,88px);line-height:.94;margin:18px 0 22px;letter-spacing:-.05em}h1 em{display:block;font-style:normal;color:#b68b3b;font-size:.62em;letter-spacing:-.03em;margin-top:9px}.hero-copy>p{font-size:20px;line-height:1.6;color:#526d73;max-width:660px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.trust-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.trust-row span{font-size:11px;font-weight:800;color:#5f7479;border:1px solid var(--line);border-radius:999px;padding:8px 10px;background:#fff}
.hero-visual{position:relative;min-height:570px;border-radius:34px;overflow:hidden;box-shadow:var(--shadow);background:#173f49}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,46,62,.05),rgba(3,46,62,.58))}.hero-badge{position:absolute;left:24px;bottom:24px;background:rgba(255,255,255,.94);padding:16px 18px;border-radius:18px;max-width:240px;box-shadow:0 18px 38px rgba(0,0,0,.12)}.hero-badge b{display:block;font-family:Georgia,serif;color:var(--primary);font-size:24px}.hero-badge span{font-size:12px;color:#61777b;line-height:1.35}
.section{padding:82px 0}.section-soft{background:var(--soft)}.section-light{background:#fbfaf7}.section-dark{background:var(--primary-dark);color:white}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:28px}.section-head h2,.split-editorial h2,.sources-layout h2,.quote-copy h2{font-family:Georgia,"Times New Roman",serif;color:var(--primary);font-size:clamp(34px,4vw,54px);line-height:1.02;margin:8px 0 0}.section-head>p{max-width:520px;margin:0;color:var(--muted);line-height:1.6}.section-dark h2{color:#fff}.section-dark p{color:#c5d0d3}
.chip-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}.chip{border:1px solid var(--line);background:#fff;color:#4d6870;border-radius:999px;padding:10px 14px;font-weight:800;font-size:12px;cursor:pointer}.chip.active{background:var(--primary);border-color:var(--primary);color:#fff}
.destination-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.destination-card{border:1px solid var(--line);border-radius:24px;padding:22px;background:#fff;display:flex;flex-direction:column;min-height:300px}.destination-card .topline{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.destination-card h3{font-family:Georgia,serif;color:var(--primary);font-size:24px;margin:7px 0 10px}.destination-card p{color:var(--muted);line-height:1.6;margin:0 0 16px}.destination-card .meta{font-size:11px;color:#73868a}.destination-card .recognitions{display:flex;gap:6px;flex-wrap:wrap;margin:14px 0}.tag{font-size:10px;font-weight:800;border-radius:999px;padding:6px 9px;background:#f2ecdf;color:#7c612c}.destination-card .card-foot{margin-top:auto;padding-top:12px;border-top:1px solid #eee8dc;display:flex;justify-content:space-between;gap:12px;align-items:center}.destination-card .card-foot span{font-size:11px;color:#748589}.destination-card .card-foot a{font-size:12px;font-weight:900;color:#8d6928}
.split-editorial{display:grid;grid-template-columns:.78fr 1.22fr;gap:46px;align-items:start}.split-editorial>div:first-child p{color:var(--muted);font-size:18px;line-height:1.65}.editorial-points{display:grid;grid-template-columns:1fr 1fr;gap:14px}.editorial-points article{padding:20px;border:1px solid #ddd4c4;border-radius:20px;background:#fff}.editorial-points b{color:#b1883c}.editorial-points h3{margin:10px 0 7px;color:var(--primary)}.editorial-points p{margin:0;color:var(--muted);line-height:1.5}
.promo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.promo-card{border:1px solid var(--line);background:#fff;border-radius:24px;padding:20px;box-shadow:0 14px 38px rgba(3,46,62,.06)}.promo-card img{width:100%;height:220px;object-fit:cover;border-radius:18px;margin-bottom:18px}.promo-card h3{margin:0 0 10px;color:var(--primary);font-size:20px}.promo-card p{margin:0;color:var(--muted);line-height:1.55}.promo-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.promo-actions .btn{padding:11px 15px;font-size:13px}.promo-warning{display:inline-flex;margin-top:12px;padding:6px 8px;border-radius:8px;background:#f7ebc8;color:#7f5d1e;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}
.sources-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:44px;align-items:start}.sources-layout p{font-size:18px;line-height:1.65}.text-link{display:inline-block;margin-top:16px;color:#e2be73;font-weight:900}.source-summary{display:grid;grid-template-columns:1fr 1fr;gap:12px}.source-item{border:1px solid rgba(255,255,255,.14);border-radius:18px;padding:18px;background:rgba(255,255,255,.05)}.source-item b{display:block;color:#fff;margin-bottom:6px}.source-item span{font-size:12px;color:#b7c6ca;line-height:1.45}
.quote-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:34px;align-items:start}.quote-copy>p{font-size:18px;color:var(--muted);line-height:1.65}.steps-compact{display:grid;gap:10px;margin-top:26px}.steps-compact div{display:flex;align-items:center;gap:12px}.steps-compact b{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#ede4d2;color:#8c6829}.steps-compact span{font-weight:800;color:#46626a}.form-panel{background:#fff;border:1px solid var(--line);border-radius:28px;padding:22px;box-shadow:var(--shadow)}.form-panel h3{font-family:Georgia,serif;color:var(--primary);font-size:30px;margin:0 0 16px}.jotform-shell{border-radius:20px;overflow:hidden;border:1px solid var(--line);background:#fff}.jotform-shell iframe{width:100%;height:980px;border:0;display:block;background:#fff}.form-fallback{font-size:12px;color:var(--muted);margin:10px 4px 0}.form-fallback a{font-weight:900;color:var(--primary)}
.footer{background:#062b3b;color:#fff;padding:44px 0}.footer-grid{display:grid;grid-template-columns:1.4fr .7fr .9fr;gap:28px}.footer-brand .brand-text strong{color:#fff}.footer-brand .brand-symbol{border-color:#d8af58}.footer p{color:#d0dade;line-height:1.55}.footer a{font-weight:800}.whatsapp-float{position:fixed;right:20px;bottom:20px;z-index:60;background:#25d366;color:#fff;padding:14px 18px;border-radius:999px;font-weight:950;box-shadow:0 18px 38px rgba(37,211,102,.28)}
.empty-state{padding:30px;border:1px dashed var(--line);border-radius:20px;color:var(--muted);text-align:center}
@media(max-width:1050px){.hero-editorial,.split-editorial,.sources-layout,.quote-grid{grid-template-columns:1fr}.hero-visual{min-height:470px}.destination-grid{grid-template-columns:repeat(2,1fr)}.promo-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.container{width:min(100% - 24px,1220px)}.header-inner{min-height:68px}.nav{display:none}.brand-text strong{font-size:16px}.hero-section{padding:26px 0 42px}.hero-visual{min-height:360px;border-radius:24px}h1{font-size:54px}.hero-copy>p{font-size:17px}.section{padding:58px 0}.section-head{align-items:flex-start;flex-direction:column}.destination-grid,.promo-grid,.editorial-points,.source-summary,.footer-grid{grid-template-columns:1fr}.jotform-shell iframe{height:1150px}.whatsapp-float{right:12px;bottom:12px;padding:13px 15px}}
