:root{--gold:#f5b900;--gold2:#ffd85a;--black:#090909;--ink:#171717;--gray:#6f7378;--light:#f5f5f3;--line:#ddd;--radius:18px;--shadow:0 24px 70px rgba(0,0,0,.16)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 36px));margin:auto}.utility{background:#000;color:#fff;font-size:13px}.utility-in{display:flex;justify-content:space-between;padding:8px 0}.site-header{position:sticky;top:0;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);z-index:50;border-bottom:1px solid rgba(0,0,0,.08)}.nav-wrap{display:flex;align-items:center;justify-content:space-between;min-height:84px}.brand img,.footer-logo{width:190px}.main-nav{display:flex;align-items:center;gap:25px;font-weight:800;font-size:14px;text-transform:uppercase;letter-spacing:.04em}.main-nav>a:hover,.dropdown>a:hover{color:#b27b00}.dropdown{position:relative}.dropdown-menu{display:none;position:absolute;top:100%;left:-20px;background:#fff;min-width:270px;padding:14px;box-shadow:var(--shadow);border-radius:12px}.dropdown:hover .dropdown-menu{display:grid}.dropdown-menu a{padding:8px;border-radius:7px}.dropdown-menu a:hover{background:var(--light)}.nav-toggle{display:none}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;padding:14px 22px;border-radius:999px;font-weight:900;text-transform:uppercase;letter-spacing:.04em;cursor:pointer}.btn-gold{background:linear-gradient(135deg,var(--gold2),var(--gold));color:#000;box-shadow:0 10px 30px rgba(245,185,0,.28)}.btn-dark{background:#111;color:#fff}.btn-outline{border:1px solid rgba(255,255,255,.7);color:#fff}.hero{min-height:760px;position:relative;color:#fff;display:grid;align-items:center;overflow:hidden}.hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.85)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.93),rgba(0,0,0,.52) 55%,rgba(0,0,0,.15))}.hero-content{position:relative;padding:110px 0}.eyebrow{color:var(--gold);text-transform:uppercase;letter-spacing:.16em;font-size:13px;font-weight:900}.hero h1,.page-hero h1,.title-band h1{font-size:clamp(46px,7vw,92px);line-height:.96;max-width:900px;margin:18px 0}.hero p{font-size:21px;max-width:720px}.actions{display:flex;gap:14px;flex-wrap:wrap;margin:30px 0}.metrics{display:flex;gap:42px;margin-top:60px;flex-wrap:wrap}.metrics span{max-width:190px}.metrics b{display:block;font-size:32px;color:var(--gold)}.finance-strip,.footer-banner{background:linear-gradient(125deg,var(--gold),#ffe286);padding:45px 0}.split{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:70px}.finance-strip h2,.footer-banner h2{font-size:36px;line-height:1.1;margin:8px 0}.section{padding:96px 0}.section-head{max-width:730px;margin-bottom:40px}.section h2{font-size:clamp(32px,4vw,52px);line-height:1.1}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 10px 35px rgba(0,0,0,.06);transition:.35s}.card:hover{transform:translateY(-8px);box-shadow:var(--shadow)}.card img{width:100%;height:220px;object-fit:cover}.card>div{padding:24px}.card h2,.card h3{margin:0 0 10px;line-height:1.2}.card a{font-weight:900}.dark{background:#0b0b0b;color:#fff}.feature-img{border-radius:24px;box-shadow:var(--shadow);width:100%;min-height:420px;object-fit:cover}.video-shell{text-align:center;background:#101010;color:#fff;border-radius:28px;padding:50px}.video-shell iframe{width:100%;aspect-ratio:16/9;border:0;border-radius:18px;margin-top:25px}.video-placeholder{border:1px dashed #777;border-radius:16px;padding:70px 20px;margin-top:25px}.video-placeholder code{display:block;margin:15px}.map-section{background:var(--light)}.map-section iframe{width:100%;height:450px;border:0;border-radius:20px}.page-hero{min-height:520px;background:#0b0b0b;color:#fff;display:grid;grid-template-columns:1.05fr .95fr;align-items:stretch}.page-hero .container{padding:100px max(36px,calc((100vw - 1180px)/2));width:auto;margin:0}.page-hero>img{width:100%;height:100%;object-fit:cover}.page-hero.compact{min-height:420px}.title-band{padding:100px 0;background:linear-gradient(135deg,#080808,#252525);color:#fff}.title-band p{max-width:750px;font-size:20px}.prose{max-width:900px}.prose p,.prose li{font-size:18px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:35px 0}.feature-grid>div{background:var(--light);padding:26px;border-radius:15px}.notice{background:#fff8d9;border-left:5px solid var(--gold);padding:18px}.contact-grid{display:grid;grid-template-columns:1fr .65fr;gap:60px}.form{display:grid;gap:18px}.form label{display:grid;gap:6px;font-weight:800}.form input,.form select,.form textarea,#aiForm input{width:100%;padding:15px;border:1px solid #bbb;border-radius:10px;font:inherit}.check{grid-template-columns:auto 1fr!important;align-items:center}.check input{width:auto}.contact-aside{background:#111;color:#fff;padding:40px;border-radius:20px}.big-phone{font-size:30px;color:var(--gold);font-weight:900}footer{background:#090909;color:#ccc;padding:75px 0 25px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:50px}footer h3{color:#fff}footer a{display:block;margin:8px 0}.license{color:var(--gold);font-weight:800}.badges{display:flex;gap:10px;flex-wrap:wrap}.badges span{border:1px solid #555;padding:7px 10px;font-size:11px}.socials{display:flex;flex-wrap:wrap;gap:8px}.socials a{width:34px;height:34px;border:1px solid #555;border-radius:50%;display:grid;place-items:center;font-size:11px}.copyright{border-top:1px solid #333;margin-top:45px;padding-top:20px}.cookie{position:fixed;left:20px;right:20px;bottom:20px;background:#fff;border:1px solid #ddd;box-shadow:var(--shadow);padding:20px;border-radius:16px;display:none;align-items:center;justify-content:space-between;z-index:100;gap:20px}.cookie.show{display:flex}.cookie p{margin:4px 0}.cookie button{padding:10px 15px}.ai-launch{position:fixed;right:22px;bottom:22px;width:58px;height:58px;border-radius:50%;border:0;background:var(--gold);font-weight:900;z-index:90;box-shadow:var(--shadow)}.ai-panel{display:none;position:fixed;right:22px;bottom:92px;width:min(390px,calc(100vw - 30px));background:#fff;border-radius:18px;box-shadow:var(--shadow);overflow:hidden;z-index:95}.ai-panel.open{display:block}.ai-head{background:#111;color:#fff;padding:16px;display:flex;justify-content:space-between}.ai-close{background:none;border:0;color:#fff;font-size:25px}.ai-messages{height:260px;overflow:auto;padding:16px}.ai-messages p{background:var(--light);padding:10px;border-radius:10px}.ai-messages .user{background:#fff2bd}.ai-messages .bot{background:#efefef}#aiForm{display:flex;padding:12px;border-top:1px solid #ddd}#aiForm button{background:var(--gold);border:0;padding:0 16px}.reveal{opacity:0;transform:translateY(25px)}.reveal.visible{opacity:1;transform:none}@media(max-width:980px){.main-nav{display:none;position:absolute;left:0;right:0;top:84px;background:#fff;padding:20px;flex-direction:column;align-items:stretch}.main-nav.open{display:flex}.dropdown-menu{position:static;box-shadow:none;display:grid;padding-left:15px}.nav-toggle{display:block;background:none;border:0;font-size:28px}.cards{grid-template-columns:repeat(2,1fr)}.split,.contact-grid,.page-hero{grid-template-columns:1fr}.page-hero .container{padding:70px 24px}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.utility-in{display:block;text-align:center}.hero{min-height:700px}.hero h1,.page-hero h1,.title-band h1{font-size:45px}.metrics{gap:20px}.cards,.feature-grid,.footer-grid{grid-template-columns:1fr}.section{padding:65px 0}.video-shell{padding:25px 15px}.cookie{display:none;flex-direction:column;align-items:flex-start}.cookie.show{display:flex}.brand img{width:155px}.footer-banner .split{gap:20px}.page-hero>img{max-height:300px}.main-nav{top:76px}}/* Prime Shield corporate presentation refinements */
body{overflow-x:hidden}.utility a{color:#fff;font-weight:800}.utility i{color:var(--gold);font-style:normal;margin:0 8px}.site-header{box-shadow:0 8px 30px rgba(0,0,0,.08)}.brand{display:flex;align-items:center;min-width:270px}.brand img{width:270px;height:70px;object-fit:contain;object-position:left center}.main-nav>a,.dropdown>a{position:relative}.main-nav>a:not(.btn):after,.dropdown>a:after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:var(--gold);transition:.25s}.main-nav>a:not(.btn):hover:after,.dropdown>a:hover:after{right:0}.hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:7px;background:linear-gradient(90deg,#8a5d00,var(--gold),#fff1a8,var(--gold),#8a5d00)}.hero-content{z-index:2}.hero h1{text-shadow:0 5px 35px rgba(0,0,0,.45)}.hero p{color:#f1f1f1}.finance-strip{position:relative;overflow:hidden}.finance-strip:before{content:"";position:absolute;width:420px;height:420px;border:80px solid rgba(255,255,255,.18);border-radius:50%;right:-130px;top:-220px}.section-head h2{margin-top:10px}.card img{background:#111}.card h3{font-size:22px}.dark{background:radial-gradient(circle at 85% 20%,#252525 0,#0b0b0b 42%,#050505 100%)}.video-shell{box-shadow:0 25px 75px rgba(0,0,0,.22);border:1px solid #292929}.footer-banner{border-top:1px solid rgba(0,0,0,.12)}footer{background:linear-gradient(135deg,#050505,#141414)}.footer-logo{width:260px;max-height:110px;object-fit:contain;object-position:left center}.socials a{transition:.25s}.socials a:hover{background:var(--gold);border-color:var(--gold);color:#000;transform:translateY(-3px)}
@media(max-width:1100px){.main-nav{gap:15px;font-size:12px}.brand{min-width:220px}.brand img{width:220px}}
@media(max-width:980px){.brand{min-width:0}.brand img{width:230px;height:64px}.main-nav{top:84px;max-height:calc(100vh - 84px);overflow:auto;box-shadow:0 25px 40px rgba(0,0,0,.14)}.main-nav>a,.dropdown>a{padding:8px 0}.main-nav>a:after,.dropdown>a:after{display:none}}
@media(max-width:650px){.brand img{width:205px;height:60px}.utility{font-size:11px}.utility-in span{display:block}.hero-content{padding:85px 0}.hero p{font-size:18px}.main-nav{top:76px}}
/* V3 executive black-and-gold design system */
:root{--gold:#f6bd16;--gold-bright:#ffd95d;--gold-deep:#9c6800;--black:#030303;--black-2:#090909;--black-3:#111;--white:#fff;--soft:#d8d8d8;--muted:#9c9c9c;--border:rgba(246,189,22,.25);--shadow-gold:0 22px 70px rgba(246,189,22,.15)}
body{background:var(--black);color:var(--white);font-family:Inter,Arial,sans-serif}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:12px;top:12px;z-index:999;background:#fff;color:#000;padding:10px}.container{width:min(1280px,calc(100% - 40px))}.utility{background:linear-gradient(90deg,#bd7d00,#ffd85a,#bd7d00);color:#080808;font-weight:800}.utility a{color:#080808}.utility-in{min-height:42px;align-items:center}.pulse-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#080808;margin-right:9px;animation:pulse 1.8s infinite}.utility-contact{display:flex;gap:9px;align-items:center}.utility i{color:#5b3c00}.site-header{background:#050505!important;border-bottom:1px solid rgba(246,189,22,.3);box-shadow:0 12px 40px rgba(0,0,0,.55)}.nav-wrap{min-height:96px}.brand img{filter:brightness(0) invert(1);width:255px;height:76px}.main-nav{color:#fff;gap:22px}.main-nav>a,.dropdown>a{color:#fff;transition:.25s}.main-nav>a:not(.nav-cta):hover,.dropdown>a:hover{color:#fff;transform:translateY(-2px)}.main-nav>a:not(.nav-cta):after,.dropdown>a:after{height:3px;background:linear-gradient(90deg,var(--gold-deep),var(--gold-bright),#fff);box-shadow:0 0 12px rgba(255,213,72,.7);bottom:-11px}.dropdown-menu{background:#0b0b0b;border:1px solid var(--border);border-radius:0;padding:18px;box-shadow:0 30px 80px #000}.dropdown-menu a{color:#ddd;border-left:2px solid transparent}.dropdown-menu a:hover{background:#171717;color:#fff;border-color:var(--gold);padding-left:14px}.nav-cta{position:relative;background:var(--gold);color:#000!important;padding:14px 20px;overflow:hidden;isolation:isolate}.nav-cta:before{content:"";position:absolute;inset:0;background:#fff;transform:translateX(-105%) skewX(-15deg);transition:.35s;z-index:-1}.nav-cta:hover:before{transform:translateX(0) skewX(0)}.nav-cta:hover{color:#000!important;box-shadow:0 0 35px rgba(255,220,100,.42)}.nav-toggle span{display:block;width:27px;height:2px;background:#fff;margin:6px}.hero{min-height:810px}.hero>img{filter:saturate(.78) contrast(1.1);animation:heroZoom 14s ease-out both}.hero-overlay{background:linear-gradient(90deg,#000 0,rgba(0,0,0,.91) 35%,rgba(0,0,0,.5) 68%,rgba(0,0,0,.2))}.hero-grid-overlay{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:70px 70px;mask-image:linear-gradient(90deg,#000,transparent 75%)}.hero h1{font-size:clamp(56px,7.5vw,108px);letter-spacing:-.055em;max-width:1040px}.hero h1 em,.section h2 em{font-style:normal;color:var(--gold)}.hero-content{padding:130px 0 105px}.hero-content>p{font-size:20px;max-width:780px;border-left:3px solid var(--gold);padding-left:20px}.btn{border-radius:0;min-height:54px;transition:.28s;position:relative;overflow:hidden}.btn:hover{transform:translateY(-3px)}.btn-gold{background:linear-gradient(110deg,var(--gold-deep),var(--gold-bright),var(--gold));box-shadow:var(--shadow-gold)}.btn-gold:hover{background:#fff;color:#000;box-shadow:0 18px 50px rgba(255,255,255,.18)}.btn-glass{border:1px solid rgba(255,255,255,.7);background:rgba(0,0,0,.35);color:#fff;backdrop-filter:blur(12px)}.btn-glass:hover,.btn-outline-gold:hover{background:#fff;color:#000;border-color:#fff}.btn-black{background:#050505;color:#fff}.btn-white{background:#fff;color:#000}.btn-outline-gold{border:1px solid var(--gold);color:#fff;background:transparent}.hero-trust{display:grid;grid-template-columns:repeat(4,1fr);max-width:940px;border-top:1px solid rgba(255,255,255,.22);margin-top:62px;padding-top:25px}.hero-trust span{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:#c7c7c7;border-right:1px solid rgba(255,255,255,.18);padding:0 22px}.hero-trust span:first-child{padding-left:0}.hero-trust b{display:block;font-size:28px;color:#fff;letter-spacing:0}.scroll-cue{position:absolute;right:35px;bottom:30px;z-index:2;writing-mode:vertical-rl;text-transform:uppercase;font-size:10px;letter-spacing:.2em}.scroll-cue span{color:var(--gold);font-size:20px;margin-top:10px}.brand-ticker{overflow:hidden;background:#0b0b0b;border-top:1px solid #222;border-bottom:1px solid #222;padding:18px 0}.ticker-track{display:flex;gap:32px;white-space:nowrap;justify-content:center;font-weight:900;letter-spacing:.13em;font-size:12px}.ticker-track i{color:var(--gold);font-style:normal}.finance-premium{background:linear-gradient(112deg,#a96d00 0,#f2b400 35%,#ffe584 70%,#c68700 100%);color:#090909;padding:52px 0}.finance-grid{display:grid;grid-template-columns:90px 1fr auto;align-items:center;gap:35px}.finance-number{font-size:76px;font-weight:950;line-height:1;color:rgba(0,0,0,.25)}.finance-premium h2{font-size:clamp(30px,4vw,50px);margin:5px 0 10px;line-height:1.05}.finance-premium p{max-width:850px}.dark-text{color:#111}.section-black{background:#050505}.split-head{display:grid;grid-template-columns:1.2fr .8fr;gap:80px;align-items:end}.split-head>p{color:#aaa;font-size:18px}.section-head h2{font-size:clamp(40px,5vw,70px);letter-spacing:-.04em}.service-showcase{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#1d1d1d;border:1px solid #1d1d1d}.service-tile{height:440px;position:relative;overflow:hidden;background:#111}.service-tile a,.service-tile img,.service-shade{position:absolute;inset:0;width:100%;height:100%}.service-tile img{object-fit:cover;filter:grayscale(.3) brightness(.72);transition:.65s}.service-shade{background:linear-gradient(180deg,rgba(0,0,0,.1),rgba(0,0,0,.92))}.service-index{position:absolute;top:22px;right:24px;color:var(--gold);font-weight:900;z-index:2}.service-copy{position:absolute;left:28px;right:28px;bottom:28px;z-index:2;transition:.35s}.service-copy h3{font-size:27px;margin:0 0 8px}.service-copy p{color:#d0d0d0;max-height:0;opacity:0;overflow:hidden;transition:.4s}.service-copy strong{color:var(--gold);font-size:12px;text-transform:uppercase;letter-spacing:.12em}.service-tile:hover img{transform:scale(1.08);filter:grayscale(0) brightness(.85)}.service-tile:hover .service-copy{transform:translateY(-10px)}.service-tile:hover p{max-height:100px;opacity:1}.story-section{background:#0a0a0a}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:95px;align-items:center}.story-images{position:relative;padding:0 55px 70px 0}.story-main{width:100%;height:600px;object-fit:cover}.story-small{position:absolute;right:0;bottom:0;width:47%;height:270px;object-fit:cover;border:9px solid #0a0a0a}.experience-seal{position:absolute;left:-25px;bottom:30px;width:175px;height:175px;border-radius:50%;background:var(--gold);color:#000;display:grid;place-content:center;text-align:center;box-shadow:var(--shadow-gold)}.experience-seal b{font-size:47px;line-height:1}.experience-seal span{font-size:11px;text-transform:uppercase;font-weight:900;letter-spacing:.1em}.story-grid h2{font-size:clamp(42px,5vw,67px);letter-spacing:-.04em}.story-grid p{color:#bdbdbd;font-size:17px}.value-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:35px 0}.value-grid span{border-top:1px solid #333;padding-top:14px;color:#aaa}.value-grid b{display:block;color:#fff;font-size:18px}.text-link{font-weight:900;color:var(--gold);border-bottom:1px solid var(--gold);padding-bottom:5px}.video-stage{position:relative;background:#020202;padding:110px 0;overflow:hidden}.video-light{position:absolute;width:700px;height:700px;border-radius:50%;background:rgba(246,189,22,.14);filter:blur(130px);left:50%;top:50%;transform:translate(-50%,-50%)}.video-heading{text-align:center;position:relative}.video-heading h2{font-size:clamp(42px,6vw,78px);line-height:1;letter-spacing:-.045em}.video-heading p{color:#aaa}.cinema-frame{position:relative;max-width:1080px;margin:55px auto 0;border:1px solid var(--gold);padding:10px;background:#080808;box-shadow:0 35px 120px rgba(0,0,0,.8),0 0 55px rgba(246,189,22,.16)}.cinema-frame iframe,.video-poster{width:100%;aspect-ratio:16/9;border:0}.video-poster{position:relative;overflow:hidden}.video-poster img,.video-poster-overlay{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.video-poster-overlay{background:linear-gradient(90deg,rgba(0,0,0,.9),rgba(0,0,0,.2))}.play-button{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:105px;height:105px;border:2px solid #fff;border-radius:50%;display:grid;place-items:center;background:rgba(0,0,0,.42);box-shadow:0 0 0 16px rgba(255,255,255,.08);animation:playPulse 2s infinite}.play-button span{font-size:35px;margin-left:8px}.video-caption{position:absolute;left:45px;bottom:38px;max-width:470px}.video-caption small{color:var(--gold);letter-spacing:.2em}.video-caption strong{display:block;font-size:28px}.video-caption p{margin:5px 0;color:#ddd}.process-section{background:#101010}.process-line{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid #3a3a3a}.process-line article{padding:35px 25px;border-right:1px solid #292929;position:relative}.process-line article:before{content:"";position:absolute;top:-5px;left:25px;width:9px;height:9px;background:var(--gold);border-radius:50%}.process-line b{color:var(--gold)}.process-line h3{font-size:23px}.process-line p{color:#aaa}.coverage-section{background:#050505}.coverage-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:center}.coverage-grid h2{font-size:clamp(44px,6vw,75px)}.coverage-grid p{color:#aaa;font-size:18px}.area-pills{display:flex;flex-wrap:wrap;gap:8px;margin:25px 0 30px}.area-pills a{border:1px solid #333;padding:8px 12px;color:#ddd;font-size:13px}.area-pills a:hover{border-color:var(--gold);color:var(--gold)}.map-frame{position:relative;border:1px solid var(--border);padding:8px}.map-frame iframe{width:100%;height:610px;border:0;filter:grayscale(1) invert(.9) contrast(.9)}.map-badge{position:absolute;left:28px;bottom:28px;background:#050505;border-left:4px solid var(--gold);padding:18px 25px}.map-badge span{display:block;color:#aaa}.insights-section{background:#0b0b0b}.insight-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.insight-card{background:#111;border:1px solid #222;transition:.35s}.insight-card:hover{transform:translateY(-8px);border-color:var(--gold);box-shadow:var(--shadow-gold)}.insight-card img{height:240px;width:100%;object-fit:cover}.insight-card div{padding:28px}.insight-card small,.insight-card strong{color:var(--gold)}.insight-card h3{font-size:24px}.insight-card p{color:#aaa}.footer-cta{background:linear-gradient(110deg,#9c6500,#f6bd16 45%,#ffe58c);color:#080808;padding:65px 0}.footer-cta-grid{display:grid;grid-template-columns:1fr auto;gap:50px;align-items:center}.footer-cta h2{font-size:clamp(34px,4.5vw,58px);margin:8px 0}.footer-cta .eyebrow{color:#111}.footer-cta-actions{display:flex;gap:12px;flex-wrap:wrap}.mega-footer{position:relative;background:#030303;color:#aaa;padding:90px 0 30px;overflow:hidden}.footer-glow{position:absolute;width:500px;height:500px;background:rgba(246,189,22,.08);filter:blur(130px);left:-200px;top:-180px}.footer-grid{position:relative;grid-template-columns:1.45fr repeat(4,1fr);gap:45px}.footer-logo{filter:brightness(0) invert(1);width:275px}.footer-brand p{line-height:1.8}.mega-footer h3{color:#fff;text-transform:uppercase;letter-spacing:.12em;font-size:13px;border-bottom:1px solid #282828;padding-bottom:12px}.mega-footer a{color:#aaa;transition:.2s}.mega-footer a:hover{color:var(--gold);padding-left:4px}.license-card{border:1px solid var(--border);border-left:4px solid var(--gold);padding:18px;margin:22px 0}.license-card strong,.license-card span,.license-card small{display:block}.license-card strong{color:#fff}.license-card span{color:var(--gold);font-weight:900}.license-card small{margin-top:6px}.footer-more{color:var(--gold)!important}.connect-title{margin-top:30px}.socials a{color:#fff!important;border-color:#444}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid #252525;margin-top:55px;padding-top:24px;font-size:12px}.cookie{background:#0c0c0c;color:#fff;border:1px solid var(--gold);border-radius:0;left:30px;right:30px;bottom:25px}.cookie-icon{font-size:34px;color:var(--gold)}.cookie-copy{flex:1}.cookie-copy p{color:#aaa}.cookie-copy a{color:var(--gold)}.cookie-actions{display:flex;gap:10px}.cookie-actions button{background:#222;color:#fff;border:1px solid #444}.ai-launch{width:82px;height:82px;background:linear-gradient(135deg,var(--gold-bright),var(--gold-deep));display:grid;place-content:center;right:24px;bottom:24px}.ai-launch span{font-size:24px}.ai-launch small{font-size:9px}.ai-panel{background:#0c0c0c;color:#fff;border:1px solid var(--gold);border-radius:0}.ai-head{background:#050505;border-bottom:1px solid #333}.ai-head small{display:block;color:var(--gold)}.ai-messages .bot{background:#1a1a1a;color:#ddd}.ai-messages .user{background:#6c4a00;color:#fff}.ai-chips{display:flex;gap:6px;padding:0 12px 10px;flex-wrap:wrap}.ai-chips button{background:#171717;color:#ddd;border:1px solid #333;padding:7px}.contact-title{background:radial-gradient(circle at 80%,#3b2900,#080808 48%)}.contact-premium{display:grid;grid-template-columns:1.35fr .65fr;gap:35px}.contact-form-shell{background:#0e0e0e;border:1px solid #252525;padding:45px}.form-heading h2{font-size:40px}.form-heading p{color:#aaa}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form label{color:#ddd}.form input,.form select,.form textarea{background:#080808;border:1px solid #333;color:#fff;border-radius:0}.form input:focus,.form select:focus,.form textarea:focus{outline:1px solid var(--gold);border-color:var(--gold)}.captcha-setup{display:flex;gap:14px;align-items:center;border:1px dashed #5a5a5a;padding:15px}.captcha-setup>span{font-size:28px;color:var(--gold)}.captcha-setup small{display:block;color:#999}.premium-aside{border-radius:0;border-top:5px solid var(--gold)}.premium-aside>a{display:block;margin:12px 0}.spanish-phone{font-size:19px;color:#fff}.contact-facts{display:grid;gap:14px;margin:32px 0}.contact-facts span{border-top:1px solid #333;padding-top:12px}.contact-facts b{display:block;color:var(--gold)}.emergency-box{background:#221900;border:1px solid var(--gold);padding:20px}.contact-map{position:relative;height:620px}.contact-map iframe{width:100%;height:100%;border:0;filter:grayscale(1) contrast(.85)}.map-contact-card{position:absolute;left:max(30px,calc((100vw - 1280px)/2));top:50%;transform:translateY(-50%);background:#050505;border-left:5px solid var(--gold);padding:40px;width:min(430px,calc(100% - 60px));box-shadow:0 30px 90px rgba(0,0,0,.65)}.map-contact-card h2{font-size:40px}.map-contact-card a{color:var(--gold);font-weight:900}.blog-hero{background:#050505}.article-meta{display:flex;gap:20px;flex-wrap:wrap;color:var(--gold);font-size:12px;text-transform:uppercase;letter-spacing:.1em}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:70px;padding-top:85px;padding-bottom:100px}.article-main{max-width:860px}.article-main h2{font-size:38px;margin-top:60px}.article-main p,.article-main li{color:#c0c0c0;font-size:18px}.article-main .lead{font-size:23px;color:#fff}.article-toc{display:grid;gap:8px;background:#111;border-left:4px solid var(--gold);padding:24px;margin:35px 0}.article-toc strong{color:var(--gold)}.article-toc a{color:#ccc}.article-check-grid{display:grid;grid-template-columns:1fr 1fr;gap:2px;background:#222}.article-check-grid span{background:#0d0d0d;padding:18px}.article-check-grid span:before{content:"✓";color:var(--gold);margin-right:10px}.article-callout{background:linear-gradient(135deg,#211700,#0d0d0d);border:1px solid var(--gold);padding:30px;margin:45px 0}.article-callout strong{font-size:24px;color:var(--gold)}.article-callout a{color:var(--gold);font-weight:900}.authority-links{display:grid;grid-template-columns:1fr 1fr;gap:10px}.authority-links a{border:1px solid #333;padding:14px;color:#ddd}.authority-links a:hover{border-color:var(--gold);color:var(--gold)}.faq-stack details{border-bottom:1px solid #333;padding:18px 0}.faq-stack summary{font-weight:900;font-size:19px;cursor:pointer}.article-actions{display:flex;gap:12px;margin-top:50px}.article-sidebar{padding-top:30px}.sidebar-card{background:#111;border:1px solid #2a2a2a;padding:28px;margin-bottom:20px;position:sticky;top:130px}.sidebar-card+.sidebar-card{position:static}.sidebar-card h3{font-size:25px}.sidebar-card>a:not(.btn){display:block;padding:9px 0;border-bottom:1px solid #292929}.sidebar-phone{color:var(--gold)!important;font-size:23px;font-weight:900;border:0!important;text-align:center}
@keyframes pulse{0%,100%{box-shadow:0 0 0 0 rgba(0,0,0,.35)}50%{box-shadow:0 0 0 7px rgba(0,0,0,0)}}@keyframes heroZoom{from{transform:scale(1.07)}to{transform:scale(1)}}@keyframes playPulse{0%,100%{box-shadow:0 0 0 10px rgba(255,255,255,.07)}50%{box-shadow:0 0 0 22px rgba(255,255,255,.02)}}
@media(max-width:1120px){.main-nav{gap:12px;font-size:11px}.brand img{width:215px}.footer-grid{grid-template-columns:1.4fr repeat(2,1fr)}.service-showcase{grid-template-columns:repeat(2,1fr)}}
@media(max-width:980px){.main-nav{background:#050505;border-top:1px solid #333;top:96px}.main-nav>a,.dropdown>a{color:#fff}.dropdown-menu{background:#0b0b0b}.hero-trust{grid-template-columns:repeat(2,1fr);gap:20px}.finance-grid,.split-head,.story-grid,.coverage-grid,.footer-cta-grid,.contact-premium,.article-layout{grid-template-columns:1fr}.finance-number{display:none}.process-line{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}.article-sidebar{padding-top:0}.sidebar-card{position:static}.story-grid{gap:50px}.coverage-grid{gap:40px}}
@media(max-width:650px){.container{width:min(100% - 28px,1280px)}.utility-in,.utility-contact{display:block;text-align:center}.utility-contact i{display:none}.utility-contact a{display:inline-block;margin:2px 5px}.nav-wrap{min-height:80px}.brand img{width:190px;height:58px}.main-nav{top:80px}.hero{min-height:790px}.hero-content{padding:100px 0 80px}.hero h1{font-size:52px}.hero-content>p{font-size:17px}.hero-trust{grid-template-columns:1fr 1fr}.hero-trust span{padding:0 8px;border:0}.hero-trust b{font-size:22px}.scroll-cue{display:none}.finance-premium{padding:35px 0}.service-showcase,.insight-grid,.value-grid,.article-check-grid,.authority-links,.form-row{grid-template-columns:1fr}.service-tile{height:390px}.story-images{padding-right:25px}.story-main{height:420px}.story-small{height:190px}.experience-seal{width:135px;height:135px;left:-5px}.video-stage{padding:75px 0}.video-caption{left:20px;bottom:15px}.video-caption strong{font-size:19px}.video-caption p{display:none}.play-button{width:70px;height:70px}.process-line{grid-template-columns:1fr}.map-frame iframe{height:440px}.footer-grid{grid-template-columns:1fr}.footer-bottom{display:block}.cookie{left:12px;right:12px;bottom:12px;display:none}.cookie.show{display:block}.cookie-icon{display:none}.cookie-actions{margin-top:12px}.footer-cta-actions,.article-actions{display:grid}.contact-form-shell{padding:24px 18px}.contact-map{height:680px}.map-contact-card{left:15px;width:calc(100% - 30px);top:auto;bottom:20px;transform:none;padding:25px}.article-layout{padding-top:45px;gap:35px}.article-main h2{font-size:31px}.page-hero.compact{min-height:auto}.page-hero>img{height:280px}.footer-cta{padding:45px 0}}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.gallery-grid figure{margin:0;background:#111;border:1px solid #222;overflow:hidden}.gallery-grid img{width:100%;height:310px;object-fit:cover;transition:.5s}.gallery-grid figure:hover img{transform:scale(1.05)}.gallery-grid figcaption{padding:12px;color:#999;font-size:11px;text-transform:uppercase;letter-spacing:.1em}@media(max-width:900px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.gallery-grid{grid-template-columns:1fr}.gallery-grid img{height:260px}}

/* V4 logo, navigation, About page and Roofing AI profile enhancements */
.brand{display:flex;align-items:center;background:#050505;padding:5px 12px;border:1px solid rgba(246,189,22,.2)}
.brand img{width:238px;height:72px;object-fit:contain;object-position:center;filter:none}
.site-header{background:#020202}
.ai-launch{overflow:visible;border:2px solid var(--gold);padding:0;background:#050505;box-shadow:0 0 0 5px rgba(246,189,22,.15),0 16px 45px rgba(0,0,0,.55)}
.ai-launch img{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block}
.ai-launch small{position:absolute;bottom:-11px;left:50%;transform:translateX(-50%);white-space:nowrap;background:#050505;color:var(--gold);border:1px solid var(--gold);padding:3px 8px;font-weight:900;letter-spacing:.06em}
.ai-head{display:flex;align-items:center;gap:12px}
.ai-profile{width:52px;height:52px;border-radius:50%;object-fit:cover;border:2px solid var(--gold);box-shadow:0 0 0 4px rgba(246,189,22,.12)}
.about-hero .page-hero-overlay{background:linear-gradient(90deg,rgba(0,0,0,.94) 0%,rgba(0,0,0,.72) 48%,rgba(0,0,0,.2) 100%)}
.about-credential-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2px;background:#262626;border:1px solid #262626}
.about-credential-grid article{background:#0a0a0a;padding:34px 26px;min-height:235px;transition:.3s}
.about-credential-grid article:hover{background:#111;transform:translateY(-5px)}
.about-credential-grid b{display:block;color:var(--gold);font-size:27px;margin-bottom:20px}
.about-credential-grid h3{font-size:24px;color:#fff}
.about-credential-grid p{color:#aaa}
@media(max-width:1100px){.brand img{width:195px;height:60px}.about-credential-grid{grid-template-columns:1fr 1fr}}
@media(max-width:650px){.brand{padding:3px 7px}.brand img{width:165px;height:52px}.about-credential-grid{grid-template-columns:1fr}.ai-launch{width:68px;height:68px}}
/* ==========================================================
   PRIME SHIELD ROOFING â€” PRIVACY POLICY
   Paste this entire block at the END of the existing main CSS
   file inside: public_html/wrenchworksusa/assets/css
   ========================================================== */

.privacy-policy {
    width: min(100%, 960px);
    margin: 0 auto;
    color: #c8c8c8;
    line-height: 1.8;
}

.privacy-policy a {
    color: var(--gold);
    text-decoration: underline;
    text-decoration-color: rgba(246, 189, 22, .45);
    text-underline-offset: 3px;
}

.privacy-policy a:hover {
    color: var(--gold-bright, #ffd85a);
    text-decoration-color: currentColor;
}

.privacy-policy__toc,
.privacy-policy__notice,
.privacy-policy__contact {
    background: linear-gradient(135deg, #181200, #0b0b0b 58%);
    border: 1px solid #333;
    border-left: 4px solid var(--gold);
    box-shadow: 0 24px 65px rgba(0, 0, 0, .28);
}

.privacy-policy__toc {
    margin: 0 0 30px;
    padding: 24px 26px;
}

.privacy-policy__toc > strong {
    display: block;
    margin-bottom: 15px;
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.privacy-policy__toc-links {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.privacy-policy__toc-links a {
    padding: 8px 11px;
    color: #ddd;
    background: #111;
    border: 1px solid #333;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .05em;
    transition: .25s ease;
}

.privacy-policy__toc-links a:hover {
    color: #050505;
    background: var(--gold);
    border-color: var(--gold);
}

.privacy-policy__notice {
    margin: 0 0 50px;
    padding: 27px 30px;
}

.privacy-policy__notice p:last-child {
    margin-bottom: 0;
}

.privacy-policy__section {
    padding: 5px 0 18px;
    scroll-margin-top: 130px;
}

.privacy-policy__section + .privacy-policy__section {
    margin-top: 22px;
    padding-top: 34px;
    border-top: 1px solid #2b2b2b;
}

.privacy-policy__section h2 {
    position: relative;
    margin: 0 0 22px;
    padding: 0 0 13px;
    color: #fff;
    font-size: clamp(27px, 3.5vw, 39px);
    line-height: 1.15;
    letter-spacing: -.025em;
}

.privacy-policy__section h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 76px;
    height: 3px;
    background: linear-gradient(90deg, var(--gold), transparent);
}

.privacy-policy__section h3 {
    margin: 29px 0 10px;
    color: var(--gold);
    font-size: 20px;
    line-height: 1.35;
}

.privacy-policy p,
.privacy-policy li {
    color: #c3c3c3;
    font-size: 17px;
}

.privacy-policy p {
    margin: 0 0 18px;
}

.privacy-policy ul {
    margin: 14px 0 24px;
    padding-left: 25px;
}

.privacy-policy li {
    margin-bottom: 9px;
    padding-left: 4px;
}

.privacy-policy li::marker {
    color: var(--gold);
}

.privacy-policy strong {
    color: #fff;
}

.privacy-policy__contact {
    display: grid;
    gap: 7px;
    margin: 25px 0;
    padding: 27px 30px;
    font-style: normal;
}

.privacy-policy__contact strong {
    margin-bottom: 5px;
    color: var(--gold);
    font-size: 22px;
}

.privacy-policy__contact span {
    display: block;
}

.privacy-policy__effective {
    display: grid;
    gap: 7px;
    margin-top: 34px;
    padding: 25px 0 5px;
    border-top: 1px solid var(--gold);
    color: #999;
}

.privacy-policy__effective strong {
    color: var(--gold);
}

@media (max-width: 650px) {
    .privacy-policy__toc,
    .privacy-policy__notice,
    .privacy-policy__contact {
        padding: 21px 18px;
    }

    .privacy-policy__toc-links {
        display: grid;
        grid-template-columns: 1fr;
    }

    .privacy-policy__toc-links a {
        padding: 10px 12px;
    }

    .privacy-policy__section {
        scroll-margin-top: 105px;
    }

    .privacy-policy p,
    .privacy-policy li {
        font-size: 16px;
    }

    .privacy-policy ul {
        padding-left: 21px;
    }
}

/* ==========================================================
   PRIME SHIELD ROOFING — TERMS AND CONDITIONS PAGE
   Paste this block at the END of the website's main CSS file.
   ========================================================== */

.terms-policy {
    width: min(100%, 980px);
    margin: 0 auto;
    color: var(--ink, #171717);
    line-height: 1.72;
}

.terms-policy a {
    color: #9a6a00;
    font-weight: 800;
    text-decoration: underline;
    text-decoration-color: rgba(154, 106, 0, .35);
    text-underline-offset: 3px;
}

.terms-policy a:hover {
    color: #6f4c00;
    text-decoration-color: currentColor;
}

.terms-policy__toc,
.terms-policy__notice,
.terms-policy__contact {
    border: 1px solid var(--line, #ddd);
    border-radius: var(--radius, 18px);
    box-shadow: 0 12px 36px rgba(0, 0, 0, .06);
}

.terms-policy__toc {
    margin: 0 0 26px;
    padding: 24px;
    background: #0b0b0b;
    color: #fff;
}

.terms-policy__toc > strong {
    display: block;
    margin-bottom: 14px;
    color: var(--gold, #f5b900);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.terms-policy__toc-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.terms-policy__toc-links a {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.terms-policy__toc-links a:hover {
    border-color: var(--gold, #f5b900);
    background: rgba(245, 185, 0, .12);
    color: var(--gold2, #ffd85a);
}

.terms-policy__notice {
    margin: 0 0 42px;
    padding: 26px 28px;
    border-left: 6px solid var(--gold, #f5b900);
    background: #fff8d9;
}

.terms-policy__notice p:last-child {
    margin-bottom: 0;
}

.terms-policy__section {
    padding: 8px 0 32px;
    scroll-margin-top: 120px;
}

.terms-policy__section + .terms-policy__section {
    padding-top: 34px;
    border-top: 1px solid var(--line, #ddd);
}

.terms-policy__section h2 {
    position: relative;
    margin: 0 0 22px;
    padding-bottom: 14px;
    color: #111;
    font-size: clamp(25px, 3vw, 34px);
    line-height: 1.18;
}

.terms-policy__section h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 56px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--gold2, #ffd85a), var(--gold, #f5b900));
    content: "";
}

.terms-policy__section h3 {
    margin: 25px 0 10px;
    color: #191919;
    font-size: 20px;
    line-height: 1.3;
}

.terms-policy p,
.terms-policy li {
    font-size: 17px;
}

.terms-policy p {
    margin: 0 0 18px;
}

.terms-policy ul {
    margin: 8px 0 22px;
    padding-left: 26px;
}

.terms-policy li {
    margin-bottom: 10px;
}

.terms-policy li::marker {
    color: #b27b00;
}

.terms-policy strong {
    color: #111;
}

.terms-policy__section--important {
    margin: 18px 0 34px;
    padding: 30px;
    border: 1px solid #d8bd61;
    border-radius: var(--radius, 18px);
    background: linear-gradient(145deg, #fffdf5, #fff8d9);
}

.terms-policy__section--important + .terms-policy__section,
.terms-policy__section + .terms-policy__section--important {
    border-top: 0;
}

.terms-policy__contact {
    display: grid;
    gap: 7px;
    margin-top: 20px;
    padding: 27px 30px;
    border-left: 6px solid var(--gold, #f5b900);
    background: var(--light, #f5f5f3);
    font-style: normal;
}

.terms-policy__contact strong {
    margin-bottom: 5px;
    font-size: 21px;
}

.terms-policy__contact span {
    display: block;
}

.terms-policy__effective {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 16px;
    padding: 25px 0 4px;
    border-top: 3px solid #111;
    font-size: 14px;
}

.terms-policy__effective strong {
    color: #111;
}

@media (max-width: 760px) {
    .terms-policy__toc,
    .terms-policy__notice,
    .terms-policy__contact,
    .terms-policy__section--important {
        padding: 21px;
    }

    .terms-policy__toc-links {
        grid-template-columns: 1fr;
    }

    .terms-policy__section {
        padding-bottom: 26px;
    }

    .terms-policy p,
    .terms-policy li {
        font-size: 16px;
    }

    .terms-policy ul {
        padding-left: 22px;
    }

    .terms-policy__effective {
        flex-direction: column;
        gap: 6px;
    }
}

/* ==========================================================
   PRIME SHIELD ROOFING — COOKIE PREFERENCE CENTER
   Paste at the end of the existing main stylesheet.
   ========================================================== */

.cookie-preferences {
    width: min(100%, 960px);
    margin: 0 auto;
    color: #c3c3c3;
    line-height: 1.8;
}

.cookie-preferences a {
    color: var(--gold);
    font-weight: 800;
    text-decoration: underline;
    text-decoration-color: rgba(246, 189, 22, .45);
    text-underline-offset: 3px;
}

.cookie-preferences a:hover {
    color: var(--gold2, #ffd85a);
    text-decoration-color: currentColor;
}

.cookie-preferences__notice,
.cookie-preferences__identity,
.cookie-preferences__manager,
.cookie-preferences__information {
    background: linear-gradient(135deg, #181200, #0b0b0b 58%);
    border: 1px solid #2f2f2f;
    border-left: 4px solid var(--gold);
    box-shadow: 0 24px 65px rgba(0, 0, 0, .28);
}

.cookie-preferences__notice {
    margin-bottom: 28px;
    padding: 32px;
}

.cookie-preferences__eyebrow {
    display: block;
    margin-bottom: 10px;
    color: var(--gold);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .15em;
}

.cookie-preferences__notice h2,
.cookie-preferences__manager h2,
.cookie-preferences__information h2 {
    margin: 0 0 20px;
    color: #fff;
    font-size: clamp(27px, 4vw, 42px);
    line-height: 1.15;
}

.cookie-preferences p,
.cookie-preferences li {
    color: #c3c3c3;
    font-size: 17px;
}

.cookie-preferences p {
    margin: 0 0 18px;
}

.cookie-preferences p:last-child {
    margin-bottom: 0;
}

.cookie-preferences strong {
    color: #fff;
}

.cookie-preferences__identity {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    margin-bottom: 28px;
    padding: 0;
    overflow: hidden;
}

.cookie-preferences__identity-item {
    min-width: 0;
    padding: 23px 27px;
    background: #0d0d0d;
}

.cookie-preferences__identity-item span {
    display: block;
    margin-bottom: 5px;
    color: var(--gold);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.cookie-preferences__identity-item strong {
    display: block;
    overflow-wrap: anywhere;
    font-size: 14px;
}

.cookie-preferences__manager {
    padding: 32px;
}

.cookie-preferences__manager-heading {
    margin-bottom: 28px;
}

.cookie-category {
    margin-top: 16px;
    padding: 25px;
    background: #0e0e0e;
    border: 1px solid #303030;
    transition: border-color .2s ease;
}

.cookie-category:hover {
    border-color: #575757;
}

.cookie-category--required {
    background: linear-gradient(135deg, #171200, #0d0d0d);
    border-color: rgba(246, 189, 22, .55);
}

.cookie-category__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 13px;
}

.cookie-category__header h3 {
    margin: 0 0 4px;
    color: #fff;
    font-size: 22px;
    line-height: 1.3;
}

.cookie-category__status {
    color: #999;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .09em;
}

.cookie-category__status--active {
    color: var(--gold);
}

.cookie-category p {
    padding-right: 70px;
    font-size: 16px;
}

.cookie-switch {
    position: relative;
    display: inline-flex;
    flex: 0 0 auto;
    width: 58px;
    height: 32px;
}

.cookie-switch input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.cookie-switch__slider {
    position: absolute;
    inset: 0;
    cursor: pointer;
    background: #333;
    border: 1px solid #555;
    border-radius: 999px;
    transition: .25s ease;
}

.cookie-switch__slider::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 22px;
    height: 22px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .4);
    transition: .25s ease;
}

.cookie-switch input:checked + .cookie-switch__slider {
    background: var(--gold);
    border-color: var(--gold);
}

.cookie-switch input:checked + .cookie-switch__slider::before {
    transform: translateX(26px);
    background: #090909;
}

.cookie-switch input:focus-visible + .cookie-switch__slider {
    outline: 3px solid rgba(246, 189, 22, .35);
    outline-offset: 3px;
}

.cookie-switch--locked {
    opacity: .75;
}

.cookie-switch--locked .cookie-switch__slider {
    cursor: not-allowed;
}

.cookie-preferences__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.cookie-preferences__accept {
    background: transparent;
    color: #fff;
    border: 1px solid #666;
}

.cookie-preferences__accept:hover {
    color: #080808;
    background: #fff;
    border-color: #fff;
}

.cookie-preferences__message {
    margin-top: 22px;
    padding: 15px 18px;
    color: #080808;
    background: var(--gold);
    border-left: 5px solid #fff;
    font-weight: 900;
}

.cookie-preferences__information {
    margin-top: 28px;
    padding: 32px;
}

.cookie-preferences__information ul {
    margin: 18px 0 25px;
    padding-left: 25px;
}

.cookie-preferences__information li {
    margin-bottom: 9px;
    padding-left: 5px;
}

.cookie-preferences__information li::marker {
    color: var(--gold);
}

@media (max-width: 700px) {
    .cookie-preferences__notice,
    .cookie-preferences__manager,
    .cookie-preferences__information {
        padding: 24px 20px;
    }

    .cookie-preferences__identity {
        grid-template-columns: 1fr;
    }

    .cookie-category {
        padding: 21px 18px;
    }

    .cookie-category__header {
        align-items: flex-start;
    }

    .cookie-category p {
        padding-right: 0;
    }

    .cookie-preferences__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .cookie-preferences__actions .btn {
        width: 100%;
    }
}

/* V5 shared readability, motion, career, FAQ, resource and footer refinements */
body{color:#f2f2f2;background:#050505}.prose,.article-main,.information-page{color:#dedede}.prose :where(.feature-grid,.career-card,.faq-columns details,.sitemap-grid section,.partner-grid a,.authority-groups section,.information-page,.legal-document section){color:#171717}.prose :where(.feature-grid,.career-card,.faq-columns details,.sitemap-grid section,.partner-grid a,.authority-groups section,.information-page,.legal-document section) :where(h2,h3,strong,summary,p,li,span){color:#171717}.prose :where(.feature-grid,.career-card,.faq-columns details,.sitemap-grid section,.partner-grid a,.authority-groups section,.information-page,.legal-document section) a{color:#765000}.offer-ticker{overflow:hidden;background:#080808;border-bottom:1px solid rgba(246,189,22,.45);color:#fff}.offer-track{display:flex;width:max-content;align-items:center;gap:30px;padding:10px 0;white-space:nowrap;animation:offerMarquee 32s linear infinite}.offer-track:hover{animation-play-state:paused}.offer-track a{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.offer-track i{color:var(--gold);font-style:normal}@keyframes offerMarquee{to{transform:translateX(-50%)}}
.hero-media,.hero-slide{position:absolute;inset:0;width:100%;height:100%}.hero-slide{object-fit:cover;opacity:0;transform:scale(1.035);transition:opacity 1.8s ease,transform 8s ease;filter:saturate(.82) contrast(1.08)}.hero-slide.is-active{opacity:1;transform:scale(1)}.hero-rotator>.hero-overlay,.hero-rotator>.hero-grid-overlay{z-index:1}.hero-rotator .hero-content,.hero-rotator .scroll-cue{z-index:2}.about-carousel{position:relative;min-height:610px;background:#0b0b0b;overflow:hidden;border:1px solid #292929}.about-carousel__slide{position:absolute;inset:0;margin:0;opacity:0;transition:opacity 1.2s ease}.about-carousel__slide.is-active{opacity:1}.about-carousel__slide img{width:100%;height:100%;object-fit:cover}.carousel-prev,.carousel-next{position:absolute;top:50%;z-index:2;width:48px;height:48px;border:1px solid var(--gold);background:rgba(0,0,0,.72);color:#fff;font-size:30px;cursor:pointer}.carousel-prev{left:15px}.carousel-next{right:15px}.carousel-dots{position:absolute;left:0;right:0;bottom:18px;z-index:2;display:flex;justify-content:center;gap:8px}.carousel-dots button{width:10px;height:10px;padding:0;border:1px solid #fff;border-radius:50%;background:transparent}.carousel-dots button.is-active{background:var(--gold);border-color:var(--gold)}
.footer-cta{background:#202020;color:#fff}.footer-cta p{color:#e4e4e4}.footer-connect{display:flex;align-items:center;gap:24px;border-top:1px solid #303030;margin-top:35px;padding-top:28px}.footer-connect h3{margin:0}.footer-connect .socials{display:flex;flex-wrap:nowrap;gap:10px}.footer-brand p:last-child a{display:inline;margin:0 4px}.ai-plus{position:absolute;right:-5px;top:-8px;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:var(--gold);color:#000;border:2px solid #050505;font-size:18px;z-index:3}.ai-panel{color:#171717}.ai-messages p,.ai-panel input{color:#171717;background:#fff}.home-faqs{background:#0b0b0b}.home-faq-grid,.faq-columns{display:grid;grid-template-columns:1fr 1fr;gap:12px}.home-faq-grid details,.faq-columns details{background:#fff;color:#171717;border-left:4px solid var(--gold);padding:0 20px}.home-faq-grid summary,.faq-columns summary{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:18px 0;cursor:pointer;color:#171717;font-weight:850}.home-faq-grid summary span{color:#9a6800;font-size:23px}.home-faq-grid details[open] summary span{transform:rotate(45deg)}.home-faq-grid p,.faq-columns p{color:#333;padding:0 0 18px}.faq-more{text-align:center;margin-top:32px}.faq-columns summary span{color:#9a6800;margin-right:12px}.faq-page-intro{margin-bottom:25px}
.career-grid,.partner-grid,.sitemap-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.career-card,.partner-grid a,.sitemap-grid section,.information-page,.legal-document section{background:#fff;border-left:4px solid var(--gold);padding:28px;box-shadow:0 18px 50px rgba(0,0,0,.18)}.career-card>span{color:#966500!important;text-transform:uppercase;font-weight:900;font-size:11px;letter-spacing:.1em}.career-card .btn{color:#000}.career-intro,.partner-disclaimer{margin-bottom:30px}.honeypot{position:absolute!important;left:-9999px!important}.success-message{background:#fff;color:#171717;border-left:5px solid var(--gold);padding:25px;margin-bottom:25px}.partner-groups section{margin-bottom:42px}.partner-grid a{display:flex;flex-direction:column;gap:8px}.partner-grid a span{color:#555!important}.partner-grid a b{color:#8b5e00}.trust-placeholders{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:30px}.trust-placeholders>div{background:#101010;border:1px dashed var(--gold);padding:28px}.sitemap-grid section{display:flex;flex-direction:column}.sitemap-grid section>a{padding:7px 0;border-bottom:1px solid #eee}.sitemap-wide{grid-column:1/-1;display:grid!important;grid-template-columns:1fr 1fr;gap:0 25px}.sitemap-wide h2{grid-column:1/-1}.authority-groups{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.authority-groups section{background:#fff;padding:24px}.authority-groups a{display:flex;flex-direction:column;padding:13px 0;border-bottom:1px solid #ddd;font-weight:800}.authority-groups a span{font-size:11px;color:#765000!important}.emergency-notice{background:#fff;color:#171717;border-left:6px solid #c40000;padding:24px;margin-bottom:25px}.legal-toc{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:30px}.legal-toc strong{width:100%;color:#fff}.legal-toc a{padding:8px 11px;background:#171717;border:1px solid #333;color:var(--gold)}.legal-document section{margin-bottom:18px}.effective-date{border-top:1px solid var(--gold);padding-top:24px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}@media(max-width:800px){.home-faq-grid,.faq-columns,.career-grid,.partner-grid,.trust-placeholders,.sitemap-grid,.authority-groups,.form-row{grid-template-columns:1fr}.sitemap-wide{grid-column:auto;display:flex!important}.about-carousel{min-height:440px}.footer-connect{align-items:flex-start;flex-direction:column}.footer-connect .socials{flex-wrap:wrap}.offer-track{animation-duration:25s}}

/* V6 final requested corrections */
.brand img,.footer-logo{filter:none!important;background:transparent!important;border:0!important;box-shadow:none!important}.brand{min-width:230px}.footer-logo{width:min(100%,270px);height:auto}.footer-brand address{display:grid;gap:4px;font-style:normal;margin-top:18px}.footer-brand address a{display:block;margin:0}.spanish-phone{color:var(--gold)!important;font-weight:900}.offer-ticker{position:relative;z-index:49}.offer-track{will-change:transform;animation-name:offerMarquee;animation-timing-function:linear;animation-iteration-count:infinite}.hero-slide{transform:scale(1.08)}.hero-slide.is-active{animation:heroShrink 8s ease-out both}@keyframes heroShrink{from{transform:scale(1.08)}to{transform:scale(1)}}.cinema-frame{position:relative;border:2px solid var(--gold);outline:1px solid rgba(246,189,22,.72);outline-offset:8px;box-shadow:0 0 0 14px rgba(246,189,22,.08),0 30px 85px rgba(0,0,0,.55)}.footer-cta .btn-white{background:#fff!important;color:#111!important;border-radius:12px}.portal-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.portal-grid article{background:linear-gradient(135deg,#fff2a6,#e9a900);color:#111;padding:38px;border-radius:16px;box-shadow:0 25px 65px rgba(0,0,0,.25)}.portal-grid article :where(h2,p,span){color:#111}.portal-grid article>span{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.roof-app-intro{max-width:850px;margin-bottom:30px}.roof-app-grid{display:grid;grid-template-columns:1.4fr .6fr;gap:28px}.roof-visualizer,.roof-planner{background:#fff;color:#171717;padding:30px;border-left:5px solid var(--gold);box-shadow:0 24px 70px rgba(0,0,0,.25)}.roof-visualizer :where(h2,h3,p,label,span),.roof-planner :where(h2,h3,p,li,strong){color:#171717}.photo-drop{display:grid;gap:8px;font-weight:900}.photo-drop input{padding:15px;border:1px solid #bbb}.photo-preview{min-height:360px;margin:20px 0;display:grid;place-items:center;background:#151515;color:#fff;overflow:hidden}.photo-preview img{width:100%;height:100%;max-height:560px;object-fit:contain}.photo-preview div{color:#fff}.roof-controls{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.roof-controls label{display:grid;gap:6px;font-weight:800}.roof-controls select{width:100%;padding:13px;border:1px solid #aaa;background:#fff;color:#111}.app-disclaimer{font-size:13px}.app-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.app-result{margin-top:22px;padding:20px;background:#fff7d4;border-left:5px solid var(--gold)}.roof-planner li{margin-bottom:12px}.roof-planner li::marker{color:#9a6800}.faq-columns details:nth-child(odd){grid-column:1}.faq-columns details:nth-child(even){grid-column:2}.faq-columns details{align-self:start}.faq-columns summary{position:relative;padding-right:46px}.faq-columns summary:after{content:"+";position:absolute;right:4px;color:#9a6800;font-size:24px}.faq-columns details[open] summary:after{content:"−"}@media(max-width:900px){.portal-grid,.roof-app-grid,.roof-controls{grid-template-columns:1fr}.faq-columns details:nth-child(n){grid-column:auto}}

.office-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.office-grid article{background:#fff;color:#171717;border-top:4px solid var(--gold);padding:25px}.office-grid article :where(h3,p){color:#171717}.office-locations .section-head a{color:var(--gold);font-weight:900}@media(max-width:900px){.office-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.office-grid{grid-template-columns:1fr}}

/* Final cross-page readability and component overrides */
.brand{border:0!important;background:transparent!important;padding:0!important}.article-intro,.article-toc,.article-check-grid span,.article-callout,.sidebar-card{color:#171717}.article-intro :where(p,strong),.article-toc :where(strong,a),.article-check-grid span,.article-callout :where(p,strong),.sidebar-card :where(h3,p,a){color:#171717}.faq-stack summary{position:relative;padding-right:50px;color:#171717}.faq-stack summary:after{content:"+";position:absolute;right:18px;color:#9a6800;font-size:24px}.faq-stack details[open] summary:after{content:"−"}.socials a:nth-child(1){background:#1877f2}.socials a:nth-child(2){background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045)}.socials a:nth-child(3){background:#ff0000}.socials a:nth-child(4){background:#111}.socials a:nth-child(5){background:#000}.socials a:nth-child(6){background:#0a66c2}.socials a:nth-child(7){background:#bd081c}.socials a:nth-child(8){background:#25d366;color:#071}.socials a:nth-child(9){background:#fff;color:#4285f4}.socials a:nth-child(10){background:#00b67a;color:#fff}.socials a{color:#fff;border-color:rgba(255,255,255,.35)}

/* V7 live AI roof visualizer */
.photo-empty{display:grid;place-items:center;gap:9px;text-align:center;padding:28px}.photo-empty svg{width:138px;height:112px;fill:none;stroke:var(--gold);stroke-width:7;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 8px 20px rgba(246,189,22,.18))}.photo-empty .roof-spark{fill:var(--gold);stroke:none}.photo-empty strong{color:#fff!important;font-size:18px}.photo-empty span{color:#c8c8c8!important;font-size:13px}.color-select-wrap{position:relative;display:flex;align-items:center}.color-select-wrap i{position:absolute;left:12px;z-index:1;width:20px;height:20px;border:2px solid #fff;border-radius:4px;box-shadow:0 0 0 1px #777;pointer-events:none}.color-select-wrap select{padding-left:43px}.app-actions .btn{flex:1;min-width:230px;text-align:center;justify-content:center}.app-actions .btn-gold{color:#111!important}.roof-loading{margin-top:24px;padding:26px;display:grid;place-items:center;gap:7px;text-align:center;background:#171717;border:1px solid #4d4225;color:#fff}.roof-loading[hidden]{display:none}.roof-loading strong{color:var(--gold)!important;font-size:18px}.roof-loading>span{color:#ddd!important}.roof-loader-art{position:relative;width:112px;height:84px}.loader-roof{position:absolute;left:18px;top:29px;width:76px;height:48px;border-top:7px solid var(--gold);border-left:7px solid var(--gold);transform:rotate(45deg);border-radius:3px}.loader-roof:after{content:"";position:absolute;width:55px;height:44px;left:22px;top:20px;border-right:5px solid var(--gold);border-bottom:5px solid var(--gold)}.rain{position:absolute;top:5px;width:3px;height:15px;background:#6fc6f0;border-radius:4px;animation:roofRain 1s linear infinite}.r1{left:12px;animation-delay:-.1s}.r2{left:34px;animation-delay:-.7s}.r3{left:57px;animation-delay:-.35s}.r4{left:81px;animation-delay:-.85s}.r5{left:104px;animation-delay:-.5s}@keyframes roofRain{0%{transform:translateY(-8px);opacity:0}20%{opacity:1}100%{transform:translateY(57px);opacity:0}}.app-result h3{margin-top:0}.app-result img{display:block;width:100%;height:auto;margin:14px 0;border:3px solid #171717;box-shadow:0 18px 48px rgba(0,0,0,.22)}.app-result .result-note{font-size:13px;margin-bottom:0}.roof-app button:disabled{opacity:.65;cursor:wait}
.design-instructions{margin:18px 0;padding:16px;border:1px solid rgba(197,154,32,.45);border-radius:14px;background:#f8f5ed;color:#171717}.design-instructions label{display:grid;gap:4px;margin-bottom:9px}.design-instructions label span{font-size:.85rem;color:#555}.voice-command-row{display:flex;gap:10px;align-items:stretch}.voice-command-row textarea{flex:1;min-height:82px;padding:12px;border:1px solid #b9b1a0;border-radius:10px;background:#fff;color:#171717;resize:vertical;font:inherit}.voice-command-button{min-width:92px;border:1px solid #b48a16;border-radius:10px;background:linear-gradient(135deg,#f0c94e,#b9890a);color:#111;font-weight:800;cursor:pointer}.voice-command-button span{display:block}.voice-command-button.is-listening{animation:voicePulse 1s ease-in-out infinite}.voice-command-button:disabled{opacity:.65;cursor:not-allowed}.voice-status{margin:8px 0 0;color:#4b3a08;font-size:.85rem}@keyframes voicePulse{50%{box-shadow:0 0 0 8px rgba(218,174,44,.18)}}@media(max-width:580px){.voice-command-row{flex-direction:column}.voice-command-button{min-height:52px}}
.color-select-wrap i{border-radius:2px;border:1px solid #555;box-shadow:0 0 0 3px #fff,0 0 0 4px #aaa}.btn-start-over{background:#fff!important;color:#111!important;border:2px solid var(--gold)!important}.btn-start-over:hover{background:var(--gold)!important;color:#111!important}
