/* New Landing Page CSS - Scoped to .page-home */
body.page-home{--bg:#080808;--text:#f6f6f6;--muted:#c7c7c7;--acc:#ff2d2d;--line:rgba(255,255,255,.09);--card:rgba(255,53,53,.26)}
.page-home :where(#app) *{box-sizing:border-box;margin:0;padding:0}
body.page-home{background:radial-gradient(circle at 50% -8%,#1a1a1a 0,#080808 48%);color:var(--text);font-family:Manrope,sans-serif;line-height:1.45;overflow-x:hidden}
.page-home h1,.page-home h2,.page-home h3,.page-home h4{font-family:Sora,sans-serif;line-height:1.12;letter-spacing:-.02em}
.page-home .container{width:min(1180px,92vw);margin:0 auto}
.page-home .accent{color:var(--acc)}
.page-home .btn{border:0;border-radius:10px;padding:.8rem 1.4rem;font-weight:700;font-size:.93rem;background:var(--acc);color:#fff;cursor:pointer;transition:.2s;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}
.page-home .btn:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(255,38,38,.28)}
.page-home .btn.out{background:transparent;border:1.4px solid var(--acc)}
.page-home .btn:focus-visible,.page-home .a-btn:focus-visible,.page-home .menu a:focus-visible,.page-home .social:focus-visible{outline:2px solid rgba(255,255,255,.6);outline-offset:3px}
.page-home .reveal{opacity:0;transform:translateY(24px);transition:opacity .68s ease,transform .68s ease}
.page-home .reveal.appear{opacity:1;transform:none}
.page-home .hero{position:relative;padding:1rem 0 0;overflow:hidden;border-bottom:1px solid var(--line);background-size:cover;background-position:center;background-repeat:no-repeat}
.page-home .hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 0% 80%,rgba(255,255,255,.1),transparent 48%),radial-gradient(circle at 100% 25%,rgba(255,255,255,.07),transparent 42%)}
.page-home .nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:.2rem}
.page-home .logo{font-family:Sora,sans-serif;font-size:2rem;font-weight:800;letter-spacing:-.04em;color:#fff;text-decoration:none;position:relative;line-height:1;padding-right:.3rem}
.page-home .logo:after{content:"";position:absolute;right:-.05rem;top:.15rem;width:.4rem;height:1.8rem;background:var(--acc);transform:skewX(-22deg);border-radius:2px}
.page-home .logo small{display:block;font-size:.55rem;letter-spacing:.23em;font-weight:700;margin-top:.15rem}
.page-home .logo-image-link{padding-right:0}
.page-home .logo-image-link:after{display:none}
.page-home .logo-image{display:block;height:34px;width:auto}
.page-home .menu{display:flex;flex-wrap:wrap;gap:.35rem;justify-content:center}
.page-home .menu a{color:#ececec;text-decoration:none;font-size:.92rem;padding:.42rem .76rem;border-radius:999px}
.page-home .menu a:hover{background:rgba(255,255,255,.08)}
.page-home .actions{display:flex;gap:.6rem}
.page-home .a-btn{padding:.62rem .95rem;border:1px solid var(--acc);color:#fff;border-radius:10px;text-decoration:none;font-size:.88rem;font-weight:800;display:inline-flex;align-items:center;justify-content:center}
.page-home .a-btn.fill{background:var(--acc)}
.page-home .hero-copy{margin:3.8rem auto .6rem;max-width:860px;text-align:center;position:relative;z-index:2}
.page-home .hero-copy h1{font-size:clamp(2.1rem,4.6vw,4rem);margin-bottom:.72rem}
.page-home .hero-copy h1,.page-home .hero-copy h1 strong{font-weight:500}
.page-home .hero-copy p{color:#cbcbcb;font-size:clamp(.95rem,1.45vw,1.2rem)}
.page-home .ctas{margin-top:1.55rem;display:flex;justify-content:center;gap:.85rem;flex-wrap:wrap}
.page-home .home-hero-image{margin:0;max-width:none;border-radius:0;overflow:hidden;border:none;box-shadow:none;position:relative;z-index:2;display:flex;justify-content:center;align-items:flex-end}
.page-home .home-hero-image img{width:min(50%,540px);max-width:100%;height:auto;display:block;object-fit:contain;object-position:center bottom;margin:0 auto;transform-origin:center bottom;will-change:transform}
.page-home .side{max-width:280px;color:#dfdfdf;font-size:1.03rem;line-height:1.3}
.page-home .side span{color:var(--acc);font-weight:800}
.page-home .side.l{margin-bottom:1rem}
.page-home .hero-side-texts{display:none}
.page-home .hero-side-texts-right{display:none}
.page-home .hero-rank-pill{display:none}
.page-home .hero-top-rated-pill{display:none}
.page-home .phone-stage{margin-top:2.2rem;position:relative;display:flex;justify-content:center;padding-bottom:4rem;z-index:2}
.page-home .wave{position:absolute;bottom:-.8rem;width:380px;height:260px;border-radius:999px;border:1px solid rgba(255,255,255,.22);opacity:.3}
.page-home .wave.l{left:-7rem;transform:rotate(-22deg)}
.page-home .wave.r{right:-7rem;transform:rotate(22deg)}
.page-home .wave:before,.page-home .wave:after{content:"";position:absolute;inset:18px;border-radius:999px;border:1px solid rgba(255,255,255,.24)}
.page-home .wave:after{inset:36px}
.page-home .phone{width:min(620px,92vw);height:355px;border-radius:44px;background:linear-gradient(160deg,#9d410f,#5f2607 45%,#251004);border:2px solid rgba(255,185,126,.28);box-shadow:0 28px 60px rgba(0,0,0,.52),inset -8px -18px 32px rgba(0,0,0,.35),inset 10px 16px 26px rgba(255,163,95,.24);position:relative;transform:perspective(1200px) rotateX(8deg);overflow:hidden;animation:none}
.page-home .phone:before{content:"";position:absolute;top:18px;left:50%;transform:translateX(-50%);width:138px;height:24px;border-radius:999px;background:#1a1a1a;z-index:2}
.page-home .phone:after{content:"";position:absolute;inset:22px;border-radius:30px;border:2px solid rgba(255,164,95,.3)}
.page-home .screen{position:absolute;inset:62px 24px 26px;border-radius:24px;background:radial-gradient(circle at 65% 20%,rgba(255,221,204,.6),transparent 40%),linear-gradient(155deg,#d77437,#9d4519 55%,#6f2b10);overflow:hidden}
.page-home .screen:before{content:"";position:absolute;left:-20%;top:-18%;width:82%;height:190%;background:linear-gradient(transparent,rgba(255,255,255,.24),transparent);transform:rotate(-18deg)}
.page-home .cam{position:absolute;left:28px;bottom:30px;width:138px;height:138px;border-radius:30px;background:linear-gradient(145deg,#842d12,#4f1607);border:1px solid rgba(255,171,115,.28)}
.page-home .lens{position:absolute;width:44px;height:44px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#3d5d58,#101a18 62%,#040404);border:2px solid rgba(255,190,128,.28)}
.page-home .l1{left:14px;top:14px}
.page-home .l2{right:14px;top:28px}
.page-home .l3{left:24px;bottom:14px}
.page-home .flash{position:absolute;right:18px;top:13px;width:20px;height:20px;border-radius:50%;background:radial-gradient(circle,#fff7dc 0,#ddb16f 80%)}
.page-home .note{position:absolute;z-index:4;padding:.7rem .95rem;border-radius:999px;background:rgba(120,120,120,.22);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.22);font-weight:600;font-size:.9rem}
.page-home .note.l{left:0;top:10.5rem}
.page-home .note.r{right:0;bottom:5.3rem}
.page-home .note b{color:#fff}
.page-home .trust{padding:3.3rem 0 3.4rem;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:radial-gradient(circle at 50% 0,rgba(255,255,255,.04),transparent 52%),#0a0a0a}
.page-home .title{text-align:center;font-size:clamp(2rem,4vw,3.3rem);margin-bottom:2rem}
.page-home .trust-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:2rem;align-items:center}
.page-home .stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin:0 1rem 0 0;padding:0;background:#000;border-radius:0}
.page-home .s-card{border-radius:18px;padding:1.5rem;min-height:140px;border:1px solid var(--card);background:linear-gradient(145deg,#9d1414 0%,#1a0404 60%,#000000 100%);display:flex;justify-content:space-between;align-items:center;position:relative;overflow:hidden}
.page-home .s-card h3{font-size:clamp(1.8rem,2.5vw,2.4rem);margin-bottom:.3rem;line-height:1}
.page-home .s-content{position:relative;z-index:2}
.page-home .s-img{width:60px;height:100px;object-fit:contain;position:relative;z-index:2;opacity:0.9}
.page-home .s-card p{color:#dbdbdb;font-size:.85rem;font-weight:600;line-height:1.3;max-width:120px}
.page-home .copy{padding:1rem 0;display:flex;flex-direction:column;gap:1.5rem;justify-content:center;background:none;border:none}
.page-home .copy p{font-size:1.05rem;line-height:1.6;color:#ccc}
.page-home .copy .btn{align-self:flex-start;background:#ff2d2d;color:#fff;font-weight:700;padding:1rem 2rem;border-radius:12px;font-size:1rem;margin-top:0.5rem}
.page-home .mid{text-align:center;margin-top:2.8rem}
.page-home .mid h2{color:var(--acc);font-size:clamp(1.9rem,4vw,3.2rem);font-weight:500}
.page-home .mid p{font-size:clamp(1.05rem,2vw,1.9rem)}
.page-home .solutions{padding:2rem 0 3.8rem}
.page-home .grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}
.page-home .grid-centered{grid-template-columns:repeat(3,minmax(0,1fr));max-width:75%;margin:1rem auto 0}
.page-home .card{border-radius:20px;border:1px solid var(--card);background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(5,5,5,.8));overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.page-home .img{height:165px;background-size:cover;background-position:center;position:relative}
.page-home .img:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(0,0,0,.8))}
.page-home .body{padding:.95rem .95rem 1.05rem}
.page-home .body h3{font-size:clamp(1.45rem,2.2vw,2.2rem);margin-top:-2.5rem;margin-bottom:.85rem;position:relative;z-index:2;text-shadow:0 10px 24px rgba(0,0,0,.72)}
.page-home .card-link{color:inherit;text-decoration:none}
.page-home .card-link:hover{text-decoration:underline}
.page-home .issues{list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}
.page-home .issues.one{grid-template-columns:1fr}
.page-home .issues li{font-weight:600;font-size:.9rem;display:flex;align-items:center;gap:.45rem}
.page-home .issues li:before{content:"";width:14px;height:14px;border-radius:50%;border:2px solid #e7e7e7;display:inline-block;box-shadow:inset 0 0 0 2px #080808;flex-shrink:0}
.page-home .span2{grid-column:span 2}
.page-home .brands{padding:1.3rem 0 1rem;border-top:1px solid var(--line)}
.page-home .brands h2{text-align:center;font-size:clamp(1.8rem,3vw,2.6rem);margin-bottom:1.5rem;font-weight:500}
.page-home .brand-scene{position:relative}
.page-home .brand-stage{position:relative;width:100%;height:485px;display:flex;align-items:center;justify-content:center;margin:0 auto 2.4rem;overflow:hidden}
.page-home .brand-carousel-outer{position:absolute;inset:0;overflow:hidden;display:flex;align-items:center}
.page-home .brand-carousel-outer:before,.page-home .brand-carousel-outer:after{content:"";position:absolute;top:0;bottom:0;width:220px;z-index:6;pointer-events:none}
.page-home .brand-carousel-outer:before{left:0;background:linear-gradient(to right,#070707,transparent)}
.page-home .brand-carousel-outer:after{right:0;background:linear-gradient(to left,#070707,transparent)}
.page-home .brand-carousel-track{display:flex;align-items:center;will-change:transform}
.page-home .brand-logo-card{width:76px;height:76px;border-radius:18px;background:#131313;border:1px solid #252525;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;overflow:hidden;transition:border-color .25s,box-shadow .25s,opacity .3s,transform .3s;cursor:default;margin-right:28px}
.page-home .brand-logo-card .brand-logo-image{width:56px;height:56px;object-fit:contain;pointer-events:none;display:block;filter:grayscale(1) contrast(1.1)}
.page-home .brand-logo-card.entering{border-color:#00aaff;box-shadow:0 0 28px rgba(0,170,255,.6);transform:scale(1.08)}
.page-home .brand-logo-card.gone{opacity:.18;transform:scale(.88);border-color:#1a1a1a;box-shadow:none}
.page-home .brand-phone-wrap{position:absolute;z-index:10;width:min(1100px,99vw);height:min(809px,96vh);left:50%;top:50%;transform:translate(-50%,-50%);pointer-events:none}
.page-home .brand-phone-wrap:before{content:"";position:absolute;inset:-10% -8%;background:radial-gradient(ellipse at 50% 48%,rgba(255,255,255,.08) 0,rgba(0,0,0,0) 58%),radial-gradient(ellipse at 58% 72%,rgba(0,0,0,.72) 0,rgba(0,0,0,0) 68%);z-index:1;pointer-events:none}
.page-home .brand-phone-surround{position:absolute;inset:0;z-index:5;display:flex;align-items:center;justify-content:center;pointer-events:none}
.page-home .brand-phone-surround-image{width:min(1100px,99vw);height:min(809px,96vh);object-fit:cover;object-position:center 55%;filter:drop-shadow(0 12px 50px rgba(0,0,0,.7));opacity:1;mix-blend-mode:multiply}
.page-home .brand-center-logo{--brand-center-x-offset:-9px;position:absolute;left:50%;top:50%;transform:translate(calc(-50% + var(--brand-center-x-offset)),-50%);z-index:6;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;pointer-events:none;opacity:0;transition:opacity .22s ease,transform .28s cubic-bezier(.22,1.5,.36,1)}
.page-home .brand-center-logo.enter{opacity:1;transform:translate(calc(-50% + var(--brand-center-x-offset)),-50%) scale(1)}
.page-home .brand-center-logo.exit{opacity:0;transform:translate(calc(-50% + var(--brand-center-x-offset)),-50%) scale(.6);transition:opacity .22s ease,transform .22s ease}
.page-home .brand-center-logo img{width:88px;height:88px;object-fit:contain;display:block;filter:drop-shadow(0 0 18px rgba(255,255,255,.6))}
.page-home .brand-center-logo span{font-size:11px;font-weight:700;letter-spacing:3px;color:#fff;text-transform:uppercase;text-shadow:0 0 12px rgba(255,255,255,.7)}

.page-home .brand-ghost{position:absolute;left:0;top:0;width:58px;height:58px;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:20;opacity:0}
.page-home .brand-ghost img{width:58px;height:58px;object-fit:contain;display:block}
.page-home .book-title{text-align:center;font-size:clamp(2rem,4vw,3.2rem);margin-bottom:2.2rem;font-weight:500}
.page-home .book{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.1rem}
.page-home .b-card{border:1px solid rgba(255,45,45,.26);border-radius:18px;overflow:hidden;background:linear-gradient(180deg,rgba(255,255,255,.015),rgba(0,0,0,.72));display:flex;flex-direction:column;min-height:460px;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.page-home .b-card img{height:180px;width:calc(100% - 1.6rem);margin:.8rem;border-radius:14px;object-fit:cover}
.page-home .b-body{padding:0 1rem 1rem;display:flex;flex-direction:column;gap:.6rem;height:100%}
.page-home .b-body h3{font-size:clamp(1.45rem,1.75vw,1.8rem);line-height:1.15;min-height:2.1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.page-home .b-body p{color:#d6d6d6;font-size:clamp(1rem,1.2vw,1.12rem);line-height:1.4;flex:1}
.page-home .b-body .btn{width:fit-content;margin-top:auto;padding:.72rem 1.15rem;font-size:.95rem}
.page-home .shop{padding:3.8rem 0 3rem}
.page-home .shop .title{font-size:clamp(1.9rem,3.8vw,3rem);margin-bottom:1.6rem;font-weight:500}
.page-home .shop-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.page-home .shop-grid-centered{grid-template-columns:repeat(2,minmax(0,1fr));max-width:66.66%;margin:1rem auto 0}
.page-home .shop-grid-centered .shop-card{align-items:center;text-align:center}
.page-home .shop-grid-centered .shop-card h3{width:100%;text-align:center !important;margin-left:auto;margin-right:auto}
.page-home .shop-grid-centered>.shop-card:nth-child(-n+2)>h3{width:100%;display:block;text-align:center !important;margin-left:auto;margin-right:auto}
.page-home .shop-grid-centered .shop-card p{width:100%;text-align:center}
.page-home .shop-grid-centered .shop-card .btn{align-self:center}
.page-home .shop-card{border-radius:18px;border:1px solid rgba(255,71,71,.26);padding:.86rem;background:linear-gradient(180deg,rgba(255,255,255,.025),rgba(0,0,0,.72));display:flex;flex-direction:column;gap:.8rem;min-height:390px;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.page-home .shop-card img{border-radius:10px;height:155px;width:100%;object-fit:cover}
.page-home .shop-card h3{font-size:clamp(1.32rem,1.8vw,1.9rem)}
.page-home .shop-card p{color:#d3d3d3;font-size:.95rem;flex-grow:1}
.page-home .shop-card .btn{width:fit-content}
.page-home .locations{padding:2.2rem 0 0;border-top:1px solid var(--line)}
.page-home .locations .title{margin-bottom:1.5rem}
.page-home .loc-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.95rem;margin-bottom:2.3rem}
.page-home .loc{border:1px solid var(--card);border-radius:16px;overflow:hidden;background:#111;box-shadow:0 16px 40px rgba(0,0,0,.35);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.page-home .loc img{width:100%;height:155px;object-fit:cover}
.page-home .loc-body{padding:.8rem}
.page-home .loc-name{font-size:1.68rem;margin-bottom:.55rem;display:flex;align-items:center;gap:.5rem}
.page-home .loc-name span{font-size:1rem;opacity:.84}
.page-home .loc .btn{width:100%;font-size:.9rem;padding:.72rem 1rem}
.page-home #app>footer{border-top:1px solid var(--line);background:radial-gradient(circle at 70% -40%,rgba(255,255,255,.06),transparent 52%),#0c0c0c;padding:3.5rem 0 2rem}
.page-home #app>footer a{color:inherit;text-decoration:none}
.page-home #app>footer a:hover{color:#fff;text-decoration:underline}
.page-home .f-grid{display:grid;grid-template-columns:1.25fr 0.5fr repeat(4,1fr);gap:2.5rem;padding-bottom:2.5rem}
.page-home .brand p{color:#d2d2d2;max-width:260px;font-size:1rem;line-height:1.5;margin-top:1rem}
.page-home .col h4{font-size:1rem;text-transform:uppercase;letter-spacing:.12em;margin-bottom:1.2rem;font-weight:600}
.page-home .col ul{list-style:none}
.page-home .col li{margin-bottom:.8rem;color:#c9c9c9;font-size:.95rem;line-height:1.4}
.page-home .f-bottom{padding-top:1.5rem;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:1.5rem;flex-wrap:wrap}
.page-home .f-bottom p{color:#bcbcbc;font-size:.88rem}
.page-home .socials{display:flex;gap:.45rem}
.page-home .social{width:34px;height:34px;border-radius:50%;border:1px solid rgba(255,255,255,.26);display:grid;place-items:center;color:#fff;font-weight:700;font-size:.86rem;text-decoration:none}
@keyframes phoneFloat{0%,100%{transform:perspective(1200px) rotateX(8deg) translateY(0)}50%{transform:perspective(1200px) rotateX(6deg) translateY(-10px)}}
@keyframes wavePulse{0%,100%{transform:scale(1) rotate(-22deg);opacity:.28}50%{transform:scale(1.06) rotate(-22deg);opacity:.5}}
@keyframes wavePulseR{0%,100%{transform:scale(1) rotate(22deg);opacity:.28}50%{transform:scale(1.06) rotate(22deg);opacity:.5}}
@keyframes tileBounceSoft{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}
@keyframes statTileBounce{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-10px) scale(1.01)}}
@keyframes solutionsTileBounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}
@keyframes promoBounceLeft{0%,100%{transform:translateY(0) translateX(0) scale(1)}50%{transform:translateY(-4px) translateX(1px) scale(1.005)}}
@keyframes promoBounceRight{0%,100%{transform:translateY(0) translateX(0) scale(1)}50%{transform:translateY(-4px) translateX(-1px) scale(1.005)}}
@keyframes brandScrollLeft{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

.page-home .wave{animation:none}
.page-home .card:hover,.page-home .b-card:hover,.page-home .shop-card:hover,.page-home .loc:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(0,0,0,.45);border-color:rgba(255,255,255,.18)}
.page-home .card:hover .img,.page-home .b-card:hover img,.page-home .shop-card:hover img,.page-home .loc:hover img{transform:scale(1.04)}
.page-home .img,.page-home .b-card img,.page-home .shop-card img,.page-home .loc img{transition:transform .35s ease}
.page-home .brand-logo-card:hover{transform:none;box-shadow:none;border-color:transparent}
.page-home .s-card{transition:transform .25s ease,box-shadow .25s ease}
.page-home .s-card:hover{transform:translateY(-4px);box-shadow:0 14px 28px rgba(0,0,0,.35)}
.page-home .phone-stage:hover .wave,
.page-home .phone-stage:focus-within .wave{animation:wavePulse 7s ease-in-out infinite}
.page-home .phone-stage:hover .wave.r,
.page-home .phone-stage:focus-within .wave.r{animation-name:wavePulseR}
.page-home .phone-stage:hover .phone,
.page-home .phone-stage:focus-within .phone{animation:phoneFloat 7s ease-in-out infinite}
.page-home .interactive-card{cursor:pointer}
.page-home .interactive-chip{cursor:pointer}
.page-home .interactive-card:focus-visible,.page-home .interactive-chip:focus-visible{outline:2px solid rgba(255,255,255,.7);outline-offset:3px}

.page-home .card,
.page-home .b-card,
.page-home .shop-card,
.page-home .loc,
.page-home .s-card,
.page-home .brand-logo-card{animation:none;will-change:transform}

.page-home .card:hover,
.page-home .b-card:hover,
.page-home .shop-card:hover,
.page-home .loc:hover,
.page-home .s-card:hover,
.page-home .brand-logo-card:hover,
.page-home .card:focus-within,
.page-home .b-card:focus-within,
.page-home .shop-card:focus-within,
.page-home .loc:focus-within,
.page-home .s-card:focus-within,
.page-home .brand-logo-card:focus-within{animation:none}

.page-home .grid .card:nth-child(1),.page-home .book .b-card:nth-child(1),.page-home .shop-grid .shop-card:nth-child(1),.page-home .loc-grid .loc:nth-child(1),.page-home .stats .s-card:nth-child(1){--tile-delay:0s}
.page-home .grid .card:nth-child(2),.page-home .book .b-card:nth-child(2),.page-home .shop-grid .shop-card:nth-child(2),.page-home .loc-grid .loc:nth-child(2),.page-home .stats .s-card:nth-child(2){--tile-delay:.12s}
.page-home .grid .card:nth-child(3),.page-home .book .b-card:nth-child(3),.page-home .shop-grid .shop-card:nth-child(3),.page-home .loc-grid .loc:nth-child(3),.page-home .stats .s-card:nth-child(3){--tile-delay:.24s}
.page-home .grid .card:nth-child(4),.page-home .shop-grid .shop-card:nth-child(4),.page-home .loc-grid .loc:nth-child(4),.page-home .stats .s-card:nth-child(4){--tile-delay:.36s}
.page-home .grid .card:nth-child(5),.page-home .shop-grid .shop-card:nth-child(5),.page-home .loc-grid .loc:nth-child(5){--tile-delay:.48s}
.page-home .grid .card:nth-child(6),.page-home .loc-grid .loc:nth-child(6){--tile-delay:.6s}
.page-home .grid .card:nth-child(7){--tile-delay:.72s}

.page-home .stats .s-card{
animation:none !important;
}

/* GlareHover effect for trust stat tiles */
.page-home .stats .s-card::before{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(
    -30deg,
    hsla(0,0%,0%,0) 60%,
    rgba(255,255,255,0.3) 70%,
    hsla(0,0%,0%,0),
    hsla(0,0%,0%,0) 100%
  );
  transition:800ms ease;
  background-size:300% 300%,100% 100%;
  background-repeat:no-repeat;
  background-position:-100% -100%,0 0;
  pointer-events:none;
  z-index:3;
}
.page-home .stats .s-card:hover::before{
  background-position:100% 100%,0 0;
}

/* Vibrate icon animation */
@keyframes vibrateRect{0%,100%{transform:rotate(0deg)}20%{transform:rotate(-5deg)}40%{transform:rotate(5deg)}60%{transform:rotate(-5deg)}80%{transform:rotate(5deg)}}
.page-home .vibrate-icon{color:#fff;overflow:visible}
.page-home .vibrate-rect{transform-origin:center;transform-box:fill-box;animation:vibrateRect .4s ease infinite}

/* SmileIcon animation for Happy Customers tile - slow continuous loop */
@keyframes smileFace{0%{transform:scale(1) rotate(0deg);stroke-width:2}30%{transform:scale(1.15) rotate(-3deg);stroke-width:2.5}60%{transform:scale(1.05) rotate(3deg);stroke-width:2.5}100%{transform:scale(1.1) rotate(0deg);stroke-width:2.5}}
@keyframes smileEye{0%{transform:scale(1);opacity:1}30%{transform:scale(1.5);opacity:1}60%{transform:scale(0.8);opacity:1}100%{transform:scale(1.2);opacity:1}}
@keyframes smileMouth{0%{d:path('M8 14s1.5 2 4 2 4-2 4-2');stroke-width:2;stroke-dashoffset:26}40%{d:path('M7 13.5s2.5 3.5 5 3.5 5-3.5 5-3.5');stroke-width:2.5;stroke-dashoffset:0}100%{d:path('M7 13.5s2.5 3.5 5 3.5 5-3.5 5-3.5');stroke-width:2.5;stroke-dashoffset:0}}
.page-home .smile-icon{color:#fff;overflow:visible}
.page-home .smile-face{transform-origin:center;transform-box:fill-box;animation:smileFace 3.2s ease-in-out infinite}
.page-home .smile-mouth{transform-origin:center;transform-box:fill-box;stroke-dasharray:26;animation:smileMouth 3.2s ease-in-out infinite}
.page-home .smile-eye{transform-origin:center;transform-box:fill-box;animation:smileEye 3.2s ease-in-out infinite}

/* UpvoteIcon animation for Google Reviews tile - slow continuous loop */
@keyframes upvoteThumb{0%,100%{transform:translateX(0) translateY(0) rotate(0deg)}50%{transform:translateX(-1px) translateY(-2px) rotate(-12deg)}}
.page-home .upvote-icon{color:#fff;overflow:visible;animation:upvoteThumb 3.2s ease-in-out infinite}

/* CpuIcon animation for Team of certified technicians tile - slow continuous loop */
@keyframes cpuYPin{0%,100%{transform:scaleY(1);opacity:1}50%{transform:scaleY(1.5);opacity:0.8}}
@keyframes cpuXPin{0%,100%{transform:scaleX(1);opacity:1}50%{transform:scaleX(1.5);opacity:0.8}}
.page-home .cpu-icon{color:#fff;overflow:visible}
.page-home .cpu-y-pin{transform-origin:center;transform-box:fill-box;animation:cpuYPin 1.6s ease-in-out infinite}
.page-home .cpu-x-pin{transform-origin:center;transform-box:fill-box;animation:cpuXPin 1.6s ease-in-out infinite}

.page-home .solutions .card{
animation:none !important;
}

.page-home .stats .s-card:hover,
.page-home .stats .s-card:focus-within{
animation:none !important;
}

.page-home .solutions .card:hover,
.page-home .solutions .card:focus-within{
animation:none !important;
}

.page-home .hero-side-texts,
.page-home .hero-rank-pill{
animation:promoBounceLeft 1.7s ease-in-out infinite;
}

.page-home .hero-side-texts-right,
.page-home .hero-top-rated-pill{
animation:promoBounceRight 1.7s ease-in-out infinite;
animation-delay:.28s;
}
/* ============================================
   MOBILE-FIRST RESPONSIVE DESIGN
   Base styles above are mobile-first
   ============================================ */

/* Mobile base: single column layouts, compact spacing */
/* SEO: .side and .note repositioned on mobile, not hidden */

/* Mobile: Reposition .side text below hero-copy instead of hiding */
.page-home .side{max-width:100%;text-align:center;font-size:.95rem}
.page-home .hero-side-texts{position:static;margin:1.5rem auto 0;padding:0 1rem}
.page-home .hero-side-texts-right{position:static;margin:1rem auto 0;padding:0 1rem}

/* Mobile: Reposition .note as inline badges instead of absolute */
.page-home .note{position:static;display:inline-block;margin:.5rem;padding:.6rem .85rem;font-size:.85rem}
.page-home .note.l,.page-home .note.r{position:static;left:auto;right:auto;top:auto;bottom:auto}

/* Mobile: Hide decorative .wave (no SEO content) */
.page-home .wave{display:none}

/* Mobile: Single column grids */
.page-home .phone{height:285px}
.page-home .screen{inset:56px 16px 18px}
.page-home .cam{width:108px;height:108px}
.page-home .lens{width:34px;height:34px}
.page-home .l1{left:12px;top:10px}
.page-home .l2{right:12px;top:22px}
.page-home .l3{left:18px;bottom:10px}
.page-home .stats,.page-home .grid,.page-home .book,.page-home .shop-grid,.page-home .loc-grid,.page-home .f-grid{grid-template-columns:1fr}
.page-home .brand-stage{height:420px}
.page-home .brand-phone-wrap{width:min(722px,100vw);height:584px}
.page-home .brand-phone-surround-image{width:min(722px,100vw);height:584px;object-position:center 56%;mix-blend-mode:multiply;opacity:1}
.page-home .brand-center-logo img{width:64px;height:64px}
.page-home .brand-carousel-outer:before,.page-home .brand-carousel-outer:after{width:90px}
.page-home .grid-centered{grid-template-columns:1fr;max-width:100%}
.page-home .shop-grid-centered{grid-template-columns:1fr;max-width:100%}
.page-home .issues{grid-template-columns:1fr}
.page-home .loc-name{font-size:1.43rem}
.page-home .ctas .btn{width:100%}
.page-home .trust-layout{grid-template-columns:1fr}
.page-home .nav{flex-wrap:wrap;justify-content:center}
.page-home .menu{order:3}

@media(max-width:760px){
.page-home .hero-copy{margin:2.2rem auto .6rem;padding:0 .35rem}
.page-home .hero-copy h1{font-size:clamp(1.65rem,8vw,2.4rem);line-height:1.2}
.page-home .hero-copy p{font-size:1rem}
.page-home .home-hero-image img{width:min(92%,460px)}
.page-home .copy .btn{width:100%;justify-content:center}
.page-home .logo-image{height:30px}
}

/* Tablet: 2-column grids (min-width mobile-first) */
@media(min-width:761px){
.page-home .phone{height:355px}
.page-home .screen{inset:62px 24px 26px}
.page-home .cam{width:138px;height:138px}
.page-home .lens{width:44px;height:44px}
.page-home .l1{left:14px;top:14px}
.page-home .l2{right:14px;top:28px}
.page-home .l3{left:24px;bottom:14px}
.page-home .grid,.page-home .shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.page-home .loc-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.page-home .book{grid-template-columns:repeat(2,minmax(0,1fr))}
.page-home .stats{grid-template-columns:repeat(2,minmax(0,1fr))}
.page-home .issues{grid-template-columns:repeat(2,minmax(0,1fr))}
.page-home .loc-name{font-size:1.68rem}
.page-home .ctas .btn{width:auto}
.page-home .f-grid{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:1.5rem}
.page-home .nav{flex-wrap:nowrap}
.page-home .menu{order:initial}
.page-home .shop-grid-centered{grid-template-columns:repeat(2,minmax(0,1fr));max-width:66.66%}
}

/* Desktop medium: 3-4 columns, restore .note absolute positioning */
@media(min-width:1041px){
.page-home .grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.page-home .book{grid-template-columns:repeat(3,minmax(0,1fr))}
.page-home .grid-centered{grid-template-columns:repeat(3,minmax(0,1fr));max-width:75%}
.page-home .shop-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.page-home .shop-grid-centered{grid-template-columns:repeat(2,minmax(0,1fr));max-width:66.66%;margin:1rem auto 0}
.page-home .trust-layout{grid-template-columns:minmax(320px,1.08fr) 1fr}
.page-home .f-grid{grid-template-columns:1.25fr 0.5fr repeat(4,1fr)}
/* Restore .note absolute positioning for desktop */
.page-home .note{position:absolute;margin:0}
.page-home .note.l{left:0;top:10.5rem}
.page-home .note.r{right:0;bottom:5.3rem}
}

/* Desktop large: Restore .side absolute positioning (with .wave visible) */
@media(min-width:1221px){
.page-home .side{text-align:left;font-size:1.03rem}
.page-home .side.l{margin-bottom:1rem}
.page-home .hero-side-texts{position:absolute;left:0;top:16rem;display:block;z-index:3;max-width:320px}
.page-home .hero-side-texts-right{position:absolute;right:0;bottom:6.2rem;display:block;z-index:3;max-width:380px}
.page-home .hero-rank-pill{position:absolute;left:0;top:23.7rem;width:420px;height:80px;display:flex;flex-direction:row;align-items:center;gap:14px;padding:16px 20px;background:rgba(249,249,249,.3);backdrop-filter:blur(29.8px);-webkit-backdrop-filter:blur(29.8px);border-radius:45px;text-decoration:none;z-index:2}
.page-home .hero-rank-pill-text{flex:1;min-width:0;height:26px;font-family:Manrope,sans-serif;font-style:normal;font-weight:700;font-size:20px;line-height:26px;display:flex;align-items:center;letter-spacing:.01em;color:#0D0D0D;white-space:nowrap}
.page-home .hero-rank-pill-icon{width:48px;height:48px;display:flex;justify-content:center;align-items:center;padding:0;border-radius:45px;background:#0D0D0D;flex:0 0 48px;box-sizing:border-box}
.page-home .hero-rank-pill-icon i{font-size:24px;line-height:1;color:#F9F9F9}
.page-home .hero-top-rated-pill{position:absolute;right:0;bottom:0;width:380px;height:80px;display:flex;flex-direction:row;align-items:center;gap:14px;padding:16px 20px;background:rgba(249,249,249,.3);backdrop-filter:blur(29.8px);-webkit-backdrop-filter:blur(29.8px);border-radius:45px;text-decoration:none;z-index:2}
.page-home .hero-top-rated-pill-icon{width:48px;height:48px;display:flex;justify-content:center;align-items:center;padding:0;border-radius:45px;background:#0D0D0D;flex:0 0 48px;box-sizing:border-box}
.page-home .hero-top-rated-pill-icon i{font-size:24px;line-height:1;color:#F9F9F9}
.page-home .hero-top-rated-pill-text{flex:1;min-width:0;height:26px;font-family:Manrope,sans-serif;font-style:normal;font-weight:700;font-size:18px;line-height:26px;display:flex;align-items:center;letter-spacing:.01em;color:#0D0D0D;white-space:nowrap}
.page-home .wave{display:block}
}

/* Accessibility: Remove animations for users who prefer reduced motion */
@media (prefers-reduced-motion: reduce){.page-home .reveal,.page-home .reveal.appear,.page-home .phone,.page-home .wave,.page-home .card,.page-home .b-card,.page-home .shop-card,.page-home .loc,.page-home .s-card,.page-home .brand-logo-card,.page-home .hero-side-texts,.page-home .hero-rank-pill,.page-home .hero-side-texts-right,.page-home .hero-top-rated-pill{transition:none;animation:none}.page-home .stats .s-card::before{transition:none}}

/* Touch devices: Disable hover effects */
@media (hover: none){.page-home .card:hover,.page-home .b-card:hover,.page-home .shop-card:hover,.page-home .loc:hover,.page-home .brand-logo-card:hover,.page-home .s-card:hover{transform:none;box-shadow:none}.page-home .stats .s-card:hover::before{background-position:-100% -100%,0 0}}

/* ---- Reviews section: dark theme override ---- */
.page-home section.reviews {
    background: #111111;
    padding: 3.5rem 0;
}

/* Root & background layers */
.page-home section.reviews .es-embed-root,
.page-home section.reviews .es-main-container,
.page-home section.reviews .es-widget-background-container,
.page-home section.reviews .es-widget-background-wrapper,
.page-home section.reviews .es-widget-background-content,
.page-home section.reviews .es-main-content,
.page-home section.reviews .es-background-container {
    background-color: #111111 !important;
    background: #111111 !important;
}

.page-home section.reviews .es-background-base {
    background-color: #111111 !important;
}

.page-home section.reviews .es-background-overlay {
    background-color: transparent !important;
}

/* Widget title "What Our Customers Say" */
.page-home section.reviews .es-widget-title-container,
.page-home section.reviews .es-widget-title * {
    color: #ffffff !important;
    background: transparent !important;
}

/* Header: Google logo text, rating number, review count */
.page-home section.reviews .es-header-info,
.page-home section.reviews .es-header-container,
.page-home section.reviews .es-header-component-top,
.page-home section.reviews .es-header-info *,
.page-home section.reviews .es-header-container *,
.page-home section.reviews .es-header-heading-container,
.page-home section.reviews .es-header-rating-container,
.page-home section.reviews .es-rating-container,
.page-home section.reviews .es-header-heading-text,
.page-home section.reviews .es-rating-value,
.page-home section.reviews .es-header-rating-reviews-count {
    background-color: #111111 !important;
    background: #111111 !important;
    color: #ffffff !important;
}

/* "Review us on Google" button */
.page-home section.reviews .es-header-write-review-button {
    color: #ffffff !important;
    border-color: #ffffff !important;
}

/* Review cards */
.page-home section.reviews .es-review-background-container,
.page-home section.reviews .es-review-container,
.page-home section.reviews .es-review-layout-classic {
    background-color: #1a1a1a !important;
    background: #1a1a1a !important;
    border-color: #2a2a2a !important;
}

/* Reviewer name */
.page-home section.reviews .es-review-author-name,
.page-home section.reviews .es-review-author-name * {
    color: #ffffff !important;
}

/* Date */
.page-home section.reviews .es-review-info-date,
.page-home section.reviews .es-review-info-info-block {
    color: #aaaaaa !important;
}

/* Review text */
.page-home section.reviews .es-review-content-text-container,
.page-home section.reviews .es-review-content,
.page-home section.reviews .es-text-shortener {
    color: #dddddd !important;
}

/* "Read more" link */
.page-home section.reviews .es-text-shortener-control {
    color: #e20613 !important;
}

/* Carousel arrows */
.page-home section.reviews .es-carousel-arrow-control {
    background-color: #2a2a2a !important;
    color: #ffffff !important;
    border-color: #3a3a3a !important;
}

.page-home section.reviews .es-carousel-arrow-control-icon {
    color: #ffffff !important;
    fill: #ffffff !important;
}

/* Bullet dots */
.page-home section.reviews .es-bullets-control-item {
    background-color: #3a3a3a !important;
}

.page-home section.reviews .es-bullets-control-item-active {
    background-color: #e20613 !important;
}

/* Hide Elfsight "Free Google Reviews Widget" branding badge */
.page-home section.reviews a[href*="elfsight.com"],
.page-home section.reviews .es-widget-background-content > a {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

/* ── Book Device page: form in hero card ─────────────────────────── */
.page-book-device .contact-hero {
    padding: 80px 0 60px;
}

.page-book-device .contact-hero-grid {
    grid-template-columns: 1fr 1.15fr;
    align-items: start;
    gap: 40px;
}

/* Hero card holds the full form — reduce default padding slightly */
.page-book-device .contact-hero-card {
    padding: 28px 32px 32px;
}

/* Tighter form rows inside hero card */
.page-book-device .contact-hero-card .contact-form .form-row {
    gap: 14px;
    margin-bottom: 14px;
}

.page-book-device .contact-hero-card .contact-form input,
.page-book-device .contact-hero-card .contact-form select,
.page-book-device .contact-hero-card .contact-form textarea {
    padding: 11px 14px;
    font-size: 14px;
}

.page-book-device .contact-hero-card .contact-form textarea {
    min-height: 90px;
}

.page-book-device .contact-hero-card .contact-form button[type="submit"] {
    width: 100%;
    margin-top: 4px;
}

/* Booking process section below — centered, constrained width */
.page-book-device .contact-form-section .booking-sidebar {
    max-width: 860px;
    margin: 0 auto;
}

/* Stats in 2×2 grid on wider viewports */
.page-book-device .booking-stats .stat-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}

.page-book-device .booking-stats .stat-row:last-child {
    margin-bottom: 0;
}

@media (max-width: 900px) {
    .page-book-device .contact-hero-grid {
        grid-template-columns: 1fr;
    }

    .page-book-device .contact-hero-card .contact-form .form-row {
        grid-template-columns: 1fr;
    }
}
