
:root{
  --white:#FFFFFF; --surface:#F4F7FA; --brand:#0052D4; --accent:#3D7DE8;
  --ink:#09111E; --muted:#627289; --line:#E2E8F0;
  --display:'Montserrat', sans-serif; --sans:'Plus Jakarta Sans', sans-serif;
}
*{box-sizing:border-box; margin:0; padding:0;}
html{scroll-behavior:smooth;}
body{background:var(--white); color:var(--ink); font-family:var(--sans); -webkit-font-smoothing:antialiased; letter-spacing:0.01em;}
a{color:inherit; text-decoration:none;}
img{max-width:100%; display:block;}
.wrap{max-width:1320px; margin:0 auto;}
.reveal{opacity:0; transform:translateY(22px); transition:opacity 0.6s ease, transform 0.6s ease;}
.reveal.in{opacity:1; transform:translateY(0);}
.section-label{font-size:11px; font-weight:700; letter-spacing:2.5px; text-transform:uppercase; color:var(--brand); margin-bottom:16px; display:inline-flex; align-items:center; gap:10px;}
.section-label::before{content:''; width:22px; height:2px; background:var(--brand);}

header{position:sticky; top:0; background:rgba(255,255,255,0.94); backdrop-filter:blur(10px); z-index:100; box-shadow:0 1px 6px rgba(9,17,30,0.06);}
.header-inner{max-width:1320px; margin:0 auto; display:flex; align-items:center; justify-content:space-between; padding:20px 40px;}
.logo{font-family:var(--display); font-weight:900; font-size:23px; letter-spacing:1px; color:var(--ink);}
.logo b{color:var(--brand);}
.logo small{font-family:var(--sans); font-weight:600; font-size:9px; letter-spacing:2.5px; color:var(--muted); display:block; margin-top:1px;}
nav{display:flex; gap:34px; align-items:center;}
nav a{font-size:12px; font-weight:700; letter-spacing:1.2px; text-transform:uppercase; color:var(--muted); transition:color 0.2s;}
nav a.current{color:var(--brand);}
nav a:hover{color:var(--brand);}
.nav-cta{background:var(--brand); color:#fff; padding:13px 24px; font-size:11px; font-weight:800; letter-spacing:1.5px; text-transform:uppercase; border-radius:2px; transition:all 0.2s;}
.nav-cta:hover{box-shadow:4px 4px 0 var(--accent);}
.hamburger{display:none; flex-direction:column; gap:5px; background:none; border:none; cursor:pointer; padding:6px; z-index:110;}
.header-lang-mobile{display:none;}
.hamburger span{width:24px; height:2px; background:var(--ink); transition:all 0.25s ease;}
.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg);}
.hamburger.open span:nth-child(2){opacity:0;}
.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}
.mobile-drawer{position:fixed; top:0; right:0; bottom:0; width:100%; background:#fff; z-index:105; transform:translateX(100%); transition:transform 0.35s cubic-bezier(.16,.84,.44,1); display:flex; flex-direction:column; box-shadow:-24px 0 60px -20px rgba(9,17,30,0.3);}
@media(min-width:541px){ .mobile-drawer{max-width:420px;} }
.mobile-drawer.open{transform:translateX(0);}
.drawer-head{display:flex; align-items:center; justify-content:space-between; padding:22px 24px; border-bottom:1px solid var(--line); flex-shrink:0;}
.drawer-logo{display:flex;}
.drawer-logo .logo-img{height:36px;}
.drawer-close{width:40px; height:40px; display:flex; align-items:center; justify-content:center; border:none; background:none; cursor:pointer; color:var(--ink); transition:all 0.2s ease; padding:0;}
.drawer-close svg{width:20px; height:20px;}
.drawer-close:hover{color:var(--brand); transform:rotate(90deg);}
.drawer-nav{display:flex; flex-direction:column; align-items:stretch; gap:2px; flex:1; overflow-y:auto; padding:14px 14px 6px;}
.drawer-nav a{display:flex; align-items:center; gap:14px; padding:14px 12px; font-family:var(--display); font-weight:700; font-size:14px; text-transform:uppercase; letter-spacing:0.3px; color:var(--ink); border-radius:6px; border-left:3px solid transparent; transition:all 0.15s ease;}
.drawer-nav a svg{width:19px; height:19px; flex-shrink:0; color:var(--muted); transition:color 0.15s ease;}
.drawer-nav a:hover{background:var(--surface);}
.drawer-nav a.current{color:var(--brand); border-left-color:var(--brand); background:var(--surface);}
.drawer-nav a.current svg{color:var(--brand);}
.lang-dropdown-drawer{padding:16px 20px; border-bottom:1px solid var(--line); flex-shrink:0;}
.drawer-actions{padding:18px 20px calc(24px + env(safe-area-inset-bottom)); border-top:1px solid var(--line); flex-shrink:0; display:flex; flex-direction:column; gap:12px;}
.drawer-estimate{width:100%; padding:16px; font-size:12.5px;}
.drawer-call{display:flex; align-items:center; justify-content:center; gap:9px; width:100%; padding:14.5px; border:1.5px solid var(--brand); color:var(--brand); font-family:var(--display); font-weight:800; font-size:12.5px; letter-spacing:0.5px; text-transform:uppercase; border-radius:2px; transition:all 0.2s ease;}
.drawer-call svg{width:16px; height:16px;}
.drawer-call:hover{background:var(--brand); color:#fff;}
.drawer-overlay{position:fixed; inset:0; background:rgba(9,17,30,0.5); backdrop-filter:blur(2px); z-index:104; opacity:0; pointer-events:none; transition:opacity 0.3s ease;}
.drawer-overlay.open{opacity:1; pointer-events:auto;}

.breadcrumb{max-width:1320px; margin:0 auto; padding:20px 40px 0; font-size:10px; font-weight:600; letter-spacing:0.3px; text-transform:uppercase; color:var(--muted);}
.breadcrumb a{color:var(--brand);}

.legal-page{padding:40px 0 90px;}
.legal-inner{max-width:760px; margin:0 auto; padding:0 40px;}
.legal-inner h1{font-family:var(--display); font-weight:900; font-size:clamp(28px,3.4vw,40px); text-transform:uppercase; letter-spacing:-0.5px; margin-bottom:10px;}
.legal-updated{font-size:12.5px; color:var(--muted); margin-bottom:40px; padding-bottom:24px; border-bottom:1px solid var(--line);}
.legal-inner h2{font-family:var(--display); font-weight:800; font-size:18px; text-transform:uppercase; letter-spacing:-0.2px; margin-top:38px; margin-bottom:14px;}
.legal-inner p{font-size:14.5px; line-height:1.8; color:var(--muted); margin-bottom:16px;}
.legal-inner ul{margin:0 0 16px 20px;}
.legal-inner li{font-size:14.5px; line-height:1.8; color:var(--muted); margin-bottom:8px;}
.legal-inner a{color:var(--brand); text-decoration:underline;}
.legal-inner strong{color:var(--ink);}
@media(max-width:640px){
  .legal-inner{padding:0 20px;}
}

.hero{}
.hero-inner{max-width:1320px; margin:0 auto; display:grid; grid-template-columns:60% 40%;}
.hero-left{padding:34px 40px 56px; position:relative; min-width:0;}
.accent-line{position:absolute; top:34px; left:0; width:5px; height:110px; background:var(--brand);}
.hero-eyebrow{display:inline-flex; align-items:center; gap:12px; font-size:10px; font-weight:700; letter-spacing:2px; text-transform:uppercase; color:var(--brand); margin-bottom:26px; padding-left:26px;}
h1{font-family:var(--display); font-weight:900; font-size:clamp(32px, 3.6vw, 52px); line-height:1.04; letter-spacing:-1px; text-transform:uppercase; margin-bottom:24px; padding-left:26px;}
h1 .brand{color:var(--brand);}
.hero-sub{font-size:15.5px; line-height:1.75; color:var(--muted); max-width:480px; margin-bottom:34px; padding-left:26px;}
.hero-cta-row{display:flex; gap:16px; align-items:center; flex-wrap:wrap; margin-bottom:24px; padding-left:26px;}
.btn-primary{background:var(--brand); color:#fff; padding:17px 32px; font-family:var(--display); font-weight:800; font-size:12px; letter-spacing:1.5px; text-transform:uppercase; border:none; border-radius:2px; cursor:pointer; transition:all 0.2s;}
.btn-primary:hover{box-shadow:5px 5px 0 var(--accent); transform:translate(-1px,-1px);}
.btn-ghost{border:1.5px solid var(--ink); color:var(--ink); padding:15px 28px; font-family:var(--display); font-weight:800; font-size:12px; letter-spacing:1.5px; text-transform:uppercase; background:transparent; border-radius:2px; cursor:pointer; transition:all 0.2s;}
.btn-ghost:hover{box-shadow:5px 5px 0 var(--brand); transform:translate(-1px,-1px);}
.hero-review{display:inline-flex; flex-direction:column; align-items:flex-start; gap:10px; margin-top:0; padding-left:26px; text-align:left; text-decoration:none;}
.hero-review-top{display:flex; align-items:center; justify-content:flex-start; gap:8px;}
.hero-review-glogo{width:16px; height:16px; flex-shrink:0;}
.hero-review-stars{color:#FBBC05; font-size:13px; letter-spacing:1px; line-height:1;}
.hero-review-quote{font-family:var(--display); font-weight:700; font-size:13.5px; color:var(--ink); letter-spacing:-0.1px; line-height:1.4; margin:0;}
.hero-review-author{font-size:11.5px; color:var(--muted); font-weight:600;}
.hero-review-author em{font-style:normal; color:var(--muted); font-weight:400;}
.hero-right{position:relative; min-height:480px;}
.hero-img{position:absolute; inset:0; background-image:url("/assets/images/hero-painting-homestead.jpg"); background-size:cover; background-position:center 32%;}
.hero-frame{position:absolute; inset:20px; border:1px solid rgba(255,255,255,0.5); z-index:2; pointer-events:none;}
.img-badge{position:absolute; left:0; bottom:36px; z-index:3; background:var(--brand); color:#fff; padding:14px 22px;}
.img-badge .bn{font-family:var(--display); font-weight:800; font-size:14px; letter-spacing:0.5px; text-transform:uppercase;}
.img-badge .bl{font-size:9.5px; font-weight:600; letter-spacing:1.5px; text-transform:uppercase; color:rgba(255,255,255,0.75); margin-top:3px;}
.img-tag{position:absolute; top:30px; right:30px; z-index:3; font-size:9.5px; font-weight:700; letter-spacing:2px; text-transform:uppercase; color:#fff; display:flex; align-items:center; gap:9px; text-shadow:0 1px 6px rgba(0,0,0,0.4);}
.img-tag::before{content:''; width:8px; height:8px; background:var(--brand);}

.proof{padding-bottom:50px;}
.proof-head{max-width:1320px; margin:0 auto; padding:56px 40px 32px; display:flex; justify-content:space-between; align-items:flex-end; flex-wrap:wrap; gap:20px;}
.proof-head h2{font-family:var(--display); font-weight:900; font-size:clamp(22px,2.4vw,28px); text-transform:uppercase; letter-spacing:-0.5px;}
.proof-rating{display:flex; align-items:center; gap:10px; background:var(--surface); padding:10px 18px; border-radius:100px;}
.proof-rating .stars{color:var(--brand); letter-spacing:2px; font-size:13px;}
.proof-rating .rt{font-size:11px; font-weight:800; letter-spacing:0.5px;}
.proof-grid{max-width:1320px; margin:0 auto; display:flex; gap:20px; overflow-x:auto; scroll-snap-type:x mandatory; -webkit-overflow-scrolling:touch; scrollbar-width:none; padding:4px 40px; scroll-padding-left:40px; scroll-padding-right:40px;}
.proof-grid::-webkit-scrollbar{display:none;}
.proof-card{border:1px solid var(--line); border-radius:3px; padding:26px 24px; display:flex; flex-direction:column; gap:14px; transition:box-shadow 0.2s, border-color 0.2s, height 0.35s cubic-bezier(.16,.84,.44,1); scroll-snap-align:start; flex-shrink:0; width:calc((100% - 40px) / 3); min-width:calc((100% - 40px) / 3); overflow:hidden; box-sizing:border-box;}
.proof-card.expanded{height:auto;}
.proof-card:hover{box-shadow:0 6px 18px rgba(9,17,30,0.08); border-color:var(--brand);}
.proof-card .stars{color:var(--brand); font-size:13px; letter-spacing:2px;}
.proof-card blockquote{font-size:14px; color:var(--ink); line-height:1.65; font-weight:500; flex-grow:1;}
.proof-card .reviewer{display:flex; align-items:center; gap:11px;}
.proof-card .avatar{width:34px; height:34px; background:var(--surface); border:1px solid var(--line); border-radius:50%; display:flex; align-items:center; justify-content:center; flex-shrink:0; padding:7px; box-sizing:border-box;}
.proof-card .avatar svg{width:100%; height:100%;}
.proof-card cite{font-style:normal; font-size:12px; font-weight:800; display:block;}
.proof-card .loc{font-size:10px; color:var(--muted);}
.proof-card .read-more-btn{align-self:flex-start; display:flex; align-items:center; gap:4px; margin-top:-6px; padding:0; border:0; background:none; font-size:11px; font-weight:800; letter-spacing:0.3px; text-transform:uppercase; color:var(--brand); cursor:pointer; font-family:inherit;}
.proof-card .read-more-btn svg{width:10px; height:10px; transition:transform 0.2s ease;}
.proof-card.expanded .read-more-btn svg{transform:rotate(180deg);}
.proof-card .read-more-btn:hover{text-decoration:underline;}
.proof-card .view-google{margin-top:auto; padding-top:14px; border-top:1px solid var(--line); display:flex; align-items:center; gap:6px; font-size:11.5px; font-weight:700; color:var(--ink); text-decoration:none;}
.proof-card .view-google svg{width:14px; height:14px; flex-shrink:0;}
.proof-card .view-google:hover{color:var(--brand);}
.swipe-hint{display:none; text-align:center; font-size:11px; color:var(--muted); letter-spacing:1px; text-transform:uppercase; padding:16px 0;}
.proof-nav{display:flex; justify-content:center; align-items:center; gap:20px; padding:22px 0 0;}
.proof-nav button{width:40px; height:40px; border:1px solid var(--line); border-radius:3px; background:var(--white); display:flex; align-items:center; justify-content:center; cursor:pointer; transition:background 0.2s, border-color 0.2s; flex-shrink:0;}
.proof-nav button:hover{background:var(--surface); border-color:var(--brand);}
.proof-nav button svg{width:16px; height:16px; stroke:var(--ink);}
.proof-dots{display:flex; align-items:center; gap:8px;}
.proof-dots button{width:7px; height:7px; padding:0; border:1px solid var(--line); background:var(--white); cursor:pointer; transition:background 0.2s, width 0.2s, border-color 0.2s;}
.proof-dots button.active{width:22px; background:var(--brand); border-color:var(--brand);}
.proof-dots button:hover{border-color:var(--brand);}

.trust-bar{background:var(--surface);}
.trust-bar .wrap{display:flex; align-items:center; justify-content:center; gap:50px; flex-wrap:wrap; padding:22px 40px;}
.trust-item{display:flex; align-items:center; gap:9px; font-size:11.5px; font-weight:700; letter-spacing:0.5px; text-transform:uppercase;}
.trust-item svg{width:16px; height:16px; color:var(--brand);}

/* Sidebar + main content, bordered spec-sheet layout */
.page-body{max-width:1320px; margin:0 auto; display:grid; grid-template-columns:280px 1fr;}
.sidebar{padding:56px 32px 56px 40px;}
.sidebar-inner{position:sticky; top:88px;}
.sidebar h5{font-family:var(--display); font-size:10.5px; font-weight:800; text-transform:uppercase; letter-spacing:1.5px; color:var(--ink); margin-bottom:16px;}
.sidebar-nav{display:flex; flex-direction:column; align-items:stretch; gap:5px; margin-bottom:28px;}
.sidebar-nav a{display:flex; align-items:center; justify-content:flex-start; gap:10px; width:100%; box-sizing:border-box; padding:11px 14px; font-size:12px; font-weight:700; line-height:1.3; text-align:left; color:var(--muted); border:1px solid var(--line); border-radius:3px; transition:all 0.2s;}
.sidebar-nav a svg{width:15px; height:15px; flex-shrink:0; color:#A6AEBB; transition:color 0.2s;}
.sidebar-nav a:hover{background:var(--surface); color:var(--ink); border-color:var(--brand);}
.sidebar-nav a.current{background:var(--brand); color:#fff; border-color:var(--brand);}
.sidebar-nav a.current svg{color:#fff;}
.sidebar-cta{background:var(--ink); border-radius:3px; padding:22px;}
.sidebar-cta h5{color:#fff; margin-bottom:8px;}
.sidebar-cta p{font-size:11.5px; color:#8892A8; line-height:1.6; margin-bottom:18px;}
.sidebar-cta .btn-primary{width:100%; text-align:center; display:block; padding:16px 18px; line-height:1.4; white-space:normal;}
.sidebar-phone{font-size:11px; color:#8892A8; margin-top:14px; text-align:center;}
.sidebar-phone a{color:#fff; font-weight:700;}

.main-col{padding:56px 40px;}
.breakdown-head h2{font-family:var(--display); font-weight:900; font-size:26px; text-transform:uppercase; letter-spacing:-0.5px; margin-bottom:10px;}
.breakdown-head p{color:var(--muted); font-size:13.5px; margin-bottom:32px;}
.breakdown-grid{display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-bottom:56px;}
.breakdown-card{border:1px solid var(--line); border-radius:3px; padding:22px; transition:box-shadow 0.2s, border-color 0.2s;}
.breakdown-card:hover{box-shadow:0 6px 18px rgba(9,17,30,0.08); border-color:var(--brand);}
.breakdown-card h4{font-family:var(--display); font-weight:700; font-size:14px; text-transform:uppercase; letter-spacing:-0.1px; margin-bottom:8px;}
.breakdown-card p{font-size:12.5px; color:var(--muted); line-height:1.6;}

.material-inline{margin-bottom:56px;}
.material-inline-head h2{font-family:var(--display); font-weight:900; font-size:23px; text-transform:uppercase; letter-spacing:-0.4px; margin-bottom:8px;}
.material-inline-head p{color:var(--muted); font-size:13.5px; margin-bottom:24px;}
.material-inline-grid{display:flex; flex-direction:column; gap:2px; border-radius:3px; overflow:hidden;}
.material-inline-item{padding:20px 22px; display:flex; gap:16px; align-items:flex-start; background:var(--ink);}
.material-inline-item .icon-badge{width:34px; height:34px; background:var(--brand); display:flex; align-items:center; justify-content:center; flex-shrink:0;}
.material-inline-item .icon-badge svg{width:16px; height:16px;}
.material-inline-item h4{color:#fff; font-family:var(--display); font-weight:700; font-size:13.5px; text-transform:uppercase; letter-spacing:-0.1px; margin-bottom:6px;}
.material-inline-item p{color:#8892A8; font-size:12px; line-height:1.6;}

.faq-block h2{font-family:var(--display); font-weight:900; font-size:23px; text-transform:uppercase; letter-spacing:-0.4px; margin-bottom:20px;}
.faq-item{border:1px solid var(--line); border-top:none;}
.faq-item:first-child{border-top:1px solid var(--line);}
.faq-q{padding:16px 20px; display:flex; justify-content:space-between; align-items:center; cursor:pointer; font-weight:700; color:var(--ink); font-size:13px; font-family:var(--display); text-transform:uppercase; letter-spacing:-0.1px;}
.faq-q .plus{color:var(--brand); font-size:18px; font-weight:800; transition:transform 0.2s ease;}
.faq-item.open .faq-q .plus{transform:rotate(45deg);}
.faq-a{max-height:0; overflow:hidden; transition:max-height 0.3s ease;}
.faq-a p{padding:0 20px 18px; font-size:12.5px; color:var(--muted); line-height:1.65;}
.faq-item.open .faq-a{max-height:240px;}

.funnel-progress{display:flex; gap:6px; margin-bottom:22px;}
.funnel-progress div{height:3px; flex:1; background:var(--line);}
.funnel-progress div span{display:block; height:100%; background:var(--brand); width:0%; transition:width 0.4s ease;}
.funnel-step{display:none;}
.funnel-step.active{display:block; animation:fadeIn 0.4s ease;}
@keyframes fadeIn{from{opacity:0; transform:translateY(8px);} to{opacity:1; transform:translateY(0);}}
.step-label{font-size:10px; font-weight:800; letter-spacing:2px; text-transform:uppercase; color:var(--brand); margin-bottom:12px;}
.funnel-step h4{font-family:var(--display); font-weight:700; font-size:16px; text-transform:uppercase; letter-spacing:-0.2px; margin-bottom:18px;}
.option-grid{display:grid; grid-template-columns:1fr 1fr; gap:2px; margin-bottom:22px; border:1px solid var(--line);}
.option-btn{border:none; padding:13px 12px; background:#fff; font-size:11.5px; font-weight:700; color:var(--ink); cursor:pointer; text-align:left; transition:all 0.15s ease; border-right:1px solid var(--line); border-bottom:1px solid var(--line);}
.option-btn:hover{background:var(--surface);}
.option-btn.selected{background:var(--brand); color:#fff;}
.field{margin-bottom:14px;}
.field label{display:block; font-size:10.5px; font-weight:800; letter-spacing:0.5px; text-transform:uppercase; color:var(--ink); margin-bottom:7px;}
.field input, .field select{width:100%; padding:12px; border:1px solid var(--line); border-radius:0; font-family:var(--sans); font-size:16px; color:var(--ink); background:#fff;}
.field input:focus, .field select:focus{outline:none; border-color:var(--brand);}
.funnel-nav{display:flex; justify-content:space-between; align-items:center; margin-top:22px;}
.btn-back{font-size:11px; font-weight:800; letter-spacing:1px; text-transform:uppercase; color:var(--muted); cursor:pointer; background:none; border:none;}
.btn-next{background:var(--brand); color:#fff; border:none; padding:12px 26px; font-family:var(--display); font-weight:700; font-size:11.5px; letter-spacing:1px; text-transform:uppercase; cursor:pointer; border-radius:2px; transition:all 0.2s;}
.btn-next:hover{box-shadow:4px 4px 0 var(--accent);}

.final-cta{background:var(--ink); text-align:center; padding:90px 32px;}
.final-cta .section-label{color:var(--accent); justify-content:center;} .final-cta .section-label::before{background:var(--accent);}
.final-cta h2{color:#fff; font-family:var(--display); font-weight:900; font-size:30px; text-transform:uppercase; letter-spacing:-0.5px; margin-bottom:14px; max-width:600px; margin-left:auto; margin-right:auto;}
.final-cta p{color:#8892A8; margin-bottom:28px; font-size:14px;}

.gxg-map-section{border-top:1px solid var(--line);}
.gxg-map{width:100%; height:400px; background:var(--surface);}
@media(max-width:640px){ .gxg-map{height:280px;} }
footer{background:var(--ink); color:rgba(255,255,255,0.6);}
.footer-top{padding:60px 40px 36px;}
.footer-grid{max-width:1320px; margin:0 auto; display:grid; grid-template-columns:2fr 1fr 1fr 1fr; gap:36px;}
.footer-brand .footer-logo{height:42px; width:auto; margin-bottom:16px; filter:brightness(0) invert(1);}
.footer-tagline{font-size:12.5px; line-height:1.75; max-width:290px; color:rgba(255,255,255,0.55);}
.footer-social{display:flex; gap:10px; margin-top:20px;}
.footer-social a{display:flex; align-items:center; justify-content:center; width:34px; height:34px; border:1px solid rgba(255,255,255,0.16); border-radius:50%; color:rgba(255,255,255,0.7); transition:all 0.2s;}
.footer-social a svg{width:15px; height:15px;}
.footer-social a:hover{background:var(--brand); border-color:var(--brand); color:#fff;}
.footer-col h5{color:#fff; font-family:var(--display); font-size:10.5px; margin-bottom:16px; font-weight:800; letter-spacing:1.5px; text-transform:uppercase;}
.footer-col a, .footer-col span{display:block; font-size:12.5px; margin-bottom:11px; color:rgba(255,255,255,0.55);}
.footer-col a:hover{color:#fff;}
.footer-bottom{max-width:1320px; margin:0 auto; padding:22px 40px 28px; border-top:1px solid rgba(255,255,255,0.12); font-size:10.5px; letter-spacing:0.3px; display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:14px; color:rgba(255,255,255,0.45);}
.footer-legal-links{display:flex; align-items:center; gap:8px;}
.footer-legal-links a{color:rgba(255,255,255,0.45); transition:color 0.2s;}
.footer-legal-links a:hover{color:#fff;}
.footer-dot{color:rgba(255,255,255,0.45);}
.footer-top-btn{width:32px; height:32px; border-radius:50%; border:1px solid rgba(255,255,255,0.16); background:none; color:rgba(255,255,255,0.6); display:flex; align-items:center; justify-content:center; cursor:pointer; transition:all 0.2s; flex-shrink:0;}
.footer-top-btn svg{width:14px; height:14px;}
.footer-top-btn:hover{background:var(--brand); border-color:var(--brand); color:#fff;}

.sticky-cta{position:fixed; bottom:0; left:0; right:0; z-index:90; background:#fff; box-shadow:0 -2px 10px rgba(9,17,30,0.08); padding:14px 20px; transform:translateY(100%); transition:transform 0.35s ease;}
.sticky-cta.show{transform:translateY(0);}
.sticky-cta-inner{max-width:1320px; margin:0 auto; display:flex; align-items:center; justify-content:space-between; gap:12px;}
.sticky-cta-inner .txt{font-size:12px; font-weight:800; letter-spacing:0.3px;}
.sticky-cta-inner .txt span{color:var(--brand); display:block; font-size:10.5px; font-weight:700; letter-spacing:1px; text-transform:uppercase;}

@media(max-width:960px){
  nav{display:none;} .hamburger{display:flex;} .header-inner .nav-cta{display:none;}
  .header-inner{display:flex; align-items:center; justify-content:space-between;}
  .header-right-mobile{display:flex; align-items:center; gap:12px;}
  .header-lang-mobile{display:flex;}
  .breadcrumb{padding:20px 24px 0;}
  .hero-inner{grid-template-columns:1fr;}
  .hero-left{padding:26px 24px 44px;}
  .hero-right{min-height:340px;}
  .proof-nav{padding-top:14px;}
  .proof-nav > button{display:none;}
  .page-body{grid-template-columns:1fr;}
  .sidebar{padding:32px 24px;}
  .sidebar-inner{position:static;}
  .main-col{padding:40px 24px;}
  .breakdown-grid{grid-template-columns:1fr;}
  .footer-grid{grid-template-columns:1fr 1fr;}
}
@media(max-width:640px){
  .trust-bar .wrap{flex-direction:column; align-items:center; gap:16px; padding:22px 20px;}
  .trust-item{text-align:center;}
  .header-inner{padding:16px 20px;}
  .breadcrumb{padding:16px 20px 0; text-align:center;}
  .hero-left{padding:20px 20px 36px;}
  h1{font-size:clamp(28px,9vw,40px); padding-left:0;}
  .accent-line{display:none;}
  .hero-left{text-align:center;}
  .hero-eyebrow, .hero-sub, .hero-cta-row, .hero-review{padding-left:0;}
  .hero-eyebrow{justify-content:center;}
  .hero-sub{margin-left:auto; margin-right:auto;}
  .hero-cta-row{flex-direction:column; align-items:stretch; margin-bottom:20px;}
  .hero-review{width:100%; max-width:100%; align-items:center; text-align:center; margin-top:0;}
  .hero-review-top{justify-content:center;}
  .hero-cta-row button{width:100%; text-align:center;}
  .proof-head{padding-left:20px; padding-right:20px; flex-direction:column; align-items:center; text-align:center;}
  .proof-head h2{max-width:100%;}
  .proof-grid{padding-left:20px; padding-right:20px; scroll-padding-left:20px; scroll-padding-right:20px;}
  .proof-card{width:100%; min-width:100%;}
  .swipe-hint{display:block;}
  .final-cta h2{font-size:24px;}
  .footer-grid{grid-template-columns:1fr; gap:24px;}
  .footer-bottom{flex-direction:column; align-items:flex-start;}
}

/* Estimate modal */
.modal-overlay{position:fixed; inset:0; background:rgba(9,17,30,0.55); z-index:200; opacity:0; pointer-events:none; transition:opacity 0.3s ease; display:flex; align-items:center; justify-content:center; padding:24px;}
.modal-overlay.open{opacity:1; pointer-events:auto;}
.modal-panel{background:#fff; width:100%; max-width:560px; max-height:90vh; overflow-y:auto; border:1px solid var(--line); transform:translateY(20px) scale(0.98); transition:transform 0.3s cubic-bezier(.16,.84,.44,1); position:relative;}
.modal-overlay.open .modal-panel{transform:translateY(0) scale(1);}
.modal-close{position:absolute; top:14px; right:14px; width:32px; height:32px; background:var(--surface); border:1px solid var(--line); display:flex; align-items:center; justify-content:center; cursor:pointer; z-index:5;}
.modal-close svg{width:16px; height:16px; color:var(--ink);}
.modal-close:hover{background:var(--brand);} .modal-close:hover svg{color:#fff;}
.modal-panel .form-card-head{padding:26px 30px; border-bottom:1px solid var(--line); background:var(--surface);}
.modal-panel .form-card-head h2{font-family:var(--display); font-weight:800; font-size:19px; text-transform:uppercase; letter-spacing:-0.2px; margin-bottom:6px;}
.modal-panel .form-card-head p{font-size:12.5px; color:var(--muted);}
.modal-panel .funnel-progress{display:flex; gap:6px; padding:22px 30px 0;}
.modal-panel .funnel-progress div{height:3px; flex:1; background:var(--line);}
.modal-panel .funnel-progress div span{display:block; height:100%; background:var(--brand); width:0%; transition:width 0.4s ease;}
.modal-panel .funnel-body{padding:30px;}
.modal-panel .funnel-step{display:none;}
.modal-panel .funnel-step.active{display:block; animation:modalFadeIn 0.4s ease;}
@keyframes modalFadeIn{from{opacity:0; transform:translateY(8px);} to{opacity:1; transform:translateY(0);}}
.modal-panel .step-label{font-size:10px; font-weight:800; letter-spacing:2px; text-transform:uppercase; color:var(--brand); margin-bottom:12px;}
.modal-panel .funnel-step h4{font-family:var(--display); font-weight:700; font-size:17px; text-transform:uppercase; letter-spacing:-0.2px; margin-bottom:6px;}
.modal-panel .step-sub{font-size:12.5px; color:var(--muted); margin-bottom:20px;}
.modal-panel .option-grid{display:grid; grid-template-columns:1fr 1fr; gap:2px; margin-bottom:22px; border:1px solid var(--line);}
.modal-panel .option-btn{border:none; padding:16px 12px; background:#fff; font-size:11.5px; font-weight:700; color:var(--ink); cursor:pointer; text-align:left; transition:all 0.15s ease; border-right:1px solid var(--line); border-bottom:1px solid var(--line); display:flex; align-items:center; gap:10px;}
.modal-panel .option-btn .opt-icon{width:20px; height:20px; flex-shrink:0; color:var(--brand);}
.modal-panel .option-btn .opt-icon svg{width:100%; height:100%;}
.modal-panel .option-btn:hover{background:var(--surface);}
.modal-panel .option-btn.selected{background:var(--brand); color:#fff;}
.modal-panel .option-btn.selected .opt-icon{color:#fff;}
.modal-panel .field{margin-bottom:16px;}
.modal-panel .field label{display:block; font-size:11px; font-weight:800; letter-spacing:0.5px; text-transform:uppercase; color:var(--ink); margin-bottom:7px;}
.modal-panel .field input, .modal-panel .field select, .modal-panel .field textarea{width:100%; padding:13px; border:1px solid var(--line); border-radius:0; font-family:var(--sans); font-size:16px; color:var(--ink); background:#fff;}
.modal-panel .field textarea{resize:vertical; min-height:70px;}
.modal-panel .field input:focus, .modal-panel .field select:focus, .modal-panel .field textarea:focus{outline:none; border-color:var(--brand);}
.modal-panel .radio-row{display:flex; gap:2px; border:1px solid var(--line); margin-bottom:16px;}
.modal-panel .radio-row label{flex:1; text-align:center; padding:12px 8px; font-size:11.5px; font-weight:700; cursor:pointer; border-right:1px solid var(--line); transition:all 0.15s;}
.modal-panel .radio-row label:last-child{border-right:none;}
.modal-panel .radio-row input{display:none;}
.modal-panel .radio-row label:has(input:checked){background:var(--brand); color:#fff;}
.modal-panel .funnel-nav{display:flex; justify-content:space-between; align-items:center; margin-top:8px;}
.modal-panel .btn-back{font-size:11px; font-weight:800; letter-spacing:1px; text-transform:uppercase; color:var(--muted); cursor:pointer; background:none; border:none;}
.modal-panel .btn-next{background:var(--brand); color:#fff; border:none; padding:14px 30px; font-family:var(--display); font-weight:700; font-size:12px; letter-spacing:1px; text-transform:uppercase; cursor:pointer; border-radius:2px; transition:all 0.2s;}
.modal-panel .btn-next:hover{box-shadow:4px 4px 0 var(--accent);}
.modal-panel .form-foot{padding:16px 30px; border-top:1px solid var(--line); background:var(--surface); font-size:11px; color:var(--muted); text-align:center;}
.modal-panel .form-foot svg{width:12px; height:12px; vertical-align:-1px; margin-right:5px; color:var(--brand);}
.modal-panel .confirm-state{text-align:center; padding:20px 10px;}
.modal-panel .confirm-icon{width:56px; height:56px; background:var(--brand); color:#fff; display:flex; align-items:center; justify-content:center; margin:0 auto 22px;}
.modal-panel .confirm-icon svg{width:28px; height:28px;}
.modal-panel .confirm-state h4{font-family:var(--display); font-weight:800; font-size:19px; text-transform:uppercase; letter-spacing:-0.2px; margin-bottom:12px;}
.modal-panel .confirm-state p{font-size:13.5px; color:var(--muted); line-height:1.7; max-width:380px; margin:0 auto 24px;}
.modal-panel .confirm-detail{border:1px solid var(--line); padding:18px; text-align:left; font-size:12.5px; color:var(--ink); margin-bottom:24px;}
.modal-panel .confirm-detail strong{font-weight:800;}
@media(max-width:640px){
  .modal-overlay{padding:0; align-items:flex-end;}
  .modal-panel{max-width:100%; max-height:92vh; border-left:0; border-right:0; border-bottom:0;}
  .modal-panel .funnel-body{padding:22px 20px;}
  .modal-panel .form-card-head{padding:22px 20px;}
}

/* Logo image + language switcher */
.logo-img{height:46px; width:auto; display:block;}

.lang-dropdown{position:relative; margin-right:4px;}
.lang-current{display:flex; align-items:center; gap:9px; border:1px solid var(--line); background:#fff; padding:8px 12px; font-family:var(--sans); font-size:11px; font-weight:800; letter-spacing:0.5px; color:var(--ink); cursor:pointer; transition:border-color 0.2s;}
.lang-current:hover{border-color:var(--brand);}
.lang-current .flag{font-size:16px; line-height:1; display:inline-flex; flex-shrink:0;}
.lang-current .code{line-height:1;}
.lang-current .chevron{transition:transform 0.2s ease; flex-shrink:0; color:var(--muted);}
.lang-dropdown.open .lang-current .chevron{transform:rotate(180deg);}
.lang-menu{position:absolute; top:calc(100% + 8px); right:0; min-width:160px; background:#fff; border:1px solid var(--line); box-shadow:0 12px 32px -10px rgba(9,17,30,0.28); opacity:0; visibility:hidden; transform:translateY(-6px); transition:all 0.2s ease; z-index:120;}
.lang-dropdown.open .lang-menu{opacity:1; visibility:visible; transform:translateY(0);}
.lang-option{display:flex; align-items:center; gap:11px; padding:12px 14px; font-family:var(--sans); font-size:13px; font-weight:700; text-transform:none; letter-spacing:0; color:var(--ink); transition:background 0.15s;}
.lang-option .flag{font-size:17px;}
.lang-option:hover{background:var(--surface);}
.lang-option.active{color:var(--brand); background:var(--surface);}

.lang-dropdown-drawer .lang-dropdown{width:100%; margin-right:0;}
.lang-dropdown-drawer .lang-current{width:100%; justify-content:space-between; padding:14px 16px;}
.lang-dropdown-drawer .lang-menu{left:0; right:0; width:100%;}
.lang-dropdown-drawer .lang-option{font-family:var(--sans); font-size:13px; font-weight:700; text-transform:none; letter-spacing:0; padding:12px 14px;}
@media(min-width:961px){
  .lang-dropdown-drawer{display:none;}
}
@media(max-width:960px){
  nav .lang-dropdown{display:none;}
}
