:root{--color-primary:#0a0a0a;--color-primary-soft:#161616;--color-accent:#ff5a00;--color-accent-soft:#ff5a001f;--color-cta:#00c853;--color-cta-hover:#00b34a;--color-cta-soft:#00c8531f;--color-bg:#f4f4f2;--color-bg-alt:#ebebe8;--color-surface:#fff;--color-muted:#6b6b6b;--color-border:#e6e6e2;--color-border-strong:#d8d8d2;--font:"DM Sans", system-ui, -apple-system, sans-serif;--radius:18px;--radius-sm:12px;--radius-pill:999px;--header-h:72px;--sticky-cta-h:68px;--shadow-sm:0 2px 8px #0a0a0a0a;--shadow:0 8px 28px #0a0a0a0f;--shadow-lg:0 18px 48px #0a0a0a1a;--shadow-hover:0 16px 40px #0a0a0a1f;--max:1160px;--ease:cubic-bezier(.22, 1, .36, 1);--section-pad:clamp(3.5rem, 7vw, 6rem)}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--color-primary);background:var(--color-bg);letter-spacing:-.01em;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-weight:400;line-height:1.65}img{max-width:100%;height:auto;display:block}img.hero__photo{max-width:none;height:100%}a{color:inherit;text-underline-offset:3px;transition:color .2s var(--ease);text-decoration-thickness:1px}a:hover{color:var(--color-accent)}:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}h1,h2,h3{letter-spacing:-.03em;color:var(--color-primary);margin:0 0 .65em;font-weight:700;line-height:1.15}h1{font-size:clamp(2rem,4.5vw,3.25rem)}h2{font-size:clamp(1.55rem,3vw,2.15rem)}h3{font-size:1.1rem}p{margin:0 0 1em}ul{margin:0;padding:0;list-style:none}.container{width:min(100% - 2.5rem, var(--max));margin-inline:auto}.section{padding:var(--section-pad) 0}.section--tight{padding:clamp(1.5rem,3vw,2.5rem) 0}.section--alt{background:var(--color-bg-alt)}.eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent);align-items:center;gap:.45rem;margin-bottom:1rem;font-size:.72rem;font-weight:700;display:inline-flex}.eyebrow:before{content:"";background:var(--color-accent);border-radius:2px;width:1.25rem;height:2px}.btn{border-radius:var(--radius-pill);font:inherit;letter-spacing:-.01em;cursor:pointer;transition:transform .25s var(--ease), box-shadow .25s var(--ease), background .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease);border:1.5px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.95rem 1.55rem;font-size:.95rem;font-weight:700;text-decoration:none;display:inline-flex}.btn:hover{text-decoration:none;transform:translateY(-2px)}.btn:active{transform:translateY(0)}.btn--cta{background:var(--color-cta);color:#fff;box-shadow:0 8px 24px #00c85347}.btn--cta:hover{background:var(--color-cta-hover);color:#fff;box-shadow:0 14px 32px #00c85359}.btn--primary{background:var(--color-primary);color:#fff;box-shadow:var(--shadow-sm)}.btn--primary:hover{color:#fff;box-shadow:var(--shadow);background:#1c1c1c}.btn--outline{border-color:var(--color-accent);color:var(--color-primary);background:0 0}.btn--outline:hover{background:var(--color-accent);border-color:var(--color-accent);color:#fff;box-shadow:0 10px 28px #ff5a0040}.btn--accent{background:var(--color-accent);color:#fff}.btn--accent:hover{color:#fff;background:#e04f00}.btn--sm{padding:.6rem 1.1rem;font-size:.84rem}.btn-row{flex-wrap:wrap;gap:.85rem;display:flex}.badge-row{flex-wrap:wrap;gap:.65rem;display:flex}.badge{background:var(--color-surface);color:var(--color-primary);border-radius:var(--radius-pill);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);align-items:center;gap:.45rem;padding:.5rem .9rem;font-size:.8rem;font-weight:600;display:inline-flex}.badge .icon{color:var(--color-accent)}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow);transition:transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);padding:1.75rem}.card:hover{box-shadow:var(--shadow-hover);border-color:var(--color-border-strong);transform:translateY(-4px)}.icon-bubble{background:var(--color-accent-soft);width:2.75rem;height:2.75rem;color:var(--color-accent);border-radius:14px;place-items:center;margin-bottom:1rem;display:grid}.icon-bubble--cta{background:var(--color-cta-soft);color:var(--color-cta)}.table-wrap{border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);box-shadow:var(--shadow);overflow-x:auto}table.price-table{border-collapse:collapse;width:100%;font-size:.92rem}.price-table th,.price-table td{text-align:left;border-bottom:1px solid var(--color-border);padding:1.05rem 1.2rem}.price-table th{background:var(--color-primary);color:#fff;letter-spacing:-.01em;font-weight:600}.price-table th:first-child{border-top-left-radius:calc(var(--radius) - 1px)}.price-table th:last-child{border-top-right-radius:calc(var(--radius) - 1px)}.price-table tbody tr{transition:background .2s var(--ease)}.price-table tbody tr:hover{background:#ff5a000a}.price-table tr:last-child td{border-bottom:none}.price-table td:nth-child(2),.price-table td:nth-child(3){color:var(--color-cta);font-size:1rem;font-weight:700}.price-table a.route-link{color:var(--color-primary);font-weight:600;text-decoration:none}.price-table a.route-link:hover{color:var(--color-accent)}.muted{color:var(--color-muted)}.sr-only{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.cta-band{background:radial-gradient(ellipse at 20% 0%, #ff5a002e, transparent 45%), radial-gradient(ellipse at 90% 100%, #00c8531f, transparent 40%), var(--color-primary);color:#fff}.cta-band h2{color:#fff}.cta-band p{opacity:.88;max-width:36rem}.home-hero{color:#fff;isolation:isolate;padding:clamp(4.5rem,9vw,7rem) 0 clamp(4.75rem,8vw,6.5rem);position:relative;overflow:hidden}.home-hero__bg{z-index:0;background:#0a0a0a;position:absolute;inset:0;overflow:hidden}.home-hero__photo{object-fit:cover;object-position:center 40%;width:100%;max-width:none;height:100%;display:block;position:absolute;inset:0}.home-hero__overlay{z-index:1;pointer-events:none;background:linear-gradient(105deg,#080808f0 0%,#080808db 40%,#0808088c 100%),linear-gradient(#0808084d 0%,#0000 45%,#08080873 100%);position:absolute;inset:0}.home-hero__layout{z-index:2;align-items:center;gap:2.25rem;display:grid;position:relative}.home-hero__copy{max-width:38rem}.home-hero__tag{color:#ff5a00;letter-spacing:.14em;text-transform:uppercase;margin:0 0 1rem;font-size:.72rem;font-weight:700;display:inline-block}.home-hero__copy h1{color:#fff;letter-spacing:-.03em;margin:0 0 1rem;font-size:clamp(2.1rem,5vw,3.25rem);line-height:1.1}.home-hero__sub{color:#ffffffe0;max-width:34rem;margin:0 0 1.6rem;font-size:1.05rem;line-height:1.7}.home-hero__benefits{flex-wrap:wrap;gap:.85rem 1.35rem;display:flex}.home-hero__benefits li{color:#fff;align-items:center;gap:.45rem;font-size:.9rem;font-weight:600;display:inline-flex}.home-hero__benefits .icon{color:#ff5a00}.home-hero__card{color:#0a0a0a;background:#fff;border-radius:20px;width:min(100%,26rem);padding:1.6rem 1.5rem 1.4rem;box-shadow:0 24px 60px #00000052}.home-hero__card-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.6rem;margin-bottom:1.25rem;display:flex}.home-hero__card-head h2{letter-spacing:-.02em;margin:0;font-size:1.35rem}.home-hero__badge{color:#00a844;background:#00c8531f;border-radius:999px;align-items:center;padding:.3rem .65rem;font-size:.72rem;font-weight:700;display:inline-flex}.home-hero__cta,.home-hero__call{width:100%}.home-hero__or{place-items:center;margin:.9rem 0;display:grid;position:relative}.home-hero__or:before{content:"";border-top:1px solid #ebebe8;position:absolute;top:50%;left:0;right:0}.home-hero__or span{z-index:1;color:#8a8a8a;text-transform:lowercase;background:#fff;padding:0 .7rem;font-size:.8rem;font-weight:600;position:relative}.home-hero__available{text-align:center;color:#6b6b6b;margin:.95rem 0 0;font-size:.82rem;font-weight:600}.home-trust{z-index:3;margin-top:-2.2rem;margin-bottom:.5rem;position:relative}.home-trust__bar{background:#fff;border:1px solid #e8e8e4;border-radius:16px;gap:0;display:grid;overflow:hidden;box-shadow:0 14px 36px #0a0a0a12}.home-trust__item{border-bottom:1px solid #efefe9;align-items:flex-start;gap:.8rem;padding:1.15rem 1.2rem;display:flex}.home-trust__item:last-child{border-bottom:none}.home-trust__icon{color:#ff5a00;background:#ff5a001f;border-radius:11px;flex-shrink:0;place-items:center;width:2.35rem;height:2.35rem;display:grid}.home-trust__item strong{color:#0a0a0a;margin:0 0 .2rem;font-size:.92rem;display:block}.home-trust__item p{color:#6b6b6b;margin:0;font-size:.8rem;line-height:1.4}.home-dest__grid{gap:.75rem;margin:1rem 0 1.5rem;display:grid}.home-dest__grid a{color:#0a0a0a;transition:transform .2s var(--ease), box-shadow .2s var(--ease);background:#fff;border:1px solid #e8e8e4;border-radius:14px;justify-content:space-between;align-items:center;gap:1rem;padding:1.05rem 1.2rem;text-decoration:none;display:flex;box-shadow:0 6px 18px #0a0a0a0a}.home-dest__grid a:hover{color:#0a0a0a;transform:translateY(-2px);box-shadow:0 12px 28px #0a0a0a14}.home-dest__left{align-items:center;gap:.65rem;min-width:0;display:flex}.home-dest__left .icon{color:#ff5a00;flex-shrink:0}.home-dest__left strong{font-size:.92rem;font-weight:600;line-height:1.35}.home-dest__price{color:#00c853;flex-shrink:0;font-size:.9rem;font-weight:700}.home-dest__all{gap:.45rem}.home-places__services{gap:1rem;margin:1rem 0 1.15rem;display:grid}.home-places__service{color:inherit;transition:transform .25s var(--ease);background:#fff;border:1px solid #e8e8e4;border-radius:18px;text-decoration:none;display:block;overflow:hidden;box-shadow:0 10px 28px #0a0a0a0f}.home-places__service:hover{color:inherit;transform:translateY(-3px)}.home-places__service img{object-fit:cover;width:100%;max-width:none;height:180px}.home-places__service-body{padding:1.15rem 1.25rem 1.3rem}.home-places__service h3{margin:0 0 .35rem;font-size:1.15rem}.home-places__service p{color:#6b6b6b;margin:0;font-size:.9rem;line-height:1.5}.home-places__cities{gap:.85rem;display:grid}.home-places__city{color:#fff;border-radius:16px;min-height:140px;text-decoration:none;display:block;position:relative;overflow:hidden;box-shadow:0 10px 24px #0a0a0a14}.home-places__city img{object-fit:cover;width:100%;max-width:none;height:100%;min-height:140px;display:block}.home-places__city:after{content:"";background:linear-gradient(#0000 30%,#000000b8 100%);position:absolute;inset:0}.home-places__city span{z-index:1;justify-content:space-between;align-items:center;font-size:1rem;font-weight:700;display:flex;position:absolute;bottom:.95rem;left:1rem;right:1rem}.home-steps__list{gap:1.25rem;margin-top:1.25rem;padding:0;list-style:none;display:grid}.home-steps__list li{justify-items:start;gap:.45rem;display:grid}.home-steps__n{color:#fff;background:#00c853;border-radius:50%;place-items:center;width:2.5rem;height:2.5rem;font-weight:700;display:grid;box-shadow:0 8px 20px #00c85340}.home-steps__list strong{color:#0a0a0a;font-size:1.05rem}.home-steps__list p{color:#6b6b6b;margin:0;font-size:.9rem;line-height:1.45}.home-prices__intro{max-width:36rem;margin:0 0 1.5rem}.home-prices__grid{gap:1.25rem;display:grid}.home-prices__card{background:#fff;border:1px solid #e8e8e4;border-radius:16px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 10px 28px #0a0a0a0f}.home-prices__head{color:#fff;background:#0a0a0a;padding:.95rem 1.15rem}.home-prices__head h3{letter-spacing:-.01em;color:#fff;margin:0;font-size:.95rem;font-weight:700}.home-prices__card table{border-collapse:collapse;width:100%;font-size:.86rem}.home-prices__card th,.home-prices__card td{text-align:left;border-bottom:1px solid #efefe9;padding:.75rem 1rem}.home-prices__card thead th{color:#6b6b6b;letter-spacing:.06em;text-transform:uppercase;background:#f6f6f3;font-size:.72rem;font-weight:700}.home-prices__card tbody tr:nth-child(2n){background:#fafaf8}.home-prices__card td:nth-child(2),.home-prices__card td:nth-child(3){color:#00c853;white-space:nowrap;font-weight:700}.home-prices__card td a{color:#0a0a0a;font-weight:600;text-decoration:none}.home-prices__card td a:hover{color:#ff5a00}.home-prices__more{color:#0a0a0a;align-items:center;gap:.35rem;margin:auto 1rem 1rem;padding-top:.85rem;font-size:.86rem;font-weight:700;text-decoration:none;display:inline-flex}.home-prices__more:hover{color:#ff5a00}@media (width>=800px){.home-hero__layout{grid-template-columns:1.2fr .8fr;gap:3rem}.home-trust{margin-top:-2.6rem}.home-trust__bar{grid-template-columns:repeat(4,1fr)}.home-trust__item{border-bottom:none;border-right:1px solid #efefe9}.home-trust__item:last-child{border-right:none}.home-dest__grid{grid-template-columns:1fr 1fr}.home-places__services{grid-template-columns:repeat(3,1fr)}.home-places__cities{grid-template-columns:repeat(4,1fr)}.home-steps__list{grid-template-columns:repeat(4,1fr);gap:1.5rem;position:relative}.home-steps__list:before{content:"";z-index:0;border-top:1px dashed #d8d8d2;position:absolute;top:1.25rem;left:8%;right:8%}.home-steps__list li{z-index:1;position:relative}.home-prices__grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:1.15rem}}.hero-pro{color:#fff;isolation:isolate;padding:clamp(4.5rem,8vw,6.5rem) 0 clamp(4.75rem,8vw,6.5rem);position:relative;overflow:hidden}.hero-pro__bg{z-index:0;background:#0a0a0a;position:absolute;inset:0;overflow:hidden}.hero-pro__photo{object-fit:cover;object-position:center;width:100%;max-width:none;height:100%;display:block;position:absolute;inset:0}.hero-pro__overlay{z-index:1;pointer-events:none;background:linear-gradient(105deg,#080808f2 0%,#080808e0 36%,#0808089e 68%,#08080866 100%),linear-gradient(#08080859 0%,#0000 42%,#08080880 100%);position:absolute;inset:0}.hero-pro__layout{z-index:2;align-items:center;gap:2.25rem;display:grid;position:relative}.hero-pro__content{max-width:40rem}.hero-pro__content .eyebrow{color:#ff5a00}.hero-pro__content h1{color:#fff;letter-spacing:-.03em;margin:0 0 1rem;font-size:clamp(1.9rem,4.2vw,2.9rem);line-height:1.12}.hero-pro__sub{color:#ffffffe0;max-width:34rem;margin:0 0 1.5rem;font-size:1.05rem;line-height:1.7}.hero-pro__badges .badge{color:#fff;box-shadow:none;background:#ffffff1a;border-color:#ffffff24}.hero-pro__badges .badge .icon{color:#ff5a00}.hero-pro__panel{color:#0a0a0a;background:#fff;border-radius:22px;width:min(100%,26rem);padding:1.5rem;box-shadow:0 24px 60px #00000052}.hero-pro__price{margin:0 0 1.15rem}.hero-pro__price span{letter-spacing:.1em;text-transform:uppercase;color:#6b6b6b;margin-bottom:.3rem;font-size:.7rem;font-weight:700;display:block}.hero-pro__price strong{color:#00c853;font-size:1.05rem;line-height:1.4;display:block}.hero-pro__actions{gap:.7rem;display:grid}.hero-pro__actions .btn{width:100%}.hero-pro__note{text-align:center;color:#6b6b6b;margin:1rem 0 0;font-size:.8rem;font-weight:600}@media (width>=900px){.hero-pro__layout{grid-template-columns:1.25fr .75fr;gap:3rem}}@media (width<=768px){body{padding-bottom:var(--sticky-cta-h)}.container{width:min(100% - 1.5rem, var(--max))}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation:none!important}}.icon[data-astro-cid-ccg5yoga]{vertical-align:middle;flex-shrink:0;display:inline-block}.header[data-astro-cid-nen7h5rs]{z-index:50;-webkit-backdrop-filter:blur(16px);color:#fff;height:var(--header-h);background:#0a0a0aeb;border-bottom:1px solid #ffffff0f;position:sticky;top:0}.header__inner[data-astro-cid-nen7h5rs]{height:var(--header-h);justify-content:space-between;align-items:center;gap:1rem;display:flex}.logo[data-astro-cid-nen7h5rs]{color:#fff;flex-direction:column;line-height:1.1;text-decoration:none;display:flex}.logo[data-astro-cid-nen7h5rs]:hover{color:#fff}.logo__mark[data-astro-cid-nen7h5rs]{letter-spacing:.08em;font-size:1.35rem;font-weight:700}.logo__sub[data-astro-cid-nen7h5rs]{opacity:.55;text-transform:uppercase;letter-spacing:.14em;margin-top:.15rem;font-size:.62rem}.nav[data-astro-cid-nen7h5rs]{gap:.25rem;display:none}.nav__link[data-astro-cid-nen7h5rs]{color:#ffffffb8;border-radius:var(--radius-pill);transition:color .2s var(--ease), background .2s var(--ease);padding:.5rem .85rem;font-size:.9rem;font-weight:600;text-decoration:none}.nav__link[data-astro-cid-nen7h5rs]:hover,.nav__link[data-astro-cid-nen7h5rs].is-active{color:#fff;background:#ffffff14}.nav__link[data-astro-cid-nen7h5rs].is-active{color:var(--color-accent)}.header__actions[data-astro-cid-nen7h5rs]{align-items:center;gap:.75rem;display:flex}.header__phone[data-astro-cid-nen7h5rs]{color:#fff;align-items:center;gap:.4rem;font-size:.88rem;font-weight:700;text-decoration:none;display:none}.header__phone[data-astro-cid-nen7h5rs]:hover{color:var(--color-accent)}.nav-toggle[data-astro-cid-nen7h5rs]{cursor:pointer;background:#ffffff14;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;justify-content:center;gap:5px;padding:.55rem;display:flex}.nav-toggle[data-astro-cid-nen7h5rs] span[data-astro-cid-nen7h5rs]{background:#fff;border-radius:2px;width:18px;height:1.5px;display:block}.mobile-nav[data-astro-cid-nen7h5rs]{background:var(--color-primary-soft);border-top:1px solid #ffffff14;padding:.5rem 0 1.5rem}.mobile-nav__link[data-astro-cid-nen7h5rs]{color:#fff;border-bottom:1px solid #ffffff0f;padding:.95rem 0;font-weight:600;text-decoration:none;display:block}.mobile-nav[data-astro-cid-nen7h5rs] .btn[data-astro-cid-nen7h5rs]{width:100%;margin-top:1.25rem}@media (width>=900px){.nav[data-astro-cid-nen7h5rs]{display:flex}.header__phone[data-astro-cid-nen7h5rs]{display:inline-flex}.nav-toggle[data-astro-cid-nen7h5rs],.mobile-nav[data-astro-cid-nen7h5rs]{display:none!important}}.footer[data-astro-cid-jo6i4kqk]{background:var(--color-primary);color:#ffffffb8;border-top:1px solid #ffffff0f;margin-top:0;padding:4.5rem 0 1.75rem}.footer[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]{color:#ffffffb8;transition:color .2s var(--ease);text-decoration:none}.footer[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]:hover{color:var(--color-accent)}.footer__grid[data-astro-cid-jo6i4kqk]{gap:2.5rem;display:grid}.footer__brand[data-astro-cid-jo6i4kqk]{color:#fff;letter-spacing:.06em;margin:0 0 .35rem;font-size:1.55rem;font-weight:700}.footer__name[data-astro-cid-jo6i4kqk]{opacity:.65;margin:0;font-size:.9rem}.footer__title[data-astro-cid-jo6i4kqk]{color:#fff;text-transform:uppercase;letter-spacing:.1em;margin:0 0 1rem;font-size:.82rem;font-weight:700}.footer__links[data-astro-cid-jo6i4kqk]{gap:.6rem;display:grid}.footer__links[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]{font-size:.92rem}.footer__nap[data-astro-cid-jo6i4kqk]{margin-top:1.35rem;font-size:.9rem;line-height:1.7}.footer__nap[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk],.footer__address[data-astro-cid-jo6i4kqk]{align-items:flex-start;gap:.45rem;display:inline-flex}.footer__nap[data-astro-cid-jo6i4kqk] .icon{color:var(--color-accent);flex-shrink:0;margin-top:.2rem}.footer__bottom[data-astro-cid-jo6i4kqk]{opacity:.55;border-top:1px solid #ffffff14;margin-top:3rem;padding-top:1.5rem;font-size:.84rem}.footer__bottom[data-astro-cid-jo6i4kqk] p[data-astro-cid-jo6i4kqk]{margin:0}@media (width>=768px){.footer__grid[data-astro-cid-jo6i4kqk]{grid-template-columns:1.4fr 1fr 1.3fr 1fr}}
