:root{--red:#ed1936;--black:#111317;--dark:#1a1d23;--gray:#68707f;--line:#e8ebf1;--light:#f5f7fb;--max:1280px;--shadow:0 16px 40px rgba(13,18,28,.08);--radius:22px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Century Gothic,Montserrat,Segoe UI,Arial,sans-serif;color:var(--black);background:#fff;line-height:1.6}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.container{width:min(var(--max),calc(100% - 34px));margin:auto}
.topbar{background:#0b0d12;color:#fff;font-size:12px}.topbar-inner{display:flex;justify-content:space-between;gap:14px;padding:8px 0;flex-wrap:wrap}.site-header{position:sticky;top:0;background:rgba(255,255,255,.97);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);z-index:50}.header-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;min-height:102px}.brand-wrap{display:flex;align-items:center;gap:16px;min-width:0}.brand-wrap img{height:68px;width:auto}.brand-text strong{display:block;font-size:24px;letter-spacing:.04em}.brand-text small{display:block;color:var(--gray);font-size:12px;letter-spacing:.2em}.desktop-nav{display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap}.desktop-nav>a,.cap-btn{padding:11px 14px;border-radius:999px;font-weight:700;background:none;border:0;cursor:pointer;font-size:14px;white-space:nowrap}.desktop-nav>a:hover,.cap-btn:hover{background:#f1f3f7;color:var(--red)}.cap-wrap{position:relative}.cap-menu{display:none;position:absolute;right:0;top:48px;width:340px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:10px}.cap-wrap:hover .cap-menu{display:grid}.cap-menu a{padding:10px 12px;border-radius:12px}.cap-menu a:hover{background:#f4f7fa;color:var(--red)}.header-actions{display:flex;align-items:center;gap:10px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:999px;font-weight:800;border:1px solid transparent;cursor:pointer;transition:.2s}.btn:hover{transform:translateY(-1px)}.btn-red{background:var(--red);color:#fff}.btn-dark{background:#111;color:#fff}.btn-white{background:#fff;border-color:var(--line)}.menu-toggle{display:none;background:#111;color:#fff;border:none;border-radius:12px;padding:10px 12px;font-size:18px}.mobile-nav{display:none;padding:12px 18px;border-top:1px solid var(--line)}.mobile-nav.open{display:grid}.mobile-nav a,.mobile-title{padding:11px 0;border-bottom:1px solid #edf1f6}.mobile-title{font-weight:800;color:var(--red)}
.hero-rotator,.page-hero{position:relative;overflow:hidden;background:#0f1217;color:#fff}.hero-rotator{min-height:80vh;display:grid;align-items:center}.page-hero{min-height:52vh;display:grid;align-items:end}.hero-bg,.page-bg{position:absolute;inset:0;background-position:center;background-size:cover;transition:opacity .9s ease;opacity:0}.hero-bg.active,.page-bg.active{opacity:1}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,9,14,.82),rgba(7,9,14,.56) 45%,rgba(7,9,14,.18) 82%)}.hero-inner,.page-inner{position:relative;z-index:1}.hero-inner{padding:90px 0;max-width:800px}.page-inner{padding:88px 0 56px;max-width:860px}.eyebrow{display:inline-flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:900;color:#ffd5dc}.eyebrow::before{content:"";width:42px;height:3px;background:var(--red)}h1{font-size:clamp(40px,5vw,76px);line-height:1.02;letter-spacing:-.04em;margin:16px 0}.lead{font-size:clamp(18px,2vw,23px);color:#eef2f8;max-width:760px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:-44px;position:relative;z-index:3}.stat-card{background:#fff;border-radius:20px;padding:22px;box-shadow:var(--shadow);border-bottom:4px solid var(--red)}.stat-card b{display:block;font-size:34px;color:var(--red)}
.section{padding:82px 0}.light{background:var(--light)}.section-title{font-size:clamp(30px,4vw,52px);line-height:1.05;margin:0 0 10px;letter-spacing:-.03em}.subtext{font-size:18px;color:var(--gray)}.grid{display:grid;gap:24px}.two{grid-template-columns:1.05fr .95fr}.three{grid-template-columns:repeat(3,1fr)}.four{grid-template-columns:repeat(4,1fr)}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow)}.card h3{margin-top:0}.bullet-list{list-style:none;padding:0;margin:0}.bullet-list li{position:relative;padding:8px 0 8px 22px}.bullet-list li::before{content:"";position:absolute;left:0;top:17px;width:9px;height:9px;border-radius:50%;background:var(--red)}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.process-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px;box-shadow:var(--shadow)}.step-no{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:var(--red);color:#fff;font-weight:900;margin-bottom:10px}.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.feature-box{background:#fff;border:1px solid var(--line);border-left:4px solid var(--red);padding:16px 18px;border-radius:16px;box-shadow:var(--shadow)}
.cap-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.cap-card{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#fff;box-shadow:var(--shadow)}.cap-card img{height:210px;width:100%;object-fit:cover}.cap-card .txt{padding:18px}.tag{display:inline-block;background:#111;color:#fff;padding:6px 10px;border-radius:999px;font-size:11px;letter-spacing:.08em;font-weight:900}.cap-card h3{margin:10px 0 8px;font-size:22px}.cap-card p{margin:0;color:var(--gray)}
.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.gallery img{width:100%;height:220px;object-fit:cover;border-radius:18px;box-shadow:var(--shadow)}.client-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.client-card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:var(--shadow)}.client-card .client-media{height:230px;background:#ddd}.client-card .client-media img{height:100%;width:100%;object-fit:cover}.client-card .txt{padding:18px}.client-slider-wrap{border-radius:22px;overflow:hidden;position:relative;height:420px}.client-slider-wrap .page-bg{background-size:cover}.dot-row{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;margin-top:14px}.dot{width:10px;height:10px;border-radius:50%;background:#d0d6e0}.dot.active{background:var(--red)}
.download-list{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.download-card{display:flex;gap:18px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:var(--shadow)}.download-card img{width:120px;height:90px;object-fit:cover;border-radius:12px}.contact-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:24px}.form input,.form textarea,.form select{width:100%;padding:14px 15px;border:1px solid var(--line);border-radius:14px;font:inherit;margin-bottom:12px}.form textarea{min-height:150px}.success{background:#dcfce7;color:#166534;padding:12px 14px;border-radius:12px;margin-bottom:12px}.cta-band{background:linear-gradient(135deg,#111,#1b1f27 45%,#c7132d 100%);color:#fff;border-radius:28px;padding:32px}.page-note{padding:12px 16px;background:#fff5f6;border:1px solid #ffd3da;border-radius:14px;color:#8f1830}
.site-footer{background:#0d1015;color:#fff;padding:56px 0 24px}.footer-grid{display:grid;grid-template-columns:1.2fr .9fr 1fr 1fr;gap:24px}.footer-logo{height:70px;width:auto;margin-bottom:12px}.site-footer h4{margin:0 0 12px}.site-footer p{margin:8px 0;color:#cdd4df}.footer-pill-row{display:flex;gap:8px;flex-wrap:wrap}.footer-pill-row a{background:rgba(255,255,255,.08);padding:9px 12px;border-radius:999px}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:24px;padding-top:18px;color:#c7cfda;font-size:13px}.float-wa,.float-call{position:fixed;right:16px;width:52px;height:52px;border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:900;box-shadow:var(--shadow);z-index:60}.float-wa{bottom:80px;background:#22c55e}.float-call{bottom:16px;background:#111}
/* admin */ .admin-body{background:#f4f7fb}.admin-shell{display:grid;grid-template-columns:270px 1fr;min-height:100vh}.admin-sidebar{background:#11141b;color:#fff;padding:24px;position:sticky;top:0;height:100vh;overflow:auto}.admin-logo{height:66px;width:auto;margin-bottom:14px}.admin-sidebar h2{margin:0 0 8px}.admin-small{color:#aeb6c4;font-size:13px;margin:0 0 20px}.admin-sidebar nav a{display:block;padding:11px 12px;border-radius:12px;color:#d4dbe5;margin-bottom:6px}.admin-sidebar nav a.active,.admin-sidebar nav a:hover{background:rgba(255,255,255,.08);color:#fff}.admin-content{padding:28px}.admin-title{font-size:32px;line-height:1.1;margin:0 0 8px}.admin-sub{color:var(--gray);margin:0 0 18px}.admin-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;box-shadow:var(--shadow);margin-bottom:20px}.admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.admin-card input,.admin-card textarea,.admin-card select{width:100%;padding:12px 13px;border:1px solid var(--line);border-radius:12px;font:inherit;margin-bottom:10px}.admin-card textarea{min-height:120px}.admin-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.tile{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px;box-shadow:var(--shadow)}.tile h3{margin-top:0}.thumb-row{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.thumb{position:relative;border:1px solid var(--line);border-radius:14px;padding:8px;background:#fff}.thumb img{width:100%;height:84px;object-fit:cover;border-radius:10px;margin-bottom:8px}.thumb small{display:block;color:var(--gray)}.toggle{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border:1px solid var(--line);border-radius:14px;background:#fff;margin-bottom:10px}.badge{display:inline-block;background:#ecfdf3;color:#166534;padding:5px 9px;border-radius:999px;font-size:12px;font-weight:800}.badge.off{background:#fef2f2;color:#991b1b}.info-line{display:flex;justify-content:space-between;gap:10px;padding:12px 0;border-bottom:1px solid #edf1f5;flex-wrap:wrap}.mini-actions{display:flex;gap:8px;flex-wrap:wrap}.mini-actions a,.mini-actions button{padding:8px 12px;border-radius:10px;border:1px solid var(--line);background:#fff;cursor:pointer;font:inherit}.empty{padding:18px;border:1px dashed #cfd7e3;border-radius:14px;color:var(--gray)}
@media(max-width:1160px){.desktop-nav{display:none}.menu-toggle{display:block}.header-row{grid-template-columns:1fr auto}.brand-wrap img{height:58px}.stats,.cap-grid,.client-grid,.download-list,.gallery,.feature-grid,.footer-grid,.contact-grid,.two,.three,.four,.process-grid,.admin-tiles,.thumb-row{grid-template-columns:1fr 1fr}.admin-shell{grid-template-columns:1fr}.admin-sidebar{height:auto;position:relative}}
@media(max-width:700px){.brand-wrap{gap:10px}.brand-wrap img{height:52px}.brand-text strong{font-size:20px}.brand-text small{font-size:10px}.topbar-inner{display:block}.hero-inner,.page-inner{padding:72px 0 42px}.section{padding:62px 0}.stats,.cap-grid,.client-grid,.download-list,.gallery,.feature-grid,.footer-grid,.contact-grid,.two,.three,.four,.process-grid,.admin-tiles,.thumb-row{grid-template-columns:1fr}.float-wa,.float-call{width:48px;height:48px}.header-row{min-height:84px}}
/* V5 header + visual strip refinements */
.compact-header{min-height:78px;grid-template-columns:minmax(330px,420px) 1fr auto;gap:16px}.compact-header .brand-wrap img{height:52px}.compact-header .brand-text strong{font-size:21px}.compact-header .brand-text small{font-size:10px;letter-spacing:.16em}.nav-single-line{justify-content:flex-end;flex-wrap:nowrap;gap:2px}.nav-single-line>a,.nav-single-line .cap-btn{font-size:13px;padding:9px 10px}.header-actions .btn{padding:12px 18px}.one-line-visuals{display:flex;gap:14px;overflow-x:auto;padding:6px 2px 12px;scroll-snap-type:x mandatory}.one-line-visuals img{flex:0 0 210px;height:110px;object-fit:cover;border-radius:16px;box-shadow:var(--shadow);scroll-snap-align:start}.compact-visual-strip{padding:34px 0}.visual-note{font-size:14px;margin-top:8px}.lead-confirm{background:#eefcf4;border:1px solid #bbf7d0;color:#166534;border-radius:18px;padding:18px;margin-bottom:18px}.lead-confirm h3{margin:0 0 6px}.contact-help{background:#f7f9fc;border:1px solid var(--line);border-radius:16px;padding:14px 16px;color:#4b5563;margin-top:12px}.lead-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden}.lead-table th,.lead-table td{padding:10px;border-bottom:1px solid var(--line);font-size:13px;text-align:left;vertical-align:top}.lead-table th{background:#f4f7fb;font-weight:900}.perm-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.perm-grid label{background:#fff;border:1px solid var(--line);border-radius:12px;padding:10px}@media(max-width:1160px){.compact-header{grid-template-columns:1fr auto}.nav-single-line{display:none}.compact-header .brand-wrap img{height:48px}}@media(max-width:700px){.compact-header .brand-text{display:none}.one-line-visuals img{flex-basis:170px;height:96px}.perm-grid{grid-template-columns:1fr}}
/* V6 refinements */
.skip-link{position:absolute;left:-999px;top:auto}.skip-link:focus{left:12px;top:12px;background:#fff;color:#111;padding:10px 14px;z-index:999;border-radius:8px}.topbar{background:#0d1117;color:#fff}.topbar-inner{padding:5px 0;font-size:12px}.header-row.compact-header{min-height:86px;grid-template-columns:minmax(360px,auto) 1fr auto}.brand-wrap img{height:58px;max-width:330px;object-fit:contain}.brand-text strong{font-size:22px}.brand-text small{font-size:11px;letter-spacing:.23em;line-height:1.4}.desktop-nav{justify-content:flex-end;gap:2px}.desktop-nav>a,.cap-btn{font-size:13px;padding:10px 11px}.btn-red{box-shadow:0 10px 25px rgba(237,28,56,.24)}main{display:block}.hero-rotator{min-height:76vh}.page-hero{min-height:46vh}.hero-bg,.page-bg{background-repeat:no-repeat}.grid.four{grid-template-columns:repeat(4,1fr)}.product-cards .card{min-height:260px}.accent-card{border-left:5px solid var(--red)}.process-grid.illustrated{gap:22px}.process-visual{height:88px;border-radius:20px;background:linear-gradient(135deg,#fff1f3,#f5f7fb);display:flex;align-items:center;gap:14px;padding:13px;margin-bottom:18px}.process-visual span{display:inline-grid;place-items:center;background:var(--red);color:#fff;width:42px;height:42px;border-radius:14px;font-weight:900}.process-visual svg{width:110px;height:74px}.process-visual path,.process-visual circle,.process-visual rect{fill:none;stroke:#ed1c38;stroke-width:5;stroke-linecap:round;stroke-linejoin:round}.process-visual circle,.process-visual rect{fill:rgba(237,28,56,.08)}.contact-help,.visual-note,.compact-visual-strip{display:none!important}.page-edit-row input{max-width:320px}.toggle-line{display:flex;align-items:center;gap:8px;font-weight:800;margin:14px 0}.lead-table th{background:#111;color:#fff}.lead-table th,.lead-table td{padding:10px;border-bottom:1px solid #e7ecf2;text-align:left;vertical-align:top}.site-footer img{height:auto;object-fit:contain}.footer-logo{max-width:220px!important}.card{overflow:hidden}img{max-width:100%;height:auto}img[width][height]{height:auto}.cap-menu{z-index:100}.big-cta{background:#10141b;color:#fff;border-radius:28px;padding:48px;box-shadow:var(--shadow)}.big-cta p{color:#d9e0ea}@media(max-width:1180px){.header-row.compact-header{grid-template-columns:auto auto;gap:10px}.desktop-nav{display:none}.menu-toggle{display:inline-flex}.brand-wrap img{height:52px;max-width:260px}.brand-text{display:none}}@media(max-width:700px){.grid.four{grid-template-columns:1fr}.topbar{display:none}.hero-rotator{min-height:64vh}.brand-wrap img{height:46px}.header-row.compact-header{min-height:74px}}


/* V7 fixes */
.topbar .muted-small{opacity:.75;font-size:11px;margin-left:6px}
.topbar-right{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.topbar-sep{opacity:.45}
.btn-white{background:#fff;color:#111;border-color:#fff}
.cap-link{padding:10px 11px;border-radius:999px;font-weight:700;font-size:13px;display:inline-flex;align-items:center}.cap-link:hover{background:#f1f3f7;color:var(--red)}
.mobile-sub{padding-left:16px;color:#444}
.page-hero,.hero-rotator{background-color:#0c1016}
.page-hero .page-inner,.hero-rotator .hero-inner{position:relative;z-index:2}
.process-flow{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin:0 0 26px}.flow-box{background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px;text-align:center;box-shadow:var(--shadow)}.flow-icon{width:62px;height:62px;border-radius:18px;background:linear-gradient(135deg,#fff1f3,#f3f6fa);margin:0 auto 10px;display:grid;place-items:center}.flow-icon svg{width:38px;height:38px;stroke:#ed1c38;stroke-width:2.5;fill:none}.flow-box b{display:block;font-size:14px;line-height:1.3}
.jv-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.jv-card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:var(--shadow)}.jv-card img{width:100%;height:200px;object-fit:cover}.jv-card .txt{padding:18px}
.cap-landing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.popup-backdrop{position:fixed;inset:0;background:rgba(7,10,16,.72);display:none;place-items:center;z-index:120}.popup-backdrop.open{display:grid}.popup-card{width:min(900px,calc(100% - 30px));background:#fff;border-radius:28px;overflow:hidden;box-shadow:0 30px 70px rgba(0,0,0,.3);position:relative}.popup-media{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:0}.popup-media img{width:100%;height:180px;object-fit:cover}.popup-content{padding:28px}.popup-content h3{margin-top:0;font-size:32px;line-height:1.05}.popup-footer-note{margin:12px 0 18px;color:#6b7280}.popup-close{position:absolute;top:12px;right:12px;width:42px;height:42px;border-radius:50%;border:none;background:#111;color:#fff;font-size:28px;cursor:pointer}
.page-hero .lead,.hero-rotator .lead{max-width:780px}
.card p:last-child{margin-bottom:0}
@media(max-width:1160px){.process-flow,.jv-grid,.cap-landing-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.process-flow,.jv-grid,.cap-landing-grid{grid-template-columns:1fr}.topbar-right{gap:6px}.topbar .muted-small{display:none}.cap-link{display:none}}

/* V8 dark mode + alignment + admin refresh */
:root{--max:1440px}
body{background:var(--bg,#ffffff);color:var(--fg,#111317)}
body[data-theme="dark"]{--bg:#0b1016;--fg:#e8edf5;--muted:#a9b3c2;--line:#24303f;--surface:#121923;--surface-2:#18212d;--light:#101720;--shadow:0 20px 45px rgba(0,0,0,.28)}
body[data-theme="light"]{--bg:#ffffff;--fg:#111317;--muted:#68707f;--line:#e8ebf1;--surface:#ffffff;--surface-2:#f5f7fb;--light:#f5f7fb;--shadow:0 16px 40px rgba(13,18,28,.08)}
body[data-theme="dark"] .site-header{background:rgba(10,15,22,.93);border-bottom-color:#202a36}
body[data-theme="dark"] .desktop-nav>a,body[data-theme="dark"] .cap-link,body[data-theme="dark"] .mobile-nav a,body[data-theme="dark"] .mobile-title,body[data-theme="dark"] .theme-toggle,body[data-theme="dark"] .subtext,body[data-theme="dark"] .card p,body[data-theme="dark"] .card li,body[data-theme="dark"] .site-footer p{color:#e8edf5}
body[data-theme="dark"] .brand-text small,body[data-theme="dark"] .cap-card p,body[data-theme="dark"] .client-card p,body[data-theme="dark"] .jv-card p,body[data-theme="dark"] .admin-sub{color:#a9b3c2}
body[data-theme="dark"] .desktop-nav>a:hover,body[data-theme="dark"] .cap-link:hover{background:#182231;color:#fff}
body[data-theme="dark"] .cap-menu,body[data-theme="dark"] .card,body[data-theme="dark"] .stat-card,body[data-theme="dark"] .feature-box,body[data-theme="dark"] .process-card,body[data-theme="dark"] .cap-card,body[data-theme="dark"] .client-card,body[data-theme="dark"] .jv-card,body[data-theme="dark"] .flow-box,body[data-theme="dark"] .download-card,body[data-theme="dark"] .tile,body[data-theme="dark"] .admin-card,body[data-theme="dark"] .toggle,body[data-theme="dark"] .lead-table{background:var(--surface);border-color:var(--line);box-shadow:var(--shadow)}
body[data-theme="dark"] .light{background:#0f151e}
body[data-theme="dark"] .feature-box,body[data-theme="dark"] .process-visual,body[data-theme="dark"] .flow-icon{background:#131c28}
body[data-theme="dark"] .form input,body[data-theme="dark"] .form textarea,body[data-theme="dark"] .form select,body[data-theme="dark"] .admin-card input,body[data-theme="dark"] .admin-card textarea,body[data-theme="dark"] .admin-card select{background:#0f151e;color:#e8edf5;border-color:#2a3748}
body[data-theme="dark"] .contact-help{background:#131c28;border-color:#2a3748;color:#cdd6e3}
body[data-theme="dark"] .page-note{background:#26131a;border-color:#6c2435;color:#ffd7df}
.topbar-inner{align-items:center}
.header-row.compact-header{grid-template-columns:minmax(320px,480px) 1fr auto;gap:20px;min-height:92px}
.brand-wrap{min-width:0}.brand-wrap img{height:62px;max-width:340px}.brand-text{max-width:160px}.brand-text strong{font-size:18px;line-height:1.05}.brand-text small{font-size:10px;letter-spacing:.22em;line-height:1.45}
.desktop-nav{justify-content:flex-end;gap:4px}.desktop-nav>a,.cap-link{font-size:13px;padding:9px 10px}
.cap-menu{width:370px;top:44px}
.header-actions{gap:10px}.btn-compact{padding:12px 18px;font-size:14px}.btn-outline{background:transparent;color:#fff;border-color:rgba(255,255,255,.65)}body[data-theme="light"] .btn-outline{color:#111;border-color:#d1d5db}
.btn-outline:hover{background:rgba(255,255,255,.08)}.theme-toggle{display:inline-flex;align-items:center;gap:8px;padding:10px 12px;border-radius:999px;border:1px solid var(--line);background:transparent;color:inherit;font:inherit;font-weight:700;cursor:pointer}.theme-icon{font-size:16px}
.hero-actions .btn{min-width:180px}
.cap-grid,.client-grid,.jv-grid,.cap-landing-grid{align-items:stretch}
.process-grid-images{grid-template-columns:repeat(3,1fr)}.process-photo{margin:-22px -22px 16px;height:200px;overflow:hidden}.process-photo img{width:100%;height:100%;object-fit:cover}.process-caption-line{font-weight:800;line-height:1.25}
.gallery.side-gallery{grid-template-columns:repeat(2,1fr);gap:16px}
.popup-card{background:linear-gradient(180deg,#fff,#f7f9fc)}body[data-theme="dark"] .popup-card{background:linear-gradient(180deg,#131b26,#0d131b)}
.popup-badge{display:inline-block;padding:6px 10px;border-radius:999px;background:#111;color:#fff;font-size:11px;font-weight:800;letter-spacing:.08em;margin-bottom:10px}
body[data-theme="dark"] .popup-content p,body[data-theme="dark"] .popup-content h3,body[data-theme="dark"] .popup-footer-note{color:#e8edf5}
body[data-theme="dark"] .popup-badge{background:#ed1936}
body[data-theme="dark"] .popup-close{background:#ed1936}
.admin-body{background:linear-gradient(180deg,#09111a,#0d1620)}.admin-sidebar{background:linear-gradient(180deg,#0f1621,#0a1118)}.admin-content{background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,.01))}.tile{position:relative;overflow:hidden}.tile:before{content:"";position:absolute;inset:auto -30px -30px auto;width:120px;height:120px;border-radius:50%;background:rgba(237,25,54,.08)}.admin-title,.admin-sidebar h2{color:#fff}.admin-card h3,.tile h3{margin-top:0}
.admin-card,.tile{background:#121a25;border-color:#24303f}.admin-card label,.tile p,.admin-card p{color:#c7d0dc}.admin-sidebar nav a.active,.admin-sidebar nav a:hover{background:rgba(237,25,54,.16)}
.lead-table th{background:#111827}.lead-table td{background:transparent;color:inherit}
.site-footer{background:#0a0f15}.footer-pill-row a{background:rgba(255,255,255,.1)}
.float-wa,.float-call{right:18px}
@media(max-width:1320px){.brand-wrap img{max-width:280px;height:56px}.header-row.compact-header{grid-template-columns:minmax(280px,1fr) auto}.desktop-nav{display:none}.menu-toggle{display:inline-flex}.theme-text{display:none}}
@media(max-width:900px){.process-grid-images{grid-template-columns:1fr 1fr}.gallery.side-gallery{grid-template-columns:1fr 1fr}.theme-toggle{padding:9px 10px}.btn-compact{padding:11px 15px}}
@media(max-width:700px){.process-grid-images,.gallery.side-gallery{grid-template-columns:1fr}.brand-wrap img{height:46px}.header-actions .btn{display:none}.topbar-right{font-size:11px}.site-header{position:sticky}}

/* V9 premium refinements */
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}
.section-head>div{max-width:820px}
.premium-intro{position:relative}
.premium-panel{border:1px solid var(--line);background:linear-gradient(135deg,var(--surface),var(--surface-2));box-shadow:var(--shadow);border-radius:24px;padding:28px}
.mini-kpi-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:24px}
.mini-kpi-row div{border:1px solid var(--line);border-radius:18px;padding:18px;background:var(--surface)}
.mini-kpi-row b{display:block;font-size:34px;color:#ed1936;line-height:1}.mini-kpi-row span{font-size:13px;color:var(--muted);font-weight:700}
.metric-card span{display:inline-grid;place-items:center;width:44px;height:44px;border-radius:14px;background:#ed1936;color:white;font-weight:900;margin-bottom:12px}
.dark-band{background:linear-gradient(135deg,#070b11,#151f2b);color:#fff}.dark-band p{color:#d6deea}.red-tag{background:rgba(237,25,54,.14);color:#ff6b7e}
.cta-stack{display:flex;gap:14px;align-items:center;justify-content:flex-end;flex-wrap:wrap}
body[data-theme="dark"] .premium-panel{background:linear-gradient(135deg,#121b27,#172331)}
body[data-theme="dark"] .metric-card{background:linear-gradient(180deg,#121b27,#0f1722)}
body[data-theme="light"] .dark-band .btn-outline{color:#fff;border-color:rgba(255,255,255,.7)}
.cap-card,.client-card,.jv-card{transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease}
.cap-card:hover,.client-card:hover,.jv-card:hover{transform:translateY(-5px);border-color:rgba(237,25,54,.35)}
.page-hero h1,.hero-rotator h1{text-wrap:balance}
.subtext{text-wrap:pretty}
.side-gallery img{border-radius:18px;min-height:210px;object-fit:cover}
.tab-panel .card{min-height:190px}
@media(max-width:850px){.section-head{display:block}.mini-kpi-row{grid-template-columns:1fr}.cta-stack{justify-content:flex-start}}

/* V10 final header + dark/light + white admin correction */
:root{--max:1680px;--red:#ed1936}
.container{width:min(var(--max),calc(100% - 64px));margin-inline:auto}
html,body{background:#0b1016;color:#e8edf5}
body[data-theme="light"]{background:#fff;color:#111317}
body[data-theme="dark"]{background:#0b1016;color:#e8edf5}
.topbar{background:#080d13;color:#fff;border:0}.topbar-inner{height:30px;font-size:13px}.topbar-right{margin-left:auto;display:flex;align-items:center;gap:12px;white-space:nowrap}
.site-header{position:sticky;top:0;z-index:80;background:rgba(10,15,22,.96)!important;border-bottom:1px solid #202a36;backdrop-filter:blur(14px)}
body[data-theme="light"] .site-header{background:rgba(255,255,255,.97)!important;border-bottom:1px solid #e7eaf0}
.header-row.compact-header{display:grid!important;grid-template-columns:520px minmax(0,1fr) 178px!important;align-items:center;gap:24px;min-height:88px;padding-block:10px}
.brand-wrap{display:flex!important;align-items:center;gap:16px;min-width:0;width:520px;text-decoration:none;color:inherit;overflow:hidden}.brand-wrap img{width:340px!important;max-width:340px!important;height:auto!important;display:block;object-fit:contain;flex:0 0 auto}.brand-text{width:150px;max-width:150px;flex:0 0 150px}.brand-text strong{display:block;font-size:21px;line-height:1.05;letter-spacing:.07em}.brand-text small{display:block;font-size:10px;line-height:1.55;letter-spacing:.22em;color:#bac4d3}body[data-theme="light"] .brand-text small{color:#667085}
.desktop-nav.nav-single-line{display:flex!important;align-items:center;justify-content:flex-end;gap:3px;min-width:0;white-space:nowrap;overflow:visible}.desktop-nav>a,.cap-link{display:inline-flex;align-items:center;height:42px;padding:0 8px!important;border-radius:999px;color:#e8edf5!important;text-decoration:none;font-size:13px!important;font-weight:800;line-height:1;transition:.2s}.desktop-nav>a:hover,.cap-link:hover{background:rgba(237,25,54,.16);color:#fff!important}body[data-theme="light"] .desktop-nav>a,body[data-theme="light"] .cap-link{color:#111827!important}body[data-theme="light"] .desktop-nav>a:hover,body[data-theme="light"] .cap-link:hover{background:#f4f6f9;color:#111!important}.cap-wrap{position:relative}.cap-menu{top:43px;right:0;background:#111923;border:1px solid #273345;border-radius:18px;padding:10px;box-shadow:0 24px 55px rgba(0,0,0,.28);width:330px}body[data-theme="light"] .cap-menu{background:#fff;border-color:#e5e7eb}.cap-menu a{display:block;color:#e8edf5;text-decoration:none;padding:11px 13px;border-radius:12px;font-size:13px;font-weight:700}body[data-theme="light"] .cap-menu a{color:#111}.cap-menu a:hover{background:rgba(237,25,54,.14)}
.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;width:178px}.theme-toggle{width:42px!important;height:42px!important;padding:0!important;display:grid!important;place-items:center;border-radius:50%!important;background:rgba(255,255,255,.06)!important;border:1px solid #2a3444!important;color:#fff!important}.theme-toggle .theme-text{display:none!important}.theme-icon{font-size:18px!important;line-height:1}body[data-theme="light"] .theme-toggle{background:#f6f7f9!important;border-color:#e5e7eb!important;color:#111!important}.header-actions .btn-red{height:48px!important;min-width:116px!important;width:116px!important;padding:0 16px!important;border-radius:999px!important;display:inline-flex;align-items:center;justify-content:center;font-size:14px!important;line-height:1.15;text-align:center}.menu-toggle{display:none;align-items:center;justify-content:center;width:44px;height:44px;border-radius:14px;border:1px solid var(--line);background:transparent;color:inherit}
.hero-rotator,.page-hero{margin-top:0}.hero-rotator h1,.page-hero h1{font-size:clamp(44px,5vw,84px);letter-spacing:-.045em}.hero-rotator p,.page-hero .lead{font-size:clamp(17px,1.4vw,22px);line-height:1.55}.btn-red{box-shadow:0 12px 28px rgba(237,25,54,.25)}.btn-red:hover{transform:translateY(-1px);box-shadow:0 18px 38px rgba(237,25,54,.32)}
body[data-theme="dark"] .card,body[data-theme="dark"] .premium-panel,body[data-theme="dark"] .cap-card,body[data-theme="dark"] .client-card,body[data-theme="dark"] .jv-card,body[data-theme="dark"] .download-card,body[data-theme="dark"] .process-card,body[data-theme="dark"] .feature-box,body[data-theme="dark"] .stat-card{background:linear-gradient(180deg,#121b27,#0e151f);border-color:#263346;color:#e8edf5}.section.light{background:#0f151e}body[data-theme="light"] .section.light{background:#f5f7fb}
/* Keep admin panel white and attractive */
body.admin-body{background:#f4f6fb!important;color:#101828!important}.admin-shell{background:#f4f6fb!important}.admin-sidebar{background:#ffffff!important;color:#111827!important;border-right:1px solid #e6eaf1!important;box-shadow:8px 0 30px rgba(16,24,40,.04)}.admin-sidebar h2,.admin-title{color:#111827!important}.admin-sidebar .admin-small{color:#667085!important}.admin-sidebar nav a{color:#263043!important;background:transparent;border:1px solid transparent}.admin-sidebar nav a.active,.admin-sidebar nav a:hover{background:#fff1f3!important;color:#ed1936!important;border-color:#ffd3dc!important}.admin-content{background:#f4f6fb!important;color:#101828!important}.admin-card,.tile{background:#ffffff!important;border:1px solid #e4e8ef!important;color:#101828!important;box-shadow:0 14px 35px rgba(16,24,40,.08)!important}.admin-card label,.tile p,.admin-card p{color:#526174!important}.admin-card input,.admin-card textarea,.admin-card select{background:#fff!important;color:#111827!important;border:1px solid #d9e0ea!important}.lead-table{background:#fff!important;color:#111827!important}.lead-table th{background:#f1f4f8!important;color:#111827!important}.lead-table td{color:#111827!important;border-color:#edf0f5!important}.success{background:#ecfdf3!important;color:#027a48!important;border-color:#abefc6!important}.page-note{background:#fff8e6!important;color:#8a5a00!important;border-color:#ffdf8a!important}
@media(max-width:1500px){.container{width:min(var(--max),calc(100% - 48px))}.header-row.compact-header{grid-template-columns:420px minmax(0,1fr) 150px!important;gap:14px}.brand-wrap{width:420px}.brand-wrap img{width:275px!important;max-width:275px!important}.brand-text{width:130px;flex-basis:130px}.brand-text strong{font-size:18px}.brand-text small{font-size:9px;letter-spacing:.18em}.desktop-nav>a,.cap-link{font-size:12px!important;padding:0 6px!important}.header-actions{width:150px}.header-actions .btn-red{width:98px!important;min-width:98px!important;font-size:13px!important}.theme-toggle{width:38px!important;height:38px!important}}
@media(max-width:1240px){.desktop-nav.nav-single-line{display:none!important}.header-row.compact-header{grid-template-columns:1fr auto!important}.brand-wrap{width:auto}.header-actions{width:auto}.menu-toggle{display:inline-flex}.header-actions .btn-red{width:116px!important;min-width:116px!important}}
@media(max-width:700px){.container{width:min(100% - 28px,var(--max))}.brand-wrap img{width:210px!important}.brand-text{display:none}.header-row.compact-header{min-height:72px}.header-actions .btn-red{display:none}.topbar-inner{font-size:11px}.topbar .muted-small,.topbar-sep,.topbar-right span:last-child{display:none}.hero-rotator h1,.page-hero h1{font-size:38px}}



/* V11 text visibility fix */
body[data-theme="dark"] {
  color: #f3f7ff !important;
  background: #071019 !important;
}
body[data-theme="dark"] h1,
body[data-theme="dark"] h2,
body[data-theme="dark"] h3,
body[data-theme="dark"] h4,
body[data-theme="dark"] p,
body[data-theme="dark"] li,
body[data-theme="dark"] span,
body[data-theme="dark"] .section-title,
body[data-theme="dark"] .subtext,
body[data-theme="dark"] .lead,
body[data-theme="dark"] .card h3,
body[data-theme="dark"] .card p,
body[data-theme="dark"] .metric-card h3,
body[data-theme="dark"] .metric-card p,
body[data-theme="dark"] .feature-box,
body[data-theme="dark"] .process-card h3,
body[data-theme="dark"] .process-card p,
body[data-theme="dark"] .process-caption-line,
body[data-theme="dark"] .tab-panel,
body[data-theme="dark"] .tab-panel p,
body[data-theme="dark"] .tab-panel h3 {
  color: #f2f6ff !important;
}
body[data-theme="dark"] .muted,
body[data-theme="dark"] .subtext,
body[data-theme="dark"] .lead,
body[data-theme="dark"] .card p,
body[data-theme="dark"] .metric-card p,
body[data-theme="dark"] .process-card p {
  color: #cbd5e1 !important;
}
body[data-theme="dark"] .card,
body[data-theme="dark"] .metric-card,
body[data-theme="dark"] .feature-box,
body[data-theme="dark"] .process-card,
body[data-theme="dark"] .tab-panel,
body[data-theme="dark"] .premium-panel,
body[data-theme="dark"] .cap-card,
body[data-theme="dark"] .client-card,
body[data-theme="dark"] .jv-card {
  background: #111a26 !important;
  border: 1px solid #263244 !important;
}
body[data-theme="dark"] .feature-box {
  border-left: 5px solid #ed1936 !important;
  box-shadow: 0 18px 40px rgba(0,0,0,.25) !important;
}
body[data-theme="dark"] .metric-card span,
body[data-theme="dark"] .process-visual span {
  color: #ffffff !important;
}
body[data-theme="light"] .card,
body[data-theme="light"] .metric-card,
body[data-theme="light"] .feature-box,
body[data-theme="light"] .process-card,
body[data-theme="light"] .tab-panel,
body[data-theme="light"] .premium-panel,
body[data-theme="light"] .cap-card,
body[data-theme="light"] .client-card,
body[data-theme="light"] .jv-card {
  background: #ffffff !important;
  color: #111827 !important;
}
body[data-theme="light"] .card h3,
body[data-theme="light"] .card p,
body[data-theme="light"] .metric-card h3,
body[data-theme="light"] .metric-card p,
body[data-theme="light"] .feature-box,
body[data-theme="light"] .process-card h3,
body[data-theme="light"] .process-card p {
  color: #111827 !important;
}
body[data-theme="light"] .subtext,
body[data-theme="light"] .lead {
  color: #4b5563 !important;
}

/* Keep admin white and readable */
.admin-body,
.admin-body * {
  color: #111827;
}
.admin-body {
  background: #f5f7fb !important;
}
.admin-card,
.tile,
.admin-content .card {
  background: #ffffff !important;
  color: #111827 !important;
}
.admin-card h1,
.admin-card h2,
.admin-card h3,
.tile h3,
.admin-title {
  color: #111827 !important;
}
.admin-card p,
.tile p,
.admin-sub {
  color: #4b5563 !important;
}
.admin-sidebar,
.admin-sidebar * {
  color: #ffffff !important;
}

/* Header final alignment */
.header-row.compact-header {
  grid-template-columns: 430px minmax(620px, 1fr) auto !important;
  gap: 18px !important;
}
.brand-wrap img {
  max-width: 330px !important;
  height: auto !important;
}
.brand-text strong {
  color: #111827 !important;
}
body[data-theme="dark"] .site-header {
  background: #ffffff !important;
}
body[data-theme="dark"] .desktop-nav > a,
body[data-theme="dark"] .cap-link,
body[data-theme="dark"] .theme-toggle {
  color: #111827 !important;
}
body[data-theme="dark"] .brand-text strong,
body[data-theme="dark"] .brand-text small {
  color: #111827 !important;
}
.desktop-nav {
  white-space: nowrap !important;
}
.desktop-nav > a,
.cap-link {
  font-size: 13px !important;
  padding: 8px 9px !important;
}
.btn.btn-red.btn-compact {
  white-space: nowrap !important;
}
@media (max-width: 1400px) {
  .header-row.compact-header {
    grid-template-columns: 360px 1fr auto !important;
  }
  .brand-wrap img { max-width: 285px !important; }
  .desktop-nav > a, .cap-link { font-size: 12px !important; padding: 7px 7px !important; }
}
@media (max-width: 1180px) {
  .desktop-nav { display: none !important; }
  .menu-toggle { display: inline-flex !important; }
}

/* V12 full mobile + dark premium header */
body{overflow-x:hidden}
.site-header,body[data-theme="dark"] .site-header,body[data-theme="light"] .site-header{background:#0b1018!important;border-bottom:1px solid rgba(255,255,255,.08)!important;box-shadow:0 10px 35px rgba(0,0,0,.25)!important}
.topbar{background:#070b11!important;color:#e7edf6!important;border-bottom:1px solid rgba(255,255,255,.06)!important}
.header-row.compact-header{min-height:86px!important;display:grid!important;grid-template-columns:minmax(280px,430px) minmax(0,1fr) auto!important;gap:18px!important;align-items:center!important}
.brand-wrap{display:flex!important;align-items:center!important;gap:14px!important;min-width:0!important}
.brand-wrap img{max-width:260px!important;width:100%!important;height:auto!important;object-fit:contain!important}
.brand-text strong{color:#fff!important;letter-spacing:.05em!important}.brand-text small{color:#9fb0c5!important}
.desktop-nav{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:2px!important;min-width:0!important;white-space:nowrap!important}
.desktop-nav>a,.cap-link{color:#d6deea!important;font-size:13px!important;font-weight:800!important;padding:9px 8px!important;border-radius:10px!important}
.desktop-nav>a:hover,.cap-link:hover{background:#161f2b!important;color:#fff!important}
.header-actions{display:flex!important;align-items:center!important;gap:10px!important}
.theme-toggle{width:50px!important;height:50px!important;display:inline-grid!important;place-items:center!important;background:#131b27!important;border:1px solid #263244!important;border-radius:16px!important;color:#fff!important;padding:0!important}
.theme-toggle .theme-text{display:none!important}.btn.btn-red.btn-compact{padding:13px 18px!important;border-radius:20px!important;font-size:14px!important;min-width:auto!important}
.menu-toggle{display:none!important;background:#131b27!important;color:#fff!important;border:1px solid #263244!important;border-radius:14px!important;width:50px!important;height:50px!important;align-items:center!important;justify-content:center!important;font-size:24px!important}
.mobile-nav{display:none;background:#0b1018!important;border-top:1px solid rgba(255,255,255,.08)!important;padding:12px 18px 22px!important}
.mobile-nav.open{display:grid!important;grid-template-columns:1fr!important}.mobile-nav a,.mobile-title{color:#e9eef7!important;padding:13px 6px!important;border-bottom:1px solid rgba(255,255,255,.08)!important;font-weight:800!important}
body[data-theme="dark"]{background:#071019!important;color:#f4f7fb!important}
body[data-theme="dark"] .card,body[data-theme="dark"] .metric-card,body[data-theme="dark"] .feature-box,body[data-theme="dark"] .process-card,body[data-theme="dark"] .tab-panel,body[data-theme="dark"] .premium-panel,body[data-theme="dark"] .cap-card,body[data-theme="dark"] .client-card,body[data-theme="dark"] .jv-card{background:#111a26!important;border:1px solid #2b3749!important;color:#f2f6ff!important}
body[data-theme="dark"] h1,body[data-theme="dark"] h2,body[data-theme="dark"] h3,body[data-theme="dark"] h4,body[data-theme="dark"] p,body[data-theme="dark"] li,body[data-theme="dark"] .feature-box,body[data-theme="dark"] .subtext,body[data-theme="dark"] .lead{color:#f2f6ff!important}
body[data-theme="dark"] .subtext,body[data-theme="dark"] .lead,body[data-theme="dark"] .card p,body[data-theme="dark"] .metric-card p{color:#c7d3e4!important}
.visual-gallery-section{padding-top:72px!important}.visual-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.visual-card{margin:0;border-radius:24px;overflow:hidden;border:1px solid var(--line,#263244);background:#111a26;box-shadow:0 20px 50px rgba(0,0,0,.25);min-height:230px}.visual-card img{width:100%;height:100%;aspect-ratio:16/9;object-fit:cover;display:block;transition:transform .35s ease,filter .35s ease}.visual-card:hover img{transform:scale(1.04);filter:saturate(1.08) contrast(1.04)}
body[data-theme="light"] .site-header{background:#fff!important;border-bottom:1px solid #e5e7eb!important}body[data-theme="light"] .desktop-nav>a,body[data-theme="light"] .cap-link{color:#111827!important}body[data-theme="light"] .brand-text strong{color:#111827!important}body[data-theme="light"] .brand-text small{color:#667085!important}body[data-theme="light"] .theme-toggle{background:#fff!important;color:#111827!important;border-color:#e5e7eb!important}
.admin-body{background:#f4f6fb!important;color:#111827!important}.admin-content,.admin-card,.tile{background:#fff!important;color:#111827!important}.admin-title,.admin-card h1,.admin-card h2,.admin-card h3,.tile h3{color:#111827!important}.admin-sub,.admin-card p,.tile p{color:#4b5563!important}.admin-sidebar{background:#0b1018!important;color:#fff!important}.admin-sidebar *{color:#fff!important}
@media(max-width:1280px){.header-row.compact-header{grid-template-columns:minmax(230px,320px) 1fr auto!important}.brand-wrap img{max-width:210px!important}.desktop-nav>a,.cap-link{font-size:12px!important;padding:8px 6px!important}}
@media(max-width:1100px){.desktop-nav{display:none!important}.menu-toggle{display:inline-flex!important}.header-row.compact-header{grid-template-columns:1fr auto!important}.brand-wrap img{max-width:230px!important}.brand-text{display:block!important}}
@media(max-width:768px){.container{width:min(100% - 28px,var(--max,1440px))!important}.topbar{display:none!important}.header-row.compact-header{min-height:72px!important;gap:10px!important}.brand-wrap img{max-width:170px!important}.brand-text strong{font-size:13px!important}.brand-text small{font-size:8px!important;letter-spacing:.16em!important}.theme-toggle,.menu-toggle{width:42px!important;height:42px!important;border-radius:13px!important}.header-actions .btn{display:none!important}.hero-rotator,.page-hero{min-height:70vh!important}.hero-inner h1,.page-inner h1{font-size:clamp(34px,10vw,58px)!important;line-height:1.02!important}.hero-inner p,.page-inner .lead{font-size:16px!important}.grid.two,.grid.three,.process-grid-images,.cap-landing-grid,.jv-grid{grid-template-columns:1fr!important}.visual-grid{grid-template-columns:1fr!important;gap:16px}.visual-card{min-height:190px;border-radius:18px}.section{padding:54px 0!important}}
@media(min-width:769px) and (max-width:1180px){.visual-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}


/* V13 real-image polish */
:root{color-scheme:dark light}
body[data-theme=dark] .site-header, body[data-theme=dark] .topbar{background:rgba(5,10,18,.95)!important;backdrop-filter:blur(10px)}
body[data-theme=dark] .desktop-nav a, body[data-theme=dark] .cap-link, body[data-theme=dark] .brand-text strong, body[data-theme=dark] .brand-text small, body[data-theme=dark] .topbar, body[data-theme=dark] .topbar * {color:#ffffff !important; opacity:1 !important; text-shadow:none !important}
body[data-theme=dark] .desktop-nav a{font-weight:700 !important}
body[data-theme=dark] .desktop-nav a:hover, body[data-theme=dark] .cap-link:hover{color:#ff3557 !important}
.site-header .brand-wrap img{background:#fff;border-radius:0;padding:0;max-height:76px;width:auto;max-width:360px}
.theme-toggle{border-radius:16px!important}
.btn.btn-red.btn-compact{padding:12px 18px!important;font-size:14px!important}
.visual-gallery-section .section-head,.visual-gallery-section h2,.visual-gallery-section .tag,.visual-gallery-section .subtext{display:none !important}
.visual-gallery-section{padding-top:24px!important}
.visual-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px!important}
.visual-card{background:#101827!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:24px!important;overflow:hidden;box-shadow:0 18px 40px rgba(0,0,0,.18)!important}
.visual-card img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover}
.cap-menu{background:#0d1623!important;border:1px solid rgba(255,255,255,.08)!important}
.cap-menu a{color:#fff!important}
.cap-menu a:hover{background:#182335!important}
@media (max-width:1100px){
  .header-row.compact-header{grid-template-columns:1fr auto!important;gap:12px!important}
  .brand-wrap{min-width:0!important;overflow:hidden}
  .site-header .brand-wrap img{max-width:220px!important;max-height:56px!important}
  .brand-text strong{font-size:16px!important}
  .brand-text small{font-size:9px!important;letter-spacing:.18em!important}
}
@media (max-width:768px){
  .site-header .brand-wrap img{max-width:160px!important;max-height:44px!important}
  .brand-text{display:block!important}
  .brand-text strong{font-size:13px!important;line-height:1.1!important}
  .brand-text small{font-size:8px!important;line-height:1.2!important}
  .visual-grid{grid-template-columns:1fr!important;gap:16px!important}
  .header-actions .btn{display:none!important}
  .menu-toggle{display:inline-flex!important}
  .desktop-nav{display:none!important}
  .mobile-nav{background:#0b1018!important}
  .mobile-nav a,.mobile-title,.mobile-sub{color:#fff!important}
}


/* ===== V14 FINAL REAL IMAGE OVERRIDES ===== */
html[data-theme="dark"] body, body[data-theme="dark"]{background:#081019!important;color:#eef3fb!important}
html[data-theme="light"] body, body[data-theme="light"]{background:#ffffff!important;color:#111827!important}
.site-header, body[data-theme="dark"] .site-header, body[data-theme="light"] .site-header{position:sticky;top:0;z-index:1000;background:rgba(6,11,18,.96)!important;border-bottom:1px solid rgba(255,255,255,.08)!important;backdrop-filter:blur(14px)!important}
.topbar, body[data-theme="dark"] .topbar{background:#050a12!important;color:#ffffff!important}
body[data-theme="dark"] .topbar *, body[data-theme="dark"] .desktop-nav>a, body[data-theme="dark"] .cap-link, body[data-theme="dark"] .brand-text strong, body[data-theme="dark"] .brand-text small{color:#ffffff!important;opacity:1!important}
body[data-theme="dark"] .brand-text strong{font-weight:900!important;letter-spacing:.08em}
body[data-theme="dark"] .brand-text small{color:#d8e2f1!important}
body[data-theme="dark"] .desktop-nav>a:hover, body[data-theme="dark"] .cap-link:hover{background:rgba(237,25,54,.18)!important;color:#fff!important}
body[data-theme="light"] .site-header{background:rgba(255,255,255,.97)!important;border-bottom:1px solid #e5e7eb!important}
body[data-theme="light"] .desktop-nav>a, body[data-theme="light"] .cap-link, body[data-theme="light"] .brand-text strong{color:#111827!important}
body[data-theme="light"] .brand-text small{color:#667085!important}
.brand-wrap{gap:14px!important}.brand-wrap img{max-width:290px!important;width:290px!important;height:auto!important;display:block}
.header-row.compact-header{grid-template-columns:440px minmax(0,1fr) 180px!important;gap:18px!important;min-height:92px!important}
.desktop-nav.nav-single-line{gap:4px!important}
.desktop-nav>a,.cap-link{font-size:14px!important;font-weight:800!important;padding:0 10px!important;height:44px!important}
.header-actions .btn-red{min-width:124px!important;width:auto!important;padding:0 18px!important;height:48px!important}
.theme-toggle{background:#121a27!important;border-color:#2a3444!important;color:#fff!important}
body[data-theme="light"] .theme-toggle{background:#f8fafc!important;color:#111827!important;border-color:#d7dde6!important}
.mobile-nav{background:#09121c!important}
.mobile-nav a,.mobile-title,.mobile-sub{color:#fff!important}
.visual-gallery-section .section-head,.visual-gallery-section h2,.visual-gallery-section .tag,.visual-gallery-section .subtext{display:none!important}
.visual-gallery-section{padding-top:18px!important}
.visual-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px!important;align-items:start}
.visual-card{position:relative;overflow:hidden;border-radius:18px!important;background:#101827!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:0 16px 30px rgba(0,0,0,.18)!important;opacity:0;transform:translateY(18px);transition:transform .65s ease, opacity .65s ease, box-shadow .3s ease}
.visual-card.in-view{opacity:1;transform:none}
.visual-card:hover{transform:translateY(-4px)!important;box-shadow:0 24px 40px rgba(0,0,0,.25)!important}
.visual-card img{display:block;width:100%;height:220px!important;object-fit:cover}
.gallery.side-gallery{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}
.gallery.side-gallery img{width:100%;height:180px!important;object-fit:cover;border-radius:18px!important}
.page-hero .lead,.hero-inner p{max-width:780px}
.page-hero,.hero-rotator{overflow:hidden}
.feature-box,.card,.metric-card,.process-card,.cap-card,.client-card,.jv-card{transition:transform .35s ease, box-shadow .35s ease}
.feature-box:hover,.card:hover,.metric-card:hover,.process-card:hover,.cap-card:hover,.client-card:hover,.jv-card:hover{transform:translateY(-4px);box-shadow:0 24px 44px rgba(0,0,0,.16)}
.fade-up{opacity:0;transform:translateY(20px);transition:all .7s ease}.fade-up.in-view{opacity:1;transform:none}
@media (max-width:1400px){.header-row.compact-header{grid-template-columns:380px minmax(0,1fr) 160px!important}.brand-wrap img{width:245px!important;max-width:245px!important}.desktop-nav>a,.cap-link{font-size:13px!important;padding:0 7px!important}.visual-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media (max-width:1100px){.header-row.compact-header{grid-template-columns:1fr auto!important;min-height:82px!important}.brand-wrap{width:auto!important}.desktop-nav{display:none!important}.menu-toggle{display:inline-flex!important}.header-actions{width:auto!important}.header-actions .btn-red{display:none!important}.brand-wrap img{max-width:220px!important;width:220px!important}.brand-text strong{font-size:16px!important}.brand-text small{font-size:9px!important}.visual-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.visual-card img{height:200px!important}}
@media (max-width:768px){.container{width:min(100% - 24px,var(--max,1440px))!important}.topbar{display:none!important}.header-row.compact-header{min-height:74px!important;gap:10px!important}.brand-wrap{gap:10px!important}.brand-wrap img{width:160px!important;max-width:160px!important}.brand-text{width:118px!important;max-width:118px!important;flex:0 0 118px!important}.brand-text strong{font-size:13px!important;line-height:1.05!important}.brand-text small{font-size:8px!important;line-height:1.2!important;letter-spacing:.15em!important}.theme-toggle,.menu-toggle{width:42px!important;height:42px!important;border-radius:12px!important}.desktop-nav{display:none!important}.mobile-nav{display:block!important}.visual-grid{grid-template-columns:1fr!important;gap:14px!important}.visual-card img{height:190px!important}.gallery.side-gallery{grid-template-columns:1fr!important}.gallery.side-gallery img{height:170px!important}.section{padding:52px 0!important}.hero-inner h1,.page-inner h1{font-size:clamp(32px,10vw,54px)!important;line-height:1.02!important}}


/* ===== V15 Service Management final polish ===== */
body[data-theme="dark"] .site-header,
.site-header{
  background:rgba(5,10,18,.98)!important;
  border-bottom:1px solid rgba(255,255,255,.10)!important;
}
body[data-theme="dark"] .desktop-nav>a,
body[data-theme="dark"] .cap-link,
body[data-theme="dark"] .brand-text strong,
body[data-theme="dark"] .brand-text small,
body[data-theme="dark"] .topbar,
body[data-theme="dark"] .topbar *{
  color:#f8fbff!important;
  opacity:1!important;
  text-shadow:none!important;
}
body[data-theme="dark"] .brand-text small{
  color:#d8e4f5!important;
}
.brand-text strong{
  font-size:21px!important;
  line-height:1.05!important;
}
.brand-text small{
  font-size:10px!important;
  letter-spacing:.18em!important;
}
.desktop-nav>a,.cap-link{
  color:#f7fbff!important;
  opacity:1!important;
  font-weight:800!important;
}
body[data-theme="light"] .desktop-nav>a,
body[data-theme="light"] .cap-link{
  color:#111827!important;
}
.header-row.compact-header{
  grid-template-columns:430px minmax(0,1fr) 170px!important;
}
.brand-wrap img{
  background:#ffffff!important;
  max-width:275px!important;
  width:275px!important;
}
.btn.btn-red.btn-compact{
  min-width:120px!important;
  height:48px!important;
  padding:0 18px!important;
  border-radius:18px!important;
}
.visual-gallery-section .section-head,
.visual-gallery-section h2,
.visual-gallery-section .tag,
.visual-gallery-section .subtext{
  display:none!important;
}
.visual-gallery-section{
  padding:18px 0 56px!important;
}
.visual-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:18px!important;
}
.visual-card{
  border-radius:18px!important;
  overflow:hidden!important;
  min-height:auto!important;
  animation:amrockFadeUp .7s ease both;
}
.visual-card img{
  height:190px!important;
  object-fit:cover!important;
}
.gallery.side-gallery img{
  height:170px!important;
  object-fit:cover!important;
}
@keyframes amrockFadeUp{
  from{opacity:0;transform:translateY(18px)}
  to{opacity:1;transform:translateY(0)}
}
.card,.feature-box,.cap-card,.client-card,.jv-card,.process-card,.metric-card{
  animation:amrockFadeUp .7s ease both;
}
.card:hover,.feature-box:hover,.cap-card:hover,.client-card:hover,.jv-card:hover,.process-card:hover,.metric-card:hover{
  transform:translateY(-4px)!important;
  box-shadow:0 24px 48px rgba(0,0,0,.25)!important;
}
@media(max-width:1350px){
  .header-row.compact-header{grid-template-columns:360px minmax(0,1fr) 150px!important;}
  .brand-wrap img{width:230px!important;max-width:230px!important;}
  .desktop-nav>a,.cap-link{font-size:12px!important;padding:0 6px!important;}
  .visual-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
}
@media(max-width:1100px){
  .desktop-nav{display:none!important;}
  .menu-toggle{display:inline-flex!important;}
  .header-row.compact-header{grid-template-columns:1fr auto!important;}
  .brand-wrap img{width:210px!important;max-width:210px!important;}
  .header-actions .btn-red{display:none!important;}
}
@media(max-width:768px){
  .brand-wrap img{width:155px!important;max-width:155px!important;}
  .brand-text strong{font-size:13px!important;}
  .brand-text small{font-size:8px!important;}
  .visual-grid{grid-template-columns:1fr!important;gap:14px!important;}
  .visual-card img{height:180px!important;}
  .gallery.side-gallery img{height:160px!important;}
}

/* V15 live cleanup additions */
.product-grid-full{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.product-card-full{display:grid;grid-template-columns:44% 1fr;background:var(--card,#fff);border:1px solid var(--line,#e6eaf0);border-radius:26px;overflow:hidden;box-shadow:0 18px 44px rgba(0,0,0,.12);animation:amrockFadeUp .7s ease both}.product-card-full .product-img img{width:100%;height:100%;min-height:290px;object-fit:cover;display:block}.product-copy{padding:26px}.product-copy h3{font-size:24px;margin:10px 0}.product-copy p{line-height:1.7}.product-copy a,.blog-copy a{font-weight:800;color:var(--red,#ed1c38)}.blog-card img{width:100%;height:230px;object-fit:cover;border-radius:20px 20px 0 0}.blog-copy{padding:22px}.service-section-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.service-detail-card{background:var(--card,#fff);border:1px solid var(--line,#e6eaf0);border-radius:26px;overflow:hidden;box-shadow:0 18px 44px rgba(0,0,0,.12)}.service-detail-card img{width:100%;height:250px;object-fit:cover}.service-detail-card>div:last-child{padding:24px}.service-detail-card h3{font-size:24px;margin:8px 0}.narrow-content{max-width:900px}.article-card{font-size:18px;line-height:1.8;padding:34px!important}@media(max-width:1100px){.product-grid-full,.service-section-grid{grid-template-columns:1fr}.product-card-full{grid-template-columns:1fr}.product-card-full .product-img img{min-height:220px}.service-detail-card img{height:220px}}@media(max-width:768px){.product-copy{padding:20px}.blog-card img{height:190px}.service-detail-card img{height:190px}}

/* === V15.1 compact service/admin/mobile fixes === */
.service-section-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;align-items:stretch!important}
.service-detail-card{display:flex!important;flex-direction:column!important;background:var(--card)!important;border:1px solid var(--border)!important;border-radius:22px!important;overflow:hidden!important;min-height:auto!important;box-shadow:var(--shadow-soft)!important}
.service-detail-card>div:first-child{height:170px!important;overflow:hidden!important}
.service-detail-card img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}
.service-detail-card>div:last-child{padding:16px!important}
.service-detail-card h3{font-size:18px!important;line-height:1.18!important;margin:7px 0 8px!important}
.service-detail-card p{font-size:13.5px!important;line-height:1.55!important;margin:0!important;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}
.service-detail-card .tag{font-size:9px!important;letter-spacing:.14em!important}
.visual-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important}.visual-card img{height:155px!important;object-fit:cover!important;border-radius:16px!important}
.admin-body{background:#f5f7fb!important;color:#111827!important}.admin-body *{box-sizing:border-box}.admin-body h1,.admin-body h2,.admin-body h3,.admin-body p,.admin-body label,.admin-body strong{color:#111827!important}.admin-body .admin-sub,.admin-body .admin-small,.admin-body .tile p{color:#4b5563!important}.admin-shell{background:#f5f7fb!important}.admin-content{background:#f5f7fb!important}.admin-title{font-size:30px!important;color:#111827!important}.admin-sidebar{background:#0b111b!important;color:#fff!important}.admin-sidebar h2,.admin-sidebar p,.admin-sidebar a{color:#fff!important}.admin-topbar{display:flex;justify-content:flex-end;margin-bottom:14px}.btn-dark{background:#111827!important;color:#fff!important;border-color:#111827!important}.admin-tiles{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}.tile{background:#fff!important;border:1px solid #dbe2ea!important;border-radius:22px!important;box-shadow:0 12px 30px rgba(15,23,42,.07)!important;min-height:190px!important;padding:24px!important;position:relative;overflow:hidden}.tile:after{content:"";position:absolute;right:-42px;bottom:-42px;width:110px;height:110px;background:rgba(238,23,55,.10);border-radius:50%}.tile .btn{position:relative;z-index:2}.admin-card,.admin-body .card{background:#fff!important;color:#111827!important;border:1px solid #dbe2ea!important}.admin-body input,.admin-body textarea,.admin-body select{background:#fff!important;color:#111827!important;border:1px solid #cbd5e1!important}.blog-admin-row{display:grid!important;grid-template-columns:220px 1fr!important;gap:18px!important;margin-bottom:16px!important}.blog-admin-image img{width:100%!important;height:140px!important;object-fit:cover!important;border-radius:16px!important}
@media(max-width:1180px){.service-section-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.admin-tiles{grid-template-columns:repeat(2,minmax(0,1fr))!important}.visual-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:760px){.topbar{display:none!important}.site-header{position:sticky!important;top:0!important}.header-row{height:auto!important;padding:10px 0!important}.brand-wrap img{width:128px!important;height:auto!important}.brand-text{display:block!important}.brand-text strong{font-size:12px!important}.brand-text small{font-size:8px!important;max-width:100px!important}.desktop-nav{display:none!important}.header-actions .btn,.theme-toggle{display:none!important}.menu-toggle{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:44px!important;height:44px!important;font-size:24px!important;background:#0f141c!important;color:#fff!important;border-radius:13px!important;border:1px solid rgba(255,255,255,.15)!important}.mobile-nav{display:none!important;position:absolute!important;top:100%!important;left:0!important;right:0!important;background:#0b111b!important;padding:12px 16px!important;border-top:1px solid rgba(255,255,255,.1)!important;box-shadow:0 20px 40px rgba(0,0,0,.32)!important;max-height:calc(100vh - 74px)!important;overflow:auto!important;z-index:9999!important}.mobile-nav.open{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}.mobile-nav a,.mobile-title{display:block!important;padding:10px 11px!important;border-radius:12px!important;background:rgba(255,255,255,.06)!important;color:#fff!important;font-size:13px!important;line-height:1.25!important;text-decoration:none!important}.mobile-title{grid-column:1/-1!important;background:transparent!important;color:#9ca3af!important;text-transform:uppercase!important;letter-spacing:.12em!important;font-size:11px!important;padding-bottom:2px!important}.mobile-sub{font-size:12.5px!important}.page-hero,.hero{min-height:430px!important}.page-inner,.hero-content{padding-top:70px!important;padding-bottom:46px!important}.page-inner h1,.hero-content h1{font-size:34px!important;line-height:1.04!important;max-width:96%!important}.page-inner .lead,.hero-content .lead{font-size:15px!important;line-height:1.55!important}.service-section-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:11px!important}.service-detail-card{border-radius:16px!important}.service-detail-card>div:first-child{height:105px!important}.service-detail-card>div:last-child{padding:10px!important}.service-detail-card h3{font-size:13.5px!important}.service-detail-card p{font-size:11.5px!important;line-height:1.42!important;-webkit-line-clamp:3}.service-detail-card .tag{font-size:7.5px!important;letter-spacing:.08em!important}.visual-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.visual-card img{height:110px!important}.admin-shell{display:block!important}.admin-sidebar{position:relative!important;width:100%!important;min-height:auto!important;padding:16px!important}.admin-sidebar nav{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.admin-content{padding:18px!important}.admin-tiles{grid-template-columns:1fr!important}.tile{min-height:auto!important;padding:20px!important}.blog-admin-row{grid-template-columns:1fr!important}.admin-topbar{justify-content:flex-start!important}}

/* === V15.3 signage sub pages + SEO layout === */
.signage-sub-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.signage-sub-card{background:var(--card,#fff);border:1px solid var(--line,#e5e7eb);border-radius:22px;overflow:hidden;box-shadow:0 14px 34px rgba(15,23,42,.10);transition:.2s}.signage-sub-card:hover{transform:translateY(-3px)}.signage-sub-card a{display:block;color:inherit;text-decoration:none}.signage-sub-card img{width:100%;height:150px;object-fit:cover;display:block}.signage-sub-card div{padding:15px}.signage-sub-card h3{font-size:18px;line-height:1.15;margin:6px 0}.signage-sub-card p{font-size:13px;line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.readmore{display:inline-block;margin-top:12px;font-weight:900;color:var(--red,#ed1c38);font-size:13px}.signage-child-link{font-size:12px!important;padding-left:24px!important;color:#dce7f6!important;background:#142032!important}.signage-mobile-child{font-size:11.5px!important;opacity:.92}.signage-detail-gallery.visual-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-view-link{font-size:13px;margin-left:10px;color:#ed1c38!important}.thumb-row.single{grid-template-columns:180px!important}.signage-admin-card h4{margin:18px 0 10px;color:#111827!important}
@media(max-width:1180px){.signage-sub-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.signage-detail-gallery.visual-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.signage-sub-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.signage-sub-card{border-radius:16px}.signage-sub-card img{height:105px}.signage-sub-card div{padding:10px}.signage-sub-card h3{font-size:13.5px}.signage-sub-card p{font-size:11.5px;line-height:1.42;-webkit-line-clamp:3}.signage-detail-gallery.visual-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.readmore{font-size:11px}}


/* ===== AMROCK V15.5 HEADER + ADMIN STABILITY FIX ===== */
html, body{overflow-x:hidden!important;}
.site-header{position:sticky!important;top:0!important;z-index:999!important;background:rgba(255,255,255,.98)!important;border-bottom:1px solid #e5e7eb!important;}
.header-row,.compact-header{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;min-height:86px!important;height:auto!important;padding:12px 0!important;}
.brand-wrap{flex:0 0 auto!important;display:flex!important;align-items:center!important;gap:12px!important;min-width:250px!important;max-width:390px!important;}
.brand-wrap img{height:54px!important;width:auto!important;max-width:210px!important;object-fit:contain!important;}
.brand-text{display:block!important;min-width:0!important;}
.brand-text strong{font-size:20px!important;line-height:1!important;letter-spacing:.06em!important;white-space:nowrap!important;color:#111827!important;}
.brand-text small{font-size:10.5px!important;line-height:1.35!important;letter-spacing:.18em!important;color:#475569!important;display:block!important;max-width:180px!important;}
.desktop-nav,.nav-single-line{flex:1 1 auto!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:2px!important;flex-wrap:nowrap!important;min-width:0!important;white-space:nowrap!important;}
.desktop-nav>a,.cap-link,.cap-btn{font-size:13px!important;font-weight:800!important;padding:9px 8px!important;border-radius:12px!important;line-height:1.1!important;color:#111827!important;display:inline-flex!important;align-items:center!important;gap:4px!important;white-space:nowrap!important;}
.cap-wrap{position:relative!important;flex:0 0 auto!important;}
.cap-menu{top:38px!important;left:auto!important;right:0!important;width:360px!important;max-height:76vh!important;overflow:auto!important;background:#fff!important;color:#111827!important;z-index:5000!important;}
.cap-menu a{color:#111827!important;font-size:13px!important;line-height:1.25!important;}
.cap-menu .signage-child-link{color:#334155!important;background:#f8fafc!important;font-size:12px!important;}
.header-actions{flex:0 0 auto!important;display:flex!important;align-items:center!important;gap:8px!important;}
.header-actions .btn-compact{padding:12px 18px!important;font-size:13px!important;}
.theme-toggle{width:44px!important;height:44px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:14px!important;border:1px solid #dbe2ea!important;background:#f8fafc!important;color:#111827!important;}
.theme-toggle .theme-text{display:none!important;}
.menu-toggle{display:none!important;}
.mobile-nav{display:none!important;}
@media(max-width:1380px){
 .brand-wrap{min-width:230px!important;max-width:320px!important}.brand-wrap img{height:48px!important;max-width:180px!important}.brand-text strong{font-size:17px!important}.brand-text small{font-size:9px!important;max-width:140px!important}
 .desktop-nav>a,.cap-link,.cap-btn{font-size:12.2px!important;padding:8px 6px!important}.header-actions .btn-compact{padding:10px 14px!important;font-size:12px!important}.theme-toggle{width:40px!important;height:40px!important}
}
@media(max-width:1180px){
 .desktop-nav{display:none!important}.menu-toggle{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:46px!important;height:46px!important;background:#0f172a!important;color:#fff!important;border:0!important;border-radius:14px!important;font-size:24px!important}.header-actions .btn-compact,.theme-toggle{display:none!important}
 .site-header{position:sticky!important}.header-row{min-height:72px!important;padding:9px 0!important}.brand-wrap{min-width:0!important;max-width:calc(100% - 62px)!important}.brand-wrap img{height:44px!important;max-width:160px!important}.brand-text strong{font-size:14px!important}.brand-text small{font-size:8px!important;letter-spacing:.14em!important;max-width:120px!important}
 .mobile-nav{position:absolute!important;top:100%!important;left:0!important;right:0!important;background:#08111d!important;color:#fff!important;border-top:1px solid rgba(255,255,255,.1)!important;padding:14px 18px!important;box-shadow:0 24px 60px rgba(0,0,0,.35)!important;z-index:9999!important;max-height:calc(100vh - 72px)!important;overflow:auto!important;}
 .mobile-nav.open{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.mobile-nav a,.mobile-title{color:#fff!important;background:rgba(255,255,255,.07)!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:12px!important;padding:10px 11px!important;font-size:13px!important;line-height:1.25!important;font-weight:700!important}.mobile-title{grid-column:1/-1!important;background:transparent!important;border:0!important;color:#94a3b8!important;text-transform:uppercase!important;letter-spacing:.12em!important;font-size:11px!important}.mobile-sub{font-size:12px!important}.signage-mobile-child{font-size:11px!important;opacity:.95!important}
}
@media(max-width:640px){
 .topbar{display:none!important}.container{width:min(100% - 24px, var(--max))!important}.header-row{min-height:68px!important}.brand-wrap img{height:38px!important;max-width:135px!important}.brand-text strong{font-size:12px!important}.brand-text small{font-size:7.2px!important;max-width:98px!important}.mobile-nav.open{grid-template-columns:1fr!important}.hero-rotator{min-height:520px!important}.hero-inner{padding:74px 0 50px!important}.hero-inner h1,h1{font-size:34px!important;line-height:1.05!important}.lead{font-size:15px!important}.float-wa,.float-call{width:46px!important;height:46px!important;right:12px!important}.float-wa{bottom:70px!important}.float-call{bottom:14px!important}
}
/* Admin hard override */
body.admin-body{background:#f5f7fb!important;color:#0f172a!important;font-family:'Century Gothic','Segoe UI',Arial,sans-serif!important;}
.admin-shell{display:grid!important;grid-template-columns:280px minmax(0,1fr)!important;min-height:100vh!important;background:#f5f7fb!important;}
.admin-sidebar{background:#08111d!important;color:#fff!important;padding:22px 18px!important;position:sticky!important;top:0!important;height:100vh!important;overflow:auto!important;border-right:1px solid #172033!important;}
.admin-logo{height:56px!important;width:auto!important;max-width:210px!important;background:#fff!important;border-radius:12px!important;padding:6px!important;margin:0 0 12px!important;}
.admin-sidebar h2{color:#fff!important;font-size:20px!important;margin:4px 0 4px!important;line-height:1.2!important;}.admin-small{color:#a8b3c7!important;font-size:12px!important;margin-bottom:16px!important;}
.admin-sidebar nav{display:grid!important;gap:6px!important}.admin-sidebar nav a{display:block!important;color:#dbeafe!important;opacity:1!important;background:transparent!important;padding:11px 12px!important;border-radius:12px!important;font-size:14px!important;font-weight:700!important;line-height:1.25!important;border:1px solid transparent!important;}.admin-sidebar nav a:hover{background:#12233a!important;color:#fff!important}.admin-sidebar nav a.active{background:#fff1f3!important;color:#ed1936!important;border-color:#fecdd3!important;}
.admin-content{padding:26px!important;min-width:0!important;color:#0f172a!important;}.admin-topbar{display:flex!important;justify-content:flex-end!important;gap:10px!important;margin-bottom:16px!important;position:sticky!important;top:0!important;z-index:20!important;background:rgba(245,247,251,.92)!important;backdrop-filter:blur(10px)!important;padding:6px 0 12px!important;}.admin-title{color:#0f172a!important;font-size:32px!important;margin:0 0 6px!important}.admin-sub{color:#475569!important;font-size:15px!important;margin:0 0 18px!important}.admin-card,.tile{background:#fff!important;color:#0f172a!important;border:1px solid #e2e8f0!important;border-radius:18px!important;box-shadow:0 14px 34px rgba(15,23,42,.08)!important;}.admin-card{padding:22px!important;margin-bottom:18px!important}.tile{padding:20px!important;min-height:175px!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:space-between!important}.tile h3{color:#0f172a!important;font-size:18px!important;margin:0 0 8px!important}.tile p{color:#475569!important;font-size:14px!important;line-height:1.5!important}.admin-tiles{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important}.admin-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}.admin-card label{display:block!important;color:#0f172a!important;font-weight:800!important;margin:10px 0 5px!important}.admin-card input,.admin-card textarea,.admin-card select{background:#fff!important;color:#0f172a!important;border:1px solid #cbd5e1!important;border-radius:12px!important;padding:12px 13px!important;font-size:14px!important;width:100%!important}.admin-card input:focus,.admin-card textarea:focus,.admin-card select:focus{outline:2px solid rgba(237,25,54,.18)!important;border-color:#ed1936!important}.thumb-row{grid-template-columns:repeat(4,minmax(0,1fr))!important}.thumb img{height:100px!important;object-fit:cover!important}.btn{min-height:42px!important}.btn-red{background:#ed1936!important;color:#fff!important}.btn-dark{background:#0f172a!important;color:#fff!important}
@media(max-width:1100px){.admin-shell{grid-template-columns:1fr!important}.admin-sidebar{position:relative!important;height:auto!important}.admin-sidebar nav{grid-template-columns:repeat(3,minmax(0,1fr))!important}.admin-tiles{grid-template-columns:repeat(2,minmax(0,1fr))!important}.admin-grid{grid-template-columns:1fr!important}}
@media(max-width:640px){.admin-content{padding:16px!important}.admin-sidebar nav{grid-template-columns:repeat(2,minmax(0,1fr))!important}.admin-tiles{grid-template-columns:1fr!important}.admin-title{font-size:25px!important}.tile{min-height:auto!important}.thumb-row{grid-template-columns:repeat(2,minmax(0,1fr))!important}}

/* AMROCK V15.6 external cache marker - final header/admin fixes handled by inline override */

/* === AMROCK V15.7 FINAL HEADER / POPUP / ADMIN STABILITY OVERRIDE === */
html,body{max-width:100%;overflow-x:hidden!important}.site-header{position:sticky!important;top:0!important;z-index:999!important;background:#fff!important;border-bottom:1px solid #e6ebf2!important;box-shadow:0 8px 28px rgba(15,23,42,.08)!important}.header-v157{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;min-height:82px!important;padding:10px 0!important}.brand-v157{display:flex!important;align-items:center!important;flex:0 0 auto!important;min-width:0!important}.brand-v157 img{width:clamp(180px,18vw,285px)!important;height:auto!important;max-height:66px!important;object-fit:contain!important}.nav-v157{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:4px!important;min-width:0!important}.nav-v157>a,.cap-trigger-v157{font-size:13.5px!important;font-weight:900!important;color:#111827!important;background:transparent!important;border:0!important;border-radius:12px!important;padding:10px 9px!important;white-space:nowrap!important;line-height:1!important;cursor:pointer!important;text-decoration:none!important}.nav-v157>a:hover,.cap-trigger-v157:hover{background:#fff0f3!important;color:#ed1936!important}.cap-wrap-v157{position:relative!important}.cap-panel-v157{display:none!important;position:absolute!important;top:calc(100% + 12px)!important;left:0!important;width:620px!important;max-width:calc(100vw - 40px)!important;background:#0b111b!important;color:#fff!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:22px!important;box-shadow:0 30px 80px rgba(0,0,0,.35)!important;padding:14px!important;z-index:6000!important}.cap-wrap-v157:hover .cap-panel-v157,.cap-wrap-v157:focus-within .cap-panel-v157{display:flex!important}.cap-main-list-v157{width:285px!important;display:grid!important;gap:7px!important}.cap-panel-v157 a,.cap-item-v157{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;min-height:42px!important;border:1px solid rgba(255,255,255,.10)!important;border-radius:14px!important;background:rgba(255,255,255,.06)!important;color:#f8fafc!important;padding:11px 13px!important;font-size:13px!important;font-weight:900!important;text-decoration:none!important}.cap-panel-v157 a:hover,.cap-item-v157:hover{background:#ed1936!important;color:#fff!important}.signage-step-v157{position:relative!important}.cap-sub-panel-v157{display:none!important;position:absolute!important;left:calc(100% + 12px)!important;top:0!important;width:255px!important;background:#111a27!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:18px!important;padding:10px!important;box-shadow:0 24px 60px rgba(0,0,0,.32)!important}.signage-step-v157:hover .cap-sub-panel-v157,.signage-step-v157:focus-within .cap-sub-panel-v157{display:grid!important;gap:7px!important}.cap-sub-panel-v157 a{min-height:38px!important;background:rgba(237,25,54,.15)!important;font-size:12.5px!important}.header-actions{display:flex!important;align-items:center!important;gap:10px!important;flex:0 0 auto!important}.theme-toggle{width:44px!important;height:44px!important;min-width:44px!important;display:grid!important;place-items:center!important;border-radius:15px!important;border:1px solid #d8e0eb!important;background:#f8fafc!important;color:#111827!important}.theme-text{display:none!important}.btn-compact{height:44px!important;padding:0 18px!important;border-radius:16px!important;font-weight:900!important;white-space:nowrap!important}.menu-toggle{display:none!important;width:46px!important;height:46px!important;border:0!important;border-radius:14px!important;background:#111827!important;color:#fff!important;font-size:24px!important;align-items:center!important;justify-content:center!important}.mobile-nav{display:none!important;position:absolute!important;top:100%!important;left:0!important;right:0!important;background:#0b111b!important;border-top:1px solid rgba(255,255,255,.1)!important;box-shadow:0 28px 60px rgba(0,0,0,.32)!important;padding:14px 18px 20px!important;z-index:5000!important;max-height:calc(100vh - 76px)!important;overflow:auto!important}.mobile-nav.open{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.mobile-nav a,.mobile-title{display:block!important;color:#f8fafc!important;background:rgba(255,255,255,.06)!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:13px!important;padding:12px 13px!important;font-size:14px!important;font-weight:900!important;text-decoration:none!important;line-height:1.25!important}.mobile-title{grid-column:1/-1!important;background:transparent!important;border:0!important;color:#ff6b7e!important;text-transform:uppercase!important;letter-spacing:.12em!important;font-size:11px!important;padding:8px 2px!important}.signage-mobile-child{background:rgba(237,25,54,.16)!important;padding-left:22px!important}body[data-theme="dark"] .site-header{background:#0b1018!important;border-color:#1e2b3b!important}body[data-theme="dark"] .nav-v157>a,body[data-theme="dark"] .cap-trigger-v157{color:#f1f5f9!important}body[data-theme="dark"] .nav-v157>a:hover,body[data-theme="dark"] .cap-trigger-v157:hover{background:#172233!important;color:#fff!important}body[data-theme="dark"] .theme-toggle{background:#141d2a!important;border-color:#26364b!important;color:#fff!important}.popup-backdrop{position:fixed!important;inset:0!important;background:rgba(5,8,13,.76)!important;display:none!important;place-items:center!important;z-index:9000!important;padding:22px!important}.popup-backdrop.open{display:grid!important}.popup-card{width:min(1080px,calc(100vw - 32px))!important;max-height:min(86vh,760px)!important;overflow:auto!important;background:linear-gradient(135deg,#0b111b,#141d2a)!important;color:#fff!important;border:1px solid rgba(255,255,255,.16)!important;border-radius:26px!important;box-shadow:0 35px 90px rgba(0,0,0,.42)!important;display:grid!important;grid-template-columns:44% 1fr!important;position:relative!important}.popup-media{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;padding:16px!important}.popup-media img{width:100%!important;height:100%!important;min-height:420px!important;object-fit:cover!important;border-radius:18px!important}.popup-content{padding:52px 42px 36px!important}.popup-badge{display:inline-block!important;background:#ed1936!important;color:#fff!important;border-radius:999px!important;padding:9px 16px!important;font-size:12px!important;font-weight:900!important;letter-spacing:.12em!important;text-transform:uppercase!important}.popup-content h3{font-size:clamp(34px,4vw,58px)!important;line-height:1.02!important;margin:28px 0 18px!important;color:#fff!important}.popup-content p{font-size:18px!important;line-height:1.65!important;color:#e5edf7!important}.popup-footer-note{margin:22px 0!important;padding:18px!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:18px!important;background:rgba(255,255,255,.08)!important;font-weight:800!important;color:#fff!important}.popup-close{position:absolute!important;top:18px!important;right:18px!important;width:44px!important;height:44px!important;border-radius:50%!important;border:1px solid rgba(255,255,255,.22)!important;background:#0b111b!important;color:#fff!important;font-size:28px!important;cursor:pointer!important;z-index:3!important}.card,.cap-card,.client-card,.process-card,.feature-box,.download-card,.stat-card{color:#111827}body[data-theme="dark"] .card,body[data-theme="dark"] .cap-card,body[data-theme="dark"] .client-card,body[data-theme="dark"] .process-card,body[data-theme="dark"] .feature-box,body[data-theme="dark"] .download-card,body[data-theme="dark"] .stat-card{background:#101927!important;border-color:#2d3a4e!important;color:#f8fafc!important}body[data-theme="dark"] .card h1,body[data-theme="dark"] .card h2,body[data-theme="dark"] .card h3,body[data-theme="dark"] .card h4,body[data-theme="dark"] .cap-card h3{color:#fff!important}body[data-theme="dark"] .card p,body[data-theme="dark"] .cap-card p,body[data-theme="dark"] .subtext,body[data-theme="dark"] .process-card p{color:#cbd5e1!important}@media(max-width:1420px){.nav-v157{display:none!important}.menu-toggle{display:inline-flex!important}.header-v157{min-height:76px!important}.brand-v157 img{width:230px!important}.header-actions .btn{display:none!important}}@media(max-width:760px){.topbar{display:none!important}.header-v157{min-height:68px!important}.brand-v157 img{width:180px!important}.theme-toggle{display:none!important}.mobile-nav.open{grid-template-columns:1fr!important}.popup-card{grid-template-columns:1fr!important;width:calc(100vw - 22px)!important;max-height:88vh!important;border-radius:20px!important}.popup-media{grid-template-columns:1fr 1fr!important;padding:12px!important}.popup-media img{min-height:150px!important;height:190px!important}.popup-content{padding:22px!important}.popup-content h3{font-size:32px!important}.popup-content p{font-size:15px!important}.popup-close{top:10px!important;right:10px!important}.float-wa,.float-call{right:12px!important}}
.admin-body{background:#f5f7fb!important;color:#111827!important}.admin-shell{display:grid!important;grid-template-columns:280px minmax(0,1fr)!important;min-height:100vh!important;background:#f5f7fb!important}.admin-sidebar{position:sticky!important;top:0!important;height:100vh!important;overflow:auto!important;background:#07101a!important;color:#fff!important;padding:22px 18px!important;border-right:1px solid #1d2939!important}.admin-sidebar *{color:inherit!important}.admin-logo{height:auto!important;width:210px!important;max-width:100%!important;background:#fff!important;border-radius:14px!important;padding:8px!important;margin:0 0 18px!important}.admin-sidebar h2{font-size:20px!important;margin:0 0 4px!important;color:#fff!important}.admin-small{color:#9fb0c5!important;font-size:13px!important;margin-bottom:18px!important}.admin-sidebar nav a{display:block!important;color:#dce6f4!important;background:transparent!important;border:1px solid transparent!important;border-radius:14px!important;padding:12px 14px!important;margin:5px 0!important;font-size:14px!important;font-weight:800!important;line-height:1.25!important}.admin-sidebar nav a.active,.admin-sidebar nav a:hover{background:#ed1936!important;color:#fff!important;border-color:#ed1936!important}.admin-content{padding:26px!important;background:#f5f7fb!important;color:#111827!important;min-width:0!important}.admin-topbar{display:flex!important;justify-content:flex-end!important;gap:10px!important;margin-bottom:18px!important}.admin-card,.tile{background:#fff!important;color:#111827!important;border:1px solid #e3e8ef!important;border-radius:20px!important;box-shadow:0 12px 35px rgba(16,24,40,.08)!important}.admin-card h1,.admin-card h2,.admin-card h3,.admin-title,.tile h3{color:#111827!important}.admin-card p,.admin-sub,.tile p,.admin-card label{color:#475467!important}.admin-card input,.admin-card textarea,.admin-card select{background:#fff!important;color:#111827!important;border:1px solid #d0d7e2!important}.admin-tiles{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important}.lead-table{width:100%!important;background:#fff!important;color:#111827!important;border-collapse:collapse!important}.lead-table th{background:#f1f5f9!important;color:#111827!important}.lead-table td,.lead-table th{border:1px solid #e5e7eb!important;padding:10px!important;color:#111827!important}@media(max-width:900px){.admin-shell{display:block!important}.admin-sidebar{position:relative!important;height:auto!important}.admin-sidebar nav{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.admin-content{padding:18px!important}.admin-tiles{grid-template-columns:1fr!important}}

/* ===== AMROCK V15.8 MOBILE COMFORT + HEADER FINAL ===== */
:root{--header-h:78px}
html,body{max-width:100%!important;overflow-x:hidden!important}
.site-header{z-index:9998!important}
.header-v157{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;min-height:76px!important;padding:10px 0!important}
.brand-v157{flex:0 1 auto!important;min-width:0!important;max-width:300px!important;overflow:hidden!important}
.brand-v157 img{display:block!important;width:auto!important;max-width:250px!important;height:auto!important;max-height:58px!important;object-fit:contain!important}
.nav-v157{flex:1 1 auto!important;justify-content:flex-end!important;gap:2px!important;min-width:0!important}
.nav-v157>a,.cap-trigger-v157{font-size:13px!important;padding:10px 8px!important}
.header-actions{flex:0 0 auto!important}.cap-panel-v157{left:auto!important;right:0!important;width:340px!important;max-width:min(92vw,340px)!important;padding:10px!important;border-radius:20px!important}.cap-main-list-v157{width:100%!important}.cap-sub-panel-v157{left:auto!important;right:calc(100% + 10px)!important;width:240px!important}
@media(max-width:1360px){.nav-v157{display:none!important}.menu-toggle{display:inline-flex!important}.header-actions .btn-red{display:none!important}.brand-v157 img{max-width:220px!important;max-height:54px!important}}
@media(max-width:760px){:root{--header-h:68px}.topbar{display:none!important}.site-header{position:sticky!important;top:0!important;background:#0b1018!important;border-bottom:1px solid #1f2937!important}.header-v157{min-height:68px!important;padding:8px 0!important}.brand-v157{max-width:calc(100vw - 110px)!important}.brand-v157 img{max-width:170px!important;max-height:44px!important}.theme-toggle,.header-actions .btn-red{display:none!important}.menu-toggle{display:inline-flex!important;width:48px!important;height:48px!important;border-radius:16px!important;background:#111827!important;color:#fff!important;border:1px solid #253044!important;font-size:28px!important;line-height:1!important}.mobile-nav{position:fixed!important;inset:0!important;top:0!important;display:none!important;background:linear-gradient(180deg,#080f1a 0%,#0d1522 100%)!important;color:#fff!important;z-index:10000!important;padding:18px 18px 24px!important;overflow-y:auto!important;overscroll-behavior:contain!important;box-shadow:none!important;border:0!important;max-height:none!important}.mobile-nav.open{display:block!important}.mobile-panel-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin-bottom:16px!important;padding-bottom:14px!important;border-bottom:1px solid rgba(255,255,255,.12)!important}.mobile-panel-head span{font-weight:900!important;color:#fff!important;letter-spacing:.08em!important;text-transform:uppercase!important;font-size:14px!important}.mobile-close{width:48px!important;height:48px!important;border-radius:16px!important;border:1px solid rgba(255,255,255,.14)!important;background:#172033!important;color:#fff!important;font-size:30px!important;line-height:1!important}.mobile-main-links{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;margin-bottom:14px!important}.mobile-main-links a,.mobile-nav a,.mobile-accordion,.mobile-cta{display:flex!important;align-items:center!important;justify-content:space-between!important;min-height:54px!important;border-radius:18px!important;padding:0 16px!important;text-decoration:none!important;font-weight:900!important;line-height:1.2!important;color:#f8fafc!important;background:#151e2b!important;border:1px solid rgba(255,255,255,.10)!important;box-shadow:0 10px 24px rgba(0,0,0,.16)!important}.mobile-main-links a:hover,.mobile-nav a:hover,.mobile-accordion:hover{background:#1d2938!important}.mobile-accordion{width:100%!important;cursor:pointer!important;font-size:17px!important;text-align:left!important;margin:6px 0 10px!important}.mobile-accordion span{font-size:26px!important;color:#ff4662!important}.mobile-accordion.active span{transform:rotate(45deg)!important}.mobile-accordion-panel{display:none!important;grid-template-columns:1fr!important;gap:9px!important;margin-bottom:14px!important}.mobile-accordion-panel.open{display:grid!important}.mobile-sub{font-size:15px!important;background:#182231!important}.mobile-child-group{display:grid!important;gap:8px!important;padding:0 0 6px 14px!important;margin-top:-3px!important}.signage-mobile-child{min-height:46px!important;font-size:14px!important;background:#231827!important;border-color:rgba(237,25,54,.35)!important;color:#fff!important}.mobile-cta{justify-content:center!important;background:#ed1936!important;border-color:#ed1936!important;color:#fff!important;margin-top:12px!important}.nav-open{overflow:hidden!important}.popup-backdrop{padding:12px!important}.popup-card{width:calc(100vw - 24px)!important;max-height:calc(100dvh - 24px)!important;border-radius:22px!important;grid-template-columns:1fr!important}.popup-media{grid-template-columns:1fr 1fr!important;padding:12px!important}.popup-media img{height:175px!important;min-height:175px!important;border-radius:16px!important}.popup-content{padding:18px 18px 22px!important}.popup-content h3{font-size:30px!important;line-height:1.04!important;margin:16px 0 12px!important}.popup-content p{font-size:14.5px!important;line-height:1.55!important}.popup-footer-note{font-size:13px!important;margin:14px 0!important;padding:13px!important}.popup-close{top:10px!important;right:10px!important;width:42px!important;height:42px!important}}
@media(max-width:420px){.brand-v157 img{max-width:150px!important}.mobile-main-links{grid-template-columns:1fr!important}.mobile-main-links a,.mobile-nav a,.mobile-accordion,.mobile-cta{min-height:50px!important;border-radius:16px!important}.popup-media img{height:145px!important;min-height:145px!important}.popup-content h3{font-size:26px!important}}

/* ================= V15.9 FINAL STABILITY FIX ================= */
html,body{max-width:100%!important;overflow-x:hidden!important}
.site-header{position:sticky!important;top:0!important;z-index:9999!important;background:#fff!important;border-bottom:1px solid #e5e7eb!important}
.header-v157.container{width:min(1480px,calc(100% - 32px))!important}
.header-v157{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;min-height:78px!important;padding:9px 0!important}
.brand-v157{flex:0 0 auto!important;display:flex!important;align-items:center!important;max-width:300px!important;overflow:hidden!important}
.brand-v157 img{display:block!important;width:auto!important;max-width:280px!important;max-height:60px!important;height:auto!important;object-fit:contain!important}
.nav-v157{display:flex!important;flex:1 1 auto!important;align-items:center!important;justify-content:flex-end!important;gap:2px!important;min-width:0!important;overflow:visible!important}
.nav-v157>a,.cap-trigger-v157{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:38px!important;padding:8px 8px!important;border-radius:12px!important;font-size:12.5px!important;font-weight:900!important;line-height:1!important;white-space:nowrap!important;color:#0b1220!important;background:transparent!important;border:0!important;text-decoration:none!important}
.nav-v157>a:hover,.cap-trigger-v157:hover{background:#fff0f3!important;color:#ed1936!important}.header-actions{display:flex!important;align-items:center!important;gap:10px!important;flex:0 0 auto!important}.header-actions .btn-red{display:inline-flex!important}.menu-toggle{display:none!important}.theme-toggle{display:grid!important;place-items:center!important;width:44px!important;height:44px!important;min-width:44px!important}.cap-wrap-v157{position:relative!important}.cap-panel-v157{display:none!important;position:absolute!important;top:calc(100% + 14px)!important;left:50%!important;right:auto!important;transform:translateX(-50%)!important;width:330px!important;max-width:330px!important;padding:10px!important;background:#0b111b!important;border:1px solid rgba(255,255,255,.16)!important;border-radius:20px!important;box-shadow:0 30px 80px rgba(0,0,0,.38)!important;z-index:99999!important;overflow:visible!important}.cap-wrap-v157:hover .cap-panel-v157,.cap-wrap-v157:focus-within .cap-panel-v157{display:block!important}.cap-main-list-v157{display:grid!important;gap:8px!important;width:100%!important}.cap-panel-v157 a,.cap-item-v157{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;min-height:44px!important;padding:12px 14px!important;border-radius:14px!important;border:1px solid rgba(255,255,255,.12)!important;background:#17202c!important;color:#f8fafc!important;text-decoration:none!important;font-size:13px!important;font-weight:900!important;box-sizing:border-box!important}.cap-panel-v157 a:hover,.cap-item-v157:hover{background:#ed1936!important;color:#fff!important}.signage-step-v157{position:relative!important}.cap-sub-panel-v157{display:none!important;position:absolute!important;top:0!important;left:calc(100% + 12px)!important;right:auto!important;transform:none!important;width:250px!important;padding:10px!important;border-radius:18px!important;background:#111a27!important;border:1px solid rgba(255,255,255,.16)!important;box-shadow:0 28px 70px rgba(0,0,0,.4)!important}.signage-step-v157:hover .cap-sub-panel-v157,.signage-step-v157:focus-within .cap-sub-panel-v157{display:grid!important;gap:8px!important}.cap-sub-panel-v157 a{background:#351925!important;border-color:rgba(237,25,54,.28)!important;color:#fff!important}.mobile-nav{display:none!important}.mobile-nav.open{display:grid!important}
.popup-backdrop{position:fixed!important;inset:0!important;z-index:100000!important;background:rgba(3,7,14,.78)!important;display:none!important;place-items:center!important;padding:18px!important}.popup-backdrop.open{display:grid!important}.popup-card{width:min(980px,calc(100vw - 28px))!important;max-height:84vh!important;overflow:auto!important;display:grid!important;grid-template-columns:40% 1fr!important;background:linear-gradient(135deg,#0b111b,#162233)!important;color:#fff!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:26px!important;box-shadow:0 38px 100px rgba(0,0,0,.46)!important;position:relative!important}.popup-media{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;padding:14px!important}.popup-media img{width:100%!important;height:100%!important;min-height:360px!important;object-fit:cover!important;border-radius:18px!important}.popup-content{padding:42px 34px 30px!important}.popup-content h3{font-size:clamp(30px,3.6vw,52px)!important;line-height:1.03!important;margin:22px 0 14px!important;color:#fff!important}.popup-content p{font-size:16px!important;line-height:1.55!important;color:#e5edf7!important}.popup-close{position:absolute!important;top:16px!important;right:16px!important;z-index:3!important}
body[data-theme="dark"] .site-header{background:#0b1018!important;border-color:#223044!important}body[data-theme="dark"] .nav-v157>a,body[data-theme="dark"] .cap-trigger-v157{color:#f8fafc!important}body[data-theme="dark"] .nav-v157>a:hover,body[data-theme="dark"] .cap-trigger-v157:hover{background:#172233!important;color:#fff!important}
@media(max-width:1240px){.nav-v157{display:none!important}.menu-toggle{display:inline-flex!important}.header-actions .btn-red{display:none!important}.brand-v157 img{max-width:240px!important}}
@media(max-width:760px){.topbar{display:none!important}.site-header{background:#0b1018!important}.header-v157{min-height:68px!important}.brand-v157{max-width:calc(100vw - 106px)!important}.brand-v157 img{max-width:170px!important;max-height:52px!important;background:#fff!important}.theme-toggle{display:none!important}.mobile-nav{position:fixed!important;top:68px!important;left:0!important;right:0!important;bottom:0!important;z-index:99998!important;background:#0b111b!important;padding:16px!important;overflow:auto!important}.mobile-nav.open{display:block!important}.mobile-main-links,.mobile-accordion-panel.open{display:grid!important;gap:8px!important}.mobile-accordion-panel{display:none!important}.mobile-nav a,.mobile-accordion,.mobile-cta{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;box-sizing:border-box!important;margin:0 0 8px!important;padding:14px 16px!important;border-radius:16px!important;border:1px solid rgba(255,255,255,.10)!important;background:#171f2b!important;color:#fff!important;font-size:16px!important;font-weight:900!important;text-decoration:none!important}.mobile-panel-head{display:flex!important;align-items:center!important;justify-content:space-between!important;color:#fff!important;margin-bottom:12px!important}.mobile-close{width:42px!important;height:42px!important;border-radius:13px!important;background:#ed1936!important;color:#fff!important;border:0!important;font-size:26px!important}.mobile-child-group{display:grid!important;gap:8px!important;margin-left:12px!important}.signage-mobile-child{background:#351925!important}.popup-card{grid-template-columns:1fr!important;max-height:86vh!important}.popup-media img{min-height:150px!important;height:180px!important}.popup-content{padding:20px!important}.popup-content h3{font-size:30px!important}}
/* Admin V15.9 */
.admin-body{background:#f4f7fb!important;color:#101828!important}.admin-shell{display:grid!important;grid-template-columns:290px minmax(0,1fr)!important;min-height:100vh!important}.admin-sidebar{background:#07111d!important;color:#fff!important;padding:22px 18px!important;position:sticky!important;top:0!important;height:100vh!important;overflow:auto!important;border-right:1px solid #1f2a3a!important}.admin-logo{display:block!important;width:220px!important;height:auto!important;max-height:86px!important;object-fit:contain!important;background:#fff!important;border-radius:14px!important;padding:8px!important;margin-bottom:16px!important}.admin-sidebar h2{color:#fff!important;font-size:20px!important}.admin-small{color:#aebacd!important}.admin-sidebar nav a{display:block!important;color:#dce6f4!important;background:transparent!important;border:1px solid transparent!important;border-radius:14px!important;padding:12px 14px!important;margin:5px 0!important;font-size:14px!important;font-weight:800!important;line-height:1.25!important}.admin-sidebar nav a.active,.admin-sidebar nav a:hover{background:#ed1936!important;color:#fff!important;border-color:#ed1936!important}.admin-content{padding:28px!important;background:#f4f7fb!important;color:#101828!important;min-width:0!important}.admin-topbar{display:flex!important;justify-content:flex-end!important;gap:10px!important;margin-bottom:18px!important}.admin-card,.tile{background:#fff!important;color:#101828!important;border:1px solid #e1e7ef!important;border-radius:20px!important;box-shadow:0 12px 35px rgba(16,24,40,.08)!important}.admin-card h1,.admin-card h2,.admin-card h3,.admin-title,.tile h3{color:#101828!important}.admin-card p,.admin-sub,.tile p,.admin-card label,.admin-help{color:#475467!important}.admin-card input,.admin-card textarea,.admin-card select{background:#fff!important;color:#101828!important;border:1px solid #cfd8e3!important;border-radius:12px!important}.thumb-row{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))!important;gap:12px!important}.thumb{background:#fff!important;border:1px solid #e1e7ef!important;border-radius:14px!important;color:#101828!important}.thumb img{width:100%!important;height:100px!important;object-fit:cover!important;border-radius:10px!important}.thumb small{color:#344054!important;font-weight:700!important}.logo-preview-box{display:flex!important;align-items:center!important;justify-content:center!important;background:#f8fafc!important;border:1px solid #e1e7ef!important;border-radius:18px!important;min-height:150px!important;padding:20px!important}.logo-preview-box img{max-width:360px!important;max-height:110px!important;object-fit:contain!important}.success{background:#dcfce7!important;color:#166534!important;border:1px solid #bbf7d0!important;padding:12px 14px!important;border-radius:14px!important}
@media(max-width:900px){.admin-shell{display:block!important}.admin-sidebar{position:relative!important;height:auto!important}.admin-sidebar nav{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.admin-content{padding:18px!important}.admin-grid{grid-template-columns:1fr!important}.admin-tiles{grid-template-columns:1fr!important}}
/* V15.9 desktop breakpoint correction: keep full menu visible on normal desktop and most zoom levels */
@media(min-width:1051px){.nav-v157{display:flex!important}.menu-toggle{display:none!important}.header-actions .btn-red{display:inline-flex!important}.brand-v157 img{max-width:260px!important}.nav-v157>a,.cap-trigger-v157{font-size:12px!important;padding:8px 7px!important}}
@media(max-width:1050px){.nav-v157{display:none!important}.menu-toggle{display:inline-flex!important}.header-actions .btn-red{display:none!important}}

/* === V16.0 readability + blog body fix === */
.page-hero,.hero-rotator{color:#fff!important;background:#071019!important;}
.page-hero .page-inner,.hero-rotator .hero-inner{max-width:min(900px,calc(100vw - 64px))!important;overflow:visible!important;}
.page-hero h1,.hero-rotator h1,.page-hero .eyebrow,.hero-rotator .eyebrow{color:#fff!important;text-shadow:0 3px 22px rgba(0,0,0,.45)!important;}
.page-hero .lead,.hero-rotator .lead{color:#eaf0f8!important;text-shadow:0 2px 16px rgba(0,0,0,.40)!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important;}
.hero-overlay{background:linear-gradient(90deg,rgba(5,8,13,.90),rgba(5,8,13,.62) 48%,rgba(5,8,13,.20) 100%)!important;}
body[data-theme="light"] .product-card-full{background:#ffffff!important;border:1px solid #e2e8f0!important;box-shadow:0 18px 45px rgba(15,23,42,.10)!important;}
body[data-theme="light"] .product-copy,body[data-theme="light"] .product-copy h3,body[data-theme="light"] .product-copy p{color:#111827!important;}
body[data-theme="light"] .product-copy p{color:#475467!important;}
body[data-theme="dark"] .product-card-full{background:#101927!important;border:1px solid #2b384c!important;box-shadow:0 22px 55px rgba(0,0,0,.34)!important;}
body[data-theme="dark"] .product-copy,body[data-theme="dark"] .product-copy h3{color:#ffffff!important;}
body[data-theme="dark"] .product-copy p{color:#cbd5e1!important;}
.product-copy .tag,.blog-copy .tag{background:#0f172a!important;color:#ffffff!important;border-radius:999px!important;padding:8px 12px!important;display:inline-flex!important;font-size:11px!important;font-weight:900!important;letter-spacing:.10em!important;}
.product-copy a,.blog-copy a{color:#ed1936!important;font-weight:900!important;}
body[data-theme="dark"] .section.light{background:#0b111b!important;}
body[data-theme="dark"] .blog-card.card{background:#101927!important;color:#fff!important;border-color:#2b384c!important;}
body[data-theme="dark"] .blog-copy h3{color:#fff!important;}
body[data-theme="dark"] .blog-copy p{color:#cbd5e1!important;}
.article-card{background:#ffffff!important;color:#111827!important;}
.article-card p,.article-card li{color:#344054!important;}
body[data-theme="dark"] .article-card{background:#101927!important;color:#fff!important;border-color:#2b384c!important;}
body[data-theme="dark"] .article-card p,body[data-theme="dark"] .article-card li{color:#d0d8e4!important;}
.blog-body-render h2{font-size:28px!important;margin:26px 0 10px!important;color:inherit!important}.blog-body-render p{margin:0 0 18px!important}.blog-body-render ul{padding-left:22px;margin:0 0 18px!important}.blog-body-render li{margin:0 0 8px!important;line-height:1.8!important}
@media(max-width:760px){.page-hero .page-inner,.hero-rotator .hero-inner{max-width:calc(100vw - 28px)!important}.page-hero,.hero-rotator{min-height:440px!important}.page-hero h1,.hero-rotator h1{font-size:34px!important}.product-card-full{border-radius:20px!important}.product-card-full .product-img img{min-height:190px!important}.product-copy p{font-size:14.5px!important;line-height:1.65!important}}

/* === AMROCK V15.11 CONTENT + READABILITY FIX === */
.infrastructure-products{gap:26px!important;}
.infra-product-card{overflow:hidden!important;border-radius:28px!important;background:#ffffff!important;border:1px solid #e3e8ef!important;box-shadow:0 20px 52px rgba(15,23,42,.12)!important;}
.infra-product-card .product-img{background:#071019!important;}
.infra-product-card .product-img img{width:100%!important;height:100%!important;min-height:340px!important;object-fit:cover!important;display:block!important;}
.infra-product-card .product-copy{background:#ffffff!important;color:#111827!important;padding:34px!important;}
.infra-product-card .product-copy h3{color:#0f172a!important;font-size:30px!important;line-height:1.15!important;margin:16px 0 14px!important;}
.infra-product-card .product-copy p{color:#334155!important;font-size:16px!important;line-height:1.8!important;margin:0 0 22px!important;}
.infra-product-card .product-copy .tag{background:#0b111b!important;color:#ffffff!important;border:0!important;}
.infra-product-card .product-copy a{color:#ed1936!important;font-weight:900!important;font-size:16px!important;text-decoration:none!important;}
body[data-theme="dark"] .infra-product-card{background:#101927!important;border-color:#2b384c!important;box-shadow:0 24px 65px rgba(0,0,0,.36)!important;}
body[data-theme="dark"] .infra-product-card .product-copy{background:#101927!important;color:#ffffff!important;}
body[data-theme="dark"] .infra-product-card .product-copy h3{color:#ffffff!important;}
body[data-theme="dark"] .infra-product-card .product-copy p{color:#d7e0ee!important;}
body[data-theme="dark"] .infra-product-card .product-copy .tag{background:#ed1936!important;color:#fff!important;}
body[data-theme="dark"] .section-title,body[data-theme="dark"] .feature-box h3,body[data-theme="dark"] .metric-card h3{color:#ffffff!important;}
body[data-theme="dark"] .feature-box p,body[data-theme="dark"] .metric-card p,body[data-theme="dark"] .subtext{color:#cbd5e1!important;}
.page-hero .lead{max-width:980px!important;}
@media(max-width:900px){.infra-product-card .product-copy{padding:24px!important}.infra-product-card .product-copy h3{font-size:24px!important}.infra-product-card .product-img img{min-height:230px!important}}
