:root{--ink:#071327;--text:#26354c;--muted:#63728a;--line:#e3ebf5;--blue:#155eef;--sky:#edf8ff;--orange:#ff6b2c;--green:#10b981;--navy:#071327;--soft:#f8fbff;--shadow:0 22px 56px rgba(20,52,104,.14)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:86px}body{margin:0;background:#fff;color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit}img,svg,video{display:block;max-width:100%}.skip-link{position:absolute;left:14px;top:-44px;background:#fff;color:#000;padding:10px 12px;border-radius:10px;z-index:10000}.skip-link:focus{top:12px}.shell{width:min(1180px,calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:90;background:rgba(255,255,255,.88);border-bottom:1px solid var(--line);backdrop-filter:blur(18px)}.nav-shell{height:78px;display:flex;align-items:center;gap:22px}.brand{display:inline-flex;align-items:center;gap:12px;text-decoration:none;min-width:max-content}.brand-icon{width:48px;height:48px;border:1px solid var(--line);border-radius:50%;background:#fff;padding:6px;display:grid;place-items:center;overflow:hidden;box-shadow:0 8px 20px rgba(31,64,120,.12)}.brand-icon img{width:100%;height:100%;object-fit:contain}.brand strong{letter-spacing:.04em;color:var(--ink)}.brand small{display:block;color:var(--muted);font-size:.68rem;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.site-nav{display:flex;align-items:center;gap:4px;margin-left:auto}.site-nav>a,.site-nav button{border:0;background:transparent;color:var(--ink);text-decoration:none;font:inherit;font-weight:900;padding:11px 10px;border-radius:999px;cursor:pointer}.site-nav a:hover,.site-nav button:hover,.site-nav .is-active{background:#eef5ff}.nav-group{position:relative}.dropdown{position:absolute;top:calc(100% + 14px);left:-190px;width:760px;display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:14px;border:1px solid rgba(255,255,255,.7);border-radius:24px;background:linear-gradient(135deg,#0f4ab8,#2374f6 62%,#7c62ff);box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s ease}.nav-group:hover .dropdown,.nav-group:focus-within .dropdown{opacity:1;visibility:visible;transform:translateY(0)}.dropdown a{text-decoration:none;border:1px solid rgba(255,255,255,.26);border-radius:18px;padding:14px;color:#fff;background:rgba(255,255,255,.12)}.dropdown span{display:block;font-weight:950}.dropdown small{color:#eef6ff}.nav-actions{display:flex;gap:10px;align-items:center}.menu-btn{display:none;width:44px;height:44px;border:1px solid var(--line);border-radius:12px;background:#fff}.menu-btn span{display:block;width:20px;height:2px;background:#0b1220;margin:5px auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:45px;padding:12px 18px;border-radius:14px;border:1px solid rgba(20,36,60,.14);background:#fff;color:#0b1220;text-decoration:none;font-weight:950;cursor:pointer;transition:.2s ease}.btn:hover{transform:translateY(-2px);box-shadow:0 16px 38px rgba(31,64,120,.18)}.btn.orange{background:linear-gradient(135deg,#ff3838,#ff7e22);color:#fff;border:0}.btn.green{background:#10b981;color:#fff;border:0}.btn.white{background:#fff;color:#0b1220}.btn.ghost{background:#eef5ff}.btn.small{min-height:38px;padding:9px 12px;font-size:.9rem}.wa-mark{width:21px;height:21px;display:inline-grid;place-items:center}.wa-mark svg{fill:currentColor}h1,h2,h3{margin:0;color:var(--ink);line-height:1.07;letter-spacing:0}h1{font-size:4.1rem;max-width:13ch}h2{font-size:2.45rem}h3{font-size:1.2rem}p{margin:0 0 14px;color:var(--muted)}.lead{font-size:1.14rem;max-width:760px}.hero{position:relative;overflow:hidden;background:#fff;padding:82px 0 96px}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 16%,rgba(21,94,239,.13),transparent 30%),radial-gradient(circle at 88% 20%,rgba(255,107,44,.12),transparent 26%);pointer-events:none}.hero-grid{position:relative;display:grid;grid-template-columns:.95fr 1.05fr;gap:46px;align-items:center}.pill{display:inline-flex;width:max-content;max-width:100%;border:1px solid #cfe0ff;border-radius:999px;padding:8px 13px;background:#fff;color:#155eef;font-weight:950;font-size:.76rem;letter-spacing:.08em;text-transform:uppercase}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.hero-proof,.chip-row{display:flex;flex-wrap:wrap;gap:9px;margin-top:18px}.hero-proof span,.chip-row span{border:1px solid var(--line);border-radius:999px;padding:7px 11px;background:#fff;color:var(--text);font-weight:850;box-shadow:0 8px 22px rgba(31,64,120,.06)}.hero-visual{position:relative;min-height:460px;border-radius:32px;background:#f7fbff;overflow:hidden;box-shadow:var(--shadow)}.hero-visual img{width:100%;height:460px;object-fit:cover}.hero-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(7,19,39,.36),transparent 55%)}.hero-card{position:absolute;z-index:2;background:#fff;border:1px solid var(--line);border-radius:16px;padding:11px 14px;font-weight:950;color:var(--ink);box-shadow:0 14px 36px rgba(20,52,104,.18);animation:floaty 6s ease-in-out infinite}.hc1{left:20px;top:20px}.hc2{right:22px;top:46%}.hc3{left:26px;bottom:24px}@keyframes floaty{50%{transform:translateY(-8px)}}.section{padding:80px 0;background:#fff}.section.soft{background:#f8fbff}.section.accent{background:linear-gradient(135deg,#fff,#f3f8ff)}.section-head{max-width:850px;margin-bottom:30px}.kicker{color:#ff453f;font-weight:950;text-transform:uppercase;letter-spacing:.14em;font-size:.76rem;margin-bottom:12px}.split{display:grid;grid-template-columns:.95fr 1.05fr;gap:36px;align-items:center}.rounded-media{width:100%;border-radius:28px;box-shadow:var(--shadow)}.cards{display:grid;gap:18px}.cards.three{grid-template-columns:repeat(3,1fr)}.cards.four{grid-template-columns:repeat(4,1fr)}.cards article,.plan-card,.person-card,.blog-card,.map-block{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;box-shadow:0 10px 35px rgba(31,64,120,.08);transition:.2s ease}.cards article:hover,.plan-card:hover,.person-card:hover,.blog-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.motion-board,.check-grid,.sitemap-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.motion-board div,.check-grid span{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;font-weight:950;box-shadow:0 10px 30px rgba(31,64,120,.07)}.timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.timeline article{background:#fff;border:1px solid var(--line);border-radius:22px;padding:20px;box-shadow:0 10px 34px rgba(31,64,120,.08)}.timeline span{font-weight:950;color:#fff;background:#ff7a2f;border-radius:12px;padding:7px 10px;display:inline-block;margin-bottom:10px}.faq{display:grid;gap:12px}.faq div{background:#fff;color:var(--text);border-radius:20px;padding:18px;border:1px solid var(--line)}.faq button{all:unset;font-weight:950;color:var(--ink);cursor:pointer}.plans.three{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.plan-card{position:relative;border:2px solid #d8e7ff}.plan-card.featured{background:#0f4ab8;color:#fff;transform:translateY(-10px)}.plan-card.featured h3,.plan-card.featured p,.plan-card.featured li,.plan-card.featured strong{color:#fff}.plan-badge{position:absolute;top:0;left:50%;transform:translateX(-50%);background:#ff453f;color:#fff;padding:7px 12px;border-radius:0 0 10px 10px;font-weight:950;font-size:.78rem}.plan-icon{height:88px;display:grid;place-items:center;color:#155eef;font-weight:950}.plan-card strong{display:block;font-size:2rem;color:var(--ink);margin:8px 0}.team-grid,.blog-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.blog-grid{grid-template-columns:repeat(3,1fr)}.person-card img{width:86px;height:86px;border-radius:50%;object-fit:cover;margin-bottom:14px}.person-card strong{display:block;color:#155eef;margin-bottom:8px}.blog-card{overflow:hidden}.blog-card img{width:calc(100% + 48px);max-width:none;margin:-24px -24px 18px;height:180px;object-fit:cover}.blog-card a,.map-block a,.related-box a{display:block;color:#155eef;text-decoration:none;font-weight:900;margin:8px 0}.article{max-width:920px;margin:auto}.article h2{font-size:1.8rem;margin-top:34px}.article-lead{font-size:1.16rem;color:#31415e}.related-box{margin:34px 0;padding:24px;border-radius:22px;background:#f5f9ff;border:1px solid var(--line)}.form-shell{background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:var(--shadow)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-grid label{display:grid;gap:7px;font-weight:900}.form-grid .full{grid-column:1/-1}.hp{position:absolute;left:-9999px}input,select,textarea{width:100%;border:1px solid #dbe4f2;border-radius:14px;padding:13px;font:inherit}textarea{min-height:130px;resize:vertical}.form-status{min-height:22px;margin-top:10px;font-weight:900}.calculator{display:grid;gap:14px;background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px;box-shadow:var(--shadow)}.estimate{padding:16px;border-radius:16px;background:#eef5ff;font-weight:950}.cta-section{background:#071327}.cta-panel{border-radius:30px;background:linear-gradient(135deg,#0d4bb5,#2374f6 58%,#8061f7);color:#fff;padding:42px;display:flex;justify-content:space-between;gap:24px;align-items:center}.cta-panel h2,.cta-panel p{color:#fff}.site-footer{background:#071327;color:#fff;padding:62px 0 24px}.site-footer p,.site-footer a,.footer-bottom{color:#d7e6ff}.footer-grid{display:grid;grid-template-columns:1.3fr repeat(4,.8fr);gap:24px}.site-footer a{display:block;text-decoration:none;margin:8px 0}.site-footer h3{color:#fff}.footer-bottom{display:flex;justify-content:space-between;gap:18px;border-top:1px solid rgba(255,255,255,.16);margin-top:32px;padding-top:18px}.float-wa{position:fixed;right:18px;bottom:18px;z-index:80;width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:#10b981;color:#fff;box-shadow:0 18px 45px rgba(18,184,134,.38)}.float-wa .wa-mark{width:34px;height:34px}.brand-loader{display:none;position:fixed;inset:0;z-index:9999;place-items:center;background:radial-gradient(circle at 50% 36%,#183d91,#071327 62%,#030816)}html.intro-pending .brand-loader{display:grid}.loader-world{position:relative;width:min(920px,92vw);height:min(680px,86vh);display:grid;place-items:center;perspective:900px}.loader-core{text-align:center;z-index:5;animation:corePop 1.8s ease forwards}.loader-logo{width:300px;height:300px;border-radius:50%;background:#fff;display:grid;place-items:center;margin:auto;padding:38px;box-shadow:0 0 0 18px rgba(255,255,255,.08),0 35px 90px rgba(0,0,0,.28);animation:spinLogo .46s linear infinite}.loader-logo img{width:100%;height:100%;object-fit:contain}.loader-core strong{display:block;color:#fff;font-size:3.8rem;letter-spacing:.08em;margin-top:22px}.loader-core span{display:block;color:#dff1ff;font-size:1rem;font-weight:950;letter-spacing:.22em;text-transform:uppercase}.gadget,.code-line,.orbit,.rocket{position:absolute}.gadget{border:1px solid rgba(255,255,255,.28);border-radius:18px;background:rgba(255,255,255,.13);color:#fff;font-weight:950;padding:16px 18px;animation:flyIn 1.45s ease forwards}.g1{left:7%;top:20%}.g2{right:9%;top:18%}.g3{left:12%;bottom:18%}.g4{right:12%;bottom:22%}.code-line{color:#fff;font-weight:900}.c1{left:20%;top:42%}.c2{right:18%;top:48%}.c3{left:43%;bottom:10%}.orbit{border:1px solid rgba(255,255,255,.24);border-radius:50%;animation:orbit 1.25s linear infinite}.o1{width:560px;height:560px}.o2{width:690px;height:420px;transform:rotateX(62deg)}.o3{width:420px;height:690px;transform:rotateY(64deg)}.rocket{width:46px;height:92px;border-radius:28px 28px 12px 12px;background:linear-gradient(#fff,#ffd9c8);bottom:8%;left:50%;z-index:6;animation:rocketZoom 1.8s ease forwards}.rocket i{position:absolute;left:50%;bottom:-38px;width:24px;height:54px;transform:translateX(-50%);background:linear-gradient(var(--orange),transparent);border-radius:50%}@keyframes spinLogo{to{transform:rotate(360deg)}}@keyframes corePop{0%{transform:scale(.45);opacity:.2}100%{transform:scale(1.04)}}@keyframes flyIn{0%{transform:translate3d(0,80px,-260px) scale(.4);opacity:0}100%{transform:translate3d(0,0,0) scale(1);opacity:1}}@keyframes orbit{to{rotate:360deg}}@keyframes rocketZoom{0%,58%{transform:translateX(-50%) translateY(0) translateZ(0) rotate(-18deg);opacity:0}68%{opacity:1}100%{transform:translateX(-50%) translateY(-320px) translateZ(620px) scale(8) rotate(-18deg);opacity:0}}
@media(max-width:1120px){h1{font-size:3.45rem}h2{font-size:2.2rem}.hero-grid,.split{grid-template-columns:1fr}.team-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.timeline,.cards.four{grid-template-columns:repeat(2,1fr)}.dropdown{left:auto;right:0}}@media(max-width:860px){.shell{width:calc(100% - 28px)}.site-nav{position:fixed;top:78px;left:0;right:0;bottom:0;background:#fff;display:none;flex-direction:column;align-items:stretch;padding:18px;overflow:auto}.nav-open .site-nav{display:flex}.site-nav>a,.site-nav button{text-align:left;width:100%;padding:14px}.dropdown{position:static;width:100%;grid-template-columns:1fr;opacity:1;visibility:visible;transform:none;margin-top:6px}.menu-btn{display:block}.hide-sm{display:none}.cards.three,.cards.four,.plans.three,.blog-grid,.team-grid,.motion-board,.check-grid,.sitemap-grid,.timeline,.footer-grid,.form-grid{grid-template-columns:1fr}.plan-card.featured{transform:none}.cta-panel{display:block}.cta-panel .btn{margin-top:18px}.loader-logo{width:210px;height:210px;padding:28px}.loader-core strong{font-size:2.2rem}.gadget,.code-line{display:none}}@media(max-width:520px){h1{font-size:2.14rem}h2{font-size:1.72rem}.lead{font-size:1rem}.hero{padding:52px 0 70px}.hero-visual{min-height:340px}.hero-visual img{height:340px}.btn{width:100%}.nav-actions .btn{display:none}.brand small{display:none}.footer-bottom{display:block}.float-wa{width:54px;height:54px}.section{padding:66px 0}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.brand-loader{display:none!important}}

.hero-v7{min-height:calc(100vh - 78px);display:flex;align-items:center}.page-hero-v7{min-height:auto;padding:72px 0}.hero-copy h1{max-width:12.5ch}.hero-studio{position:relative;min-height:520px;border-radius:34px;background:linear-gradient(145deg,#f8fbff,#edf6ff);border:1px solid #dceaff;box-shadow:var(--shadow);overflow:hidden;isolation:isolate}.hero-studio:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 22% 18%,rgba(21,94,239,.18),transparent 24%),radial-gradient(circle at 86% 76%,rgba(255,107,44,.16),transparent 28%)}.browser-frame,.phone-frame,.studio-card,.interface-wall div{position:absolute;background:#fff;border:1px solid var(--line);box-shadow:0 18px 50px rgba(26,62,123,.16)}.browser-frame{left:8%;right:11%;top:13%;height:250px;border-radius:22px;padding:20px}.browser-frame span{display:inline-block;width:12px;height:12px;border-radius:50%;background:#ff6b2c;margin-right:6px}.browser-frame span:nth-child(2){background:#f5c542}.browser-frame span:nth-child(3){background:#10b981}.browser-frame strong{display:block;margin:18px 0 12px;color:var(--ink)}.wire{height:22px;border-radius:999px;background:linear-gradient(90deg,#155eef,#7c62ff,#ff6b2c);width:82%;animation:wireMove 4.5s linear infinite}.wire.small{width:56%;height:14px;background:#dbe8ff;margin-top:14px}.mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px}.mini-grid i{height:52px;border-radius:14px;background:#f2f7ff}.studio-card{z-index:4;border-radius:20px;padding:17px 18px;max-width:230px}.studio-card small{display:block;text-transform:uppercase;letter-spacing:.12em;color:#155eef;font-weight:950;font-size:.7rem}.studio-card strong{display:block;color:var(--ink);line-height:1.2}.float-a{animation:studioFloat 7s ease-in-out infinite}.float-b{right:5%;top:8%;animation:studioFloat 6s ease-in-out infinite reverse}.float-c{left:6%;bottom:10%;animation:studioFloat 8s ease-in-out infinite}.float-d{animation:studioFloat 7.5s ease-in-out infinite}.phone-frame{right:10%;bottom:9%;width:145px;height:250px;border-radius:30px;padding:18px}.phone-frame b{display:block;height:76px;border-radius:20px;background:linear-gradient(135deg,#155eef,#7c62ff);margin-bottom:14px}.phone-frame i{display:block;height:13px;border-radius:999px;background:#e9f0fb;margin:12px 0}.orbit-dot{position:absolute;border-radius:50%;background:#ff6b2c;box-shadow:0 0 0 12px rgba(255,107,44,.12)}.od1{width:18px;height:18px;left:16%;top:10%;animation:dotOrbit 9s linear infinite}.od2{width:14px;height:14px;right:18%;bottom:16%;background:#155eef;animation:dotOrbit 8s linear infinite reverse}.od3{width:10px;height:10px;left:48%;bottom:7%;background:#10b981;animation:dotOrbit 7s linear infinite}.media-studio img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(1.04) contrast(1.02)}.media-studio:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(7,19,39,.48),transparent 62%)}.media-card{position:relative;margin:0;border-radius:30px;overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--line);background:#fff}.media-card img{width:100%;height:470px;object-fit:cover}.media-card figcaption{position:absolute;left:18px;bottom:18px;background:#fff;border-radius:999px;padding:8px 13px;font-weight:950;color:var(--ink)}.media-split.flip>figure{order:-1}.cards.stack{grid-template-columns:1fr}.tilt-grid article:nth-child(1){transform:rotate(-1.2deg)}.tilt-grid article:nth-child(2){transform:translateY(14px)}.tilt-grid article:nth-child(3){transform:rotate(1.2deg)}.icon-cards article{position:relative;overflow:hidden}.icon-cards article:before{content:"";display:block;width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,#155eef,#7c62ff);margin-bottom:14px;box-shadow:0 12px 24px rgba(21,94,239,.22)}.hover-lift article:hover,.service-orbit article:hover{border-color:#bfd7ff}.motion-timeline article{position:relative;overflow:hidden}.motion-timeline article:after{content:"";position:absolute;inset:auto -30% 0 auto;width:120px;height:120px;border-radius:50%;background:rgba(21,94,239,.08);transition:.25s ease}.motion-timeline article:hover:after{transform:scale(1.4)}.animated-checks span{position:relative;overflow:hidden}.animated-checks span:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent,rgba(21,94,239,.12),transparent);transform:translateX(-100%);animation:sheen 4s infinite}.package-rail{display:grid;grid-template-columns:repeat(4,minmax(220px,1fr));gap:18px}.package-rail article{background:#fff;border:1px solid #dbe8ff;border-radius:24px;padding:24px;box-shadow:0 14px 42px rgba(31,64,120,.1);transition:.2s ease}.package-rail article:hover{transform:translateY(-7px)}.package-rail strong,.package-rail span{display:block}.package-rail strong{font-size:1.15rem;color:var(--ink)}.package-rail span{font-weight:950;color:#155eef;margin:8px 0}.interface-wall{position:relative;min-height:420px;border-radius:32px;background:linear-gradient(135deg,#f9fbff,#edf6ff);border:1px solid #dbe8ff;overflow:hidden}.interface-wall div{border-radius:22px}.interface-wall div:nth-child(1){width:58%;height:155px;left:7%;top:8%;animation:studioFloat 8s infinite}.interface-wall div:nth-child(2){width:38%;height:120px;right:8%;top:18%;background:linear-gradient(135deg,#155eef,#7c62ff);animation:studioFloat 6.5s infinite reverse}.interface-wall div:nth-child(3){width:44%;height:135px;left:14%;bottom:10%;background:#fff7ef;animation:studioFloat 7.5s infinite}.interface-wall div:nth-child(4){width:24%;height:240px;right:13%;bottom:8%;border-radius:30px;animation:studioFloat 8.2s infinite}.interface-wall div:nth-child(5){width:60px;height:60px;left:45%;top:42%;border-radius:50%;background:#10b981;animation:dotOrbit 7s infinite}.interface-wall div:nth-child(6){width:80px;height:18px;left:11%;top:52%;border-radius:999px;background:#ff6b2c;animation:wireMove 5s infinite}.marquee{overflow:hidden;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 12px 35px rgba(31,64,120,.08)}.marquee div{display:flex;width:max-content;animation:marquee 26s linear infinite}.marquee span{padding:18px 28px;font-weight:950;color:#155eef;white-space:nowrap}.video-frame{position:relative;overflow:hidden;border-radius:30px;min-height:390px;border:1px solid var(--line);box-shadow:var(--shadow);background:#071327}.video-frame video{width:100%;height:390px;object-fit:cover;opacity:.72}.video-overlay{position:absolute;left:22px;right:22px;bottom:22px;background:rgba(255,255,255,.92);border-radius:20px;padding:18px;color:var(--ink);backdrop-filter:blur(12px)}.video-overlay strong,.video-overlay span{display:block}.article-block{margin:34px 0;padding:26px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 10px 34px rgba(31,64,120,.07)}.reveal{opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s ease}.reveal.in-view,.in-view .reveal{opacity:1;transform:none}.section h2+p{max-width:790px}@keyframes studioFloat{50%{transform:translateY(-14px)}}@keyframes dotOrbit{50%{transform:translate(18px,-16px) scale(1.25)}}@keyframes wireMove{50%{filter:hue-rotate(55deg);transform:translateX(12px)}}@keyframes sheen{50%,100%{transform:translateX(100%)}}@keyframes marquee{to{transform:translateX(-50%)}}@media(max-width:980px){.hero-v7{min-height:auto}.hero-studio{min-height:430px}.package-rail{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:10px}.package-rail article{min-width:270px;scroll-snap-align:start}.media-split.flip>figure{order:0}.media-card img{height:360px}}@media(max-width:520px){.hero-studio{min-height:360px}.browser-frame{left:5%;right:5%;top:10%;height:205px}.phone-frame{width:110px;height:190px;right:7%;bottom:7%}.studio-card{max-width:190px;padding:13px}.float-b{top:auto;bottom:30%}.package-rail article{min-width:82vw}.video-frame,.video-frame video{min-height:300px;height:300px}.media-card img{height:300px}.tilt-grid article{transform:none!important}}

.site-nav .dropdown a:hover{background:rgba(255,255,255,.22);color:#fff;transform:translateY(-2px)}.site-nav .dropdown a:hover small,.site-nav .dropdown a:hover span{color:#fff}.variant-studio{background:linear-gradient(145deg,#ffffff,#eef6ff)}.dashboard-scene,.code-scene,.stack-scene,.commerce-scene,.layout-canvas{position:absolute;inset:54px 62px;border-radius:28px;background:#fff;border:1px solid var(--line);box-shadow:0 20px 60px rgba(26,62,123,.15);overflow:hidden}.dashboard-scene{display:grid;grid-template-columns:1.1fr .9fr;gap:14px;padding:22px}.dashboard-scene i,.dashboard-scene b{border-radius:18px;background:#edf4ff}.dashboard-scene i:first-child{grid-row:span 2;background:linear-gradient(135deg,#155eef,#7c62ff)}.dashboard-scene i:nth-child(2){background:#fff1e8}.dashboard-scene i:nth-child(3){background:#eafbf4}.dashboard-scene b{height:18px}.code-scene{background:#071327;color:#cfe9ff;padding:28px;font-family:ui-monospace,monospace;display:grid;gap:16px}.code-scene span{display:block;padding:12px 14px;border-radius:14px;background:rgba(255,255,255,.08);animation:codePulse 4s ease-in-out infinite}.stack-scene{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding:28px;align-items:end}.stack-scene article{min-height:210px;border-radius:22px;background:linear-gradient(135deg,#eef5ff,#fff);border:1px solid #dbe8ff;padding:18px;display:flex;flex-direction:column;justify-content:flex-end;animation:studioFloat 7s ease-in-out infinite}.stack-scene article:nth-child(2){min-height:270px;animation-delay:.4s}.stack-scene article:nth-child(3){min-height:180px;animation-delay:.8s}.stack-scene strong{font-size:2rem;color:#155eef}.stack-scene span{font-weight:950;color:var(--ink)}.commerce-scene{display:grid;grid-template-columns:repeat(3,1fr) 130px;gap:14px;padding:24px}.commerce-scene div{border-radius:20px;background:linear-gradient(135deg,#fff7ef,#ffffff);border:1px solid #ffe0cd}.commerce-scene aside{border-radius:22px;background:#071327;padding:20px;display:grid;align-content:center;gap:14px}.commerce-scene b{height:18px;border-radius:999px;background:#fff}.layout-canvas{position:relative;inset:auto;min-height:370px;display:grid;place-items:center;background:linear-gradient(135deg,#f8fbff,#fff7ef)}.layout-canvas i{position:absolute;border-radius:22px;background:#fff;border:1px solid var(--line);box-shadow:0 18px 45px rgba(31,64,120,.12)}.layout-canvas i:nth-child(1){width:52%;height:120px;left:9%;top:12%;animation:studioFloat 7s infinite}.layout-canvas i:nth-child(2){width:36%;height:180px;right:10%;top:18%;background:linear-gradient(135deg,#155eef,#7c62ff);animation:studioFloat 8s infinite reverse}.layout-canvas i:nth-child(3){width:42%;height:90px;left:15%;bottom:14%;background:#fff7ef;animation:studioFloat 6s infinite}.layout-canvas i:nth-child(4){width:72px;height:72px;right:26%;bottom:12%;border-radius:50%;background:#10b981;animation:dotOrbit 8s infinite}.layout-canvas strong{z-index:2;background:#fff;border:1px solid var(--line);border-radius:999px;padding:12px 18px;box-shadow:0 12px 34px rgba(31,64,120,.12);color:var(--ink)}.package-section.landing-tone{background:#fff}.package-section.website-tone{background:#f8fbff}.package-section.care-tone{background:#fff}.detailed-plans .plan-card{overflow:hidden}.detailed-plans .plan-card:after{content:"";position:absolute;right:-45px;bottom:-45px;width:140px;height:140px;border-radius:50%;background:rgba(21,94,239,.08)}.detailed-plans .landing-tone,.plan-card.landing-tone{border-color:#ffd7c2}.plan-card.website-tone{border-color:#cfe0ff}.plan-card.care-tone{border-color:#bfead9}.plan-card.care-tone.featured{background:#078760}.blog-card.no-img{padding-top:20px}.blog-card.no-img .blog-visual{height:150px;border-radius:20px;margin-bottom:18px;background:linear-gradient(135deg,#eef5ff,#fff7ef);border:1px solid var(--line);display:grid;place-items:center;position:relative;overflow:hidden}.blog-visual:before,.blog-visual:after{content:"";position:absolute;border-radius:50%;background:rgba(21,94,239,.14)}.blog-visual:before{width:150px;height:150px;left:-40px;top:-40px}.blog-visual:after{width:110px;height:110px;right:-30px;bottom:-30px;background:rgba(255,107,44,.16)}.blog-visual span{z-index:2;font-weight:950;color:#155eef;text-transform:uppercase;letter-spacing:.14em}.premium-wall div:nth-child(2){background:linear-gradient(135deg,#ff6b2c,#ffd23f)}@keyframes codePulse{50%{transform:translateX(10px);background:rgba(255,255,255,.14)}}@media(max-width:860px){.dashboard-scene,.code-scene,.stack-scene,.commerce-scene{inset:30px}.commerce-scene{grid-template-columns:1fr 1fr}.commerce-scene aside{display:none}.layout-canvas{min-height:300px}}

.mini-grid i,.phone-frame b,.phone-frame i,.dashboard-scene i,.dashboard-scene b,.commerce-scene div,.commerce-scene b,.layout-canvas i em{display:grid;place-items:center;text-align:center;font-style:normal;font-weight:950;line-height:1.12}.mini-grid i{padding:8px;color:#155eef;font-size:.82rem}.phone-frame b{color:#fff;font-size:.86rem}.phone-frame i{height:28px;background:#e9f0fb;color:#334155;font-size:.72rem}.dashboard-scene i,.dashboard-scene b{padding:10px;color:#071327;font-size:.84rem}.dashboard-scene i:first-child{color:#fff}.dashboard-scene b{height:auto;min-height:54px}.commerce-scene div{color:#155eef;font-size:.86rem;font-weight:950}.commerce-scene b{height:32px;background:#fff;color:#071327;padding:6px 8px}.layout-canvas i{display:grid;place-items:center;padding:12px}.layout-canvas i em{position:relative;z-index:2;color:#071327}.layout-canvas i:nth-child(2) em,.layout-canvas i:nth-child(4) em{color:#fff}.interface-wall div{padding:16px;display:flex;flex-direction:column;justify-content:center;gap:5px;overflow:hidden}.interface-wall strong{color:#071327;font-size:.98rem;line-height:1.05}.interface-wall span{color:#63728a;font-size:.76rem;font-weight:850;line-height:1.2}.interface-wall div:nth-child(2) strong,.interface-wall div:nth-child(2) span{color:#fff}.interface-wall div:nth-child(5){width:155px;height:88px;border-radius:22px;left:41%;top:39%;background:#10b981}.interface-wall div:nth-child(5) strong,.interface-wall div:nth-child(5) span{color:#fff}.interface-wall div:nth-child(6){width:172px;height:78px;border-radius:22px;left:8%;top:51%;background:#ff6b2c}.interface-wall div:nth-child(6) strong,.interface-wall div:nth-child(6) span{color:#fff}.pricing-carousel .plan-card,.detailed-plans .plan-card{animation:planFloat 7s ease-in-out infinite}.pricing-carousel .plan-card:nth-child(2),.detailed-plans .plan-card:nth-child(2){animation-delay:.35s}.pricing-carousel .plan-card:nth-child(3),.detailed-plans .plan-card:nth-child(3){animation-delay:.7s}.plan-card ul{padding-left:20px;margin:18px 0;display:grid;gap:8px}.plan-card li{color:var(--text)}.plan-card.featured li{color:#fff}.plan-card li::marker{color:#10b981}.plan-card.featured li::marker{color:#ffd23f}.plan-card .btn{margin-top:auto}.skill-tags{display:inline-flex;margin-top:10px;border:1px solid #cfe0ff;background:#eef5ff;color:#155eef;border-radius:999px;padding:7px 10px;font-size:.78rem;font-weight:950}.showcase-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.showcase-grid .media-card img{height:330px}.about-wall div:nth-child(3),.case-wall div:nth-child(3){background:#fff8ef}.about-wall div:nth-child(4),.case-wall div:nth-child(4){background:#f1fff8}.custom-plus .interface-wall,.case-wall,.about-wall{box-shadow:0 16px 48px rgba(31,64,120,.1)}@keyframes planFloat{50%{transform:translateY(-8px)}}@media(max-width:860px){.showcase-grid{grid-template-columns:1fr}.interface-wall div:nth-child(n){position:static;width:auto;height:auto;min-height:78px;margin:12px}.interface-wall{display:grid;align-content:center;min-height:auto;padding:14px}.pricing-carousel .plan-card,.detailed-plans .plan-card{animation:none}}

.poster-card{display:flex;flex-direction:column;padding-top:58px;min-height:680px;background:linear-gradient(180deg,#fff,#fbfdff);overflow:hidden}.poster-card h3{padding-right:42px}.poster-card.featured{background:linear-gradient(160deg,#0f4ab8,#155eef 72%,#0b3a92)}.plan-badge{left:auto;right:-42px;top:24px;transform:rotate(38deg);width:158px;text-align:center;border-radius:0;padding:8px 12px;box-shadow:0 10px 22px rgba(255,69,63,.2);letter-spacing:.02em}.plan-card.tier-0{border-color:#ffd2bd}.plan-card.tier-1{border-color:#8db5ff}.plan-card.tier-2{border-color:#c7ddff}.plan-card.tier-2 .plan-badge{background:#0ea56f}.plan-card.care-tone.tier-2 .plan-badge{background:#0f766e}.plan-card strong{font-size:clamp(1.65rem,2.6vw,2.15rem)}.plan-card ul{font-size:.94rem}.pricing-carousel .poster-card{min-height:700px}.faq-section .split{align-items:start}.faq-scroll{height:390px;max-height:390px;overflow:auto;padding-right:8px;scrollbar-color:#155eef #eaf1ff;scrollbar-width:thin}.faq-scroll div{transition:.2s ease}.faq-scroll div:hover{transform:translateX(4px);border-color:#bcd6ff}.footer-trust{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:30px;padding:16px;border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12)}.footer-trust span{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.08);border-radius:999px;padding:8px 12px;color:#fff;font-weight:850;font-size:.8rem}.footer-trust svg{width:20px;height:20px;fill:#fff}.footer-trust i{display:inline-grid;place-items:center;min-width:32px;height:24px;border-radius:999px;background:#fff;color:#155eef;font-style:normal;font-size:.62rem;font-weight:950}.blog-count{display:inline-flex;margin:-2px 0 10px;border:1px solid #cfe0ff;background:#eef5ff;color:#155eef;border-radius:999px;padding:5px 9px;font-weight:950;font-size:.78rem}.blog-card img{filter:saturate(1.04) contrast(1.02)}.wall-v1 div:nth-child(1){left:auto;right:8%;top:7%}.wall-v1 div:nth-child(2){left:8%;right:auto;top:20%}.wall-v1 div:nth-child(3){left:auto;right:18%;bottom:12%;background:#eef5ff}.wall-v1 div:nth-child(4){left:10%;right:auto;bottom:8%;height:210px}.wall-v2{background:linear-gradient(135deg,#fff8ef,#f7fbff)}.wall-v2 div:nth-child(2){background:linear-gradient(135deg,#10b981,#155eef)}.wall-v2 div:nth-child(3){left:8%;bottom:8%;background:#f4f0ff}.wall-v2 div:nth-child(4){right:9%;top:42%;height:170px}.wall-v3{background:linear-gradient(135deg,#f9fbff,#f1fff8)}.wall-v3 div:nth-child(1){width:42%;height:190px}.wall-v3 div:nth-child(2){width:50%;height:132px}.wall-v3 div:nth-child(5){left:50%;top:48%;background:#155eef}.pricing-wall div:nth-child(1){background:#fff}.pricing-wall div:nth-child(2){background:linear-gradient(135deg,#155eef,#10b981)}.motion-timeline{grid-template-columns:repeat(4,1fr)}@media(max-width:1120px){.poster-card{min-height:auto}.motion-timeline{grid-template-columns:repeat(2,1fr)}}@media(max-width:860px){.plan-badge{right:-46px;top:20px;transform:rotate(38deg);width:152px;border-radius:0}.poster-card h3{padding-right:40px}.faq-scroll{height:420px;max-height:420px}.footer-trust span{width:100%;justify-content:flex-start}.motion-timeline{grid-template-columns:1fr}}

.plan-actions{display:grid;gap:10px;margin-top:auto}.plan-actions .btn{width:100%}.client-samples{background:linear-gradient(180deg,#fff,#f7fbff)}.sample-row-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin:30px 0 14px}.sample-row-head h3{font-size:1.45rem}.sample-row-head span{color:var(--muted);font-weight:850}.sample-track{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;padding:8px 2px 22px;scrollbar-color:#155eef #eaf1ff;scrollbar-width:thin}.client-sample-card{flex:0 0 min(430px,86vw);scroll-snap-align:start;position:relative;overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:0 14px 42px rgba(31,64,120,.09);transition:.22s ease}.client-sample-card:hover,.custom-care-card:hover{transform:translateY(-7px);box-shadow:var(--shadow)}.sample-browser{height:190px;margin:18px 18px 0;border-radius:20px;background:linear-gradient(135deg,#eaf2ff,#fff8ef);border:1px solid #dceaff;padding:16px;position:relative;overflow:hidden}.sample-browser:before{content:"";position:absolute;left:20px;right:20px;bottom:24px;height:76px;border-radius:18px;background:rgba(255,255,255,.72);box-shadow:0 18px 36px rgba(31,64,120,.1)}.sample-browser:after{content:"";position:absolute;right:24px;top:62px;width:110px;height:74px;border-radius:18px;background:linear-gradient(135deg,#155eef,#10b981);opacity:.9}.sample-browser span{width:10px;height:10px;border-radius:50%;background:#ff6b2c;display:inline-block;margin-right:5px}.sample-browser span:nth-child(2){background:#ffd23f}.sample-browser span:nth-child(3){background:#10b981}.sample-browser strong,.sample-browser i{position:relative;z-index:2;display:block;font-style:normal}.sample-browser strong{margin-top:28px;color:#071327;font-weight:950}.sample-browser i{color:#155eef;font-weight:900}.sample-meta{padding:20px 22px 24px}.sample-meta>span{display:inline-flex;margin-bottom:12px;border:1px solid #cfe0ff;background:#eef5ff;color:#155eef;border-radius:999px;padding:6px 10px;font-weight:950;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em}.sample-theme-1 .sample-browser{background:linear-gradient(135deg,#effbf6,#f7fbff)}.sample-theme-2 .sample-browser{background:linear-gradient(135deg,#fff7ed,#eef5ff)}.sample-theme-3 .sample-browser{background:linear-gradient(135deg,#f4f0ff,#fff)}.sample-theme-4 .sample-browser{background:linear-gradient(135deg,#e9f7ff,#fff8ef)}.custom-care-grid{align-items:stretch}.custom-care-card{position:relative}.custom-care-card strong{display:block;font-size:2rem;color:var(--ink);margin:8px 0 14px}.custom-care-card.featured strong,.custom-care-card.featured p,.custom-care-card.featured li{color:#fff}.sample-preview{background:linear-gradient(135deg,#fff,#f5f9ff)}.sample-preview.basic-sample{background:linear-gradient(135deg,#fff,#f9fcff)}.sample-preview.advanced-sample{background:linear-gradient(135deg,#f5f9ff,#fff8ef)}.sample-preview.premium-sample{background:linear-gradient(135deg,#fff,#f2f7ff 60%,#fff8ef)}.sample-preview h2{font-size:clamp(2.2rem,4vw,3.6rem);max-width:12ch}.sample-wall{min-height:430px}.sample-wall div:nth-child(1){background:#fff}.sample-wall div:nth-child(2){background:linear-gradient(135deg,#155eef,#6d5dfc)}.sample-wall div:nth-child(5){background:#10b981}.sample-form input,.sample-form textarea{background:#f8fbff;color:#334155}.sample-form .btn{width:max-content}.article-block{margin:32px 0}.article-block h2{font-size:1.75rem;margin-bottom:10px}@media(max-width:860px){.sample-row-head{display:block}.sample-form .btn{width:100%}.sample-wall{min-height:auto}}

@media(max-width:860px){.pricing-carousel,.detailed-plans{overflow:hidden}.poster-card .plan-badge{right:-46px;top:20px;left:auto;transform:rotate(38deg);width:152px;max-width:none;border-radius:0}.poster-card h3{padding-right:38px;margin-top:12px}}

.pro-blog-section{background:#fff}.article-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:34px;align-items:start}.article-sidebar{position:sticky;top:100px;border:1px solid var(--line);border-radius:24px;background:#fff;padding:20px;box-shadow:0 16px 42px rgba(31,64,120,.08)}.article-sidebar strong{display:block;color:var(--ink);font-size:1.05rem;margin-bottom:10px}.article-sidebar a:not(.btn){display:block;text-decoration:none;color:#334155;border-bottom:1px solid #edf3fb;padding:10px 0;font-weight:850;font-size:.9rem}.article-sidebar .btn{margin-top:16px;width:100%}.pro-article{max-width:none;background:#fff}.article-hero-media{margin:0 0 28px}.article-hero-media img{width:100%;max-height:500px;object-fit:cover}.article-hero-media figcaption{color:var(--muted);font-weight:850;margin-top:10px}.pro-article .article-lead{font-size:1.18rem;color:#334155;border-left:4px solid #155eef;padding:12px 0 12px 18px;background:#f8fbff;border-radius:0 16px 16px 0}.article-step{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,#ff6b2c,#ff453f);color:#fff;font-weight:950;margin-bottom:12px}.pro-article h2{font-size:clamp(1.55rem,2.4vw,2.15rem);margin:0 0 12px}.pro-article h3{font-size:1.13rem;margin:22px 0 8px;color:#155eef}.pro-article p{font-size:1.02rem;color:#3d4b63}.article-callout{border:1px solid #cfe0ff;border-radius:24px;background:linear-gradient(135deg,#f4f8ff,#fff);padding:26px}.related-box a{display:flex;align-items:flex-start;gap:10px;border:1px solid var(--line);border-radius:14px;padding:12px 14px;background:#fff;margin:10px 0}.related-box a span{display:inline-grid;place-items:center;min-width:30px;height:30px;border-radius:10px;background:#eef5ff;color:#155eef;font-weight:950}@media(max-width:980px){.article-layout{grid-template-columns:1fr}.article-sidebar{position:static;order:2}.pro-article{order:1}}@media(max-width:520px){.pro-article .article-lead{font-size:1rem}.article-block{margin:26px 0}.article-callout{padding:20px}.article-sidebar{padding:16px}}

.nav-actions{margin-left:auto}.menu-btn{place-items:center}.sample-carousel{position:relative;border:1px solid var(--line);border-radius:28px;background:linear-gradient(135deg,#fff,#f7fbff);box-shadow:0 16px 44px rgba(31,64,120,.08);padding:18px 76px;overflow:hidden}.sample-carousel-window{position:relative;min-height:340px}.client-sample-card.carousel-slide{display:none;width:100%;min-height:340px;grid-template-columns:1.05fr .95fr;gap:22px;align-items:center;padding:0;border:0;box-shadow:none;background:transparent}.client-sample-card.carousel-slide.is-active{display:grid;animation:sampleFade .45s ease}.sample-carousel .sample-browser{height:280px;margin:0}.sample-carousel .sample-meta{padding:8px 6px}.sample-carousel .sample-meta h3{font-size:1.8rem}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:48px;height:48px;border-radius:50%;border:1px solid #cfe0ff;background:#fff;color:#155eef;font-size:1.4rem;font-weight:950;cursor:pointer;box-shadow:0 12px 28px rgba(31,64,120,.14);transition:.2s ease}.carousel-arrow:hover{background:#155eef;color:#fff}.carousel-arrow.prev{left:18px}.carousel-arrow.next{right:18px}.custom-care-section{padding:64px 0}.custom-care-section .poster-card{min-height:430px;padding-top:54px}.custom-care-section .plan-card ul{display:none}.custom-scope-note{border:1px solid #cfe0ff;background:#eef5ff;color:#155eef;border-radius:16px;padding:12px 14px;font-weight:950;margin:12px 0 22px}.custom-care-section .featured .custom-scope-note{background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.32);color:#fff}.custom-care-section .plan-actions{margin-top:auto}@keyframes sampleFade{from{opacity:0;transform:translateX(18px)}to{opacity:1;transform:none}}@media(max-width:860px){.nav-shell{gap:12px}.brand{min-width:0}.brand strong{font-size:1.02rem}.nav-actions{margin-left:auto}.menu-btn{display:grid;width:54px;height:54px;border-radius:18px;flex:0 0 54px;z-index:130}.site-nav{z-index:125;box-shadow:0 26px 70px rgba(31,64,120,.2)}.nav-open .site-nav{display:flex}.sample-carousel{padding:64px 14px 18px}.sample-carousel-window{min-height:470px}.client-sample-card.carousel-slide.is-active{display:block}.sample-carousel .sample-browser{height:210px;margin:0 0 16px}.carousel-arrow{top:20px;transform:none}.carousel-arrow.prev{left:14px}.carousel-arrow.next{right:14px}.custom-care-section .poster-card{min-height:360px}.interface-wall{position:relative!important;display:block!important;min-height:340px!important;padding:0!important}.interface-wall div:nth-child(n){position:absolute!important;margin:0!important;min-height:auto!important}.interface-wall div:nth-child(1){width:58%!important;height:118px!important;left:6%!important;top:7%!important}.interface-wall div:nth-child(2){width:42%!important;height:100px!important;right:7%!important;top:20%!important}.interface-wall div:nth-child(3){width:50%!important;height:108px!important;left:9%!important;bottom:9%!important}.interface-wall div:nth-child(4){width:28%!important;height:188px!important;right:10%!important;bottom:8%!important}.interface-wall div:nth-child(5){width:118px!important;height:64px!important;left:42%!important;top:43%!important}.interface-wall div:nth-child(6){width:130px!important;height:54px!important;left:8%!important;top:50%!important}}@media(max-width:420px){.brand-icon{width:56px;height:56px}.brand small{display:none}.brand strong{font-size:1.06rem}.nav-shell{height:86px}.site-nav{top:86px}.hero-studio{min-height:320px}.interface-wall{min-height:310px!important}.sample-carousel-window{min-height:500px}}

.pro-team-grid{grid-template-columns:repeat(5,1fr);align-items:stretch}.pro-person{padding:0;overflow:hidden;border-radius:26px;background:linear-gradient(180deg,#fff,#fbfdff)}.person-photo{height:190px;background:linear-gradient(135deg,#eef5ff,#fff8ef);display:grid;place-items:center;position:relative;overflow:hidden}.person-photo:after{content:"";position:absolute;inset:auto -20% -42% -20%;height:82%;background:rgba(21,94,239,.08);border-radius:50%}.person-photo img{width:116px;height:116px;border-radius:50%;object-fit:cover;border:5px solid #fff;box-shadow:0 16px 34px rgba(31,64,120,.2);position:relative;z-index:1}.person-copy{padding:24px}.person-kicker{display:inline-flex;border:1px solid #cfe0ff;background:#eef5ff;color:#155eef;border-radius:999px;padding:6px 10px;font-size:.72rem;font-weight:950;text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px}.pro-person h3{font-size:1.45rem}.pro-person strong{color:#155eef;font-size:1rem}.process-timeline{grid-template-columns:repeat(4,1fr)}.process-timeline article{min-height:230px}.faq-hub-section .shell>p{max-width:860px}.faq-hub-group{margin-top:34px}.faq-hub-group h2{font-size:1.9rem;margin-bottom:16px}.faq-hub-list{grid-template-columns:repeat(2,1fr);display:grid}.faq-hub-list div{min-height:132px}.faq-hub-list button{display:block}.site-nav a[href*="#requirement-form"]{scroll-margin-top:100px}@media(max-width:1120px){.pro-team-grid{grid-template-columns:repeat(2,1fr)}.process-timeline{grid-template-columns:repeat(2,1fr)}}@media(max-width:860px){.pro-team-grid,.faq-hub-list{grid-template-columns:1fr}.person-photo{height:170px}.process-timeline{grid-template-columns:1fr}.process-timeline article{min-height:auto}.faq-hub-list div{min-height:auto}}

.dropdown{position:fixed;top:76px;left:50%;right:auto;width:min(1120px,calc(100vw - 32px));max-height:calc(100vh - 96px);overflow:auto;grid-template-columns:repeat(3,minmax(0,1fr));transform:translate(-50%,8px);background:linear-gradient(135deg,#0f4ab8,#2374f6 55%,#7c62ff);scrollbar-color:#fff rgba(255,255,255,.22);scrollbar-width:thin}.nav-group:hover .dropdown,.nav-group:focus-within .dropdown{transform:translate(-50%,0)}.dropdown a{min-height:88px;transition:.2s ease}.dropdown a:nth-child(6n+1){background:linear-gradient(135deg,#155eef,#6d5dfc)}.dropdown a:nth-child(6n+2){background:linear-gradient(135deg,#10b981,#0ea5e9)}.dropdown a:nth-child(6n+3){background:linear-gradient(135deg,#ff6b2c,#ff453f)}.dropdown a:nth-child(6n+4){background:linear-gradient(135deg,#7c3aed,#155eef)}.dropdown a:nth-child(6n+5){background:linear-gradient(135deg,#0f766e,#10b981)}.dropdown a:nth-child(6n){background:linear-gradient(135deg,#f59e0b,#ff6b2c)}.pay-header{background:linear-gradient(135deg,#155eef,#10b981);color:#fff;border:0}.payment-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:28px;align-items:start}.payment-card{border:1px solid var(--line);border-radius:28px;background:linear-gradient(135deg,#fff,#f4f8ff);box-shadow:var(--shadow);padding:28px}.upi-status{margin:18px 0;padding:14px;border:1px solid #cfe0ff;border-radius:18px;background:#eef5ff;color:#155eef;font-weight:950}.qr-box{display:grid;gap:10px;place-items:center;border:1px dashed #bfd7ff;border-radius:22px;background:#fff;padding:18px;margin:18px 0}.qr-box img{width:min(320px,100%);height:auto;object-fit:contain;border-radius:18px}.upi-actions{display:grid;grid-template-columns:1fr;gap:10px;margin:18px 0}.payment-note{font-size:.94rem;border-left:4px solid #ff6b2c;padding:10px 0 10px 14px;background:#fff7ef;border-radius:0 14px 14px 0}.payment-section .form-shell h2{margin-bottom:18px}.payment-section .form-status{font-weight:950;color:#155eef}@media(max-width:1180px){.dropdown{grid-template-columns:repeat(2,minmax(0,1fr));width:min(840px,calc(100vw - 28px))}.dropdown a{min-height:84px}}@media(max-width:1120px){.payment-grid{grid-template-columns:1fr}}@media(max-width:860px){.dropdown{position:static;top:auto;left:auto;width:100%;max-height:58vh;grid-template-columns:1fr;transform:none!important;margin-top:8px}.dropdown a{min-height:auto}.payment-card{padding:22px}.qr-box img{width:min(260px,100%)}}

.mobile-pay-link{display:none!important}.pay-header{white-space:nowrap;min-width:max-content;line-height:1}.payment-focus{display:grid;grid-template-columns:1fr;gap:22px;max-width:980px}.payment-focus .cards.three{margin-top:18px}.payment-direct-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.site-nav{max-width:100%}@media(max-width:860px){.site-header{backdrop-filter:none;-webkit-backdrop-filter:none}.mobile-pay-link{display:block!important;background:linear-gradient(135deg,#155eef,#10b981)!important;color:#fff!important}.site-nav{z-index:150!important;height:calc(100vh - 78px)!important;bottom:auto!important}.nav-open .site-nav{display:flex!important}.menu-btn{position:relative;z-index:170}.payment-direct-actions .btn{width:100%}}@media(max-width:520px){.pay-header{white-space:nowrap}.payment-focus{width:calc(100% - 28px)}}@media(max-width:420px){.site-nav{height:calc(100vh - 86px)!important}}

@media(max-width:860px){.site-nav .nav-group>.dropdown{display:none!important;opacity:0!important;visibility:hidden!important;max-height:none!important}.site-nav .nav-group.is-open>.dropdown{display:grid!important;opacity:1!important;visibility:visible!important}.site-nav .nav-group:hover>.dropdown,.site-nav .nav-group:focus-within>.dropdown{transform:none!important}.site-nav .nav-group>button:after{content:"+";float:right;font-weight:950}.site-nav .nav-group.is-open>button:after{content:"-"}.site-nav .dropdown a{margin:8px 0;min-height:72px!important}}

.currency-section{padding:46px 0;background:linear-gradient(135deg,#fff,#f7fbff)}.currency-panel{display:flex;align-items:center;justify-content:space-between;gap:22px;border:1px solid var(--line);border-radius:26px;background:#fff;box-shadow:0 16px 44px rgba(31,64,120,.08);padding:24px}.currency-panel h2{font-size:1.8rem}.currency-panel p{max-width:780px;margin-bottom:0}.currency-toggle{display:inline-flex;border:1px solid #cfe0ff;background:#eef5ff;border-radius:999px;padding:5px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.45)}.currency-toggle button{border:0;border-radius:999px;background:transparent;color:#155eef;font:inherit;font-weight:950;padding:11px 18px;cursor:pointer}.currency-toggle button.is-active{background:linear-gradient(135deg,#155eef,#10b981);color:#fff;box-shadow:0 10px 24px rgba(21,94,239,.22)}.plan-price,.money{transition:.16s ease}.money{display:inline-block;color:#155eef}.currency-flash{animation:currencyPulse .28s ease}@keyframes currencyPulse{50%{transform:scale(1.03);color:#10b981}}@media(max-width:860px){.currency-panel{display:block;padding:20px}.currency-panel h2{font-size:1.45rem}.currency-toggle{width:100%;margin-top:14px}.currency-toggle button{flex:1}}

.package-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:28px}.package-toolbar h2{max-width:980px}.package-toolbar p{max-width:820px;margin-bottom:0}.currency-toggle.compact{flex:0 0 auto;background:#fff;border-color:#d8e7ff;box-shadow:0 12px 30px rgba(31,64,120,.09)}.currency-toggle.compact button{padding:9px 15px;font-size:.92rem}@media(max-width:860px){.package-toolbar{display:block}.package-toolbar .currency-toggle{width:max-content;max-width:100%;margin-top:14px}.package-toolbar .currency-toggle button{flex:0 0 auto}.plans.three{margin-top:6px}}@media(max-width:420px){.package-toolbar .currency-toggle{width:100%}.package-toolbar .currency-toggle button{flex:1}}

.seo-link-cards article a,.seo-inline-links a{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border:1px solid #cfe0ff;background:#eef5ff;color:#155eef;border-radius:999px;padding:9px 12px;font-weight:950;margin-top:10px}.seo-link-cards article{overflow:hidden}.seo-link-cards article span{display:inline-flex;border:1px solid #cfe0ff;background:#f7fbff;color:#155eef;border-radius:999px;padding:6px 9px;font-size:.75rem;font-weight:950;margin-bottom:10px}.seo-inline-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.location-wall div:nth-child(2),.location-service-wall div:nth-child(2),.case-study-wall div:nth-child(2){background:linear-gradient(135deg,#155eef,#10b981)}.location-wall div:nth-child(5),.location-service-wall div:nth-child(5),.case-link-wall div:nth-child(5){background:#ff6b2c}.cluster-wall div:nth-child(3),.seo-wall div:nth-child(3){background:#fff8ef}.case-study-wall div:nth-child(4){background:#f4f0ff}@media(max-width:860px){.seo-inline-links a{width:100%}.seo-link-cards article a{width:100%}}

.home-luxe-hero{position:relative;overflow:hidden;padding:92px 0 104px;background:linear-gradient(135deg,#f8fbff 0%,#ffffff 42%,#fff7ef 100%)}.home-luxe-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 12% 18%,rgba(21,94,239,.16),transparent 28%),radial-gradient(circle at 82% 20%,rgba(16,185,129,.14),transparent 24%),linear-gradient(120deg,transparent 0 48%,rgba(21,94,239,.05) 48% 52%,transparent 52%);pointer-events:none}.home-hero-grid{position:relative;display:grid;grid-template-columns:.9fr 1.1fr;gap:54px;align-items:center}.home-hero-copy h1{font-size:clamp(3.1rem,5.7vw,6.2rem);max-width:12.4ch}.home-hero-copy .lead{font-size:1.18rem;max-width:680px;color:#3a4a63}.home-proof-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.home-proof-row span{border:1px solid #d9e7ff;background:rgba(255,255,255,.74);box-shadow:0 10px 28px rgba(31,64,120,.08);border-radius:999px;padding:9px 12px;font-weight:900;color:#25324a}.home-command-center{position:relative;min-height:560px;border-radius:42px;background:linear-gradient(145deg,#071327,#0e3c8a 54%,#135fd7);box-shadow:0 34px 90px rgba(17,50,103,.28);overflow:hidden;border:1px solid rgba(255,255,255,.22);isolation:isolate}.home-command-center:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 46%,rgba(255,255,255,.22),transparent 24%),radial-gradient(circle at 80% 18%,rgba(255,107,44,.34),transparent 24%),linear-gradient(135deg,rgba(255,255,255,.08),transparent 40%)}.command-panel{position:absolute;z-index:2;width:240px;min-height:118px;border:1px solid rgba(255,255,255,.28);border-radius:28px;background:rgba(255,255,255,.14);backdrop-filter:blur(18px);padding:22px;color:#fff;box-shadow:0 20px 58px rgba(0,0,0,.2);animation:homeFloat 8s ease-in-out infinite}.command-panel b,.command-panel span{display:block}.command-panel b{font-size:1.28rem;color:#fff}.command-panel span{color:#eaf4ff;font-weight:850}.panel-a{left:8%;top:11%}.panel-b{right:8%;top:20%;animation-delay:.4s}.panel-c{left:12%;bottom:16%;animation-delay:.8s}.panel-d{right:10%;bottom:11%;animation-delay:1.2s}.command-ring{position:absolute;z-index:1;inset:17%;border:1px solid rgba(255,255,255,.22);border-radius:50%;animation:homeSpin 18s linear infinite}.command-ring:before,.command-ring:after{content:"";position:absolute;border-radius:50%;background:#ff7a2f;box-shadow:0 0 0 14px rgba(255,122,47,.12)}.command-ring:before{width:20px;height:20px;left:16%;top:8%}.command-ring:after{width:16px;height:16px;right:10%;bottom:19%;background:#10b981}.command-core{position:absolute;z-index:3;left:50%;top:50%;transform:translate(-50%,-50%);width:170px;height:170px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#071327;font-weight:950;letter-spacing:.12em;box-shadow:0 30px 70px rgba(0,0,0,.24)}.home-selector{background:#fff}.home-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.home-service-card{position:relative;min-height:305px;border:1px solid #dce8f8;border-radius:30px;padding:26px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;box-shadow:0 16px 44px rgba(31,64,120,.09);transition:.24s ease;background:#fff}.home-service-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(21,94,239,.08),transparent 52%);opacity:.9}.home-service-card:after{content:"";position:absolute;right:-46px;bottom:-46px;width:150px;height:150px;border-radius:50%;background:rgba(21,94,239,.09);transition:.24s ease}.home-service-card:hover{transform:translateY(-8px);box-shadow:0 30px 76px rgba(31,64,120,.18);border-color:#b9d4ff}.home-service-card:hover:after{transform:scale(1.3)}.home-service-card>*{position:relative;z-index:2}.service-mark{width:68px;height:68px;border-radius:24px;display:grid;place-items:center;background:linear-gradient(135deg,#155eef,#10b981);color:#fff;font-weight:950;box-shadow:0 16px 34px rgba(21,94,239,.26)}.service-mark span{font-size:.86rem}.home-service-card h3{font-size:1.55rem;margin:18px 0 10px}.home-service-actions{display:flex;gap:10px;flex-wrap:wrap}.tone-1 .service-mark{background:linear-gradient(135deg,#ff6b2c,#ff453f)}.tone-2 .service-mark{background:linear-gradient(135deg,#7c3aed,#155eef)}.tone-3 .service-mark{background:linear-gradient(135deg,#0f766e,#10b981)}.tone-4 .service-mark{background:linear-gradient(135deg,#f59e0b,#ff6b2c)}.tone-5 .service-mark{background:linear-gradient(135deg,#071327,#155eef)}.home-goal-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.home-goal-grid article{border:1px solid #dce8f8;border-radius:22px;padding:20px;background:#fff;box-shadow:0 12px 34px rgba(31,64,120,.07)}.home-goal-grid strong{display:block;color:#071327;font-size:1.08rem;margin-bottom:6px}.home-groups{background:linear-gradient(180deg,#fff,#f8fbff)}.home-group-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.home-group-card{position:relative;border-radius:30px;padding:26px;border:1px solid rgba(255,255,255,.45);background:linear-gradient(145deg,#0f4ab8,#155eef);box-shadow:0 20px 58px rgba(31,64,120,.14);overflow:hidden;color:#fff;min-height:330px}.home-group-card:after{content:"";position:absolute;right:-50px;top:-60px;width:170px;height:170px;border-radius:50%;background:rgba(255,255,255,.14)}.home-group-card span{display:inline-grid;place-items:center;width:48px;height:48px;border-radius:18px;background:rgba(255,255,255,.16);font-weight:950}.home-group-card h3,.home-group-card p{color:#fff}.home-group-card h3{margin:18px 0 10px;font-size:1.42rem}.home-mini-links{display:grid;gap:8px;margin-top:18px}.home-mini-links a{position:relative;z-index:2;text-decoration:none;color:#fff;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.1);border-radius:999px;padding:8px 11px;font-weight:900;font-size:.84rem}.group-1{background:linear-gradient(145deg,#0f766e,#10b981)}.group-2{background:linear-gradient(145deg,#7c3aed,#155eef)}.group-3{background:linear-gradient(145deg,#ff6b2c,#f59e0b)}.home-premium{background:#fff}.home-trust-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:20px}.home-trust-grid article{border:1px solid #dce8f8;border-radius:20px;background:#f8fbff;padding:18px}.home-trust-grid h3{font-size:1.05rem}.home-trust-grid p{margin:8px 0 0}.home-premium .interface-wall{min-height:520px}@keyframes homeFloat{50%{transform:translateY(-16px)}}@keyframes homeSpin{to{transform:rotate(360deg)}}@media(max-width:1120px){.home-hero-grid{grid-template-columns:1fr}.home-command-center{min-height:480px}.home-service-grid{grid-template-columns:repeat(2,1fr)}.home-group-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:860px){.home-luxe-hero{padding:64px 0 78px}.home-hero-copy h1{font-size:clamp(2.35rem,13vw,4.6rem)}.home-command-center{min-height:390px;border-radius:30px}.command-panel{width:190px;min-height:92px;padding:16px;border-radius:22px}.command-panel b{font-size:1.04rem}.panel-a{left:5%;top:8%}.panel-b{right:5%;top:22%}.panel-c{left:6%;bottom:13%}.panel-d{right:6%;bottom:7%}.command-core{width:122px;height:122px;font-size:.82rem}.command-ring{inset:18%}.home-service-grid,.home-group-grid,.home-goal-grid,.home-trust-grid{grid-template-columns:1fr}.home-service-card{min-height:auto}.home-service-actions .btn{width:100%}.home-group-card{min-height:auto}}@media(max-width:420px){.home-command-center{min-height:345px}.command-panel{width:165px}.command-panel span{font-size:.78rem}.command-core{width:104px;height:104px}.home-proof-row span{width:100%}}

@media(max-width:860px){.home-hero-copy h1{font-size:clamp(2.05rem,10vw,3.05rem);max-width:100%;overflow-wrap:normal}.home-hero-copy .lead{font-size:1rem;max-width:100%}.home-proof-row{display:grid;grid-template-columns:1fr 1fr}.home-proof-row span{text-align:center}.command-panel{width:155px;min-height:84px;padding:13px 14px}.command-panel b{font-size:.94rem}.command-panel span{font-size:.72rem;line-height:1.15}.panel-a{left:6%;top:8%}.panel-b{right:6%;top:21%}.panel-c{left:6%;bottom:13%}.panel-d{right:6%;bottom:9%}.command-core{width:110px;height:110px;font-size:.74rem}.home-service-card h3{font-size:1.34rem;overflow-wrap:anywhere}.home-service-card p{font-size:.96rem}.home-service-card{padding:22px}}@media(max-width:420px){.home-proof-row{grid-template-columns:1fr 1fr}.home-proof-row span{width:auto;font-size:.86rem}.home-command-center{min-height:330px}.command-panel{width:142px}.command-core{width:96px;height:96px}.home-service-card h3{font-size:1.24rem}.service-mark{width:58px;height:58px;border-radius:20px}.service-mark span{font-size:.72rem}}

@media(max-width:860px){.home-luxe-hero,.home-selector,.home-groups,.home-premium{overflow:hidden}.home-hero-copy h1{font-size:clamp(2.05rem,9.2vw,2.9rem);max-width:9.8ch;word-break:normal;overflow-wrap:break-word}.home-hero-copy .lead{max-width:100%}.home-command-center{display:grid;grid-template-columns:1fr 1fr;gap:12px;min-height:auto;padding:18px;border-radius:30px}.home-command-center:before{opacity:.8}.command-panel{position:relative!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;width:auto;min-height:90px;padding:14px;border-radius:22px}.command-ring,.command-core{display:none}.home-service-card,.home-group-card,.home-goal-grid article,.home-trust-grid article{max-width:100%;overflow:hidden}.home-service-actions{display:grid;grid-template-columns:1fr;gap:10px}.nav-shell{width:calc(100% - 28px);max-width:100%;justify-content:space-between}.nav-actions{margin-left:auto;display:flex;flex:0 0 auto}.menu-btn{display:grid!important;place-items:center}.menu-btn span{margin:0}.menu-btn span+span{margin-top:5px}}@media(max-width:520px){.home-proof-row{grid-template-columns:1fr}.home-proof-row span{width:100%;font-size:.92rem;white-space:normal}.home-command-center{grid-template-columns:1fr 1fr}.command-panel{min-height:82px}.command-panel b{font-size:.88rem}.command-panel span{font-size:.68rem}}@media(max-width:420px){.home-command-center{grid-template-columns:1fr;gap:10px}.command-panel{min-height:76px}.home-service-card{border-radius:24px}.home-service-card h3{font-size:1.16rem}}

.phone-mark{width:26px;height:26px;display:inline-grid;place-items:center}.phone-mark svg{fill:currentColor}.float-wa,.float-call{right:22px;z-index:86;width:64px;height:64px;border-radius:50%;display:grid;place-items:center;color:#fff;text-decoration:none;box-shadow:0 22px 48px rgba(16,185,129,.34);animation:floatGlow 2.8s ease-in-out infinite}.float-wa{bottom:22px;background:linear-gradient(135deg,#10b981,#05a36d)}.float-call{position:fixed;bottom:98px;background:linear-gradient(135deg,#155eef,#0ea5e9);box-shadow:0 22px 48px rgba(21,94,239,.32)}.float-wa:before,.float-call:before{content:"";position:absolute;inset:-8px;border-radius:50%;background:currentColor;opacity:.14;z-index:-1;animation:pulseHalo 2.2s ease-in-out infinite}.float-call .phone-mark{width:30px;height:30px}.float-wa .wa-mark{width:34px;height:34px}.nav-actions .pay-header{min-width:120px}.home-video-hero{min-height:calc(100vh - 78px);display:grid;place-items:center;text-align:center;color:#fff;background:#071327;padding:116px 0 124px}.home-hero-video,.home-hero-overlay{position:absolute;inset:0;width:100%;height:100%}.home-hero-video{object-fit:cover;opacity:.46;filter:saturate(1.08) contrast(1.04)}.home-hero-overlay{background:linear-gradient(135deg,rgba(7,19,39,.86),rgba(13,75,181,.58) 48%,rgba(255,107,44,.34)),radial-gradient(circle at 50% 22%,rgba(255,255,255,.22),transparent 32%)}.home-hero-center{position:relative;z-index:2;display:grid;justify-items:center}.home-hero-center h1{max-width:920px;color:#fff;font-size:clamp(3.3rem,7.2vw,7rem);text-wrap:balance}.home-hero-center .lead{max-width:860px;color:#eaf4ff;font-size:1.22rem}.home-hero-center .pill{background:rgba(255,255,255,.14);color:#fff;border-color:rgba(255,255,255,.36);backdrop-filter:blur(14px)}.home-hero-center .home-proof-row{justify-content:center}.home-hero-center .home-proof-row span{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.28);color:#fff;backdrop-filter:blur(12px)}.center-head{text-align:center;margin-left:auto;margin-right:auto}.center-head p{margin-left:auto;margin-right:auto}.ultra-service-grid{align-items:stretch}.ultra-service{min-height:360px;padding:30px;border:0;background:linear-gradient(145deg,#fff,#f8fbff);box-shadow:0 22px 62px rgba(31,64,120,.12)}.ultra-service:before{opacity:1;background:radial-gradient(circle at 14% 12%,var(--service-soft,rgba(21,94,239,.16)),transparent 30%),linear-gradient(145deg,#fff,rgba(248,251,255,.92))}.ultra-service:after{background:var(--service-glow,rgba(21,94,239,.1));width:180px;height:180px}.service-card-link{position:absolute;inset:0;z-index:1}.ultra-service>*:not(.service-card-link){position:relative;z-index:2}.service-topline{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.service-symbol{width:92px;height:92px;border-radius:30px;display:grid;place-items:center;background:var(--service-gradient,linear-gradient(135deg,#155eef,#10b981));box-shadow:0 20px 42px var(--service-shadow,rgba(21,94,239,.25));color:#fff}.service-symbol i{font-style:normal;font-size:1.12rem;font-weight:950;letter-spacing:.02em;text-align:center}.service-number{font-weight:950;color:var(--service-accent,#155eef);opacity:.46;font-size:1.55rem}.ultra-service h3{font-size:1.72rem}.service-tags{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 18px}.service-tags span{border:1px solid rgba(21,94,239,.16);border-radius:999px;background:rgba(255,255,255,.7);padding:6px 9px;font-size:.78rem;font-weight:900;color:#26354c}.service-website{--service-gradient:linear-gradient(135deg,#155eef,#0ea5e9);--service-soft:rgba(21,94,239,.18);--service-glow:rgba(21,94,239,.11);--service-accent:#155eef;--service-shadow:rgba(21,94,239,.28)}.service-google{--service-gradient:conic-gradient(from 20deg,#4285f4,#34a853,#fbbc05,#ea4335,#4285f4);--service-soft:rgba(66,133,244,.18);--service-glow:rgba(251,188,5,.15);--service-accent:#4285f4;--service-shadow:rgba(66,133,244,.3)}.service-meta{--service-gradient:linear-gradient(135deg,#0064e0,#7c3aed);--service-soft:rgba(0,100,224,.18);--service-glow:rgba(124,58,237,.13);--service-accent:#0064e0;--service-shadow:rgba(0,100,224,.28)}.service-social{--service-gradient:linear-gradient(135deg,#7c3aed,#155eef);--service-soft:rgba(124,58,237,.18);--service-glow:rgba(124,58,237,.12);--service-accent:#7c3aed;--service-shadow:rgba(124,58,237,.28)}.service-content{--service-gradient:linear-gradient(135deg,#ff6b2c,#f59e0b);--service-soft:rgba(255,107,44,.18);--service-glow:rgba(245,158,11,.14);--service-accent:#ff6b2c;--service-shadow:rgba(255,107,44,.28)}.service-brand{--service-gradient:linear-gradient(135deg,#071327,#155eef);--service-soft:rgba(7,19,39,.12);--service-glow:rgba(7,19,39,.09);--service-accent:#071327;--service-shadow:rgba(7,19,39,.24)}.service-bot{--service-gradient:linear-gradient(135deg,#10b981,#0ea5e9);--service-soft:rgba(16,185,129,.18);--service-glow:rgba(16,185,129,.13);--service-accent:#10b981;--service-shadow:rgba(16,185,129,.28)}.service-gbp{--service-gradient:linear-gradient(135deg,#34a853,#4285f4);--service-soft:rgba(52,168,83,.18);--service-glow:rgba(52,168,83,.13);--service-accent:#34a853;--service-shadow:rgba(52,168,83,.28)}.service-video{--service-gradient:linear-gradient(135deg,#ff453f,#7c3aed);--service-soft:rgba(255,69,63,.18);--service-glow:rgba(255,69,63,.12);--service-accent:#ff453f;--service-shadow:rgba(255,69,63,.28)}.home-goal-split{align-items:start}.home-office-proof{background:linear-gradient(180deg,#fff,#f8fbff)}.home-office-media img{height:520px}.home-office-media figcaption{background:rgba(255,255,255,.94)}.home-flip-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.home-flip-card{min-height:260px;perspective:1000px}.flip-inner{position:relative;width:100%;height:100%;min-height:260px;transition:transform .7s ease;transform-style:preserve-3d;animation:softFlip 12s ease-in-out infinite}.flip-delay-1 .flip-inner{animation-delay:.5s}.flip-delay-2 .flip-inner{animation-delay:1s}.flip-delay-3 .flip-inner{animation-delay:1.5s}.home-flip-card:hover .flip-inner{transform:rotateY(180deg)!important}.flip-face{position:absolute;inset:0;border-radius:28px;padding:24px;backface-visibility:hidden;display:flex;flex-direction:column;justify-content:center;border:1px solid #dce8f8;box-shadow:0 16px 46px rgba(31,64,120,.1);background:#fff}.flip-front span{display:inline-flex;width:46px;height:46px;border-radius:16px;background:linear-gradient(135deg,#ff6b2c,#ff453f);color:#fff;align-items:center;justify-content:center;font-weight:950;margin-bottom:14px}.flip-back{transform:rotateY(180deg);background:linear-gradient(135deg,#0f4ab8,#155eef);color:#fff}.flip-back h3,.flip-back p{color:#fff}.home-tech-section{background:linear-gradient(135deg,#071327,#0f4ab8);color:#fff;overflow:hidden}.home-tech-section h2,.home-tech-section p{color:#fff}.home-tech-section .kicker{color:#ffd23f}.home-tech-section .marquee{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.18)}.home-tech-section .marquee span{color:#fff}.client-samples{background:linear-gradient(180deg,#fff,#f3f8ff)}.sample-carousel{background:linear-gradient(135deg,#ffffff,#edf6ff)}.sample-theme-0 .sample-browser{background:linear-gradient(135deg,#eef5ff,#eafbf4)}.sample-theme-1 .sample-browser{background:linear-gradient(135deg,#f4f0ff,#eef5ff)}.sample-theme-2 .sample-browser{background:linear-gradient(135deg,#fff7ef,#eef5ff)}.sample-theme-3 .sample-browser{background:linear-gradient(135deg,#ecfeff,#f8fbff)}.sample-theme-4 .sample-browser{background:linear-gradient(135deg,#fef3c7,#eef5ff)}.home-faq-section{background:#fff}.home-faq-panel{display:grid;grid-template-columns:.8fr 1.2fr;gap:28px;border:1px solid #dce8f8;border-radius:34px;background:linear-gradient(135deg,#f8fbff,#fff);box-shadow:0 22px 64px rgba(31,64,120,.1);padding:34px}.home-faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.home-faq-grid article{border:1px solid #dce8f8;border-radius:22px;background:#fff;padding:18px;box-shadow:0 10px 28px rgba(31,64,120,.06)}.home-faq-grid h3{font-size:1.04rem;margin-bottom:8px}.home-faq-grid p{font-size:.95rem}.site-footer p{max-width:340px}@keyframes floatGlow{50%{transform:translateY(-5px)}}@keyframes pulseHalo{50%{transform:scale(1.18);opacity:.05}}@keyframes softFlip{0%,42%,100%{transform:rotateY(0)}48%,62%{transform:rotateY(180deg)}}@media(max-width:1120px){.home-flip-flow{grid-template-columns:repeat(2,1fr)}.home-faq-panel{grid-template-columns:1fr}.home-service-grid.ultra-service-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:860px){.home-video-hero{min-height:auto;padding:76px 0 90px}.home-hero-center h1{font-size:clamp(2.45rem,12vw,4.2rem);max-width:10.4ch}.home-hero-center .lead{font-size:1rem}.ultra-service{min-height:auto;padding:24px}.service-symbol{width:74px;height:74px;border-radius:24px}.service-symbol i{font-size:.94rem}.home-flip-flow,.home-faq-grid,.home-service-grid.ultra-service-grid{grid-template-columns:1fr}.flip-inner,.home-flip-card{min-height:230px}.home-office-media img{height:340px}.home-faq-panel{padding:22px;border-radius:26px}.float-wa,.float-call{right:16px;width:56px;height:56px}.float-call{bottom:86px}.float-wa{bottom:18px}.site-nav .mobile-pay-link{display:block!important}}@media(max-width:520px){.home-hero-center .home-proof-row{display:grid;grid-template-columns:1fr}.home-hero-center .hero-actions{width:100%}.home-hero-center .hero-actions .btn{width:100%}.service-tags span{font-size:.72rem}.home-faq-grid article{padding:16px}.sample-carousel-window{min-height:520px}.nav-actions .pay-header{display:none}}

@media(max-width:860px){.site-header{z-index:120}.nav-shell{width:calc(100% - 28px)!important;max-width:100%!important;gap:10px}.brand{min-width:0;max-width:calc(100% - 76px);overflow:hidden}.brand strong{font-size:1.02rem;white-space:nowrap}.nav-actions{margin-left:auto!important;display:flex!important;flex:0 0 auto!important;position:relative;z-index:135}.menu-btn{display:grid!important;place-items:center!important;width:58px!important;height:58px!important;flex:0 0 58px!important;border-radius:20px!important;background:#fff!important;box-shadow:0 14px 34px rgba(31,64,120,.12)}.menu-btn span{width:25px!important;height:3px!important;border-radius:999px}.site-nav{top:78px;max-width:100vw;overflow-x:hidden}.home-hero-center{width:100%;padding-inline:2px}.home-hero-center h1{font-size:clamp(2.18rem,10.4vw,3.25rem)!important;max-width:min(100%,350px)!important;line-height:1.14!important;text-wrap:balance;overflow-wrap:normal;word-break:normal}.home-hero-center .lead{max-width:min(100%,350px)!important}.home-video-hero{overflow:hidden}.home-hero-center .pill{max-width:min(100%,350px);justify-content:center;text-align:center}.home-hero-center .home-proof-row{width:min(100%,350px)}}@media(max-width:420px){.home-hero-center h1{font-size:clamp(2.05rem,10.2vw,3rem)!important;max-width:348px!important}.home-hero-center .lead,.home-hero-center .pill,.home-hero-center .home-proof-row{max-width:348px!important}.brand-icon{width:48px;height:48px}.nav-shell{height:78px}.site-nav{top:78px}}

.btn.whatsapp,.btn[data-wa]{background:#10b981!important;color:#fff!important;border:0!important;box-shadow:0 16px 34px rgba(16,185,129,.22)}.btn.whatsapp:hover,.btn[data-wa]:hover{box-shadow:0 20px 42px rgba(16,185,129,.28)}.home-hero-video{opacity:.72!important;filter:saturate(1.16) contrast(1.08) brightness(1.22)!important}.home-hero-overlay{background:linear-gradient(135deg,rgba(7,19,39,.62),rgba(13,75,181,.34) 48%,rgba(255,107,44,.2)),radial-gradient(circle at 50% 22%,rgba(255,255,255,.16),transparent 32%)!important}.home-hero-center h1{max-width:1120px!important;font-size:clamp(3rem,5.45vw,5.75rem)!important;line-height:1.05!important}.home-hero-center .lead{max-width:900px!important}.service-symbol svg{width:58px;height:58px;display:block}.service-symbol{background:#fff!important;border:1px solid rgba(255,255,255,.82);box-shadow:0 20px 46px var(--service-shadow,rgba(21,94,239,.24)),inset 0 1px 0 rgba(255,255,255,.9)!important}.ultra-service{transform:translateZ(0);animation:serviceFloat 8s ease-in-out infinite}.ultra-service:nth-child(2n){animation-delay:.7s}.ultra-service:nth-child(3n){animation-delay:1.2s}.home-service-actions .btn.white{background:#fff;border-color:#d6e6ff;color:#071327}.home-goal-grid-wrap{display:grid;gap:16px}.home-goal-grid-wrap>h3{font-size:1.45rem}.home-goal-grid article{position:relative;overflow:hidden;animation:goalDrift 7s ease-in-out infinite}.home-goal-grid article:nth-child(2n){animation-delay:.7s}.home-goal-grid article:nth-child(3n){animation-delay:1.2s}.home-goal-grid article:before{content:"";position:absolute;inset:auto -30px -45px auto;width:115px;height:115px;border-radius:50%;background:rgba(21,94,239,.08)}.home-trust-grid article{background:linear-gradient(145deg,#fff,#f4f8ff);transition:.25s ease;animation:trustPulse 8s ease-in-out infinite}.home-trust-grid article:nth-child(2n){animation-delay:.8s}.home-trust-grid article:hover{transform:translateY(-5px);box-shadow:0 18px 42px rgba(31,64,120,.12)}.home-faq-panel,.home-faq-grid{display:contents}.home-faq-accordion{max-width:980px;margin:0 auto;display:grid;gap:14px}.home-faq-accordion details{border:1px solid #dce8f8;border-radius:20px;background:#fff;box-shadow:0 10px 28px rgba(31,64,120,.07);overflow:hidden}.home-faq-accordion summary{cursor:pointer;list-style:none;padding:20px 24px;font-weight:950;color:#071327;display:flex;justify-content:space-between;gap:16px}.home-faq-accordion summary::-webkit-details-marker{display:none}.home-faq-accordion summary:after{content:"+";width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#eef5ff;color:#155eef;flex:0 0 auto}.home-faq-accordion details[open] summary:after{content:"-";background:#155eef;color:#fff}.home-faq-accordion details p{padding:0 24px 22px;margin:0;color:#52637d}@keyframes serviceFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes goalDrift{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes trustPulse{0%,100%{transform:translateY(0)}50%{transform:translateY(-4px)}}@media(max-width:860px){.home-hero-center h1{font-size:clamp(2.14rem,10vw,3.2rem)!important;max-width:min(100%,350px)!important}.service-symbol svg{width:48px;height:48px}.home-goal-grid-wrap>h3{text-align:center}.home-faq-accordion summary{padding:18px}.btn[data-wa]{width:100%}}@media(max-width:520px){.home-hero-video{opacity:.58!important}.home-hero-overlay{background:linear-gradient(135deg,rgba(7,19,39,.72),rgba(13,75,181,.44) 54%,rgba(255,107,44,.24))!important}}

.service-logo-img{width:62px;height:62px;object-fit:contain;border-radius:16px}.service-platform-logo{width:70px;height:70px;border-radius:0}.service-symbol svg{width:66px!important;height:66px!important}.service-symbol-meta svg,.service-symbol-google svg,.service-symbol-gbp svg,.service-symbol-video svg,.service-symbol-social svg,.service-symbol-content svg,.service-symbol-bot svg{filter:drop-shadow(0 10px 18px rgba(31,64,120,.14))}.home-goal-stage{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.goal-flip-card{min-height:282px;perspective:1200px}.goal-flip-inner{position:relative;width:100%;height:100%;min-height:282px;transform-style:preserve-3d;animation:goalAutoFlip 12s steps(1,end) infinite}.goal-tone-1 .goal-flip-inner{animation-delay:.45s}.goal-tone-2 .goal-flip-inner{animation-delay:.9s}.goal-tone-3 .goal-flip-inner{animation-delay:1.35s}.goal-flip-card:hover .goal-flip-inner{transform:rotateY(180deg)!important}.goal-face{position:absolute;inset:0;border-radius:30px;padding:26px;display:flex;flex-direction:column;justify-content:center;gap:12px;backface-visibility:hidden;box-shadow:0 20px 56px rgba(31,64,120,.1);border:1px solid rgba(255,255,255,.7);overflow:hidden}.goal-face:after{content:"";position:absolute;right:-42px;bottom:-48px;width:150px;height:150px;border-radius:50%;background:rgba(255,255,255,.22)}.goal-front h3,.goal-front p,.goal-back h3,.goal-back p{position:relative;z-index:2}.goal-front span{position:relative;z-index:2;display:inline-grid;place-items:center;width:48px;height:48px;border-radius:18px;background:#fff;color:var(--goal-accent,#155eef);font-weight:950}.goal-back{transform:rotateY(180deg);color:#fff;background:linear-gradient(135deg,var(--goal-accent,#155eef),var(--goal-accent-2,#10b981))}.goal-back h3,.goal-back p{color:#fff}.goal-tone-0{--goal-accent:#155eef;--goal-accent-2:#0ea5e9}.goal-tone-0 .goal-front{background:linear-gradient(145deg,#eef5ff,#fff)}.goal-tone-1{--goal-accent:#7c3aed;--goal-accent-2:#155eef}.goal-tone-1 .goal-front{background:linear-gradient(145deg,#f4f0ff,#fff)}.goal-tone-2{--goal-accent:#ff6b2c;--goal-accent-2:#f59e0b}.goal-tone-2 .goal-front{background:linear-gradient(145deg,#fff7ef,#fff)}.goal-tone-3{--goal-accent:#10b981;--goal-accent-2:#0ea5e9}.goal-tone-3 .goal-front{background:linear-gradient(145deg,#ecfdf5,#fff)}.home-code-media{background:#071327}.home-code-media video{width:100%;height:520px;object-fit:cover;opacity:.9;filter:saturate(1.08) contrast(1.04) brightness(1.04)}.home-code-media:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(7,19,39,.34),transparent 60%);pointer-events:none}.home-code-media figcaption{z-index:2}.home-trust-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.home-trust-grid .trust-flip-card{border:0!important;background:transparent!important;padding:0!important;box-shadow:none!important;overflow:visible!important;animation:none!important}.trust-flip-card{min-height:202px;perspective:1100px}.trust-flip-inner{position:relative;width:100%;height:100%;min-height:202px;transform-style:preserve-3d;animation:trustAutoFlip 10.5s steps(1,end) infinite}.trust-delay-1 .trust-flip-inner{animation-delay:.45s}.trust-delay-2 .trust-flip-inner{animation-delay:.9s}.trust-delay-3 .trust-flip-inner{animation-delay:1.35s}.trust-flip-card:hover .trust-flip-inner{transform:rotateY(180deg)!important}.trust-face{position:absolute;inset:0;border:1px solid #dce8f8;border-radius:22px;background:linear-gradient(145deg,#fff,#f5f9ff);padding:20px;backface-visibility:hidden;display:flex;flex-direction:column;justify-content:center;box-shadow:0 14px 38px rgba(31,64,120,.08);overflow:hidden}.trust-face:after{content:"";position:absolute;right:-36px;bottom:-42px;width:120px;height:120px;border-radius:50%;background:rgba(21,94,239,.08)}.trust-face h3,.trust-face p{position:relative;z-index:2}.trust-back{transform:rotateY(180deg);background:linear-gradient(135deg,#071327,#155eef);border-color:rgba(255,255,255,.18)}.trust-back h3,.trust-back p{color:#fff}.home-office-media img{display:none}.home-goal-split{display:block}.home-goal-grid,.home-goal-grid-wrap{display:none!important}@keyframes goalAutoFlip{0%,39%,100%{transform:rotateY(0)}46%,62%{transform:rotateY(180deg)}}@keyframes trustAutoFlip{0%,44%,100%{transform:rotateY(0)}52%,66%{transform:rotateY(180deg)}}@media(max-width:1120px){.home-goal-stage{grid-template-columns:repeat(2,1fr)}}@media(max-width:860px){.home-goal-stage,.home-trust-grid{grid-template-columns:1fr}.goal-flip-card,.goal-flip-inner{min-height:250px}.trust-flip-card,.trust-flip-inner{min-height:190px}.home-code-media video{height:340px}.service-logo-img{width:54px;height:54px}.service-platform-logo{width:62px;height:62px}.service-symbol svg{width:54px!important;height:54px!important}.goal-flip-inner,.trust-flip-inner{animation-duration:14s}}@media(max-width:520px){.home-goal-stage{gap:14px}.goal-face{padding:22px}.home-code-media video{height:300px}}

.industry-path-grid,.result-proof-grid,.bundle-grid,.micro-case-grid,.before-after-grid{display:grid;gap:18px}.industry-path-grid{grid-template-columns:repeat(3,1fr)}.result-proof-grid,.bundle-grid{grid-template-columns:repeat(4,1fr)}.micro-case-grid,.before-after-grid{grid-template-columns:repeat(3,1fr)}.industry-path-card,.result-proof-card,.bundle-card,.micro-case-card,.before-after-card{position:relative;overflow:hidden;border:1px solid #dce8f8;border-radius:28px;background:#fff;box-shadow:0 18px 52px rgba(31,64,120,.09);transition:.24s ease}.industry-path-card:hover,.result-proof-card:hover,.bundle-card:hover,.micro-case-card:hover,.before-after-card:hover{transform:translateY(-7px);box-shadow:0 26px 72px rgba(31,64,120,.15)}.industry-path-card{min-height:245px;padding:26px;background:linear-gradient(145deg,#fff,#f8fbff)}.industry-path-card:after,.result-proof-card:after,.bundle-card:after,.micro-case-card:after{content:"";position:absolute;right:-45px;bottom:-50px;width:150px;height:150px;border-radius:50%;background:rgba(21,94,239,.09)}.industry-path-card span,.bundle-card span,.micro-case-card span{display:inline-flex;border:1px solid #cfe0ff;background:#eef5ff;color:#155eef;border-radius:999px;padding:7px 10px;font-size:.76rem;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.industry-path-card h3,.bundle-card h3,.micro-case-card h3{margin:16px 0 10px}.industry-path-card a,.bundle-card a,.micro-case-card a{position:relative;z-index:2;display:inline-flex;margin-top:12px;text-decoration:none;color:#155eef;font-weight:950}.path-tone-1:after{background:rgba(124,58,237,.1)}.path-tone-2:after{background:rgba(255,107,44,.12)}.path-tone-3:after{background:rgba(16,185,129,.1)}.path-tone-4:after{background:rgba(14,165,233,.1)}.path-tone-5:after{background:rgba(7,19,39,.08)}.result-proof-section{background:linear-gradient(180deg,#fff,#f8fbff)}.result-proof-card{min-height:260px;padding:26px;background:linear-gradient(145deg,#071327,#0f4ab8);color:#fff}.result-proof-card h3,.result-proof-card p{color:#fff}.result-proof-card span{display:inline-grid;place-items:center;width:48px;height:48px;border-radius:18px;background:rgba(255,255,255,.16);font-weight:950;margin-bottom:18px}.result-tone-1{background:linear-gradient(145deg,#0f766e,#10b981)}.result-tone-2{background:linear-gradient(145deg,#7c3aed,#155eef)}.result-tone-3{background:linear-gradient(145deg,#ff6b2c,#f59e0b)}.before-after-card{display:grid;grid-template-columns:1fr 1fr;min-height:265px}.before-side,.after-side{padding:24px;display:flex;flex-direction:column;justify-content:center}.before-side{background:#fff7ef}.after-side{background:linear-gradient(135deg,#0f4ab8,#155eef)}.before-side span,.after-side span{font-weight:950;text-transform:uppercase;letter-spacing:.1em;font-size:.72rem;color:#ff6b2c}.after-side span,.after-side h3,.after-side p{color:#fff}.bundle-section{background:#fff}.bundle-card{min-height:300px;padding:26px;background:linear-gradient(145deg,#fff,#f5f9ff)}.bundle-card strong{display:block;position:relative;z-index:2;color:#071327;background:#eef5ff;border:1px solid #cfe0ff;border-radius:18px;padding:14px;margin-top:16px}.bundle-tone-1 strong{background:#ecfdf5;border-color:#b7f3d5}.bundle-tone-2 strong{background:#f4f0ff;border-color:#ddd6fe}.bundle-tone-3 strong{background:#fff7ef;border-color:#fed7aa}.micro-case-section{background:linear-gradient(180deg,#f8fbff,#fff)}.micro-case-card{min-height:245px;padding:26px}.micro-case-card:before{content:"";position:absolute;left:0;top:0;right:0;height:7px;background:linear-gradient(90deg,#155eef,#10b981,#ff6b2c)}.audit-cta-section{background:#071327;color:#fff}.audit-panel{display:grid;grid-template-columns:1fr auto;align-items:center;gap:28px;border:1px solid rgba(255,255,255,.18);border-radius:34px;background:linear-gradient(135deg,#0f4ab8,#071327 62%,#0f766e);padding:40px;box-shadow:0 28px 80px rgba(7,19,39,.26)}.audit-panel h2,.audit-panel p{color:#fff}.audit-panel .kicker{color:#ffd23f}.audit-checks{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.audit-checks span{border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.1);border-radius:999px;padding:8px 12px;color:#fff;font-weight:850}.objection-section{background:#fff}.objection-accordion details{border-left:5px solid #155eef}.footer-bottom strong,.footer-bottom span:last-child{color:#fff}@media(max-width:1120px){.result-proof-grid,.bundle-grid{grid-template-columns:repeat(2,1fr)}.industry-path-grid,.micro-case-grid,.before-after-grid{grid-template-columns:repeat(2,1fr)}.audit-panel{grid-template-columns:1fr}}@media(max-width:860px){.industry-path-grid,.result-proof-grid,.bundle-grid,.micro-case-grid,.before-after-grid{grid-template-columns:1fr}.before-after-card{grid-template-columns:1fr}.industry-path-card,.result-proof-card,.bundle-card,.micro-case-card{min-height:auto}.audit-panel{padding:24px;border-radius:26px}.audit-panel .btn{width:100%}.audit-checks span{width:100%;text-align:center}.result-proof-card{min-height:220px}}

.frontend-premium-bridge{position:relative;background:linear-gradient(180deg,#fff,#f8fbff);overflow:hidden}.frontend-premium-bridge:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 10% 18%,rgba(21,94,239,.1),transparent 26%),radial-gradient(circle at 88% 74%,rgba(16,185,129,.1),transparent 28%);pointer-events:none}.frontend-bridge-grid{position:relative;display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:center}.frontend-bridge-copy{padding:30px;border:1px solid #dce8f8;border-radius:30px;background:rgba(255,255,255,.82);box-shadow:0 22px 58px rgba(31,64,120,.09);backdrop-filter:blur(12px)}.frontend-bridge-copy h2{font-size:clamp(1.8rem,3.2vw,3rem);max-width:760px}.frontend-bridge-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.frontend-bridge-cards article{position:relative;min-height:230px;border:1px solid #dce8f8;border-radius:28px;background:#fff;padding:22px;box-shadow:0 18px 52px rgba(31,64,120,.08);overflow:hidden;animation:bridgeFloat 7s ease-in-out infinite}.frontend-bridge-cards article:nth-child(2){animation-delay:.55s;background:linear-gradient(145deg,#0f4ab8,#155eef);border-color:#8eb8ff}.frontend-bridge-cards article:nth-child(2) h3,.frontend-bridge-cards article:nth-child(2) p,.frontend-bridge-cards article:nth-child(2) span{color:#fff}.frontend-bridge-cards article:nth-child(3){animation-delay:1.1s}.frontend-bridge-cards article:after{content:"";position:absolute;right:-45px;bottom:-50px;width:150px;height:150px;border-radius:50%;background:rgba(21,94,239,.08)}.frontend-bridge-cards span{position:relative;z-index:2;display:inline-grid;place-items:center;width:42px;height:42px;border-radius:15px;background:#eef5ff;color:#155eef;font-weight:950;margin-bottom:14px}.frontend-bridge-cards article:nth-child(2) span{background:rgba(255,255,255,.16)}.frontend-bridge-cards h3,.frontend-bridge-cards p{position:relative;z-index:2}.visitor-action-row{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:22px}.visitor-action-card{display:block;text-decoration:none;border:1px solid #dce8f8;border-radius:22px;background:#fff;padding:18px 20px;box-shadow:0 12px 34px rgba(31,64,120,.07);transition:.2s ease}.visitor-action-card:hover{transform:translateY(-5px);box-shadow:0 22px 58px rgba(31,64,120,.13);border-color:#bcd7ff}.visitor-action-card strong{display:block;color:#071327;margin-bottom:4px}.visitor-action-card span{display:block;color:#63728a}.visitor-action-card.whatsapp-card{background:linear-gradient(135deg,#10b981,#0ea5e9);border:0}.visitor-action-card.whatsapp-card strong,.visitor-action-card.whatsapp-card span{color:#fff}@keyframes bridgeFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}@media(max-width:1120px){.frontend-bridge-grid,.visitor-action-row{grid-template-columns:1fr}.frontend-bridge-cards{grid-template-columns:repeat(3,1fr)}}@media(max-width:860px){.frontend-bridge-cards{grid-template-columns:1fr}.frontend-bridge-copy{padding:22px}.frontend-bridge-cards article{min-height:auto}.visitor-action-row{gap:10px}.visitor-action-card{text-align:center}}

.mega-dropdown{width:min(1180px,calc(100vw - 36px))!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important;padding:18px!important;background:rgba(255,255,255,.96)!important;border:1px solid #dce8f8!important;border-radius:26px!important;box-shadow:0 26px 76px rgba(31,64,120,.18)!important;color:#071327!important}.mega-category{min-width:0;border:1px solid #e1ebf7;border-radius:22px;background:linear-gradient(180deg,#fff,#f8fbff);padding:16px}.mega-category h3{font-size:1rem;margin:0 0 12px;color:#071327}.mega-links{display:grid;gap:8px}.mega-dropdown .mega-category a:nth-child(n),.mega-dropdown .mega-footer a:nth-child(n){min-height:auto!important;text-decoration:none!important;border:1px solid #dce8f8!important;border-radius:15px!important;background:#fff!important;color:#071327!important;padding:10px 11px!important;display:grid!important;gap:3px!important;box-shadow:none!important}.mega-dropdown .mega-category a:hover,.mega-dropdown .mega-footer a:hover{background:#eef5ff!important;color:#071327!important;transform:translateY(-2px)}.mega-dropdown strong{font-size:.9rem;color:#071327}.mega-dropdown span{font-size:.78rem!important;color:#63728a!important;line-height:1.35;font-weight:700!important}.mega-footer{grid-column:1/-1;display:flex;justify-content:flex-end;gap:10px;border-top:1px solid #e1ebf7;padding-top:14px}.mega-footer a{font-weight:950;color:#155eef!important;background:#eef5ff!important}
.quote-page-section{background:linear-gradient(180deg,#fff,#f8fbff)}.quote-page-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:28px;align-items:start}.quote-copy-card,.quote-form-card{border:1px solid #dce8f8;border-radius:30px;background:#fff;box-shadow:0 22px 62px rgba(31,64,120,.1);padding:28px}.quote-copy-card{position:sticky;top:104px;background:linear-gradient(145deg,#fff,#f5f9ff)}.quote-mini-points{display:flex;flex-wrap:wrap;gap:9px;margin:18px 0}.quote-mini-points span{border:1px solid #cfe0ff;background:#eef5ff;color:#155eef;border-radius:999px;padding:7px 10px;font-weight:900;font-size:.85rem}.quote-benefits{margin-top:18px}.quote-benefits article{padding:18px}.quote-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.quote-form-grid label{display:grid;gap:7px;font-weight:900;color:#071327}.quote-form-grid .full,.quote-feature-box{grid-column:1/-1}.quote-feature-box{border:1px solid #dce8f8;border-radius:20px;padding:16px;background:#f8fbff;display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.quote-feature-box legend{font-weight:950;color:#071327;padding:0 8px}.quote-feature-box label{display:flex;align-items:center;gap:8px;font-weight:850}.quote-feature-box input{width:auto}.quote-status{font-weight:950;color:#10b981;margin:12px 0 0}.quote-steps-section .timeline article{min-height:210px}
.home-lead-popup[hidden]{display:none}.home-lead-popup{position:fixed;inset:0;z-index:400;display:grid;place-items:center;padding:18px;overflow:hidden}.home-lead-backdrop{position:absolute;inset:0;background:rgba(7,19,39,.55);backdrop-filter:blur(10px)}.home-lead-panel{position:relative;width:min(520px,calc(100vw - 36px));box-sizing:border-box;border:1px solid #dce8f8;border-radius:30px;background:#fff;box-shadow:0 32px 90px rgba(7,19,39,.28);padding:26px;display:grid;gap:13px}.home-lead-panel h2{font-size:1.65rem;max-width:calc(100% - 44px)}.home-lead-panel label{display:grid;gap:7px;font-weight:900}.home-lead-panel input,.home-lead-panel select{box-sizing:border-box;max-width:100%}.home-lead-close{position:absolute;right:14px;top:14px;width:38px;height:38px;border:1px solid #dce8f8;border-radius:50%;background:#eef5ff;color:#071327;font-weight:950;cursor:pointer}.lead-popup-status{font-weight:950;color:#10b981;margin:0}
@media(max-width:1180px){.mega-dropdown{grid-template-columns:repeat(2,minmax(0,1fr))!important;width:min(920px,calc(100vw - 30px))!important}.quote-page-grid{grid-template-columns:1fr}.quote-copy-card{position:static}}@media(max-width:860px){.mega-dropdown{position:static!important;width:100%!important;max-height:62vh!important;grid-template-columns:1fr!important;transform:none!important;background:#fff!important;padding:10px!important;border-radius:18px!important}.mega-footer{display:grid}.mega-footer a{text-align:center}.quote-form-grid,.quote-feature-box{grid-template-columns:1fr}.quote-copy-card,.quote-form-card{padding:22px;border-radius:24px}.home-lead-popup{align-items:end;padding:0}.home-lead-panel{width:100vw;max-width:100vw;border-left:0;border-right:0;border-radius:24px 24px 0 0;max-height:90vh;overflow:auto;padding:26px clamp(18px,5vw,26px)}.home-lead-panel .btn{width:100%}}

.phase-one-answer-section{background:linear-gradient(180deg,#ffffff,#f6faff);position:relative;overflow:hidden}.phase-one-answer-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 12% 18%,rgba(21,94,239,.1),transparent 28%),radial-gradient(circle at 90% 72%,rgba(16,185,129,.1),transparent 28%);pointer-events:none}.phase-one-grid{position:relative;display:grid;grid-template-columns:.95fr 1.05fr;gap:26px;align-items:start}.phase-one-copy,.phase-one-answers article{border:1px solid #dce8f8;border-radius:30px;background:rgba(255,255,255,.9);box-shadow:0 20px 58px rgba(31,64,120,.09);padding:28px}.phase-one-copy h2{font-size:clamp(1.8rem,3.2vw,3rem)}.phase-one-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:20px}.phase-one-stats article{border:1px solid #e1ebf7;border-radius:18px;background:#fff;padding:14px}.phase-one-stats strong{display:block;color:#071327;font-size:.95rem;margin-bottom:5px}.phase-one-stats span{display:block;color:#63728a;font-size:.86rem;line-height:1.45}.phase-one-answers{display:grid;gap:14px}.phase-one-answers article{padding:22px;border-radius:24px;transition:.2s ease}.phase-one-answers article:hover{transform:translateY(-4px);box-shadow:0 26px 68px rgba(31,64,120,.13)}.phase-one-answers h3{font-size:1.12rem;margin-bottom:8px}@media(max-width:980px){.phase-one-grid{grid-template-columns:1fr}.phase-one-stats{grid-template-columns:1fr 1fr}}@media(max-width:620px){.phase-one-copy,.phase-one-answers article{padding:20px;border-radius:22px}.phase-one-stats{grid-template-columns:1fr}.phase-one-answer-section{padding-top:58px;padding-bottom:58px}}

.answer-hub-section,.answer-detail-section{background:linear-gradient(180deg,#fff,#f8fbff)}.answer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.answer-card{position:relative;min-height:245px;border:1px solid #dce8f8;border-radius:28px;background:linear-gradient(145deg,#fff,#f7fbff);box-shadow:0 18px 54px rgba(31,64,120,.09);padding:24px;overflow:hidden;transition:.22s ease}.answer-card:after{content:"";position:absolute;right:-54px;bottom:-58px;width:170px;height:170px;border-radius:50%;background:linear-gradient(135deg,rgba(21,94,239,.11),rgba(16,185,129,.12))}.answer-card:hover{transform:translateY(-6px);box-shadow:0 28px 72px rgba(31,64,120,.15);border-color:#bcd7ff}.answer-card span{display:inline-grid;place-items:center;width:44px;height:44px;border-radius:16px;background:#eef5ff;color:#155eef;font-weight:950;margin-bottom:16px}.answer-card h3,.answer-card p,.answer-card a{position:relative;z-index:2}.answer-card h3{font-size:1.1rem}.answer-card a{display:inline-flex;margin-top:14px;font-weight:950;color:#155eef;text-decoration:none}.answer-detail-section .split{align-items:center}.answer-detail-section h2{font-size:clamp(1.9rem,3.2vw,3rem);max-width:820px}@media(max-width:1080px){.answer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.answer-grid{grid-template-columns:1fr}.answer-card{min-height:auto;padding:20px;border-radius:22px}.answer-detail-section h2{font-size:2rem}}

.buyer-guide-hub,.buyer-decision-section{background:linear-gradient(180deg,#fff,#f8fbff)}.buyer-category-cards{margin-bottom:28px}.buyer-guide-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.buyer-guide-card{position:relative;min-height:238px;border:1px solid #dce8f8;border-radius:26px;background:linear-gradient(145deg,#fff,#f7fbff);box-shadow:0 16px 48px rgba(31,64,120,.08);padding:22px;overflow:hidden;transition:.22s ease}.buyer-guide-card:before{content:"";position:absolute;inset:0 0 auto;height:6px;background:linear-gradient(90deg,#155eef,#10b981,#ff6b2c)}.buyer-guide-card:after{content:"";position:absolute;right:-54px;bottom:-62px;width:160px;height:160px;border-radius:50%;background:linear-gradient(135deg,rgba(21,94,239,.1),rgba(16,185,129,.12))}.buyer-guide-card:nth-child(3n):after{background:linear-gradient(135deg,rgba(255,107,44,.13),rgba(245,158,11,.11))}.buyer-guide-card:nth-child(4n):after{background:linear-gradient(135deg,rgba(124,58,237,.12),rgba(21,94,239,.11))}.buyer-guide-card:hover{transform:translateY(-6px);box-shadow:0 26px 70px rgba(31,64,120,.14);border-color:#bcd7ff}.buyer-guide-card span{display:inline-grid;place-items:center;width:44px;height:44px;border-radius:16px;background:#eef5ff;color:#155eef;font-weight:950;margin:8px 0 16px}.buyer-guide-card h3,.buyer-guide-card p,.buyer-guide-card a,.buyer-guide-card span{position:relative;z-index:2}.buyer-guide-card h3{font-size:1.04rem;line-height:1.2}.buyer-guide-card p{font-size:.94rem}.buyer-guide-card a{display:inline-flex;margin-top:12px;text-decoration:none;color:#155eef;font-weight:950}.buyer-decision-section h2{font-size:clamp(1.9rem,3.4vw,3rem);max-width:860px}.buyer-signal-cards article,.buyer-mistake-cards article{position:relative;overflow:hidden}.buyer-signal-cards article:after,.buyer-mistake-cards article:after{content:"";position:absolute;right:-50px;bottom:-56px;width:140px;height:140px;border-radius:50%;background:rgba(21,94,239,.08)}.buyer-index-wall,.buyer-decision-wall,.buyer-link-wall{min-height:330px}@media(max-width:1180px){.buyer-guide-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:860px){.buyer-guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.buyer-index-wall,.buyer-decision-wall,.buyer-link-wall{min-height:260px}}@media(max-width:620px){.buyer-guide-grid{grid-template-columns:1fr}.buyer-guide-card{min-height:auto;padding:20px;border-radius:22px}.buyer-decision-section h2{font-size:2rem}}

.city-cluster-section{background:linear-gradient(180deg,#f8fbff,#fff)}.city-cluster-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.city-cluster-card{position:relative;min-height:220px;border:1px solid #dce8f8;border-radius:24px;background:linear-gradient(145deg,#fff,#f7fbff);box-shadow:0 16px 46px rgba(31,64,120,.08);padding:20px;overflow:hidden;transition:.22s ease}.city-cluster-card:before{content:"";position:absolute;inset:auto -36px -62px auto;width:140px;height:140px;border-radius:50%;background:linear-gradient(135deg,rgba(21,94,239,.12),rgba(255,107,44,.12))}.city-cluster-card:nth-child(2):before{background:linear-gradient(135deg,rgba(16,185,129,.14),rgba(21,94,239,.1))}.city-cluster-card:nth-child(3):before{background:linear-gradient(135deg,rgba(255,107,44,.15),rgba(245,158,11,.11))}.city-cluster-card:nth-child(4):before{background:linear-gradient(135deg,rgba(124,58,237,.12),rgba(21,94,239,.1))}.city-cluster-card:nth-child(5):before{background:linear-gradient(135deg,rgba(15,118,110,.13),rgba(16,185,129,.1))}.city-cluster-card:hover{transform:translateY(-6px);box-shadow:0 24px 62px rgba(31,64,120,.14);border-color:#bcd7ff}.city-cluster-card span{display:inline-flex;border:1px solid #cfe0ff;background:#eef5ff;color:#155eef;border-radius:999px;padding:6px 10px;font-weight:950;font-size:.78rem;text-transform:uppercase;letter-spacing:.06em}.city-cluster-card h3{font-size:1.04rem;margin:14px 0 8px}.city-cluster-card p{font-size:.92rem}.city-cluster-card a{position:relative;z-index:2;display:inline-flex;margin-top:10px;color:#155eef;font-weight:950;text-decoration:none}@media(max-width:1180px){.city-cluster-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.city-cluster-grid{grid-template-columns:1fr}.city-cluster-card{min-height:auto;padding:18px;border-radius:20px}}

.industry-service-section{background:linear-gradient(180deg,#fff,#f8fbff)}.industry-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.industry-service-card{position:relative;min-height:245px;border:1px solid #dce8f8;border-radius:28px;background:linear-gradient(145deg,#fff,#f7fbff);box-shadow:0 18px 54px rgba(31,64,120,.09);padding:24px;overflow:hidden;transition:.22s ease}.industry-service-card:after{content:"";position:absolute;right:-50px;bottom:-58px;width:164px;height:164px;border-radius:50%;background:linear-gradient(135deg,rgba(21,94,239,.11),rgba(16,185,129,.12))}.industry-service-card:nth-child(2):after{background:linear-gradient(135deg,rgba(255,107,44,.14),rgba(245,158,11,.1))}.industry-service-card:nth-child(3):after{background:linear-gradient(135deg,rgba(66,133,244,.14),rgba(52,168,83,.1))}.industry-service-card:nth-child(4):after{background:linear-gradient(135deg,rgba(124,58,237,.13),rgba(21,94,239,.1))}.industry-service-card:nth-child(5):after{background:linear-gradient(135deg,rgba(52,168,83,.14),rgba(66,133,244,.1))}.industry-service-card:nth-child(6):after{background:linear-gradient(135deg,rgba(16,185,129,.14),rgba(14,165,233,.1))}.industry-service-card:hover{transform:translateY(-6px);box-shadow:0 28px 72px rgba(31,64,120,.15);border-color:#bcd7ff}.industry-service-card span{display:inline-flex;border:1px solid #cfe0ff;background:#eef5ff;color:#155eef;border-radius:999px;padding:7px 10px;font-weight:950;font-size:.76rem;text-transform:uppercase;letter-spacing:.07em}.industry-service-card h3{font-size:1.12rem;margin:16px 0 9px}.industry-service-card p,.industry-service-card h3,.industry-service-card a,.industry-service-card span{position:relative;z-index:2}.industry-service-card a{display:inline-flex;margin-top:12px;color:#155eef;text-decoration:none;font-weight:950}.industry-service-detail{background:linear-gradient(180deg,#fff,#fbfdff)}.industry-service-detail h2{font-size:clamp(1.9rem,3.4vw,3rem);max-width:820px}@media(max-width:980px){.industry-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.industry-service-grid{grid-template-columns:1fr}.industry-service-card{min-height:auto;padding:20px;border-radius:22px}}

@media(max-width:860px){html,body{max-width:100%;overflow-x:hidden}.home-video-hero{padding-inline:0!important}.home-hero-center{width:100%!important;max-width:100%!important;padding-inline:16px!important;box-sizing:border-box}.home-hero-center h1{max-width:100%!important;font-size:clamp(2rem,9.6vw,3rem)!important;line-height:1.12!important}.home-hero-center .lead{width:100%!important;max-width:350px!important;font-size:1rem!important;line-height:1.55!important;overflow-wrap:break-word}.home-hero-center .hero-actions{width:min(100%,350px)!important}.home-hero-center .home-proof-row{width:min(100%,350px)!important;max-width:350px!important}.home-hero-center .home-proof-row span{max-width:100%;box-sizing:border-box}}
@media(max-width:420px){.home-hero-center{padding-inline:14px!important}.home-hero-center .lead,.home-hero-center .hero-actions,.home-hero-center .home-proof-row{max-width:342px!important}}

@media(max-width:860px){.site-header,.site-footer,main,section{max-width:100vw!important;overflow-x:hidden}.shell,.nav-shell,.hero-grid,.split{width:100%!important;max-width:100%!important;box-sizing:border-box;padding-left:14px!important;padding-right:14px!important}.nav-shell{display:flex!important;height:78px!important}.brand{max-width:calc(100vw - 92px)!important}.nav-actions{margin-left:auto!important;min-width:58px!important}.menu-btn{display:grid!important}.page-hero-v7 .hero-grid,.hero-v7 .hero-grid{grid-template-columns:1fr!important;gap:28px!important}.hero-copy,.page-hero-v7 .hero-copy{max-width:100%!important}.hero-copy h1,.page-hero-v7 h1{font-size:clamp(2.05rem,9.2vw,3.1rem)!important;max-width:100%!important;line-height:1.14!important;overflow-wrap:break-word}.hero-copy .lead,.page-hero-v7 .lead{max-width:100%!important;overflow-wrap:break-word}.hero-actions{width:100%!important}.hero-actions .btn{width:100%!important;justify-content:center}.hero-proof{width:100%!important;display:flex!important;flex-wrap:wrap!important}.hero-studio{max-width:100%!important;overflow:hidden}.home-lead-popup{left:0!important;right:0!important;width:100vw!important;max-width:100vw!important}.home-lead-panel{left:0!important;right:0!important;width:100vw!important;max-width:100vw!important;min-width:0!important}.home-lead-close{right:18px!important}.home-lead-panel h2{font-size:1.42rem!important;line-height:1.18!important;max-width:calc(100% - 48px)!important;overflow-wrap:break-word}.home-lead-panel p{overflow-wrap:break-word}}
@media(max-width:430px){.shell,.nav-shell,.hero-grid,.split{padding-left:14px!important;padding-right:14px!important}.brand small{font-size:.68rem!important}.home-lead-panel{padding-left:22px!important;padding-right:22px!important}.home-lead-panel h2{font-size:1.38rem!important}}

@media(max-width:860px){.shell,.nav-shell,.hero-grid,.split{width:min(100%,390px)!important;max-width:min(100vw,390px)!important;margin-left:0!important;margin-right:auto!important}.home-video-hero .shell{width:100%!important;max-width:390px!important}.page-hero-v7 .hero-copy,.hero-v7 .hero-copy{width:100%!important;max-width:360px!important;margin-left:0!important;margin-right:auto!important}.page-hero-v7 .hero-copy h1,.hero-v7 .hero-copy h1{max-width:12ch!important;text-wrap:auto!important;overflow-wrap:break-word!important;word-break:normal!important}.page-hero-v7 .hero-copy .lead,.hero-v7 .hero-copy .lead{max-width:340px!important}.home-lead-panel{width:min(342px,calc(100vw - 28px))!important;max-width:min(342px,calc(100vw - 28px))!important;left:14px!important;right:auto!important;margin-left:0!important;margin-right:0!important}.home-lead-panel p{max-width:100%!important}.home-lead-panel input,.home-lead-panel select,.home-lead-panel .btn{width:100%!important;max-width:100%!important}}
@media(max-width:380px){.shell,.nav-shell,.hero-grid,.split{width:100%!important;max-width:100vw!important}.page-hero-v7 .hero-copy,.hero-v7 .hero-copy{max-width:100%!important}.page-hero-v7 .hero-copy h1,.hero-v7 .hero-copy h1{max-width:11ch!important}.home-lead-panel p{max-width:100%!important}}

/* Phase 1 mobile UX quick fix */
@media(max-width:860px){
  html{scroll-padding-top:78px}
  body{padding-bottom:84px;touch-action:manipulation;-webkit-tap-highlight-color:rgba(21,94,239,.12)}
  .site-header{z-index:260}
  .nav-shell{height:72px!important;width:100%!important;max-width:100%!important;margin:0!important}
  .brand-icon{width:44px!important;height:44px!important}
  .brand strong{font-size:.98rem!important}
  .menu-btn{width:50px!important;height:50px!important;border-radius:18px!important;box-shadow:0 10px 28px rgba(31,64,120,.12)}
  .menu-btn span{width:24px!important;height:3px!important;border-radius:999px!important;margin:4px auto!important}
  .site-nav{top:72px!important;left:10px!important;right:10px!important;bottom:12px!important;border:1px solid #dce8f8!important;border-radius:26px!important;background:rgba(255,255,255,.96)!important;box-shadow:0 28px 78px rgba(7,19,39,.18)!important;backdrop-filter:blur(18px);padding:12px!important;gap:8px!important;align-items:stretch!important}
  .site-nav>a,.site-nav button{min-height:50px!important;border:1px solid #e0eaff!important;background:#f8fbff!important;text-align:left!important;border-radius:18px!important;padding:13px 14px!important}
  .site-nav .nav-group>.dropdown,.mega-dropdown{max-height:54vh!important;overflow:auto!important;-webkit-overflow-scrolling:touch}
  .mega-category{padding:12px!important;border-radius:18px!important}
  .mega-category h3{font-size:.95rem!important}
  .mega-dropdown .mega-category a{min-height:46px!important;padding:9px 10px!important}
  .mega-dropdown strong{font-size:.86rem!important}
  .mega-dropdown span{display:none!important}
  .mobile-pay-link{display:flex!important;align-items:center!important;justify-content:center!important;min-height:50px!important;border-radius:18px!important;background:linear-gradient(135deg,#155eef,#10b981)!important;color:#fff!important;font-weight:950!important;text-decoration:none!important}
  .page-hero-v7,.hero-v7:not(.home-hero-v7){padding:38px 0 44px!important}
  .page-hero-v7 .hero-grid,.hero-v7:not(.home-hero-v7) .hero-grid{gap:18px!important}
  .page-hero-v7 .hero-copy,.hero-v7:not(.home-hero-v7) .hero-copy{max-width:100%!important}
  .page-hero-v7 .hero-copy h1,.hero-v7:not(.home-hero-v7) .hero-copy h1{font-size:clamp(1.75rem,7.2vw,2.35rem)!important;line-height:1.12!important;max-width:100%!important;margin-bottom:10px!important}
  .page-hero-v7 .hero-copy .lead,.hero-v7:not(.home-hero-v7) .hero-copy .lead{font-size:.98rem!important;line-height:1.5!important;max-width:100%!important}
  .page-hero-v7 .hero-actions,.hero-v7:not(.home-hero-v7) .hero-actions{margin-top:18px!important;gap:10px!important}
  .page-hero-v7 .hero-proof,.hero-v7:not(.home-hero-v7) .hero-proof{margin-top:14px!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}
  .page-hero-v7 .hero-proof span,.hero-v7:not(.home-hero-v7) .hero-proof span{font-size:.86rem!important;text-align:center!important;padding:8px 9px!important}
  .page-hero-v7 .hero-studio,.hero-v7:not(.home-hero-v7) .hero-studio{min-height:190px!important;border-radius:24px!important;margin-top:4px!important}
  .page-hero-v7 .interface-wall,.page-hero-v7 .browser-frame,.page-hero-v7 .phone-frame,.hero-v7:not(.home-hero-v7) .interface-wall,.hero-v7:not(.home-hero-v7) .browser-frame,.hero-v7:not(.home-hero-v7) .phone-frame{transform:scale(.82)!important;transform-origin:center!important}
  .home-video-hero{min-height:calc(100svh - 72px)!important;padding:38px 0 46px!important;display:flex!important;align-items:center!important}
  .home-hero-center h1{font-size:clamp(2rem,9vw,2.7rem)!important;line-height:1.08!important}
  .home-hero-center .lead{font-size:.96rem!important;line-height:1.48!important}
  .home-hero-center .hero-actions{gap:10px!important;margin-top:20px!important}
  .home-proof-row{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}
  .home-proof-row span{min-height:42px!important;display:flex!important;align-items:center!important;justify-content:center!important}
  .btn{min-height:50px!important;border-radius:16px!important}
  input,select,textarea{min-height:48px!important;font-size:16px!important}
  .section{padding:54px 0!important}
  .section-head{margin-bottom:22px!important}
  .section-head h2{font-size:clamp(1.55rem,7vw,2.05rem)!important;line-height:1.14!important}
  .cards article,.blog-card,.answer-card,.buyer-guide-card,.industry-service-card,.city-cluster-card,.plan-card,.quote-copy-card,.quote-form-card{border-radius:22px!important}
  .float-call,.float-wa{position:fixed!important;z-index:320!important;bottom:12px!important;height:58px!important;border-radius:22px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;color:#fff!important;text-decoration:none!important;white-space:nowrap!important;box-shadow:0 18px 44px rgba(7,19,39,.22)!important}
  .float-call{left:6px!important;right:calc(50% + 4px)!important;width:auto!important;background:#1d8cff!important}
  .float-wa{left:calc(50% + 4px)!important;right:6px!important;width:auto!important;background:#10b981!important}
  .float-call:after{content:"Call";font-weight:950;font-size:.84rem}
  .float-wa:after{content:"WA";font-weight:950;font-size:.84rem}
  .float-call .phone-mark,.float-wa .wa-mark{width:21px!important;height:21px!important}
  .site-footer{padding-bottom:104px!important}
  .home-lead-popup{align-items:end!important}
  .home-lead-panel{border-radius:26px 26px 0 0!important;max-height:82vh!important}
}
@media(max-width:380px){
  .page-hero-v7 .hero-copy h1,.hero-v7:not(.home-hero-v7) .hero-copy h1{font-size:1.62rem!important}
  .home-hero-center h1{font-size:1.92rem!important}
  .float-call:after,.float-wa:after{font-size:.82rem}
}
@media(min-width:861px){
  body{touch-action:auto}
}

/* Phase 2 mobile content control and app-like navigation */
.mobile-page-tools,.mobile-read-progress,.mobile-reveal-btn,.mobile-accordion-toggle{display:none}
@media(max-width:860px){
  .mobile-read-progress{display:block;position:fixed;left:0;right:0;top:72px;height:3px;background:linear-gradient(90deg,#155eef,#10b981,#ff6b2c);transform:scaleX(0);transform-origin:left center;z-index:520;box-shadow:0 4px 14px rgba(21,94,239,.22)}
  .mobile-page-tools{display:flex;position:sticky;top:75px;z-index:180;gap:8px;overflow-x:auto;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;background:rgba(248,251,255,.92);border-top:1px solid #e3ebf5;border-bottom:1px solid #dce8f8;padding:9px 14px;backdrop-filter:blur(16px);scrollbar-width:none}
  .mobile-page-tools::-webkit-scrollbar{display:none}
  .mobile-page-tools a{flex:0 0 auto;min-height:40px;display:inline-flex;align-items:center;justify-content:center;padding:8px 13px;border:1px solid #dce8f8;border-radius:999px;background:#fff;color:#071327;text-decoration:none;font-weight:950;font-size:.82rem;box-shadow:0 8px 22px rgba(31,64,120,.08)}
  .mobile-page-tools a.is-primary{background:linear-gradient(135deg,#ff3838,#ff7e22);color:#fff;border:0}
  .mobile-page-tools a.is-wa{background:#10b981;color:#fff;border:0}
  .mobile-page-tools a:active{transform:scale(.98)}
  .phase2-swipe{display:flex!important;gap:14px!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important;padding:4px 14px 18px!important;margin-left:-14px!important;margin-right:-14px!important;scrollbar-width:none!important}
  .phase2-swipe::-webkit-scrollbar{display:none}
  .phase2-swipe>*{flex:0 0 min(84vw,330px)!important;min-width:min(84vw,330px)!important;scroll-snap-align:start!important}
  .phase2-swipe.cards article,.phase2-swipe .blog-card,.phase2-swipe .answer-card,.phase2-swipe .buyer-guide-card,.phase2-swipe .industry-service-card,.phase2-swipe .city-cluster-card{min-height:260px}
  .mobile-compact-content .mobile-collapsible{position:relative;overflow:visible;padding-bottom:0!important}
  .mobile-compact-content .mobile-collapsible:after{display:none!important}
  .mobile-accordion-section{padding-top:34px!important;padding-bottom:34px!important}
  .mobile-accordion-section>.shell,.mobile-accordion-section.article-block{border:1px solid #dce8f8;border-radius:24px;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 14px 42px rgba(31,64,120,.08);padding:18px!important}
  .mobile-accordion-section .section-head{margin-bottom:10px!important}
  .mobile-accordion-section h2,.mobile-accordion-section h3{font-size:clamp(1.35rem,6.2vw,1.85rem)!important;line-height:1.16!important}
  .mobile-accordion-section .section-head p{font-size:.94rem!important;line-height:1.48!important;margin-top:8px!important}
  .mobile-accordion-body{display:none!important;margin-top:16px!important}
  .mobile-accordion-section.is-open .mobile-accordion-body{display:block!important}
  .mobile-reveal-btn,.mobile-accordion-toggle{display:flex;position:relative;width:100%;align-items:center;justify-content:center;min-height:48px;border:0;border-radius:16px;background:linear-gradient(135deg,#155eef,#10b981);color:#fff;font:inherit;font-weight:950;box-shadow:0 14px 34px rgba(21,94,239,.18);cursor:pointer;margin-top:14px}
  .mobile-accordion-toggle:after{content:"+";display:inline-flex;margin-left:10px;font-size:1.15rem;line-height:1}
  .mobile-accordion-section.is-open .mobile-accordion-toggle:after{content:"-"}
  .mobile-collapsible.is-open .mobile-reveal-btn{position:relative;width:100%;margin-top:14px}
  .pro-article .article-block.mobile-collapsible,.pro-article .article-block.mobile-accordion-section{border:1px solid #dce8f8;border-radius:22px;background:#fff;padding:18px!important;margin:18px 0}
  .article-sidebar{border-radius:22px!important}
  .mobile-cta-muted{display:none!important}
  .mobile-cta-compact{padding:28px 0!important}
  .mobile-cta-compact .cta-panel{padding:20px!important;border-radius:22px!important;display:grid!important;gap:14px!important}
  .mobile-cta-compact .cta-panel h2{font-size:1.38rem!important;line-height:1.16!important}
  .mobile-cta-compact .cta-panel p{font-size:.92rem!important}
  .mobile-cta-compact .cta-panel .btn{width:100%!important;min-height:50px!important}
}
@media(min-width:861px){
  .mobile-page-tools,.mobile-read-progress,.mobile-reveal-btn,.mobile-accordion-toggle{display:none!important}
}

/* Phase 3 mobile conversion tray */
.mobile-conversion-prompt,.mobile-conversion-backdrop,.mobile-conversion-sheet{display:none}
@media(max-width:860px){
  .mobile-conversion-prompt{display:flex;position:fixed;left:14px;right:14px;bottom:82px;z-index:315;align-items:center;justify-content:space-between;gap:10px;border:1px solid rgba(255,255,255,.5);border-radius:20px;background:rgba(7,19,39,.9);color:#fff;padding:10px 12px;box-shadow:0 18px 46px rgba(7,19,39,.26);backdrop-filter:blur(14px);transform:translateY(18px);opacity:0;pointer-events:none;transition:transform .22s ease,opacity .22s ease}
  .mobile-conversion-prompt.is-visible{transform:translateY(0);opacity:1;pointer-events:auto}
  .mobile-conversion-prompt strong{display:block;font-size:.88rem;color:#fff;line-height:1.15}
  .mobile-conversion-prompt span{display:block;font-size:.76rem;color:#d7e6ff;margin-top:2px}
  .mobile-conversion-prompt button{border:0;border-radius:14px;background:linear-gradient(135deg,#ff3838,#ff7e22);color:#fff;font-weight:950;padding:10px 12px;box-shadow:0 10px 24px rgba(255,107,44,.24)}
  .mobile-conversion-backdrop{position:fixed;inset:0;z-index:430;background:rgba(7,19,39,.54);border:0;backdrop-filter:blur(8px)}
  .mobile-conversion-backdrop:not([hidden]){display:block}
  .mobile-conversion-sheet{position:fixed;left:0;right:0;bottom:0;z-index:440;border-radius:28px 28px 0 0;background:#fff;border:1px solid #dce8f8;box-shadow:0 -26px 80px rgba(7,19,39,.25);padding:22px 18px 102px;max-height:80vh;overflow:auto}
  .mobile-conversion-sheet:not([hidden]){display:block}
  .mobile-sheet-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}
  .mobile-sheet-head h2{font-size:1.35rem;line-height:1.12;margin:9px 0 0}
  .mobile-sheet-close{width:40px;height:40px;flex:0 0 40px;border-radius:50%;border:1px solid #dce8f8;background:#eef5ff;color:#071327;font-weight:950}
  .mobile-sheet-actions{display:grid;gap:10px}
  .mobile-sheet-actions a{min-height:50px;border-radius:16px;display:flex;align-items:center;justify-content:center;text-align:center;text-decoration:none;font-weight:950;border:1px solid #dce8f8;background:#f8fbff;color:#071327}
  .mobile-sheet-actions a.primary{background:linear-gradient(135deg,#ff3838,#ff7e22);color:#fff;border:0}
  .mobile-sheet-actions a.wa{background:#10b981;color:#fff;border:0}
  .mobile-sheet-note{margin:12px 0 0;font-size:.86rem;color:#63728a}
}

/* Phase 4 mobile guided inquiry forms */
.mobile-form-progress,.mobile-form-helper{display:none}
@media(max-width:860px){
  .phase4-guided-form{position:relative}
  .phase4-guided-form input,.phase4-guided-form select,.phase4-guided-form textarea{min-height:50px;font-size:16px;border-radius:15px}
  .phase4-guided-form textarea{min-height:116px}
  .mobile-form-progress{display:grid;gap:8px;position:sticky;top:128px;z-index:70;margin:0 0 16px;padding:12px 13px;border:1px solid #dce8f8;border-radius:18px;background:rgba(255,255,255,.94);box-shadow:0 14px 36px rgba(31,64,120,.12);backdrop-filter:blur(14px)}
  .mobile-form-progress strong{font-size:.86rem;color:#071327}
  .mobile-form-progress span{font-size:.78rem;color:#63728a;font-weight:800}
  .mobile-form-progress i{display:block;height:7px;border-radius:999px;background:#e6eef9;overflow:hidden}
  .mobile-form-progress i:before{content:"";display:block;height:100%;width:var(--phase4-progress,18%);border-radius:999px;background:linear-gradient(90deg,#155eef,#10b981,#ff6b2c);transition:width .2s ease}
  .mobile-form-helper{display:block;margin:10px 0 14px;padding:12px 13px;border:1px solid #cfe0ff;border-radius:18px;background:linear-gradient(135deg,#eef5ff,#f8fbff);color:#26354c;font-size:.86rem;font-weight:850;line-height:1.45}
  .phase4-active-field{outline:3px solid rgba(21,94,239,.14);box-shadow:0 10px 28px rgba(21,94,239,.12)}
  .phase4-guided-form button[type="submit"],.phase4-guided-form .btn[type="submit"]{min-height:54px;width:100%;border-radius:17px}
  .phase4-guided-form .quote-feature-box label{min-height:46px;border:1px solid #dce8f8;border-radius:15px;background:#fff;padding:10px}
}

/* Phase 5 mobile performance and motion discipline */
@media(max-width:860px){
  .phase5-lite-media .home-video-hero{background:linear-gradient(135deg,rgba(7,19,39,.9),rgba(13,75,181,.56) 50%,rgba(255,107,44,.32)),url("https://images.unsplash.com/photo-1498050108023-c5249f4df085?auto=format&fit=crop&w=900&q=82") center/cover no-repeat!important}
  .phase5-lite-media .home-hero-video{display:none!important}
  .media-card,.rounded-media,.home-office-media,.video-frame,.sample-card,.blog-card,.plan-card{content-visibility:auto;contain-intrinsic-size:360px 300px}
  img[loading="lazy"],.media-card img,.rounded-media img,.blog-card img{content-visibility:auto;contain-intrinsic-size:320px 220px}
  video{content-visibility:auto;contain-intrinsic-size:360px 240px}
  .phase5-media-paused video{filter:saturate(.95) contrast(.98) brightness(1.04)}
  .home-hero-video,.ultra-service,.home-goal-grid article,.home-trust-grid article{will-change:auto!important}
  .reveal{transition-duration:.38s}
}
@media(prefers-reduced-motion:reduce){
  *,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}
  .home-hero-video{display:none!important}
  .home-video-hero{background:linear-gradient(135deg,rgba(7,19,39,.9),rgba(13,75,181,.56) 50%,rgba(255,107,44,.32)),url("https://images.unsplash.com/photo-1498050108023-c5249f4df085?auto=format&fit=crop&w=900&q=82") center/cover no-repeat!important}
}

/* Phase 6 mobile app shell and accessibility polish */
@media(max-width:860px){
  :root{--safe-bottom:env(safe-area-inset-bottom,0px)}
  body{padding-bottom:calc(84px + var(--safe-bottom))!important}
  .standalone-mode .site-header{padding-top:env(safe-area-inset-top,0px)}
  .standalone-mode .site-nav{top:calc(72px + env(safe-area-inset-top,0px))!important}
  .standalone-mode .mobile-read-progress{top:calc(72px + env(safe-area-inset-top,0px))!important}
  .standalone-mode .mobile-page-tools{top:calc(75px + env(safe-area-inset-top,0px))!important}
  .standalone-mode .float-call,.standalone-mode .float-wa{bottom:calc(12px + var(--safe-bottom))!important}
  a,button,.btn,input,select,textarea{scroll-margin-top:132px}
  a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(21,94,239,.35)!important;outline-offset:3px!important}
  .skip-link:focus{position:fixed;left:14px;top:14px;z-index:9999;width:auto;height:auto;padding:12px 14px;border-radius:14px;background:#071327;color:#fff;text-decoration:none;font-weight:950}
  .mobile-page-tools a,.mobile-sheet-actions a,.float-call,.float-wa,.btn,button{touch-action:manipulation}
  .site-nav a[aria-current="page"],.site-nav .active{background:#eef5ff!important;color:#155eef!important}
}
.offline-page{min-height:100vh;display:grid;place-items:center;background:linear-gradient(135deg,#f7fbff,#fff7ef);padding:28px;color:#071327}
.offline-card{width:min(680px,100%);background:#fff;border:1px solid #dce8f8;border-radius:28px;box-shadow:0 24px 70px rgba(31,64,120,.14);padding:30px}
.offline-card img{width:58px;height:58px;border-radius:50%;border:1px solid #e2ebf6;padding:7px}
.offline-card h1{font-size:clamp(1.8rem,5vw,2.8rem);line-height:1.08;margin:18px 0 10px}
.offline-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}
.offline-actions a{min-height:50px;display:inline-flex;align-items:center;justify-content:center;border-radius:16px;padding:0 16px;text-decoration:none;font-weight:950;border:1px solid #dce8f8;color:#071327;background:#f8fbff}
.offline-actions a:first-child{background:linear-gradient(135deg,#155eef,#10b981);color:#fff;border:0}

/* Phase 7 mobile production guardrails */
@media(max-width:860px){
  html.phase7-stable-vh .home-video-hero{min-height:calc((var(--phase7-vh,1vh) * 100) - 72px)!important}
  html.phase7-no-overflow,html.phase7-no-overflow body{overflow-x:hidden!important}
  html.phase7-no-overflow .shell,html.phase7-no-overflow .nav-shell,html.phase7-no-overflow main,html.phase7-no-overflow section{max-width:100vw!important}
  html.phase7-input-focus .mobile-conversion-prompt,html.phase7-keyboard-open .mobile-conversion-prompt,html.phase7-keyboard-open .mobile-page-tools{display:none!important}
  html.phase7-input-focus .float-call,html.phase7-input-focus .float-wa{opacity:.24;pointer-events:none;transform:scale(.94)}
  .mobile-conversion-sheet,.home-lead-panel,.site-nav{overscroll-behavior:contain}
  .mobile-page-tools,.mobile-conversion-prompt{max-width:calc(100vw - 28px)}
  input,select,textarea{caret-color:#155eef}
  .phase7-tap-warning{outline:2px solid rgba(255,107,44,.28)}
}
@media(max-width:420px){
  .mobile-conversion-prompt{left:10px!important;right:10px!important}
  .mobile-page-tools{left:10px!important;right:10px!important}
}

/* Phase 2 PWA mobile app shell */
.mobile-app-tabbar,.mobile-install-chip,.mobile-network-status{display:none}
@media(max-width:860px){
  body{padding-bottom:calc(128px + var(--safe-bottom,0px))!important}
  .mobile-app-tabbar{position:fixed;left:8px;right:8px;bottom:calc(8px + var(--safe-bottom,0px));z-index:360;display:grid;grid-template-columns:repeat(5,1fr);gap:6px;min-height:72px;padding:7px;border:1px solid rgba(220,232,248,.92);border-radius:24px;background:rgba(255,255,255,.94);box-shadow:0 22px 70px rgba(7,19,39,.23);backdrop-filter:blur(20px)}
  .mobile-app-tabbar a{min-width:0;min-height:58px;display:grid;place-items:center;gap:2px;text-decoration:none;border-radius:18px;color:#334155;font-weight:950;font-size:.69rem;line-height:1;border:1px solid transparent;transition:transform .18s ease,background .18s ease,color .18s ease}
  .mobile-app-tabbar a span{width:24px;height:24px;display:grid;place-items:center;color:inherit}
  .mobile-app-tabbar svg{width:21px;height:21px;fill:currentColor}
  .mobile-app-tabbar a b{font:inherit;white-space:nowrap}
  .mobile-app-tabbar a.is-active,.mobile-app-tabbar a:focus-visible{background:#eef5ff;color:#155eef;border-color:#cfe0ff}
  .mobile-app-tabbar a.is-primary{background:linear-gradient(135deg,#155eef,#10b981);color:#fff;box-shadow:0 14px 32px rgba(21,94,239,.24)}
  .mobile-app-tabbar a:active{transform:translateY(1px) scale(.98)}
  body .float-call,body .float-wa{left:auto!important;right:14px!important;width:54px!important;height:54px!important;border-radius:19px!important;padding:0!important;font-size:0!important;bottom:calc(96px + var(--safe-bottom,0px))!important;box-shadow:0 18px 44px rgba(7,19,39,.22)!important}
  body .float-call{bottom:calc(156px + var(--safe-bottom,0px))!important;background:#1d8cff!important}
  body .float-wa{bottom:calc(96px + var(--safe-bottom,0px))!important;background:#10b981!important}
  body .float-call:after,body .float-wa:after{content:""!important}
  body .float-call .phone-mark,body .float-wa .wa-mark{width:25px!important;height:25px!important}
  .mobile-conversion-prompt{right:78px!important;bottom:calc(96px + var(--safe-bottom,0px))!important}
  .mobile-conversion-sheet{padding-bottom:calc(108px + var(--safe-bottom,0px))!important}
  .mobile-install-chip:not([hidden]){position:fixed;left:14px;right:78px;bottom:calc(96px + var(--safe-bottom,0px));z-index:335;min-height:52px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(207,224,255,.95);border-radius:18px;background:linear-gradient(135deg,#071327,#155eef);color:#fff;font-weight:950;box-shadow:0 18px 46px rgba(7,19,39,.24)}
  .mobile-network-status{position:fixed;left:14px;right:14px;top:calc(84px + env(safe-area-inset-top,0px));z-index:530;min-height:42px;align-items:center;justify-content:center;text-align:center;border:1px solid #dce8f8;border-radius:999px;background:rgba(255,255,255,.95);color:#071327;font-weight:950;box-shadow:0 18px 46px rgba(7,19,39,.16);backdrop-filter:blur(16px);transform:translateY(-12px);opacity:0;pointer-events:none;transition:transform .2s ease,opacity .2s ease}
  .mobile-network-status.is-visible{display:flex;transform:translateY(0);opacity:1}
  .mobile-network-status.is-offline{background:#fff7ed;border-color:#fed7aa;color:#9a3412}
  .site-footer{padding-bottom:calc(148px + var(--safe-bottom,0px))!important}
  .standalone-mode .mobile-app-tabbar{bottom:calc(8px + env(safe-area-inset-bottom,0px))}
}
@media(max-width:380px){
  .mobile-app-tabbar{left:6px;right:6px;gap:4px;padding:6px;border-radius:22px}
  .mobile-app-tabbar a{font-size:.63rem;min-height:56px;border-radius:16px}
  .mobile-app-tabbar svg{width:20px;height:20px}
}
@media(min-width:861px){
  .mobile-app-tabbar,.mobile-install-chip,.mobile-network-status{display:none!important}
}

/* Phase 8 icon navigation, footer accordions and floating action stack */
.ui-icon{display:inline-grid;place-items:center;flex:0 0 auto;width:26px;height:26px;border-radius:10px;background:linear-gradient(145deg,#ffffff,#eef5ff);color:#155eef;box-shadow:0 8px 18px rgba(31,64,120,.12);border:1px solid rgba(220,232,248,.9)}
.ui-icon svg{width:16px;height:16px;fill:currentColor}
.nav-item{display:inline-flex!important;flex-direction:column;align-items:center;justify-content:center;gap:3px;line-height:1.05;min-width:74px}
.site-nav .nav-item .ui-icon{width:28px;height:28px;border-radius:12px}
.site-nav .nav-item span:not(.ui-icon){display:block}
.footer-grid .footer-brand .brand-icon{width:68px;height:68px}
.footer-grid .footer-brand .brand-icon img{width:62px;height:62px}
.footer-col{min-width:0}
.footer-toggle{display:inline-flex;align-items:center;gap:8px;border:0;background:transparent;color:#fff;font:inherit;font-weight:950;font-size:1.12rem;padding:0 0 8px;border-bottom:2px solid transparent;border-image:linear-gradient(90deg,#155eef,#10b981,#ff6b2c) 1;cursor:pointer}
.footer-links{display:grid;gap:5px;margin-top:8px}
.footer-links a{display:flex!important;align-items:center;gap:9px;margin:0!important;padding:4px 0;text-decoration:none}
.footer-links .ui-icon{width:24px;height:24px;border-radius:9px;background:#fff;color:#155eef;box-shadow:none}
.footer-links .wa-mark{width:24px;height:24px;display:inline-grid;place-items:center;border-radius:9px;background:#fff;color:#10b981}
.footer-links span{min-width:0}
.float-action{position:fixed!important;right:18px!important;left:auto!important;bottom:auto!important;z-index:420!important;width:62px!important;height:62px!important;border-radius:22px!important;display:grid!important;place-items:center!important;border:1px solid rgba(255,255,255,.26)!important;color:#fff!important;text-decoration:none!important;padding:0!important;font-size:0!important;box-shadow:0 18px 46px rgba(7,19,39,.24),0 0 0 10px rgba(255,255,255,.12)!important;animation:mydgidFloatBlink 2.8s ease-in-out infinite!important}
.float-action .ui-icon,.float-action .wa-mark,.float-action .phone-mark{width:30px!important;height:30px!important;background:transparent!important;color:#fff!important;border:0!important;box-shadow:none!important}
.float-action svg{width:30px!important;height:30px!important;fill:currentColor!important}
.float-mail{top:calc(50% - 132px)!important;background:linear-gradient(135deg,#0f4ab8,#155eef)!important}
.float-install{top:calc(50% - 66px)!important;background:linear-gradient(135deg,#7c3aed,#155eef)!important;cursor:pointer}
.float-call{top:50%!important;background:linear-gradient(135deg,#1d8cff,#0f6bdc)!important}
.float-wa{top:calc(50% + 66px)!important;background:linear-gradient(135deg,#10b981,#08a36f)!important}
.float-mail{animation-delay:.1s!important}.float-install{animation-delay:.35s!important}.float-call{animation-delay:.6s!important}.float-wa{animation-delay:.85s!important}
@keyframes mydgidFloatBlink{0%,100%{transform:translateY(0) scale(1);filter:brightness(1)}50%{transform:translateY(-5px) scale(1.04);filter:brightness(1.12);box-shadow:0 22px 56px rgba(7,19,39,.3),0 0 0 14px rgba(21,94,239,.12)}}
@media(max-width:860px){
  .mobile-install-chip{display:none!important}
  .site-header{position:sticky!important;top:0!important;z-index:520!important}
  .site-nav>a,.site-nav button{display:flex!important;flex-direction:column!important;gap:5px!important;align-items:center!important;justify-content:center!important;text-align:center!important;line-height:1.08!important}
  .site-nav .nav-item .ui-icon{width:34px;height:34px;border-radius:13px}
  .site-nav .nav-item .ui-icon svg{width:20px;height:20px}
  .footer-grid{display:grid!important;grid-template-columns:1fr!important;text-align:center!important;gap:16px!important}
  .footer-brand-col{display:grid;justify-items:center}
  .footer-brand{justify-content:center}
  .footer-brand .brand-icon{width:68px!important;height:68px!important}
  .footer-col{display:grid;justify-items:center;width:100%}
  .footer-toggle{justify-content:center;min-height:44px;width:min(290px,100%);border-radius:16px;border:1px solid rgba(255,255,255,.18);border-bottom:2px solid #10b981;background:rgba(255,255,255,.05);padding:9px 12px}
  .footer-toggle:after{content:"+";margin-left:auto;width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.12);color:#fff}
  .footer-col.is-open .footer-toggle:after{content:"-"}
  .footer-links{display:none;width:min(290px,100%);margin:8px auto 0}
  .footer-col.is-open .footer-links{display:grid}
  .footer-links a{justify-content:center;text-align:center;border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:8px 10px!important;background:rgba(255,255,255,.04)}
  .footer-bottom{display:grid!important;text-align:center!important;justify-items:center!important}
  .float-action{right:12px!important;width:54px!important;height:54px!important;border-radius:18px!important}
  .float-action .ui-icon,.float-action .wa-mark,.float-action .phone-mark,.float-action svg{width:25px!important;height:25px!important}
  .float-mail{top:calc(50% - 117px)!important}
  .float-install{top:calc(50% - 58px)!important}
  .float-call{top:calc(50% + 1px)!important}
  .float-wa{top:calc(50% + 60px)!important}
  .home-proof-row{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:6px!important;width:100%!important;max-width:390px!important}
  .home-proof-row span{min-height:32px!important;padding:5px 4px!important;font-size:clamp(.54rem,2.35vw,.68rem)!important;line-height:1.05!important;white-space:normal!important;text-align:center!important}
  .home-service-grid.ultra-service-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;overflow:visible!important}
  .ultra-service{min-height:0!important;border-radius:16px!important;padding:10px 7px!important;animation:none!important}
  .ultra-service .service-topline{margin-bottom:7px!important}
  .service-symbol{width:38px!important;height:38px!important;border-radius:13px!important}
  .service-symbol svg,.service-symbol img,.service-logo-img,.service-platform-logo{width:28px!important;height:28px!important}
  .service-number{font-size:.74rem!important}
  .ultra-service h3{font-size:clamp(.64rem,2.7vw,.82rem)!important;line-height:1.06!important;margin-bottom:5px!important}
  .ultra-service p{font-size:clamp(.48rem,2.05vw,.6rem)!important;line-height:1.22!important;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:6px!important}
  .service-tags{gap:3px!important;margin-top:4px!important}
  .service-tags span{font-size:.42rem!important;padding:3px 4px!important;border-radius:999px!important}
  .home-service-actions{grid-template-columns:1fr!important;gap:4px!important;margin-top:6px!important}
  .home-service-actions .btn{min-height:24px!important;border-radius:8px!important;font-size:.45rem!important;padding:3px!important;width:100%!important}
  .home-goal-stage,.result-proof-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important}
  .goal-flip-card,.goal-flip-inner,.result-proof-card{min-height:142px!important}
  .goal-face,.result-proof-card{border-radius:16px!important;padding:10px 7px!important}
  .goal-face h3,.result-proof-card h3{font-size:clamp(.58rem,2.45vw,.76rem)!important;line-height:1.08!important}
  .goal-face p,.result-proof-card p{font-size:clamp(.46rem,1.95vw,.58rem)!important;line-height:1.22!important;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}
  .goal-front span,.result-proof-card span{width:28px!important;height:28px!important;border-radius:10px!important;font-size:.58rem!important}
  .before-after-grid,.bundle-grid,.micro-case-grid,.industry-path-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}
  .before-after-card,.bundle-card,.micro-case-card,.industry-path-card{border-radius:16px!important;padding:10px 8px!important}
  .before-after-card h3,.bundle-card h3,.micro-case-card h3,.industry-path-card h3{font-size:.7rem!important;line-height:1.08!important}
  .before-after-card p,.bundle-card p,.micro-case-card p,.industry-path-card p,.bundle-card strong{font-size:.52rem!important;line-height:1.22!important;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}
}
@media(max-width:380px){
  .home-service-grid.ultra-service-grid{gap:6px!important}
  .ultra-service{padding:8px 5px!important}
  .home-goal-stage,.result-proof-grid,.before-after-grid,.bundle-grid,.micro-case-grid,.industry-path-grid{gap:6px!important}
  .float-action{right:8px!important;width:50px!important;height:50px!important}
}

/* Phase 1 global compact mobile layout system */
@media(max-width:860px){
  :root{--phase1-gap:8px;--phase1-card-pad:10px 8px;--phase1-radius:16px}
  html{scroll-padding-top:82px!important}
  body{font-size:14px!important}
  .shell{width:calc(100% - 18px)!important}
  .section{padding:42px 0!important}
  .section-head{max-width:100%!important;margin-bottom:16px!important}
  .section-head.center-head{text-align:center!important}
  .kicker{font-size:.58rem!important;letter-spacing:.12em!important;margin-bottom:7px!important}
  h1{font-size:clamp(1.9rem,8.6vw,2.7rem)!important;line-height:1.02!important;max-width:100%!important;text-wrap:balance!important}
  h2{font-size:clamp(1.04rem,4.65vw,1.54rem)!important;line-height:1.08!important;text-wrap:balance!important}
  h3{font-size:clamp(.72rem,3.05vw,.95rem)!important;line-height:1.08!important}
  p,.lead{font-size:clamp(.62rem,2.55vw,.84rem)!important;line-height:1.32!important}
  .lead{max-width:100%!important}
  .pill{font-size:.52rem!important;padding:5px 8px!important;line-height:1.05!important}
  .hero,.page-hero-v7,.hero-v7{padding:34px 0 42px!important}
  .hero-grid,.split,.quote-page-grid,.home-hero-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;align-items:center!important}
  .hero-actions,.section-actions,.quick-actions,.offline-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}
  .hero-proof,.chip-row,.audit-checks{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:5px!important;width:100%!important}
  .hero-proof span,.chip-row span,.audit-checks span{min-width:0!important;padding:5px 4px!important;font-size:clamp(.48rem,2.15vw,.63rem)!important;line-height:1.05!important;text-align:center!important;white-space:normal!important}
  .ultra-service p{font-size:clamp(.46rem,1.92vw,.58rem)!important;line-height:1.18!important;-webkit-line-clamp:2!important}
  .ultra-service .service-tags span:nth-child(n+4){display:none!important}
  .ultra-service .service-symbol{width:34px!important;height:34px!important}
  .ultra-service .service-symbol svg,.ultra-service .service-symbol img,.ultra-service .service-logo-img,.ultra-service .service-platform-logo{width:24px!important;height:24px!important}
  .home-service-actions,.ultra-service .home-service-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:4px!important}
  .home-service-actions .btn,.ultra-service .home-service-actions .btn{min-width:0!important;width:auto!important}
  .cards.three,.plans.three,.blog-grid,.team-grid,.motion-board,.check-grid,.sitemap-grid,.answer-grid,.buyer-guide-grid,.buyer-grid,.industry-service-grid,.city-cluster-grid,.custom-care-grid,.frontend-bridge-grid,.included-grid,.payment-grid,.phase-one-grid,.quote-form-grid,.seo-link-cards,.showcase-grid,.subscription-grid,.tilt-grid,.icon-cards,.buyer-category-cards,.buyer-mistake-cards,.buyer-signal-cards,.mini-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:var(--phase1-gap)!important}
  .cards.four,.timeline,.home-trust-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:var(--phase1-gap)!important}
  .form-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  .cards article,.plan-card,.person-card,.blog-card,.map-block,.answer-card,.buyer-guide-card,.industry-service-card,.city-cluster-card,.custom-care-card,.frontend-bridge-cards,.home-group-card,.sample-card,.client-sample-card,.studio-card,.poster-card,.subscription-card,.payment-card,.quote-copy-card,.quote-form-card,.whatsapp-card,.visitor-action-card,.trust-flip-card,.home-flip-card{min-width:0!important;border-radius:var(--phase1-radius)!important;padding:var(--phase1-card-pad)!important}
  .cards article h3,.plan-card h3,.person-card h3,.blog-card h3,.answer-card h3,.buyer-guide-card h3,.industry-service-card h3,.city-cluster-card h3,.custom-care-card h3,.home-group-card h3,.sample-card h3,.client-sample-card h3,.studio-card h3,.poster-card h3,.subscription-card h3,.payment-card h3,.quote-copy-card h3,.quote-form-card h3,.whatsapp-card h3,.visitor-action-card h3{font-size:clamp(.62rem,2.6vw,.82rem)!important;line-height:1.08!important;margin-bottom:5px!important;overflow-wrap:break-word!important}
  .cards article p,.plan-card p,.person-card p,.blog-card p,.answer-card p,.buyer-guide-card p,.industry-service-card p,.city-cluster-card p,.custom-care-card p,.home-group-card p,.sample-card p,.client-sample-card p,.studio-card p,.poster-card p,.subscription-card p,.payment-card p,.quote-copy-card p,.quote-form-card p,.whatsapp-card p,.visitor-action-card p{font-size:clamp(.48rem,2.05vw,.62rem)!important;line-height:1.22!important;margin-bottom:6px!important;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}
  .blog-card img,.sample-card img,.client-sample-card img,.person-card img,.media-card img,.rounded-media{border-radius:12px!important}
  .blog-card img{height:76px!important;margin:-10px -8px 8px!important;width:calc(100% + 16px)!important;object-fit:cover!important}
  .person-card img{width:46px!important;height:46px!important;margin:0 auto 8px!important}
  .plan-card strong,.subscription-card strong,.payment-card strong{font-size:clamp(.88rem,3.6vw,1.22rem)!important;line-height:1.05!important}
  .timeline article{min-width:0!important;border-radius:15px!important;padding:9px 7px!important}
  .timeline article span{font-size:.52rem!important;padding:4px 6px!important;border-radius:8px!important}
  .btn{min-height:32px!important;border-radius:10px!important;padding:7px 8px!important;font-size:clamp(.52rem,2.25vw,.68rem)!important;line-height:1.05!important;white-space:normal!important;text-align:center!important}
  .btn.small{min-height:28px!important;padding:5px 7px!important}
  input,select,textarea{min-height:42px!important;border-radius:12px!important;padding:9px 10px!important;font-size:16px!important}
  textarea{min-height:92px!important}
  label{font-size:.74rem!important;line-height:1.2!important}
  .quote-page-grid,.quote-form-grid{gap:10px!important}
  .media-card,.rounded-media,.home-office-media,.video-frame{min-height:0!important}
  .media-card video,.home-office-media video,.video-frame video{height:auto!important;max-height:220px!important;object-fit:cover!important}
  .cta-panel{display:grid!important;grid-template-columns:1.5fr .8fr!important;gap:12px!important;align-items:center!important;padding:18px!important;border-radius:22px!important}
  .cta-panel h2{font-size:clamp(1rem,4.2vw,1.42rem)!important}
  .cta-panel p{font-size:clamp(.58rem,2.35vw,.78rem)!important}
  .site-footer{padding-top:38px!important}
  main,section,.shell,.nav-shell{min-width:0!important}
  [class*="grid"]>*{min-width:0!important}
}
@media(max-width:430px){
  .cards.three,.plans.three,.blog-grid,.team-grid,.motion-board,.check-grid,.sitemap-grid,.answer-grid,.buyer-guide-grid,.buyer-grid,.industry-service-grid,.city-cluster-grid,.custom-care-grid,.frontend-bridge-grid,.included-grid,.payment-grid,.phase-one-grid,.quote-form-grid,.seo-link-cards,.showcase-grid,.subscription-grid,.tilt-grid,.icon-cards,.buyer-category-cards,.buyer-mistake-cards,.buyer-signal-cards,.mini-grid{gap:6px!important}
  .cards.four,.timeline,.home-trust-grid{gap:6px!important}
  .hero-grid,.split,.quote-page-grid,.home-hero-grid{gap:8px!important}
  .cards article,.plan-card,.person-card,.blog-card,.map-block,.answer-card,.buyer-guide-card,.industry-service-card,.city-cluster-card,.custom-care-card,.home-group-card,.sample-card,.client-sample-card,.studio-card,.poster-card,.subscription-card,.payment-card,.quote-copy-card,.quote-form-card,.whatsapp-card,.visitor-action-card{padding:8px 6px!important;border-radius:14px!important}
  .form-grid{gap:6px!important}
}
@media(max-width:360px){
  .shell{width:calc(100% - 14px)!important}
  .ultra-service p{-webkit-line-clamp:1!important}
  .ultra-service .service-tags span:nth-child(n+3){display:none!important}
  .ultra-service .home-service-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .ultra-service .home-service-actions .btn{font-size:.38rem!important;padding:3px 2px!important}
  .cards.three,.plans.three,.blog-grid,.team-grid,.motion-board,.check-grid,.sitemap-grid,.answer-grid,.buyer-guide-grid,.buyer-grid,.industry-service-grid,.city-cluster-grid,.custom-care-grid,.frontend-bridge-grid,.included-grid,.payment-grid,.phase-one-grid,.quote-form-grid,.seo-link-cards,.showcase-grid,.subscription-grid,.tilt-grid,.icon-cards,.buyer-category-cards,.buyer-mistake-cards,.buyer-signal-cards,.mini-grid{gap:5px!important}
  .cards.four,.timeline,.home-trust-grid,.home-proof-row,.hero-proof,.chip-row,.audit-checks{gap:4px!important}
  .btn{font-size:.48rem!important;padding:5px 4px!important}
}

/* Phase 2 navigation polish and app drawer */
.site-header{z-index:620;background:rgba(255,255,255,.9);box-shadow:0 8px 32px rgba(31,64,120,.06)}
.menu-btn span{transition:transform .2s ease,opacity .18s ease}
body.nav-open .menu-btn span:nth-child(1){transform:translateY(8px) rotate(45deg)}
body.nav-open .menu-btn span:nth-child(2){opacity:0}
body.nav-open .menu-btn span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
@media(min-width:861px){
  .site-nav{display:flex!important}
  .site-nav[aria-hidden="true"]{visibility:visible!important}
  .footer-links{display:grid!important;max-height:none!important;opacity:1!important;overflow:visible!important}
}
@media(max-width:860px){
  body.nav-open{overflow:hidden!important;touch-action:none}
  body.nav-open .float-action,body.nav-open .mobile-app-tabbar,body.nav-open .mobile-conversion-prompt{opacity:.24!important;pointer-events:none!important;filter:saturate(.75)}
  .nav-shell{height:72px!important;width:calc(100% - 20px)!important}
  .brand{max-width:calc(100% - 66px)!important}
  .brand-icon{width:46px!important;height:46px!important}
  .brand strong{font-size:.98rem!important}
  .brand small{font-size:.58rem!important;letter-spacing:.1em!important}
  .menu-btn{width:54px!important;height:54px!important;flex:0 0 54px!important;border-radius:18px!important;z-index:690!important}
  .site-nav{
    position:fixed!important;
    top:calc(76px + env(safe-area-inset-top,0px))!important;
    left:10px!important;
    right:10px!important;
    bottom:calc(92px + var(--safe-bottom,0px))!important;
    width:auto!important;
    height:auto!important;
    max-height:none!important;
    display:none!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    align-content:start!important;
    align-items:stretch!important;
    justify-items:stretch!important;
    gap:8px!important;
    overflow:auto!important;
    -webkit-overflow-scrolling:touch!important;
    overscroll-behavior:contain!important;
    padding:12px!important;
    border:1px solid rgba(220,232,248,.96)!important;
    border-radius:26px!important;
    background:rgba(255,255,255,.97)!important;
    box-shadow:0 34px 92px rgba(7,19,39,.24)!important;
    backdrop-filter:blur(22px)!important;
    z-index:660!important;
  }
  body.nav-open .site-nav{display:grid!important}
  .site-nav>.nav-item,.site-nav>.nav-group>.nav-item,.site-nav>.mobile-pay-link{
    width:100%!important;
    min-width:0!important;
    min-height:78px!important;
    margin:0!important;
    padding:8px 5px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:6px!important;
    text-align:center!important;
    border:1px solid #dce8f8!important;
    border-radius:19px!important;
    background:linear-gradient(145deg,#fff,#f6faff)!important;
    color:#071327!important;
    box-shadow:0 10px 26px rgba(31,64,120,.08)!important;
    overflow:hidden!important;
  }
  .site-nav>.nav-item:hover,.site-nav>.nav-group>.nav-item:hover,.site-nav>.nav-item.is-active,.site-nav>.nav-group>.nav-item.is-active{background:#eef5ff!important;color:#155eef!important}
  .site-nav .nav-item .ui-icon{width:34px!important;height:34px!important;border-radius:13px!important}
  .site-nav .nav-item span:not(.ui-icon),.site-nav>.mobile-pay-link{
    font-size:clamp(.62rem,2.55vw,.78rem)!important;
    line-height:1.05!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
  }
  .site-nav>.nav-group{display:contents!important}
  .site-nav>.nav-group>.nav-item:after{content:"+"!important;position:absolute;right:7px;top:5px;width:18px;height:18px;border-radius:50%;display:grid;place-items:center;background:#eef5ff;color:#155eef;font-size:.72rem}
  .site-nav>.nav-group.is-open>.nav-item:after{content:"-"!important;background:#155eef;color:#fff}
  .site-nav>.mobile-pay-link{background:linear-gradient(135deg,#155eef,#10b981)!important;color:#fff!important;font-weight:950!important;text-decoration:none!important}
  .site-nav>.nav-group>.dropdown,.site-nav>.nav-group>.mega-dropdown{
    grid-column:1/-1!important;
    position:static!important;
    width:100%!important;
    max-width:100%!important;
    max-height:46vh!important;
    display:none!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
    padding:8px!important;
    margin:0!important;
    overflow:auto!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
    border-radius:20px!important;
    background:linear-gradient(145deg,#f8fbff,#ffffff)!important;
    border:1px solid #dce8f8!important;
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.72)!important;
  }
  .site-nav>.nav-group.is-open>.dropdown,.site-nav>.nav-group.is-open>.mega-dropdown{display:grid!important}
  .mega-category{padding:10px!important;border-radius:15px!important}
  .mega-category h3{font-size:.7rem!important;line-height:1.05!important;margin-bottom:7px!important}
  .mega-links{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:5px!important}
  .mega-dropdown .mega-category a,.mega-dropdown .mega-footer a{
    min-height:48px!important;
    padding:7px 6px!important;
    border-radius:12px!important;
    gap:2px!important;
  }
  .mega-dropdown strong{font-size:.56rem!important;line-height:1.05!important}
  .mega-dropdown span{font-size:.46rem!important;line-height:1.12!important;display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .mega-footer{grid-column:1/-1!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;padding-top:8px!important}
  .footer-toggle{position:relative!important}
  .footer-links{
    display:grid!important;
    max-height:0!important;
    opacity:0!important;
    overflow:hidden!important;
    transition:max-height .24s ease,opacity .2s ease!important;
  }
  .footer-col.is-open .footer-links{max-height:460px!important;opacity:1!important}
}
@media(max-width:380px){
  .site-nav{gap:6px!important;padding:9px!important;border-radius:23px!important}
  .site-nav>.nav-item,.site-nav>.nav-group>.nav-item,.site-nav>.mobile-pay-link{min-height:70px!important;border-radius:16px!important;padding:7px 4px!important}
  .site-nav .nav-item .ui-icon{width:30px!important;height:30px!important}
  .mega-dropdown .mega-category a,.mega-dropdown .mega-footer a{min-height:44px!important;padding:6px 5px!important}
}

/* Phase 3 content layout polish and compact cards */
@media(max-width:860px){
  :root{--phase3-gap:7px;--phase3-card-pad:9px 7px;--phase3-radius:15px}
  main,section,.shell,.section,.article-block{min-width:0!important}
  section,.section{overflow:hidden}
  .section-head{display:grid!important;justify-items:center!important;text-align:center!important;gap:6px!important}
  .section-head h1,.section-head h2,.section-head h3,.section-head p{max-width:min(100%,370px)!important;margin-left:auto!important;margin-right:auto!important}
  .home-hero-center{padding-inline:4px!important}
  .home-hero-center h1{max-width:370px!important}
  .home-hero-center .hero-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;width:min(100%,356px)!important;gap:8px!important;margin-left:auto!important;margin-right:auto!important}
  .home-hero-center .hero-actions .btn{width:100%!important}
  .home-proof-row,.hero-proof,.chip-row,.audit-checks{align-items:stretch!important}
  .home-proof-row span,.hero-proof span,.chip-row span,.audit-checks span{display:grid!important;place-items:center!important;min-height:34px!important;overflow:hidden!important;text-overflow:ellipsis!important}
  .home-service-grid.ultra-service-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:var(--phase3-gap)!important}
  .ultra-service{min-height:188px!important;display:grid!important;grid-template-rows:auto auto 1fr auto auto!important;align-content:start!important;padding:var(--phase3-card-pad)!important;border-radius:var(--phase3-radius)!important;overflow:hidden!important}
  .ultra-service .service-topline{min-height:34px!important}
  .ultra-service h3{min-height:2.15em!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
  .ultra-service p{min-height:3.5em!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
  .service-tags{min-height:34px!important;align-content:start!important;overflow:hidden!important}
  .service-tags span{max-width:100%!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
  .home-service-actions{align-self:end!important;min-height:28px!important}
  .home-service-actions .btn{min-height:26px!important;border-radius:9px!important}
  .home-goal-stage,.result-proof-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:var(--phase3-gap)!important}
  .goal-flip-card,.goal-flip-inner,.result-proof-card{min-height:150px!important}
  .goal-face,.result-proof-card{padding:10px 7px!important;border-radius:var(--phase3-radius)!important}
  .goal-face h3,.result-proof-card h3{min-height:2.2em!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
  .goal-face p,.result-proof-card p{display:-webkit-box!important;-webkit-line-clamp:4!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
  .before-after-grid,.bundle-grid,.micro-case-grid,.industry-path-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:var(--phase3-gap)!important}
  .before-after-card,.bundle-card,.micro-case-card,.industry-path-card{min-height:142px!important;display:grid!important;align-content:start!important;padding:10px 7px!important;border-radius:var(--phase3-radius)!important;overflow:hidden!important}
  .before-after-card p,.bundle-card p,.micro-case-card p,.industry-path-card p{display:-webkit-box!important;-webkit-line-clamp:4!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
  .cards.three article,.blog-card,.answer-card,.industry-service-card,.city-cluster-card,.custom-care-card,.buyer-guide-card,.sample-card,.client-sample-card,.studio-card,.poster-card{min-height:132px!important;display:grid!important;align-content:start!important;overflow:hidden!important}
  .cards.three article p,.blog-card p,.answer-card p,.industry-service-card p,.city-cluster-card p,.custom-care-card p,.buyer-guide-card p,.sample-card p,.client-sample-card p,.studio-card p,.poster-card p{display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
  .plans.three .plan-card,.pricing-carousel .plan-card,.subscription-card,.payment-card{min-height:280px!important;display:grid!important;grid-template-rows:auto auto auto 1fr auto!important;overflow:hidden!important}
  .plan-card ul,.subscription-card ul,.payment-card ul{margin:6px 0!important;padding-left:13px!important;display:grid!important;gap:4px!important;align-content:start!important}
  .plan-card li,.subscription-card li,.payment-card li{font-size:clamp(.48rem,2.05vw,.62rem)!important;line-height:1.18!important}
  .plan-card li:nth-child(n+7),.subscription-card li:nth-child(n+7),.payment-card li:nth-child(n+7){display:none!important}
  .plan-card .btn,.subscription-card .btn,.payment-card .btn{align-self:end!important}
  .mobile-collapsible .mobile-accordion-body{display:none!important}
  .mobile-collapsible.is-open .mobile-accordion-body{display:block!important}
  .mobile-accordion-toggle,.mobile-reveal-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:38px!important;margin:8px 0 0!important;border:1px solid #dce8f8!important;border-radius:13px!important;background:linear-gradient(135deg,#155eef,#10b981)!important;color:#fff!important;font-weight:950!important;font-size:.72rem!important}
  .mobile-accordion-section>.shell,.mobile-accordion-section.article-block{padding:16px 12px!important}
  .phase2-swipe:not(.home-service-grid):not(.home-goal-stage):not(.result-proof-grid):not(.before-after-grid):not(.bundle-grid):not(.micro-case-grid):not(.industry-path-grid){scroll-snap-type:x proximity!important;overflow-x:auto!important;padding-bottom:10px!important}
  .phase2-swipe:not(.home-service-grid):not(.home-goal-stage):not(.result-proof-grid):not(.before-after-grid):not(.bundle-grid):not(.micro-case-grid):not(.industry-path-grid)>*{scroll-snap-align:start!important}
  .quote-page-grid,.quote-form-grid,.form-grid{grid-template-columns:1fr!important}
  .quote-page-grid{gap:12px!important}
  .quote-form-card,.quote-copy-card{width:100%!important;max-width:100%!important}
  .quote-form-grid label,.form-grid label{width:100%!important;min-width:0!important}
  .quote-form-grid input,.quote-form-grid select,.quote-form-grid textarea,.form-grid input,.form-grid select,.form-grid textarea{width:100%!important;max-width:100%!important;box-sizing:border-box!important}
  .btn,.nav-item,.footer-links a{overflow-wrap:anywhere!important}
}
@media(max-width:380px){
  .home-service-grid.ultra-service-grid,.home-goal-stage,.result-proof-grid,.before-after-grid,.bundle-grid,.micro-case-grid,.industry-path-grid{gap:6px!important}
  .ultra-service{min-height:174px!important;padding:8px 5px!important}
  .ultra-service .service-symbol{width:30px!important;height:30px!important}
  .ultra-service .service-symbol svg,.ultra-service .service-symbol img,.ultra-service .service-logo-img,.ultra-service .service-platform-logo{width:21px!important;height:21px!important}
  .ultra-service p{-webkit-line-clamp:2!important;min-height:2.35em!important}
  .service-tags span:nth-child(n+3){display:none!important}
  .goal-flip-card,.goal-flip-inner,.result-proof-card{min-height:136px!important}
  .before-after-card,.bundle-card,.micro-case-card,.industry-path-card{min-height:128px!important}
  .plans.three .plan-card,.pricing-carousel .plan-card,.subscription-card,.payment-card{min-height:252px!important}
  .plan-card li:nth-child(n+6),.subscription-card li:nth-child(n+6),.payment-card li:nth-child(n+6){display:none!important}
}

/* Phase 4 page rhythm and interaction polish */
@media(max-width:860px){
  html.phase4-page-polish{scroll-behavior:smooth}
  .mobile-page-tools{align-items:center!important;min-height:58px!important;scroll-padding-inline:14px!important}
  .mobile-page-tools a{min-height:38px!important;max-width:168px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
  .mobile-page-tools a.is-current{background:linear-gradient(135deg,#155eef,#10b981)!important;color:#fff!important;border-color:transparent!important;box-shadow:0 12px 28px rgba(21,94,239,.22)!important}
  .mobile-page-tools a.is-primary.is-current{background:linear-gradient(135deg,#ff3838,#ff7e22)!important}
  .mobile-accordion-section{scroll-margin-top:136px!important}
  .mobile-accordion-section>.shell,.mobile-accordion-section.article-block{overflow:hidden!important}
  .mobile-accordion-section.is-open>.shell,.mobile-accordion-section.article-block.is-open{box-shadow:0 18px 48px rgba(31,64,120,.12)!important}
  .mobile-accordion-body{animation:phase4AccordionIn .2s ease both}
  .mobile-accordion-toggle{letter-spacing:.01em!important}
  .mobile-accordion-toggle:focus-visible{outline:3px solid rgba(16,185,129,.26)!important;outline-offset:3px!important}
  .section-actions,.quick-actions,.hero-actions,.home-service-actions{align-items:stretch!important}
  .section-actions .btn,.quick-actions .btn,.hero-actions .btn,.home-service-actions .btn{min-width:0!important}
  .blog-card img,.sample-card img,.client-sample-card img,.media-card img,.rounded-media img{aspect-ratio:16/10!important;object-fit:cover!important}
  .media-card,.home-office-media,.video-frame,.browser-frame,.phone-frame{overflow:hidden!important}
  .media-card video,.home-office-media video,.video-frame video{width:100%!important}
  .phase2-swipe{overscroll-behavior-x:contain!important}
  .phase2-swipe>*{height:auto!important}
  .cards article,.blog-card,.answer-card,.buyer-guide-card,.industry-service-card,.city-cluster-card,.custom-care-card,.plan-card,.subscription-card,.payment-card{height:100%!important}
  .quote-form-card .quote-status,.contact-status{min-height:24px!important;display:block!important}
  .table-wrap,.responsive-table{max-width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}
  table{max-width:100%!important}
  .mobile-cta-compact .cta-panel{position:relative!important;overflow:hidden!important}
  .mobile-cta-compact .cta-panel:after{content:"";position:absolute;right:-44px;bottom:-44px;width:120px;height:120px;border-radius:50%;background:rgba(16,185,129,.12);pointer-events:none}
  .mobile-cta-muted{display:none!important}
}
@media(max-width:430px){
  .mobile-page-tools{gap:6px!important;padding:8px 10px!important}
  .mobile-page-tools a{font-size:.72rem!important;max-width:134px!important;padding:7px 10px!important}
  .mobile-accordion-section>.shell,.mobile-accordion-section.article-block{padding:14px 10px!important;border-radius:20px!important}
}
@keyframes phase4AccordionIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}

/* Phase 5 final production hardening and mobile parity */
@media(max-width:860px){
  html.phase5-final-ready,html.phase5-final-ready body{max-width:100vw!important;overflow-x:hidden!important}
  html.phase5-final-ready *{box-sizing:border-box}
  html.phase5-final-ready main,html.phase5-final-ready section,html.phase5-final-ready .shell{min-width:0!important}
  html.phase5-final-ready :where(h1,h2,h3,h4,p,li,a,button,span,strong,small,label,legend){overflow-wrap:anywhere}
  html.phase5-final-ready :where(img,video,canvas,iframe,svg){max-width:100%}
  html.phase5-final-ready iframe{border-radius:18px!important;border:1px solid #dce8f8!important}
  .phase5-table-wrap{width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:18px;border:1px solid #dce8f8;background:#fff}
  .phase5-table-wrap table{min-width:560px;margin:0!important}
  .phase5-final-ready .mobile-page-tools{contain:layout paint;max-width:100vw!important}
  .phase5-final-ready .mobile-app-tabbar{contain:layout paint;max-width:calc(100vw - 12px)!important}
  .phase5-final-ready .float-action{contain:layout paint}
  .phase5-final-ready .site-nav,.phase5-final-ready .mobile-conversion-sheet,.phase5-final-ready .home-lead-panel{max-width:calc(100vw - 20px)!important}
  .phase5-final-ready .cards article,.phase5-final-ready .plan-card,.phase5-final-ready .blog-card,.phase5-final-ready .answer-card,.phase5-final-ready .industry-service-card,.phase5-final-ready .city-cluster-card,.phase5-final-ready .custom-care-card,.phase5-final-ready .buyer-guide-card{contain:layout paint style}
  .phase5-final-ready .quote-feature-box,.phase5-final-ready .checkbox-grid,.phase5-final-ready .option-grid{grid-template-columns:1fr!important}
  .phase5-final-ready .quote-feature-box label,.phase5-final-ready fieldset label{width:100%!important;max-width:100%!important}
  .phase5-final-ready .hero-actions .btn,.phase5-final-ready .section-actions .btn,.phase5-final-ready .quick-actions .btn{display:flex!important;align-items:center!important;justify-content:center!important}
  .phase5-final-ready .mobile-accordion-body :where(.cards,.cards.three,.cards.four,.blog-grid,.answer-grid,.buyer-guide-grid,.seo-link-cards){margin-top:12px!important}
  .phase5-final-ready .mobile-accordion-body{overflow:hidden!important}
  .phase5-final-ready .phase2-swipe{scrollbar-width:none!important}
  .phase5-final-ready .phase2-swipe::-webkit-scrollbar{display:none!important}
  .phase5-final-ready .phase2-swipe>*{max-width:min(84vw,330px)!important}
  .phase5-final-ready .mobile-network-status,.phase5-final-ready .mobile-install-chip{max-width:calc(100vw - 28px)!important}
  .phase5-final-ready .footer-links a{min-height:42px!important}
}
@media(max-width:380px){
  .phase5-final-ready .mobile-app-tabbar{max-width:calc(100vw - 8px)!important}
  .phase5-final-ready .mobile-page-tools a{max-width:118px!important}
  .phase5-final-ready .float-action{width:48px!important;height:48px!important}
}

/* v69 mobile scroll stability hotfix */
@media(max-width:860px){
  html{overflow-x:hidden!important;overflow-y:visible!important;scroll-behavior:auto!important}
  body{height:auto!important;min-height:100%!important;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior-y:auto!important;-webkit-overflow-scrolling:touch}
  main,section,.section{overflow-y:visible!important}
  body:not(.nav-open){position:static!important;touch-action:pan-y!important}
  html.phase5-final-ready body:not(.nav-open),html.phase7-stable-vh body:not(.nav-open){overflow-y:auto!important;touch-action:pan-y!important}
  .mobile-read-progress{pointer-events:none!important}
  .site-nav .dropdown,.site-nav .mega-dropdown{pointer-events:none!important}
  .site-nav>.nav-group:hover>.dropdown,.site-nav>.nav-group:hover>.mega-dropdown,
  .site-nav>.nav-group.is-open>.dropdown,.site-nav>.nav-group.is-open>.mega-dropdown{pointer-events:auto!important}
  body:not(.nav-open) .site-nav{pointer-events:none!important}
  body.nav-open .site-nav{pointer-events:auto!important}
  html.phase7-stable-vh .home-video-hero{min-height:calc((var(--phase7-vh,1svh) * 100) - 72px)!important}
  html.phase7-scroll-stable .home-video-hero{min-height:calc((var(--phase7-vh,1svh) * 100) - 72px)!important}
  html.intro-pending .brand-loader{display:none!important}
  .brand-loader{display:none!important}
  .reveal,.ultra-service,.goal-face,.result-proof-card,.before-after-card,.bundle-card,.micro-case-card,.industry-path-card{animation:none!important;transition-duration:.01ms!important}
  .home-hero-video{transform:none!important;will-change:auto!important}
}

/* v70 hard mobile scroll restore */
html.intro-pending,
html.intro-pending body{
  overflow:visible!important;
}
html.intro-pending .brand-loader,
.brand-loader{
  display:none!important;
  pointer-events:none!important;
  visibility:hidden!important;
}
@media(max-width:860px){
  html,
  html.phase5-final-ready,
  html.phase7-stable-vh,
  html.phase7-no-overflow,
  html.phase7-scroll-stable{
    height:auto!important;
    min-height:100%!important;
    max-height:none!important;
    overflow:visible!important;
    overscroll-behavior:auto!important;
    touch-action:auto!important;
    scroll-behavior:auto!important;
  }
  body,
  html.phase5-final-ready body,
  html.phase7-stable-vh body,
  html.phase7-no-overflow body,
  html.phase7-scroll-stable body{
    position:static!important;
    height:auto!important;
    min-height:100%!important;
    max-height:none!important;
    overflow:visible!important;
    overscroll-behavior:auto!important;
    touch-action:auto!important;
    -webkit-overflow-scrolling:auto!important;
    padding-bottom:112px!important;
  }
  body.nav-open{
    overflow:hidden!important;
    touch-action:none!important;
    position:fixed!important;
    inset:0!important;
  }
  body:not(.nav-open),
  html.phase5-final-ready body:not(.nav-open),
  html.phase7-stable-vh body:not(.nav-open),
  html.phase7-scroll-stable body:not(.nav-open){
    position:static!important;
    overflow:visible!important;
    touch-action:auto!important;
  }
  body:not(.nav-open) .site-nav{
    pointer-events:none!important;
    display:none!important;
  }
  body.nav-open .site-nav{
    pointer-events:auto!important;
    display:grid!important;
  }
  main,
  #main,
  section,
  .section,
  .shell,
  .nav-shell,
  .hero,
  .home-video-hero,
  .page-hero-v7,
  .hero-v7{
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    overflow:visible!important;
    overscroll-behavior:auto!important;
  }
  .home-video-hero{
    min-height:auto!important;
    padding-top:54px!important;
    padding-bottom:54px!important;
  }
  .mobile-page-tools,
  .mobile-read-progress,
  .mobile-conversion-prompt,
  .mobile-install-chip,
  .mobile-network-status{
    display:none!important;
    pointer-events:none!important;
  }
  .mobile-app-tabbar{
    pointer-events:none!important;
    touch-action:auto!important;
    contain:paint!important;
  }
  .mobile-app-tabbar a{
    pointer-events:auto!important;
    touch-action:manipulation!important;
  }
  .float-action{
    touch-action:manipulation!important;
    animation:none!important;
  }
  .phase2-swipe{
    overscroll-behavior:auto!important;
    touch-action:auto!important;
  }
}

/* v71 mobile readability and header alignment repair */
@media(max-width:860px){
  html,body{
    width:100%!important;
    max-width:100vw!important;
    overflow-x:hidden!important;
  }
  .site-header{
    position:sticky!important;
    top:0!important;
    z-index:900!important;
  }
  .site-header .nav-shell{
    width:100%!important;
    max-width:100vw!important;
    height:72px!important;
    margin:0!important;
    padding:0 14px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:10px!important;
  }
  .site-header .brand{
    flex:1 1 auto!important;
    min-width:0!important;
    max-width:calc(100vw - 92px)!important;
    gap:9px!important;
  }
  .site-header .brand-icon{
    width:46px!important;
    height:46px!important;
    flex:0 0 46px!important;
  }
  .site-header .brand strong{
    display:block!important;
    font-size:1.03rem!important;
    line-height:1.05!important;
    white-space:nowrap!important;
  }
  .site-header .brand small{
    display:block!important;
    max-width:170px!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    font-size:.55rem!important;
    line-height:1.15!important;
  }
  .nav-actions{
    margin-left:auto!important;
    flex:0 0 auto!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
  }
  .nav-actions .pay-header{
    display:none!important;
  }
  .menu-btn{
    position:relative!important;
    right:auto!important;
    margin-left:auto!important;
    width:50px!important;
    height:50px!important;
    flex:0 0 50px!important;
    display:grid!important;
    place-items:center!important;
    transform:none!important;
  }
  .menu-btn span{
    width:23px!important;
    height:3px!important;
    margin:3px auto!important;
  }
  .site-nav{
    top:72px!important;
    max-width:100vw!important;
  }
  main,
  section,
  .section,
  .hero,
  .page-hero-v7,
  .hero-v7,
  .home-video-hero{
    max-width:100vw!important;
    overflow-x:hidden!important;
  }
  .shell:not(.nav-shell),
  .hero-grid,
  .split,
  .article,
  .form-shell,
  .cta-panel{
    width:calc(100% - 28px)!important;
    max-width:480px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:0!important;
    padding-right:0!important;
  }
  .section{
    padding-top:42px!important;
    padding-bottom:42px!important;
  }
  .section-head{
    margin-bottom:18px!important;
  }
  h1{
    font-size:clamp(2rem,10vw,2.8rem)!important;
    line-height:1.08!important;
    max-width:100%!important;
  }
  h2{
    font-size:clamp(1.55rem,7vw,2.1rem)!important;
    line-height:1.12!important;
  }
  h3{
    font-size:clamp(1.02rem,4.8vw,1.28rem)!important;
    line-height:1.16!important;
  }
  p,.lead,li{
    font-size:.94rem!important;
    line-height:1.48!important;
  }
  .phase2-swipe{
    display:grid!important;
    overflow:visible!important;
    scroll-snap-type:none!important;
    padding-left:0!important;
    padding-right:0!important;
    margin-left:0!important;
    margin-right:0!important;
  }
  .phase2-swipe>*{
    max-width:100%!important;
    scroll-snap-align:none!important;
  }
  .home-service-grid.ultra-service-grid,
  .cards.three,
  .cards.four,
  .plans.three,
  .blog-grid,
  .team-grid,
  .motion-board,
  .check-grid,
  .sitemap-grid,
  .timeline,
  .answer-grid,
  .buyer-guide-grid,
  .industry-service-grid,
  .city-cluster-grid,
  .home-goal-stage,
  .home-trust-grid,
  .result-proof-grid,
  .before-after-grid,
  .bundle-grid,
  .micro-case-grid,
  .industry-path-grid{
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
  .home-service-grid.ultra-service-grid{
    display:grid!important;
  }
  .ultra-service,
  .cards article,
  .plan-card,
  .blog-card,
  .answer-card,
  .buyer-guide-card,
  .industry-service-card,
  .city-cluster-card,
  .custom-care-card,
  .sample-card,
  .client-sample-card,
  .studio-card,
  .poster-card,
  .subscription-card,
  .payment-card{
    min-height:auto!important;
    height:auto!important;
    display:block!important;
    padding:18px!important;
    border-radius:22px!important;
    overflow:visible!important;
    contain:none!important;
  }
  .ultra-service{
    display:grid!important;
    grid-template-columns:auto 1fr!important;
    grid-template-areas:"icon title" "icon text" "tags tags" "actions actions"!important;
    column-gap:12px!important;
    align-items:start!important;
  }
  .ultra-service .service-topline{grid-area:icon!important;margin:0!important}
  .ultra-service h3{grid-area:title!important;min-height:0!important;margin:0 0 5px!important;font-size:1.08rem!important;-webkit-line-clamp:2!important}
  .ultra-service p{grid-area:text!important;min-height:0!important;font-size:.9rem!important;line-height:1.42!important;-webkit-line-clamp:2!important;margin:0!important}
  .ultra-service .service-tags{grid-area:tags!important;margin-top:12px!important;min-height:0!important;display:flex!important;gap:6px!important;overflow:hidden!important}
  .ultra-service .service-tags span:nth-child(n+4){display:none!important}
  .ultra-service .home-service-actions{grid-area:actions!important;margin-top:12px!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}
  .ultra-service .home-service-actions .btn{font-size:.74rem!important;min-height:40px!important;padding:8px 7px!important;width:100%!important}
  .ultra-service .service-symbol,
  .ultra-service .service-logo-img,
  .ultra-service .service-platform-logo{
    width:46px!important;
    height:46px!important;
  }
  .ultra-service .service-symbol svg,
  .ultra-service .service-symbol img{
    width:34px!important;
    height:34px!important;
  }
  .cards article p,
  .plan-card p,
  .blog-card p,
  .answer-card p,
  .buyer-guide-card p,
  .industry-service-card p,
  .city-cluster-card p,
  .custom-care-card p,
  .sample-card p,
  .client-sample-card p,
  .studio-card p,
  .poster-card p,
  .subscription-card p,
  .payment-card p,
  .article p{
    display:-webkit-box!important;
    -webkit-line-clamp:4!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
    min-height:0!important;
  }
  .article li{
    margin-bottom:8px!important;
  }
  .mobile-accordion-section{
    padding-top:26px!important;
    padding-bottom:26px!important;
  }
  .mobile-accordion-section>.shell,
  .mobile-accordion-section.article-block{
    width:calc(100% - 28px)!important;
    max-width:480px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding:16px!important;
    overflow:visible!important;
  }
  .mobile-accordion-body{
    overflow:visible!important;
  }
  .mobile-accordion-toggle,
  .mobile-reveal-btn{
    min-height:44px!important;
    border-radius:14px!important;
    font-size:.86rem!important;
    margin-top:12px!important;
  }
  .mobile-cta-muted{
    display:none!important;
  }
  .cta-panel{
    padding:22px 18px!important;
    border-radius:24px!important;
  }
  .hero-actions,
  .section-actions,
  .quick-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
  }
  .hero-actions .btn,
  .section-actions .btn,
  .quick-actions .btn{
    width:100%!important;
    min-height:48px!important;
  }
}
@media(max-width:390px){
  .site-header .brand small{max-width:130px!important}
  .site-header .brand strong{font-size:.98rem!important}
  .shell:not(.nav-shell),
  .hero-grid,
  .split,
  .article,
  .form-shell,
  .cta-panel{
    width:calc(100% - 22px)!important;
  }
  .ultra-service{padding:15px!important}
  .ultra-service .home-service-actions{grid-template-columns:1fr!important}
}

/* v71 compact service selector override */
@media(max-width:860px){
  .home-service-grid.ultra-service-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }
  .home-service-grid.ultra-service-grid .ultra-service{
    display:grid!important;
    grid-template-columns:1fr!important;
    grid-template-areas:"icon" "title" "text" "actions"!important;
    gap:7px!important;
    padding:12px 10px!important;
    border-radius:18px!important;
    min-height:178px!important;
  }
  .home-service-grid.ultra-service-grid .service-topline{
    grid-area:icon!important;
    display:flex!important;
    justify-content:space-between!important;
    align-items:center!important;
  }
  .home-service-grid.ultra-service-grid .ultra-service h3{
    grid-area:title!important;
    font-size:.86rem!important;
    line-height:1.12!important;
    min-height:2.2em!important;
    margin:0!important;
  }
  .home-service-grid.ultra-service-grid .ultra-service p{
    grid-area:text!important;
    font-size:.64rem!important;
    line-height:1.25!important;
    -webkit-line-clamp:2!important;
    min-height:2.5em!important;
  }
  .home-service-grid.ultra-service-grid .service-tags{
    display:none!important;
  }
  .home-service-grid.ultra-service-grid .home-service-actions{
    grid-area:actions!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:6px!important;
    margin-top:2px!important;
  }
  .home-service-grid.ultra-service-grid .home-service-actions .btn{
    min-height:34px!important;
    font-size:.62rem!important;
    padding:6px 5px!important;
  }
  .home-service-grid.ultra-service-grid .home-service-actions .btn:first-child{
    display:none!important;
  }
}
@media(max-width:370px){
  .home-service-grid.ultra-service-grid{
    gap:8px!important;
  }
  .home-service-grid.ultra-service-grid .ultra-service{
    padding:10px 8px!important;
  }
}

/* v71 tall-section targeted repair */
@media(max-width:860px){
  .phase-one-grid{
    display:block!important;
    width:calc(100% - 28px)!important;
    max-width:480px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .phase-one-copy{
    display:block!important;
    max-width:100%!important;
  }
  .phase-one-copy .kicker{
    display:block!important;
    height:auto!important;
    font-size:.68rem!important;
    line-height:1.25!important;
    margin-bottom:8px!important;
  }
  .phase-one-copy h2{
    height:auto!important;
    font-size:clamp(1.45rem,7vw,1.95rem)!important;
    line-height:1.12!important;
    margin-bottom:10px!important;
  }
  .phase-one-copy>p{
    height:auto!important;
    font-size:.92rem!important;
    line-height:1.45!important;
    display:-webkit-box!important;
    -webkit-line-clamp:3!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
    margin-bottom:14px!important;
  }
  .phase-one-stats{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    height:auto!important;
  }
  .phase-one-stats>*{
    min-height:0!important;
    height:auto!important;
    padding:12px 10px!important;
    border-radius:18px!important;
    overflow:hidden!important;
  }
  .phase-one-stats h3,
  .phase-one-stats strong{
    font-size:.82rem!important;
    line-height:1.14!important;
    margin:0 0 5px!important;
  }
  .phase-one-stats p,
  .phase-one-stats small{
    font-size:.64rem!important;
    line-height:1.25!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
    margin:0!important;
  }
  .sample-carousel{
    padding:14px!important;
    border-radius:22px!important;
  }
  .sample-carousel-window{
    min-height:auto!important;
  }
  .sample-carousel .client-sample-card.carousel-slide{
    display:none!important;
    min-height:auto!important;
  }
  .sample-carousel .client-sample-card.carousel-slide.is-active{
    display:block!important;
    min-height:auto!important;
  }
  .sample-carousel .sample-browser{
    min-height:170px!important;
    height:auto!important;
  }
  .sample-carousel .sample-info{
    padding-top:12px!important;
  }
  .sample-carousel .carousel-control{
    width:38px!important;
    height:38px!important;
  }
  .sample-carousel .prev{left:8px!important}
  .sample-carousel .next{right:8px!important}
  .home-office-proof .split{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:18px!important;
  }
  .home-office-proof .rounded-media,
  .home-office-proof video,
  .home-office-proof img{
    height:260px!important;
    object-fit:cover!important;
  }
  .home-trust-grid{
    grid-template-columns:1fr!important;
  }
}
@media(max-width:370px){
  .phase-one-stats{
    grid-template-columns:1fr!important;
  }
}

/* v72 second-pass mobile length reduction */
@media(max-width:860px){
  .home-service-grid.ultra-service-grid .ultra-service{
    min-height:158px!important;
    padding:10px 9px!important;
  }
  .home-service-grid.ultra-service-grid .ultra-service p{
    -webkit-line-clamp:1!important;
    min-height:1.25em!important;
  }
  .home-service-grid.ultra-service-grid .home-service-actions .btn{
    min-height:32px!important;
  }
  .home-office-proof{
    padding-top:34px!important;
    padding-bottom:34px!important;
  }
  .home-office-proof .rounded-media,
  .home-office-proof video,
  .home-office-proof img{
    height:210px!important;
  }
  .home-office-proof .home-trust-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }
  .home-office-proof .trust-flip-card,
  .home-office-proof .trust-flip-inner{
    min-height:138px!important;
  }
  .home-office-proof .trust-face{
    padding:12px 10px!important;
    border-radius:18px!important;
  }
  .home-office-proof .trust-face h3{
    font-size:.78rem!important;
    line-height:1.14!important;
    margin-bottom:5px!important;
  }
  .home-office-proof .trust-face p{
    font-size:.62rem!important;
    line-height:1.25!important;
    display:-webkit-box!important;
    -webkit-line-clamp:3!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  .client-samples{
    padding-top:34px!important;
    padding-bottom:34px!important;
  }
  .sample-carousel .sample-browser{
    min-height:135px!important;
  }
  .sample-carousel .sample-info p{
    -webkit-line-clamp:3!important;
  }
  .micro-case-section{
    padding-top:34px!important;
    padding-bottom:34px!important;
  }
}

/* v73 fast mobile section repair */
@media(max-width:860px){
  .site-header{
    position:sticky!important;
    top:0!important;
  }
  .nav-shell{
    padding-left:12px!important;
    padding-right:12px!important;
    gap:8px!important;
  }
  .brand-icon{
    width:44px!important;
    height:44px!important;
    flex:0 0 44px!important;
  }
  .brand strong{
    font-size:1.05rem!important;
  }
  .brand small{
    font-size:.56rem!important;
    letter-spacing:.08em!important;
  }
  .nav-actions{
    margin-left:auto!important;
    min-width:52px!important;
    justify-content:flex-end!important;
  }
  .menu-btn{
    width:50px!important;
    height:50px!important;
    margin-left:auto!important;
    flex:0 0 50px!important;
  }
  .home-service-grid.ultra-service-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:8px!important;
  }
  .home-service-grid.ultra-service-grid .ultra-service{
    min-height:132px!important;
    padding:8px 6px!important;
    border-radius:16px!important;
    gap:5px!important;
    text-align:center!important;
  }
  .home-service-grid.ultra-service-grid .service-topline{
    justify-content:center!important;
  }
  .home-service-grid.ultra-service-grid .service-number{
    display:none!important;
  }
  .home-service-grid.ultra-service-grid .service-symbol{
    width:36px!important;
    height:36px!important;
    border-radius:12px!important;
    margin:auto!important;
  }
  .home-service-grid.ultra-service-grid .service-symbol img,
  .home-service-grid.ultra-service-grid .service-symbol svg{
    max-width:24px!important;
    max-height:24px!important;
  }
  .home-service-grid.ultra-service-grid .ultra-service h3{
    font-size:.62rem!important;
    line-height:1.12!important;
    min-height:2.25em!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  .home-service-grid.ultra-service-grid .ultra-service p,
  .home-service-grid.ultra-service-grid .service-tags{
    display:none!important;
  }
  .home-service-grid.ultra-service-grid .home-service-actions{
    margin-top:2px!important;
  }
  .home-service-grid.ultra-service-grid .home-service-actions .btn{
    min-height:26px!important;
    border-radius:10px!important;
    padding:4px!important;
    font-size:.52rem!important;
  }
  .frontend-premium-bridge{
    padding-top:30px!important;
    padding-bottom:30px!important;
  }
  .frontend-bridge-grid{
    gap:10px!important;
  }
  .frontend-bridge-copy{
    padding:16px 12px!important;
    border-radius:20px!important;
  }
  .frontend-bridge-copy .kicker{
    font-size:.6rem!important;
    line-height:1.1!important;
    margin-bottom:6px!important;
  }
  .frontend-bridge-copy h2{
    font-size:clamp(1.22rem,6vw,1.58rem)!important;
    line-height:1.12!important;
    display:-webkit-box!important;
    -webkit-line-clamp:3!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
    margin-bottom:8px!important;
  }
  .frontend-bridge-copy>p{
    font-size:.78rem!important;
    line-height:1.35!important;
    display:-webkit-box!important;
    -webkit-line-clamp:3!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
    margin-bottom:8px!important;
  }
  .frontend-bridge-copy .chip-row{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:6px!important;
    margin-top:8px!important;
  }
  .frontend-bridge-copy .chip-row span{
    padding:6px 7px!important;
    font-size:.58rem!important;
    text-align:center!important;
  }
  .frontend-bridge-cards{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
  }
  .frontend-bridge-cards article{
    min-height:118px!important;
    padding:10px 8px!important;
    border-radius:16px!important;
  }
  .frontend-bridge-cards span{
    width:28px!important;
    height:28px!important;
    border-radius:10px!important;
    margin-bottom:6px!important;
    font-size:.65rem!important;
  }
  .frontend-bridge-cards h3{
    font-size:.74rem!important;
    line-height:1.14!important;
    margin-bottom:4px!important;
  }
  .frontend-bridge-cards p{
    font-size:.58rem!important;
    line-height:1.24!important;
    display:-webkit-box!important;
    -webkit-line-clamp:3!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  .visitor-action-row{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:7px!important;
    margin-top:10px!important;
  }
  .visitor-action-card{
    padding:9px 6px!important;
    border-radius:14px!important;
  }
  .visitor-action-card strong{
    font-size:.62rem!important;
    line-height:1.14!important;
  }
  .visitor-action-card span{
    display:none!important;
  }
  .phase-one-answer-section{
    padding-top:30px!important;
    padding-bottom:30px!important;
  }
  .phase-one-copy{
    padding:16px 12px!important;
  }
  .phase-one-stats article{
    padding:10px 8px!important;
  }
  .quote-page-section{
    padding-top:30px!important;
    padding-bottom:30px!important;
  }
  .quote-page-grid{
    grid-template-columns:1fr!important;
    gap:12px!important;
  }
  .quote-copy-card,
  .quote-form-card{
    padding:16px 12px!important;
    border-radius:20px!important;
  }
  .quote-copy-card{
    position:relative!important;
    top:auto!important;
  }
  .quote-form-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
  }
  .quote-form-grid label{
    gap:4px!important;
    font-size:.62rem!important;
    line-height:1.18!important;
  }
  .quote-form-grid input,
  .quote-form-grid select,
  .quote-form-grid textarea{
    min-height:38px!important;
    padding:8px!important;
    border-radius:10px!important;
    font-size:.72rem!important;
  }
  .quote-form-grid textarea{
    min-height:76px!important;
  }
  .quote-feature-box{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:6px!important;
    padding:10px 8px!important;
    border-radius:14px!important;
  }
  .quote-feature-box label{
    font-size:.58rem!important;
    gap:4px!important;
  }
  .quote-feature-box input{
    width:13px!important;
    height:13px!important;
  }
  .quote-form-card .btn{
    min-height:40px!important;
    width:100%!important;
  }
  .quote-steps-section .timeline{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
  }
  .quote-steps-section .timeline article{
    min-height:118px!important;
    padding:12px 10px!important;
    border-radius:16px!important;
  }
  .quote-steps-section .timeline p{
    font-size:.64rem!important;
    line-height:1.28!important;
    display:-webkit-box!important;
    -webkit-line-clamp:3!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  .site-footer{
    padding-top:28px!important;
    padding-bottom:108px!important;
  }
  .footer-grid{
    gap:10px!important;
  }
  .footer-brand-col{
    text-align:center!important;
  }
  .footer-brand{
    justify-content:center!important;
  }
  .footer-brand-col p{
    max-width:290px!important;
    margin:8px auto 0!important;
    font-size:.78rem!important;
    line-height:1.35!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  .footer-toggle{
    min-height:40px!important;
    padding:9px 12px!important;
    font-size:.82rem!important;
  }
  .footer-links a{
    min-height:36px!important;
    padding:6px 8px!important;
    font-size:.76rem!important;
  }
  .footer-trust{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:7px!important;
    margin-top:14px!important;
    padding:10px 0!important;
  }
  .footer-trust span{
    width:auto!important;
    justify-content:center!important;
    padding:7px 6px!important;
    font-size:.58rem!important;
    gap:5px!important;
  }
  .footer-trust i{
    min-width:24px!important;
    height:20px!important;
    font-size:.48rem!important;
  }
  .footer-trust svg{
    width:15px!important;
    height:15px!important;
  }
  .footer-bottom{
    display:block!important;
    text-align:center!important;
    margin-top:12px!important;
    padding-top:12px!important;
    font-size:.72rem!important;
    line-height:1.35!important;
  }
  .footer-bottom p{
    margin:0 auto!important;
    max-width:300px!important;
  }
  .client-samples .section-head p,
  .micro-case-section .section-head p{
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
}
@media(max-width:370px){
  .home-service-grid.ultra-service-grid .ultra-service{
    min-height:122px!important;
    padding:7px 5px!important;
  }
  .home-service-grid.ultra-service-grid .ultra-service h3{
    font-size:.56rem!important;
  }
  .visitor-action-card strong{
    font-size:.56rem!important;
  }
}

/* v74 final mobile compact overrides */
@media(max-width:860px){
  html.phase5-final-ready .quote-feature-box{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:6px!important;
    max-height:none!important;
  }
  html.phase5-final-ready .quote-feature-box label,
  html.phase5-final-ready fieldset.quote-feature-box label{
    width:auto!important;
    min-height:34px!important;
    max-width:100%!important;
    padding:6px!important;
    border-radius:10px!important;
    font-size:.56rem!important;
    line-height:1.14!important;
  }
  html.phase5-final-ready .quote-form-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:7px!important;
  }
  html.phase5-final-ready .quote-form-card{
    max-height:none!important;
  }
  html.phase5-final-ready .quote-copy-card h2,
  html.phase5-final-ready #requirement-form h2{
    font-size:1.28rem!important;
    line-height:1.12!important;
    display:-webkit-box!important;
    -webkit-line-clamp:3!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  html.phase5-final-ready .quote-copy-card p,
  html.phase5-final-ready #requirement-form .split>div:first-child p{
    font-size:.78rem!important;
    line-height:1.35!important;
    display:-webkit-box!important;
    -webkit-line-clamp:3!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  html.phase5-final-ready #requirement-form{
    padding-top:30px!important;
    padding-bottom:30px!important;
  }
  html.phase5-final-ready #requirement-form .split{
    grid-template-columns:1fr!important;
    gap:12px!important;
  }
  html.phase5-final-ready #requirement-form .form-shell{
    padding:14px 10px!important;
    border-radius:20px!important;
  }
  html.phase5-final-ready #requirement-form .form-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:7px!important;
  }
  html.phase5-final-ready #requirement-form .form-grid label{
    font-size:.6rem!important;
    gap:4px!important;
  }
  html.phase5-final-ready #requirement-form .form-grid input,
  html.phase5-final-ready #requirement-form .form-grid select,
  html.phase5-final-ready #requirement-form .form-grid textarea{
    min-height:38px!important;
    padding:8px!important;
    border-radius:10px!important;
    font-size:.72rem!important;
  }
  html.phase5-final-ready #requirement-form .form-grid textarea{
    min-height:76px!important;
  }
  html.phase5-final-ready #requirement-form .form-grid .hp{
    position:absolute!important;
    left:-9999px!important;
    width:1px!important;
    height:1px!important;
    min-height:1px!important;
    padding:0!important;
  }
  html.phase5-final-ready .blog-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
  }
  html.phase5-final-ready .blog-card{
    padding:12px 10px!important;
    border-radius:16px!important;
  }
  html.phase5-final-ready .blog-card img{
    height:78px!important;
    margin:-12px -10px 8px!important;
    width:calc(100% + 20px)!important;
  }
  html.phase5-final-ready .blog-card h3{
    font-size:.7rem!important;
    line-height:1.14!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  html.phase5-final-ready .blog-card p{
    font-size:.58rem!important;
    line-height:1.24!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  html.phase5-final-ready .blog-card a{
    font-size:.62rem!important;
  }
  html.phase5-final-ready .client-samples{
    padding-top:28px!important;
    padding-bottom:28px!important;
  }
  html.phase5-final-ready .sample-carousel{
    padding:10px!important;
  }
  html.phase5-final-ready .sample-carousel-window{
    min-height:250px!important;
  }
  html.phase5-final-ready .sample-carousel .client-sample-card.carousel-slide.is-active{
    min-height:250px!important;
  }
  html.phase5-final-ready .sample-carousel .sample-browser{
    min-height:96px!important;
  }
  html.phase5-final-ready .sample-carousel .sample-info h3{
    font-size:.82rem!important;
  }
  html.phase5-final-ready .sample-carousel .sample-info p{
    font-size:.64rem!important;
    line-height:1.24!important;
    -webkit-line-clamp:2!important;
  }
  html.phase5-final-ready .phase-one-answer-section{
    padding-top:26px!important;
    padding-bottom:26px!important;
  }
  html.phase5-final-ready .phase-one-stats{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  html.phase5-final-ready .phase-one-stats article{
    padding:8px 7px!important;
  }
}

/* v75 first-screen mobile card clamp */
@media(max-width:860px){
  html.phase5-final-ready .phase-one-copy{
    padding:14px 10px!important;
  }
  html.phase5-final-ready .phase-one-copy>p{
    font-size:.76rem!important;
    line-height:1.32!important;
    -webkit-line-clamp:2!important;
  }
  html.phase5-final-ready .phase-one-stats{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
  }
  html.phase5-final-ready .phase-one-stats article{
    min-height:98px!important;
    max-height:112px!important;
    padding:9px 8px!important;
    border-radius:16px!important;
  }
  html.phase5-final-ready .phase-one-stats strong{
    font-size:.68rem!important;
    line-height:1.12!important;
    margin-bottom:5px!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  html.phase5-final-ready .phase-one-stats span{
    font-size:.58rem!important;
    line-height:1.22!important;
    display:-webkit-box!important;
    -webkit-line-clamp:3!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
}

/* v76 phase 1 global mobile foundation */
@media(max-width:860px){
  html.phase5-final-ready,
  html.phase5-final-ready body{
    width:100%!important;
    max-width:100vw!important;
    overflow-x:hidden!important;
    -webkit-text-size-adjust:100%!important;
    text-size-adjust:100%!important;
  }
  html.phase5-final-ready body{
    line-height:1.45!important;
    background:#fff!important;
  }
  html.phase5-final-ready *{
    max-width:100%;
    min-width:0;
    box-sizing:border-box;
  }
  html.phase5-final-ready :where(main,section,article,aside,header,footer,nav,div,form,fieldset){
    min-width:0!important;
  }
  html.phase5-final-ready :where(img,video,svg,canvas,iframe,picture){
    max-width:100%!important;
  }
  html.phase5-final-ready :where(.shell,.nav-shell,.hero-grid,.split,.footer-grid,.quote-page-grid,.frontend-bridge-grid){
    width:100%!important;
    max-width:100%!important;
  }
  html.phase5-final-ready :where(.shell){
    padding-left:12px!important;
    padding-right:12px!important;
  }
  html.phase5-final-ready .site-header{
    left:0!important;
    right:0!important;
    max-width:100vw!important;
  }
  html.phase5-final-ready .nav-shell{
    height:72px!important;
    padding-left:12px!important;
    padding-right:12px!important;
  }
  html.phase5-final-ready .brand{
    max-width:calc(100vw - 86px)!important;
    min-width:0!important;
    overflow:hidden!important;
  }
  html.phase5-final-ready .brand>span:last-child{
    min-width:0!important;
    overflow:hidden!important;
  }
  html.phase5-final-ready .brand strong,
  html.phase5-final-ready .brand small{
    display:block!important;
    max-width:100%!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  html.phase5-final-ready .nav-actions{
    flex:0 0 auto!important;
    margin-left:auto!important;
  }
  html.phase5-final-ready .menu-btn{
    position:relative!important;
    right:auto!important;
    margin-left:auto!important;
  }
  html.phase5-final-ready :where(h1,h2,h3,h4){
    max-width:100%!important;
    overflow-wrap:break-word!important;
    text-wrap:balance;
  }
  html.phase5-final-ready :where(h1){
    font-size:clamp(2rem,10.6vw,3.25rem)!important;
    line-height:1.08!important;
  }
  html.phase5-final-ready :where(h2){
    font-size:clamp(1.42rem,7.4vw,2.08rem)!important;
    line-height:1.12!important;
  }
  html.phase5-final-ready :where(h3){
    font-size:clamp(.95rem,4.6vw,1.28rem)!important;
    line-height:1.16!important;
  }
  html.phase5-final-ready :where(p,li,span,small,strong,a,button,label,legend){
    overflow-wrap:break-word!important;
  }
  html.phase5-final-ready :where(.lead){
    font-size:.92rem!important;
    line-height:1.45!important;
  }
  html.phase5-final-ready :where(.section){
    padding-top:42px!important;
    padding-bottom:42px!important;
  }
  html.phase5-final-ready :where(.section-head){
    margin-bottom:18px!important;
  }
  html.phase5-final-ready :where(.section-head p){
    font-size:.86rem!important;
    line-height:1.42!important;
    display:-webkit-box!important;
    -webkit-line-clamp:3!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  html.phase5-final-ready :where(.cards,.cards.three,.cards.four,.blog-grid,.team-grid,.motion-board,.check-grid,.sitemap-grid,.answer-grid,.buyer-guide-grid,.seo-link-cards,.bundle-grid,.industry-path-grid,.micro-case-grid,.result-proof-grid,.before-after-grid,.city-cluster-grid,.industry-service-grid,.plans.three){
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    align-items:stretch!important;
  }
  html.phase5-final-ready :where(.cards article,.plan-card,.person-card,.blog-card,.map-block,.answer-card,.buyer-guide-card,.industry-service-card,.city-cluster-card,.custom-care-card,.bundle-card,.micro-case-card,.result-card,.home-goal-grid article,.home-trust-grid article,.timeline article){
    min-width:0!important;
    overflow:hidden!important;
    padding:14px 10px!important;
    border-radius:16px!important;
  }
  html.phase5-final-ready :where(.cards article,.plan-card,.person-card,.blog-card,.map-block,.answer-card,.buyer-guide-card,.industry-service-card,.city-cluster-card,.custom-care-card,.bundle-card,.micro-case-card,.result-card,.home-goal-grid article,.home-trust-grid article,.timeline article) h3{
    font-size:.78rem!important;
    line-height:1.14!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  html.phase5-final-ready :where(.cards article,.plan-card,.person-card,.blog-card,.map-block,.answer-card,.buyer-guide-card,.industry-service-card,.city-cluster-card,.custom-care-card,.bundle-card,.micro-case-card,.result-card,.home-goal-grid article,.home-trust-grid article,.timeline article) p{
    font-size:.62rem!important;
    line-height:1.28!important;
    display:-webkit-box!important;
    -webkit-line-clamp:3!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  html.phase5-final-ready :where(.btn,button,input,select,textarea){
    max-width:100%!important;
  }
  html.phase5-final-ready :where(.btn,.mobile-page-tools a,.home-service-actions .btn,.plan-actions .btn,.quick-actions .btn,.section-actions .btn){
    min-width:0!important;
    min-height:38px!important;
    padding:9px 10px!important;
    border-radius:12px!important;
    font-size:.68rem!important;
    line-height:1.1!important;
    text-align:center!important;
    white-space:normal!important;
    overflow:hidden!important;
  }
  html.phase5-final-ready :where(.pill,.chip-row span,.hero-proof span,.home-proof-row span,.service-tags span,.quote-mini-points span,.buyer-grid span,.blog-count){
    min-width:0!important;
    max-width:100%!important;
    padding:6px 8px!important;
    font-size:.58rem!important;
    line-height:1.12!important;
    white-space:normal!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  html.phase5-final-ready :where(input,select,textarea){
    font-size:.76rem!important;
    line-height:1.25!important;
    min-height:40px!important;
  }
  html.phase5-final-ready :where(fieldset){
    min-inline-size:0!important;
  }
  html.phase5-final-ready :where(.float-action){
    right:12px!important;
    width:52px!important;
    height:52px!important;
    border-radius:18px!important;
  }
  html.phase5-final-ready :where(.float-mail){top:36%!important}
  html.phase5-final-ready :where(.float-install){top:45%!important}
  html.phase5-final-ready :where(.float-call){top:54%!important}
  html.phase5-final-ready :where(.float-wa){top:63%!important}
  html.phase5-final-ready .mobile-app-tabbar{
    left:8px!important;
    right:8px!important;
    max-width:calc(100vw - 16px)!important;
  }
  html.phase5-final-ready .mobile-app-tabbar a{
    min-width:0!important;
    overflow:hidden!important;
  }
  html.phase5-final-ready .mobile-app-tabbar a b{
    max-width:100%!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
}
@media(max-width:390px){
  html.phase5-final-ready :where(.shell){
    padding-left:10px!important;
    padding-right:10px!important;
  }
  html.phase5-final-ready :where(.cards,.cards.three,.cards.four,.blog-grid,.team-grid,.motion-board,.check-grid,.sitemap-grid,.answer-grid,.buyer-guide-grid,.seo-link-cards,.bundle-grid,.industry-path-grid,.micro-case-grid,.result-proof-grid,.before-after-grid,.city-cluster-grid,.industry-service-grid,.plans.three){
    gap:8px!important;
  }
  html.phase5-final-ready :where(.cards article,.plan-card,.person-card,.blog-card,.map-block,.answer-card,.buyer-guide-card,.industry-service-card,.city-cluster-card,.custom-care-card,.bundle-card,.micro-case-card,.result-card,.timeline article){
    padding:12px 8px!important;
  }
  html.phase5-final-ready :where(.btn,.mobile-page-tools a,.home-service-actions .btn,.plan-actions .btn,.quick-actions .btn,.section-actions .btn){
    font-size:.62rem!important;
    padding:8px 7px!important;
  }
}
@media(max-width:340px){
  html.phase5-final-ready :where(.cards,.cards.three,.cards.four,.blog-grid,.team-grid,.motion-board,.check-grid,.sitemap-grid,.answer-grid,.buyer-guide-grid,.seo-link-cards,.bundle-grid,.industry-path-grid,.micro-case-grid,.result-proof-grid,.before-after-grid,.city-cluster-grid,.industry-service-grid,.plans.three){
    grid-template-columns:1fr!important;
  }
}

/* v77 phase 1 decorative wall mobile normalization */
@media(max-width:860px){
  html.phase5-final-ready .interface-wall{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
    min-height:0!important;
    height:auto!important;
    padding:12px!important;
    overflow:hidden!important;
  }
  html.phase5-final-ready .interface-wall>div{
    position:relative!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    bottom:auto!important;
    inset:auto!important;
    transform:none!important;
    width:auto!important;
    max-width:100%!important;
    height:auto!important;
    min-height:66px!important;
    border-radius:14px!important;
    padding:10px 8px!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    overflow:hidden!important;
  }
  html.phase5-final-ready .interface-wall>div strong{
    font-size:.66rem!important;
    line-height:1.12!important;
    display:-webkit-box!important;
    -webkit-line-clamp:1!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  html.phase5-final-ready .interface-wall>div span{
    font-size:.55rem!important;
    line-height:1.18!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  html.phase5-final-ready .marquee{
    overflow:hidden!important;
    max-width:100%!important;
  }
  html.phase5-final-ready .marquee-track{
    will-change:transform!important;
  }
}

/* v78 phase 2 core frontend mobile polish */
@media(max-width:860px){
  html.phase5-final-ready .home-video-hero{
    min-height:auto!important;
    padding-top:50px!important;
    padding-bottom:58px!important;
  }
  html.phase5-final-ready .home-video-hero .shell,
  html.phase5-final-ready .home-hero-center{
    width:100%!important;
    max-width:430px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:12px!important;
    padding-right:12px!important;
    text-align:center!important;
  }
  html.phase5-final-ready .home-hero-center h1{
    max-width:11.8ch!important;
    margin-left:auto!important;
    margin-right:auto!important;
    font-size:clamp(2.16rem,11vw,3.55rem)!important;
    line-height:1.03!important;
  }
  html.phase5-final-ready .home-hero-center .lead{
    max-width:34ch!important;
    margin-left:auto!important;
    margin-right:auto!important;
    font-size:.86rem!important;
    line-height:1.42!important;
    display:-webkit-box!important;
    -webkit-line-clamp:3!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  html.phase5-final-ready .home-hero-center .hero-actions{
    width:100%!important;
    max-width:360px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:8px!important;
  }
  html.phase5-final-ready .home-hero-center .hero-actions .btn{
    width:100%!important;
    min-height:42px!important;
  }
  html.phase5-final-ready .home-hero-center .home-proof-row{
    width:100%!important;
    max-width:380px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:6px!important;
  }
  html.phase5-final-ready .home-hero-center .home-proof-row span{
    min-height:32px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    font-size:.54rem!important;
    line-height:1.08!important;
    padding:5px!important;
  }
  html.phase5-final-ready .home-selector .section-head,
  html.phase5-final-ready .client-samples .section-head,
  html.phase5-final-ready .home-office-proof .section-head,
  html.phase5-final-ready .home-faq-section .section-head,
  html.phase5-final-ready .quote-page-section .section-head{
    text-align:center!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  html.phase5-final-ready .home-service-grid.ultra-service-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:8px!important;
  }
  html.phase5-final-ready .home-service-grid.ultra-service-grid .ultra-service{
    min-height:122px!important;
    border-radius:18px!important;
    padding:10px 8px!important;
    box-shadow:0 10px 28px rgba(31,64,120,.1)!important;
  }
  html.phase5-final-ready .home-service-grid.ultra-service-grid .service-logo-box{
    width:44px!important;
    height:44px!important;
    border-radius:14px!important;
  }
  html.phase5-final-ready .home-service-grid.ultra-service-grid h3{
    font-size:.66rem!important;
    line-height:1.12!important;
  }
  html.phase5-final-ready .home-service-grid.ultra-service-grid p{
    font-size:.54rem!important;
    line-height:1.2!important;
    -webkit-line-clamp:3!important;
  }
  html.phase5-final-ready .home-service-grid.ultra-service-grid .service-tags,
  html.phase5-final-ready .home-service-grid.ultra-service-grid .home-service-actions{
    display:none!important;
  }
  html.phase5-final-ready .frontend-premium-bridge,
  html.phase5-final-ready .phase-one-answer-section,
  html.phase5-final-ready .visitor-goal-section{
    padding-top:30px!important;
    padding-bottom:30px!important;
  }
  html.phase5-final-ready .frontend-bridge-grid,
  html.phase5-final-ready .phase-one-grid{
    gap:10px!important;
  }
  html.phase5-final-ready .frontend-bridge-copy,
  html.phase5-final-ready .phase-one-copy{
    padding:14px 10px!important;
    border-radius:18px!important;
  }
  html.phase5-final-ready .visitor-action-row,
  html.phase5-final-ready .frontend-bridge-cards,
  html.phase5-final-ready .phase-one-stats{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:7px!important;
  }
  html.phase5-final-ready .frontend-bridge-cards article,
  html.phase5-final-ready .visitor-action-card,
  html.phase5-final-ready .phase-one-stats article{
    min-height:96px!important;
    padding:9px 7px!important;
    border-radius:16px!important;
  }
  html.phase5-final-ready .frontend-bridge-cards p,
  html.phase5-final-ready .visitor-action-card span,
  html.phase5-final-ready .phase-one-stats span{
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  html.phase5-final-ready .quote-page-section,
  html.phase5-final-ready #requirement-form{
    padding-top:28px!important;
    padding-bottom:28px!important;
  }
  html.phase5-final-ready .quote-page-grid,
  html.phase5-final-ready #requirement-form .split{
    gap:10px!important;
  }
  html.phase5-final-ready .quote-copy-card,
  html.phase5-final-ready .quote-form-card,
  html.phase5-final-ready #requirement-form .form-shell{
    padding:14px 10px!important;
    border-radius:18px!important;
  }
  html.phase5-final-ready .quote-mini-points{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:6px!important;
  }
  html.phase5-final-ready .quote-benefits,
  html.phase5-final-ready .quote-copy-card .cards,
  html.phase5-final-ready #requirement-form .cards{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
  }
  html.phase5-final-ready .quote-form-grid,
  html.phase5-final-ready #requirement-form .form-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:7px!important;
  }
  html.phase5-final-ready .quote-form-grid label,
  html.phase5-final-ready #requirement-form .form-grid label{
    font-size:.58rem!important;
    line-height:1.12!important;
  }
  html.phase5-final-ready .quote-form-grid .full,
  html.phase5-final-ready #requirement-form .form-grid .full{
    grid-column:1/-1!important;
  }
  html.phase5-final-ready .quote-feature-box{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:6px!important;
  }
  html.phase5-final-ready .client-samples{
    padding-top:32px!important;
    padding-bottom:32px!important;
  }
  html.phase5-final-ready .client-samples .sample-carousel{
    border-radius:18px!important;
    padding:9px!important;
  }
  html.phase5-final-ready .sample-carousel-window,
  html.phase5-final-ready .sample-carousel .client-sample-card.carousel-slide.is-active{
    min-height:232px!important;
  }
  html.phase5-final-ready .sample-carousel .sample-browser{
    min-height:88px!important;
  }
  html.phase5-final-ready .sample-carousel .sample-info h3{
    font-size:.86rem!important;
  }
  html.phase5-final-ready .sample-carousel .sample-info p{
    -webkit-line-clamp:2!important;
  }
  html.phase5-final-ready .blog-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
  }
  html.phase5-final-ready .blog-card{
    min-height:198px!important;
  }
  html.phase5-final-ready .blog-card img{
    height:78px!important;
    object-fit:cover!important;
  }
  html.phase5-final-ready .blog-card h3{
    font-size:.74rem!important;
    line-height:1.14!important;
  }
  html.phase5-final-ready .blog-card p{
    font-size:.58rem!important;
    -webkit-line-clamp:2!important;
  }
  html.phase5-final-ready .site-footer{
    padding-top:26px!important;
  }
  html.phase5-final-ready .footer-brand-col p{
    max-width:30ch!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  html.phase5-final-ready .float-action{
    right:5px!important;
    width:44px!important;
    height:44px!important;
    border-radius:15px!important;
    box-shadow:0 12px 30px rgba(7,19,39,.18),0 0 0 6px rgba(255,255,255,.1)!important;
  }
  html.phase5-final-ready .float-action .ui-icon,
  html.phase5-final-ready .float-action .wa-mark,
  html.phase5-final-ready .float-action .phone-mark,
  html.phase5-final-ready .float-action svg{
    width:22px!important;
    height:22px!important;
  }
  html.phase5-final-ready .float-mail{top:40%!important}
  html.phase5-final-ready .float-install{top:48%!important}
  html.phase5-final-ready .float-call{top:56%!important}
  html.phase5-final-ready .float-wa{top:64%!important}
}
@media(max-width:370px){
  html.phase5-final-ready .home-hero-center .home-proof-row{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  html.phase5-final-ready .home-service-grid.ultra-service-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  html.phase5-final-ready .frontend-bridge-cards,
  html.phase5-final-ready .visitor-action-row,
  html.phase5-final-ready .phase-one-stats{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

/* v79 phase 3 site-wide content density and internal page mobile polish */
@media(max-width:860px){
  html.phase5-final-ready.phase3-content-polish{
    --phase3-gap:7px;
    --phase3-card-pad:10px 8px;
    --phase3-radius:16px;
  }
  html.phase5-final-ready.phase3-content-polish :where(.article-layout,.article,.pro-article,.article-block,.related-box,.answer-detail-section,.buyer-decision-section,.city-cluster-section,.custom-care-section,.payment-section,.quote-steps-section){
    max-width:100%!important;
    min-width:0!important;
    overflow:hidden!important;
  }
  html.phase5-final-ready.phase3-content-polish :where(.article-layout){
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:12px!important;
  }
  html.phase5-final-ready.phase3-content-polish :where(.article-sidebar){
    position:relative!important;
    top:auto!important;
    order:-1!important;
    padding:12px!important;
    border-radius:18px!important;
    max-height:none!important;
  }
  html.phase5-final-ready.phase3-content-polish :where(.article-sidebar a){
    display:flex!important;
    align-items:center!important;
    min-height:36px!important;
    padding:7px 8px!important;
    font-size:.62rem!important;
    line-height:1.12!important;
  }
  html.phase5-final-ready.phase3-content-polish :where(.article-hero-media img,.rounded-media,.home-office-media img){
    max-height:230px!important;
    object-fit:cover!important;
    border-radius:18px!important;
  }
  html.phase5-final-ready.phase3-content-polish :where(.article-hero-media figcaption){
    font-size:.58rem!important;
    line-height:1.22!important;
  }
  html.phase5-final-ready.phase3-content-polish :where(.article-block,.article-callout,.related-box){
    margin:14px 0!important;
    padding:14px 10px!important;
    border-radius:18px!important;
  }
  html.phase5-final-ready.phase3-content-polish :where(.pro-article .article-lead,.article-lead){
    font-size:.82rem!important;
    line-height:1.42!important;
    padding:10px!important;
    border-radius:14px!important;
    display:-webkit-box!important;
    -webkit-line-clamp:4!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  html.phase5-final-ready.phase3-content-polish :where(.article-block h2,.pro-article h2){
    font-size:clamp(1.02rem,5.6vw,1.34rem)!important;
    line-height:1.14!important;
    margin-bottom:8px!important;
  }
  html.phase5-final-ready.phase3-content-polish :where(.article-block h3,.pro-article h3){
    font-size:.84rem!important;
    line-height:1.14!important;
    margin:12px 0 6px!important;
  }
  html.phase5-final-ready.phase3-content-polish :where(.article-block p,.pro-article p,.article-callout p,.related-box p){
    font-size:.68rem!important;
    line-height:1.34!important;
  }
  html.phase5-final-ready.phase3-content-polish :where(.mobile-accordion-section>.shell,.mobile-accordion-section.article-block){
    padding:13px 9px!important;
    border-radius:18px!important;
  }
  html.phase5-final-ready.phase3-content-polish :where(.mobile-accordion-toggle,.mobile-reveal-btn){
    width:100%!important;
    min-height:40px!important;
    margin-top:10px!important;
    border-radius:13px!important;
    font-size:.68rem!important;
    background:linear-gradient(135deg,#eef5ff,#fff)!important;
    border:1px solid #cfe0ff!important;
    color:#155eef!important;
    font-weight:950!important;
  }
  html.phase5-final-ready.phase3-content-polish :where(.mobile-accordion-body){
    padding-top:9px!important;
  }
  html.phase5-final-ready.phase3-content-polish :where(.answer-grid,.buyer-guide-grid,.city-cluster-grid,.industry-service-grid,.seo-link-cards,.bundle-grid,.micro-case-grid,.industry-path-grid,.result-proof-grid,.before-after-grid,.custom-care-grid,.included-grid,.payment-grid,.subscription-grid,.buyer-category-cards,.buyer-mistake-cards,.buyer-signal-cards){
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:var(--phase3-gap)!important;
  }
  html.phase5-final-ready.phase3-content-polish :where(.phase2-swipe){
    display:grid!important;
    overflow:visible!important;
    scroll-snap-type:none!important;
  }
  html.phase5-final-ready.phase3-content-polish :where(.phase2-swipe>*){
    max-width:100%!important;
    width:auto!important;
    scroll-snap-align:none!important;
  }
  html.phase5-final-ready.phase3-content-polish :where(.phase3-card,.answer-card,.buyer-guide-card,.city-cluster-card,.industry-service-card,.custom-care-card,.bundle-card,.micro-case-card,.industry-path-card,.result-card,.payment-card,.subscription-card,.included-grid article){
    min-height:118px!important;
    height:auto!important;
    padding:var(--phase3-card-pad)!important;
    border-radius:var(--phase3-radius)!important;
    overflow:hidden!important;
  }
  html.phase5-final-ready.phase3-content-polish :where(.phase3-card span:first-child,.answer-card span,.buyer-guide-card span,.city-cluster-card span){
    max-width:100%!important;
    min-height:0!important;
    width:auto!important;
    height:auto!important;
    padding:5px 7px!important;
    border-radius:999px!important;
    font-size:.5rem!important;
    line-height:1.08!important;
    margin-bottom:7px!important;
  }
  html.phase5-final-ready.phase3-content-polish :where(.phase3-card h3,.answer-card h3,.buyer-guide-card h3,.city-cluster-card h3,.industry-service-card h3,.custom-care-card h3,.bundle-card h3,.micro-case-card h3,.industry-path-card h3,.result-card h3,.payment-card h3,.subscription-card h3){
    font-size:.68rem!important;
    line-height:1.13!important;
    margin:5px 0!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  html.phase5-final-ready.phase3-content-polish :where(.phase3-card p,.answer-card p,.buyer-guide-card p,.city-cluster-card p,.industry-service-card p,.custom-care-card p,.bundle-card p,.micro-case-card p,.industry-path-card p,.result-card p,.payment-card p,.subscription-card p){
    font-size:.55rem!important;
    line-height:1.22!important;
    margin-bottom:6px!important;
    display:-webkit-box!important;
    -webkit-line-clamp:3!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  html.phase5-final-ready.phase3-content-polish :where(.phase3-has-long-copy p){
    -webkit-line-clamp:2!important;
  }
  html.phase5-final-ready.phase3-content-polish :where(.seo-inline-links){
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:7px!important;
  }
  html.phase5-final-ready.phase3-content-polish :where(.seo-inline-links a,.seo-link-cards article a,.related-box a){
    width:100%!important;
    min-height:36px!important;
    padding:8px 7px!important;
    border-radius:12px!important;
    font-size:.6rem!important;
    line-height:1.12!important;
    text-align:center!important;
  }
  html.phase5-final-ready.phase3-content-polish :where(.payment-grid,.quote-page-grid){
    grid-template-columns:1fr!important;
  }
  html.phase5-final-ready.phase3-content-polish :where(.payment-card,.map-block,.form-shell){
    padding:14px 10px!important;
    border-radius:18px!important;
  }
  html.phase5-final-ready.phase3-content-polish :where(.qr-box img){
    width:min(210px,100%)!important;
  }
  html.phase5-final-ready.phase3-content-polish :where(ul,ol){
    padding-left:16px!important;
  }
  html.phase5-final-ready.phase3-content-polish :where(li){
    font-size:.66rem!important;
    line-height:1.3!important;
    margin-bottom:5px!important;
  }
  html.phase5-final-ready.phase3-content-polish :where(.table-wrap,.responsive-table,.phase5-table-wrap){
    max-width:100%!important;
    overflow-x:auto!important;
    -webkit-overflow-scrolling:touch!important;
  }
  html.phase5-final-ready.phase3-content-polish :where(table){
    font-size:.62rem!important;
  }
}
@media(max-width:370px){
  html.phase5-final-ready.phase3-content-polish :where(.answer-grid,.buyer-guide-grid,.city-cluster-grid,.industry-service-grid,.seo-link-cards,.bundle-grid,.micro-case-grid,.industry-path-grid,.result-proof-grid,.before-after-grid,.custom-care-grid,.included-grid,.payment-grid,.subscription-grid,.buyer-category-cards,.buyer-mistake-cards,.buyer-signal-cards){
    grid-template-columns:1fr!important;
  }
  html.phase5-final-ready.phase3-content-polish :where(.seo-inline-links){
    grid-template-columns:1fr!important;
  }
}

/* v80 phase 4 mobile app shell, navigation and footer polish */
@media(max-width:860px){
  html.phase5-final-ready{
    --phase4-header-h:72px;
    --phase4-tabbar-h:78px;
    --phase4-safe-bottom:max(env(safe-area-inset-bottom,0px),0px);
    scroll-padding-top:calc(var(--phase4-header-h) + 12px)!important;
  }
  html.phase5-final-ready body{
    padding-bottom:calc(var(--phase4-tabbar-h) + var(--phase4-safe-bottom) + 22px)!important;
  }
  html.phase5-final-ready .site-header{
    position:sticky!important;
    top:0!important;
    z-index:700!important;
    background:rgba(255,255,255,.94)!important;
    border-bottom:1px solid rgba(207,224,255,.8)!important;
    box-shadow:0 12px 34px rgba(31,64,120,.08)!important;
    backdrop-filter:blur(18px)!important;
  }
  html.phase5-final-ready .nav-shell{
    height:var(--phase4-header-h)!important;
    min-height:var(--phase4-header-h)!important;
    padding-left:10px!important;
    padding-right:10px!important;
    gap:8px!important;
  }
  html.phase5-final-ready .brand{
    gap:9px!important;
    max-width:calc(100vw - 88px)!important;
  }
  html.phase5-final-ready .brand-icon{
    width:50px!important;
    height:50px!important;
    min-width:50px!important;
    padding:7px!important;
    box-shadow:0 10px 28px rgba(31,64,120,.12)!important;
  }
  html.phase5-final-ready .brand strong{
    font-size:1.04rem!important;
    letter-spacing:.045em!important;
  }
  html.phase5-final-ready .brand small{
    display:block!important;
    max-width:170px!important;
    font-size:.58rem!important;
    letter-spacing:.105em!important;
  }
  html.phase5-final-ready .menu-btn{
    display:grid!important;
    place-items:center!important;
    width:54px!important;
    height:54px!important;
    min-width:54px!important;
    border-radius:20px!important;
    border:1px solid #dce8f8!important;
    background:#fff!important;
    box-shadow:0 12px 28px rgba(31,64,120,.11)!important;
    margin-left:auto!important;
  }
  html.phase5-final-ready .menu-btn span{
    width:24px!important;
    height:3px!important;
    border-radius:999px!important;
    margin:3px auto!important;
    transition:transform .18s ease,opacity .18s ease!important;
  }
  html.phase5-final-ready body.nav-open .menu-btn{
    background:#071327!important;
    border-color:#071327!important;
  }
  html.phase5-final-ready body.nav-open .menu-btn span{
    background:#fff!important;
  }
  html.phase5-final-ready .site-nav{
    display:none!important;
    position:fixed!important;
    top:calc(var(--phase4-header-h) + 8px)!important;
    left:10px!important;
    right:10px!important;
    bottom:calc(var(--phase4-tabbar-h) + var(--phase4-safe-bottom) + 12px)!important;
    height:calc(100svh - var(--phase4-header-h) - var(--phase4-tabbar-h) - var(--phase4-safe-bottom) - 28px)!important;
    min-height:280px!important;
    max-height:calc(100svh - var(--phase4-header-h) - var(--phase4-tabbar-h) - var(--phase4-safe-bottom) - 28px)!important;
    width:auto!important;
    max-width:calc(100vw - 20px)!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    align-content:start!important;
    gap:8px!important;
    padding:10px!important;
    border:1px solid rgba(207,224,255,.96)!important;
    border-radius:26px!important;
    background:rgba(255,255,255,.97)!important;
    box-shadow:0 28px 86px rgba(7,19,39,.24)!important;
    backdrop-filter:blur(20px)!important;
    overflow:auto!important;
    -webkit-overflow-scrolling:touch!important;
    overscroll-behavior:contain!important;
    z-index:760!important;
  }
  html.phase5-final-ready body.nav-open .site-nav{
    display:grid!important;
    pointer-events:auto!important;
  }
  html.phase5-final-ready .site-nav>.nav-item,
  html.phase5-final-ready .site-nav>.nav-group>.nav-item,
  html.phase5-final-ready .site-nav>.mobile-pay-link{
    position:relative!important;
    min-height:74px!important;
    width:100%!important;
    padding:8px 6px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:5px!important;
    border:1px solid #e1ebf8!important;
    border-radius:18px!important;
    background:linear-gradient(180deg,#fff,#f8fbff)!important;
    color:#071327!important;
    text-align:center!important;
    text-decoration:none!important;
    box-shadow:0 10px 24px rgba(31,64,120,.07)!important;
  }
  html.phase5-final-ready .site-nav>.nav-item.is-active,
  html.phase5-final-ready .site-nav>.nav-group>.nav-item.is-active,
  html.phase5-final-ready .site-nav>.nav-item:focus-visible,
  html.phase5-final-ready .site-nav>.nav-group>.nav-item:focus-visible{
    background:#eef5ff!important;
    border-color:#bcd7ff!important;
    color:#155eef!important;
  }
  html.phase5-final-ready .site-nav .nav-item .ui-icon{
    width:32px!important;
    height:32px!important;
    border-radius:12px!important;
    background:#fff!important;
  }
  html.phase5-final-ready .site-nav .nav-item .ui-icon svg{
    width:18px!important;
    height:18px!important;
  }
  html.phase5-final-ready .site-nav .nav-item span:not(.ui-icon),
  html.phase5-final-ready .site-nav>.mobile-pay-link{
    max-width:100%!important;
    font-size:.66rem!important;
    line-height:1.08!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  html.phase5-final-ready .site-nav>.nav-group{
    display:contents!important;
  }
  html.phase5-final-ready .site-nav>.nav-group>.nav-item:after{
    content:"+"!important;
    position:absolute!important;
    top:6px!important;
    right:7px!important;
    width:20px!important;
    height:20px!important;
    border-radius:50%!important;
    display:grid!important;
    place-items:center!important;
    background:#eef5ff!important;
    color:#155eef!important;
    font-size:.72rem!important;
    font-weight:950!important;
  }
  html.phase5-final-ready .site-nav>.nav-group.is-open>.nav-item:after{
    content:"-"!important;
    background:#155eef!important;
    color:#fff!important;
  }
  html.phase5-final-ready .site-nav>.mobile-pay-link{
    background:linear-gradient(135deg,#155eef,#10b981)!important;
    color:#fff!important;
    border:0!important;
    font-weight:950!important;
  }
  html.phase5-final-ready .site-nav>.nav-group>.dropdown,
  html.phase5-final-ready .site-nav>.nav-group>.mega-dropdown{
    grid-column:1/-1!important;
    display:none!important;
    position:relative!important;
    inset:auto!important;
    width:100%!important;
    max-width:100%!important;
    max-height:48vh!important;
    margin:0!important;
    padding:8px!important;
    transform:none!important;
    opacity:1!important;
    visibility:visible!important;
    border-radius:20px!important;
    background:linear-gradient(135deg,#0f4ab8,#2374f6 60%,#7c62ff)!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:7px!important;
    overflow:auto!important;
    -webkit-overflow-scrolling:touch!important;
  }
  html.phase5-final-ready .site-nav>.nav-group.is-open>.dropdown,
  html.phase5-final-ready .site-nav>.nav-group.is-open>.mega-dropdown{
    display:grid!important;
  }
  html.phase5-final-ready .mega-dropdown a{
    min-height:72px!important;
    padding:9px 8px!important;
    border-radius:15px!important;
    display:grid!important;
    align-content:center!important;
    gap:3px!important;
  }
  html.phase5-final-ready .mega-dropdown a span{
    font-size:.64rem!important;
    line-height:1.1!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  html.phase5-final-ready .mega-dropdown a small{
    font-size:.52rem!important;
    line-height:1.14!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  html.phase5-final-ready .mobile-app-tabbar{
    display:grid!important;
    left:8px!important;
    right:8px!important;
    bottom:calc(8px + var(--phase4-safe-bottom))!important;
    min-height:var(--phase4-tabbar-h)!important;
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    gap:5px!important;
    padding:7px!important;
    border-radius:24px!important;
    border:1px solid rgba(220,232,248,.94)!important;
    background:rgba(255,255,255,.95)!important;
    box-shadow:0 22px 70px rgba(7,19,39,.22)!important;
    backdrop-filter:blur(20px)!important;
    z-index:650!important;
  }
  html.phase5-final-ready .mobile-app-tabbar a{
    min-width:0!important;
    min-height:58px!important;
    border-radius:18px!important;
    display:grid!important;
    place-items:center!important;
    gap:2px!important;
    text-decoration:none!important;
    color:#334155!important;
    font-size:.61rem!important;
    line-height:1!important;
    font-weight:950!important;
    border:1px solid transparent!important;
  }
  html.phase5-final-ready .mobile-app-tabbar a span{
    width:24px!important;
    height:24px!important;
  }
  html.phase5-final-ready .mobile-app-tabbar svg{
    width:20px!important;
    height:20px!important;
    fill:currentColor!important;
  }
  html.phase5-final-ready .mobile-app-tabbar a b{
    max-width:100%!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  html.phase5-final-ready .mobile-app-tabbar a.is-active{
    background:#eef5ff!important;
    color:#155eef!important;
    border-color:#cfe0ff!important;
  }
  html.phase5-final-ready .mobile-app-tabbar a.is-primary{
    background:linear-gradient(135deg,#155eef,#10b981)!important;
    color:#fff!important;
    box-shadow:0 14px 32px rgba(21,94,239,.22)!important;
  }
  html.phase5-final-ready .mobile-page-tools{
    top:calc(var(--phase4-header-h) - 1px)!important;
    z-index:500!important;
    min-height:50px!important;
    max-width:100vw!important;
    padding:8px 10px!important;
    gap:7px!important;
    background:rgba(248,251,255,.94)!important;
  }
  html.phase5-final-ready .mobile-page-tools a{
    min-height:36px!important;
    max-width:136px!important;
    padding:7px 10px!important;
    font-size:.65rem!important;
    border-radius:999px!important;
  }
  html.phase5-final-ready .site-footer{
    padding-bottom:calc(var(--phase4-tabbar-h) + var(--phase4-safe-bottom) + 26px)!important;
  }
  html.phase5-final-ready .footer-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:12px!important;
    text-align:center!important;
  }
  html.phase5-final-ready .footer-brand{
    justify-content:center!important;
  }
  html.phase5-final-ready .footer-brand .brand-icon{
    width:62px!important;
    height:62px!important;
  }
  html.phase5-final-ready .footer-col{
    display:grid!important;
    justify-items:center!important;
  }
  html.phase5-final-ready .footer-toggle{
    width:min(310px,100%)!important;
    min-height:44px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:9px 12px!important;
    border-radius:16px!important;
    border:1px solid rgba(255,255,255,.18)!important;
    border-bottom:2px solid #10b981!important;
    background:rgba(255,255,255,.06)!important;
    color:#fff!important;
  }
  html.phase5-final-ready .footer-links{
    width:min(320px,100%)!important;
    display:grid!important;
    gap:5px!important;
    transition:max-height .2s ease,opacity .2s ease!important;
  }
  html.phase5-final-ready .footer-links a{
    min-height:38px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    padding:8px 10px!important;
    border-radius:13px!important;
    background:rgba(255,255,255,.035)!important;
    color:#d7e6ff!important;
    font-size:.74rem!important;
  }
  html.phase5-final-ready .footer-links .ui-icon,
  html.phase5-final-ready .footer-links .wa-mark{
    width:24px!important;
    height:24px!important;
    min-width:24px!important;
    border-radius:9px!important;
  }
  html.phase5-final-ready .float-action{
    right:6px!important;
    width:42px!important;
    height:42px!important;
    border-radius:15px!important;
    z-index:630!important;
  }
  html.phase5-final-ready .float-mail{top:38%!important}
  html.phase5-final-ready .float-install{top:46%!important}
  html.phase5-final-ready .float-call{top:54%!important}
  html.phase5-final-ready .float-wa{top:62%!important}
}
@media(max-width:370px){
  html.phase5-final-ready .brand strong{font-size:.94rem!important}
  html.phase5-final-ready .brand small{font-size:.52rem!important;max-width:132px!important}
  html.phase5-final-ready .brand-icon{width:46px!important;height:46px!important;min-width:46px!important}
  html.phase5-final-ready .menu-btn{width:50px!important;height:50px!important;min-width:50px!important}
  html.phase5-final-ready .site-nav{
    gap:6px!important;
    padding:8px!important;
  }
  html.phase5-final-ready .site-nav>.nav-item,
  html.phase5-final-ready .site-nav>.nav-group>.nav-item,
  html.phase5-final-ready .site-nav>.mobile-pay-link{
    min-height:68px!important;
  }
  html.phase5-final-ready .mega-dropdown a{
    min-height:66px!important;
  }
}

/* v81 phase 1 mobile visual rescue: shell alignment, accordions and compressed sections */
@media(max-width:860px){
  html.phase5-final-ready{
    --v81-shell-pad:12px;
    --v81-card-radius:22px;
    --v81-card-border:#dce8f8;
    --v81-soft-bg:linear-gradient(180deg,#fff,#f7fbff);
  }
  html.phase5-final-ready body{
    background:#fff!important;
  }
  html.phase5-final-ready main{
    background:#fff!important;
  }

  /* Four floating actions must sit as one centered vertical stack. */
  html.phase5-final-ready .float-action{
    position:fixed!important;
    right:10px!important;
    left:auto!important;
    top:50%!important;
    bottom:auto!important;
    width:46px!important;
    height:46px!important;
    min-width:46px!important;
    min-height:46px!important;
    border-radius:16px!important;
    display:grid!important;
    place-items:center!important;
    z-index:640!important;
    transform:translateY(var(--v81-float-y,0))!important;
    animation:v81FloatPulse 2.4s ease-in-out infinite!important;
  }
  html.phase5-final-ready .float-mail{--v81-float-y:-84px!important;animation-delay:.05s!important}
  html.phase5-final-ready .float-install{--v81-float-y:-28px!important;animation-delay:.25s!important}
  html.phase5-final-ready .float-call{--v81-float-y:28px!important;animation-delay:.45s!important}
  html.phase5-final-ready .float-wa{--v81-float-y:84px!important;animation-delay:.65s!important}
  html.phase5-final-ready .float-action .ui-icon,
  html.phase5-final-ready .float-action .wa-mark,
  html.phase5-final-ready .float-action .phone-mark,
  html.phase5-final-ready .float-action svg{
    width:22px!important;
    height:22px!important;
  }
  html.phase5-final-ready body.nav-open .float-action{
    opacity:.18!important;
    pointer-events:none!important;
  }

  /* Footer brand should stay centered; footer accordions remain unchanged. */
  html.phase5-final-ready .site-footer .footer-brand-col{
    display:grid!important;
    justify-items:center!important;
    text-align:center!important;
    gap:10px!important;
  }
  html.phase5-final-ready .site-footer .footer-brand{
    width:min(300px,100%)!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    justify-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    gap:9px!important;
    margin:0 auto!important;
  }
  html.phase5-final-ready .site-footer .footer-brand .brand-icon{
    width:68px!important;
    height:68px!important;
    min-width:68px!important;
    margin:0 auto!important;
    transform:none!important;
  }
  html.phase5-final-ready .site-footer .footer-brand>span:last-child{
    display:grid!important;
    justify-items:center!important;
    text-align:center!important;
    width:100%!important;
  }
  html.phase5-final-ready .site-footer .footer-brand strong,
  html.phase5-final-ready .site-footer .footer-brand small,
  html.phase5-final-ready .site-footer .footer-brand-col p{
    text-align:center!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  html.phase5-final-ready .site-footer .footer-brand-col p{
    max-width:31ch!important;
  }

  /* Auto-collapsed content should not become a skinny left column with empty space. */
  html.phase5-final-ready .mobile-accordion-section>.shell,
  html.phase5-final-ready .mobile-accordion-section.article-block,
  html.phase5-final-ready .mobile-accordion-section>.shell.split,
  html.phase5-final-ready .mobile-accordion-section>.shell.frontend-bridge-grid,
  html.phase5-final-ready .mobile-accordion-section>.shell.phase-one-grid{
    width:100%!important;
    max-width:100%!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:12px!important;
    align-items:stretch!important;
    justify-items:stretch!important;
    padding:14px!important;
    border-radius:var(--v81-card-radius)!important;
    overflow:hidden!important;
  }
  html.phase5-final-ready .mobile-accordion-section :where(.section-head,.frontend-bridge-copy,.phase-one-copy,.quote-copy-card),
  html.phase5-final-ready .mobile-accordion-section>.shell>div:first-child{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    grid-column:1/-1!important;
  }
  html.phase5-final-ready .mobile-accordion-section :where(.frontend-bridge-copy,.phase-one-copy,.quote-copy-card){
    padding:18px 14px!important;
    border-radius:20px!important;
    background:rgba(255,255,255,.94)!important;
  }
  html.phase5-final-ready .mobile-accordion-section :where(.frontend-bridge-copy h2,.phase-one-copy h2,.quote-copy-card h2,.section-head h2),
  html.phase5-final-ready .mobile-accordion-section>.shell>div:first-child>h2{
    width:100%!important;
    max-width:100%!important;
    font-size:clamp(1.38rem,7.1vw,2.05rem)!important;
    line-height:1.08!important;
    text-align:left!important;
    overflow-wrap:normal!important;
    word-break:normal!important;
  }
  html.phase5-final-ready .mobile-accordion-section :where(.frontend-bridge-copy>p,.phase-one-copy>p,.quote-copy-card>p,.section-head p),
  html.phase5-final-ready .mobile-accordion-section>.shell>div:first-child>p{
    width:100%!important;
    max-width:42ch!important;
    font-size:.82rem!important;
    line-height:1.42!important;
    display:-webkit-box!important;
    -webkit-line-clamp:3!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
    text-align:left!important;
  }
  html.phase5-final-ready .mobile-accordion-toggle,
  html.phase5-final-ready .mobile-reveal-btn{
    width:min(238px,100%)!important;
    max-width:100%!important;
    min-height:42px!important;
    margin:10px auto 0!important;
    grid-column:1/-1!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    border-radius:16px!important;
    border:1px solid #cfe0ff!important;
    background:linear-gradient(135deg,#eef5ff,#fff)!important;
    color:#155eef!important;
    box-shadow:0 12px 30px rgba(31,64,120,.09)!important;
    font-size:.72rem!important;
    line-height:1.14!important;
    text-align:center!important;
  }
  html.phase5-final-ready .mobile-accordion-toggle:after,
  html.phase5-final-ready .mobile-reveal-btn:after{
    width:24px!important;
    height:24px!important;
    min-width:24px!important;
    border-radius:50%!important;
    display:grid!important;
    place-items:center!important;
    background:#fff!important;
    color:#155eef!important;
    box-shadow:0 8px 18px rgba(31,64,120,.1)!important;
  }
  html.phase5-final-ready .mobile-accordion-body{
    grid-column:1/-1!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin-top:4px!important;
    overflow:hidden!important;
  }
  html.phase5-final-ready .mobile-accordion-section.is-open .mobile-accordion-body{
    overflow:visible!important;
  }

  /* Split/media sections must stack cleanly instead of squeezing text beside images. */
  html.phase5-final-ready :where(.split,.media-split,.layout-lab .shell,.motion-lab .shell,.home-office-proof .shell,.quote-page-grid,#requirement-form .split){
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
  html.phase5-final-ready :where(.media-card,.layout-canvas,.interface-wall,.video-frame,.home-office-media){
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    border-radius:22px!important;
    overflow:hidden!important;
  }
  html.phase5-final-ready .media-card img,
  html.phase5-final-ready .media-card video,
  html.phase5-final-ready .home-office-media img,
  html.phase5-final-ready .home-office-media video,
  html.phase5-final-ready .video-frame video{
    width:100%!important;
    height:clamp(178px,52vw,230px)!important;
    max-height:230px!important;
    object-fit:cover!important;
  }
  html.phase5-final-ready .media-card figcaption,
  html.phase5-final-ready .home-office-media figcaption{
    left:10px!important;
    right:10px!important;
    bottom:10px!important;
    width:auto!important;
    max-width:calc(100% - 20px)!important;
    border-radius:14px!important;
    padding:7px 9px!important;
    font-size:.66rem!important;
    line-height:1.15!important;
    text-align:center!important;
  }
  html.phase5-final-ready .layout-canvas{
    min-height:210px!important;
  }
  html.phase5-final-ready .layout-canvas strong{
    max-width:72%!important;
    padding:9px 11px!important;
    font-size:.7rem!important;
    line-height:1.14!important;
    text-align:center!important;
  }
  html.phase5-final-ready .layout-canvas i{
    border-radius:16px!important;
  }
  html.phase5-final-ready .layout-canvas i em{
    font-size:.58rem!important;
    line-height:1.1!important;
  }

  /* Repeated small grids should read as compact cards, not broken fragments. */
  html.phase5-final-ready :where(.visitor-action-row,.frontend-bridge-cards,.phase-one-stats,.micro-case-grid,.bundle-grid,.industry-path-grid,.result-proof-grid,.before-after-grid){
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:9px!important;
  }
  html.phase5-final-ready :where(.visitor-action-card,.frontend-bridge-cards article,.phase-one-stats article,.micro-case-card,.bundle-card,.industry-path-card,.result-proof-card,.before-after-card){
    min-height:112px!important;
    padding:13px 10px!important;
    border-radius:18px!important;
    overflow:hidden!important;
  }
  html.phase5-final-ready :where(.visitor-action-card strong,.frontend-bridge-cards h3,.phase-one-stats strong,.micro-case-card h3,.bundle-card h3,.industry-path-card h3,.result-proof-card h3,.before-after-card h3){
    font-size:.77rem!important;
    line-height:1.14!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  html.phase5-final-ready :where(.visitor-action-card span,.frontend-bridge-cards p,.phase-one-stats span,.micro-case-card p,.bundle-card p,.industry-path-card p,.result-proof-card p,.before-after-card p){
    font-size:.62rem!important;
    line-height:1.24!important;
    display:-webkit-box!important;
    -webkit-line-clamp:3!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }

  /* Sample carousel baseline: one clean app card per slide on mobile. */
  html.phase5-final-ready .client-samples .sample-carousel{
    padding:52px 10px 14px!important;
    border-radius:24px!important;
  }
  html.phase5-final-ready .sample-carousel-window,
  html.phase5-final-ready .sample-carousel .client-sample-card.carousel-slide.is-active{
    min-height:300px!important;
  }
  html.phase5-final-ready .sample-carousel .client-sample-card.carousel-slide.is-active{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    align-items:stretch!important;
  }
  html.phase5-final-ready .sample-carousel .sample-browser{
    height:132px!important;
    min-height:132px!important;
    margin:0!important;
    border-radius:20px!important;
  }
  html.phase5-final-ready .sample-carousel .sample-meta{
    padding:12px 4px 4px!important;
  }
  html.phase5-final-ready .sample-carousel .sample-meta h3{
    font-size:.98rem!important;
    line-height:1.12!important;
  }
  html.phase5-final-ready .sample-carousel .sample-meta p{
    font-size:.66rem!important;
    line-height:1.28!important;
    -webkit-line-clamp:2!important;
  }
  html.phase5-final-ready .sample-carousel .sample-meta .btn{
    width:100%!important;
    min-height:34px!important;
  }
}
@media(max-width:380px){
  html.phase5-final-ready .float-action{
    right:8px!important;
    width:43px!important;
    height:43px!important;
    min-width:43px!important;
    min-height:43px!important;
  }
  html.phase5-final-ready .float-mail{--v81-float-y:-78px!important}
  html.phase5-final-ready .float-install{--v81-float-y:-26px!important}
  html.phase5-final-ready .float-call{--v81-float-y:26px!important}
  html.phase5-final-ready .float-wa{--v81-float-y:78px!important}
  html.phase5-final-ready :where(.visitor-action-row,.frontend-bridge-cards,.phase-one-stats,.micro-case-grid,.bundle-grid,.industry-path-grid,.result-proof-grid,.before-after-grid){
    gap:8px!important;
  }
}
@keyframes v81FloatPulse{
  0%,100%{filter:saturate(1);box-shadow:0 14px 34px rgba(21,94,239,.2)}
  50%{filter:saturate(1.18) brightness(1.06);box-shadow:0 18px 42px rgba(21,94,239,.32)}
}

@media(max-width:860px){
  html.phase5-final-ready .home-tech-section,
  html.phase5-final-ready .marquee{
    max-width:100vw!important;
    overflow:hidden!important;
    contain:paint!important;
  }
  html.phase5-final-ready .marquee{
    border-radius:18px!important;
  }
  html.phase5-final-ready .marquee div{
    width:auto!important;
    max-width:100%!important;
    display:flex!important;
    flex-wrap:wrap!important;
    justify-content:center!important;
    gap:8px!important;
    padding:10px!important;
    transform:none!important;
    animation:none!important;
    will-change:auto!important;
  }
  html.phase5-final-ready .marquee span{
    padding:10px 12px!important;
    font-size:.78rem!important;
    border:1px solid rgba(255,255,255,.18)!important;
    border-radius:999px!important;
    background:rgba(255,255,255,.08)!important;
  }
  html.phase5-final-ready .hp{
    position:absolute!important;
    left:0!important;
    top:0!important;
    width:1px!important;
    height:1px!important;
    min-height:1px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    opacity:0!important;
    clip-path:inset(50%)!important;
    pointer-events:none!important;
  }
}

/* v85 phase 2 mobile template polish: forms, articles, quote pages and internal cards */
@media(max-width:860px){
  html.phase5-final-ready{
    --v85-pad:14px;
    --v85-radius:22px;
    --v85-border:#dce8f8;
    --v85-text:#25364d;
  }
  html.phase5-final-ready .section{
    padding-top:46px!important;
    padding-bottom:46px!important;
  }
  html.phase5-final-ready .hero,
  html.phase5-final-ready .page-hero-v7{
    padding-top:48px!important;
    padding-bottom:54px!important;
  }
  html.phase5-final-ready :where(.hero-copy,.section-head,.center-head){
    width:100%!important;
    max-width:100%!important;
  }
  html.phase5-final-ready :where(.hero-copy h1,.page-hero-v7 h1,.article h1){
    max-width:12.8ch!important;
    font-size:clamp(2.05rem,10vw,3.05rem)!important;
    line-height:1.03!important;
  }
  html.phase5-final-ready :where(.hero-copy .lead,.section-head p,.center-head p,.article-lead){
    max-width:36ch!important;
    font-size:.96rem!important;
    line-height:1.46!important;
  }
  html.phase5-final-ready :where(.hero-actions,.section-actions,.quick-actions){
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    width:100%!important;
  }
  html.phase5-final-ready :where(.hero-actions .btn,.section-actions .btn,.quick-actions .btn){
    width:100%!important;
    min-height:48px!important;
    border-radius:14px!important;
    font-size:.86rem!important;
  }

  /* Forms should feel native-app clean, with readable controls and no tiny labels. */
  html.phase5-final-ready :where(.form-shell,.quote-form-card,#requirement-form .form-shell,.calculator){
    width:100%!important;
    max-width:100%!important;
    border-radius:24px!important;
    padding:16px!important;
    box-shadow:0 16px 44px rgba(31,64,120,.09)!important;
  }
  html.phase5-final-ready :where(.form-grid,.quote-form-grid){
    grid-template-columns:1fr!important;
    gap:12px!important;
  }
  html.phase5-final-ready :where(.form-grid label,.quote-form-grid label,.calculator label){
    font-size:.84rem!important;
    line-height:1.2!important;
    color:#102033!important;
    font-weight:900!important;
  }
  html.phase5-final-ready :where(input,select,textarea){
    min-height:46px!important;
    border-radius:14px!important;
    padding:12px 13px!important;
    font-size:16px!important;
    line-height:1.25!important;
    background:#fff!important;
  }
  html.phase5-final-ready textarea{
    min-height:112px!important;
  }
  html.phase5-final-ready :where(.quote-feature-box,.checkbox-grid,.option-grid){
    grid-template-columns:1fr!important;
    gap:9px!important;
  }
  html.phase5-final-ready :where(.quote-feature-box label,fieldset label){
    min-height:44px!important;
    border-radius:14px!important;
    padding:10px 12px!important;
    font-size:.82rem!important;
  }
  html.phase5-final-ready :where(.quote-form-card .btn,.form-shell .btn,.calculator .btn){
    width:100%!important;
    min-height:48px!important;
    border-radius:15px!important;
  }

  /* Internal cards: readable text, fixed rhythm, no postage-stamp copy. */
  html.phase5-final-ready :where(
    .cards article,.timeline article,.plan-card,.person-card,.blog-card,.map-block,
    .answer-card,.buyer-guide-card,.city-cluster-card,.industry-service-card,
    .custom-care-card,.bundle-card,.micro-case-card,.result-card,.payment-card,
    .included-grid article,.sitemap-grid a,.related-box,.article-callout
  ){
    padding:16px 14px!important;
    border-radius:20px!important;
    min-height:unset!important;
    box-shadow:0 12px 34px rgba(31,64,120,.075)!important;
  }
  html.phase5-final-ready :where(
    .cards article h3,.timeline article h3,.plan-card h3,.person-card h3,.blog-card h3,
    .map-block h3,.answer-card h3,.buyer-guide-card h3,.city-cluster-card h3,
    .industry-service-card h3,.custom-care-card h3,.bundle-card h3,.micro-case-card h3,
    .result-card h3,.payment-card h3,.included-grid article h3,.related-box h3
  ){
    font-size:.98rem!important;
    line-height:1.13!important;
    margin-bottom:7px!important;
  }
  html.phase5-final-ready :where(
    .cards article p,.timeline article p,.plan-card p,.person-card p,.blog-card p,
    .map-block p,.answer-card p,.buyer-guide-card p,.city-cluster-card p,
    .industry-service-card p,.custom-care-card p,.bundle-card p,.micro-case-card p,
    .result-card p,.payment-card p,.included-grid article p,.related-box p
  ){
    font-size:.76rem!important;
    line-height:1.34!important;
    color:var(--v85-text)!important;
    display:-webkit-box!important;
    -webkit-line-clamp:4!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  html.phase5-final-ready :where(.cards.three,.cards.four,.motion-board,.check-grid,.sitemap-grid,.team-grid,.blog-grid){
    grid-template-columns:1fr!important;
    gap:12px!important;
  }
  html.phase5-final-ready :where(.blog-grid,.team-grid,.sitemap-grid){
    width:100%!important;
  }
  html.phase5-final-ready .blog-card img{
    width:calc(100% + 28px)!important;
    max-width:none!important;
    margin:-16px -14px 14px!important;
    height:148px!important;
    object-fit:cover!important;
  }
  html.phase5-final-ready .blog-card.no-img .blog-visual{
    height:118px!important;
    margin-bottom:12px!important;
  }

  /* Article and answer pages: keep detailed SEO copy available without a cramped reading wall. */
  html.phase5-final-ready :where(.article,.pro-article,.article-layout){
    width:100%!important;
    max-width:100%!important;
  }
  html.phase5-final-ready :where(.article h2,.pro-article h2,.article-block h2){
    font-size:clamp(1.36rem,7vw,2rem)!important;
    line-height:1.08!important;
  }
  html.phase5-final-ready :where(.article h3,.pro-article h3,.article-block h3){
    font-size:1.04rem!important;
    line-height:1.14!important;
  }
  html.phase5-final-ready :where(.article p,.pro-article p,.article-block p,.article li,.pro-article li){
    font-size:.88rem!important;
    line-height:1.55!important;
  }
  html.phase5-final-ready :where(.article-block,.related-box,.article-callout){
    margin:18px 0!important;
  }

  /* Pricing/request pages should explain quote flow without feeling like a long form wall. */
  html.phase5-final-ready :where(.quote-copy-card,.quote-form-card){
    border-radius:24px!important;
  }
  html.phase5-final-ready .quote-mini-points{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
  }
  html.phase5-final-ready .quote-mini-points span{
    min-height:38px!important;
    display:grid!important;
    place-items:center!important;
    text-align:center!important;
    font-size:.72rem!important;
    line-height:1.12!important;
    padding:8px!important;
  }

  /* Sample/portfolio cards: larger action area and less tiny meta text. */
  html.phase5-final-ready :where(.client-sample-card,.sample-card,.work-card){
    border-radius:22px!important;
  }
  html.phase5-final-ready :where(.sample-browser,.sample-preview,.work-preview){
    min-height:142px!important;
    border-radius:19px!important;
  }
  html.phase5-final-ready :where(.media-card,.rounded-media,.home-office-media,.article-hero-media){
    background:
      radial-gradient(circle at 18% 18%,rgba(21,94,239,.16),transparent 26%),
      radial-gradient(circle at 86% 76%,rgba(255,107,44,.14),transparent 28%),
      linear-gradient(135deg,#f8fbff,#eef6ff)!important;
  }
  html.phase5-final-ready :where(.media-card img,.rounded-media,.home-office-media img,.article-hero-media img){
    background:
      linear-gradient(90deg,rgba(255,255,255,.82) 0 36%,rgba(21,94,239,.1) 36% 64%,rgba(255,107,44,.1) 64% 100%),
      linear-gradient(135deg,#f8fbff,#eef6ff)!important;
  }
  html.phase5-final-ready :where(.sample-info,.sample-meta){
    font-size:.78rem!important;
  }

  /* Prevent fixed floating actions from covering essential right-side text on dense cards. */
  html.phase5-final-ready :where(.article-block,.quote-page-section,.client-samples,.form-shell,.sample-carousel,.home-office-proof,.media-split){
    padding-right:max(var(--v85-pad), env(safe-area-inset-right))!important;
  }
  html.phase5-final-ready .float-action{
    opacity:.94!important;
  }
}

@media(max-width:380px){
  html.phase5-final-ready :where(.hero-copy h1,.page-hero-v7 h1,.article h1){
    font-size:clamp(1.82rem,9.4vw,2.6rem)!important;
  }
  html.phase5-final-ready :where(.quote-mini-points,.visitor-action-row,.frontend-bridge-cards,.phase-one-stats){
    grid-template-columns:1fr!important;
  }
  html.phase5-final-ready :where(.cards article p,.blog-card p,.answer-card p,.buyer-guide-card p){
    -webkit-line-clamp:3!important;
  }
}

/* v86 phase 3 deep-page mobile polish: service, location, answer and guide pages */
@media(max-width:860px){
  html.phase5-final-ready{
    --v86-surface:#f8fbff;
    --v86-line:#dce8f8;
    --v86-blue:#155eef;
    --v86-green:#10b981;
    --v86-orange:#ff6b2c;
    --v86-card-pad:14px;
    --v86-radius:20px;
  }

  /* Keep SEO detail crawlable, but show people a cleaner decision path first. */
  html.phase5-final-ready :where(
    .answer-hub-section,.answer-detail-section,.buyer-guide-hub,.buyer-decision-section,
    .city-cluster-section,.location-service-section,.industry-service-section,
    .custom-care-section,.payment-section,.quote-steps-section,.service-cluster-section,
    .article-section,.related-section,.sitemap-section
  ){
    background:linear-gradient(180deg,#fff,var(--v86-surface))!important;
  }
  html.phase5-final-ready :where(
    .answer-hub-section .shell,.answer-detail-section .shell,.buyer-guide-hub .shell,
    .buyer-decision-section .shell,.city-cluster-section .shell,.location-service-section .shell,
    .industry-service-section .shell,.custom-care-section .shell,.service-cluster-section .shell
  ){
    gap:12px!important;
  }

  html.phase5-final-ready :where(
    .answer-grid,.buyer-guide-grid,.city-cluster-grid,.industry-service-grid,
    .seo-link-cards,.bundle-grid,.micro-case-grid,.industry-path-grid,
    .result-proof-grid,.before-after-grid,.custom-care-grid,.buyer-category-cards,
    .buyer-mistake-cards,.buyer-signal-cards,.related-grid,.included-grid,.payment-grid,
    .timeline,.check-grid,.sitemap-grid
  ){
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    width:100%!important;
  }

  html.phase5-final-ready :where(
    .answer-card,.buyer-guide-card,.city-cluster-card,.industry-service-card,
    .custom-care-card,.bundle-card,.micro-case-card,.industry-path-card,.result-card,
    .before-after-card,.payment-card,.subscription-card,.included-grid article,
    .timeline article,.check-grid article,.sitemap-grid a,.seo-link-cards article,
    .related-box,.article-callout
  ){
    min-height:126px!important;
    height:auto!important;
    padding:var(--v86-card-pad)!important;
    border-radius:var(--v86-radius)!important;
    border:1px solid var(--v86-line)!important;
    background:linear-gradient(145deg,#fff,#f7fbff)!important;
    box-shadow:0 12px 34px rgba(31,64,120,.07)!important;
    overflow:hidden!important;
    position:relative!important;
  }
  html.phase5-final-ready :where(
    .answer-card:after,.buyer-guide-card:after,.city-cluster-card:before,
    .industry-service-card:after,.custom-care-card:after,.bundle-card:after,
    .micro-case-card:after,.industry-path-card:after,.result-card:after,
    .before-after-card:after,.payment-card:after,.subscription-card:after
  ){
    right:-58px!important;
    bottom:-64px!important;
    width:140px!important;
    height:140px!important;
    opacity:.82!important;
  }

  html.phase5-final-ready :where(
    .answer-card span,.buyer-guide-card span,.city-cluster-card span,
    .seo-link-cards article span,.sitemap-grid a span
  ){
    width:auto!important;
    height:auto!important;
    min-height:0!important;
    max-width:100%!important;
    padding:5px 8px!important;
    border-radius:999px!important;
    font-size:.54rem!important;
    line-height:1.08!important;
    letter-spacing:.04em!important;
    margin:0 0 7px!important;
  }
  html.phase5-final-ready :where(
    .answer-card h3,.buyer-guide-card h3,.city-cluster-card h3,.industry-service-card h3,
    .custom-care-card h3,.bundle-card h3,.micro-case-card h3,.industry-path-card h3,
    .result-card h3,.before-after-card h3,.payment-card h3,.subscription-card h3,
    .included-grid article h3,.timeline article h3,.check-grid article h3,
    .seo-link-cards article h3,.related-box h3
  ){
    font-size:clamp(.72rem,2.8vw,.92rem)!important;
    line-height:1.12!important;
    margin:5px 0 6px!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  html.phase5-final-ready :where(
    .answer-card p,.buyer-guide-card p,.city-cluster-card p,.industry-service-card p,
    .custom-care-card p,.bundle-card p,.micro-case-card p,.industry-path-card p,
    .result-card p,.before-after-card p,.payment-card p,.subscription-card p,
    .included-grid article p,.timeline article p,.check-grid article p,
    .seo-link-cards article p,.related-box p
  ){
    font-size:clamp(.58rem,2.25vw,.72rem)!important;
    line-height:1.3!important;
    margin:0 0 7px!important;
    color:#344762!important;
    display:-webkit-box!important;
    -webkit-line-clamp:3!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  html.phase5-final-ready :where(
    .answer-card a,.buyer-guide-card a,.city-cluster-card a,.industry-service-card a,
    .custom-care-card a,.bundle-card a,.micro-case-card a,.industry-path-card a,
    .result-card a,.seo-link-cards article a,.related-box a,.sitemap-grid a
  ){
    min-height:34px!important;
    width:100%!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    border-radius:12px!important;
    font-size:.61rem!important;
    line-height:1.1!important;
    padding:8px!important;
  }

  /* Article pages and long SEO sections get compact headings plus expandable body copy. */
  html.phase5-final-ready :where(.article-layout,.article,.pro-article){
    max-width:100%!important;
    width:100%!important;
    display:block!important;
  }
  html.phase5-final-ready :where(.article-sidebar){
    position:relative!important;
    top:auto!important;
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
    margin:12px 0!important;
  }
  html.phase5-final-ready :where(.article-sidebar a){
    min-height:38px!important;
    justify-content:center!important;
    text-align:center!important;
    font-size:.62rem!important;
    line-height:1.12!important;
    padding:8px!important;
  }
  html.phase5-final-ready :where(.article-block,.pro-article section,.article-callout){
    border:1px solid var(--v86-line)!important;
    border-radius:20px!important;
    padding:15px 12px!important;
    background:#fff!important;
    box-shadow:0 10px 30px rgba(31,64,120,.065)!important;
  }
  html.phase5-final-ready :where(.article-block h2,.pro-article h2){
    font-size:clamp(1.16rem,5.8vw,1.62rem)!important;
    line-height:1.1!important;
    margin-bottom:8px!important;
  }
  html.phase5-final-ready :where(.article-block h3,.pro-article h3){
    font-size:.95rem!important;
    line-height:1.15!important;
    margin:12px 0 7px!important;
  }
  html.phase5-final-ready :where(.article-block p,.pro-article p,.article-block li,.pro-article li){
    font-size:.82rem!important;
    line-height:1.52!important;
    overflow-wrap:anywhere!important;
  }
  html.phase5-final-ready :where(.article-block ul,.article-block ol,.pro-article ul,.pro-article ol){
    padding-left:18px!important;
    margin:9px 0!important;
  }

  /* Location/service pages: make local intent easy to scan. */
  html.phase5-final-ready :where(.seo-inline-links){
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
    margin-top:12px!important;
  }
  html.phase5-final-ready :where(.seo-inline-links a){
    min-height:38px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:8px!important;
    border-radius:12px!important;
    font-size:.62rem!important;
    line-height:1.12!important;
    text-align:center!important;
  }
  html.phase5-final-ready :where(.map-block,.payment-card,.form-shell,.quote-form-card){
    border-radius:20px!important;
    padding:15px 12px!important;
  }
  html.phase5-final-ready :where(.table-wrap,.responsive-table,.phase5-table-wrap){
    border:1px solid var(--v86-line)!important;
    border-radius:16px!important;
    overflow-x:auto!important;
    -webkit-overflow-scrolling:touch!important;
    background:#fff!important;
  }
  html.phase5-final-ready table{
    min-width:560px!important;
    font-size:.74rem!important;
  }
  html.phase5-final-ready :where(th,td){
    padding:10px 9px!important;
    line-height:1.25!important;
  }

  /* FAQ rows and guide links need proper thumb-friendly tap height. */
  html.phase5-final-ready :where(.faq button,.faq-hub-list button,.faq-scroll button){
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    width:100%!important;
    min-height:44px!important;
    padding:10px 12px!important;
    border-radius:14px!important;
    background:#fff!important;
    color:#071327!important;
    font-weight:950!important;
    line-height:1.18!important;
    cursor:pointer!important;
  }
  html.phase5-final-ready :where(.faq div){
    padding:8px!important;
  }
  html.phase5-final-ready :where(.blog-card a,.article-card a){
    min-height:38px!important;
    width:100%!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    border:1px solid #cfe0ff!important;
    border-radius:12px!important;
    background:#eef5ff!important;
    color:#155eef!important;
    font-weight:950!important;
    font-size:.68rem!important;
    line-height:1.1!important;
    text-decoration:none!important;
    padding:8px 10px!important;
  }

  /* Keep floating actions clear of dense right-side cards. */
  html.phase5-final-ready :where(.answer-detail-section,.buyer-decision-section,.city-cluster-section,.industry-service-section,.client-samples,.article-block,.pro-article){
    padding-right:0!important;
  }
  html.phase5-final-ready .float-action{
    right:max(10px,env(safe-area-inset-right))!important;
  }
}

@media(max-width:390px){
  html.phase5-final-ready :where(
    .answer-grid,.buyer-guide-grid,.city-cluster-grid,.industry-service-grid,
    .seo-link-cards,.bundle-grid,.micro-case-grid,.industry-path-grid,
    .result-proof-grid,.before-after-grid,.custom-care-grid,.buyer-category-cards,
    .buyer-mistake-cards,.buyer-signal-cards,.related-grid,.included-grid,.payment-grid,
    .timeline,.check-grid,.sitemap-grid
  ){
    gap:8px!important;
  }
  html.phase5-final-ready :where(
    .answer-card,.buyer-guide-card,.city-cluster-card,.industry-service-card,
    .custom-care-card,.bundle-card,.micro-case-card,.industry-path-card,.result-card,
    .before-after-card,.payment-card,.subscription-card,.included-grid article,
    .timeline article,.check-grid article,.sitemap-grid a,.seo-link-cards article
  ){
    padding:11px 9px!important;
    border-radius:16px!important;
    min-height:112px!important;
  }
  html.phase5-final-ready :where(.article-sidebar,.seo-inline-links){
    grid-template-columns:1fr!important;
  }
  html.phase5-final-ready :where(.answer-card p,.buyer-guide-card p,.city-cluster-card p,.industry-service-card p,.custom-care-card p,.bundle-card p,.micro-case-card p,.industry-path-card p,.result-card p){
    -webkit-line-clamp:2!important;
  }
}

@media(max-width:340px){
  html.phase5-final-ready :where(
    .answer-grid,.buyer-guide-grid,.city-cluster-grid,.industry-service-grid,
    .seo-link-cards,.bundle-grid,.micro-case-grid,.industry-path-grid,
    .result-proof-grid,.before-after-grid,.custom-care-grid,.buyer-category-cards,
    .buyer-mistake-cards,.buyer-signal-cards,.related-grid,.included-grid,.payment-grid,
    .timeline,.check-grid,.sitemap-grid
  ){
    grid-template-columns:1fr!important;
  }
}

/* v87 phase 4 support, portfolio, policy and hub-page mobile finish */
@media(max-width:860px){
  html.phase5-final-ready{
    --v87-line:#dce8f8;
    --v87-soft:#f8fbff;
    --v87-blue:#155eef;
    --v87-green:#10b981;
    --v87-ink:#071327;
  }

  /* Portfolio/sample/case-study pages: keep cards compact, tappable and visually stable. */
  html.phase5-final-ready :where(.showcase-grid,.case-grid,.sample-grid,.work-grid,.case-study-grid){
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    width:100%!important;
  }
  html.phase5-final-ready :where(.client-sample-card,.sample-card,.work-card,.case-study-card,.studio-card,.poster-card){
    border-radius:20px!important;
    padding:14px!important;
    min-height:150px!important;
    overflow:hidden!important;
    border:1px solid var(--v87-line)!important;
    background:linear-gradient(145deg,#fff,#f7fbff)!important;
    box-shadow:0 12px 34px rgba(31,64,120,.075)!important;
  }
  html.phase5-final-ready :where(.sample-browser,.sample-preview,.work-preview,.case-preview){
    min-height:118px!important;
    border-radius:16px!important;
    overflow:hidden!important;
  }
  html.phase5-final-ready :where(.client-sample-card h3,.sample-card h3,.work-card h3,.case-study-card h3,.studio-card h3,.poster-card h3){
    font-size:clamp(.78rem,3vw,.98rem)!important;
    line-height:1.12!important;
    margin:6px 0!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  html.phase5-final-ready :where(.client-sample-card p,.sample-card p,.work-card p,.case-study-card p,.studio-card p,.poster-card p){
    font-size:.66rem!important;
    line-height:1.28!important;
    display:-webkit-box!important;
    -webkit-line-clamp:3!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  html.phase5-final-ready :where(.btn.small,a.btn.small,.sample-card .btn,.client-sample-card .btn,.work-card .btn,.case-study-card .btn){
    min-height:38px!important;
    width:100%!important;
    padding:8px 10px!important;
    border-radius:12px!important;
    font-size:.66rem!important;
    line-height:1.1!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
  }

  /* Support/contact/consultation pages: phone, email and direct links should be thumb friendly. */
  html.phase5-final-ready main :where(a[href^="tel:"],a[href^="mailto:"],a[href*="wa.me"],a[href*="api.whatsapp.com"]){
    min-height:42px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    width:100%!important;
    border:1px solid #cfe0ff!important;
    border-radius:14px!important;
    background:#eef5ff!important;
    color:var(--v87-blue)!important;
    font-weight:950!important;
    text-align:center!important;
    padding:9px 12px!important;
    text-decoration:none!important;
  }
  html.phase5-final-ready main :where(a[href*="wa.me"],a[href*="api.whatsapp.com"]){
    background:#ecfdf5!important;
    color:#047857!important;
    border-color:#b7f3d5!important;
  }
  html.phase5-final-ready :where(.contact-card,.support-card,.policy-card,.care-card,.quote-copy-card,.quote-form-card){
    border-radius:22px!important;
    overflow:hidden!important;
  }

  /* Quote/pricing forms: native inputs stay readable and checkbox targets are visibly tappable. */
  html.phase5-final-ready :where(input[type="checkbox"],input[type="radio"]){
    width:30px!important;
    height:30px!important;
    min-width:30px!important;
    min-height:30px!important;
    flex:0 0 30px!important;
    padding:0!important;
    margin:0 8px 0 0!important;
    accent-color:var(--v87-blue)!important;
  }
  html.phase5-final-ready :where(.quote-feature-box label,fieldset label,.checkbox-grid label,.option-grid label){
    display:flex!important;
    align-items:center!important;
    gap:8px!important;
    min-height:48px!important;
    line-height:1.2!important;
  }
  html.phase5-final-ready :where(.hp,input.hp){
    position:fixed!important;
    left:0!important;
    top:0!important;
    width:1px!important;
    height:1px!important;
    min-width:1px!important;
    min-height:1px!important;
    opacity:0!important;
    clip-path:inset(50%)!important;
    pointer-events:none!important;
    transform:scale(0)!important;
  }

  /* FAQ, sitemap, legal and policy hubs need a clean app-like reading rhythm. */
  html.phase5-final-ready :where(.faq-hub-section,.sitemap-section,.policy-section,.legal-section,.article-section){
    background:linear-gradient(180deg,#fff,var(--v87-soft))!important;
  }
  html.phase5-final-ready :where(.faq-hub-group,.policy-block,.legal-block,.sitemap-grid a){
    border:1px solid var(--v87-line)!important;
    border-radius:20px!important;
    background:#fff!important;
    box-shadow:0 12px 34px rgba(31,64,120,.065)!important;
    padding:14px 12px!important;
  }
  html.phase5-final-ready :where(.faq-hub-group h2,.policy-block h2,.legal-block h2){
    font-size:clamp(1.12rem,5.5vw,1.52rem)!important;
    line-height:1.1!important;
    margin-bottom:10px!important;
  }
  html.phase5-final-ready :where(.faq-hub-group p,.policy-block p,.legal-block p,.policy-block li,.legal-block li){
    font-size:.82rem!important;
    line-height:1.5!important;
  }

  /* Team/about/process pages: keep people, steps and proof cards consistent with app shell. */
  html.phase5-final-ready :where(.team-grid,.pro-team-grid,.process-grid,.timeline,.icon-cards,.mini-grid){
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }
  html.phase5-final-ready :where(.person-card,.process-card,.timeline article,.icon-cards article,.mini-grid article){
    min-height:124px!important;
    border-radius:20px!important;
    padding:14px!important;
    overflow:hidden!important;
  }
  html.phase5-final-ready :where(.person-card img){
    width:100%!important;
    height:120px!important;
    object-fit:cover!important;
    border-radius:16px!important;
  }

  /* Bottom app shell can cover last content; add breathing room to all deeper pages. */
  html.phase5-final-ready main{
    padding-bottom:calc(var(--phase4-tabbar-h,78px) + 18px)!important;
  }
  html.phase5-final-ready :where(.section:last-of-type){
    margin-bottom:10px!important;
  }
}

@media(max-width:390px){
  html.phase5-final-ready :where(.showcase-grid,.case-grid,.sample-grid,.work-grid,.case-study-grid,.team-grid,.pro-team-grid,.process-grid,.timeline,.icon-cards,.mini-grid){
    gap:8px!important;
  }
  html.phase5-final-ready :where(.client-sample-card,.sample-card,.work-card,.case-study-card,.studio-card,.poster-card,.person-card,.process-card,.timeline article,.icon-cards article,.mini-grid article){
    padding:11px 9px!important;
    border-radius:16px!important;
  }
}

/* v88 final mobile audit fixes: brand tagline and small live-site buttons */
@media(max-width:860px){
  html.phase5-final-ready .brand small{
    max-width:164px!important;
    white-space:normal!important;
    line-height:1.08!important;
    overflow:visible!important;
  }
  html.phase5-final-ready .site-header .brand small{
    max-width:166px!important;
  }
  html.phase5-final-ready .site-footer .footer-brand small{
    max-width:190px!important;
    text-align:center!important;
  }
  html.phase5-final-ready :where(.btn.small,.btn.ghost.small,a.btn.small,a.btn.ghost.small,.sample-card .btn.small,.client-sample-card .btn.small,.work-card .btn.small,.case-study-card .btn.small){
    min-height:40px!important;
    padding:9px 11px!important;
    border-radius:13px!important;
    line-height:1.12!important;
  }
}
@media(max-width:370px){
  html.phase5-final-ready .site-header .brand small{
    max-width:150px!important;
  }
}
/* v89 final audit hardening: specific small CTA and floating icon guards */
@media(max-width:860px){
  html.phase5-final-ready body main a.btn.small,
  html.phase5-final-ready body main button.btn.small,
  html.phase5-final-ready .sample-carousel .sample-meta a.btn.small,
  html.phase5-final-ready .client-sample-card a.btn.small,
  html.phase5-final-ready .sample-card a.btn.small,
  html.phase5-final-ready .work-card a.btn.small,
  html.phase5-final-ready .case-study-card a.btn.small,
  html.phase5-final-ready .article-card a.btn.small,
  html.phase5-final-ready .blog-card a.btn.small,
  html.phase5-final-ready .related-box a.btn.small{
    min-height:40px!important;
    padding:9px 11px!important;
    line-height:1.12!important;
    border-radius:13px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
  }
  html.phase5-final-ready .float-action{
    overflow:hidden!important;
    min-width:48px!important;
    min-height:48px!important;
  }
}
/* v90 load-time mobile tap target guard, before JS adds enhancement classes */
@media(max-width:860px){
  body main a.btn.small,
  body main button.btn.small,
  body main .sample-carousel .sample-meta a.btn.small,
  body main .client-sample-card a.btn.small,
  body main .sample-card a.btn.small,
  body main .work-card a.btn.small,
  body main .case-study-card a.btn.small,
  body main .article-card a.btn.small,
  body main .blog-card a.btn.small,
  body main .related-box a.btn.small{
    min-height:40px!important;
    padding:9px 11px!important;
    line-height:1.12!important;
    border-radius:13px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
  }
}
/* v91 visual spot-check fix: compact right-side action rail on phones */
@media(max-width:860px){
  html.phase5-final-ready .float-action,
  .float-action{
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
    min-height:38px!important;
    right:4px!important;
    border-radius:13px!important;
    box-shadow:0 9px 20px rgba(7,19,39,.16)!important;
    opacity:.95!important;
  }
  html.phase5-final-ready .float-action:before,
  .float-action:before{
    inset:-4px!important;
    opacity:.08!important;
  }
  html.phase5-final-ready .float-action .ui-icon,
  html.phase5-final-ready .float-action .wa-mark,
  html.phase5-final-ready .float-action .phone-mark,
  html.phase5-final-ready .float-action svg,
  .float-action .ui-icon,
  .float-action .wa-mark,
  .float-action .phone-mark,
  .float-action svg{
    width:19px!important;
    height:19px!important;
  }
  html.phase5-final-ready .float-mail,
  .float-mail{--v81-float-y:-60px!important}
  html.phase5-final-ready .float-install,
  .float-install{--v81-float-y:-20px!important}
  html.phase5-final-ready .float-call,
  .float-call{--v81-float-y:20px!important}
  html.phase5-final-ready .float-wa,
  .float-wa{--v81-float-y:60px!important}
  .home-video-hero .hero-actions{
    display:grid!important;
    width:min(100%,250px)!important;
    grid-template-columns:1fr!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  html.phase5-final-ready .home-video-hero .home-hero-center .hero-actions{
    display:grid!important;
    width:min(100%,250px)!important;
    max-width:250px!important;
    grid-template-columns:1fr!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .home-video-hero .hero-actions .btn{
    width:100%!important;
  }
}

/* v95 homepage-only mobile layout reset: clean middle content without changing common header/footer */
@media(max-width:860px){
  main:has(.home-video-hero){
    background:#f6faff!important;
  }
  :where(
    .phase-one-answer-section,.home-selector,.industry-paths-section,.home-goals,
    .result-proof-section,.before-after-section,.home-office-proof,.bundle-section,
    .client-samples,.micro-case-section,.home-flip-flow-section,.audit-cta-section,
    .home-tech-section,.answer-home-section,.objection-section,.home-faq-section,.cta-section
  ){
    width:100%!important;
    max-width:100vw!important;
    overflow:hidden!important;
    padding:34px 0!important;
    scroll-margin-top:86px!important;
  }
  :where(
    .phase-one-answer-section,.home-selector,.industry-paths-section,.home-goals,
    .result-proof-section,.before-after-section,.home-office-proof,.bundle-section,
    .client-samples,.micro-case-section,.home-flip-flow-section,.audit-cta-section,
    .home-tech-section,.answer-home-section,.objection-section,.home-faq-section,.cta-section
  ) > .shell{
    width:calc(100% - 24px)!important;
    max-width:440px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:0!important;
    padding-right:0!important;
  }
  .home-video-hero{
    min-height:auto!important;
    padding:50px 0 58px!important;
  }
  .home-video-hero .home-hero-center{
    width:calc(100% - 24px)!important;
    max-width:430px!important;
    padding:0!important;
  }
  .home-video-hero .home-hero-center h1{
    max-width:11.5ch!important;
    font-size:clamp(2.22rem,11.2vw,3.25rem)!important;
    line-height:1.02!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .home-video-hero .home-hero-center .lead{
    max-width:34ch!important;
    margin-left:auto!important;
    margin-right:auto!important;
    font-size:.88rem!important;
    line-height:1.43!important;
    -webkit-line-clamp:3!important;
  }
  .home-video-hero .hero-actions{
    width:min(100%,280px)!important;
    max-width:280px!important;
    grid-template-columns:1fr!important;
    gap:9px!important;
  }
  .home-video-hero .hero-actions .btn{
    min-height:44px!important;
    border-radius:16px!important;
    font-size:.86rem!important;
  }
  .home-video-hero .home-proof-row{
    width:100%!important;
    max-width:380px!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:6px!important;
  }
  .home-video-hero .home-proof-row span{
    min-height:34px!important;
    padding:6px 5px!important;
    border-radius:999px!important;
    font-size:.56rem!important;
    line-height:1.08!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
  }
  .phase-one-answer-section .phase-one-grid,
  .home-office-proof .split{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
  .phase-one-answer-section .phase-one-copy,
  .phase-one-answer-section .phase-one-answers,
  .home-office-proof .shell > div{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }
  .phase-one-answer-section .phase-one-copy{
    padding:20px 16px!important;
    border-radius:26px!important;
    background:linear-gradient(180deg,#fff,#f7fbff)!important;
    border:1px solid #dce8f8!important;
    box-shadow:0 16px 42px rgba(31,64,120,.08)!important;
  }
  .phase-one-answer-section .phase-one-copy h2,
  .section-head.center-head h2,
  .home-office-proof h2,
  .audit-panel h2,
  .home-tech-section h2,
  .cta-panel h2{
    font-size:clamp(1.55rem,7.3vw,2.2rem)!important;
    line-height:1.08!important;
    max-width:100%!important;
    text-align:left!important;
  }
  .section-head.center-head,
  .home-tech-section .shell,
  .answer-home-section .section-head,
  .objection-section .section-head,
  .home-faq-section .section-head{
    text-align:left!important;
  }
  .section-head.center-head p,
  .phase-one-answer-section .phase-one-copy > p,
  .home-office-proof p,
  .home-tech-section p,
  .cta-panel p{
    max-width:38ch!important;
    font-size:.86rem!important;
    line-height:1.44!important;
    color:#5c6f89!important;
    text-align:left!important;
  }
  .phase-one-stats,
  .phase-one-answers,
  .home-trust-grid,
  .result-proof-grid,
  .before-after-grid,
  .bundle-grid,
  .micro-case-grid,
  .home-flip-flow,
  .answer-grid,
  .blog-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    width:100%!important;
  }
  .phase-one-stats article,
  .phase-one-answers article,
  .result-proof-card,
  .before-after-card,
  .bundle-card,
  .micro-case-card,
  .home-flip-card,
  .answer-card,
  .blog-card,
  .home-trust-grid article,
  .home-trust-grid .trust-flip-card{
    min-height:auto!important;
    height:auto!important;
    padding:13px 10px!important;
    border-radius:18px!important;
    overflow:hidden!important;
    box-shadow:0 12px 30px rgba(31,64,120,.08)!important;
  }
  .phase-one-stats strong,
  .phase-one-answers h3,
  .result-proof-card h3,
  .before-after-card h3,
  .bundle-card h3,
  .micro-case-card h3,
  .home-flip-card h3,
  .answer-card h3,
  .blog-card h3,
  .home-trust-grid h3{
    font-size:.82rem!important;
    line-height:1.14!important;
    margin:0 0 6px!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  .phase-one-stats span,
  .phase-one-answers p,
  .result-proof-card p,
  .before-after-card p,
  .bundle-card p,
  .micro-case-card p,
  .home-flip-card p,
  .answer-card p,
  .blog-card p,
  .home-trust-grid p{
    font-size:.66rem!important;
    line-height:1.28!important;
    display:-webkit-box!important;
    -webkit-line-clamp:3!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  .home-service-grid.ultra-service-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }
  .home-service-grid.ultra-service-grid .ultra-service{
    display:grid!important;
    grid-template-columns:1fr!important;
    grid-template-areas:"icon" "title" "text" "action"!important;
    gap:7px!important;
    min-height:178px!important;
    padding:13px 10px!important;
    border-radius:21px!important;
    contain:none!important;
    overflow:hidden!important;
  }
  .home-service-grid.ultra-service-grid .service-topline{
    grid-area:icon!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    margin:0!important;
  }
  .home-service-grid.ultra-service-grid .service-symbol,
  .home-service-grid.ultra-service-grid .service-logo-box{
    width:48px!important;
    height:48px!important;
    min-width:48px!important;
    border-radius:17px!important;
  }
  .home-service-grid.ultra-service-grid .service-symbol svg,
  .home-service-grid.ultra-service-grid .service-symbol img,
  .home-service-grid.ultra-service-grid .service-logo-img,
  .home-service-grid.ultra-service-grid .service-platform-logo{
    width:32px!important;
    height:32px!important;
    object-fit:contain!important;
  }
  .home-service-grid.ultra-service-grid .service-number{
    font-size:.72rem!important;
    opacity:.65!important;
  }
  .home-service-grid.ultra-service-grid h3{
    grid-area:title!important;
    font-size:.89rem!important;
    line-height:1.12!important;
    min-height:2.05em!important;
    margin:0!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  .home-service-grid.ultra-service-grid p{
    grid-area:text!important;
    font-size:.64rem!important;
    line-height:1.25!important;
    min-height:3.65em!important;
    margin:0!important;
    -webkit-line-clamp:3!important;
  }
  .home-service-grid.ultra-service-grid .service-tags{
    display:none!important;
  }
  .home-service-grid.ultra-service-grid .home-service-actions{
    grid-area:action!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:0!important;
    margin-top:2px!important;
  }
  .home-service-grid.ultra-service-grid .home-service-actions .btn:first-child{
    display:none!important;
  }
  .home-service-grid.ultra-service-grid .home-service-actions .btn{
    width:100%!important;
    min-height:36px!important;
    border-radius:13px!important;
    font-size:.66rem!important;
    padding:7px 6px!important;
  }
  .industry-path-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }
  .industry-path-card{
    min-height:128px!important;
    padding:13px 10px!important;
    border-radius:18px!important;
    overflow:hidden!important;
  }
  .industry-path-card h3{
    font-size:.82rem!important;
    line-height:1.14!important;
    -webkit-line-clamp:2!important;
  }
  .industry-path-card p{
    font-size:.64rem!important;
    line-height:1.24!important;
    -webkit-line-clamp:3!important;
  }
  .industry-path-card a,
  .micro-case-card a,
  .answer-card a,
  .blog-card a{
    min-height:34px!important;
    display:inline-flex!important;
    align-items:center!important;
    font-size:.68rem!important;
  }
  .home-office-proof .home-office-media,
  .home-office-proof .media-card{
    width:100%!important;
    border-radius:24px!important;
    overflow:hidden!important;
    margin:0!important;
  }
  .home-office-proof video,
  .home-office-proof img{
    width:100%!important;
    height:210px!important;
    object-fit:cover!important;
  }
  .home-trust-grid{
    margin-top:14px!important;
  }
  .home-trust-grid .trust-flip-card,
  .home-trust-grid .trust-flip-inner{
    min-height:128px!important;
  }
  .home-trust-grid .trust-face{
    padding:13px 10px!important;
    border-radius:18px!important;
  }
  .client-samples .sample-carousel{
    width:100%!important;
    padding:44px 10px 14px!important;
    border-radius:24px!important;
  }
  .sample-carousel-window,
  .sample-carousel .client-sample-card.carousel-slide.is-active{
    min-height:300px!important;
  }
  .sample-carousel .client-sample-card.carousel-slide.is-active{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
  }
  .sample-carousel .sample-browser{
    height:132px!important;
    min-height:132px!important;
    border-radius:20px!important;
  }
  .sample-carousel .sample-meta{
    padding:10px 4px 2px!important;
  }
  .sample-carousel .sample-meta h3{
    font-size:.98rem!important;
    line-height:1.12!important;
  }
  .sample-carousel .sample-meta p{
    font-size:.66rem!important;
    line-height:1.28!important;
    -webkit-line-clamp:2!important;
  }
  .sample-carousel .sample-meta .btn{
    width:100%!important;
    min-height:36px!important;
  }
  .sample-carousel .carousel-arrow,
  .sample-carousel .carousel-control{
    width:42px!important;
    height:42px!important;
    top:12px!important;
    transform:none!important;
  }
  .sample-carousel .prev{left:12px!important}
  .sample-carousel .next{right:12px!important}
  .audit-panel{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:14px!important;
    padding:24px 14px 114px!important;
    border-radius:26px!important;
  }
  .audit-checks{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:7px!important;
  }
  .audit-checks span{
    min-height:38px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    font-size:.58rem!important;
    line-height:1.14!important;
    padding:7px!important;
    border-radius:999px!important;
  }
  .audit-panel .btn{
    width:100%!important;
    min-height:46px!important;
  }
  .home-tech-section{
    background:#0d3477!important;
    color:#fff!important;
  }
  .home-tech-section .marquee div{
    display:flex!important;
    flex-wrap:wrap!important;
    justify-content:center!important;
    gap:8px!important;
    animation:none!important;
  }
  .home-tech-section .marquee span{
    font-size:.72rem!important;
    padding:9px 11px!important;
  }
  .home-faq-accordion details{
    border-radius:18px!important;
    overflow:hidden!important;
  }
  .home-faq-accordion summary{
    min-height:48px!important;
    font-size:.88rem!important;
    line-height:1.2!important;
    padding:14px 16px!important;
  }
  .home-faq-accordion p{
    font-size:.82rem!important;
    line-height:1.45!important;
  }
  .cta-panel{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:14px!important;
    padding:22px 16px!important;
    border-radius:24px!important;
  }
  .cta-panel .btn{
    width:100%!important;
    min-height:46px!important;
  }
}
@media(max-width:370px){
  .home-video-hero .home-proof-row{
    gap:5px!important;
  }
  .home-video-hero .home-proof-row span{
    font-size:.51rem!important;
    padding:5px 3px!important;
  }
  .home-service-grid.ultra-service-grid,
  .industry-path-grid,
  .phase-one-stats,
  .phase-one-answers,
  .home-trust-grid,
  .result-proof-grid,
  .before-after-grid,
  .bundle-grid,
  .micro-case-grid,
  .home-flip-flow,
  .answer-grid,
  .blog-grid{
    gap:8px!important;
  }
  .home-service-grid.ultra-service-grid .ultra-service{
    min-height:174px!important;
    padding:11px 8px!important;
  }
  .home-service-grid.ultra-service-grid h3{
    font-size:.82rem!important;
  }
  .home-service-grid.ultra-service-grid p{
    font-size:.6rem!important;
  }
}

/* v96 homepage mobile specificity guard: override older phase rules that hid content */
@media(max-width:860px){
  html.phase5-final-ready .phase-one-answer-section,
  html.phase5-final-ready .home-selector,
  html.phase5-final-ready .industry-paths-section,
  html.phase5-final-ready .home-goals,
  html.phase5-final-ready .result-proof-section,
  html.phase5-final-ready .before-after-section,
  html.phase5-final-ready .home-office-proof,
  html.phase5-final-ready .bundle-section,
  html.phase5-final-ready .client-samples,
  html.phase5-final-ready .micro-case-section,
  html.phase5-final-ready .home-flip-flow-section,
  html.phase5-final-ready .audit-cta-section,
  html.phase5-final-ready .home-tech-section,
  html.phase5-final-ready .answer-home-section,
  html.phase5-final-ready .objection-section,
  html.phase5-final-ready .home-faq-section,
  html.phase5-final-ready .cta-section{
    overflow:hidden!important;
    padding-top:34px!important;
    padding-bottom:34px!important;
  }
  html.phase5-final-ready .phase-one-answer-section>.shell,
  html.phase5-final-ready .home-selector>.shell,
  html.phase5-final-ready .industry-paths-section>.shell,
  html.phase5-final-ready .home-goals>.shell,
  html.phase5-final-ready .result-proof-section>.shell,
  html.phase5-final-ready .before-after-section>.shell,
  html.phase5-final-ready .home-office-proof>.shell,
  html.phase5-final-ready .bundle-section>.shell,
  html.phase5-final-ready .client-samples>.shell,
  html.phase5-final-ready .micro-case-section>.shell,
  html.phase5-final-ready .home-flip-flow-section>.shell,
  html.phase5-final-ready .audit-cta-section>.shell,
  html.phase5-final-ready .home-tech-section>.shell,
  html.phase5-final-ready .answer-home-section>.shell,
  html.phase5-final-ready .objection-section>.shell,
  html.phase5-final-ready .home-faq-section>.shell,
  html.phase5-final-ready .cta-section>.shell{
    width:calc(100% - 24px)!important;
    max-width:440px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:0!important;
    padding-right:0!important;
  }
  html.phase5-final-ready .home-video-hero{
    min-height:auto!important;
    padding-top:50px!important;
    padding-bottom:58px!important;
  }
  html.phase5-final-ready .home-video-hero .home-hero-center{
    width:calc(100% - 24px)!important;
    max-width:430px!important;
    padding-left:0!important;
    padding-right:0!important;
  }
  html.phase5-final-ready .home-video-hero .home-hero-center h1{
    max-width:11.5ch!important;
    font-size:clamp(2.22rem,11.2vw,3.25rem)!important;
    line-height:1.02!important;
  }
  html.phase5-final-ready .home-video-hero .home-proof-row{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:6px!important;
  }
  html.phase5-final-ready .home-video-hero .home-proof-row span{
    min-height:34px!important;
    font-size:.56rem!important;
    line-height:1.08!important;
    padding:6px 5px!important;
  }
  html.phase5-final-ready .home-service-grid.ultra-service-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }
  html.phase5-final-ready .home-service-grid.ultra-service-grid .ultra-service{
    display:grid!important;
    grid-template-columns:1fr!important;
    grid-template-areas:"icon" "title" "text" "action"!important;
    min-height:178px!important;
    padding:13px 10px!important;
    gap:7px!important;
    border-radius:21px!important;
    overflow:hidden!important;
  }
  html.phase5-final-ready .home-service-grid.ultra-service-grid .service-topline{
    grid-area:icon!important;
    display:flex!important;
    justify-content:space-between!important;
    align-items:center!important;
  }
  html.phase5-final-ready .home-service-grid.ultra-service-grid .service-symbol,
  html.phase5-final-ready .home-service-grid.ultra-service-grid .service-logo-box{
    width:48px!important;
    height:48px!important;
    min-width:48px!important;
  }
  html.phase5-final-ready .home-service-grid.ultra-service-grid .service-symbol svg,
  html.phase5-final-ready .home-service-grid.ultra-service-grid .service-symbol img,
  html.phase5-final-ready .home-service-grid.ultra-service-grid .service-logo-img,
  html.phase5-final-ready .home-service-grid.ultra-service-grid .service-platform-logo{
    width:32px!important;
    height:32px!important;
    object-fit:contain!important;
  }
  html.phase5-final-ready .home-service-grid.ultra-service-grid h3{
    grid-area:title!important;
    min-height:2.05em!important;
    font-size:.89rem!important;
    line-height:1.12!important;
    margin:0!important;
  }
  html.phase5-final-ready .home-service-grid.ultra-service-grid .ultra-service p{
    grid-area:text!important;
    display:-webkit-box!important;
    min-height:3.65em!important;
    font-size:.64rem!important;
    line-height:1.25!important;
    margin:0!important;
    -webkit-line-clamp:3!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  html.phase5-final-ready .home-service-grid.ultra-service-grid .service-tags{
    display:none!important;
  }
  html.phase5-final-ready .home-service-grid.ultra-service-grid .home-service-actions{
    grid-area:action!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    margin-top:2px!important;
  }
  html.phase5-final-ready .home-service-grid.ultra-service-grid .home-service-actions .btn:first-child{
    display:none!important;
  }
  html.phase5-final-ready .home-service-grid.ultra-service-grid .home-service-actions .btn{
    display:flex!important;
    width:100%!important;
    min-height:36px!important;
    border-radius:13px!important;
    font-size:.66rem!important;
    padding:7px 6px!important;
  }
  html.phase5-final-ready .phase-one-stats,
  html.phase5-final-ready .phase-one-answers,
  html.phase5-final-ready .industry-path-grid,
  html.phase5-final-ready .home-goal-stage,
  html.phase5-final-ready .result-proof-grid,
  html.phase5-final-ready .before-after-grid,
  html.phase5-final-ready .home-trust-grid,
  html.phase5-final-ready .bundle-grid,
  html.phase5-final-ready .micro-case-grid,
  html.phase5-final-ready .home-flip-flow,
  html.phase5-final-ready .answer-grid,
  html.phase5-final-ready .blog-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    overflow:visible!important;
  }
  html.phase5-final-ready .phase-one-stats article,
  html.phase5-final-ready .phase-one-answers article,
  html.phase5-final-ready .industry-path-card,
  html.phase5-final-ready .goal-flip-card,
  html.phase5-final-ready .goal-flip-inner,
  html.phase5-final-ready .goal-face,
  html.phase5-final-ready .result-proof-card,
  html.phase5-final-ready .before-after-card,
  html.phase5-final-ready .home-trust-grid .trust-flip-card,
  html.phase5-final-ready .home-trust-grid .trust-flip-inner,
  html.phase5-final-ready .home-trust-grid .trust-face,
  html.phase5-final-ready .bundle-card,
  html.phase5-final-ready .micro-case-card,
  html.phase5-final-ready .home-flip-card,
  html.phase5-final-ready .flip-inner,
  html.phase5-final-ready .flip-face,
  html.phase5-final-ready .answer-card,
  html.phase5-final-ready .blog-card{
    min-height:128px!important;
    height:auto!important;
    padding:13px 10px!important;
    border-radius:18px!important;
    overflow:hidden!important;
  }
  html.phase5-final-ready .goal-flip-card,
  html.phase5-final-ready .home-trust-grid .trust-flip-card,
  html.phase5-final-ready .home-flip-card{
    perspective:none!important;
  }
  html.phase5-final-ready .goal-flip-inner,
  html.phase5-final-ready .home-trust-grid .trust-flip-inner,
  html.phase5-final-ready .flip-inner{
    transform:none!important;
    animation:none!important;
  }
  html.phase5-final-ready .goal-face.goal-back,
  html.phase5-final-ready .home-trust-grid .trust-back,
  html.phase5-final-ready .flip-back{
    display:none!important;
  }
  html.phase5-final-ready .phase-one-stats strong,
  html.phase5-final-ready .phase-one-answers h3,
  html.phase5-final-ready .industry-path-card h3,
  html.phase5-final-ready .goal-face h3,
  html.phase5-final-ready .result-proof-card h3,
  html.phase5-final-ready .before-after-card h3,
  html.phase5-final-ready .home-trust-grid h3,
  html.phase5-final-ready .bundle-card h3,
  html.phase5-final-ready .micro-case-card h3,
  html.phase5-final-ready .flip-face h3,
  html.phase5-final-ready .answer-card h3,
  html.phase5-final-ready .blog-card h3{
    font-size:.82rem!important;
    line-height:1.14!important;
    margin:0 0 6px!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  html.phase5-final-ready .phase-one-stats span,
  html.phase5-final-ready .phase-one-answers p,
  html.phase5-final-ready .industry-path-card p,
  html.phase5-final-ready .goal-face p,
  html.phase5-final-ready .result-proof-card p,
  html.phase5-final-ready .before-after-card p,
  html.phase5-final-ready .home-trust-grid p,
  html.phase5-final-ready .bundle-card p,
  html.phase5-final-ready .micro-case-card p,
  html.phase5-final-ready .flip-face p,
  html.phase5-final-ready .answer-card p,
  html.phase5-final-ready .blog-card p{
    font-size:.66rem!important;
    line-height:1.28!important;
    display:-webkit-box!important;
    -webkit-line-clamp:3!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  html.phase5-final-ready .home-office-proof .split{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
  html.phase5-final-ready .home-office-proof .home-office-media video,
  html.phase5-final-ready .home-office-proof .home-office-media img{
    height:210px!important;
    object-fit:cover!important;
  }
  html.phase5-final-ready .client-samples .sample-carousel{
    padding:44px 10px 14px!important;
  }
  html.phase5-final-ready .sample-carousel .client-sample-card.carousel-slide.is-active{
    display:grid!important;
    grid-template-columns:1fr!important;
    min-height:300px!important;
  }
  html.phase5-final-ready .sample-carousel .sample-browser{
    height:132px!important;
    min-height:132px!important;
  }
  html.phase5-final-ready .sample-carousel .sample-meta .btn{
    width:100%!important;
    min-height:36px!important;
  }
  html.phase5-final-ready .audit-panel{
    display:grid!important;
    grid-template-columns:1fr!important;
    padding:24px 14px 114px!important;
  }
  html.phase5-final-ready .audit-checks{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:7px!important;
  }
  html.phase5-final-ready .audit-checks span{
    min-height:38px!important;
    font-size:.58rem!important;
    line-height:1.14!important;
    padding:7px!important;
    text-align:center!important;
  }
}
@media(max-width:370px){
  html.phase5-final-ready .home-service-grid.ultra-service-grid .ultra-service{
    min-height:174px!important;
    padding:11px 8px!important;
  }
  html.phase5-final-ready .home-service-grid.ultra-service-grid h3{
    font-size:.82rem!important;
  }
  html.phase5-final-ready .home-service-grid.ultra-service-grid .ultra-service p{
    font-size:.6rem!important;
  }
}

/* v97 homepage mobile final visual polish: contrast and guide-card rhythm */
@media(max-width:860px){
  html.phase5-final-ready .before-after-grid{
    grid-template-columns:1fr!important;
    gap:12px!important;
  }
  html.phase5-final-ready .before-after-card{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    min-height:178px!important;
    padding:0!important;
    background:#fff!important;
    border:1px solid #dce8f8!important;
    overflow:hidden!important;
  }
  html.phase5-final-ready .before-after-card .before-side,
  html.phase5-final-ready .before-after-card .after-side{
    padding:14px 12px!important;
    display:grid!important;
    align-content:start!important;
    gap:6px!important;
    min-width:0!important;
  }
  html.phase5-final-ready .before-after-card .before-side{
    background:#fff7f0!important;
    color:#071327!important;
  }
  html.phase5-final-ready .before-after-card .after-side{
    background:linear-gradient(135deg,#155eef,#0d47c8)!important;
    color:#fff!important;
  }
  html.phase5-final-ready .before-after-card .before-side span,
  html.phase5-final-ready .before-after-card .after-side span{
    font-size:.58rem!important;
    line-height:1!important;
    letter-spacing:.08em!important;
  }
  html.phase5-final-ready .before-after-card .after-side h3,
  html.phase5-final-ready .before-after-card .after-side p,
  html.phase5-final-ready .before-after-card .after-side span{
    color:#fff!important;
  }
  html.phase5-final-ready .before-after-card .before-side p,
  html.phase5-final-ready .before-after-card .after-side p{
    -webkit-line-clamp:4!important;
  }
  html.phase5-final-ready main:has(.home-video-hero) .blog-grid{
    grid-template-columns:1fr!important;
    gap:12px!important;
  }
  html.phase5-final-ready main:has(.home-video-hero) .blog-card{
    display:grid!important;
    grid-template-columns:112px 1fr!important;
    gap:12px!important;
    align-items:center!important;
    min-height:126px!important;
    padding:12px!important;
    border-radius:20px!important;
    overflow:hidden!important;
  }
  html.phase5-final-ready main:has(.home-video-hero) .blog-card img{
    width:112px!important;
    height:92px!important;
    max-width:112px!important;
    margin:0!important;
    border-radius:16px!important;
    object-fit:cover!important;
    background:linear-gradient(135deg,#eaf3ff,#fff4ec)!important;
  }
  html.phase5-final-ready main:has(.home-video-hero) .blog-card h3{
    font-size:.9rem!important;
    line-height:1.14!important;
    margin:0 0 5px!important;
    -webkit-line-clamp:2!important;
  }
  html.phase5-final-ready main:has(.home-video-hero) .blog-card p{
    font-size:.68rem!important;
    line-height:1.28!important;
    -webkit-line-clamp:2!important;
  }
  html.phase5-final-ready main:has(.home-video-hero) .blog-card a{
    min-height:30px!important;
    font-size:.72rem!important;
  }
}
@media(max-width:370px){
  html.phase5-final-ready main:has(.home-video-hero) .blog-card{
    grid-template-columns:96px 1fr!important;
    gap:10px!important;
  }
  html.phase5-final-ready main:has(.home-video-hero) .blog-card img{
    width:96px!important;
    height:84px!important;
  }
}

/* v98 homepage mobile desktop-parity layer: same layout, scaled down */
@keyframes v98MiniFlip{0%,42%,100%{transform:rotateY(0)}50%,64%{transform:rotateY(180deg)}}
@keyframes v98RunStrip{to{transform:translateX(-50%)}}
@media(max-width:860px){
  html.phase5-final-ready body{
    --home-mini-shell:calc(100% - 16px);
  }
  html.phase5-final-ready main:has(.home-video-hero){
    background:#f7fbff!important;
    padding-bottom:76px!important;
  }
  html.phase5-final-ready main:has(.home-video-hero) :where(
    .phase-one-answer-section,.home-selector,.industry-paths-section,.home-goals,
    .result-proof-section,.before-after-section,.home-office-proof,.bundle-section,
    .client-samples,.micro-case-section,.home-flip-flow-section,.audit-cta-section,
    .home-tech-section,.answer-home-section,.objection-section,.home-faq-section,.cta-section
  ){
    padding:24px 0!important;
    overflow:hidden!important;
  }
  html.phase5-final-ready main:has(.home-video-hero) :where(
    .phase-one-answer-section,.home-selector,.industry-paths-section,.home-goals,
    .result-proof-section,.before-after-section,.home-office-proof,.bundle-section,
    .client-samples,.micro-case-section,.home-flip-flow-section,.audit-cta-section,
    .home-tech-section,.answer-home-section,.objection-section,.home-faq-section,.cta-section
  )>.shell{
    width:var(--home-mini-shell)!important;
    max-width:440px!important;
  }
  html.phase5-final-ready main:has(.home-video-hero) :where(.section-head,.section-head.center-head){
    max-width:100%!important;
    margin:0 auto 14px!important;
    text-align:center!important;
  }
  html.phase5-final-ready main:has(.home-video-hero) :where(.section-head h2,.section-head.center-head h2,.home-tech-section h2,.objection-section h2,.home-faq-section h2){
    max-width:100%!important;
    text-align:center!important;
    font-size:clamp(1.16rem,5.3vw,1.55rem)!important;
    line-height:1.04!important;
    margin-inline:auto!important;
    text-wrap:balance!important;
  }
  html.phase5-final-ready main:has(.home-video-hero) :where(.section-head p,.section-head.center-head p,.home-tech-section p,.objection-section p,.home-faq-section p){
    max-width:54ch!important;
    text-align:center!important;
    margin-inline:auto!important;
    font-size:clamp(.48rem,1.85vw,.62rem)!important;
    line-height:1.24!important;
    display:block!important;
  }
  html.phase5-final-ready main:has(.home-video-hero) .kicker{
    display:block!important;
    text-align:center!important;
    font-size:.45rem!important;
    letter-spacing:.16em!important;
    margin-bottom:5px!important;
  }

  /* Hero: desktop line rhythm on mobile */
  html.phase5-final-ready .home-video-hero{
    min-height:auto!important;
    padding:38px 0 42px!important;
  }
  html.phase5-final-ready .home-video-hero .home-hero-center{
    width:var(--home-mini-shell)!important;
    max-width:430px!important;
    padding-inline:0!important;
  }
  html.phase5-final-ready .home-video-hero .home-hero-center .pill{
    margin-inline:auto!important;
    max-width:100%!important;
    padding:5px 9px!important;
    font-size:.5rem!important;
    line-height:1!important;
  }
  html.phase5-final-ready .home-video-hero .home-hero-center h1{
    max-width:min(100%,360px)!important;
    font-size:clamp(1.48rem,6.45vw,1.74rem)!important;
    line-height:1.02!important;
    text-align:center!important;
    margin:12px auto 6px!important;
    text-wrap:balance!important;
  }
  html.phase5-final-ready .home-video-hero .home-hero-center .lead{
    width:100%!important;
    max-width:360px!important;
    margin:0 auto!important;
    text-align:center!important;
    font-size:clamp(.49rem,1.76vw,.61rem)!important;
    line-height:1.24!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  html.phase5-final-ready .home-video-hero .home-hero-center .hero-actions{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
    width:min(100%,310px)!important;
    max-width:310px!important;
    margin:16px auto 0!important;
  }
  html.phase5-final-ready .home-video-hero .home-hero-center .hero-actions .btn{
    width:100%!important;
    min-height:34px!important;
    padding:8px 9px!important;
    border-radius:13px!important;
    font-size:.66rem!important;
    line-height:1!important;
    white-space:nowrap!important;
  }
  html.phase5-final-ready .home-video-hero .home-hero-center .home-proof-row{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:5px!important;
    width:min(100%,340px)!important;
    max-width:340px!important;
    margin:14px auto 0!important;
  }
  html.phase5-final-ready .home-video-hero .home-hero-center .home-proof-row span{
    min-height:27px!important;
    padding:4px 3px!important;
    border-radius:999px!important;
    font-size:clamp(.43rem,1.55vw,.53rem)!important;
    line-height:1!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }

  /* Floating action stack: aligned, smaller, less cover */
  html.phase5-final-ready .float-action{
    right:6px!important;
    top:50%!important;
    bottom:auto!important;
    width:40px!important;
    height:40px!important;
    border-radius:14px!important;
    box-shadow:0 12px 28px rgba(7,19,39,.22),0 0 0 7px rgba(255,255,255,.13)!important;
  }
  html.phase5-final-ready .float-mail{transform:translateY(-72px)!important}
  html.phase5-final-ready .float-install{transform:translateY(-24px)!important}
  html.phase5-final-ready .float-call{transform:translateY(24px)!important}
  html.phase5-final-ready .float-wa{transform:translateY(72px)!important}
  html.phase5-final-ready .float-action :where(.ui-icon,.wa-mark,.phone-mark,svg){
    width:20px!important;
    height:20px!important;
  }

  /* Helpful business guidance */
  html.phase5-final-ready .phase-one-answer-section .phase-one-grid{
    display:grid!important;
    grid-template-columns:1.15fr 1fr!important;
    gap:8px!important;
    align-items:stretch!important;
  }
  html.phase5-final-ready .phase-one-answer-section .phase-one-copy{
    display:grid!important;
    align-content:center!important;
    padding:12px 10px!important;
    min-height:188px!important;
    border-radius:19px!important;
  }
  html.phase5-final-ready .phase-one-answer-section .phase-one-copy h2{
    text-align:left!important;
    font-size:clamp(1.05rem,4.8vw,1.42rem)!important;
    line-height:1.02!important;
    max-width:100%!important;
  }
  html.phase5-final-ready .phase-one-answer-section .phase-one-copy>p{
    text-align:left!important;
    font-size:.55rem!important;
    line-height:1.2!important;
    -webkit-line-clamp:3!important;
  }
  html.phase5-final-ready .phase-one-stats{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:5px!important;
    margin-top:8px!important;
  }
  html.phase5-final-ready .phase-one-stats article{
    min-height:44px!important;
    padding:6px 5px!important;
    border-radius:12px!important;
  }
  html.phase5-final-ready .phase-one-stats strong{
    font-size:.48rem!important;
    line-height:1.05!important;
  }
  html.phase5-final-ready .phase-one-stats span{
    font-size:.42rem!important;
    line-height:1.08!important;
    -webkit-line-clamp:2!important;
  }
  html.phase5-final-ready .phase-one-answers{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:6px!important;
  }
  html.phase5-final-ready .phase-one-answers article{
    min-height:42px!important;
    padding:8px!important;
    border-radius:14px!important;
  }

  /* Cards that must keep the desktop row counts */
  html.phase5-final-ready .home-service-grid.ultra-service-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:7px!important;
  }
  html.phase5-final-ready .industry-path-grid,
  html.phase5-final-ready .micro-case-grid,
  html.phase5-final-ready main:has(.home-video-hero) .blog-grid{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:7px!important;
  }
  html.phase5-final-ready .home-goal-stage,
  html.phase5-final-ready .result-proof-grid,
  html.phase5-final-ready .bundle-grid,
  html.phase5-final-ready .home-flip-flow,
  html.phase5-final-ready .answer-grid{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:6px!important;
  }
  html.phase5-final-ready .before-after-grid{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:7px!important;
  }

  html.phase5-final-ready .home-service-grid.ultra-service-grid .ultra-service{
    min-height:190px!important;
    padding:8px 6px!important;
    gap:5px!important;
    border-radius:15px!important;
    grid-template-areas:"icon" "title" "text" "tags" "action"!important;
  }
  html.phase5-final-ready .home-service-grid.ultra-service-grid .service-symbol,
  html.phase5-final-ready .home-service-grid.ultra-service-grid .service-logo-box{
    width:34px!important;
    height:34px!important;
    min-width:34px!important;
    border-radius:12px!important;
  }
  html.phase5-final-ready .home-service-grid.ultra-service-grid .service-symbol :where(svg,img),
  html.phase5-final-ready .home-service-grid.ultra-service-grid .service-logo-img,
  html.phase5-final-ready .home-service-grid.ultra-service-grid .service-platform-logo{
    width:23px!important;
    height:23px!important;
  }
  html.phase5-final-ready .home-service-grid.ultra-service-grid .service-number{
    font-size:.56rem!important;
  }
  html.phase5-final-ready .home-service-grid.ultra-service-grid h3{
    font-size:.58rem!important;
    line-height:1.08!important;
    min-height:2.14em!important;
    -webkit-line-clamp:2!important;
  }
  html.phase5-final-ready .home-service-grid.ultra-service-grid .ultra-service p{
    font-size:.45rem!important;
    line-height:1.18!important;
    min-height:4.25em!important;
    -webkit-line-clamp:4!important;
  }
  html.phase5-final-ready .home-service-grid.ultra-service-grid .service-tags{
    grid-area:tags!important;
    display:flex!important;
    gap:3px!important;
    flex-wrap:wrap!important;
    margin:0!important;
    max-height:34px!important;
    overflow:hidden!important;
  }
  html.phase5-final-ready .home-service-grid.ultra-service-grid .service-tags span{
    padding:2px 4px!important;
    font-size:.35rem!important;
    line-height:1!important;
    border-radius:999px!important;
    white-space:nowrap!important;
  }
  html.phase5-final-ready .home-service-grid.ultra-service-grid .home-service-actions{
    grid-template-columns:1fr 1fr!important;
    gap:3px!important;
  }
  html.phase5-final-ready .home-service-grid.ultra-service-grid .home-service-actions .btn:first-child{
    display:flex!important;
  }
  html.phase5-final-ready .home-service-grid.ultra-service-grid .home-service-actions .btn{
    min-height:24px!important;
    padding:4px 3px!important;
    border-radius:9px!important;
    font-size:.38rem!important;
    white-space:nowrap!important;
  }

  html.phase5-final-ready :where(.industry-path-card,.goal-flip-card,.goal-flip-inner,.goal-face,.result-proof-card,.bundle-card,.micro-case-card,.answer-card){
    min-height:86px!important;
    padding:8px 6px!important;
    border-radius:14px!important;
  }
  html.phase5-final-ready :where(.industry-path-card h3,.goal-face h3,.result-proof-card h3,.bundle-card h3,.micro-case-card h3,.answer-card h3){
    font-size:.51rem!important;
    line-height:1.08!important;
    margin:0 0 4px!important;
    -webkit-line-clamp:2!important;
  }
  html.phase5-final-ready :where(.industry-path-card p,.goal-face p,.result-proof-card p,.bundle-card p,.micro-case-card p,.answer-card p){
    font-size:.4rem!important;
    line-height:1.12!important;
    -webkit-line-clamp:3!important;
  }
  html.phase5-final-ready .home-goal-stage :where(.goal-flip-card,.goal-flip-inner,.goal-face),
  html.phase5-final-ready .result-proof-grid .result-proof-card,
  html.phase5-final-ready .bundle-grid .bundle-card,
  html.phase5-final-ready .answer-grid .answer-card{
    min-height:120px!important;
  }
  html.phase5-final-ready .home-goal-stage .goal-face h3,
  html.phase5-final-ready .result-proof-grid .result-proof-card h3,
  html.phase5-final-ready .bundle-grid .bundle-card h3,
  html.phase5-final-ready .answer-grid .answer-card h3{
    font-size:.45rem!important;
    line-height:1.08!important;
    min-height:3.2em!important;
    -webkit-line-clamp:3!important;
  }
  html.phase5-final-ready .home-goal-stage .goal-face p,
  html.phase5-final-ready .result-proof-grid .result-proof-card p,
  html.phase5-final-ready .bundle-grid .bundle-card p,
  html.phase5-final-ready .answer-grid .answer-card p{
    font-size:.35rem!important;
    line-height:1.1!important;
    -webkit-line-clamp:4!important;
  }
  html.phase5-final-ready :where(.industry-path-card span,.result-proof-card span,.bundle-card span,.micro-case-card span,.answer-card span){
    font-size:.34rem!important;
    line-height:1!important;
    letter-spacing:.06em!important;
  }
  html.phase5-final-ready :where(.industry-path-card a,.micro-case-card a,.answer-card a,.bundle-card a){
    min-height:20px!important;
    font-size:.38rem!important;
    line-height:1!important;
    padding:3px 0!important;
  }

  html.phase5-final-ready .before-after-card{
    min-height:116px!important;
    grid-template-columns:1fr 1fr!important;
    border-radius:14px!important;
  }
  html.phase5-final-ready .before-after-card :where(.before-side,.after-side){
    padding:8px 6px!important;
    gap:3px!important;
  }
  html.phase5-final-ready .before-after-card :where(h3){
    font-size:.48rem!important;
    line-height:1.05!important;
  }
  html.phase5-final-ready .before-after-card :where(p){
    font-size:.36rem!important;
    line-height:1.12!important;
    -webkit-line-clamp:4!important;
  }

  /* Premium execution should stay two-column like desktop */
  html.phase5-final-ready .home-office-proof .split{
    display:grid!important;
    grid-template-columns:.92fr 1.08fr!important;
    gap:8px!important;
    align-items:center!important;
  }
  html.phase5-final-ready .home-office-proof .home-office-media{
    border-radius:18px!important;
  }
  html.phase5-final-ready .home-office-proof .home-office-media video,
  html.phase5-final-ready .home-office-proof .home-office-media img{
    height:184px!important;
  }
  html.phase5-final-ready .home-office-proof .home-office-media figcaption{
    left:8px!important;
    right:8px!important;
    bottom:8px!important;
    padding:5px 8px!important;
    font-size:.47rem!important;
    line-height:1.05!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  html.phase5-final-ready .home-office-proof .split>div h2{
    text-align:left!important;
    font-size:clamp(1rem,4.6vw,1.34rem)!important;
  }
  html.phase5-final-ready .home-office-proof .split>div p{
    text-align:left!important;
    font-size:.48rem!important;
    line-height:1.18!important;
    -webkit-line-clamp:3!important;
  }
  html.phase5-final-ready .home-trust-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:6px!important;
    margin-top:8px!important;
  }
  html.phase5-final-ready .home-trust-grid :where(.trust-flip-card,.trust-flip-inner,.trust-face){
    min-height:68px!important;
    padding:7px 6px!important;
    border-radius:13px!important;
  }
  html.phase5-final-ready .home-trust-grid h3{
    font-size:.46rem!important;
  }
  html.phase5-final-ready .home-trust-grid p{
    font-size:.36rem!important;
    -webkit-line-clamp:3!important;
  }

  /* Samples: two carousel columns, compact browser cards */
  html.phase5-final-ready .client-samples>.shell{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
  }
  html.phase5-final-ready .client-samples>.shell>h2,
  html.phase5-final-ready .client-samples>.shell>p{
    grid-column:1/-1!important;
    text-align:center!important;
    margin-inline:auto!important;
  }
  html.phase5-final-ready .client-samples>.shell>h2{
    font-size:clamp(1.12rem,5vw,1.46rem)!important;
    line-height:1.04!important;
    max-width:100%!important;
    margin-bottom:4px!important;
  }
  html.phase5-final-ready .client-samples>.shell>p{
    font-size:.52rem!important;
    line-height:1.18!important;
    max-width:54ch!important;
    margin-bottom:6px!important;
  }
  html.phase5-final-ready .client-samples>.shell>.sample-row-head{
    margin:0!important;
    min-width:0!important;
  }
  html.phase5-final-ready .client-samples>.shell>.sample-row-head h3{
    font-size:.68rem!important;
    line-height:1.08!important;
    margin:0!important;
  }
  html.phase5-final-ready .client-samples>.shell>.sample-row-head span{
    display:block!important;
    font-size:.46rem!important;
    line-height:1.12!important;
  }
  html.phase5-final-ready .client-samples>.shell>.sample-row-head:nth-of-type(1){
    grid-column:1!important;
    grid-row:3!important;
  }
  html.phase5-final-ready .client-samples>.shell>.sample-carousel:nth-of-type(2){
    grid-column:1!important;
    grid-row:4!important;
  }
  html.phase5-final-ready .client-samples>.shell>.sample-row-head:nth-of-type(3){
    grid-column:2!important;
    grid-row:3!important;
  }
  html.phase5-final-ready .client-samples>.shell>.sample-carousel:nth-of-type(4){
    grid-column:2!important;
    grid-row:4!important;
  }
  html.phase5-final-ready .client-samples .sample-carousel{
    width:100%!important;
    padding:30px 7px 8px!important;
    border-radius:18px!important;
  }
  html.phase5-final-ready .sample-carousel-window,
  html.phase5-final-ready .sample-carousel .client-sample-card.carousel-slide.is-active{
    min-height:222px!important;
  }
  html.phase5-final-ready .sample-carousel .sample-browser{
    height:82px!important;
    min-height:82px!important;
    border-radius:15px!important;
  }
  html.phase5-final-ready .sample-browser strong{
    font-size:.52rem!important;
  }
  html.phase5-final-ready .sample-browser span{
    font-size:.45rem!important;
  }
  html.phase5-final-ready .sample-carousel .sample-meta{
    padding:7px 2px 0!important;
  }
  html.phase5-final-ready .sample-carousel .sample-meta h3{
    font-size:.62rem!important;
    line-height:1.08!important;
  }
  html.phase5-final-ready .sample-carousel .sample-meta p{
    font-size:.39rem!important;
    line-height:1.12!important;
    -webkit-line-clamp:2!important;
  }
  html.phase5-final-ready .sample-carousel .sample-meta .btn{
    min-height:23px!important;
    padding:4px!important;
    font-size:.38rem!important;
  }
  html.phase5-final-ready .sample-carousel .carousel-arrow,
  html.phase5-final-ready .sample-carousel .carousel-control{
    width:28px!important;
    height:28px!important;
    top:8px!important;
  }

  /* Delivery flip is restored and kept four across */
  html.phase5-final-ready .home-flip-card{
    min-height:112px!important;
    perspective:780px!important;
    overflow:visible!important;
    padding:0!important;
  }
  html.phase5-final-ready .home-flip-card .flip-inner{
    position:relative!important;
    width:100%!important;
    min-height:112px!important;
    transform-style:preserve-3d!important;
    animation:v98MiniFlip 9s ease-in-out infinite!important;
  }
  html.phase5-final-ready .home-flip-card .flip-face{
    position:absolute!important;
    inset:0!important;
    display:flex!important;
    padding:8px 6px!important;
    border-radius:14px!important;
    backface-visibility:hidden!important;
  }
  html.phase5-final-ready .home-flip-card .flip-back{
    display:flex!important;
    transform:rotateY(180deg)!important;
  }
  html.phase5-final-ready .home-flip-card :where(h3){
    font-size:.48rem!important;
    line-height:1.08!important;
  }
  html.phase5-final-ready .home-flip-card :where(p){
    font-size:.37rem!important;
    line-height:1.12!important;
    -webkit-line-clamp:4!important;
  }

  /* Free direction check keeps the wide-panel feeling */
  html.phase5-final-ready .audit-panel{
    display:grid!important;
    grid-template-columns:1.55fr .72fr!important;
    gap:8px!important;
    min-height:190px!important;
    padding:18px 10px!important;
    border-radius:18px!important;
    align-items:center!important;
  }
  html.phase5-final-ready .audit-panel h2{
    text-align:left!important;
    font-size:clamp(1.08rem,5.1vw,1.45rem)!important;
    line-height:1.03!important;
  }
  html.phase5-final-ready .audit-panel p{
    text-align:left!important;
    max-width:100%!important;
    font-size:.52rem!important;
    line-height:1.18!important;
  }
  html.phase5-final-ready .audit-checks{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:4px!important;
  }
  html.phase5-final-ready .audit-checks span{
    min-height:28px!important;
    padding:4px 3px!important;
    font-size:.32rem!important;
    line-height:1.05!important;
  }
  html.phase5-final-ready .audit-panel .btn{
    width:100%!important;
    min-height:34px!important;
    font-size:.55rem!important;
    border-radius:12px!important;
  }

  /* Capability stack must run, not wrap into a static wall */
  html.phase5-final-ready .home-tech-section .marquee{
    overflow:hidden!important;
    border-radius:16px!important;
  }
  html.phase5-final-ready .home-tech-section .marquee div{
    display:flex!important;
    flex-wrap:nowrap!important;
    justify-content:flex-start!important;
    gap:0!important;
    width:max-content!important;
    animation:v98RunStrip 24s linear infinite!important;
  }
  html.phase5-final-ready .home-tech-section .marquee span{
    white-space:nowrap!important;
    flex:0 0 auto!important;
    padding:10px 16px!important;
    font-size:.55rem!important;
  }

  /* Blog / answers / FAQ / CTA alignment */
  html.phase5-final-ready main:has(.home-video-hero) .blog-card{
    display:block!important;
    min-height:154px!important;
    padding:8px 6px!important;
    border-radius:14px!important;
  }
  html.phase5-final-ready main:has(.home-video-hero) .blog-card img{
    width:100%!important;
    height:58px!important;
    max-width:100%!important;
    border-radius:11px!important;
    margin-bottom:6px!important;
  }
  html.phase5-final-ready main:has(.home-video-hero) .blog-card h3{
    font-size:.52rem!important;
    line-height:1.08!important;
  }
  html.phase5-final-ready main:has(.home-video-hero) .blog-card p{
    font-size:.39rem!important;
    line-height:1.12!important;
    -webkit-line-clamp:3!important;
  }
  html.phase5-final-ready main:has(.home-video-hero) .blog-card a{
    min-height:20px!important;
    font-size:.38rem!important;
  }
  html.phase5-final-ready .home-faq-accordion details{
    border-radius:13px!important;
  }
  html.phase5-final-ready .home-faq-accordion summary{
    min-height:34px!important;
    padding:9px 10px!important;
    font-size:.58rem!important;
    line-height:1.1!important;
  }
  html.phase5-final-ready .home-faq-accordion summary:after{
    width:22px!important;
    height:22px!important;
    font-size:.72rem!important;
  }
  html.phase5-final-ready .home-faq-accordion p{
    padding:0 10px 10px!important;
    font-size:.52rem!important;
    line-height:1.26!important;
  }
  html.phase5-final-ready .cta-section .cta-panel{
    display:grid!important;
    grid-template-columns:1.55fr .75fr!important;
    gap:10px!important;
    align-items:center!important;
    min-height:116px!important;
    padding:14px 12px!important;
    border-radius:18px!important;
  }
  html.phase5-final-ready .cta-section .cta-panel h2{
    text-align:left!important;
    font-size:clamp(.98rem,4.8vw,1.32rem)!important;
  }
  html.phase5-final-ready .cta-section .cta-panel p{
    text-align:left!important;
    font-size:.5rem!important;
    line-height:1.18!important;
  }
  html.phase5-final-ready .cta-section .cta-panel .btn{
    width:100%!important;
    min-height:32px!important;
    border-radius:12px!important;
    font-size:.52rem!important;
    white-space:normal!important;
  }

  /* Footer: show full brand copy and one certificate per line on mobile */
  html.phase5-final-ready .site-footer .footer-brand-col p{
    display:block!important;
    max-width:270px!important;
    margin-inline:auto!important;
    overflow:visible!important;
    -webkit-line-clamp:unset!important;
    line-clamp:unset!important;
    text-align:center!important;
  }
  html.phase5-final-ready .site-footer .footer-trust{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
    width:min(100%,300px)!important;
    margin-inline:auto!important;
  }
  html.phase5-final-ready .site-footer .footer-trust span{
    width:100%!important;
    justify-content:center!important;
    min-height:42px!important;
  }
  html.phase5-final-ready .site-footer .footer-bottom{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:6px!important;
    text-align:center!important;
  }
  html.phase5-final-ready .site-footer{
    padding-bottom:104px!important;
  }
  html.phase5-final-ready .site-footer .footer-bottom span{
    display:block!important;
    font-size:.72rem!important;
    line-height:1.35!important;
  }
}
@media(max-width:380px){
  html.phase5-final-ready .home-video-hero .home-hero-center h1{font-size:1.42rem!important}
  html.phase5-final-ready .home-video-hero .home-hero-center .lead{font-size:.47rem!important}
  html.phase5-final-ready .home-service-grid.ultra-service-grid .ultra-service{min-height:184px!important;padding:7px 5px!important}
  html.phase5-final-ready .home-service-grid.ultra-service-grid h3{font-size:.54rem!important}
  html.phase5-final-ready .home-service-grid.ultra-service-grid .ultra-service p{font-size:.41rem!important}
  html.phase5-final-ready .home-service-grid.ultra-service-grid .service-tags span{font-size:.32rem!important}
  html.phase5-final-ready .home-service-grid.ultra-service-grid .home-service-actions .btn{font-size:.35rem!important}
  html.phase5-final-ready :where(.industry-path-card,.goal-flip-card,.goal-flip-inner,.goal-face,.result-proof-card,.bundle-card,.micro-case-card,.answer-card){padding:7px 5px!important}
  html.phase5-final-ready :where(.industry-path-card h3,.goal-face h3,.result-proof-card h3,.bundle-card h3,.micro-case-card h3,.answer-card h3){font-size:.47rem!important}
  html.phase5-final-ready :where(.industry-path-card p,.goal-face p,.result-proof-card p,.bundle-card p,.micro-case-card p,.answer-card p){font-size:.36rem!important}
  html.phase5-final-ready .home-goal-stage .goal-face h3,
  html.phase5-final-ready .result-proof-grid .result-proof-card h3,
  html.phase5-final-ready .bundle-grid .bundle-card h3,
  html.phase5-final-ready .answer-grid .answer-card h3{font-size:.41rem!important}
  html.phase5-final-ready .home-goal-stage .goal-face p,
  html.phase5-final-ready .result-proof-grid .result-proof-card p,
  html.phase5-final-ready .bundle-grid .bundle-card p,
  html.phase5-final-ready .answer-grid .answer-card p{font-size:.32rem!important}
  html.phase5-final-ready .float-action{right:4px!important;width:38px!important;height:38px!important}
}

/* v99 homepage mobile fidelity pass: keep desktop architecture, do not cut content */
@media(max-width:860px){
  html.phase5-final-ready main:has(.home-video-hero) .section{
    overflow:visible!important;
  }
  html.phase5-final-ready main:has(.home-video-hero) :where(
    .home-selector,.industry-paths-section,.home-goals,.result-proof-section,
    .before-after-section,.home-office-proof,.bundle-section,.client-samples,
    .micro-case-section,.home-flip-flow-section,.answer-home-section
  ){
    padding-top:28px!important;
    padding-bottom:28px!important;
  }
  html.phase5-final-ready main:has(.home-video-hero) :where(.section-head h2,.section-head.center-head h2){
    max-width:96%!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  html.phase5-final-ready main:has(.home-video-hero) :where(.section-head p,.section-head.center-head p){
    max-width:70ch!important;
    display:block!important;
    overflow:visible!important;
    -webkit-line-clamp:unset!important;
    line-clamp:unset!important;
  }
  html.phase5-final-ready .bundle-grid .bundle-card strong{
    display:block!important;
    width:100%!important;
    margin:6px 0 0!important;
    padding:6px 4px!important;
    border-radius:12px!important;
    font-size:.31rem!important;
    line-height:1.12!important;
    white-space:normal!important;
    overflow:visible!important;
    text-overflow:clip!important;
    -webkit-line-clamp:unset!important;
    line-clamp:unset!important;
  }

  /* Start here: 3 cards per row, full text, centered logo/buttons */
  html.phase5-final-ready .home-service-grid.ultra-service-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:8px!important;
    align-items:stretch!important;
  }
  html.phase5-final-ready .home-service-grid.ultra-service-grid .ultra-service{
    min-height:232px!important;
    height:auto!important;
    padding:9px 6px!important;
    display:grid!important;
    grid-template-rows:auto auto 1fr auto auto!important;
    grid-template-areas:"icon" "title" "text" "tags" "action"!important;
    align-content:start!important;
    justify-items:center!important;
    text-align:center!important;
    border-radius:16px!important;
    overflow:hidden!important;
  }
  html.phase5-final-ready .home-service-grid.ultra-service-grid .service-topline{
    width:100%!important;
    grid-area:icon!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    justify-items:center!important;
    align-items:center!important;
    position:relative!important;
    min-height:38px!important;
  }
  html.phase5-final-ready .home-service-grid.ultra-service-grid .service-number{
    position:absolute!important;
    top:0!important;
    right:0!important;
    font-size:.5rem!important;
    line-height:1!important;
  }
  html.phase5-final-ready .home-service-grid.ultra-service-grid .service-symbol,
  html.phase5-final-ready .home-service-grid.ultra-service-grid .service-logo-box{
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
    margin:auto!important;
  }
  html.phase5-final-ready .home-service-grid.ultra-service-grid .service-symbol :where(svg,img),
  html.phase5-final-ready .home-service-grid.ultra-service-grid .service-logo-img,
  html.phase5-final-ready .home-service-grid.ultra-service-grid .service-platform-logo{
    width:26px!important;
    height:26px!important;
    margin:auto!important;
    object-fit:contain!important;
  }
  html.phase5-final-ready .home-service-grid.ultra-service-grid h3{
    grid-area:title!important;
    width:100%!important;
    min-height:auto!important;
    margin:2px 0 3px!important;
    font-size:.56rem!important;
    line-height:1.08!important;
    text-align:center!important;
    display:block!important;
    overflow:visible!important;
    -webkit-line-clamp:unset!important;
    line-clamp:unset!important;
  }
  html.phase5-final-ready .home-service-grid.ultra-service-grid .ultra-service p{
    grid-area:text!important;
    width:100%!important;
    min-height:0!important;
    margin:0!important;
    font-size:.38rem!important;
    line-height:1.14!important;
    text-align:center!important;
    display:block!important;
    overflow:visible!important;
    -webkit-line-clamp:unset!important;
    line-clamp:unset!important;
  }
  html.phase5-final-ready .home-service-grid.ultra-service-grid .service-tags{
    grid-area:tags!important;
    justify-content:center!important;
    align-content:start!important;
    max-height:none!important;
    overflow:visible!important;
  }
  html.phase5-final-ready .home-service-grid.ultra-service-grid .service-tags span{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:13px!important;
    padding:2px 3px!important;
    font-size:.29rem!important;
    line-height:1!important;
    text-align:center!important;
    white-space:normal!important;
  }
  html.phase5-final-ready .home-service-grid.ultra-service-grid .home-service-actions{
    width:100%!important;
    grid-area:action!important;
    grid-template-columns:1fr 1fr!important;
    gap:4px!important;
    align-self:end!important;
  }
  html.phase5-final-ready .home-service-grid.ultra-service-grid .home-service-actions .btn{
    min-height:25px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    font-size:.33rem!important;
    line-height:1.05!important;
    padding:4px 3px!important;
    white-space:normal!important;
  }

  /* Business type and sample use cases: full copy without clipping */
  html.phase5-final-ready .industry-path-card,
  html.phase5-final-ready .micro-case-card{
    min-height:150px!important;
    height:auto!important;
    padding:9px 6px!important;
    text-align:left!important;
    overflow:hidden!important;
  }
  html.phase5-final-ready .industry-path-card h3,
  html.phase5-final-ready .micro-case-card h3{
    font-size:.5rem!important;
    line-height:1.08!important;
    display:block!important;
    min-height:0!important;
    overflow:visible!important;
    -webkit-line-clamp:unset!important;
    line-clamp:unset!important;
  }
  html.phase5-final-ready .industry-path-card p,
  html.phase5-final-ready .micro-case-card p{
    font-size:.36rem!important;
    line-height:1.13!important;
    display:block!important;
    overflow:visible!important;
    -webkit-line-clamp:unset!important;
    line-clamp:unset!important;
  }

  /* Business goals + what improves: restore flip/card color feel and show full compact text */
  html.phase5-final-ready .home-goal-stage,
  html.phase5-final-ready .result-proof-grid,
  html.phase5-final-ready .bundle-grid,
  html.phase5-final-ready .answer-grid{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:7px!important;
  }
  html.phase5-final-ready .home-goal-stage .goal-flip-card{
    min-height:158px!important;
    perspective:760px!important;
    padding:0!important;
    overflow:visible!important;
  }
  html.phase5-final-ready .home-goal-stage .goal-flip-inner{
    min-height:158px!important;
    transform-style:preserve-3d!important;
    animation:v98MiniFlip 10s ease-in-out infinite!important;
  }
  html.phase5-final-ready .home-goal-stage .goal-face{
    position:absolute!important;
    inset:0!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:flex-start!important;
    min-height:158px!important;
    padding:10px 7px!important;
    backface-visibility:hidden!important;
    overflow:hidden!important;
  }
  html.phase5-final-ready .home-goal-stage .goal-back{
    display:flex!important;
    transform:rotateY(180deg)!important;
  }
  html.phase5-final-ready .home-goal-stage .goal-face h3,
  html.phase5-final-ready .result-proof-grid .result-proof-card h3,
  html.phase5-final-ready .bundle-grid .bundle-card h3,
  html.phase5-final-ready .answer-grid .answer-card h3{
    font-size:.42rem!important;
    line-height:1.08!important;
    min-height:0!important;
    display:block!important;
    overflow:visible!important;
    -webkit-line-clamp:unset!important;
    line-clamp:unset!important;
  }
  html.phase5-final-ready .home-goal-stage .goal-face p,
  html.phase5-final-ready .result-proof-grid .result-proof-card p,
  html.phase5-final-ready .bundle-grid .bundle-card p,
  html.phase5-final-ready .answer-grid .answer-card p{
    font-size:.32rem!important;
    line-height:1.12!important;
    display:block!important;
    overflow:visible!important;
    -webkit-line-clamp:unset!important;
    line-clamp:unset!important;
  }
  html.phase5-final-ready .result-proof-grid .result-proof-card,
  html.phase5-final-ready .bundle-grid .bundle-card,
  html.phase5-final-ready .answer-grid .answer-card{
    min-height:154px!important;
    height:auto!important;
    padding:10px 7px!important;
    overflow:hidden!important;
  }

  /* Before-after remains 3 across but no text clipping */
  html.phase5-final-ready .before-after-card{
    min-height:178px!important;
    overflow:hidden!important;
  }
  html.phase5-final-ready .before-after-card :where(.before-side,.after-side){
    padding:9px 6px!important;
  }
  html.phase5-final-ready .before-after-card :where(h3){
    font-size:.39rem!important;
    line-height:1.07!important;
    display:block!important;
    overflow:visible!important;
    -webkit-line-clamp:unset!important;
  }
  html.phase5-final-ready .before-after-card :where(p){
    font-size:.3rem!important;
    line-height:1.1!important;
    display:block!important;
    overflow:visible!important;
    -webkit-line-clamp:unset!important;
  }

  /* Premium execution keeps video+copy columns and full trust text */
  html.phase5-final-ready .home-office-proof .split{
    grid-template-columns:.95fr 1.05fr!important;
    gap:9px!important;
  }
  html.phase5-final-ready .home-office-proof .home-office-media video,
  html.phase5-final-ready .home-office-proof .home-office-media img{
    height:240px!important;
  }
  html.phase5-final-ready .home-office-proof .split>div h2{
    display:block!important;
    overflow:visible!important;
    -webkit-line-clamp:unset!important;
    font-size:clamp(.96rem,4.4vw,1.3rem)!important;
  }
  html.phase5-final-ready .home-office-proof .split>div p{
    display:block!important;
    overflow:visible!important;
    -webkit-line-clamp:unset!important;
    font-size:.43rem!important;
    line-height:1.14!important;
  }
  html.phase5-final-ready .home-trust-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  html.phase5-final-ready .home-trust-grid :where(.trust-flip-card,.trust-flip-inner,.trust-face){
    min-height:112px!important;
    overflow:hidden!important;
  }
  html.phase5-final-ready .home-trust-grid :where(h3,p){
    display:block!important;
    overflow:visible!important;
    -webkit-line-clamp:unset!important;
    line-clamp:unset!important;
  }
  html.phase5-final-ready .home-trust-grid h3{font-size:.42rem!important}
  html.phase5-final-ready .home-trust-grid p{font-size:.32rem!important;line-height:1.12!important}

  /* Live samples: keep browser-card format, full labels, no odd side heading */
  html.phase5-final-ready .client-samples>.shell{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  html.phase5-final-ready .client-samples .sample-carousel{
    min-height:306px!important;
  }
  html.phase5-final-ready .sample-carousel-window,
  html.phase5-final-ready .sample-carousel .client-sample-card.carousel-slide.is-active{
    min-height:260px!important;
  }
  html.phase5-final-ready .sample-carousel .sample-browser{
    height:96px!important;
  }
  html.phase5-final-ready .sample-carousel .sample-meta h3,
  html.phase5-final-ready .sample-carousel .sample-meta p{
    display:block!important;
    overflow:visible!important;
    -webkit-line-clamp:unset!important;
    line-clamp:unset!important;
  }
  html.phase5-final-ready .sample-carousel .sample-meta h3{font-size:.62rem!important}
  html.phase5-final-ready .sample-carousel .sample-meta p{font-size:.35rem!important;line-height:1.12!important}
  html.phase5-final-ready .sample-carousel .sample-browser strong,
  html.phase5-final-ready .sample-carousel .sample-browser i{
    display:block!important;
    max-width:100%!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }
  html.phase5-final-ready .sample-carousel .sample-browser strong{font-size:.42rem!important}
  html.phase5-final-ready .sample-carousel .sample-browser i{font-size:.38rem!important}

  /* Delivery flip: content must not cut */
  html.phase5-final-ready .home-flip-card,
  html.phase5-final-ready .home-flip-card .flip-inner,
  html.phase5-final-ready .home-flip-card .flip-face{
    min-height:148px!important;
  }
  html.phase5-final-ready .home-flip-card :where(h3,p){
    display:block!important;
    overflow:visible!important;
    -webkit-line-clamp:unset!important;
    line-clamp:unset!important;
  }
  html.phase5-final-ready .home-flip-card h3{font-size:.4rem!important}
  html.phase5-final-ready .home-flip-card p{font-size:.31rem!important;line-height:1.12!important}

  /* Capability stack running strip */
  html.phase5-final-ready .home-tech-section .marquee{
    overflow:hidden!important;
  }
  html.phase5-final-ready .home-tech-section .marquee div{
    min-width:max-content!important;
    width:max-content!important;
    display:flex!important;
    flex-wrap:nowrap!important;
    animation:v98RunStrip 20s linear infinite!important;
  }

  /* Blog / decision / FAQ center alignment */
  html.phase5-final-ready main:has(.home-video-hero) .blog-card{
    min-height:190px!important;
    padding:9px 6px!important;
    text-align:left!important;
  }
  html.phase5-final-ready main:has(.home-video-hero) .blog-card img{
    height:64px!important;
  }
  html.phase5-final-ready main:has(.home-video-hero) .blog-card h3,
  html.phase5-final-ready main:has(.home-video-hero) .blog-card p{
    display:block!important;
    overflow:visible!important;
    -webkit-line-clamp:unset!important;
    line-clamp:unset!important;
  }
  html.phase5-final-ready main:has(.home-video-hero) .blog-card h3{font-size:.43rem!important}
  html.phase5-final-ready main:has(.home-video-hero) .blog-card p{font-size:.31rem!important;line-height:1.1!important}
  html.phase5-final-ready .objection-section .section-head,
  html.phase5-final-ready .home-faq-section .section-head{
    text-align:center!important;
  }
  html.phase5-final-ready .objection-section .section-head h2,
  html.phase5-final-ready .home-faq-section .section-head h2,
  html.phase5-final-ready .objection-section .section-head p,
  html.phase5-final-ready .home-faq-section .section-head p{
    text-align:center!important;
    margin-inline:auto!important;
  }

  /* Need help should stay wide and visible */
  html.phase5-final-ready .cta-section .cta-panel{
    grid-template-columns:1.35fr .8fr!important;
    min-height:132px!important;
    background:linear-gradient(135deg,#071327,#155eef)!important;
    overflow:hidden!important;
  }
  html.phase5-final-ready .cta-section .cta-panel h2,
  html.phase5-final-ready .cta-section .cta-panel p{
    display:block!important;
    overflow:visible!important;
    -webkit-line-clamp:unset!important;
    line-clamp:unset!important;
    color:#fff!important;
  }
  html.phase5-final-ready .cta-section .cta-panel h2{font-size:.82rem!important;line-height:1.08!important}
  html.phase5-final-ready .cta-section .cta-panel p{font-size:.42rem!important;line-height:1.15!important}

  /* Footer copyright must read as clean lines */
  html.phase5-final-ready .site-footer .footer-bottom{
    padding-bottom:18px!important;
  }
  html.phase5-final-ready .site-footer .footer-bottom span:first-child{
    white-space:nowrap!important;
    font-size:.74rem!important;
  }
  html.phase5-final-ready .site-footer .footer-bottom span:last-child{
    display:block!important;
    max-width:330px!important;
    margin:4px auto 0!important;
    font-size:.68rem!important;
  }
}
@media(max-width:380px){
  html.phase5-final-ready .home-service-grid.ultra-service-grid .ultra-service{min-height:238px!important}
  html.phase5-final-ready .home-service-grid.ultra-service-grid h3{font-size:.52rem!important}
  html.phase5-final-ready .home-service-grid.ultra-service-grid .ultra-service p{font-size:.35rem!important}
  html.phase5-final-ready .home-service-grid.ultra-service-grid .service-tags span{font-size:.27rem!important}
  html.phase5-final-ready .home-goal-stage .goal-face h3,
  html.phase5-final-ready .result-proof-grid .result-proof-card h3,
  html.phase5-final-ready .bundle-grid .bundle-card h3,
  html.phase5-final-ready .answer-grid .answer-card h3{font-size:.39rem!important}
  html.phase5-final-ready .home-goal-stage .goal-face p,
  html.phase5-final-ready .result-proof-grid .result-proof-card p,
  html.phase5-final-ready .bundle-grid .bundle-card p,
  html.phase5-final-ready .answer-grid .answer-card p{font-size:.29rem!important}
}

/* v100 mobile content visibility safety: readable content over forced desktop parity */
@media(max-width:860px){
  html.phase5-final-ready body{overflow-x:hidden!important;}
  html.phase5-final-ready main{
    max-width:100vw!important;
    overflow-x:hidden!important;
    padding-bottom:96px!important;
  }
  html.phase5-final-ready main :where(.shell){
    width:calc(100% - 24px)!important;
    max-width:480px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:0!important;
    padding-right:0!important;
  }
  html.phase5-final-ready main :where(.section,section){
    width:100%!important;
    max-width:100vw!important;
    overflow:visible!important;
    padding-top:42px!important;
    padding-bottom:42px!important;
  }
  html.phase5-final-ready main :where(
    .split,.hero-grid,.phase-one-grid,.quote-page-grid,#requirement-form .split,
    .media-split,.layout-lab .shell,.motion-lab .shell,.home-office-proof .split,
    .home-goal-split,.home-faq-panel,.subscription-strip .subscription-shell,
    .frontend-bridge-grid,.story-grid,.contact-grid,.pricing-form-grid
  ){
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:18px!important;
  }
  html.phase5-final-ready main :where(
    .home-service-grid.ultra-service-grid,.industry-path-grid,.home-goal-stage,
    .result-proof-grid,.before-after-grid,.bundle-grid,.micro-case-grid,
    .home-flip-flow,.answer-grid,.blog-grid,.cards.three,.cards.four,.plans.three,
    .team-grid,.timeline,.motion-board,.check-grid,.sitemap-grid,.included-grid,
    .subscription-grid,.subscription-steps,.custom-care-grid,.buyer-category-cards,
    .buyer-mistake-cards,.buyer-signal-cards,.seo-link-cards,.city-cluster-grid,
    .industry-service-grid,.payment-grid,.buyer-guide-grid,.home-trust-grid,
    .phase-one-stats,.phase-one-answers,.frontend-bridge-cards,.visitor-action-row,
    .sample-use-grid,.service-detail-grid,.feature-grid,.portfolio-grid
  ){
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:14px!important;
    overflow:visible!important;
  }
  html.phase5-final-ready main :where(
    article,.cards article,.plan-card,.person-card,.blog-card,.answer-card,
    .buyer-guide-card,.industry-service-card,.city-cluster-card,.custom-care-card,
    .bundle-card,.micro-case-card,.industry-path-card,.result-proof-card,
    .before-after-card,.payment-card,.subscription-card,.included-grid article,
    .ultra-service,.home-service-card,.phase-one-copy,.phase-one-answers article,
    .phase-one-stats article,.quote-copy-card,.article-block,.map-block,.cta-panel,
    .audit-panel,.sample-carousel,.client-sample-card,.sample-meta,.sample-browser,
    .frontend-bridge-cards article,.visitor-action-card,.service-detail-card,
    .portfolio-card,.feature-card,.sample-use-card,.home-proof-card
  ){
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    overflow:visible!important;
    contain:none!important;
  }
  html.phase5-final-ready main :where(.goal-flip-card,.home-flip-card,.trust-flip-card){
    perspective:none!important;
    min-height:0!important;
    padding:0!important;
  }
  html.phase5-final-ready main :where(.goal-flip-inner,.flip-inner,.trust-flip-inner){
    position:static!important;
    transform:none!important;
    animation:none!important;
    min-height:0!important;
    height:auto!important;
    display:grid!important;
    gap:10px!important;
  }
  html.phase5-final-ready main :where(.goal-face,.flip-face,.trust-face){
    position:static!important;
    inset:auto!important;
    transform:none!important;
    backface-visibility:visible!important;
    display:block!important;
    min-height:0!important;
    height:auto!important;
    overflow:visible!important;
  }
  html.phase5-final-ready main :where(.goal-back,.flip-back,.trust-back){
    display:block!important;
  }
  html.phase5-final-ready main :where(
    h1,h2,h3,h4,h5,h6,p,li,figcaption,strong,small,span,b,i,em,label,
    summary,button,a
  ){
    max-width:100%!important;
    overflow:visible!important;
    text-overflow:clip!important;
    white-space:normal!important;
    word-break:normal!important;
    overflow-wrap:break-word!important;
    -webkit-line-clamp:unset!important;
    line-clamp:unset!important;
  }
  html.phase5-final-ready main :where(h1,h2,h3,h4,h5,h6,p,li,figcaption,strong,small,label,summary){
    display:block!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
  }
  html.phase5-final-ready main :where(
    .mobile-accordion-body,.mobile-content-drawer,.accordion-body,
    .collapse-content,.more-content
  ){
    max-height:none!important;
    height:auto!important;
    overflow:visible!important;
  }
  html.phase5-final-ready main :where(.btn,.service-tags span,.chip-row span,.hero-proof span,.home-proof-row span,.audit-checks span,.pill){
    width:auto!important;
    max-width:100%!important;
    height:auto!important;
    min-height:0!important;
    white-space:normal!important;
    text-align:center!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
  }
  html.phase5-final-ready main :where(.hero-actions,.service-tags,.chip-row,.hero-proof,.home-proof-row,.audit-checks,.section-actions,.plan-actions,.home-service-actions){
    display:flex!important;
    flex-wrap:wrap!important;
    justify-content:center!important;
    align-items:stretch!important;
    gap:8px!important;
  }
  html.phase5-final-ready main :where(img,video,svg){
    max-width:100%!important;
  }
  html.phase5-final-ready main :where(.media-card img,.media-card video,.home-office-media img,.home-office-media video,.rounded-media,.article-hero-media img,.video-frame video){
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    object-fit:cover!important;
  }
  html.phase5-final-ready .home-video-hero .home-hero-video{
    height:100%!important;
    object-fit:cover!important;
  }
  html.phase5-final-ready main :where(.client-samples>.shell){
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:16px!important;
  }
  html.phase5-final-ready main :where(.sample-carousel-window){
    min-height:0!important;
    height:auto!important;
    overflow:visible!important;
  }
  html.phase5-final-ready main :where(.client-sample-card.carousel-slide.is-active){
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
  }
  html.phase5-final-ready main .home-tech-section .marquee{
    overflow:hidden!important;
  }
  html.phase5-final-ready main .home-tech-section .marquee div{
    display:flex!important;
    flex-wrap:nowrap!important;
    width:max-content!important;
    animation:v98RunStrip 24s linear infinite!important;
  }
  html.phase5-final-ready main .home-tech-section .marquee span{
    white-space:nowrap!important;
    overflow:visible!important;
  }
  html.phase5-final-ready main :where(.section-head,.center-head,.section-head.center-head){
    text-align:center!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  html.phase5-final-ready main :where(.section-head p,.center-head p){
    margin-left:auto!important;
    margin-right:auto!important;
  }
}

/* v100b strict mobile readability override: beat older compact-card rules */
@media(max-width:860px){
  html.phase5-final-ready.phase5-final-ready.phase5-final-ready body main :is(
    h1,h2,h3,h4,h5,h6,p,li,span,strong,small,em,b,a,button,label,summary
  ){
    overflow:visible!important;
    text-overflow:clip!important;
    white-space:normal!important;
    overflow-wrap:break-word!important;
    word-break:normal!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    -webkit-line-clamp:unset!important;
    line-clamp:unset!important;
  }
  html.phase5-final-ready.phase5-final-ready.phase5-final-ready body main :is(
    .home-service-grid.ultra-service-grid,
    .phase-one-stats,
    .phase-one-answers,
    .frontend-bridge-cards,
    .visitor-action-row,
    .result-proof-grid,
    .before-after-grid,
    .bundle-grid,
    .micro-case-grid,
    .home-flip-flow,
    .answer-grid,
    .blog-grid,
    .cards.three,
    .cards.four,
    .plans.three,
    .team-grid,
    .payment-grid,
    .buyer-guide-grid,
    .industry-service-grid,
    .custom-care-grid,
    .included-grid,
    .subscription-grid,
    .subscription-steps,
    .sample-use-grid,
    .service-detail-grid,
    .portfolio-grid,
    .check-grid,
    .sitemap-grid
  ){
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:14px!important;
    width:100%!important;
    max-width:100%!important;
    overflow:visible!important;
  }
  html.phase5-final-ready.phase5-final-ready.phase5-final-ready body main :is(
    .home-service-grid.ultra-service-grid .ultra-service,
    .home-service-card,
    .phase3-card,
    .phase-one-stats article,
    .phase-one-answers article,
    .frontend-bridge-cards article,
    .visitor-action-card,
    .result-proof-card,
    .before-after-card,
    .bundle-card,
    .micro-case-card,
    .answer-card,
    .blog-card,
    .cards article,
    .plan-card,
    .payment-card,
    .buyer-guide-card,
    .industry-service-card,
    .custom-care-card,
    .included-grid article,
    .subscription-card,
    .sample-use-card,
    .service-detail-card,
    .portfolio-card,
    .cta-panel,
    .article-block,
    .map-block,
    .quote-copy-card,
    .quote-form-card,
    .quote-feature-box
  ){
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    overflow:visible!important;
    contain:none!important;
  }
  html.phase5-final-ready.phase5-final-ready.phase5-final-ready body main :is(
    .interface-wall,
    .interface-wall>div,
    .code-scene,
    .layout-canvas,
    .browser-frame,
    .dashboard-scene,
    .phone-frame,
    .hero-studio,
    .hero-studio *,
    .sample-browser,
    .sample-meta,
    .faq-scroll
  ){
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    overflow:visible!important;
    contain:none!important;
  }
  html.phase5-final-ready.phase5-final-ready.phase5-final-ready body main .faq-scroll{
    overflow:visible!important;
    max-height:none!important;
  }
  html.phase5-final-ready.phase5-final-ready.phase5-final-ready body main .cta-panel{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:12px!important;
    padding:22px!important;
  }
  html.phase5-final-ready.phase5-final-ready.phase5-final-ready body main .cta-panel .btn,
  html.phase5-final-ready.phase5-final-ready.phase5-final-ready body main .section-actions .btn,
  html.phase5-final-ready.phase5-final-ready.phase5-final-ready body main .hero-actions .btn,
  html.phase5-final-ready.phase5-final-ready.phase5-final-ready body main .plan-actions .btn{
    width:100%!important;
    max-width:100%!important;
  }
  html.phase5-final-ready.phase5-final-ready.phase5-final-ready body main .home-service-grid.ultra-service-grid .service-logo-box{
    margin-left:auto!important;
    margin-right:auto!important;
  }
  html.phase5-final-ready.phase5-final-ready.phase5-final-ready body main .home-service-grid.ultra-service-grid .service-tags,
  html.phase5-final-ready.phase5-final-ready.phase5-final-ready body main .home-service-grid.ultra-service-grid .home-service-actions{
    justify-content:center!important;
  }
}

/* v100c final mobile unclamp pass: no main content should be boxed smaller than its text */
@media(max-width:860px){
  html.phase5-final-ready.phase5-final-ready.phase5-final-ready.phase5-final-ready body main *{
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
  }
  html.phase5-final-ready.phase5-final-ready.phase5-final-ready.phase5-final-ready body main :is(
    p,span,small,strong,li,h1,h2,h3,h4,h5,h6,a,button,label
  ){
    display:block!important;
    overflow:visible!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    text-overflow:clip!important;
    white-space:normal!important;
    overflow-wrap:break-word!important;
    -webkit-line-clamp:unset!important;
    line-clamp:unset!important;
  }
  html.phase5-final-ready.phase5-final-ready.phase5-final-ready.phase5-final-ready body main :is(
    .home-goal-stage,
    .goal-flip-card,
    .goal-flip-inner,
    .goal-face,
    .goal-front,
    .goal-back
  ){
    display:block!important;
    position:static!important;
    inset:auto!important;
    transform:none!important;
    animation:none!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    overflow:visible!important;
    perspective:none!important;
    backface-visibility:visible!important;
  }
  html.phase5-final-ready.phase5-final-ready.phase5-final-ready.phase5-final-ready body main .home-goal-stage{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
  html.phase5-final-ready.phase5-final-ready.phase5-final-ready.phase5-final-ready body main .goal-face{
    padding:18px!important;
    border-radius:18px!important;
  }
  html.phase5-final-ready.phase5-final-ready.phase5-final-ready.phase5-final-ready body main .goal-back{
    margin-top:10px!important;
  }
  html.phase5-final-ready.phase5-final-ready.phase5-final-ready.phase5-final-ready body main :is(
    .mobile-cta-compact,
    .cta-section,
    .quote-steps-section,
    .section.mobile-cta-compact,
    .section.cta-section,
    .section.soft.quote-steps-section
  ){
    width:100%!important;
    max-width:100vw!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    overflow:visible!important;
    padding-left:12px!important;
    padding-right:12px!important;
  }
  html.phase5-final-ready.phase5-final-ready.phase5-final-ready.phase5-final-ready body main :is(
    .mobile-cta-compact .shell,
    .cta-section .shell,
    .quote-steps-section .shell
  ){
    width:calc(100% - 24px)!important;
    max-width:480px!important;
    overflow:visible!important;
  }
  html.phase5-final-ready.phase5-final-ready.phase5-final-ready.phase5-final-ready body main :is(
    .cta-panel,
    .quote-process-card,
    .quote-step-card
  ){
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    overflow:visible!important;
  }
}

/* v100d homepage proof cards: remove last mobile clipping from flip visuals */
@media(max-width:860px){
  html.phase5-final-ready.phase5-final-ready.phase5-final-ready.phase5-final-ready.phase5-final-ready body main :is(
    .trust-flip-grid,
    .trust-flip-card,
    .trust-flip-inner,
    .trust-face,
    .trust-front,
    .trust-back,
    .home-office-proof figcaption
  ){
    display:block!important;
    position:static!important;
    inset:auto!important;
    transform:none!important;
    animation:none!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    overflow:visible!important;
    text-overflow:clip!important;
    white-space:normal!important;
    backface-visibility:visible!important;
    contain:none!important;
  }
  html.phase5-final-ready.phase5-final-ready.phase5-final-ready.phase5-final-ready.phase5-final-ready body main .trust-flip-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
  html.phase5-final-ready.phase5-final-ready.phase5-final-ready.phase5-final-ready.phase5-final-ready body main .trust-flip-card{
    padding:0!important;
    perspective:none!important;
  }
  html.phase5-final-ready.phase5-final-ready.phase5-final-ready.phase5-final-ready.phase5-final-ready body main .trust-face{
    padding:18px!important;
    border-radius:18px!important;
  }
  html.phase5-final-ready.phase5-final-ready.phase5-final-ready.phase5-final-ready.phase5-final-ready body main .trust-back{
    margin-top:10px!important;
  }
  html.phase5-final-ready.phase5-final-ready.phase5-final-ready.phase5-final-ready.phase5-final-ready body main .home-office-proof figcaption{
    width:auto!important;
    max-width:100%!important;
    padding:8px 12px!important;
  }
}

/* v100e answer cards: no horizontal swipe clipping on mobile */
@media(max-width:860px){
  html.phase5-final-ready.phase5-final-ready.phase5-final-ready.phase5-final-ready.phase5-final-ready body main .answer-grid.phase2-swipe{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:14px!important;
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    max-height:none!important;
    overflow:visible!important;
    overflow-x:visible!important;
    overflow-y:visible!important;
    scroll-snap-type:none!important;
  }
  html.phase5-final-ready.phase5-final-ready.phase5-final-ready.phase5-final-ready.phase5-final-ready body main .answer-grid.phase2-swipe>*{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    height:auto!important;
    max-height:none!important;
    overflow:visible!important;
    overflow-x:visible!important;
    overflow-y:visible!important;
    scroll-snap-align:none!important;
  }
}

/* v101 phase 1 new architecture prototype */
:root{--nx-ink:#10131f;--nx-muted:#5e6678;--nx-paper:#fbfaf6;--nx-line:#e8e1d4;--nx-blue:#2147ff;--nx-green:#0c9f77;--nx-sun:#ffb21d;--nx-coral:#ff5b45;--nx-deep:#111827}
main:has(.nx-hero){background:var(--nx-paper);color:var(--nx-ink)}
.nx-hero{position:relative;min-height:calc(100svh - 92px);display:grid;align-items:center;overflow:hidden;background:#0f172a;color:#fff}
.nx-hero-bg{position:absolute;inset:0;z-index:0}
.nx-hero-bg video{width:100%;height:100%;object-fit:cover;filter:saturate(1.08) contrast(1.06);opacity:.48}
.nx-hero:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(115deg,rgba(15,23,42,.9),rgba(15,23,42,.62) 45%,rgba(33,71,255,.36));pointer-events:none}
.nx-hero-shell{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.78fr);gap:48px;align-items:center;padding-top:76px;padding-bottom:76px}
.nx-hero-copy h1{max-width:880px;margin:16px 0 18px;color:#fff;font-size:clamp(3.1rem,7.2vw,7.8rem);line-height:.88;letter-spacing:-.045em;font-weight:1000}
.nx-hero-copy p{max-width:720px;color:rgba(255,255,255,.84);font-size:clamp(1.02rem,1.6vw,1.34rem);line-height:1.65}
.nx-kicker{display:inline-flex;align-items:center;gap:9px;width:max-content;max-width:100%;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.1);color:inherit;border-radius:999px;padding:9px 13px;font-weight:1000;text-transform:uppercase;letter-spacing:.12em;font-size:.72rem}
.nx-kicker:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--nx-sun);box-shadow:0 0 0 6px rgba(255,178,29,.16)}
.nx-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}
.nx-actions a{min-height:50px;border-radius:999px;padding:14px 22px;text-decoration:none;font-weight:1000;display:inline-flex;align-items:center;justify-content:center;transition:.22s ease}
.nx-primary{background:var(--nx-sun);color:#111827!important;box-shadow:0 18px 40px rgba(255,178,29,.28)}
.nx-primary:hover{transform:translateY(-3px);box-shadow:0 24px 56px rgba(255,178,29,.36)}
.nx-secondary{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.28);color:#fff!important;backdrop-filter:blur(12px)}
.nx-secondary:hover{transform:translateY(-3px);background:rgba(255,255,255,.18)}
.nx-hero-points{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.nx-hero-points span{border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.1);color:#fff;border-radius:999px;padding:8px 12px;font-weight:900}
.nx-hero-panel{position:relative;min-height:560px;border-radius:42px;overflow:hidden;border:1px solid rgba(255,255,255,.22);box-shadow:0 38px 90px rgba(0,0,0,.32);background:#111827}
.nx-hero-panel img{width:100%;height:100%;min-height:560px;object-fit:cover;filter:saturate(1.04) contrast(1.03)}
.nx-panel-card{position:absolute;left:24px;right:24px;display:grid;gap:2px;border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.9);color:#111827;border-radius:24px;padding:16px 18px;box-shadow:0 20px 50px rgba(0,0,0,.2);backdrop-filter:blur(16px)}
.nx-panel-card strong{font-size:1rem}.nx-panel-card span{color:#5e6678;font-weight:850}
.nx-panel-card.one{top:24px}.nx-panel-card.two{bottom:24px;left:auto;width:min(310px,calc(100% - 48px));background:rgba(17,24,39,.88);color:#fff}.nx-panel-card.two span{color:rgba(255,255,255,.72)}
.nx-section{padding:92px 0;background:var(--nx-paper)}
.nx-section:nth-of-type(even){background:#fff}
.nx-head{max-width:850px;margin:0 auto 36px;text-align:center}
.nx-head .nx-kicker,.nx-intent .nx-kicker,.nx-proof .nx-kicker,.nx-samples .nx-kicker,.nx-faq .nx-kicker,.nx-final .nx-kicker{border-color:var(--nx-line);background:#fff;color:var(--nx-ink)}
.nx-head h2,.nx-intent h2,.nx-proof h2,.nx-samples h2,.nx-faq h2,.nx-final h2{font-size:clamp(2rem,4vw,4.6rem);line-height:.98;letter-spacing:-.035em;margin:14px 0;color:var(--nx-ink)}
.nx-head p,.nx-intent p,.nx-proof p,.nx-samples p,.nx-faq p,.nx-final p{color:var(--nx-muted);font-size:1.06rem;line-height:1.7}
.nx-intent{padding:54px 0;background:#fff;border-bottom:1px solid var(--nx-line)}
.nx-intent-grid{display:grid;grid-template-columns:.72fr 1fr;gap:28px;align-items:center}
.nx-intent-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.nx-intent-actions a{min-height:118px;border:1px solid var(--nx-line);border-radius:28px;background:linear-gradient(145deg,#fff,#f7f1e7);padding:18px;color:var(--nx-ink);text-decoration:none;font-weight:1000;display:flex;align-items:flex-end;transition:.22s ease}
.nx-intent-actions a:nth-child(2){background:linear-gradient(145deg,#eef2ff,#fff)}.nx-intent-actions a:nth-child(3){background:linear-gradient(145deg,#fff2e8,#fff)}.nx-intent-actions a:nth-child(4){background:linear-gradient(145deg,#eafaf5,#fff)}
.nx-intent-actions a:hover{transform:translateY(-5px);box-shadow:0 18px 48px rgba(17,24,39,.1)}
.nx-service-list{display:grid;gap:22px}
.nx-service-row{display:grid;grid-template-columns:minmax(280px,.82fr) minmax(0,1fr);align-items:stretch;border:1px solid var(--nx-line);background:#fff;border-radius:38px;overflow:hidden;box-shadow:0 22px 62px rgba(17,24,39,.08)}
.nx-service-row:nth-child(even){grid-template-columns:minmax(0,1fr) minmax(280px,.82fr)}
.nx-service-row:nth-child(even) .nx-service-media{order:2}
.nx-service-media{min-height:360px;overflow:hidden;background:#111827}
.nx-service-media img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}
.nx-service-row:hover .nx-service-media img{transform:scale(1.055)}
.nx-service-copy{padding:34px;display:flex;flex-direction:column;justify-content:center;gap:14px}
.nx-index{width:52px;height:52px;border-radius:18px;background:var(--nx-ink);color:#fff;display:grid;place-items:center;font-weight:1000}
.nx-service-copy h3{font-size:clamp(1.7rem,3vw,3.4rem);line-height:.98;margin:0;color:var(--nx-ink);letter-spacing:-.03em}
.nx-service-copy p{color:var(--nx-muted);line-height:1.65;font-size:1.04rem}
.nx-chipline{display:flex;flex-wrap:wrap;gap:8px}
.nx-chipline span{border:1px solid var(--nx-line);background:#fbfaf6;border-radius:999px;padding:7px 10px;font-weight:900;color:var(--nx-ink);font-size:.84rem}
.nx-service-copy details,.nx-accordion details{border:1px solid var(--nx-line);border-radius:20px;background:#fbfaf6;overflow:hidden}
.nx-service-copy summary,.nx-accordion summary{cursor:pointer;list-style:none;padding:15px 18px;font-weight:1000;color:var(--nx-ink);display:flex;justify-content:space-between;gap:16px}
.nx-service-copy summary::-webkit-details-marker,.nx-accordion summary::-webkit-details-marker{display:none}
.nx-service-copy summary:after,.nx-accordion summary:after{content:"+";width:28px;height:28px;border-radius:50%;background:#fff;display:grid;place-items:center;color:var(--nx-blue);flex:0 0 auto}
.nx-service-copy details[open] summary:after,.nx-accordion details[open] summary:after{content:"-";background:var(--nx-ink);color:#fff}
.nx-service-copy details p,.nx-accordion details p{padding:0 18px 18px;margin:0;color:var(--nx-muted)}
.nx-row-actions{display:flex;flex-wrap:wrap;gap:10px}
.nx-row-actions a{min-height:44px;border-radius:999px;padding:11px 15px;text-decoration:none;font-weight:1000;border:1px solid var(--nx-line);color:var(--nx-ink);background:#fff}
.nx-row-actions a:last-child{background:var(--nx-green);border-color:var(--nx-green);color:#fff}
.nx-proof{background:#111827;color:#fff}
.nx-section.nx-proof{background:#111827!important;color:#fff!important}
.nx-proof-grid{display:grid;grid-template-columns:.86fr 1fr;gap:42px;align-items:center}
.nx-proof .nx-kicker{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.18);color:#fff}
.nx-proof h2,.nx-proof p{color:#fff}.nx-proof p{color:rgba(255,255,255,.76)}
.nx-proof-media{height:620px;border-radius:44px;overflow:hidden;border:1px solid rgba(255,255,255,.16);box-shadow:0 34px 90px rgba(0,0,0,.28)}
.nx-proof-media video{width:100%;height:100%;object-fit:cover;opacity:.86}
.nx-proof-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:28px}
.nx-proof-cards article{border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);border-radius:24px;padding:22px;backdrop-filter:blur(12px)}
.nx-proof-cards span{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:15px;background:var(--nx-sun);color:#111827;font-weight:1000;margin-bottom:14px}
.nx-proof-cards h3{color:#fff;margin:0 0 8px}.nx-proof-cards p{margin:0;color:rgba(255,255,255,.72)}
.nx-process{background:#fff}
.nx-process-line{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.nx-process-line article{position:relative;border:1px solid var(--nx-line);border-radius:30px;background:#fbfaf6;padding:24px;min-height:230px;overflow:hidden}
.nx-process-line article:before{content:"";position:absolute;left:0;top:0;right:0;height:7px;background:linear-gradient(90deg,var(--nx-blue),var(--nx-green),var(--nx-sun))}
.nx-process-line span{font-weight:1000;color:var(--nx-coral)}
.nx-process-line h3{font-size:1.5rem;margin:18px 0 8px;color:var(--nx-ink)}
.nx-process-line p{color:var(--nx-muted);line-height:1.6}
.nx-samples{background:linear-gradient(135deg,#fbfaf6,#eef2ff)}
.nx-sample-grid{display:grid;grid-template-columns:.72fr 1fr;gap:34px;align-items:center}
.nx-sample-links{display:grid;gap:14px}
.nx-sample-link{display:grid;gap:6px;border:1px solid var(--nx-line);border-radius:24px;background:#fff;padding:22px;text-decoration:none;color:var(--nx-ink);box-shadow:0 16px 44px rgba(17,24,39,.08);transition:.22s ease}
.nx-sample-link:hover{transform:translateX(8px);box-shadow:0 22px 58px rgba(17,24,39,.12)}
.nx-sample-link strong{font-size:1.2rem}.nx-sample-link span{color:var(--nx-muted);line-height:1.55}
.nx-faq{background:#fff}.nx-faq-grid{display:grid;grid-template-columns:.65fr 1fr;gap:34px}.nx-accordion{display:grid;gap:12px}
.nx-final{background:#111827;padding:84px 0;color:#fff}
.nx-final-panel{display:grid;grid-template-columns:1fr auto;gap:26px;align-items:center;border:1px solid rgba(255,255,255,.16);border-radius:42px;background:linear-gradient(135deg,rgba(33,71,255,.34),rgba(12,159,119,.24));padding:42px;box-shadow:0 26px 80px rgba(0,0,0,.25)}
.nx-final h2,.nx-final p{color:#fff}.nx-final p{color:rgba(255,255,255,.76)}
@media(max-width:1120px){
  .nx-hero-shell,.nx-proof-grid,.nx-sample-grid,.nx-faq-grid,.nx-final-panel{grid-template-columns:1fr}
  .nx-hero-panel{min-height:430px}.nx-hero-panel img{min-height:430px}
  .nx-intent-grid{grid-template-columns:1fr}.nx-intent-actions,.nx-process-line{grid-template-columns:repeat(2,minmax(0,1fr))}
  .nx-service-row,.nx-service-row:nth-child(even){grid-template-columns:1fr}.nx-service-row:nth-child(even) .nx-service-media{order:0}
}
@media(max-width:860px){
  .nx-hero{min-height:auto}.nx-hero-shell{gap:28px;padding-top:54px;padding-bottom:42px}
  .nx-hero-copy h1{font-size:clamp(2.45rem,13vw,4.2rem);letter-spacing:-.035em}.nx-hero-copy p{font-size:1rem}
  .nx-hero-panel{min-height:360px;border-radius:28px}.nx-hero-panel img{min-height:360px}
  .nx-panel-card{left:14px;right:14px;border-radius:18px;padding:12px 14px}.nx-panel-card.two{width:calc(100% - 28px)}
  .nx-section{padding:58px 0}.nx-head{text-align:left;margin-bottom:24px}
  .nx-head h2,.nx-intent h2,.nx-proof h2,.nx-samples h2,.nx-faq h2,.nx-final h2{font-size:clamp(2rem,10vw,3rem)}
  .nx-intent-actions,.nx-proof-cards,.nx-process-line{grid-template-columns:1fr}
  .nx-intent-actions a{min-height:86px}
  .nx-service-row{border-radius:28px}.nx-service-media{min-height:250px}.nx-service-copy{padding:22px}
  .nx-proof-media{height:340px;border-radius:28px}
  .nx-final-panel{padding:24px;border-radius:28px}.nx-final-panel .nx-actions a{width:100%}
}
@media(max-width:520px){
  .nx-actions a{width:100%}.nx-hero-points span{flex:1 1 calc(50% - 8px);text-align:center}
  .nx-chipline span{flex:1 1 calc(50% - 8px);text-align:center}
}

/* v102 phase 2 centered no-face core architecture */
.nx-hero-bg img{width:100%;height:100%;object-fit:cover;filter:saturate(1.06) contrast(1.05);opacity:.54}
.nx-proof-media{position:relative;background:#06101f}
.nx-proof-media img{width:100%;height:100%;object-fit:cover;opacity:.72;filter:saturate(1.12) contrast(1.08)}
.nx-motion-lines{position:absolute;left:9%;right:9%;bottom:10%;display:grid;gap:10px}
.nx-motion-lines span{height:10px;border-radius:999px;background:linear-gradient(90deg,#fff,rgba(255,255,255,.18));animation:p2Scan 2.8s ease-in-out infinite}
.nx-motion-lines span:nth-child(2){width:72%;animation-delay:.25s}.nx-motion-lines span:nth-child(3){width:48%;animation-delay:.5s}
.no-face-motion{position:relative;min-height:340px;overflow:hidden;background:#06101f}
.no-face-motion img{width:100%;height:100%;object-fit:cover;opacity:.82}
.motion-scan{position:absolute;inset:0;background:linear-gradient(110deg,transparent 0 36%,rgba(255,255,255,.34) 46%,transparent 58%);transform:translateX(-110%);animation:p2Sweep 4.8s ease-in-out infinite}
@keyframes p2Scan{50%{transform:translateX(18px);opacity:.58}}
@keyframes p2Sweep{52%{transform:translateX(110%)}100%{transform:translateX(110%)}}
.phase2-page{--p2-ink:#0b1220;--p2-muted:#58657a;--p2-line:#dfe8f4;--p2-soft:#f4f8ff;--p2-blue:#145cff;--p2-green:#10b981;--p2-gold:#ffb21d;background:#fbfdff;color:var(--p2-ink);text-align:center}
.phase2-page h1,.phase2-page h2,.phase2-page h3,.phase2-page p{text-align:center}
.p2-center{display:grid;justify-items:center;text-align:center}
.p2-hero{position:relative;min-height:72svh;display:grid;place-items:center;overflow:hidden;background:#081120;color:#fff}
.p2-hero-media{position:absolute;inset:0;z-index:0}
.p2-hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,17,32,.78),rgba(8,17,32,.92))}
.p2-hero-media img{width:100%;height:100%;object-fit:cover;opacity:.56;filter:saturate(1.05) contrast(1.05)}
.p2-hero-media span,.p2-hero-media i{position:absolute;border-radius:999px;z-index:1;filter:blur(.2px)}
.p2-hero-media span{width:260px;height:260px;right:8%;top:18%;background:radial-gradient(circle,#145cff,transparent 66%);opacity:.42}
.p2-hero-media i{width:190px;height:190px;left:8%;bottom:12%;background:radial-gradient(circle,#10b981,transparent 66%);opacity:.34}
.p2-hero-content{position:relative;z-index:2;padding:88px 0;max-width:990px}
.p2-kicker{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;border:1px solid rgba(20,92,255,.18);background:rgba(20,92,255,.08);color:#145cff;border-radius:999px;padding:9px 13px;font-size:.72rem;font-weight:1000;text-transform:uppercase;letter-spacing:.13em}
.p2-hero .p2-kicker{border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.1);color:#fff}
.p2-hero h1{margin:18px 0 16px;color:#fff;font-size:clamp(2.7rem,7.6vw,7.2rem);line-height:.92;letter-spacing:-.04em;max-width:980px}
.p2-hero p{max-width:790px;color:rgba(255,255,255,.82);font-size:clamp(1.02rem,1.7vw,1.28rem);line-height:1.65}
.p2-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:24px}
.p2-actions a,.p2-button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:13px 22px;border-radius:999px;border:1px solid var(--p2-line);background:#fff;color:#0b1220;text-decoration:none;font-weight:1000;cursor:pointer;box-shadow:0 16px 42px rgba(15,39,91,.12)}
.p2-actions a:first-child,.p2-button{background:linear-gradient(135deg,#145cff,#10b981);border:0;color:#fff}
.p2-chipline{display:flex;flex-wrap:wrap;justify-content:center;gap:9px;margin-top:22px}
.p2-chipline span{border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.1);color:#fff;border-radius:999px;padding:8px 12px;font-weight:900}
.p2-section{padding:84px 0;background:#fff}
.p2-soft{background:var(--p2-soft)}
.p2-section h2{max-width:860px;margin:14px 0 12px;font-size:clamp(2rem,4.6vw,4.5rem);line-height:.98;letter-spacing:-.035em;color:var(--p2-ink)}
.p2-section p{max-width:780px;color:var(--p2-muted);font-size:1.05rem;line-height:1.72}
.p2-card-grid{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:30px}
.p2-card-grid article,.p2-link-grid a,.p2-accordion details{border:1px solid var(--p2-line);background:#fff;border-radius:28px;padding:24px;box-shadow:0 18px 54px rgba(15,39,91,.08)}
.p2-card-grid strong{display:block;color:var(--p2-ink);font-size:1.15rem;margin-bottom:8px}.p2-card-grid p{font-size:.98rem;margin:0}
.p2-visual-band{background:linear-gradient(135deg,#fff,#eef5ff)}
.p2-screen-card{width:100%;display:grid;grid-template-columns:.92fr 1fr;align-items:center;gap:26px;border:1px solid var(--p2-line);border-radius:40px;background:#fff;padding:18px;box-shadow:0 24px 70px rgba(15,39,91,.1)}
.p2-screen-card img{width:100%;height:420px;object-fit:cover;border-radius:30px}
.p2-accordion{width:min(860px,100%);display:grid;gap:12px;margin-top:26px}
.p2-accordion details{padding:0;overflow:hidden;text-align:left}
.p2-accordion summary{list-style:none;cursor:pointer;padding:18px 22px;font-weight:1000;color:var(--p2-ink);display:flex;align-items:center;justify-content:center;gap:12px;text-align:center}
.p2-accordion summary::-webkit-details-marker{display:none}
.p2-accordion summary:after{content:"+";width:28px;height:28px;border-radius:50%;background:#eef5ff;color:#145cff;display:grid;place-items:center;flex:0 0 auto}
.p2-accordion details[open] summary:after{content:"-";background:#145cff;color:#fff}
.p2-accordion p{padding:0 22px 20px;margin:0 auto;text-align:center}
.p2-link-grid{width:100%;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:28px}
.p2-link-grid a{display:grid;gap:7px;text-decoration:none;color:var(--p2-ink);min-height:148px;align-content:center;transition:.22s ease}
.p2-link-grid a:hover{transform:translateY(-5px);box-shadow:0 24px 64px rgba(15,39,91,.14)}
.p2-link-grid strong{font-size:1.03rem}.p2-link-grid span{color:var(--p2-muted);font-size:.93rem;line-height:1.45}
.p2-form{width:min(920px,100%);margin-top:28px;border:1px solid var(--p2-line);border-radius:34px;background:#fff;padding:28px;box-shadow:0 22px 66px rgba(15,39,91,.1)}
.p2-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;text-align:left}
.p2-form label{display:grid;gap:7px;font-weight:900;color:var(--p2-ink);text-align:left}.p2-form .full{grid-column:1/-1}.p2-form .p2-button{margin:20px auto 0;border:0}
.p2-final{background:#081120;color:#fff}.p2-final h2,.p2-final p{color:#fff}.p2-final .p2-kicker{border-color:rgba(255,255,255,.18);background:rgba(255,255,255,.1);color:#fff}
.p2-final .p2-actions a{background:#fff;color:#0b1220}.p2-final .p2-actions a:first-child{background:var(--p2-green);color:#fff}
@media(max-width:980px){
  .p2-card-grid,.p2-link-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .p2-screen-card{grid-template-columns:1fr}.p2-screen-card img{height:340px}
}
@media(max-width:640px){
  .p2-hero{min-height:auto}.p2-hero-content{padding:58px 0}.p2-hero h1{font-size:clamp(2.05rem,11vw,3.4rem);line-height:1}
  .p2-section{padding:58px 0}.p2-section h2{font-size:clamp(1.75rem,9vw,2.65rem)}
  .p2-card-grid,.p2-link-grid,.p2-form-grid{grid-template-columns:1fr}
  .p2-screen-card{border-radius:28px;padding:12px}.p2-screen-card img{height:260px;border-radius:22px}
  .p2-actions a,.p2-button{width:100%}.p2-chipline span{flex:1 1 calc(50% - 8px)}
}

/* v103 phase 3 alignment repair: centered no-face architecture */
main:has(.nx-hero) :where(h1,h2,h3,p){text-align:center}
.nx-hero-shell{grid-template-columns:1fr!important;justify-items:center;text-align:center;max-width:1060px}
.nx-hero-copy{display:grid;justify-items:center;text-align:center}
.nx-hero-copy h1,.nx-hero-copy p{margin-left:auto!important;margin-right:auto!important;text-align:center!important}
.nx-actions,.nx-hero-points,.nx-chipline,.nx-row-actions{justify-content:center}
.nx-hero-panel{width:min(760px,100%);min-height:390px}
.nx-hero-panel img{min-height:390px}
.nx-intent-grid,.nx-proof-grid,.nx-sample-grid,.nx-faq-grid,.nx-final-panel{grid-template-columns:1fr!important;justify-items:center;text-align:center}
.nx-service-row,.nx-service-row:nth-child(even){grid-template-columns:1fr!important;text-align:center}
.nx-service-row:nth-child(even) .nx-service-media{order:0!important}
.nx-service-copy{align-items:center;text-align:center}
.nx-head{text-align:center!important}
.nx-service-copy summary,.nx-accordion summary{justify-content:center;text-align:center}
.nx-proof-media{width:min(760px,100%)}
.nx-sample-links{width:min(860px,100%)}
.nx-final-panel{justify-items:center}
.phase3-detail .p2-hero{min-height:68svh}
.phase3-detail .p2-card-grid article{display:grid;justify-items:center;align-content:start}
.phase3-detail .p2-screen-card>div{display:grid;justify-items:center;text-align:center}
@media(max-width:640px){
  .nx-hero-copy h1{font-size:clamp(2rem,11vw,3.15rem)}
  .nx-hero-panel{min-height:300px}.nx-hero-panel img{min-height:300px}
  .phase3-detail .p2-hero{min-height:auto}
  .phase3-detail .p2-link-grid a{min-height:auto}
}

/* v104 phase 4: tighter homepage heading and centered industry architecture */
.nx-hero-copy h1{
  max-width:1180px!important;
  font-size:clamp(2.65rem,4.9vw,5.35rem)!important;
  line-height:.96!important;
  letter-spacing:-.035em!important;
}
.phase4-growth .p2-hero{min-height:66svh}
.phase4-growth .p2-card-grid article{display:grid;justify-items:center;align-content:start;text-align:center}
.phase4-growth .p2-screen-card>div{display:grid;justify-items:center;text-align:center}
.phase4-growth .p2-link-grid a{justify-items:center;text-align:center}
@media(max-width:860px){
  .nx-hero-copy h1{
    max-width:100%!important;
    font-size:clamp(2rem,8.4vw,3.1rem)!important;
    line-height:1.02!important;
  }
}
@media(max-width:480px){
  .nx-hero-copy h1{
    font-size:clamp(1.5rem,6.2vw,2.05rem)!important;
    line-height:1.04!important;
  }
  .phase4-growth .p2-hero{min-height:auto}
  .phase4-growth .p2-link-grid a{min-height:auto}
}

/* v105 phase 5: centered location and city-service pages */
.phase5-location .p2-hero{min-height:66svh}
.phase5-location .p2-card-grid article{display:grid;justify-items:center;align-content:start;text-align:center}
.phase5-location .p2-screen-card>div{display:grid;justify-items:center;text-align:center}
.phase5-location .p2-link-grid a{justify-items:center;text-align:center}
@media(max-width:480px){
  .phase5-location .p2-hero{min-height:auto}
  .phase5-location .p2-link-grid a{min-height:auto}
}

/* v106 phase 6: centered answer and buyer-intent pages */
.phase6-answer .p2-hero{min-height:64svh}
.phase6-answer .p2-card-grid article{display:grid;justify-items:center;align-content:start;text-align:center}
.phase6-answer .p2-screen-card>div{display:grid;justify-items:center;text-align:center}
.phase6-answer .p2-link-grid a{justify-items:center;text-align:center}
.phase6-answer .p2-section h2{max-width:960px}
@media(max-width:480px){
  .phase6-answer .p2-hero{min-height:auto}
  .phase6-answer .p2-link-grid a{min-height:auto}
  .phase6-answer .p2-section h2{font-size:clamp(1.55rem,7.8vw,2.2rem)}
}

/* v107 final sweep: centered remaining public pages */
.phase7-final .p2-hero{min-height:62svh}
.phase7-final .p2-card-grid article{display:grid;justify-items:center;align-content:start;text-align:center}
.phase7-final .p2-screen-card>div{display:grid;justify-items:center;text-align:center}
.phase7-final .p2-link-grid a{justify-items:center;text-align:center}
.phase7-final .p2-section h2{max-width:940px}
.phase7-final .offline-actions,.phase7-final .p2-actions{justify-content:center}
@media(max-width:480px){
  .phase7-final .p2-hero{min-height:auto}
  .phase7-final .p2-link-grid a{min-height:auto}
  .phase7-final .p2-section h2{font-size:clamp(1.5rem,7.6vw,2.1rem)}
}

/* v109 visual trust polish: semantic icons, mobile footer and floating action alignment */
.content-card-icon{
  width:56px;
  height:56px;
  display:grid;
  place-items:center;
  margin:0 auto 14px;
  border-radius:20px;
  color:#155eef;
  background:linear-gradient(145deg,#ffffff,#edf6ff);
  border:1px solid #dbe8ff;
  box-shadow:0 16px 38px rgba(21,94,239,.14);
}
.content-card-icon .ui-icon{
  width:32px!important;
  height:32px!important;
  display:grid!important;
  place-items:center!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  color:inherit!important;
}
.content-card-icon svg{width:26px!important;height:26px!important;fill:currentColor!important;margin:auto!important}
.p2-card-grid article,.cards article,.timeline article,.result-proof-card,.bundle-card,.micro-case-card,.industry-path-card,.nx-intent-actions a,.nx-proof-cards article,.nx-process-line article,.nx-sample-link{justify-items:center;text-align:center}
.cards article>.content-card-icon,.timeline article>.content-card-icon,.result-proof-card>.content-card-icon,.bundle-card>.content-card-icon,.micro-case-card>.content-card-icon,.industry-path-card>.content-card-icon,.nx-intent-actions a>.content-card-icon,.nx-proof-cards article>.content-card-icon,.nx-process-line article>.content-card-icon,.nx-sample-link>.content-card-icon{margin-bottom:12px}
.result-proof-card .content-card-icon{background:rgba(255,255,255,.16);border-color:rgba(255,255,255,.28);color:#fff;box-shadow:none}
.site-footer .footer-brand-col,.site-footer .footer-brand,.site-footer .footer-brand-col p{text-align:center!important;justify-items:center!important;justify-content:center!important}
.site-footer .footer-brand .brand-icon{display:grid!important;place-items:center!important;overflow:hidden!important}
.site-footer .footer-brand .brand-icon img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;margin:auto!important;transform:none!important}
.site-footer .footer-bottom{display:grid!important;justify-content:center!important;justify-items:center!important;text-align:center!important;gap:4px!important}
.site-footer .footer-bottom>span:first-child{display:block!important;white-space:nowrap!important}
.site-footer .footer-bottom>span:first-child span{display:inline!important;white-space:nowrap!important}
.site-footer .footer-bottom>span:last-child{display:block!important;margin-top:0!important}
.float-action,html body .float-action,html.phase5-final-ready body .float-action{display:flex!important;place-items:center!important;align-items:center!important;align-content:center!important;justify-content:center!important;line-height:1!important;text-align:center!important}
html body .float-action>.ui-icon,html body .float-action>.wa-mark,html body .float-action>.phone-mark,html.phase5-final-ready body .float-action>.ui-icon,html.phase5-final-ready body .float-action>.wa-mark,html.phase5-final-ready body .float-action>.phone-mark{position:static!important;inset:auto!important;left:auto!important;top:auto!important;right:auto!important;bottom:auto!important;transform:none!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important;line-height:1!important;width:26px!important;height:26px!important;padding:0!important}
html body .float-action>.ui-icon svg,html body .float-action>.wa-mark svg,html body .float-action>.phone-mark svg,html.phase5-final-ready body .float-action>.ui-icon svg,html.phase5-final-ready body .float-action>.wa-mark svg,html.phase5-final-ready body .float-action>.phone-mark svg{position:static!important;inset:auto!important;transform:none!important;display:block!important;margin:0!important;width:100%!important;height:100%!important}
@media(max-width:860px){
  .content-card-icon{width:46px;height:46px;border-radius:17px;margin-bottom:10px}
  .content-card-icon svg{width:22px!important;height:22px!important}
  .mobile-app-tabbar a.is-primary:not(.is-active){background:transparent!important;color:#334155!important;box-shadow:none!important;border-color:transparent!important}
  .mobile-app-tabbar a.is-active{background:#eef5ff!important;color:#155eef!important;border-color:#cfe0ff!important}
  .site-footer .footer-bottom{padding-bottom:8px!important}
  .site-footer .footer-bottom>span:first-child{font-size:.72rem!important}
  .site-footer .footer-bottom>span:last-child{font-size:.67rem!important;max-width:320px!important}
  html body .float-action>.ui-icon,html body .float-action>.wa-mark,html body .float-action>.phone-mark,html.phase5-final-ready body .float-action>.ui-icon,html.phase5-final-ready body .float-action>.wa-mark,html.phase5-final-ready body .float-action>.phone-mark{width:22px!important;height:22px!important}
  html body .float-action>.wa-mark,html body .float-action>.phone-mark,html.phase5-final-ready body .float-action>.wa-mark,html.phase5-final-ready body .float-action>.phone-mark{transform:translateX(3px)!important}
}

/* v111 portfolio, mobile menu and expandable row polish */
@media(max-width:860px){
  body.nav-open .site-nav{display:grid!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important}
  body:not(.nav-open) .site-nav{visibility:hidden!important;opacity:0!important;pointer-events:none!important}
  .site-footer .footer-bottom{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    width:min(100%,calc(100vw - 24px))!important;
    gap:7px!important;
    margin-inline:auto!important;
    text-align:center!important;
  }
  .site-footer .footer-bottom>span:first-child{
    display:inline-flex!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    justify-content:center!important;
    gap:3px!important;
    width:auto!important;
    min-width:max-content!important;
    max-width:none!important;
    white-space:nowrap!important;
    font-size:clamp(.56rem,2.35vw,.72rem)!important;
    line-height:1.15!important;
    letter-spacing:0!important;
  }
  .site-footer .footer-bottom>span:first-child span{display:inline!important;white-space:nowrap!important}
  .site-footer .footer-bottom>span:last-child{width:min(310px,92vw)!important;max-width:310px!important;line-height:1.35!important}
  .faq button,
  .home-faq-accordion summary,
  .p2-accordion summary,
  .nx-service-copy summary,
  .nx-accordion summary,
  details>summary,
  .mobile-accordion-toggle,
  .mobile-reveal-btn{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 28px!important;
    align-items:center!important;
    justify-content:stretch!important;
    gap:10px!important;
    width:100%!important;
    min-width:0!important;
    text-align:left!important;
    white-space:normal!important;
  }
  .p2-accordion summary,.nx-service-copy summary,.nx-accordion summary{text-align:left!important;justify-content:stretch!important}
  details>summary::-webkit-details-marker{display:none!important}
  details>summary:after,
  .p2-accordion summary:after,
  .nx-service-copy summary:after,
  .nx-accordion summary:after,
  .home-faq-accordion summary:after{
    margin-left:auto!important;
    grid-column:2!important;
    align-self:center!important;
  }
  .faq button:after{
    content:"+";
    margin-left:auto;
    grid-column:2;
    width:28px;
    height:28px;
    border-radius:999px;
    display:grid;
    place-items:center;
    background:#eef5ff;
    color:#155eef;
    font-weight:1000;
  }
}

/* v113 mobile final patch: menu visibility, single-line expand rows and footer copyright */
@media(max-width:860px){
  html.phase5-final-ready body.nav-open .site-nav,
  body.nav-open .site-nav{
    display:grid!important;
    visibility:visible!important;
    opacity:1!important;
    pointer-events:auto!important;
    position:fixed!important;
    top:72px!important;
    left:10px!important;
    right:10px!important;
    bottom:calc(96px + var(--safe-bottom,0px))!important;
    height:auto!important;
    max-height:calc(100svh - 176px - var(--safe-bottom,0px))!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    align-content:start!important;
    gap:8px!important;
    padding:10px!important;
    overflow:auto!important;
    z-index:2147482600!important;
  }
  body.nav-open .mobile-app-tabbar,
  html.phase5-final-ready body.nav-open .mobile-app-tabbar{
    display:grid!important;
    visibility:visible!important;
    opacity:1!important;
    pointer-events:auto!important;
    z-index:2147482700!important;
  }
  body.nav-open .float-action,
  html.phase5-final-ready body.nav-open .float-action{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    pointer-events:auto!important;
    z-index:2147482800!important;
  }
  .menu-btn,
  html.phase5-final-ready .menu-btn{
    display:grid!important;
    place-items:center!important;
    position:relative!important;
  }
  html.phase5-final-ready body.nav-open .menu-btn span,
  body.nav-open .menu-btn span{
    position:absolute!important;
    left:50%!important;
    top:50%!important;
    margin:0!important;
    transform-origin:center!important;
  }
  html.phase5-final-ready body.nav-open .menu-btn span:nth-child(1),
  body.nav-open .menu-btn span:nth-child(1){transform:translate(-50%,-50%) rotate(45deg)!important}
  html.phase5-final-ready body.nav-open .menu-btn span:nth-child(2),
  body.nav-open .menu-btn span:nth-child(2){opacity:0!important}
  html.phase5-final-ready body.nav-open .menu-btn span:nth-child(3),
  body.nav-open .menu-btn span:nth-child(3){transform:translate(-50%,-50%) rotate(-45deg)!important}

  .nx-service-copy details,
  .nx-accordion details,
  .p2-accordion details,
  .home-faq-accordion details{
    width:100%!important;
    min-height:0!important;
  }
  .nx-service-copy summary,
  .nx-accordion summary,
  .p2-accordion summary,
  .home-faq-accordion summary,
  .faq button,
  details>summary,
  .mobile-accordion-toggle,
  .mobile-reveal-btn{
    display:flex!important;
    flex-direction:row!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:10px!important;
    width:100%!important;
    min-width:0!important;
    min-height:48px!important;
    padding:13px 16px!important;
    text-align:left!important;
    white-space:normal!important;
    line-height:1.18!important;
  }
  .nx-service-copy summary,
  .nx-accordion summary,
  .p2-accordion summary,
  .home-faq-accordion summary{
    font-size:clamp(.78rem,3.2vw,.96rem)!important;
  }
  .faq button{
    font-size:clamp(.78rem,3.1vw,.94rem)!important;
  }
  .nx-service-copy summary:after,
  .nx-accordion summary:after,
  .p2-accordion summary:after,
  .home-faq-accordion summary:after,
  details>summary:after,
  .faq button:after,
  .mobile-accordion-toggle:after,
  .mobile-reveal-btn:after{
    position:static!important;
    inset:auto!important;
    transform:none!important;
    margin:0!important;
    margin-left:auto!important;
    flex:0 0 28px!important;
    width:28px!important;
    height:28px!important;
    min-width:28px!important;
    min-height:28px!important;
    display:grid!important;
    place-items:center!important;
    align-self:center!important;
    justify-self:end!important;
    line-height:1!important;
  }
  .nx-service-copy summary>*,
  .nx-accordion summary>*,
  .p2-accordion summary>*,
  .home-faq-accordion summary>*,
  .faq button>*{
    min-width:0!important;
  }

  .site-footer .footer-bottom{
    width:100%!important;
    max-width:100%!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    gap:8px!important;
    overflow:visible!important;
  }
  .site-footer .footer-bottom>span:first-child{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    white-space:nowrap!important;
    word-break:keep-all!important;
    overflow:visible!important;
    text-overflow:clip!important;
    font-size:clamp(.5rem,2.15vw,.66rem)!important;
    line-height:1.15!important;
    letter-spacing:-.01em!important;
  }
  .site-footer .footer-bottom>span:first-child span{
    display:inline!important;
    width:auto!important;
    min-width:0!important;
    max-width:none!important;
    white-space:nowrap!important;
  }
  .site-footer .footer-bottom>span:first-child [data-year],
  .site-footer .footer-bottom>span:first-child .footer-year{
    display:inline!important;
    width:auto!important;
    min-width:0!important;
    max-width:none!important;
    white-space:nowrap!important;
  }
  .site-footer .footer-bottom>span:last-child{
    margin-top:0!important;
    width:min(315px,94vw)!important;
    max-width:315px!important;
    font-size:clamp(.62rem,2.55vw,.76rem)!important;
    line-height:1.35!important;
  }

  .content-card-icon,
  .trust-face .content-card-icon,
  .home-trust-grid .content-card-icon,
  .p2-card-grid .content-card-icon,
  .cards article .content-card-icon{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
  }
  .content-card-icon .ui-icon,
  .content-card-icon svg,
  .trust-face .content-card-icon .ui-icon,
  .trust-face .content-card-icon svg{
    margin:auto!important;
    align-self:center!important;
    justify-self:center!important;
  }
}

/* v204 MYDGID logo prominence: larger, centered circular brand marks */
.brand-icon,
.site-header .brand-icon,
html.phase5-final-ready .brand-icon{
  width:62px!important;
  height:62px!important;
  min-width:62px!important;
  min-height:62px!important;
  aspect-ratio:1/1!important;
  padding:3px!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
  background:#fff!important;
}
.brand-icon img,
.site-header .brand-icon img,
html.phase5-final-ready .brand-icon img{
  width:100%!important;
  height:100%!important;
  min-width:100%!important;
  min-height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  border-radius:50%!important;
  margin:0!important;
  transform:none!important;
}
.site-footer .footer-brand .brand-icon,
.footer-grid .footer-brand .brand-icon,
html.phase5-final-ready .site-footer .footer-brand .brand-icon{
  width:128px!important;
  height:128px!important;
  min-width:128px!important;
  min-height:128px!important;
  padding:5px!important;
  border-radius:50%!important;
  margin:0 auto 6px!important;
}
.site-footer .footer-brand .brand-icon img,
.footer-grid .footer-brand .brand-icon img,
html.phase5-final-ready .site-footer .footer-brand .brand-icon img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  border-radius:50%!important;
}
@media(max-width:860px){
  .site-header .brand-icon,
  html.phase5-final-ready .site-header .brand-icon{
    width:58px!important;
    height:58px!important;
    min-width:58px!important;
    min-height:58px!important;
    padding:3px!important;
  }
  .site-footer .footer-brand .brand-icon,
  .footer-grid .footer-brand .brand-icon,
  html.phase5-final-ready .site-footer .footer-brand .brand-icon{
    width:120px!important;
    height:120px!important;
    min-width:120px!important;
    min-height:120px!important;
    padding:5px!important;
  }
}
@media(max-width:360px){
  .site-header .brand-icon,
  html.phase5-final-ready .site-header .brand-icon{
    width:54px!important;
    height:54px!important;
    min-width:54px!important;
    min-height:54px!important;
  }
}
