/* Break our self-contained design out of the Kadence site-container and neutralise the theme's
   global element styling bleeding into the embedded design (full-width + no wrapper padding + our
   own heading case/weight, matching the standalone design). */
main.wrap,.content-area,.content-container.site-container,.site-main,.content-wrap,.entry-content-wrap,.entry-content,.entry-content.single-content{width:100%!important;max-width:100%!important;padding:0!important;margin:0!important}
@media(max-width:600px){main.wrap,.content-area,.content-container.site-container,.site-main,.content-wrap,.entry-content-wrap,.entry-content{width:100%!important;max-width:100%!important;padding:0!important}}
/* Kadence sets a global h1{font-size:75px;font-weight:800;text-transform:uppercase}. Keep our hero
   headline as designed (title case, our weight). */
.entry-content h1,.t-hero h1{text-transform:none!important}
.t-hero h1{font-weight:600;line-height:1.2}
/* Kadence bleeds .single-content ul/ol{padding-left:2em; margin} into our lists -> footer + cards
   look indented/stretched. Neutralise; our component CSS controls the real spacing (same approach as
   the live warm-svaneti page). */
.single-content ul,.single-content ol{margin:0!important;padding:0!important;list-style:none!important}
.single-content li{margin:0!important}
.footer .foot-grid ul{padding-left:0!important;margin-left:0!important}

