
:root{--navy:#06142f;--ink:#0b1020;--ivory:#f6f2ea;--paper:#fffdf8;--gold:#e4b63f;--blue:#7bb7e5;--muted:#7d8290;--line:rgba(8,18,42,.12);--radius:26px;--shadow:0 30px 80px rgba(4,16,39,.16)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,"Helvetica Neue",Arial,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}img,video{max-width:100%;display:block}.wrap{width:min(1280px,calc(100% - 48px));margin:auto}.eyebrow{font-size:12px;letter-spacing:.22em;text-transform:uppercase;font-weight:800;color:#657087}.serif{font-family:"Iowan Old Style","Baskerville",Georgia,serif;font-weight:500;letter-spacing:-.035em}.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:16px 22px;border-radius:999px;font-weight:800;font-size:14px;transition:.25s;border:1px solid transparent}.btn-primary{background:var(--gold);color:#111827}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(228,182,63,.3)}.btn-ghost{border-color:rgba(255,255,255,.36);color:#fff;background:rgba(255,255,255,.06);backdrop-filter:blur(10px)}.btn-dark{background:var(--navy);color:#fff}
.header{position:fixed;z-index:50;top:0;left:0;right:0;height:84px;display:flex;align-items:center;transition:.3s;background:linear-gradient(to bottom,rgba(2,12,32,.55),transparent)}.header.scrolled{background:rgba(5,18,42,.94);backdrop-filter:blur(18px);box-shadow:0 8px 30px rgba(0,0,0,.08)}.nav{display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;gap:12px;color:white;font-weight:800}.brand img{width:72px;height:58px;object-fit:contain;object-position:left center;border-radius:0}.brand span{font-size:15px;letter-spacing:.02em}.navlinks{display:flex;align-items:center;gap:26px;color:#fff;font-size:13px;font-weight:700}.navlinks a{opacity:.88}.navlinks a:hover{opacity:1}.mobile-toggle{display:none;color:#fff;font-size:26px;background:none;border:0}
.hero{height:100svh;min-height:760px;position:relative;background:#06142f;color:white;overflow:hidden}.hero-media{position:absolute;inset:0}.hero-slide{position:absolute;inset:0;background-position:center;background-size:cover;opacity:0;transform:scale(1.04);animation:heroFade 18s infinite}.hero-slide:nth-child(1){background-image:url('assets/pool-night-front.jpg');animation-delay:0s}.hero-slide:nth-child(2){background-image:url('assets/project-kitchen-user.png');animation-delay:6s}.hero-slide:nth-child(3){background-image:url('assets/pool-night-wide.jpg');animation-delay:12s}@keyframes heroFade{0%{opacity:0;transform:scale(1.05)}7%{opacity:1}30%{opacity:1;transform:scale(1)}38%{opacity:0}100%{opacity:0}}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,13,34,.86) 0%,rgba(3,13,34,.55) 42%,rgba(3,13,34,.18) 75%),linear-gradient(0deg,rgba(2,10,28,.7),transparent 45%)}.hero-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:92px;max-width:850px}.hero-kicker{display:flex;align-items:center;gap:14px;margin-bottom:22px;font-size:12px;letter-spacing:.18em;text-transform:uppercase;font-weight:800}.hero-kicker:before{content:"";width:44px;height:1px;background:var(--gold)}h1{font-size:clamp(56px,7.5vw,112px);line-height:.87;margin:0 0 26px}.hero p{font-size:clamp(18px,1.6vw,23px);line-height:1.55;color:rgba(255,255,255,.82);max-width:700px;margin:0 0 30px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-proof{position:absolute;z-index:3;right:40px;bottom:38px;display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(14px);border-radius:20px;overflow:hidden}.proof{padding:18px 24px;background:rgba(4,18,45,.58);min-width:150px}.proof strong{display:block;font-size:18px}.proof span{display:block;margin-top:4px;font-size:11px;color:rgba(255,255,255,.64);letter-spacing:.06em;text-transform:uppercase}
.trustbar{background:var(--navy);color:#fff;padding:22px 0;border-top:1px solid rgba(255,255,255,.08)}.trustrow{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.stars{color:var(--gold);letter-spacing:.12em}.platforms{display:flex;gap:24px;color:#d9deea;font-weight:700;font-size:13px}
section{padding:110px 0}.intro-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:100px;align-items:end}.intro h2{font-size:clamp(46px,5vw,78px);line-height:.98;margin:14px 0 0}.intro-copy{font-size:18px;line-height:1.7;color:#666f7e}.signature-line{margin-top:28px;padding-top:20px;border-top:1px solid var(--line);display:flex;gap:26px;flex-wrap:wrap;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#596274}
.metrics{padding:0 0 100px}.metric-grid{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.metric{padding:42px 22px;border-right:1px solid var(--line)}.metric:last-child{border-right:none}.metric strong{font-size:68px;line-height:.95;display:block;font-family:Georgia,serif;font-weight:500;color:var(--navy)}.metric span{display:block;margin-top:12px;color:#6e7582;font-size:14px;font-weight:700;letter-spacing:.02em}
.services{background:#f2efe8}.section-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:48px}.section-head h2{font-size:clamp(42px,5vw,72px);line-height:1;margin:10px 0 0}.section-head p{max-width:500px;color:#69717d;line-height:1.7}.service-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr;grid-auto-rows:315px;gap:18px}.service-card{position:relative;border-radius:24px;overflow:hidden;color:white;background:#0c1832}.service-card.big{grid-row:span 2}.service-card img,.service-card video{width:100%;height:100%;object-fit:cover;transition:.7s}.service-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(2,11,29,.82),rgba(2,11,29,.08) 65%)}.service-card:hover img,.service-card:hover video{transform:scale(1.04)}.service-copy{position:absolute;z-index:2;left:26px;right:26px;bottom:24px}.service-num{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:#d6dceb}.service-copy h3{margin:7px 0 5px;font-family:Georgia,serif;font-size:30px;font-weight:500}.service-copy p{margin:0;color:#d7dce6;font-size:13px}
.projects{background:var(--paper)}.project-feature{display:grid;grid-template-columns:1.35fr .65fr;min-height:680px;border-radius:30px;overflow:hidden;background:var(--navy);color:white;box-shadow:var(--shadow)}.project-feature .image{background:url('assets/living.png') center/cover}.project-info{padding:56px;display:flex;flex-direction:column;justify-content:space-between}.project-info h3{font-size:48px;line-height:1.05;margin:12px 0}.project-info p{color:#c7cedd;line-height:1.7}.project-meta{display:grid;grid-template-columns:1fr 1fr;gap:20px;border-top:1px solid rgba(255,255,255,.14);padding-top:24px;font-size:12px;color:#abb5c9;text-transform:uppercase;letter-spacing:.08em}
.process{background:#07152f;color:white}.process .section-head p{color:#aeb8cb}.steps{display:grid;grid-template-columns:repeat(5,1fr);margin-top:54px;border-top:1px solid rgba(255,255,255,.16)}.step{padding:32px 26px 0 0;position:relative}.step:before{content:"";width:9px;height:9px;border-radius:50%;background:var(--gold);position:absolute;top:-5px;left:0}.step b{font-size:12px;letter-spacing:.18em;color:#7f8da8}.step h4{font-size:21px;margin:12px 0 8px}.step p{font-size:13px;line-height:1.6;color:#aeb7ca}
.testimonials{background:#f5f3ed}.testimonial-layout{display:grid;grid-template-columns:1fr 1fr 1fr;gap:18px}.video-card,.motion-card{border-radius:24px;overflow:hidden;background:#06142f;position:relative;min-height:520px}.video-card video,.motion-card video{width:100%;height:100%;object-fit:cover}.video-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(2,10,28,.82),transparent 55%);pointer-events:none}.video-label{position:absolute;z-index:2;left:24px;bottom:22px;color:white}.video-label b{font-size:20px}.video-label span{display:block;color:#cbd3e2;font-size:12px;margin-top:5px}.motion-card{display:flex;align-items:center;justify-content:center;background:#06142f}.motion-card video{object-fit:contain;padding:20px}.motion-copy{position:absolute;top:24px;left:24px;right:24px;color:white}.motion-copy h3{font-family:Georgia,serif;font-size:31px;margin:8px 0 0}
.adu{padding:0;background:#06142f}.adu-wrap{min-height:760px;position:relative;overflow:hidden}.adu-wrap video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.adu-wrap:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,13,34,.88),rgba(3,13,34,.25))}.adu-content{position:relative;z-index:2;color:#fff;min-height:760px;display:flex;align-items:center}.adu-copy{max-width:660px}.adu-copy h2{font-size:clamp(50px,6vw,88px);line-height:.95;margin:16px 0 22px}.adu-copy p{font-size:19px;line-height:1.65;color:#d6dcea}.adu-tags{display:flex;gap:10px;flex-wrap:wrap;margin:26px 0}.tag{padding:10px 13px;border-radius:999px;border:1px solid rgba(255,255,255,.25);font-size:11px;text-transform:uppercase;letter-spacing:.1em}
.roof-story{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}.roof-story h2{font-size:clamp(44px,5vw,70px);line-height:1;margin:12px 0 18px}.roof-story p{color:#687180;line-height:1.7}.roof-images{display:grid;grid-template-columns:1fr 1fr;gap:12px}.roof-images img{width:100%;height:260px;object-fit:cover;border-radius:18px}.roof-images img:last-child{grid-column:span 2;height:330px}.roof-caps{display:flex;gap:20px;margin-top:24px}.roof-caps div{padding-left:14px;border-left:2px solid var(--gold)}.roof-caps b{display:block}.roof-caps span{font-size:12px;color:#7a8290}
.cta{background:var(--navy);color:white}.cta-box{display:grid;grid-template-columns:1fr .8fr;gap:70px;align-items:center}.cta h2{font-size:clamp(52px,6vw,88px);line-height:.96;margin:10px 0 20px}.cta p{color:#bdc5d4;max-width:620px;line-height:1.7}.mini-form{background:white;color:var(--ink);border-radius:24px;padding:28px}.mini-form h3{margin-top:0;font-size:24px}.field{display:grid;grid-template-columns:1fr 1fr;gap:12px}.mini-form input,.mini-form select,.mini-form textarea{width:100%;padding:15px 14px;border:1px solid #dce1e8;border-radius:12px;margin:6px 0;font:inherit;background:#fff}.mini-form textarea{min-height:90px;resize:vertical}.mini-form button{width:100%;border:0;margin-top:10px}.legal{font-size:10px;color:#878e9b;margin-top:10px;line-height:1.5}
footer{background:#041027;color:#aab4c7;padding:44px 0}.footer-row{display:flex;justify-content:space-between;gap:40px;flex-wrap:wrap}.footer-brand{display:flex;gap:12px;align-items:center;color:white}.footer-brand img{width:52px}.footer-links{display:flex;gap:24px;font-size:12px}.footer-small{font-size:11px;margin-top:24px;border-top:1px solid rgba(255,255,255,.12);padding-top:20px}
.reveal{opacity:0;transform:translateY(24px);transition:.7s}.reveal.in{opacity:1;transform:none}.mobile-cta{display:none}
@media(max-width:980px){.navlinks{display:none}.mobile-toggle{display:block}.navlinks.open{display:flex;position:absolute;top:76px;left:24px;right:24px;flex-direction:column;align-items:flex-start;background:#07152f;padding:22px;border-radius:18px}.hero-proof{display:none}.intro-grid,.project-feature,.cta-box,.roof-story{grid-template-columns:1fr}.service-grid{grid-template-columns:1fr 1fr;grid-auto-rows:290px}.service-card.big{grid-row:span 1;grid-column:span 2}.steps{grid-template-columns:1fr 1fr}.testimonial-layout{grid-template-columns:1fr}.video-card,.motion-card{min-height:480px}.metric-grid{grid-template-columns:1fr 1fr}.metric:nth-child(2){border-right:none}.project-feature .image{min-height:520px}.mobile-cta{display:flex;position:fixed;z-index:60;bottom:12px;left:12px;right:12px;background:#07152f;border:1px solid rgba(255,255,255,.12);padding:8px;border-radius:18px;box-shadow:0 12px 36px rgba(0,0,0,.2);gap:8px}.mobile-cta a{flex:1;text-align:center;padding:13px;border-radius:12px;color:white;font-weight:800;font-size:13px}.mobile-cta a:last-child{background:var(--gold);color:#101722}}
@media(max-width:620px){.wrap{width:min(100% - 30px,1280px)}.header{height:72px}.brand span{display:none}.hero{min-height:720px}.hero-content{padding-bottom:72px}.hero p{font-size:16px}.platforms{gap:12px;font-size:11px}.intro-grid{gap:30px}.metric-grid{grid-template-columns:1fr 1fr}.metric{padding:25px 16px}.metric strong{font-size:32px}.section-head{align-items:flex-start;flex-direction:column}.service-grid{grid-template-columns:1fr;grid-auto-rows:320px}.service-card.big{grid-column:span 1}.project-info{padding:30px}.project-info h3{font-size:38px}.project-feature .image{min-height:380px}.steps{grid-template-columns:1fr}.roof-images img,.roof-images img:last-child{height:220px}.adu-content,.adu-wrap{min-height:680px}.field{grid-template-columns:1fr}section{padding:78px 0}}

.license-chip{position:fixed;z-index:49;right:18px;top:112px;background:rgba(5,18,42,.82);color:#fff;border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(14px);border-radius:999px;padding:9px 13px;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.estimate-showcase{background:linear-gradient(135deg,#06142f 0%,#0c2850 58%,#0f3d67 100%);color:#fff;overflow:hidden}.estimate-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:72px;align-items:center}.estimate-copy h2{font-size:clamp(48px,5.8vw,84px);line-height:.94;margin:14px 0 22px}.estimate-copy p{font-size:18px;line-height:1.7;color:#d1d9e8}.estimate-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:28px 0}.estimate-step{padding:18px;border:1px solid rgba(255,255,255,.15);border-radius:18px;background:rgba(255,255,255,.05)}.estimate-step b{display:block;color:var(--gold);font-size:12px;margin-bottom:7px}.estimate-step span{font-size:12px;color:#d9e0ec}.estimate-device{padding:14px;border-radius:34px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);box-shadow:0 40px 100px rgba(0,0,0,.28);transform:rotate(1deg)}.estimate-screen{background:#fbfaf6;color:#0b1020;border-radius:24px;padding:28px;min-height:500px}.upload-zone{border:1.5px dashed #9aa7ba;border-radius:20px;padding:34px;text-align:center;background:#fff;margin:22px 0}.upload-icon{font-size:36px}.estimate-options{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.estimate-option{padding:14px;border-radius:14px;background:#f0f2f5;font-size:12px;font-weight:800;text-align:center}.reviews-widget-slot{margin-top:34px;border:1px solid var(--line);border-radius:26px;background:#fff;padding:26px;display:grid;grid-template-columns:.7fr 1.3fr;gap:30px;align-items:center}.review-score{border-right:1px solid var(--line);padding-right:28px}.review-score strong{font-size:54px;font-family:Georgia,serif;color:var(--navy)}.review-platforms{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px}.review-pill{padding:9px 12px;border:1px solid var(--line);border-radius:999px;font-size:11px;font-weight:800}.review-feed-placeholder{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.review-mini{padding:17px;border-radius:16px;background:#f6f4ef;font-size:12px;line-height:1.55;color:#5f6774}.review-mini b{display:block;color:#101828;margin-bottom:6px}.counter-note{font-size:10px!important;text-transform:uppercase;letter-spacing:.08em;color:#8a909b!important;margin-top:5px!important}.review-count{margin-top:14px;font-size:26px;font-weight:800;color:var(--navy)}.review-count small{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#707887}.platform-logo-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin:18px 0}.platform-logo{min-height:110px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px 14px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:11px;box-shadow:0 10px 28px rgba(6,20,47,.05);transition:transform .25s ease,box-shadow .25s ease}.platform-logo:hover{transform:translateY(-3px);box-shadow:0 16px 36px rgba(6,20,47,.10)}.platform-logo img{max-width:104px;max-height:32px;width:auto;height:32px;object-fit:contain}.platform-rating{display:flex;align-items:center;gap:7px;white-space:nowrap}.platform-rating .badge-stars{font-size:15px;line-height:1;letter-spacing:1px;color:#f5b301}.platform-rating .badge-score{font-size:12px;font-weight:900;color:#172033;letter-spacing:.02em}.platform-logo.yelp .badge-stars,.platform-logo.houzz .badge-stars,.platform-logo.thumbtack .badge-stars,.platform-logo.nextdoor .badge-stars,.platform-logo.google .badge-stars{color:#f5b301}@media(max-width:900px){.platform-logo-grid{grid-template-columns:repeat(2,1fr)}.license-chip{top:auto;bottom:72px;right:10px}.estimate-grid,.reviews-widget-slot{grid-template-columns:1fr}.review-score{border-right:0;border-bottom:1px solid var(--line);padding:0 0 22px}.estimate-steps,.estimate-options{grid-template-columns:1fr}.review-feed-placeholder{grid-template-columns:1fr}}

.reputation-section{padding:0 0 110px;background:#f5f3ed}.reputation-shell{background:#07152f;color:#fff;border-radius:30px;padding:52px;box-shadow:0 30px 80px rgba(4,16,39,.14)}.reputation-top{display:grid;grid-template-columns:.72fr 1.28fr;gap:54px;align-items:center}.reputation-score{padding-right:42px;border-right:1px solid rgba(255,255,255,.13)}.reputation-score .big-score{font-family:Georgia,serif;font-size:76px;line-height:.9;margin:14px 0 8px}.reputation-score .big-stars{color:var(--gold);font-size:22px;letter-spacing:.11em}.reputation-count{margin-top:22px;font-size:58px;line-height:1;font-weight:900;color:#fff}.reputation-count small{display:block;font-size:13px;font-weight:700;color:#aeb8cb;text-transform:uppercase;letter-spacing:.1em;margin-top:5px}.reputation-copy h3{font-size:clamp(38px,4vw,58px);line-height:1;margin:8px 0 14px}.reputation-copy p{color:#b7c0d2;line-height:1.65;margin:0 0 25px;max-width:760px}.review-badges{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.review-badge{background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:16px 14px;min-height:102px;display:flex;flex-direction:column;justify-content:space-between;transition:.25s}.review-badge:hover{transform:translateY(-3px);background:rgba(255,255,255,.08)}.review-badge img{height:28px;max-width:116px;object-fit:contain;object-position:left center;filter:none}.review-badge .rating{display:flex;align-items:center;gap:7px;margin-top:12px;white-space:nowrap}.review-badge .rating span:first-child{color:var(--gold);font-size:13px;letter-spacing:.04em}.review-badge .rating b{font-size:13px;color:#fff}.real-review-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin:48px 0 20px;padding-top:38px;border-top:1px solid rgba(255,255,255,.12)}.real-review-head h4{font-family:Georgia,serif;font-size:34px;font-weight:500;margin:7px 0 0}.real-review-head p{font-size:12px;color:#9eabc0;margin:0}.real-review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.real-review{background:#fff;color:#11182a;border-radius:18px;padding:24px;min-height:210px;display:flex;flex-direction:column;justify-content:space-between}.real-review .stars{font-size:15px}.real-review blockquote{font-family:Georgia,serif;font-size:21px;line-height:1.35;margin:20px 0;color:#172039}.real-review footer{padding:0;background:none;color:#6a7280;font-size:12px}.real-review footer b{display:block;color:#182037;font-size:13px;margin-bottom:3px}.live-widget-slot{margin-top:18px;background:rgba(255,255,255,.045);border:1px dashed rgba(255,255,255,.22);border-radius:18px;padding:18px 22px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#aeb8cb;font-size:12px}.live-widget-slot b{color:#fff;font-size:13px}.live-widget-slot code{font-family:ui-monospace,monospace;color:#d7e0f1;font-size:11px}.widget-host{margin-top:16px}.widget-host:empty{display:none}
@media(max-width:900px){.metric-grid{grid-template-columns:repeat(2,1fr)}.metric{border-bottom:1px solid var(--line)}.metric strong{font-size:52px}.reputation-shell{padding:34px 22px}.reputation-top{grid-template-columns:1fr}.reputation-score{border-right:0;border-bottom:1px solid rgba(255,255,255,.13);padding:0 0 28px}.review-badges{grid-template-columns:repeat(2,1fr)}.real-review-grid{grid-template-columns:1fr}.live-widget-slot{align-items:flex-start;flex-direction:column}}

/* V9 brand + reputation refinements */
.trustrow-logos{display:grid!important;grid-template-columns:minmax(250px,.8fr) minmax(680px,1.5fr);gap:34px;align-items:center;padding:20px 0}.trust-title b{display:block;font-size:17px;color:#fff}.trust-title small{display:block;margin-top:5px;color:#aeb9cc;font-size:11px}.trust-logo-row{display:grid;grid-template-columns:repeat(5,1fr);gap:9px}.trust-logo{min-height:64px;border:1px solid rgba(255,255,255,.14);border-radius:13px;background:rgba(255,255,255,.055);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px 10px;gap:5px}.trust-logo img{height:22px;max-width:102px;width:auto;object-fit:contain;filter:brightness(0) invert(1);opacity:.96}.trust-logo span{color:var(--gold);font-size:10px;letter-spacing:.08em}.hero-proof{grid-template-columns:repeat(2,1fr)}.license-chip{font-size:9px;padding:7px 10px;opacity:.9}.footer-brand img{width:78px;height:58px;object-fit:contain}.review-badge img{height:31px}.review-badge:nth-child(2) img{height:30px}.reputation-count{font-variant-numeric:tabular-nums}
@media(max-width:1000px){.trustrow-logos{grid-template-columns:1fr}.trust-logo-row{grid-template-columns:repeat(5,1fr)}}
@media(max-width:700px){.trust-logo-row{grid-template-columns:repeat(2,1fr)}.trust-logo:last-child{grid-column:1/-1}.trustrow-logos{gap:16px}.hero-proof{grid-template-columns:1fr 1fr;right:14px;left:14px;bottom:18px}.proof{min-width:0;padding:13px 14px}.brand img{width:60px;height:48px}}

/* V10 refinements */
.metric-grid{grid-template-columns:repeat(4,1fr)}
.metric{padding:44px 24px;min-height:150px;display:flex;flex-direction:column;justify-content:center}
.metric strong{font-size:clamp(72px,6vw,104px);line-height:.86;letter-spacing:-.055em;font-weight:600}.metric strong .countup{display:inline;margin:0;color:inherit;font-size:inherit;font-weight:inherit;letter-spacing:inherit}
.metric span{font-size:14px;margin-top:14px;font-weight:700;letter-spacing:.02em}
.testimonials{padding:120px 0;background:#f5f3ed}
.testimonial-layout{grid-template-columns:1.1fr .78fr 1.1fr;align-items:stretch}
.video-card,.motion-card{min-height:590px;box-shadow:0 24px 70px rgba(6,20,47,.13)}
.testimonial-feature{position:relative}
.play-badge{position:absolute;z-index:4;left:50%;top:50%;transform:translate(-50%,-50%);width:76px;height:76px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.94);color:#07152f;font-size:25px;padding-left:5px;box-shadow:0 14px 40px rgba(0,0,0,.25);pointer-events:none;transition:.25s}
.testimonial-feature:hover .play-badge{transform:translate(-50%,-50%) scale(1.06)}
.testimonial-feature video{cursor:pointer}
@media(max-width:1100px){.metric-grid{grid-template-columns:repeat(3,1fr)}.metric:nth-child(3){border-right:none}.testimonial-layout{grid-template-columns:1fr}.video-card,.motion-card{min-height:520px}}
@media(max-width:700px){.metric-grid{grid-template-columns:1fr 1fr}.metric{min-height:125px;padding:30px 18px}.metric strong{font-size:48px}.testimonial-layout{gap:14px}.video-card,.motion-card{min-height:430px}}

/* V13 — proof metrics with illustrated identity */
.hero-proof{grid-template-columns:repeat(2,minmax(210px,1fr));border-radius:24px}
.proof{padding:22px 28px;min-width:220px}
.proof .proof-number{font-family:"Iowan Old Style","Baskerville",Georgia,serif;font-size:clamp(42px,3.4vw,60px);line-height:.86;letter-spacing:-.04em;color:#fff;font-weight:600;display:block;font-variant-numeric:tabular-nums}
.proof .proof-stars{display:block;color:var(--gold);font-size:16px;letter-spacing:.12em;margin:10px 0 5px}
.proof .proof-label{font-size:12px!important;color:rgba(255,255,255,.78)!important;font-weight:800;letter-spacing:.08em!important;text-transform:uppercase}
.metric-grid{grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid #d6dae1;border-bottom:1px solid #d6dae1}
.metric{position:relative;min-height:300px;padding:46px 32px 34px;border-right:1px solid #d6dae1;overflow:hidden;background:#fffdf9;transition:transform .3s ease,box-shadow .3s ease,background .3s ease}
.metric:last-child{border-right:0}
.metric:before{content:"";position:absolute;left:0;right:0;top:0;height:5px;background:var(--metric-accent,#e4b63f)}
.metric:nth-child(1){--metric-accent:#e4b63f;background:linear-gradient(180deg,#fffaf0 0%,#fffdf9 55%)}
.metric:nth-child(2){--metric-accent:#76b7df;background:linear-gradient(180deg,#f4faff 0%,#fffdf9 55%)}
.metric:nth-child(3){--metric-accent:#f0a91d;background:linear-gradient(180deg,#fff8eb 0%,#fffdf9 55%)}
.metric:nth-child(4){--metric-accent:#385a7f;background:linear-gradient(180deg,#f5f8fb 0%,#fffdf9 55%)}
.metric:hover{transform:translateY(-5px);z-index:2;box-shadow:0 22px 50px rgba(5,18,42,.10)}
.metric-icon{width:54px;height:54px;border-radius:18px;display:grid;place-items:center;margin-bottom:34px;background:color-mix(in srgb,var(--metric-accent) 13%, white);color:var(--metric-accent)}
.metric-icon svg{width:29px;height:29px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.metric strong{font-family:"Iowan Old Style","Baskerville",Georgia,serif;font-size:clamp(68px,6.3vw,104px)!important;line-height:.78;letter-spacing:-.055em;color:var(--navy);font-weight:600;display:block;font-variant-numeric:tabular-nums}
.metric .metric-title{display:block;margin-top:24px;font-size:17px!important;font-weight:900!important;color:#26334a!important;letter-spacing:-.01em;text-transform:none!important}
.metric .metric-note{display:block;margin-top:10px;font-size:12px!important;line-height:1.45;color:#7a8190!important;max-width:220px;text-transform:none!important;letter-spacing:0!important}
.metric .metric-spark{position:absolute;right:22px;top:30px;font-size:11px;color:var(--metric-accent);font-weight:900;letter-spacing:.08em;text-transform:uppercase}
@media(max-width:980px){.metric{min-height:250px}.metric:nth-child(2){border-right:0}.metric strong{font-size:78px!important}.hero-proof{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.metric-grid{grid-template-columns:1fr}.metric{border-right:0;border-bottom:1px solid #d6dae1;min-height:230px;padding:34px 26px}.metric:last-child{border-bottom:0}.metric strong{font-size:76px!important}.metric-icon{margin-bottom:28px}.hero-proof{display:grid!important;position:absolute;left:14px;right:14px;bottom:16px}.proof{min-width:0;padding:14px 16px}.proof .proof-number{font-size:38px}.proof .proof-stars{font-size:12px;margin:7px 0 3px}.proof .proof-label{font-size:9px!important}}


/* V15 premium client proof + editorial portfolio */
.testimonial-spotlight{padding:88px 0 100px;background:#07152f;color:#fff}.spotlight-head{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:34px}.spotlight-head h2{font-size:clamp(42px,5.5vw,76px);line-height:.98;margin:8px 0 0;max-width:760px}.spotlight-head p{max-width:430px;color:#aeb8cb;line-height:1.65}.spotlight-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.spotlight-video{position:relative;border-radius:28px;overflow:hidden;background:#020a18;min-height:430px;box-shadow:0 28px 80px rgba(0,0,0,.25)}.spotlight-video video{width:100%;height:100%;min-height:430px;object-fit:cover;background:#000}.spotlight-copy{position:absolute;left:18px;right:18px;bottom:18px;padding:16px 18px;border-radius:16px;background:rgba(4,14,34,.82);backdrop-filter:blur(14px);pointer-events:none}.spotlight-copy span{display:block;font-size:10px;letter-spacing:.17em;color:#e4b63f;font-weight:900}.spotlight-copy b{display:block;font-family:Georgia,serif;font-size:24px;margin:5px 0 4px}.spotlight-copy small{color:#c6cede}.editorial-portfolio{padding:110px 0;background:#ece9e1}.editorial-grid{display:grid;grid-template-columns:1.35fr .85fr .85fr;grid-auto-rows:320px;gap:14px}.editorial-grid figure{margin:0;position:relative;border-radius:22px;overflow:hidden;background:#111}.editorial-grid .ed-main{grid-row:span 2}.editorial-grid img{width:100%;height:100%;object-fit:cover;transition:transform .65s ease}.editorial-grid figure:hover img{transform:scale(1.025)}.editorial-grid figcaption{position:absolute;left:16px;bottom:14px;background:rgba(5,17,38,.78);color:white;padding:10px 13px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;backdrop-filter:blur(10px)}.widget-host{min-height:0}.widget-host:not(:empty){margin-top:22px;padding:8px 0}.hero-media img{object-position:center center}@media(max-width:900px){.spotlight-head{display:block}.spotlight-grid{grid-template-columns:1fr}.editorial-grid{grid-template-columns:1fr 1fr}.editorial-grid .ed-main{grid-column:1/-1;grid-row:auto}.editorial-grid{grid-auto-rows:270px}}@media(max-width:620px){.testimonial-spotlight{padding:70px 0}.spotlight-video,.spotlight-video video{min-height:360px}.editorial-grid{grid-template-columns:1fr;grid-auto-rows:260px}.editorial-grid .ed-main{grid-column:auto}}

/* V17 TRUST ENGINE — reviews moved high in the funnel */
.trust-engine{padding:78px 0 92px;background:linear-gradient(180deg,#07152f 0%,#0a1c3b 100%);color:#fff;position:relative;overflow:hidden}
.trust-engine:before{content:"";position:absolute;width:560px;height:560px;border-radius:50%;right:-240px;top:-260px;background:radial-gradient(circle,rgba(118,183,223,.18),transparent 68%);pointer-events:none}
.trust-engine-head{display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:end;margin-bottom:30px}
.trust-engine-head h2{font-size:clamp(42px,5.4vw,76px);line-height:.96;margin:8px 0 0;max-width:800px}
.trust-engine-head p{color:#c6d0df;line-height:1.7;font-size:17px;max-width:560px;margin:0}
.live-review-ribbon{display:grid;grid-template-columns:280px 1fr;gap:18px;align-items:stretch;margin:26px 0 24px}
.live-score-card{border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.075);border-radius:24px;padding:24px;display:flex;flex-direction:column;justify-content:center;backdrop-filter:blur(12px)}
.live-score-card .live-kicker{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:#9fb0cb;font-weight:900}
.live-score-card .live-score{font-family:Georgia,serif;font-size:64px;line-height:.9;margin:8px 0 7px}
.live-score-card .live-stars{color:var(--gold);font-size:20px;letter-spacing:.08em}
.live-score-card .live-total{font-size:12px;color:#c9d2df;margin-top:9px;line-height:1.45}
.live-review-stage{border:1px solid rgba(255,255,255,.16);background:#fff;color:#111827;border-radius:24px;padding:18px;min-height:190px;position:relative;overflow:hidden}
.live-review-stage:before{content:"LIVE VERIFIED REVIEWS";position:absolute;right:16px;top:14px;font-size:9px;letter-spacing:.16em;font-weight:900;color:#8792a2}
.trustindex-host{min-height:152px;display:flex;align-items:center}
.trustindex-fallback{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;width:100%;padding-top:20px}
.trustindex-fallback article{padding:14px 15px;background:#f6f4ef;border-radius:15px;min-height:120px}
.trustindex-fallback .src{font-size:10px;font-weight:900;color:#5f6b7a;text-transform:uppercase;letter-spacing:.08em}
.trustindex-fallback .mini-stars{color:#f0b51f;font-size:12px;letter-spacing:.07em;margin:5px 0}
.trustindex-fallback p{font-size:12px;line-height:1.5;color:#313947;margin:0}
.trustindex-fallback b{font-size:11px;display:block;margin-top:8px;color:#111827}
.trustindex-install-note{font-size:10px;color:#9aa7b8;margin-top:8px}
.early-testimonial-layout{display:grid;grid-template-columns:1fr .68fr 1fr;gap:14px;margin-top:26px}
.early-video,.early-motion{border-radius:24px;overflow:hidden;background:#020a18;position:relative;min-height:430px;border:1px solid rgba(255,255,255,.12)}
.early-video video,.early-motion video{width:100%;height:100%;min-height:430px;object-fit:cover;background:#000}
.early-motion video{object-fit:contain;padding:18px}
.early-video-label{position:absolute;left:16px;right:16px;bottom:16px;border-radius:15px;background:rgba(3,13,31,.84);backdrop-filter:blur(12px);padding:13px 15px;pointer-events:none}
.early-video-label span{font-size:9px;letter-spacing:.15em;color:var(--gold);font-weight:900}.early-video-label b{display:block;font-family:Georgia,serif;font-size:22px;margin-top:4px}
.early-motion-copy{position:absolute;left:18px;right:18px;top:18px;z-index:2}.early-motion-copy span{font-size:9px;letter-spacing:.15em;color:#9fb4d5;font-weight:900}.early-motion-copy b{display:block;font-family:Georgia,serif;font-size:27px;line-height:1.05;margin-top:5px}
.trust-platform-proof{display:flex;gap:9px;flex-wrap:wrap;margin-top:18px}.trust-platform-proof span{display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.05);border-radius:999px;padding:8px 11px;font-size:10px;color:#d7deea;font-weight:800}.trust-platform-proof img{height:16px;width:auto;max-width:65px;filter:brightness(0) invert(1)}
@media(max-width:980px){.trust-engine-head,.live-review-ribbon{grid-template-columns:1fr}.early-testimonial-layout{grid-template-columns:1fr}.early-video,.early-motion,.early-video video,.early-motion video{min-height:420px}.trustindex-fallback{grid-template-columns:1fr}.live-score-card{display:grid;grid-template-columns:auto 1fr;column-gap:18px;align-items:center}.live-score-card .live-score{font-size:54px}.live-score-card .live-kicker,.live-score-card .live-total{grid-column:2}.live-score-card .live-stars{grid-column:1;grid-row:2}}




/* V23 — construction-first hierarchy: compact trust, then back to the work */
.google-review-engine{
  background:linear-gradient(180deg,#fbfaf7 0%,#fff 45%,#fff 100%)!important;
  padding:34px 0 56px!important;
}
.platform-review-panel{
  max-width:1180px!important;
  padding:15px 18px 16px!important;
  border-radius:15px!important;
  background:rgba(255,255,255,.82)!important;
  box-shadow:0 12px 32px rgba(6,20,47,.035)!important;
}
.platform-review-panel .review-eyebrow{
  font-size:8.5px!important;
  letter-spacing:.19em!important;
}
.platform-review-panel h2{
  font-size:17px!important;
  margin:4px 0 13px!important;
  letter-spacing:-.015em!important;
}
.platform-review-grid{gap:8px!important}
.platform-review-card{
  min-height:74px!important;
  padding:9px 8px!important;
  border-radius:10px!important;
  gap:4px!important;
  box-shadow:none!important;
  background:#fffdf9!important;
}
.platform-review-card img{
  height:21px!important;
  max-width:96px!important;
}
.platform-review-card .platform-stars{
  font-size:12.5px!important;
  line-height:1!important;
}
.platform-review-card span{
  font-size:7.5px!important;
  letter-spacing:.1em!important;
}
.client-review-heading{
  padding:34px 0 18px!important;
}
.client-review-heading .review-eyebrow{
  font-size:9px!important;
  color:#9a7410!important;
}
.client-review-heading h2{
  font-family:Georgia,serif!important;
  text-transform:none!important;
  letter-spacing:-.025em!important;
  font-weight:500!important;
  font-size:clamp(32px,3.3vw,48px)!important;
  margin:5px 0 8px!important;
  color:#07152f!important;
}
.client-review-heading h2:after{
  width:72px!important;
  height:2px!important;
  background:#e0ad2f!important;
  margin:12px auto 0!important;
}
.client-review-heading p{
  font-size:13px!important;
  max-width:700px!important;
  color:#6d7480!important;
  margin-top:11px!important;
}
.review-carousel-shell{
  width:min(100% - 80px,1260px)!important;
  max-width:1260px!important;
  padding:0 30px!important;
}
.google-review-fallback{gap:12px!important}
.google-review-card{
  flex:0 0 calc((100% - 36px)/4)!important;
  min-width:220px!important;
  min-height:220px!important;
  padding:17px 16px 16px!important;
  border-radius:11px!important;
}
.review-person{
  grid-template-columns:38px 1fr 20px!important;
  gap:9px!important;
}
.review-avatar{
  width:38px!important;
  height:38px!important;
  font-size:15px!important;
}
.review-person b{font-size:13px!important}
.review-person small{font-size:10px!important}
.google-g{font-size:17px!important}
.review-stars-line{
  font-size:15px!important;
  margin:12px 0 10px!important;
}
.review-stars-line span{
  width:14px!important;
  height:14px!important;
  font-size:9px!important;
}
.google-review-card p{
  font-size:13px!important;
  line-height:1.42!important;
  -webkit-line-clamp:4!important;
  margin-bottom:10px!important;
}
.google-review-card a{font-size:10.5px!important}
.review-arrow{
  width:34px!important;
  height:34px!important;
  font-size:25px!important;
  background:#fff!important;
}
.review-section-cta{margin-top:18px!important}
.review-section-cta .btn{
  min-width:0!important;
  padding:12px 21px!important;
  font-size:11px!important;
  border-radius:999px!important;
}
.live-review-note{display:none!important}
.early-testimonial-layout{margin-top:42px!important}
@media(max-width:1100px){
  .review-carousel-shell{width:min(100% - 50px,1000px)!important}
  .google-review-card{flex-basis:calc((100% - 24px)/3)!important}
}
@media(max-width:760px){
  .google-review-engine{padding:26px 0 42px!important}
  .platform-review-panel{width:calc(100% - 22px)!important;padding:14px!important}
  .platform-review-grid{grid-template-columns:repeat(2,1fr)!important}
  .platform-review-card:last-child{grid-column:1/-1!important}
  .platform-review-card{min-height:68px!important}
  .client-review-heading{padding:28px 16px 16px!important}
  .client-review-heading h2{font-size:34px!important}
  .review-carousel-shell{width:100%!important;padding:0 24px!important}
  .google-review-card{flex-basis:78vw!important;min-width:245px!important;min-height:210px!important}
}



/* V24 — integrated trust rail + compact live reviews */
.google-review-engine{padding:22px 0 42px!important;background:#fbfaf7!important}
.platform-review-panel{max-width:1220px!important;padding:10px 16px!important;border-radius:18px!important;background:linear-gradient(90deg,#f7f3e9 0%,#fff 48%,#f1f7fb 100%)!important;border:1px solid rgba(7,21,47,.09)!important;box-shadow:none!important}
.platform-panel-intro{display:flex;align-items:center;justify-content:space-between;gap:22px;margin-bottom:8px;padding:0 4px}
.platform-panel-intro>div{display:flex;align-items:baseline;gap:14px;flex-wrap:wrap}
.platform-review-panel .review-eyebrow{font-size:7.5px!important;letter-spacing:.18em!important;color:#9c7410!important}
.platform-review-panel h2{font-size:14px!important;margin:0!important;color:#07152f!important;font-weight:800!important}
.platform-panel-intro>span{font-size:9px;color:#78808e;font-weight:700;letter-spacing:.03em}
.platform-review-grid{display:grid!important;grid-template-columns:repeat(5,1fr)!important;gap:0!important;border-top:1px solid rgba(7,21,47,.08)!important}
.platform-review-card{min-height:52px!important;padding:7px 12px!important;border:0!important;border-right:1px solid rgba(7,21,47,.08)!important;border-radius:0!important;box-shadow:none!important;background:transparent!important;display:grid!important;grid-template-columns:1fr auto!important;grid-template-rows:auto auto!important;align-items:center!important;column-gap:8px!important;row-gap:2px!important}
.platform-review-card:last-child{border-right:0!important}
.platform-review-card:hover{transform:none!important;background:rgba(255,255,255,.45)!important}
.platform-review-card img{height:18px!important;max-width:92px!important;grid-column:1!important;grid-row:1 / span 2!important;justify-self:start!important}
.platform-review-card .platform-stars{font-size:10.5px!important;letter-spacing:.04em!important;grid-column:2!important;grid-row:1!important;justify-self:end!important}
.platform-review-card span{font-size:7px!important;letter-spacing:.08em!important;grid-column:2!important;grid-row:2!important;justify-self:end!important;color:#6e7684!important;white-space:nowrap!important}
.client-review-heading{max-width:1220px!important;margin:0 auto!important;padding:24px 14px 14px!important;display:flex!important;align-items:end!important;justify-content:space-between!important;gap:30px!important;text-align:left!important}
.client-review-heading>div{min-width:0}
.client-review-heading .review-eyebrow{font-size:8px!important;margin-bottom:4px!important}
.client-review-heading h2{font-size:clamp(28px,2.7vw,40px)!important;line-height:1!important;margin:0!important}
.client-review-heading h2:after{display:none!important}
.client-review-heading p{font-size:12px!important;max-width:390px!important;margin:0!important;line-height:1.45!important;text-align:right!important}
.review-carousel-shell{width:min(100% - 56px,1320px)!important;max-width:1320px!important;padding:0 26px!important}
.google-review-fallback{gap:10px!important}
.google-review-card{flex:0 0 calc((100% - 40px)/5)!important;min-width:190px!important;min-height:184px!important;max-height:184px!important;padding:14px 13px!important;border-radius:10px!important}
.review-person{grid-template-columns:32px 1fr 18px!important;gap:8px!important}
.review-avatar{width:32px!important;height:32px!important;font-size:13px!important}
.review-person b{font-size:11.5px!important}.review-person small{font-size:8.5px!important}.google-g{font-size:15px!important}
.review-stars-line{font-size:13px!important;margin:9px 0 8px!important}.review-stars-line span{width:13px!important;height:13px!important;font-size:8px!important}
.google-review-card p{font-size:11.5px!important;line-height:1.38!important;-webkit-line-clamp:4!important;margin-bottom:7px!important}
.google-review-card a{font-size:9px!important}
.review-arrow{width:30px!important;height:30px!important;font-size:22px!important;box-shadow:0 6px 20px rgba(7,21,47,.08)!important}
.early-testimonial-layout{margin-top:30px!important}
@media(max-width:1100px){.google-review-card{flex-basis:calc((100% - 30px)/4)!important}.platform-panel-intro>span{display:none}}
@media(max-width:900px){.client-review-heading{align-items:flex-start!important;flex-direction:column!important;gap:8px!important}.client-review-heading p{text-align:left!important}.platform-review-grid{grid-template-columns:repeat(3,1fr)!important}.platform-review-card:nth-child(3){border-right:0!important}.platform-review-card:nth-child(n+4){border-top:1px solid rgba(7,21,47,.08)!important}.google-review-card{flex-basis:calc((100% - 20px)/3)!important}}
@media(max-width:620px){.google-review-engine{padding:16px 0 32px!important}.platform-review-panel{width:calc(100% - 24px)!important;padding:10px!important}.platform-panel-intro>div{gap:7px}.platform-review-panel h2{font-size:12px!important}.platform-review-grid{grid-template-columns:1fr 1fr!important}.platform-review-card{border-right:0!important;border-top:1px solid rgba(7,21,47,.08)!important}.platform-review-card:nth-child(odd){border-right:1px solid rgba(7,21,47,.08)!important}.client-review-heading{padding:20px 18px 12px!important}.client-review-heading h2{font-size:29px!important}.review-carousel-shell{width:100%!important;padding:0 22px!important}.google-review-card{flex-basis:76vw!important;min-width:236px!important;min-height:178px!important;max-height:178px!important}}



/* V16 — fix hero proof counter inheritance */
.hero-proof .proof-number{
  font-size:clamp(58px,4.6vw,78px)!important;
  line-height:.82!important;
  letter-spacing:-.055em!important;
  white-space:nowrap;
}
.hero-proof .proof-number .countup{
  display:inline!important;
  margin:0!important;
  color:inherit!important;
  font-size:inherit!important;
  line-height:inherit!important;
  font-weight:inherit!important;
  letter-spacing:inherit!important;
  text-transform:none!important;
}
.hero-proof .proof-stars{font-size:18px!important;margin-top:14px!important}
.hero-proof .proof-label{font-size:13px!important;line-height:1.25!important}
@media(max-width:620px){
  .hero-proof .proof-number{font-size:46px!important}
  .hero-proof .proof-stars{font-size:13px!important}
  .hero-proof .proof-label{font-size:10px!important}
}



/* V18 — Google-style live review engine */
.google-review-engine{background:#fff;padding:88px 0 108px;color:#111827}
.platform-review-panel{border:1px solid #e4e1da;border-radius:24px;padding:34px 32px 30px;box-shadow:0 24px 60px rgba(6,20,47,.07);background:#fff}
.review-eyebrow{text-align:center;color:#9a7410;font-weight:900}
.platform-review-panel h2{text-align:center;font-size:27px;margin:12px 0 30px;letter-spacing:-.025em}
.platform-review-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.platform-review-card{border:1px solid #e4e1da;border-radius:14px;min-height:126px;padding:18px 12px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;background:#fff;transition:.22s}
.platform-review-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(6,20,47,.08)}
.platform-review-card img{height:29px;max-width:112px;object-fit:contain}
.platform-review-card .platform-stars{color:#f7b500;font-size:17px;letter-spacing:1px}
.platform-review-card span{font-size:10px;letter-spacing:.13em;font-weight:900;color:#5f6368}
.client-review-heading{text-align:center;padding:58px 0 34px}
.client-review-heading h2{font-size:clamp(44px,5vw,72px);margin:10px 0 15px;line-height:1}
.client-review-heading p{font-size:16px;color:#747b86;max-width:670px;margin:0 auto;line-height:1.6}
.review-carousel-shell{position:relative;border:1px solid #e1e4e8;border-radius:20px;padding:22px 25px;background:#fff;box-shadow:0 20px 55px rgba(6,20,47,.06);overflow:hidden}
.google-review-fallback{display:flex;gap:15px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:0 0 5px;scrollbar-width:none}
.google-review-fallback::-webkit-scrollbar{display:none}
.google-review-card{flex:0 0 292px;min-height:248px;scroll-snap-align:start;background:#1b1b1b;color:#fff;border-radius:12px;padding:18px 18px 17px;display:flex;flex-direction:column}
.review-person{display:grid;grid-template-columns:42px 1fr 22px;gap:10px;align-items:center}
.review-avatar{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#8090a2;color:white;font-size:19px}.review-avatar.blue{background:#1595d3}.review-avatar.gray{background:#7d8994}.review-avatar.pink{background:#c8145a}.review-avatar.photo-avatar{background:#8c5b38}
.review-person b{display:block;font-size:14px}.review-person small{display:block;color:#a8a8a8;font-size:11px;margin-top:3px}.google-g{font-size:18px;font-weight:900;color:#4285f4}
.review-stars-line{color:#fbbc04;font-size:17px;letter-spacing:1px;margin:16px 0 11px}.review-stars-line span{display:inline-grid;place-items:center;width:15px;height:15px;border-radius:50%;font-size:9px;background:#4285f4;color:white;letter-spacing:0;vertical-align:2px;margin-left:4px}
.google-review-card p{font-size:14px;line-height:1.47;margin:0 0 14px;color:#f1f1f1;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.google-review-card a{color:#9a9a9a;font-size:12px;margin-top:auto}
.review-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:42px;height:42px;border:0;border-radius:50%;background:#1d1d1d;color:#fff;font-size:32px;line-height:1;cursor:pointer;box-shadow:0 8px 20px rgba(0,0,0,.15)}.review-arrow.prev{left:7px}.review-arrow.next{right:7px}
.live-review-note{text-align:center;color:#8a919c;font-size:11px;margin:13px 0 0}
.google-review-engine .early-testimonial-layout{margin-top:58px}
.google-review-engine .early-video,.google-review-engine .early-motion{box-shadow:0 24px 60px rgba(6,20,47,.14)}
@media(max-width:1000px){.platform-review-grid{grid-template-columns:repeat(3,1fr)}.platform-review-card:nth-child(4),.platform-review-card:nth-child(5){grid-column:auto}.google-review-card{flex-basis:280px}}
@media(max-width:700px){.google-review-engine{padding:66px 0 78px}.platform-review-panel{padding:26px 18px}.platform-review-grid{grid-template-columns:1fr 1fr}.platform-review-card:last-child{grid-column:1/-1}.client-review-heading{padding:46px 0 26px}.review-carousel-shell{padding:18px 14px}.google-review-card{flex-basis:84vw;min-height:235px}.review-arrow{width:36px;height:36px;font-size:27px}.review-arrow.prev{left:2px}.review-arrow.next{right:2px}}

/* V19 — tighter trust flow, readable testimonial labels, persistent conversion */
.google-review-engine{padding:58px 0 72px!important}
.platform-review-panel{padding:24px 26px 22px!important;border-radius:20px!important}
.platform-review-panel h2{font-size:23px!important;margin:8px 0 20px!important}
.platform-review-grid{gap:10px!important}
.platform-review-card{min-height:96px!important;padding:13px 10px!important}
.platform-review-card img{height:25px!important}
.platform-review-card .platform-stars{font-size:15px!important}
.client-review-heading{padding:38px 0 22px!important}
.client-review-heading h2{font-size:clamp(38px,4.4vw,60px)!important;margin:8px 0 10px!important}
.client-review-heading p{font-size:14px!important}
.review-carousel-shell{padding:16px 20px!important;border-radius:16px!important}
.google-review-card{flex-basis:270px!important;min-height:210px!important;padding:16px!important}
.google-review-card p{font-size:13px!important;-webkit-line-clamp:4!important}
.google-review-engine .early-testimonial-layout{margin-top:38px!important}
.early-testimonial-layout{gap:14px!important}
.early-video,.early-motion{min-height:390px!important}
.early-video video,.early-motion video{min-height:390px!important}
.early-video-label{left:14px!important;right:14px!important;bottom:14px!important;padding:12px 14px!important;background:rgba(3,13,31,.92)!important;border:1px solid rgba(255,255,255,.12)}
.early-video-label span{color:#f2bd36!important}
.early-video-label b{color:#fff!important;font-size:22px!important;line-height:1.08!important;text-shadow:0 2px 12px rgba(0,0,0,.35)}
.early-motion-copy b{color:#fff!important}
.live-review-note{display:none!important}
.metrics{margin-top:0!important}
.desktop-sticky-cta{position:fixed;z-index:70;left:50%;transform:translateX(-50%) translateY(110%);bottom:16px;width:min(920px,calc(100% - 40px));background:rgba(5,18,42,.95);border:1px solid rgba(255,255,255,.14);box-shadow:0 18px 55px rgba(0,0,0,.28);backdrop-filter:blur(16px);border-radius:18px;padding:9px 10px 9px 16px;display:flex;align-items:center;justify-content:space-between;gap:18px;transition:transform .35s ease;color:#fff}
.desktop-sticky-cta.show{transform:translateX(-50%) translateY(0)}
.sticky-trust{display:flex;align-items:center;gap:10px;font-size:12px;white-space:nowrap}.sticky-trust span{color:#f2bd36;letter-spacing:1px}.sticky-trust b{font-size:12px}
.sticky-actions{display:flex;gap:8px}.sticky-actions a{padding:12px 16px;border-radius:12px;font-size:12px;font-weight:900;white-space:nowrap}.sticky-call{border:1px solid rgba(255,255,255,.22);color:#fff}.sticky-estimate{background:#f2bd36;color:#101722}
@media(max-width:980px){.desktop-sticky-cta{display:none}.google-review-engine{padding:46px 0 58px!important}.early-video,.early-motion,.early-video video,.early-motion video{min-height:340px!important}}
@media(min-width:981px){body{padding-bottom:84px}}

/* V20 — integrated reputation system + phone privacy */
.google-review-engine{background:linear-gradient(180deg,#fbfaf6 0%,#f4f7fb 100%)!important;padding:54px 0 70px!important}
.platform-review-panel{background:linear-gradient(135deg,#07152f 0%,#0d2446 100%)!important;border:1px solid rgba(255,255,255,.1)!important;box-shadow:0 28px 70px rgba(5,18,42,.16)!important;padding:28px 30px 30px!important}
.platform-review-panel .review-eyebrow{color:#f0bd39!important}.platform-review-panel h2{color:#fff!important;font-family:Georgia,serif!important;font-weight:500!important;font-size:30px!important;margin:8px 0 24px!important}
.platform-review-grid{grid-template-columns:repeat(5,1fr)!important;gap:12px!important}
.platform-review-card{position:relative;overflow:hidden;min-height:112px!important;border-radius:16px!important;background:rgba(255,255,255,.94)!important;border:1px solid rgba(255,255,255,.35)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.8);padding:15px 12px!important}
.platform-review-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#f2bd36,#77b8df);opacity:.9}
.platform-review-card img{height:27px!important;max-width:125px!important;filter:saturate(.88) contrast(.96)}
.platform-review-card .platform-stars{font-size:16px!important;margin-top:2px}.platform-review-card span{font-size:9px!important;color:#536070!important}
.client-review-heading{padding:38px 0 20px!important}.client-review-heading h2{font-size:clamp(40px,4vw,58px)!important}.client-review-heading p{max-width:600px!important}
.review-carousel-shell{max-width:1260px;margin:0 auto;padding:14px 46px!important;border-radius:18px!important;background:#fff!important;box-shadow:0 18px 50px rgba(6,20,47,.08)!important}
.google-review-fallback{gap:12px!important}
.google-review-card{flex:0 0 calc((100% - 36px)/4)!important;min-width:245px!important;min-height:202px!important;border-radius:14px!important;padding:15px!important;background:#17191d!important}
.review-person{grid-template-columns:38px 1fr 18px!important}.review-avatar{width:38px!important;height:38px!important;font-size:16px!important}.review-person b{font-size:13px!important}.review-person small{font-size:10px!important}.review-stars-line{font-size:15px!important;margin:12px 0 9px!important}.google-review-card p{font-size:12.5px!important;line-height:1.45!important;-webkit-line-clamp:4!important}.google-review-card a{font-size:11px!important}
.review-arrow{width:36px!important;height:36px!important;font-size:27px!important}.review-arrow.prev{left:6px!important}.review-arrow.next{right:6px!important}
.trustindex-host iframe,.trustindex-host>div:not(.google-review-fallback){max-height:270px;overflow:hidden}
.desktop-sticky-cta{width:min(860px,calc(100% - 40px))!important}.sticky-call{min-width:112px;text-align:center}
@media(max-width:1100px){.google-review-card{flex-basis:calc((100% - 24px)/3)!important}.platform-review-grid{grid-template-columns:repeat(3,1fr)!important}.platform-review-card:nth-child(4),.platform-review-card:nth-child(5){grid-column:auto!important}}
@media(max-width:720px){.platform-review-grid{grid-template-columns:1fr 1fr!important}.platform-review-card:last-child{grid-column:1/-1!important}.platform-review-panel h2{font-size:24px!important}.review-carousel-shell{padding:12px 36px!important}.google-review-card{flex-basis:82vw!important;min-width:250px!important}}

/* V21 — cleaner live-review presentation based on Oro's current site */
.google-review-engine{background:#fff!important;padding:64px 0 78px!important}
.platform-review-panel{background:#fff!important;border:1px solid #e5e2da!important;box-shadow:0 18px 50px rgba(6,20,47,.055)!important;padding:20px 24px!important;border-radius:18px!important}
.platform-review-panel .review-eyebrow{color:#9a7410!important}.platform-review-panel h2{color:#101828!important;font-family:inherit!important;font-weight:800!important;font-size:23px!important;margin:6px 0 18px!important}
.platform-review-grid{gap:10px!important}.platform-review-card{min-height:88px!important;border-radius:12px!important;background:#fff!important;border:1px solid #e5e2da!important;box-shadow:none!important;padding:11px 9px!important}.platform-review-card:before{display:none!important}.platform-review-card img{height:24px!important;max-width:108px!important}.platform-review-card .platform-stars{font-size:14px!important}.platform-review-card span{font-size:8.5px!important}
.client-review-heading{padding:48px 0 24px!important}.client-review-heading .review-eyebrow{color:#9a7410!important}.client-review-heading h2{font-size:clamp(42px,4.5vw,64px)!important;margin:6px 0 12px!important}.client-review-heading p{font-size:14px!important;color:#6c7280!important}
.review-carousel-shell{max-width:1500px!important;padding:0 34px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}
.google-review-fallback{gap:14px!important;padding:0!important}
.google-review-card{flex:0 0 calc((100% - 56px)/5)!important;min-width:220px!important;min-height:238px!important;border-radius:12px!important;padding:18px!important;background:#181818!important}
.google-review-card p{font-size:13.5px!important;line-height:1.48!important;-webkit-line-clamp:5!important}.review-person b{font-size:13.5px!important}.review-person small{font-size:11px!important}.review-stars-line{font-size:16px!important;margin:14px 0 10px!important}.google-review-card a{font-size:11px!important}
.review-arrow{width:38px!important;height:38px!important;background:#f2f2f2!important;color:#161616!important;box-shadow:0 6px 18px rgba(0,0,0,.08)!important}.review-arrow.prev{left:0!important}.review-arrow.next{right:0!important}
.review-section-cta{text-align:center;margin:20px 0 0}.review-section-cta .btn{min-width:250px;justify-content:center}
@media(max-width:1250px){.google-review-card{flex-basis:calc((100% - 42px)/4)!important}}
@media(max-width:980px){.google-review-card{flex-basis:calc((100% - 28px)/3)!important}.platform-review-grid{grid-template-columns:repeat(3,1fr)!important}}
@media(max-width:720px){.google-review-card{flex-basis:82vw!important;min-width:250px!important}.platform-review-grid{grid-template-columns:1fr 1fr!important}.platform-review-card:last-child{grid-column:1/-1!important}.review-carousel-shell{padding:0 26px!important}}



/* V22 — preserve native review-platform identity; match Oro's proven live review layout */
.google-review-engine{background:#fff!important;padding:58px 0 82px!important}
.platform-review-panel{max-width:1420px!important;margin:0 auto!important;background:#fbfaf7!important;border:1px solid #e2ded4!important;box-shadow:0 16px 44px rgba(6,20,47,.045)!important;padding:22px 26px 24px!important;border-radius:18px!important}
.platform-review-panel .review-eyebrow{color:#9a7410!important;font-size:10px!important;letter-spacing:.2em!important}
.platform-review-panel h2{color:#101828!important;font-family:inherit!important;font-size:22px!important;font-weight:800!important;margin:6px 0 20px!important}
.platform-review-grid{display:grid!important;grid-template-columns:repeat(5,1fr)!important;gap:12px!important}
.platform-review-card{min-height:102px!important;background:#fff!important;border:1px solid #dedbd3!important;border-radius:12px!important;padding:14px 12px!important;box-shadow:0 5px 16px rgba(6,20,47,.025)!important;gap:7px!important;transition:transform .2s ease,box-shadow .2s ease!important}
.platform-review-card:before{display:none!important}
.platform-review-card:hover{transform:translateY(-2px)!important;box-shadow:0 10px 24px rgba(6,20,47,.07)!important}
.platform-review-card img{height:28px!important;max-width:124px!important;filter:none!important;opacity:1!important}
.platform-review-card .platform-stars{font-size:16px!important;color:#f9b400!important;letter-spacing:1px!important}
.platform-review-card span{font-size:9px!important;color:#5f6368!important;letter-spacing:.13em!important;font-weight:900!important}
.client-review-heading{padding:56px 0 27px!important;text-align:center!important}
.client-review-heading .review-eyebrow{font-size:11px!important;letter-spacing:.18em!important;color:#111!important}
.client-review-heading h2{font-family:inherit!important;text-transform:uppercase!important;letter-spacing:.035em!important;font-weight:800!important;font-size:clamp(32px,3.1vw,49px)!important;margin:9px 0 14px!important;color:#090b0f!important}
.client-review-heading h2:after{content:"";display:block;width:160px;height:3px;background:#111;margin:20px auto 0}
.client-review-heading p{font-size:15px!important;color:#555!important;max-width:820px!important;line-height:1.55!important}
.review-carousel-shell{width:min(100% - 60px,1550px)!important;max-width:1550px!important;margin:0 auto!important;padding:0 24px!important;border:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}
.google-review-fallback{display:flex!important;gap:16px!important;padding:0!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important}
.google-review-card{flex:0 0 calc((100% - 64px)/5)!important;min-width:235px!important;min-height:270px!important;background:#191919!important;border-radius:12px!important;padding:22px 20px 20px!important;box-shadow:none!important;scroll-snap-align:start!important}
.review-person{grid-template-columns:46px 1fr 24px!important;gap:11px!important}.review-avatar{width:46px!important;height:46px!important;font-size:18px!important}
.review-person b{font-size:15px!important;color:#fff!important}.review-person small{font-size:12px!important;color:#969696!important;margin-top:2px!important}.google-g{font-size:20px!important}
.review-stars-line{font-size:18px!important;margin:16px 0 13px!important;letter-spacing:1px!important}.review-stars-line span{width:16px!important;height:16px!important}
.google-review-card p{font-size:15px!important;line-height:1.45!important;color:#f1f1f1!important;-webkit-line-clamp:5!important;margin-bottom:14px!important}.google-review-card a{font-size:12px!important;color:#929292!important}
.review-arrow{width:38px!important;height:38px!important;background:#f1f1f1!important;color:#161616!important;border:1px solid #dedede!important;box-shadow:0 5px 14px rgba(0,0,0,.08)!important;font-size:29px!important}.review-arrow.prev{left:2px!important}.review-arrow.next{right:2px!important}
.review-section-cta{margin-top:24px!important}.review-section-cta .btn{min-width:270px!important}
@media(max-width:1280px){.google-review-card{flex-basis:calc((100% - 48px)/4)!important}}
@media(max-width:1000px){.platform-review-grid{grid-template-columns:repeat(3,1fr)!important}.google-review-card{flex-basis:calc((100% - 32px)/3)!important}}
@media(max-width:720px){.platform-review-grid{grid-template-columns:1fr 1fr!important}.platform-review-card:last-child{grid-column:1/-1!important}.review-carousel-shell{width:100%!important;padding:0 28px!important}.google-review-card{flex-basis:84vw!important;min-width:270px!important}.client-review-heading h2:after{width:110px!important}}



/* V25 — reset trust/review area: quiet, construction-first, closer to live-site review behavior */
.google-review-engine{
  padding:14px 0 30px!important;
  background:#fbfaf7!important;
}
.platform-review-panel{
  width:min(100% - 56px,1180px)!important;
  max-width:1180px!important;
  margin:0 auto!important;
  padding:12px 0 10px!important;
  border:0!important;
  border-top:1px solid rgba(7,21,47,.10)!important;
  border-bottom:1px solid rgba(7,21,47,.10)!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.platform-panel-intro{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0 0 9px!important;
  padding:0!important;
  min-height:0!important;
}
.platform-panel-intro>div{display:flex!important;align-items:center!important;gap:10px!important;flex-wrap:nowrap!important}
.platform-review-panel .review-eyebrow{font-size:7px!important;letter-spacing:.18em!important;color:#9a7410!important;white-space:nowrap!important}
.platform-review-panel h2{font-size:12px!important;line-height:1!important;margin:0!important;color:#172033!important;font-weight:800!important;white-space:nowrap!important}
.platform-panel-intro>span{display:none!important}
.platform-review-grid{
  display:grid!important;
  grid-template-columns:repeat(5,1fr)!important;
  gap:0!important;
  border:0!important;
  align-items:center!important;
}
.platform-review-card{
  min-height:54px!important;
  padding:5px 16px!important;
  border:0!important;
  border-right:1px solid rgba(7,21,47,.09)!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:transparent!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:5px!important;
  transition:opacity .2s ease!important;
}
.platform-review-card:last-child{border-right:0!important}
.platform-review-card:hover{transform:none!important;background:transparent!important;opacity:.72!important}
.platform-review-card img{height:20px!important;max-width:105px!important;width:auto!important;grid-column:auto!important;grid-row:auto!important;justify-self:auto!important;object-fit:contain!important}
.platform-review-card .platform-stars{font-size:9px!important;line-height:1!important;letter-spacing:.08em!important;color:#e0a91e!important;grid-column:auto!important;grid-row:auto!important;justify-self:auto!important}
.platform-review-card span{display:none!important}
.client-review-heading{
  max-width:1180px!important;
  margin:0 auto!important;
  padding:20px 18px 12px!important;
  display:block!important;
  text-align:center!important;
}
.client-review-heading .review-eyebrow{font-size:7.5px!important;letter-spacing:.17em!important;margin:0 0 5px!important;color:#9a7410!important}
.client-review-heading h2{
  font-family:Georgia,serif!important;
  text-transform:none!important;
  letter-spacing:-.02em!important;
  font-weight:500!important;
  font-size:clamp(27px,2.5vw,38px)!important;
  line-height:1!important;
  margin:0!important;
  color:#07152f!important;
}
.client-review-heading h2:after{display:none!important}
.client-review-heading p{font-size:11px!important;max-width:620px!important;margin:7px auto 0!important;line-height:1.4!important;text-align:center!important;color:#6c7280!important}
.review-carousel-shell{
  width:min(100% - 64px,1240px)!important;
  max-width:1240px!important;
  padding:0 26px!important;
  margin:0 auto!important;
}
.google-review-fallback{gap:10px!important}
.google-review-card{
  flex:0 0 calc((100% - 40px)/5)!important;
  min-width:190px!important;
  min-height:168px!important;
  max-height:168px!important;
  padding:13px 13px 12px!important;
  border-radius:10px!important;
  background:#181818!important;
  box-shadow:none!important;
}
.review-person{grid-template-columns:31px 1fr 17px!important;gap:8px!important}
.review-avatar{width:31px!important;height:31px!important;font-size:12px!important}
.review-person b{font-size:11px!important;line-height:1.05!important}.review-person small{font-size:8px!important}.google-g{font-size:14px!important}
.review-stars-line{font-size:12px!important;margin:8px 0 7px!important}.review-stars-line span{width:12px!important;height:12px!important;font-size:7px!important}
.google-review-card p{font-size:10.8px!important;line-height:1.36!important;-webkit-line-clamp:4!important;margin:0 0 6px!important}
.google-review-card a{font-size:8.5px!important;color:#888!important}
.review-arrow{width:29px!important;height:29px!important;font-size:21px!important;background:#fff!important;box-shadow:0 5px 18px rgba(7,21,47,.10)!important}
.review-arrow.prev{left:5px!important}.review-arrow.next{right:5px!important}
.review-section-cta{display:none!important}
/* Keep the floating CTA useful without covering the reviews */
.desktop-sticky-cta{
  left:auto!important;
  right:18px!important;
  transform:translateY(120%)!important;
  bottom:18px!important;
  width:auto!important;
  max-width:none!important;
  padding:7px!important;
  border-radius:14px!important;
  gap:0!important;
}
.desktop-sticky-cta.show{transform:translateY(0)!important}
.sticky-trust{display:none!important}
.sticky-actions{gap:6px!important}.sticky-actions a{padding:10px 13px!important;font-size:10px!important;border-radius:10px!important}.sticky-call{min-width:auto!important}
@media(max-width:1000px){
  .google-review-card{flex-basis:calc((100% - 30px)/4)!important}
  .platform-review-panel{width:calc(100% - 34px)!important}
  .review-carousel-shell{width:calc(100% - 28px)!important}
}
@media(max-width:760px){
  .google-review-engine{padding:10px 0 24px!important}
  .platform-panel-intro>div{flex-direction:column!important;gap:3px!important}
  .platform-review-panel h2{font-size:11px!important;white-space:normal!important;text-align:center!important}
  .platform-review-grid{grid-template-columns:repeat(5,minmax(66px,1fr))!important;overflow-x:auto!important;scrollbar-width:none!important}
  .platform-review-grid::-webkit-scrollbar{display:none!important}
  .platform-review-card{padding:5px 10px!important;min-height:48px!important}
  .platform-review-card img{height:17px!important;max-width:86px!important}
  .platform-review-card .platform-stars{font-size:8px!important}
  .client-review-heading{padding:17px 18px 10px!important}
  .client-review-heading h2{font-size:28px!important}
  .client-review-heading p{font-size:10px!important}
  .review-carousel-shell{width:100%!important;padding:0 22px!important}
  .google-review-card{flex-basis:76vw!important;min-width:235px!important;min-height:164px!important;max-height:164px!important}
  .desktop-sticky-cta{display:none!important}
}



/* V26 — continuously moving Google review ribbon */
.google-review-fallback{scroll-snap-type:none!important;scroll-behavior:auto!important;overscroll-behavior-x:contain!important}
.google-review-card{scroll-snap-align:none!important}
.review-carousel-shell:hover .google-review-card{will-change:transform}
@media (prefers-reduced-motion:reduce){.google-review-fallback{scroll-behavior:auto!important}}


/* WordPress integration helpers */
.oro-v26-shell{width:100vw;max-width:none;margin-left:calc(50% - 50vw);overflow:hidden}
body.oro-v26-active .entry-title,
body.oro-v26-active .et_post_meta_wrapper,
body.oro-v26-active .post-meta{display:none!important}
body.oro-v26-active #left-area{width:100%!important;padding:0!important}
body.oro-v26-active #sidebar{display:none!important}
body.oro-v26-active .container:before{display:none!important}
body.oro-v26-active #main-content .container{width:100%!important;max-width:none!important;padding:0!important}

/* V26.4 — final desktop hero proportions + premium top brand */
@media (min-width:1180px){
  .wrap{width:min(1440px,calc(100% - 72px))}
  .header{height:98px;background:linear-gradient(to bottom,rgba(3,14,35,.76) 0%,rgba(3,14,35,.36) 58%,transparent 100%)}
  .nav{gap:34px}
  .brand{gap:15px;min-width:330px}
  .brand img{width:82px;height:72px;object-fit:contain;filter:drop-shadow(0 4px 12px rgba(0,0,0,.16))}
  .brand span{font-size:17px;letter-spacing:.012em;font-weight:850;white-space:nowrap}
  .navlinks{gap:30px;font-size:14px}
  .navlinks .btn{padding:17px 25px;font-size:14px}
  .hero{height:100svh;min-height:820px}
  .hero-content{justify-content:center;padding-top:96px;padding-bottom:0;max-width:980px}
  .hero-kicker{font-size:13px;letter-spacing:.19em;margin-bottom:24px}
  .hero-kicker:before{width:48px}
  .hero h1{font-size:clamp(88px,7.4vw,126px);line-height:.88;max-width:900px;margin-bottom:28px}
  .hero p{font-size:clamp(20px,1.45vw,24px);line-height:1.48;max-width:790px;margin-bottom:32px}
  .hero-actions .btn{padding:18px 27px;font-size:15px}
  .hero-proof{right:32px;bottom:34px;grid-template-columns:repeat(2,minmax(245px,1fr));border-radius:25px}
  .proof{padding:25px 31px;min-width:245px}
  .hero-proof .proof-number{font-size:clamp(68px,4.8vw,84px)!important}
  .hero-proof .proof-stars{font-size:19px!important;margin-top:15px!important}
  .hero-proof .proof-label{font-size:13px!important}
  .license-chip{top:112px;right:22px;font-size:9.5px;padding:8px 12px}
}
@media (min-width:1500px){
  .wrap{width:min(1480px,calc(100% - 92px))}
  .brand img{width:88px;height:76px}
  .brand span{font-size:18px}
  .navlinks{font-size:14.5px;gap:32px}
  .hero-content{max-width:1030px}
  .hero h1{font-size:124px;max-width:930px}
  .hero p{font-size:23px;max-width:820px}
}
@media (min-width:1180px) and (max-height:850px){
  .hero{min-height:760px}
  .hero-content{padding-top:82px}
  .hero h1{font-size:clamp(78px,7vw,112px)}
  .hero p{font-size:20px}
  .hero-proof{bottom:24px}
}

/* V26.5 — lock premium desktop composition (left-aligned hero + stronger brand) */
@media (min-width:1180px){
  .hero-content.wrap{
    width:min(980px,calc(100% - 620px))!important;
    max-width:980px!important;
    margin-left:max(72px,calc((100vw - 1480px)/2))!important;
    margin-right:0!important;
    padding-left:0!important;
    padding-right:0!important;
  }
  .hero h1{
    font-size:clamp(96px,7.9vw,132px)!important;
    line-height:.86!important;
    max-width:920px!important;
    letter-spacing:-.045em!important;
  }
  .hero p{max-width:760px!important;font-size:21px!important}
  .brand img{width:96px!important;height:80px!important}
  .brand span{font-size:18px!important;letter-spacing:.01em!important}
  .header .wrap.nav{width:min(1480px,calc(100% - 92px))!important}
  .hero-proof{right:max(42px,calc((100vw - 1480px)/2))!important;bottom:34px!important}
}
@media (min-width:1500px){
  .hero-content.wrap{width:1000px!important;max-width:1000px!important}
  .hero h1{font-size:132px!important;max-width:940px!important}
  .brand img{width:102px!important;height:84px!important}
  .brand span{font-size:19px!important}
}
@media (min-width:1180px) and (max-width:1360px){
  .hero-content.wrap{width:720px!important;max-width:720px!important;margin-left:52px!important}
  .hero h1{font-size:92px!important}
  .hero p{font-size:19px!important;max-width:690px!important}
  .brand img{width:88px!important;height:74px!important}
  .brand span{font-size:17px!important}
}

/* V26.6 — final header/review polish */
@media (min-width:1180px){
  .brand{min-width:136px!important;gap:0!important;display:flex!important;align-items:center!important;justify-content:flex-start!important}
  .brand img{width:118px!important;height:92px!important;max-width:none!important;object-fit:contain!important;filter:drop-shadow(0 5px 16px rgba(0,0,0,.18))!important}
  .brand span{display:none!important}
  .header .wrap.nav{align-items:center!important}
}
@media (min-width:1500px){
  .brand{min-width:145px!important}
  .brand img{width:126px!important;height:96px!important}
}
@media (min-width:1180px) and (max-width:1360px){
  .brand{min-width:124px!important}
  .brand img{width:108px!important;height:86px!important}
}

/* Review platform proof: still compact, but logos are readable and premium */
.platform-review-panel{padding:15px 0 14px!important}
.platform-review-card{min-height:70px!important;padding:8px 18px!important;gap:7px!important}
.platform-review-card img{height:30px!important;max-width:136px!important}
.platform-review-card .platform-stars{font-size:13px!important;letter-spacing:.07em!important}
.platform-review-panel .review-eyebrow{font-size:8px!important}
.platform-review-panel h2{font-size:14px!important}

/* Trustindex-like continuous carousel: visible motion, no hover pause */
.google-review-fallback{overflow-x:hidden!important;scrollbar-width:none!important}
.google-review-fallback::-webkit-scrollbar{display:none!important}
.google-review-card{will-change:transform}
.review-carousel-shell{overflow:hidden!important}
.review-arrow{z-index:8!important}

@media(max-width:760px){
  .brand img{width:78px!important;height:65px!important}
  .brand span{display:none!important}
  .platform-review-card img{height:23px!important;max-width:104px!important}
  .platform-review-card .platform-stars{font-size:10px!important}
  .platform-review-card{min-height:60px!important;padding:7px 12px!important}
}

/* V26.7 — stronger standalone brand + readable proof logos + true Trustindex-style marquee */
@media (min-width:1180px){
  .header{height:104px!important}
  .header .wrap.nav{align-items:center!important}
  .brand{min-width:160px!important;width:160px!important;height:100px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;overflow:visible!important}
  .brand img{width:142px!important;height:100px!important;max-width:none!important;object-fit:contain!important;transform:translateY(1px)!important;filter:drop-shadow(0 7px 18px rgba(0,0,0,.24))!important}
  .navlinks{align-items:center!important}
}
@media (min-width:1500px){
  .brand{min-width:172px!important;width:172px!important}
  .brand img{width:152px!important;height:106px!important}
}
@media (min-width:1180px) and (max-width:1360px){
  .brand{min-width:148px!important;width:148px!important}
  .brand img{width:132px!important;height:94px!important}
}

/* Platform row stays compact, but the actual platform identities carry more weight. */
.platform-review-panel{padding:18px 0 17px!important}
.platform-review-grid{align-items:stretch!important}
.platform-review-card{min-height:82px!important;padding:10px 20px!important;gap:8px!important}
.platform-review-card img{height:36px!important;max-width:158px!important;width:auto!important;object-fit:contain!important}
.platform-review-card .platform-stars{font-size:15px!important;line-height:1!important;letter-spacing:.09em!important}
.platform-review-card span{font-size:8.5px!important;letter-spacing:.11em!important}
.platform-review-panel h2{font-size:16px!important;font-weight:800!important}
.platform-review-panel .review-eyebrow{font-size:8.5px!important}

/* The review ribbon is animated with transform instead of browser scrollLeft.
   This avoids Safari/WordPress scroll-snap conflicts and gives a true continuous marquee. */
.review-carousel-shell{overflow:hidden!important}
#reviewTrack.google-review-fallback{
  overflow:visible!important;
  scroll-snap-type:none!important;
  scroll-behavior:auto!important;
  will-change:transform!important;
  transform:translate3d(0,0,0);
}
#reviewTrack .google-review-card{scroll-snap-align:none!important;flex-shrink:0!important}

@media(max-width:760px){
  .brand{width:96px!important;min-width:96px!important;height:72px!important}
  .brand img{width:90px!important;height:70px!important}
  .platform-review-card img{height:28px!important;max-width:122px!important}
  .platform-review-card .platform-stars{font-size:12px!important}
  .platform-review-card{min-height:68px!important;padding:8px 12px!important}
}


/* V26.8 — real Trustindex widget integration */
.trustindex-live-shell{
  width:min(100% - 56px,1320px);
  margin:0 auto 34px;
  overflow:hidden;
}
.trustindex-host{
  width:100%;
  min-height:180px;
  display:block!important;
  overflow:hidden;
}
.trustindex-host > *{max-width:100%!important}
.trustindex-host iframe{width:100%!important;max-width:100%!important}
.trustindex-unavailable{
  min-height:150px;display:flex;align-items:center;justify-content:center;
  border:1px solid #e2e5e9;border-radius:18px;background:#fff;color:#667085;
  font:700 14px/1.4 Arial,sans-serif;
}
/* Do not let legacy handmade review-carousel styles affect the live Trustindex widget. */
.trustindex-live-shell .review-arrow,.trustindex-live-shell .google-review-fallback{display:none!important}
@media(max-width:720px){
  .trustindex-live-shell{width:calc(100% - 24px);margin-bottom:28px}
  .trustindex-host{min-height:165px}
}


/* V26.10 — final review polish: wider live Trustindex, larger headline, current Thumbtack identity */
.client-review-heading{
  max-width:1660px!important;
  width:min(calc(100% - 72px),1660px)!important;
  margin:0 auto!important;
  padding:34px 0 22px!important;
  display:block!important;
  text-align:center!important;
}
.client-review-heading .review-eyebrow{
  text-align:center!important;
  font-size:10px!important;
  letter-spacing:.18em!important;
  margin-bottom:8px!important;
}
.client-review-heading h2{
  font-size:clamp(48px,4vw,68px)!important;
  line-height:.98!important;
  letter-spacing:-.035em!important;
  text-align:center!important;
  margin:0 auto 10px!important;
}
.client-review-heading p{
  max-width:none!important;
  margin:0 auto!important;
  text-align:center!important;
  font-size:15px!important;
  line-height:1.4!important;
}
.trustindex-live-shell{
  width:min(calc(100% - 72px),1720px)!important;
  max-width:1720px!important;
  margin:0 auto 42px!important;
  overflow:visible!important;
}
.trustindex-host{
  width:100%!important;
  max-width:none!important;
  overflow:visible!important;
  min-height:245px!important;
}
.trustindex-host > *,
.trustindex-host .ti-widget,
.trustindex-host .ti-widget-container,
.trustindex-host .ti-reviews-container,
.trustindex-host .ti-reviews-container-wrapper{
  width:100%!important;
  max-width:none!important;
}
/* Keep the Trustindex's own motion/slider logic; only give it the wider stage it needs. */
.trustindex-host [class*="ti-review-item"]{
  min-height:240px!important;
}
.platform-review-card img[src*="thumbtack"]{
  height:38px!important;
  max-width:170px!important;
}
@media(max-width:1100px){
  .trustindex-live-shell{width:calc(100% - 40px)!important}
  .client-review-heading{width:calc(100% - 40px)!important}
  .client-review-heading h2{font-size:clamp(42px,5.5vw,58px)!important}
}
@media(max-width:720px){
  .client-review-heading{width:calc(100% - 28px)!important;padding:26px 0 16px!important}
  .client-review-heading h2{font-size:38px!important;line-height:1.02!important}
  .client-review-heading p{font-size:13px!important}
  .trustindex-live-shell{width:calc(100% - 20px)!important;margin-bottom:30px!important}
  .trustindex-host{min-height:220px!important}
  .platform-review-card img[src*="thumbtack"]{height:31px!important;max-width:138px!important}
}

/* V26.11 — approved trust-strip Thumbtack mark */
.platform-review-card img[src*="thumbtack"]{
  height:44px!important;
  width:auto!important;
  max-width:190px!important;
  object-fit:contain!important;
}
@media(max-width:900px){
  .platform-review-card img[src*="thumbtack"]{height:38px!important;max-width:165px!important}
}
@media(max-width:720px){
  .platform-review-card img[src*="thumbtack"]{height:34px!important;max-width:150px!important}
}

/* V26.12 — Thumbtack asset hard-replaced (new filename prevents stale browser/CDN cache) */
.platform-review-card img[src*="thumbtack-current"]{
  height:42px!important;
  max-width:185px!important;
  width:auto!important;
  object-fit:contain!important;
}
@media(max-width:900px){
  .platform-review-card img[src*="thumbtack-current"]{height:36px!important;max-width:160px!important}
}

/* V26.14 — mobile header cleanup only (desktop untouched) */
@media (max-width:760px){
  .header{height:68px!important}
  .header .wrap.nav{height:68px!important;align-items:center!important}
  .brand{width:74px!important;min-width:74px!important;height:62px!important;overflow:visible!important}
  .brand img{width:70px!important;height:58px!important;max-width:70px!important;object-fit:contain!important;transform:none!important;filter:drop-shadow(0 3px 8px rgba(0,0,0,.18))!important}
  .mobile-toggle{font-size:27px!important;line-height:1!important;padding:8px!important}

  /* Keep the license proof visible, but out of the stats/sticky CTA area. */
  .license-chip{top:78px!important;right:10px!important;bottom:auto!important;font-size:7.5px!important;padding:6px 9px!important;letter-spacing:.055em!important;white-space:nowrap!important}

  /* Give the sticky CTA its own space and keep hero stats readable above it. */
  .hero-proof{left:14px!important;right:14px!important;bottom:92px!important;grid-template-columns:1fr 1fr!important;border-radius:18px!important}
  .hero-proof .proof{padding:11px 13px!important}
  .hero-proof .proof-number{font-size:40px!important;line-height:.95!important}
  .hero-proof .proof-stars{font-size:11px!important;margin-top:7px!important}
  .hero-proof .proof-label{font-size:8.5px!important;line-height:1.2!important}

  .mobile-cta{bottom:10px!important;left:10px!important;right:10px!important;padding:7px!important;border-radius:16px!important}
  .mobile-cta a{padding:12px 8px!important;font-size:12px!important}
}
@media (max-width:390px){
  .brand{width:68px!important;min-width:68px!important;height:58px!important}
  .brand img{width:64px!important;height:54px!important;max-width:64px!important}
  .license-chip{font-size:7px!important;padding:5px 7px!important}
  .hero-proof{bottom:88px!important}
}
