:root {
  --bg: #f7f8fb;
  --surface: rgba(255,255,255,0.88);
  --text: #0f172a;
  --muted: #5b6475;
  --line: rgba(15,23,42,0.1);
  --accent: #f97316;
  --accent-dark: #d65f0e;
  --accent-soft: rgba(249,115,22,0.12);
  --white: #ffffff;
  --shadow-lg: 0 28px 70px rgba(15,23,42,0.15);
  --shadow-md: 0 14px 34px rgba(15,23,42,0.1);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --container: 1180px;
  --header-h: 86px;
  --site-font: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--site-font);color:var(--text);background:radial-gradient(circle at top left,rgba(249,115,22,.12),transparent 26%),radial-gradient(circle at top right,rgba(255,255,255,.95),transparent 22%),linear-gradient(180deg,#fffaf5 0%,#f5f7fb 40%,#fff 100%);min-height:100vh}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
[hidden]{display:none !important}
.skip-link{position:absolute;left:16px;top:-100px;z-index:1000;background:var(--accent);color:var(--white);padding:12px 18px;border-radius:999px}.skip-link:focus{top:16px}
.container{width:min(var(--container),calc(100% - 32px));margin:0 auto}
.section{padding:92px 0}.section-tight{padding:74px 0}.muted-section{background:linear-gradient(180deg,rgba(15,23,42,.02),rgba(15,23,42,0))}.spaced-top{margin-top:22px}.spaced-top-lg{margin-top:42px}
.reveal{opacity:0;transform:translateY(20px);transition:opacity .55s ease,transform .55s ease}.reveal.visible{opacity:1;transform:translateY(0)}
.eyebrow{display:inline-flex;align-items:center;gap:8px;width:fit-content;padding:8px 14px;border-radius:999px;background:var(--accent-soft);color:var(--accent-dark);font-size:.84rem;font-weight:700;letter-spacing:.02em}
.section-heading{display:flex;flex-direction:column;gap:14px;max-width:760px;margin-bottom:34px}.section-heading h2,.page-hero h1,.hero-copy h1{margin:0;line-height:1.04;letter-spacing:-.035em}.section-heading h2{font-size:clamp(2rem,4vw,3.3rem)}.section-heading p,.page-hero p,.hero-copy p,.card p,.info-card p,.price-card p,.step-card p,.value-card p,.notice-card p,.contact-card p,.hero-note,.form-card p,.form-notice,.faq-answer,.footer-links li,.site-footer p{color:var(--muted);line-height:1.75}
.site-header{position:sticky;top:0;z-index:60;backdrop-filter:blur(16px);background:rgba(15,23,42,.82);border-bottom:1px solid rgba(255,255,255,.08)}
.header-inner{min-height:var(--header-h);display:flex;align-items:center;justify-content:space-between;gap:18px}.brand{display:inline-flex;align-items:center;gap:14px;color:var(--white);min-width:0}.brand img{width:56px;height:56px;border-radius:999px;object-fit:cover;box-shadow:0 16px 30px rgba(0,0,0,.22);border:2px solid rgba(255,255,255,.14);background:#05070d}.brand span{display:grid}.brand-title{font-size:1rem;font-weight:700}.brand-subtitle{font-size:.84rem;opacity:.72}
.header-actions{display:flex;align-items:center;gap:14px}.site-nav{display:flex;align-items:center;gap:20px}.site-nav a{color:rgba(255,255,255,.84);font-weight:600;font-size:.96rem}.site-nav a:hover,.site-nav a[aria-current='page']{color:var(--white)}
.lang-switch{display:inline-flex;align-items:center;gap:6px;padding:6px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.06)}.lang-switch a{padding:8px 12px;border-radius:999px;color:rgba(255,255,255,.84);font-size:.84rem;font-weight:700}.lang-switch a.active{background:rgba(255,255,255,.18);color:var(--white)}
.nav-toggle{display:none;width:48px;height:48px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.06);color:var(--white);border-radius:16px}.nav-toggle span,.nav-toggle::before,.nav-toggle::after{content:'';display:block;width:18px;height:2px;margin:4px auto;background:currentColor;transition:transform .25s ease,opacity .25s ease}.nav-toggle[aria-expanded='true']::before{transform:translateY(6px) rotate(45deg)}.nav-toggle[aria-expanded='true']::after{transform:translateY(-6px) rotate(-45deg)}.nav-toggle[aria-expanded='true'] span{opacity:0}
.header-cta,.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;min-height:48px;padding:12px 18px;font-weight:700;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease,border-color .2s ease}.header-cta.primary,.btn-primary{background:var(--accent);color:var(--white);box-shadow:0 18px 34px rgba(249,115,22,.25)}.header-cta.primary:hover,.btn-primary:hover{background:var(--accent-dark);transform:translateY(-1px)}.btn-secondary-alt,.btn-secondary{background:rgba(255,255,255,.1);color:var(--white);border:1px solid rgba(255,255,255,.14)}.btn-secondary-alt:hover,.btn-secondary:hover{background:rgba(255,255,255,.16)}.btn-outline{background:transparent;color:var(--text);border:1px solid rgba(15,23,42,.12)}.btn-outline:hover{color:var(--accent-dark);border-color:rgba(249,115,22,.3)}.btn-outline-light{background:transparent;color:var(--white);border:1px solid rgba(255,255,255,.22)}.btn-outline-light:hover{background:rgba(255,255,255,.1)}.link-button{appearance:none;border:0;background:none;color:rgba(255,255,255,.78);padding:0;text-decoration:underline}
.home-hero{position:relative;overflow:hidden;color:var(--white);background:linear-gradient(115deg,rgba(6,10,18,.84),rgba(6,10,18,.46)),radial-gradient(circle at 18% 20%,rgba(249,115,22,.32),transparent 30%),url('/assets/images/hero-main.webp') center/cover no-repeat}.home-hero::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 0%,rgba(6,10,18,.18) 55%,rgba(6,10,18,.5) 100%)}
.hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:32px;align-items:end;min-height:min(860px,calc(100vh - var(--header-h)));padding:72px 0 64px}.hero-copy{max-width:760px;display:flex;flex-direction:column;gap:20px}.hero-copy h1{font-size:clamp(2.8rem,6vw,5.6rem)}.hero-copy p{color:rgba(255,255,255,.84);font-size:clamp(1rem,1.7vw,1.14rem)}
.hero-actions,.cta-actions,.map-actions,.center-actions{display:flex;flex-wrap:wrap;gap:12px}.hero-badges{display:flex;flex-wrap:wrap;gap:10px}.badge{display:inline-flex;align-items:center;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.14);color:rgba(255,255,255,.96);font-weight:600;font-size:.92rem}
.hero-card,.form-card,.page-hero-card,.card,.info-card,.price-card,.step-card,.notice-card,.contact-card,.value-card,.faq-card,.route-card,.map-shell{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-md);border-radius:var(--radius-lg)}.hero-card{padding:28px;backdrop-filter:blur(12px);background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12);box-shadow:0 24px 60px rgba(0,0,0,.22)}.hero-card h2{margin:0 0 10px;font-size:1.3rem}.hero-card p,.hero-note{color:rgba(255,255,255,.8)}
.hero-stat-grid,.grid-3,.grid-4,.cards-grid,.pricing-grid,.gallery-grid,.contact-grid,.footer-grid{display:grid;gap:22px}.hero-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:12px}.hero-stat{padding:18px;border-radius:20px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.08)}.hero-stat strong{display:block;font-size:1.44rem}.hero-stat span{display:block;margin-top:4px;color:rgba(255,255,255,.74)}.hero-note{margin-top:14px}
.page-hero{padding:64px 0 18px}.page-hero-card{background:linear-gradient(135deg,rgba(249,115,22,.1),rgba(255,255,255,.92));padding:clamp(28px,4vw,46px)}.page-hero h1{font-size:clamp(2.4rem,5vw,4rem)}.page-hero p{max-width:840px}.centered-card{text-align:center}.centered-card .eyebrow{margin-inline:auto}.center-actions{justify-content:center}
.cards-grid,.contact-grid,.gallery-grid,.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4,.pricing-home{grid-template-columns:repeat(4,minmax(0,1fr))}.card,.info-card,.step-card,.contact-card,.value-card,.notice-card{padding:26px}.card h3,.info-card h3,.price-card h3,.step-card h3,.contact-card h3,.value-card h3,.notice-card h3{margin:0 0 10px;font-size:1.18rem}.card-icon,.step-number{width:46px;height:46px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;font-weight:700;margin-bottom:18px;background:var(--accent-soft);color:var(--accent-dark)}
.price-card{padding:28px}.price-card .label{display:inline-flex;padding:7px 12px;border-radius:999px;background:var(--accent-soft);color:var(--accent-dark);font-weight:700;font-size:.82rem}.price{margin:16px 0 8px;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1}.price-small{font-weight:700;margin-top:16px;color:var(--text)}.notice-card{background:linear-gradient(135deg,rgba(249,115,22,.08),rgba(255,255,255,.94))}.large-notice{padding:30px}
.feature-media img{border-radius:24px}.split-feature{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.95fr);gap:30px;align-items:center}.feature-copy{display:flex;flex-direction:column;gap:18px}.feature-copy h2{margin:0;font-size:clamp(2rem,4vw,3.2rem);line-height:1.06}.route-cards{display:grid;gap:14px}.route-card{display:grid;grid-template-columns:88px 1fr;gap:18px;align-items:center;padding:18px;background:rgba(255,255,255,.96)}.route-visual{width:88px;height:88px;border-radius:24px;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 1px 0 rgba(255,255,255,.42),0 14px 30px rgba(15,23,42,.08)}.route-visual--time{background:linear-gradient(135deg,rgba(249,115,22,.18),rgba(255,255,255,.98))}.route-visual--rules{background:linear-gradient(135deg,rgba(14,165,233,.16),rgba(255,255,255,.98))}.route-visual--contact{background:linear-gradient(135deg,rgba(34,197,94,.16),rgba(255,255,255,.98))}.route-visual-icon{width:36px;height:36px;color:var(--text)}.route-card strong{display:block;margin-bottom:6px;font-size:1.06rem}.route-card span{color:var(--muted)}
.form-card{background:rgba(255,255,255,.94);padding:clamp(24px,3vw,34px);box-shadow:var(--shadow-lg)}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.field{display:flex;flex-direction:column;gap:8px}.field label{font-weight:700;font-size:.95rem}.field input,.field select,.field textarea{width:100%;border:1px solid rgba(15,23,42,.12);border-radius:16px;padding:15px 16px;background:var(--white);color:var(--text);transition:border-color .2s ease,box-shadow .2s ease}.field input:focus,.field select:focus,.field textarea:focus{outline:0;border-color:rgba(249,115,22,.48);box-shadow:0 0 0 4px rgba(249,115,22,.12)}.field textarea{min-height:154px;resize:vertical}.field.full{grid-column:1 / -1}.checkbox{display:flex;gap:12px;align-items:flex-start;grid-column:1 / -1;padding:12px 14px;border-radius:16px;background:rgba(15,23,42,.03);border:1px solid rgba(15,23,42,.06)}.checkbox input{margin-top:4px;flex:0 0 auto}.checkbox a{color:var(--accent-dark);text-decoration:underline}.form-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}.form-notice{margin-top:18px;padding:14px 16px;border-radius:18px;background:rgba(15,23,42,.04);border:1px solid rgba(15,23,42,.06)}.hp-field{position:absolute;left:-9999px;opacity:0;pointer-events:none}
.faq-card{padding:0;overflow:hidden}.faq-stack .faq-item{margin:0}details.faq-item{background:rgba(255,255,255,.92);border-top:1px solid rgba(15,23,42,.08)}details.faq-item:first-child{border-top:0}details.faq-item summary{list-style:none;padding:22px 26px;font-weight:700;cursor:pointer;position:relative}details.faq-item summary::-webkit-details-marker{display:none}details.faq-item summary::after{content:'+';position:absolute;right:26px;top:50%;transform:translateY(-50%);width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--accent-soft);color:var(--accent-dark)}details[open].faq-item summary::after,details.faq-item[open] summary::after{content:'×'}.faq-answer{padding:0 26px 24px}
.gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.gallery-card{overflow:hidden;position:relative;border-radius:28px;min-height:340px;background:#111827;box-shadow:var(--shadow-md)}.gallery-card button{width:100%;height:100%;border:0;padding:0;background:none;cursor:pointer}.gallery-card img{width:100%;height:100%;min-height:340px;object-fit:cover;transition:transform .35s ease}.gallery-card:hover img,.gallery-card:focus-within img{transform:scale(1.03)}.gallery-card::after{display:none}.gallery-caption{display:none}.gallery-caption strong,.gallery-caption em{display:none}
.lightbox{position:fixed;inset:0;display:none;align-items:center;justify-content:center;padding:24px;background:rgba(8,11,18,.9);z-index:100}.lightbox.open{display:flex}.lightbox-dialog{width:min(1080px,100%);position:relative}.lightbox img{width:100%;max-height:82vh;object-fit:contain;border-radius:26px;box-shadow:0 24px 70px rgba(0,0,0,.35)}.lightbox-caption{margin:14px 0 0;color:rgba(255,255,255,.84);text-align:center}.lightbox-close{position:absolute;top:-14px;right:-4px;width:46px;height:46px;border:0;border-radius:999px;background:var(--white);color:var(--text);font-size:1.5rem}
.contact-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:24px;align-items:start}.contact-side{display:grid;gap:22px}.contact-list,.footer-links{list-style:none;margin:0;padding:0}.contact-list{display:grid;gap:14px}.map-shell{overflow:hidden;min-height:340px}.map-placeholder,.map-shell iframe{width:100%;min-height:340px;height:100%;border:0}.map-placeholder{display:grid;align-content:center;gap:14px;padding:26px;background:linear-gradient(135deg,rgba(15,23,42,.04),rgba(249,115,22,.08))}.map-placeholder strong{font-size:1.16rem}
.cta-band{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:22px;align-items:center;padding:34px;border-radius:30px;background:linear-gradient(135deg,#111827 0%,#1f2937 100%);color:var(--white);box-shadow:var(--shadow-lg)}.cta-band h2{margin:0 0 8px;font-size:clamp(1.8rem,3vw,2.4rem)}.cta-band p{margin:0;color:rgba(255,255,255,.8)}
.site-footer{margin-top:42px;padding:64px 0 26px;background:#0f172a;color:rgba(255,255,255,.82)}.footer-grid{grid-template-columns:1.4fr 1fr 1fr 1fr}.site-footer h3,.site-footer h4{margin:0 0 16px;color:var(--white)}.site-footer a:hover{color:var(--white)}.footer-links{display:grid;gap:8px}.social-links{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px;align-items:center}.social-link{width:48px;height:48px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);box-shadow:0 14px 26px rgba(0,0,0,.18);transition:transform .22s ease,background .22s ease,border-color .22s ease,box-shadow .22s ease;color:var(--white);text-decoration:none;flex:0 0 auto}.social-link:hover,.social-link:focus-visible{transform:translateY(-2px);background:rgba(249,115,22,.14);border-color:rgba(249,115,22,.48);box-shadow:0 18px 34px rgba(0,0,0,.22);color:var(--white)}.social-link-icon{width:22px;height:22px;color:currentColor;display:block}.social-link--disabled{opacity:.65;cursor:default;border-style:dashed;background:rgba(255,255,255,.04)}.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}.footer-bottom{margin-top:34px;padding-top:18px;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px;font-size:.94rem}.footer-bottom-links{display:flex;gap:14px;align-items:center;flex-wrap:wrap}
.consent-banner{position:fixed;left:16px;right:16px;bottom:16px;z-index:120}.consent-panel{margin:0 auto;width:min(960px,100%);display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;padding:18px;border-radius:24px;background:rgba(15,23,42,.96);color:var(--white);box-shadow:0 30px 60px rgba(0,0,0,.25)}.consent-panel p{margin:8px 0 0;color:rgba(255,255,255,.75);line-height:1.6}.consent-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}
.consent-modal{position:fixed;inset:0;z-index:130;display:grid;place-items:center;padding:24px;background:rgba(8,11,18,.58)}.consent-modal-card{width:min(620px,100%);background:var(--white);border-radius:28px;padding:24px;box-shadow:var(--shadow-lg)}.consent-modal-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.consent-modal-head h2{margin:0;font-size:1.5rem}.consent-close{width:42px;height:42px;border:0;border-radius:999px;background:rgba(15,23,42,.06);font-size:1.4rem}.consent-option{display:flex;justify-content:space-between;gap:18px;padding:18px 0;border-top:1px solid rgba(15,23,42,.08)}.consent-option.required{border-top:0}.consent-option p{margin:6px 0 0;color:var(--muted);line-height:1.6}.consent-option input{width:20px;height:20px;margin-top:2px}.consent-badge{align-self:flex-start;padding:7px 10px;border-radius:999px;background:#eef2f7;font-size:.82rem;font-weight:700}.modal-actions{margin-top:12px}
.form-error{margin-top:14px;padding:12px 14px;border-radius:14px;background:rgba(220,38,38,.08);border:1px solid rgba(220,38,38,.16);color:#991b1b}
@media (max-width:1080px){.hero-inner,.split-feature,.contact-layout,.grid-4,.cards-grid,.pricing-home,.gallery-grid,.contact-grid,.grid-3,.footer-grid,.cta-band{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-inner{align-items:stretch;min-height:auto}}
@media (max-width:920px){:root{--header-h:76px}.nav-toggle{display:inline-flex;flex-direction:column;align-items:center;justify-content:center}.site-nav{position:absolute;top:calc(100% + 10px);left:16px;right:16px;display:none;flex-direction:column;align-items:stretch;gap:12px;padding:18px;border-radius:24px;background:rgba(15,23,42,.98);border:1px solid rgba(255,255,255,.08);box-shadow:0 24px 50px rgba(0,0,0,.28)}.site-nav.open{display:flex}.header-cta.primary{display:none}.hero-inner,.split-feature,.contact-layout,.grid-4,.cards-grid,.pricing-home,.gallery-grid,.contact-grid,.grid-3,.footer-grid,.cta-band,.form-grid,.consent-panel{grid-template-columns:1fr}.hero-card{order:0}.hero-copy h1{font-size:clamp(2.5rem,10vw,4.3rem)}}
@media (max-width:640px){.container{width:min(var(--container),calc(100% - 24px))}.section{padding:74px 0}.section-tight{padding:62px 0}.home-hero{min-height:auto}.hero-inner{padding:34px 0 48px;gap:18px}.hero-card,.form-card,.page-hero-card,.card,.info-card,.price-card,.step-card,.notice-card,.contact-card,.value-card,.route-card,.map-placeholder,.cta-band,.consent-modal-card{padding:22px;border-radius:22px}.hero-actions,.cta-actions,.form-actions,.map-actions,.consent-actions{flex-direction:column;align-items:stretch}.btn,.header-cta,.lang-switch{width:100%;justify-content:center}.lang-switch{width:auto}.hero-stat-grid{grid-template-columns:1fr}.brand-title{font-size:.94rem}.brand-subtitle{font-size:.76rem}.gallery-card,.gallery-card img{min-height:280px}.footer-bottom{flex-direction:column;align-items:flex-start}.consent-banner{left:12px;right:12px;bottom:12px}.route-card{grid-template-columns:72px 1fr;gap:14px}.route-visual{width:72px;height:72px;border-radius:20px}.route-visual-icon{width:30px;height:30px}.social-link{width:44px;height:44px;border-radius:14px}}

body.modal-open{overflow:hidden}
.steps-grid{display:grid;gap:22px;grid-template-columns:repeat(4,minmax(0,1fr))}
.gift-panel{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(320px,.98fr);gap:30px;align-items:center}
.gift-media{display:flex;justify-content:center;padding:18px;border-radius:32px;background:linear-gradient(180deg,rgba(255,255,255,.72),rgba(255,255,255,.48));border:1px solid rgba(15,23,42,.08);box-shadow:var(--shadow-md)}
.gift-media img{width:100%;max-width:620px;height:auto;object-fit:contain;border-radius:24px;box-shadow:0 24px 50px rgba(15,23,42,.12);background:rgba(255,255,255,.82)}
.gift-note{padding:22px;background:linear-gradient(135deg,rgba(249,115,22,.08),rgba(255,255,255,.94))}
.turnstile-wrap{margin-top:18px}
.form-card .cf-turnstile{overflow:hidden;border-radius:16px}
.site-nav a:focus-visible,.btn:focus-visible,.link-button:focus-visible,.consent-close:focus-visible,.nav-toggle:focus-visible,.lang-switch a:focus-visible{outline:3px solid rgba(249,115,22,.45);outline-offset:3px}
@media (max-width:1080px){.steps-grid,.gift-panel{grid-template-columns:1fr 1fr}}
@media (max-width:920px){.steps-grid,.gift-panel{grid-template-columns:1fr}.header-actions{gap:10px}.lang-switch{margin-left:auto}.gift-media{padding:16px}}
@media (max-width:640px){.gift-media img{max-width:100%}.consent-modal{padding:12px}.consent-modal-card{max-height:calc(100vh - 24px);overflow:auto}.header-inner{gap:12px}.brand{max-width:calc(100% - 72px)}}


/* v7 UX polish */
.site-header{background:rgba(26,33,56,.9)}
.header-inner{min-height:88px;gap:20px}
.brand img{width:64px;height:64px;border-radius:20px;object-fit:cover;border:1px solid rgba(255,255,255,.12);background:#0b0d13;box-shadow:0 16px 34px rgba(0,0,0,.22)}
.brand-title{font-size:1.05rem;line-height:1.1}
.brand-subtitle{font-size:.82rem;opacity:.78}
.header-actions{margin-left:auto;display:flex;align-items:center;gap:12px}
.site-nav{order:1}.lang-switch{order:2}.nav-toggle{order:3;position:relative;overflow:hidden}.header-cta{order:4}
.nav-toggle span,.nav-toggle::before,.nav-toggle::after{position:absolute;left:50%;width:20px;height:2px;margin:0;transform:translateX(-50%);transition:transform .22s ease,opacity .22s ease}
.nav-toggle::before{top:16px}.nav-toggle span{top:23px}.nav-toggle::after{top:30px}
.nav-toggle[aria-expanded='true']::before{transform:translateX(-50%) translateY(7px) rotate(45deg)}
.nav-toggle[aria-expanded='true']::after{transform:translateX(-50%) translateY(-7px) rotate(-45deg)}
.nav-toggle[aria-expanded='true'] span{opacity:0}
.lang-switch{padding:5px;background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.1)}
.lang-switch a{min-width:52px;text-align:center;padding:10px 14px}
.hero-copy .eyebrow,.page-hero-card .eyebrow{margin-bottom:12px}
.page-hero{padding:42px 0 14px}
.page-hero-card{padding:38px 40px 34px}
.page-hero h1{max-width:900px}
.page-hero p{max-width:760px;margin-top:14px}
.hero-inner{padding:80px 0 68px;gap:34px}
.hero-copy{padding-top:10px}
.hero-card{align-self:end}
.route-cards{gap:16px}
.route-card{padding:20px 22px;grid-template-columns:76px 1fr;gap:18px}
.route-visual{width:76px;height:76px;border-radius:22px}
.route-card strong{font-size:1.08rem}
.contact-list li a[href*='google.com/maps']{text-decoration:none}
.map-shell{padding:0;overflow:hidden;background:#fff}
.map-frame,.map-shell iframe{display:block;width:100%;min-height:360px;height:100%;border:0}
.site-footer{padding:58px 0 26px}
.footer-grid{grid-template-columns:1.6fr 1fr 1fr;align-items:start}
.social-links{gap:10px;margin-top:18px}
.social-link{width:44px;height:44px;border-radius:999px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);box-shadow:none}
.social-link:hover,.social-link:focus-visible{transform:translateY(-1px);background:rgba(249,115,22,.16);border-color:rgba(249,115,22,.42);box-shadow:none}
.social-link-icon{width:20px;height:20px}
.social-link--disabled{opacity:.55}
.footer-bottom{margin-top:28px}
.footer-bottom-links{gap:18px}
.footer-links li a[href*='google.com/maps']{line-height:1.7}
.consent-banner,.consent-modal,[data-consent-banner],[data-consent-modal]{display:none !important}

@media (max-width:1080px){
  .footer-grid{grid-template-columns:1.4fr 1fr 1fr}
}

@media (max-width:920px){
  .header-inner{min-height:84px}
  .header-actions{gap:10px}
  .lang-switch{order:2;margin-left:0;flex:0 0 auto}
  .nav-toggle{display:inline-flex;order:3;margin-left:0;flex:0 0 auto}
  .site-nav{order:4;top:calc(100% + 8px);left:12px;right:12px;border-radius:22px;padding:16px 18px}
  .site-nav a{padding:2px 0}
  .page-hero{padding:28px 0 12px}
  .page-hero-card{padding:30px 28px 28px}
  .hero-copy{order:1}
  .hero-card{order:2}
}

@media (max-width:640px){
  .header-inner{min-height:80px;align-items:center}
  .brand{flex:1 1 auto;min-width:0;gap:12px}
  .brand img{width:58px;height:58px;border-radius:18px}
  .brand-title{font-size:.98rem}
  .brand-subtitle{font-size:.74rem}
  .header-actions{gap:8px;flex:0 0 auto}
  .lang-switch{width:auto;padding:4px}
  .lang-switch a{min-width:46px;padding:9px 10px;font-size:.82rem}
  .nav-toggle{width:46px;height:46px;border-radius:14px}
  .hero-inner{padding:26px 0 44px;gap:20px}
  .hero-copy h1{font-size:clamp(2.45rem,11vw,4rem);line-height:1.02}
  .hero-actions{gap:10px}
  .hero-card{margin-top:6px}
  .page-hero-card,.hero-card,.form-card,.card,.info-card,.price-card,.step-card,.notice-card,.contact-card,.value-card,.route-card,.cta-band{padding:22px 20px}
  .page-hero-card .eyebrow{margin-bottom:14px}
  .page-hero h1{font-size:clamp(2rem,10vw,3.1rem);line-height:1.03}
  .page-hero p{margin-top:12px}
  .section-heading{margin-bottom:26px}
  .route-card{grid-template-columns:60px 1fr;gap:14px;align-items:center}
  .route-visual{width:60px;height:60px;border-radius:18px}
  .route-visual-icon{width:28px;height:28px}
  .map-shell iframe{min-height:300px}
  .footer-grid{grid-template-columns:1fr;gap:26px}
  .footer-bottom-links{flex-direction:column;align-items:flex-start;gap:8px}
}

/* v8 visual polish */
.page-hero-card{display:flex;flex-direction:column;align-items:flex-start;gap:18px;padding:42px 44px 38px}
.page-hero-card .eyebrow{margin:0}
.page-hero-card h1{margin:0;max-width:15ch;line-height:1.04}
.page-hero-card p{margin:0;max-width:56rem}

.price-card{display:flex;flex-direction:column;align-items:flex-start;gap:14px;min-height:100%;padding:30px 28px 26px;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,255,255,.9))}
.price-card .label{display:inline-flex;align-items:center;min-height:36px;padding:8px 14px;font-size:.84rem;letter-spacing:.01em}
.price-card h3{margin:0;font-size:1.5rem;line-height:1.02;letter-spacing:-.025em;color:var(--text)}
.price-card .price{margin:6px 0 4px;font-size:clamp(2.35rem,4.8vw,4rem);line-height:.96;letter-spacing:-.045em}
.price-card p{margin:0;max-width:18ch;line-height:1.65}
.pricing-home .price-card:nth-child(2){border-color:rgba(249,115,22,.22);box-shadow:0 18px 38px rgba(249,115,22,.12), var(--shadow-md)}

.media-ribbon-section{padding-top:34px;padding-bottom:28px}
.media-ribbon{position:relative;overflow:hidden;border-radius:30px;padding:10px 0;background:linear-gradient(180deg,rgba(255,255,255,.5),rgba(255,255,255,.18));border:1px solid rgba(15,23,42,.08);box-shadow:var(--shadow-md)}
.media-ribbon::before,.media-ribbon::after{content:'';position:absolute;top:0;bottom:0;width:68px;z-index:2;pointer-events:none}
.media-ribbon::before{left:0;background:linear-gradient(90deg,#fffaf5 5%,rgba(255,250,245,0))}
.media-ribbon::after{right:0;background:linear-gradient(270deg,#fffaf5 5%,rgba(255,250,245,0))}
.media-ribbon-track{display:flex;align-items:center;gap:18px;width:max-content;padding:8px 18px;animation:media-ribbon-scroll 42s linear infinite}
.media-ribbon:hover .media-ribbon-track{animation-play-state:paused}
.media-ribbon-card{position:relative;flex:0 0 220px;width:220px;height:152px;margin:0;overflow:hidden;border-radius:24px;background:#0f172a;box-shadow:0 18px 30px rgba(15,23,42,.14)}
.media-ribbon-card--wide{flex-basis:280px;width:280px}
.media-ribbon-card img{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.01)}
@keyframes media-ribbon-scroll{from{transform:translateX(0)}to{transform:translateX(calc(-50% - 9px))}}
@media (prefers-reduced-motion:reduce){.media-ribbon-track{animation:none}}

.contact-card .social-links{margin-top:16px}

@media (max-width:920px){
  .header-actions{margin-left:auto;gap:8px}
  .lang-switch{order:2;margin-left:0}
  .nav-toggle{order:3;margin-left:0}
  .site-nav{top:calc(100% + 12px);left:12px;right:12px;padding:20px 18px;border-radius:24px}
  .site-nav a{font-size:1rem}
  .nav-toggle::before,.nav-toggle span,.nav-toggle::after{top:50%;left:50%;width:20px;height:2px;margin:0}
  .nav-toggle::before{transform:translate(-50%,-7px)}
  .nav-toggle span{transform:translate(-50%,0)}
  .nav-toggle::after{transform:translate(-50%,7px)}
  .nav-toggle[aria-expanded='true']::before{transform:translate(-50%,0) rotate(45deg)}
  .nav-toggle[aria-expanded='true']::after{transform:translate(-50%,0) rotate(-45deg)}
  .hero-inner{gap:24px;padding-top:42px}
  .page-hero-card{padding:34px 30px 30px;gap:16px}
  .media-ribbon-section{padding-top:18px;padding-bottom:18px}
}

@media (max-width:640px){
  .header-inner{align-items:center}
  .brand{min-width:0;max-width:calc(100% - 132px)}
  .header-actions{gap:8px}
  .lang-switch a{min-width:44px;padding:9px 10px}
  .nav-toggle{width:46px;height:46px;border-radius:16px;flex:0 0 auto}
  .hero-copy{gap:16px}
  .hero-card{order:2;margin-top:12px}
  .hero-copy{order:1}
  .section-heading{gap:12px;margin-bottom:26px}
  .page-hero{padding:28px 0 10px}
  .page-hero-card{padding:28px 22px 24px;gap:14px;border-radius:24px}
  .page-hero-card h1{max-width:12ch;font-size:clamp(2.15rem,11vw,3.35rem)}
  .page-hero-card p{font-size:1rem;line-height:1.7}
  .price-card{padding:24px 20px 22px;gap:12px}
  .price-card .label{min-height:34px;padding:7px 12px;font-size:.8rem}
  .price-card h3{font-size:1.32rem}
  .price-card .price{font-size:clamp(2.6rem,13vw,4rem)}
  .price-card p{max-width:none}
  .media-ribbon{border-radius:24px;padding:8px 0}
  .media-ribbon::before,.media-ribbon::after{width:30px}
  .media-ribbon-track{gap:12px;padding:6px 12px}
  .media-ribbon-card{flex-basis:154px;width:154px;height:116px;border-radius:18px}
  .media-ribbon-card--wide{flex-basis:196px;width:196px}
}


/* v9 gallery and pricing polish */
.pricing-home{align-items:stretch}
.price-card{gap:12px;padding:26px 24px 24px;border-radius:30px}
.price-card .label{min-height:34px;padding:7px 14px;font-size:.82rem}
.price-card h3{font-size:1.34rem;line-height:1.08}
.price-card .price{display:flex;align-items:flex-end;gap:10px;flex-wrap:nowrap;margin:4px 0 2px;line-height:1;white-space:nowrap}
.price-card .price-value{font-size:clamp(2.6rem,3vw,3.55rem);font-weight:800;letter-spacing:-.055em;line-height:.9}
.price-card .price-currency{font-size:clamp(1.18rem,1.45vw,1.5rem);font-weight:800;letter-spacing:-.03em;line-height:1.05;padding-bottom:.28rem}
.price-card p{max-width:19ch;line-height:1.68}

.teaser-gallery-section{padding-top:30px;padding-bottom:22px}
.feature-gallery-shell{background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(255,255,255,.88));border:1px solid rgba(15,23,42,.08);box-shadow:var(--shadow-md);border-radius:34px;padding:26px 26px 24px}
.feature-gallery-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:18px}
.feature-gallery-title{display:grid;gap:8px;max-width:42rem}
.feature-gallery-title .eyebrow{margin:0}
.feature-gallery-title h2{margin:0;font-size:clamp(1.6rem,2.8vw,2.28rem);line-height:1.06;letter-spacing:-.03em}
.feature-gallery-title p{margin:0;color:var(--muted);line-height:1.7}
.feature-gallery-toolbar{display:flex;align-items:center;gap:16px;flex-wrap:wrap;justify-content:flex-end}
.text-link{display:inline-flex;align-items:center;gap:8px;font-weight:700;color:var(--accent-dark)}
.text-link::after{content:'→';font-size:1rem;transition:transform .2s ease}
.text-link:hover::after{transform:translateX(3px)}
.feature-gallery-controls{display:flex;gap:10px}
.gallery-arrow{width:46px;height:46px;border-radius:16px;border:1px solid rgba(15,23,42,.1);background:rgba(255,255,255,.88);color:var(--text);display:inline-flex;align-items:center;justify-content:center;font-size:1.6rem;box-shadow:0 14px 28px rgba(15,23,42,.08)}
.gallery-arrow:hover{transform:translateY(-1px);box-shadow:0 18px 30px rgba(15,23,42,.12)}
.gallery-arrow:disabled{opacity:.42;transform:none;box-shadow:none;cursor:default}
.feature-gallery-track{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding-bottom:6px;scrollbar-width:none;-ms-overflow-style:none}
.feature-gallery-track::-webkit-scrollbar{display:none}
.feature-gallery-card{position:relative;flex:0 0 252px;width:252px;height:178px;border:0;padding:0;overflow:hidden;border-radius:26px;background:#0f172a;scroll-snap-align:start;box-shadow:0 18px 34px rgba(15,23,42,.14);cursor:pointer;text-align:left}
.feature-gallery-card--wide{flex-basis:316px;width:316px}
.feature-gallery-card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}
.feature-gallery-card::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 28%,rgba(15,23,42,.76) 100%)}
.feature-gallery-card:hover img,.feature-gallery-card:focus-visible img{transform:scale(1.04)}
.feature-gallery-caption{position:absolute;left:16px;right:16px;bottom:16px;z-index:1;display:grid;gap:2px;color:#fff}
.feature-gallery-caption strong{font-size:1rem}
.feature-gallery-caption em{font-style:normal;font-size:.86rem;opacity:.82}

.lightbox{position:fixed;inset:0;display:none;align-items:center;justify-content:center;padding:24px;background:rgba(8,11,18,.9);z-index:100}
.lightbox.open{display:flex}
.lightbox-dialog{width:min(1120px,100%);position:relative;display:grid;gap:14px}
.lightbox-frame{position:relative;padding:0 56px}
.lightbox img{width:100%;max-height:82vh;object-fit:contain;border-radius:26px;box-shadow:0 24px 70px rgba(0,0,0,.35)}
.lightbox-caption{display:none !important}
.lightbox-close,.lightbox-nav{position:absolute;width:48px;height:48px;border:0;border-radius:999px;background:rgba(255,255,255,.96);color:var(--text);display:inline-flex;align-items:center;justify-content:center;box-shadow:0 18px 35px rgba(0,0,0,.22)}
.lightbox-close{top:-10px;right:0;font-size:1.55rem}
.lightbox-nav{top:50%;transform:translateY(-50%);font-size:2rem}
.lightbox-nav.prev{left:0}.lightbox-nav.next{right:0}
.lightbox-nav:disabled{opacity:.35;cursor:default}

@media (max-width:1080px){
  .price-card .price-value{font-size:clamp(2.55rem,4vw,3.35rem)}
  .price-card .price-currency{font-size:1.28rem}
  .feature-gallery-card{flex-basis:228px;width:228px;height:166px}
  .feature-gallery-card--wide{flex-basis:286px;width:286px}
}

@media (max-width:920px){
  .teaser-gallery-section{padding-top:10px;padding-bottom:6px}
}

@media (max-width:640px){
  .price-card{padding:22px 20px 20px;gap:10px}
  .price-card .price{gap:8px}
  .price-card .price-value{font-size:clamp(2.8rem,13vw,3.5rem)}
  .price-card .price-currency{font-size:1.15rem;padding-bottom:.24rem}
  .teaser-gallery-section{padding-top:18px;padding-bottom:14px}
  .feature-gallery-shell{padding:18px 16px 18px;border-radius:24px}
  .feature-gallery-title h2{font-size:clamp(1.44rem,8vw,2rem)}
  .feature-gallery-title p{font-size:.98rem;line-height:1.65}
  .feature-gallery-toolbar{gap:12px;align-items:center}
  .gallery-arrow{width:42px;height:42px;border-radius:14px;font-size:1.45rem}
  .feature-gallery-track{gap:12px}
  .feature-gallery-card{flex-basis:236px;width:236px;height:168px;border-radius:22px}
  .feature-gallery-card--wide{flex-basis:236px;width:236px}
  .feature-gallery-caption{left:14px;right:14px;bottom:14px}
  .feature-gallery-caption strong{font-size:.94rem}
  .feature-gallery-caption em{font-size:.8rem}
  .lightbox{padding:16px}
  .lightbox-dialog{gap:10px}
  .lightbox-frame{padding:0 40px}
  .lightbox img{max-height:72vh;border-radius:20px}
  .lightbox-close,.lightbox-nav{width:42px;height:42px}
  .lightbox-close{top:-6px}
  .lightbox-nav{font-size:1.6rem}
}


/* v11 gallery simplification */
.teaser-gallery-section{padding-top:14px;padding-bottom:2px}
.feature-gallery-strip{display:block}
.feature-gallery-track{display:flex;gap:14px;overflow-x:auto;scroll-behavior:smooth;padding:0 2px 2px;scrollbar-width:none;-ms-overflow-style:none}
.feature-gallery-track::-webkit-scrollbar{display:none}
.feature-gallery-card,.feature-gallery-card--wide{flex:0 0 218px !important;width:218px !important;height:148px !important;border:0;padding:0;overflow:hidden;border-radius:22px;background:#0f172a;box-shadow:0 12px 22px rgba(15,23,42,.1);cursor:pointer;scroll-snap-align:start;text-align:left}
.feature-gallery-card::after,.gallery-card::after{display:none !important}
.feature-gallery-card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}
.feature-gallery-card:hover img,.feature-gallery-card:focus-visible img,.gallery-card:hover img,.gallery-card:focus-within img{transform:scale(1.03)}
.feature-gallery-caption,.gallery-caption,.lightbox-caption,.feature-gallery-shell,.feature-gallery-head,.feature-gallery-title,.feature-gallery-toolbar,.feature-gallery-controls,.feature-gallery-link-wrap{display:none !important}
.gallery-card button{cursor:pointer}
@media (max-width:920px){
  .teaser-gallery-section{padding-top:10px;padding-bottom:0}
}
@media (max-width:640px){
  .teaser-gallery-section{padding-top:8px;padding-bottom:0}
  .feature-gallery-track{gap:10px;padding-bottom:0}
  .feature-gallery-card,.feature-gallery-card--wide{flex-basis:182px !important;width:182px !important;height:126px !important;border-radius:18px}
}

/* v12 lightbox reliability fixes */
.lightbox-dialog{overflow:visible}
.lightbox-close,.lightbox-nav{z-index:5;pointer-events:auto}
.lightbox-frame{position:relative;z-index:1}