:root{
  --blue:#2B9FD9;--blue-dark:#1E7BB0;--blue-light:#EBF6FC;
  --orange:#F7941D;--orange-dark:#D97D0A;--orange-light:#FEF3E8;
  --bg:#FFFFFF;--surface:#F7F9FB;--cream:#FEF9F2;
  --ink:#1A1A2E;--ink-muted:#374151;--stone:#6B7280;--border:#E2E8F0;--green-accent:#2A6A4A;
  --font-h:'Playfair Display',Georgia,serif;--font-b:'Inter',-apple-system,'Segoe UI',sans-serif;
  --maxw:1200px;--radius:14px;--radius-lg:22px;--radius-pill:9999px;
  --shadow-sm:0 1px 4px rgba(26,26,46,.07);
  --shadow:0 8px 24px rgba(26,26,46,.10),0 2px 6px rgba(26,26,46,.06);
  --shadow-lg:0 24px 64px rgba(26,26,46,.14),0 8px 20px rgba(26,26,46,.08);
  --ease:cubic-bezier(.16,1,.3,1);
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:var(--font-b);color:var(--ink-muted);background:var(--bg);line-height:1.65;-webkit-font-smoothing:antialiased}
h1,h2,h3,h4{font-family:var(--font-h);color:var(--ink);line-height:1.2;font-weight:600}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}
.eyebrow{display:inline-block;font-size:.76rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--orange-dark);background:var(--orange-light);padding:7px 15px;border-radius:var(--radius-pill)}
.btn{display:inline-flex;align-items:center;gap:9px;font-weight:600;font-size:.95rem;padding:13px 24px;border-radius:var(--radius-pill);cursor:pointer;border:1.5px solid transparent;transition:transform .25s var(--ease),box-shadow .25s,background .2s;white-space:nowrap}
.btn-primary{background:var(--orange);color:#fff;box-shadow:0 8px 20px rgba(247,148,29,.32)}
.btn-primary:hover{background:var(--orange-dark);transform:translateY(-2px)}
.btn-blue{background:var(--blue);color:#fff}
.btn-blue:hover{background:var(--blue-dark);transform:translateY(-2px)}
.btn-outline{background:#fff;color:var(--blue-dark);border-color:var(--blue)}
.btn-outline:hover{background:var(--blue-light)}
.mocknote{background:#FEF3E8;color:#92400e;text-align:center;font-size:.8rem;padding:8px 16px;border-bottom:1px solid #f8d9b0}

/* topbar + nav */
.topbar{background:var(--blue-light);color:var(--ink);border-bottom:1px solid var(--border);padding:7px 0;font-size:.82rem}
.topbar .trow{max-width:var(--maxw);margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}
.topbar .tph{color:var(--ink);font-weight:700;display:inline-flex;align-items:center;gap:6px}
.topbar .tph:hover{color:var(--blue-dark)}
.nav{position:sticky;top:0;z-index:200;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}
.nav-inner{max-width:var(--maxw);margin:0 auto;padding:0 24px;height:74px;display:flex;align-items:center;gap:16px}
.logo-img{height:54px;width:auto}
.nav .back{font-weight:600;font-size:.9rem;color:var(--blue-dark)}
.nav .spacer{margin-left:auto}
.nav .btn{padding:10px 18px;font-size:.9rem}

/* hero */
.t-hero{position:relative;color:#fff;overflow:hidden;min-height:62vh;display:flex;align-items:flex-end}
.t-hero .bg{position:absolute;inset:0;background-size:cover;background-position:center;transform:scale(1.03)}
.t-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(13,31,17,.25) 0%,rgba(13,31,17,.5) 55%,rgba(13,31,17,.82) 100%)}
.t-hero .inner{position:relative;z-index:2;max-width:var(--maxw);margin:0 auto;padding:56px 24px;width:100%}
.t-hero .eyebrow{background:rgba(247,148,29,.92);color:#fff}
.t-hero h1{color:#fff;font-size:clamp(2.3rem,5vw,3.6rem);margin:16px 0 12px;max-width:16ch;text-shadow:0 2px 20px rgba(0,0,0,.35)}
.t-hero .sub{font-size:1.12rem;color:rgba(255,255,255,.94);max-width:560px;margin-bottom:22px;text-shadow:0 1px 10px rgba(0,0,0,.4)}
.t-hero .facts{display:flex;gap:26px;flex-wrap:wrap;margin-bottom:8px}
.t-hero .facts div{font-size:.84rem;color:rgba(255,255,255,.84)}
.t-hero .facts b{display:block;font-family:var(--font-h);font-size:1.4rem;color:#fff;font-weight:600}

/* layout: content + sticky price */
.t-main{max-width:var(--maxw);margin:0 auto;padding:56px 24px;display:grid;grid-template-columns:1fr 340px;gap:46px;align-items:stretch}
.t-main aside{position:relative}
.t-content > section{margin-bottom:46px}
.t-content h2{font-size:1.7rem;margin-bottom:14px}
.t-content h2 .lead-in{display:block;font-size:.76rem;letter-spacing:.14em;text-transform:uppercase;color:var(--orange-dark);font-family:var(--font-b);font-weight:700;margin-bottom:6px}
.t-content p{margin-bottom:12px}
.t-content ul{margin:0 0 12px 0;padding-left:0;list-style:none}
.t-content ul li{position:relative;padding-left:26px;margin-bottom:8px}
.t-content ul li::before{content:"";position:absolute;left:0;top:9px;width:8px;height:8px;border-radius:50%;background:var(--blue)}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:26px}
.inc-box{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:22px}
.inc-box h3{font-size:1.05rem;margin-bottom:12px;display:flex;align-items:center;gap:8px}
.inc-box.yes h3{color:var(--green-accent)}
.inc-box ul li::before{background:var(--green-accent)}
.inc-box.no ul li::before{background:#cbd5e1}

/* pace cards */
.pace-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.pace{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:transform .3s var(--ease),box-shadow .3s}
.pace:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}
.pace .ph{aspect-ratio:4/3;overflow:hidden}
.pace .ph img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.pace:hover .ph img{transform:scale(1.05)}
.pace .bd{padding:18px}
.pace .bd h3{font-size:1.16rem;margin-bottom:6px}
.pace .bd p{font-size:.88rem;color:var(--stone);margin:0}
.pace .tagp{display:inline-block;font-size:.68rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--blue-dark);background:var(--blue-light);padding:4px 10px;border-radius:var(--radius-pill);margin-bottom:8px}

/* itinerary */
.itin{position:relative}
.day{display:grid;grid-template-columns:64px 1fr;gap:18px;padding:18px 0;border-bottom:1px solid var(--border)}
.day:last-child{border-bottom:none}
.day .num{width:54px;height:54px;border-radius:14px;background:var(--blue-light);color:var(--blue-dark);display:grid;place-items:center;font-family:var(--font-h);font-weight:700;font-size:1.1rem;text-align:center;line-height:1.05}
.day .num span{display:block;font-size:.56rem;letter-spacing:.1em;text-transform:uppercase;color:var(--stone);font-family:var(--font-b)}
.day h3{font-size:1.12rem;margin-bottom:5px}
.day p{font-size:.92rem;color:var(--ink-muted);margin:0}
.note-line{font-size:.85rem;color:var(--stone);font-style:italic;margin-top:14px;background:var(--cream);border-left:3px solid var(--orange);padding:12px 16px;border-radius:8px}

/* price card */
.price-card{position:sticky;top:96px;background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:0 18px 44px rgba(26,26,46,.16),0 6px 14px rgba(26,26,46,.08);overflow:hidden;transition:transform .3s var(--ease),box-shadow .3s}
.price-card:hover{transform:translateY(-3px);box-shadow:0 26px 60px rgba(26,26,46,.2),0 10px 20px rgba(26,26,46,.1)}
.price-card .ph{background:linear-gradient(135deg,var(--blue),var(--blue-dark));color:#fff;padding:22px}
.price-card .ph .from{font-size:.8rem;opacity:.9}
.price-card .ph .big{font-family:var(--font-h);font-size:2.4rem;font-weight:700;line-height:1}
.price-card .ph .per{font-size:.82rem;opacity:.9}
.price-card .bd{padding:20px}
.price-card .row{display:flex;justify-content:space-between;gap:10px;font-size:.86rem;padding:8px 0;border-bottom:1px solid var(--border)}
.price-card .row:last-of-type{border-bottom:none}
.price-card .row b{color:var(--ink);font-weight:600;text-align:right}
.price-card .dates{background:var(--surface);border-radius:10px;padding:12px 14px;margin:12px 0;font-size:.85rem}
.price-card .dates .dh{font-weight:700;color:var(--ink);margin-bottom:6px;font-size:.82rem}
.price-card .dates div{padding:3px 0;color:var(--ink-muted)}
.price-card .btn{width:100%;justify-content:center;margin-top:8px}
.price-card .tiny{font-size:.74rem;color:var(--stone);text-align:center;margin-top:10px}

/* field note */
.fieldnote{background:var(--ink);color:#fff;border-radius:var(--radius-lg);padding:30px;display:flex;gap:22px;align-items:center}
.fieldnote img{width:96px;height:120px;object-fit:cover;border-radius:12px;flex:none}
.fieldnote h3{color:#fff;font-size:1.25rem;margin-bottom:8px}
.fieldnote p{color:#c7ccdb;font-size:.93rem;margin:0}
.fieldnote .role{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--orange);font-weight:700}

/* faq + accordion */
.qa{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:10px;overflow:hidden}
.qa summary{padding:16px 20px;font-weight:600;color:var(--ink);cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:12px;font-size:.95rem}
.qa summary::-webkit-details-marker{display:none}
.qa summary::after{content:"+";color:var(--blue);font-size:1.3rem}
.qa[open] summary::after{content:"\2013"}
.qa .a{padding:0 20px 18px;font-size:.9rem}
.qa .a p{margin-bottom:8px}

/* lead capture */
.t-cap{background:linear-gradient(135deg,var(--blue),var(--blue-dark));color:#fff}
.t-cap .wrap{padding:56px 24px;display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center}
.t-cap h2{color:#fff;font-size:1.9rem;margin-bottom:10px}
.t-cap p{color:rgba(255,255,255,.92)}
.t-cap form{background:#fff;border-radius:var(--radius-lg);padding:24px;box-shadow:var(--shadow-lg)}
.t-cap label{display:block;font-size:.8rem;color:var(--ink);font-weight:600;margin-bottom:6px}
.t-cap input{width:100%;padding:12px 15px;border:1.5px solid var(--border);border-radius:11px;font-family:var(--font-b);margin-bottom:12px;font-size:.94rem}
.t-cap input:focus{outline:none;border-color:var(--blue)}
.t-cap .consent{display:flex;gap:9px;align-items:flex-start;font-size:.74rem;color:var(--stone);margin-bottom:14px}
.t-cap .btn{width:100%;justify-content:center}

/* footer */
.footer{background:#13131f;color:#aab2cc;padding:42px 0 22px}
.foot-grid{display:grid;grid-template-columns:1.7fr 1fr 1fr;gap:30px;margin-bottom:26px}
.foot-brand{display:flex;align-items:center;gap:16px;margin-bottom:14px}
.fw-logo{height:50px;width:auto}
.fw-main{font-family:var(--font-h);font-size:1.7rem;color:#fff;font-weight:700;display:block;line-height:1}
.fw-via{color:var(--orange)}
.fw-sub{display:block;font-size:.68rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--blue);margin-top:5px}
.footer .foot-contact{margin-top:14px;display:flex;flex-direction:column;gap:6px}
.footer .foot-contact a{font-size:.9rem;color:#aab2cc;display:flex;align-items:center;gap:8px}
.footer .foot-contact a:hover{color:var(--orange)}
.footer h4{color:#fff;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:14px;font-weight:600}
.footer ul{list-style:none}.footer ul li{margin-bottom:9px}
.footer ul a{font-size:.89rem;color:#aab2cc}.footer ul a:hover{color:var(--orange)}
.foot-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:20px;font-size:.79rem;color:#717892;display:flex;justify-content:space-between;flex-wrap:wrap;gap:14px}

/* floating contact */
.contact-float{position:fixed;bottom:24px;right:24px;z-index:300;display:flex;flex-direction:column;align-items:flex-end;gap:12px}
.cf-call-pill{display:inline-flex;align-items:center;gap:8px;background:var(--blue);color:#fff;font-weight:700;font-size:.9rem;padding:11px 16px;border-radius:var(--radius-pill);box-shadow:0 8px 22px rgba(43,159,217,.42);white-space:nowrap}
.cf-call-pill svg{width:16px;height:16px;stroke:#fff;fill:none;stroke-width:2}
.wa{width:56px;height:56px;border-radius:50%;background:#25D366;display:grid;place-items:center;box-shadow:0 10px 26px rgba(37,211,102,.45)}
.wa svg{width:28px;height:28px;fill:#fff}
/* canonical footer (see FOOTER-SPEC.md), overrides earlier footer CSS */
.footer p.about{font-size:.87rem;color:#8a91ab;max-width:300px;line-height:1.6}
.footer .foot-contact a[href^="tel"] svg{color:#E53935;fill:#E53935}
.social{display:flex;align-items:center;gap:8px}
.social a{width:30px;height:30px;display:grid;place-items:center;border-radius:8px;transition:transform .2s,background .2s}
.social a svg{width:17px;height:17px}
.social.dark a{color:#aab2cc}.social.dark a:hover{color:#fff;background:rgba(255,255,255,.1);transform:translateY(-2px)}
.foot-social{margin-top:18px}
.foot-credit{display:flex;align-items:center;gap:9px}
.foot-credit img{height:30px;width:auto}
.foot-bottom{align-items:center}
.foot-grid{grid-template-columns:1.7fr 1fr 1fr 1fr}

@media(max-width:900px){
  .t-main{grid-template-columns:1fr}
  .price-card{position:static;margin-bottom:20px}
  .pace-grid{grid-template-columns:1fr}
  .two-col,.t-cap .wrap,.foot-grid{grid-template-columns:1fr}
}
@media(max-width:560px){.cf-call-pill{font-size:.8rem;padding:10px 13px}}

/* ===== CANONICAL header/footer (HEADER-SPEC + FOOTER-SPEC) — overrides ===== */
.topbar{background:#EBF6FC;color:#1A1A2E;border-bottom:1px solid #E2E8F0;padding:5px 0;font-size:.8rem}
.topbar .trow{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}
.topbar .tleft{display:flex;align-items:center;gap:8px}
.topbar .tleft>svg{width:15px;height:15px;color:#1E7BB0;flex:none}
.topbar a.q{color:#1E7BB0;font-weight:600;white-space:nowrap}
.topbar .tright{display:flex;align-items:center;gap:16px}
.topbar .tph{display:flex;align-items:center;gap:6px;color:#1A1A2E;font-weight:700}
.topbar .tph svg{width:14px;height:14px}
.social{display:flex;align-items:center;gap:8px}
.social a{width:30px;height:30px;display:grid;place-items:center;border-radius:8px;transition:transform .2s,background .2s}
.social a svg{width:17px;height:17px}
.social.light a{color:#1E7BB0}.social.light a:hover{background:#EBF6FC}
@media(max-width:560px){.topbar .tleft{display:none}}
.footer{background:#13131f;color:#aab2cc;padding:44px 0 22px}
.foot-grid{display:grid;grid-template-columns:1.7fr 1fr 1fr 1fr;gap:30px;margin-bottom:26px}
.foot-brand{display:flex;align-items:center;gap:16px;margin-bottom:14px}
.fw-main{font-family:var(--font-h);font-size:1.7rem;color:#fff;font-weight:700;display:block;line-height:1}
.fw-via{color:var(--orange)}
.fw-sub{display:block;font-size:.68rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--blue);margin-top:5px}
.fw-logo{height:50px;width:auto}
.footer p.about{font-size:.87rem;color:#8a91ab;max-width:300px;line-height:1.6}
.footer .foot-contact{margin-top:14px;display:flex;flex-direction:column;gap:5px}
.footer .foot-contact a{display:flex;align-items:center;gap:7px;font-size:.88rem;color:#aab2cc;font-weight:500}
.footer .foot-contact a:hover{color:var(--orange)}
.footer .foot-contact svg{width:14px;height:14px;flex:none}
.footer h4{color:#fff;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:15px;font-weight:600}
.footer ul{list-style:none}.footer ul li{margin-bottom:9px}
.footer ul a{font-size:.89rem;color:#aab2cc}.footer ul a:hover{color:var(--orange)}
.social{display:flex;align-items:center;gap:8px}
.social a{width:30px;height:30px;display:grid;place-items:center;border-radius:8px;transition:transform .2s,background .2s}
.social a svg{width:17px;height:17px}
.social.dark a{color:#aab2cc}.social.dark a:hover{color:#fff;background:rgba(255,255,255,.1);transform:translateY(-2px)}
.foot-social{margin-top:18px}
.foot-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:22px;display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;align-items:center;font-size:.79rem;color:#717892}
.foot-credit{display:flex;align-items:center;gap:9px}
.foot-credit img{height:30px;width:auto}
.footer .foot-contact a[href^="tel"] svg{color:#E53935;fill:#E53935} /* approved RED phone icon — keep */

/* mobile footer + no-horizontal-scroll fix */
@media(max-width:820px){.foot-grid{grid-template-columns:1fr 1fr;gap:24px}}
@media(max-width:560px){.foot-grid{grid-template-columns:1fr;gap:22px}.foot-bottom{flex-direction:column;align-items:flex-start;text-align:left;gap:10px}.footer p.about{max-width:none}}
html,body{max-width:100%;overflow-x:clip}

/* Brevo embed wrapper (Variant A) */
.jv-brevo{background:#fff;border:1px solid var(--border,#E2E8F0);border-radius:16px;padding:14px;box-shadow:0 10px 30px rgba(16,42,67,.08)}
.jv-brevo iframe{min-height:305px}
.jv-brevo-alt{margin:10px 2px 0;font-size:.85rem;color:var(--stone,#64748b);text-align:center}
.jv-brevo-alt a{color:var(--blue-dark,#1E7BB0);font-weight:700}

a.eyebrow{cursor:pointer;text-decoration:none;color:inherit;transition:opacity .2s}a.eyebrow:hover{opacity:.78;text-decoration:underline}

:root{--lpw:1140px}
.t-hero{position:relative;overflow:hidden;color:#fff;display:flex;align-items:flex-end;min-height:78vh}
.t-hero .bg{position:absolute;inset:0;background-size:cover;background-position:center;transform:scale(1.03)}
.t-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(98deg,rgba(13,31,17,.78) 0%,rgba(13,31,17,.42) 42%,rgba(13,31,17,.05) 72%,rgba(13,31,17,0) 100%),linear-gradient(180deg,rgba(13,31,17,0) 60%,rgba(13,31,17,.45) 100%)}
.t-hero .inner{position:relative;z-index:2;max-width:var(--lpw);margin:0 auto;padding:72px 28px;width:100%}
.t-hero h1{color:#fff;font-size:clamp(2.6rem,5.6vw,4.1rem);margin:16px 0 12px;max-width:17ch;text-shadow:0 2px 20px rgba(0,0,0,.35)}
.t-hero .sub{font-size:clamp(1.05rem,1.6vw,1.3rem);color:rgba(255,255,255,.94);max-width:640px;margin-bottom:22px;text-shadow:0 1px 10px rgba(0,0,0,.4)}
.t-hero .facts{display:flex;gap:26px;flex-wrap:wrap;margin-bottom:8px}
.t-hero .facts b{display:block;font-family:var(--font-h);font-size:1.7rem;color:#fff;font-weight:600}
.t-hero .facts div{font-size:.95rem;color:rgba(255,255,255,.84)}
.t-hero .eyebrow{background:rgba(247,148,29,.92);color:#fff}
.lp-band{background:var(--blue-light);padding:0}
.lp-band .wrap{max-width:var(--lpw);margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:0;transform:translateY(-46px)}
.lp-band .cell{background:#fff;border:1px solid var(--border);padding:26px 20px;text-align:center;font-weight:700;color:var(--ink);font-size:1.05rem;box-shadow:0 16px 36px rgba(26,26,46,.10)}
.lp-band .cell:first-child{border-radius:14px 0 0 14px}
.lp-band .cell:last-child{border-radius:0 14px 14px 0}
.lp-band .cell span{display:block;font-size:1.7rem;margin-bottom:8px}
.lp-band .cell small{display:block;font-weight:400;font-size:.85rem;color:var(--ink-muted,#556);margin-top:5px}
.lp-sec{max-width:var(--lpw);margin:0 auto;padding:58px 28px}
.lp-sec h2{font-size:clamp(1.7rem,3.2vw,2.4rem);margin-bottom:24px}
.lp-fit{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:22px}
.lp-fit .card{background:#fff;border:1px solid var(--border);border-top:5px solid var(--orange);border-radius:14px;padding:28px;box-shadow:0 10px 26px rgba(26,26,46,.07)}
.lp-fit .card h3{font-size:1.25rem;margin-bottom:10px}
.lp-fit .card p{font-size:1rem;color:var(--ink-muted,#445);line-height:1.65}
.lp-pano{border-radius:16px;overflow:hidden;box-shadow:0 18px 44px rgba(26,26,46,.14)}
.lp-pano img{width:100%;height:460px;object-fit:cover;display:block}
.lp-grid4{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;margin-top:18px}
.lp-grid4 figure{margin:0;border-radius:14px;overflow:hidden;background:#fff;border:1px solid var(--border);box-shadow:0 8px 20px rgba(26,26,46,.07)}
.lp-grid4 img{width:100%;height:230px;object-fit:cover;display:block}
.lp-grid4 figcaption{padding:14px 18px;font-size:.95rem}
.lp-grid4 figcaption b{display:block;font-size:1.02rem;margin-bottom:2px}
.lp-route{counter-reset:step;display:grid;gap:0;border-left:3px solid var(--blue);margin:8px 0 4px 10px}
.lp-route .step{position:relative;padding:0 0 26px 34px}
.lp-route .step::before{counter-increment:step;content:counter(step);position:absolute;left:-19px;top:-2px;width:34px;height:34px;border-radius:50%;background:var(--blue);color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;font-size:.95rem;box-shadow:0 4px 10px rgba(43,159,217,.35)}
.lp-route .step b{display:block;font-size:1.08rem;margin-bottom:3px}
.lp-route .step p{font-size:.95rem;color:var(--ink-muted,#445);max-width:640px}
.lp-cols{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:22px}
.lp-box{background:#fff;border:1px solid var(--border);border-radius:14px;padding:26px 30px;box-shadow:0 8px 20px rgba(26,26,46,.06)}
.lp-box h3{margin-bottom:12px;font-size:1.2rem}
.lp-box ul{list-style:none;padding:0;margin:0;font-size:.98rem;line-height:2.05}
.lp-flights{background:var(--cream,#FFF8F0);border:1px solid var(--border);border-radius:12px;padding:16px 20px;margin-top:16px;font-size:.93rem;line-height:1.6}
.lp-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:16px}
.lp-steps .st{background:#fff;border:1px solid var(--border);border-radius:14px;padding:22px;box-shadow:0 8px 20px rgba(26,26,46,.06)}
.lp-steps .st b{display:block;color:var(--blue);font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;margin-bottom:8px}
.lp-steps .st div{font-size:.96rem;line-height:1.55}
.lp-honest{background:var(--blue-light);border-radius:14px;padding:26px 30px;margin-top:22px}
.lp-honest h3{margin-bottom:10px;font-size:1.15rem}
.lp-honest ul{margin:0;padding-left:20px;font-size:.96rem;line-height:1.9;color:var(--ink)}
.lp-host{display:grid;grid-template-columns:1.1fr .9fr;gap:0;background:#fff;border:1px solid var(--border);border-radius:16px;overflow:hidden;box-shadow:0 14px 34px rgba(26,26,46,.09)}
.lp-host .txt{padding:36px 40px;display:flex;flex-direction:column;justify-content:center}
.lp-host .txt h3{font-size:1.4rem;margin-bottom:12px}
.lp-host .txt p{font-size:1rem;line-height:1.7;color:var(--ink-muted,#334)}
.lp-host .pic{min-height:340px;background-size:cover;background-position:center}
.lp-host .avatar{width:64px;height:64px;border-radius:50%;object-fit:cover;margin-bottom:14px;border:3px solid var(--blue-light)}
.lp-cta{background:linear-gradient(135deg,var(--blue),var(--blue-dark));color:#fff;padding:64px 28px;text-align:center}
.lp-cta h2{color:#fff;font-size:clamp(1.7rem,3.6vw,2.5rem);margin-bottom:12px}
.lp-cta p{color:rgba(255,255,255,.93);max-width:560px;margin:0 auto 26px;font-size:1.05rem}
.lp-cta .btns{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.lp-guide{background:var(--cream,#FFF8F0);border-top:1px solid var(--border);padding:44px 28px;text-align:center}
.lp-guide .in{max-width:560px;margin:0 auto}
.cap-form{background:#fff;border-radius:var(--radius-lg);padding:24px;box-shadow:var(--shadow-lg);text-align:left;margin-top:18px}
.cap-form label{display:block;font-size:.82rem;color:var(--ink);font-weight:600;margin-bottom:6px}
.cap-form input[type=email]{width:100%;padding:12px 16px;border:1.5px solid var(--border);border-radius:11px;font-family:var(--font-b);font-size:.95rem;margin-bottom:12px}
.cap-form input:focus{outline:none;border-color:var(--blue)}
.cap-form .btn{width:100%;justify-content:center}
.cap-wa-cta a{color:var(--blue-dark);font-weight:700}
.lp-faq{max-width:900px;margin:0 auto;padding:0 28px 30px}
.lp-faq h2{font-size:clamp(1.6rem,3vw,2.1rem);padding-top:50px;margin-bottom:20px}
.lp-faq details{background:#fff;border:1px solid var(--border);border-radius:12px;margin-bottom:12px;padding:4px 22px}
.lp-faq summary{cursor:pointer;font-weight:600;color:var(--ink);padding:15px 0;font-size:1.03rem}
.lp-faq p{padding:0 0 16px;font-size:.97rem;color:var(--ink-muted,#445);line-height:1.65}
.lp-sticky{display:none}
@media(max-width:760px){
  .t-hero{min-height:82vh}
  .lp-band .wrap{transform:none;padding:20px 16px;gap:12px}
  .lp-band .cell,.lp-band .cell:first-child,.lp-band .cell:last-child{border-radius:12px}
  .lp-pano img{height:260px}
  .lp-host{grid-template-columns:1fr}
  .lp-host .pic{min-height:260px;order:-1}
  .lp-cta .btns .btn,.t-hero .btn{width:100%;justify-content:center}
  .lp-sticky{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:60;gap:10px;padding:10px 12px calc(10px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid var(--border);box-shadow:0 -8px 24px rgba(26,26,46,.12)}
  .lp-sticky .btn{flex:1;justify-content:center;font-size:.92rem;padding:12px 10px}
  body{padding-bottom:64px}
  .contact-float{bottom:84px!important}
}

@media(max-width:760px){.t-hero .inner{padding:44px 20px}.t-hero h1{font-size:1.95rem;line-height:1.18;max-width:20ch;margin:10px 0 10px}.t-hero .sub{font-size:1rem;margin-bottom:16px}}

.lp-ask{background:#fff;border-top:1px solid var(--border);padding:52px 28px;scroll-margin-top:96px}
.lp-ask .in{max-width:680px;margin:0 auto}
.lp-ask h2{font-size:clamp(1.6rem,3vw,2.1rem);margin-bottom:10px}
.lp-ask .sub{font-size:1rem;color:var(--ink-muted,#445);line-height:1.6;margin-bottom:22px}
.ask-form{background:var(--cream,#FFF8F0);border:1px solid var(--border);border-radius:var(--radius-lg);padding:26px}
.ask-form .row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.ask-form label{display:block;font-size:.82rem;color:var(--ink);font-weight:600;margin:0 0 6px}
.ask-form .opt{font-weight:400;color:var(--stone,#94A3B8)}
.ask-form input,.ask-form textarea{width:100%;padding:12px 16px;border:1.5px solid var(--border);border-radius:11px;font-family:var(--font-b);font-size:.95rem;margin-bottom:14px;background:#fff}
.ask-form textarea{resize:vertical;min-height:104px}
.ask-form input:focus,.ask-form textarea:focus{outline:none;border-color:var(--blue)}
.ask-form .btn{width:100%;justify-content:center}
.ask-form .privacy{margin:12px 0 0;font-size:.78rem;line-height:1.5;color:var(--stone,#6B7280)}
.ask-form .privacy a{color:var(--blue);text-decoration:underline}
.ask-form .alt{margin:10px 0 0;font-size:.84rem;color:var(--stone,#6B7280)}
.ask-form .alt a{color:var(--blue-dark,#1F7FB0);font-weight:700}
@media(max-width:760px){
  .lp-ask{padding:40px 18px}
  .ask-form{padding:20px}
  .ask-form .row{grid-template-columns:1fr;gap:0}
}

.contact-float{position:fixed;bottom:24px;right:24px;z-index:300;display:flex;flex-direction:column;align-items:flex-end;gap:12px}
.contact-float .cf-call-pill{display:inline-flex;align-items:center;gap:8px;background:#2B9FD9;color:#fff;font-weight:700;font-size:.92rem;padding:11px 17px;border-radius:9999px;box-shadow:0 8px 22px rgba(43,159,217,.42);white-space:nowrap;text-decoration:none;transition:transform .22s cubic-bezier(.16,1,.3,1),background .2s}
.contact-float .cf-call-pill:hover{background:#1E7BB0;transform:translateY(-2px)}
.contact-float .cf-call-pill svg{width:17px;height:17px;stroke:#fff;fill:none;stroke-width:2;flex:none}
.contact-float .wa{width:58px;height:58px;border-radius:50%;background:#25D366;display:grid;place-items:center;box-shadow:0 10px 26px rgba(37,211,102,.45);transition:transform .25s cubic-bezier(.16,1,.3,1);position:relative}
.contact-float .wa:hover{transform:scale(1.08)}
.contact-float .wa svg{width:30px;height:30px;fill:#fff}
.contact-float .wa::after{content:"WhatsApp";position:absolute;right:68px;top:50%;transform:translateY(-50%);background:#1A1A2E;color:#fff;font-size:.74rem;font-weight:600;padding:5px 10px;border-radius:9999px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s}
.contact-float .wa:hover::after{opacity:1}
@media(max-width:560px){.contact-float .cf-call-pill{font-size:.82rem;padding:10px 14px}.contact-float .wa::after{display:none}}
