/* AutViz Custom Wizard v3 — Pixel-perfect CSS matching HTML design */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

*{box-sizing:border-box;margin:0;padding:0}
:root{--av-blue:#1565C0;--av-dark:#0D47A1;--av-text:#1A1A2E;--av-text2:#4A5568;--av-text3:#718096;--av-border:#D6E4F7;--r:8px;--rl:12px}

/* TOPBAR */
.av-topbar{background:#0D47A1;color:white;text-align:center;padding:8px 40px;font-size:11px;font-family:'Inter',-apple-system,system-ui,sans-serif;width:100%}
.av-topbar a{color:#90CAF9;font-weight:700;text-decoration:none}
.av-topbar a:hover{text-decoration:underline}

/* NAV */
.av-nav{background:white;border-bottom:1px solid #D6E4F7;padding:0 40px;height:70px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:50;box-shadow:0 1px 8px rgba(0,0,0,.05);width:100%;font-family:'Inter',-apple-system,system-ui,sans-serif}
.av-nav-logo{display:flex;align-items:center;gap:12px}
.av-nav-logo-icon{width:52px;height:52px;flex-shrink:0}
.av-nav-logo-text{display:flex;flex-direction:column;line-height:1.15}
.av-nav-logo-text .av-name{font-size:22px;font-weight:300;color:#2BB5E8;font-family:'Segoe UI',Arial,sans-serif;letter-spacing:.5px}
.av-nav-logo-text .av-sub{font-size:13px;font-weight:400;color:#555;font-family:'Segoe UI',Arial,sans-serif;letter-spacing:.3px}
.av-nav-links{display:flex;gap:2px;align-items:center}
.av-nl{padding:7px 13px;border-radius:7px;font-size:12px;color:#4A5568;cursor:pointer;font-weight:500;white-space:nowrap;transition:background .15s,color .15s;text-decoration:none;display:inline-block}
.av-nl:hover{background:#F4F6F8;color:#1565C0}
.av-nl.av-highlight{color:#1565C0;font-weight:700;}
.av-nl.av-highlight:hover{border:1px solid rgba(21,101,192,.1);background:#EBF3FF;}
.av-nav-div{width:1px;height:20px;background:#D6E4F7;margin:0 6px;flex-shrink:0}
.av-btn-nav{background:#1565C0;color:white;padding:10px 22px;border-radius:8px;font-size:12.5px;font-weight:700;cursor:pointer;border:none;white-space:nowrap;letter-spacing:-.1px;font-family:'Inter',-apple-system,system-ui,sans-serif}
.av-btn-nav:hover{background:#0D47A1}

/* HERO */
.av-hero{background:linear-gradient(135deg,#050D1F 0%,#0A1E4A 35%,#0D3070 65%,#0E3D8C 100%);padding:80px 60px 72px;display:grid;grid-template-columns:1fr 490px;gap:60px;align-items:center;position:relative;overflow:hidden;width:100%;font-family:'Inter',-apple-system,system-ui,sans-serif}
.av-hero-orb1{position:absolute;right:-80px;top:-100px;width:560px;height:560px;background:radial-gradient(circle,rgba(21,101,192,.22) 0%,transparent 70%);border-radius:50%;pointer-events:none}
.av-hero-orb2{position:absolute;right:120px;bottom:-80px;width:320px;height:320px;background:radial-gradient(circle,rgba(13,71,161,.25) 0%,transparent 70%);border-radius:50%;pointer-events:none}
.av-hero-orb3{position:absolute;left:-60px;top:50%;transform:translateY(-50%);width:220px;height:220px;background:radial-gradient(circle,rgba(21,101,192,.12) 0%,transparent 70%);border-radius:50%;pointer-events:none}
.av-hero-grid-lines{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:60px 60px;pointer-events:none}
.av-hero-inner{position:relative;padding-top:40px;z-index:1}
.av-hero-eyebrow{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.1);color:#90CAF9;padding:6px 14px;border-radius:20px;font-size:9px;font-weight:700;letter-spacing:1.2px;margin-bottom:22px;border:1px solid rgba(255,255,255,.18);text-transform:uppercase}
.av-badge-dot{width:6px;height:6px;background:#4CAF50;border-radius:50%;flex-shrink:0}
.av-hero h1{font-size:42px;font-weight:800;line-height:1.15;color:white !important;margin-bottom:18px;letter-spacing:-.7px; width:80%;}
.av-hero h1 span{color:#64B5F6}
.av-hero-hook{font-size:13px;color:rgba(255,255,255,.55);font-style:italic;margin-bottom:14px;line-height:1.6;border-left:2px solid rgba(100,181,246,.4);padding-left:12px}
.av-hero p{font-size:14px;color:rgba(255,255,255,.78);line-height:1.75;margin-bottom:28px;max-width:100%;}
.av-hero-btns{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:24px}
.av-btn-white{background:white;color:#0D47A1;padding:13px 26px;border-radius:8px;font-weight:700;font-size:13px;cursor:pointer;border:none;font-family:'Inter',-apple-system,system-ui,sans-serif}
.av-btn-ghost{background:rgba(255,255,255,.1);color:white;padding:12px 24px;border-radius:8px;font-weight:600;font-size:12px;cursor:pointer;border:1.5px solid rgba(255,255,255,.35);font-family:'Inter',-apple-system,system-ui,sans-serif}
.av-hero-visual{position:relative;z-index:1;display:flex;flex-direction:column;gap:10px}
.av-hcard{background:rgba(255,255,255,.97);border-radius:12px;border:1px solid rgba(255,255,255,.3);padding:16px 20px}
.av-hcard-head{display:flex;align-items:center;gap:10px;margin-bottom:10px}
.av-hcard-icon{width:34px;height:34px;border-radius:9px;background:#E3F0FF;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.av-hcard-title{font-size:12px;font-weight:700;color:#1A1A2E}
.av-hcard-sub{font-size:9px;color:#718096}
.av-hchips{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-bottom:8px}
.av-chip{background:#E3F0FF;color:#1565C0;border-radius:5px;padding:3px 6px;font-size:8px;font-weight:700;text-align:center;border:1px solid rgba(21,101,192,.15)}
.av-hbar-row{display:flex;justify-content:space-between;font-size:9px;color:#718096;margin-bottom:3px}
.av-hbar-row span:last-child{font-weight:800;color:#1565C0}
.av-hbar{height:4px;background:#EEF2F8;border-radius:3px;overflow:hidden}
.av-hbar-fill{height:100%;background:#1565C0;border-radius:3px}
.av-active-badge{margin-left:auto;display:flex;align-items:center;gap:4px;font-size:9px;color:#16A34A;background:#F0FDF4;padding:4px 10px;border-radius:20px;font-weight:700;border:1px solid #BBF7D0;white-space:nowrap;flex-shrink:0}
.av-active-dot{width:5px;height:5px;background:#16A34A;border-radius:50%}
.av-hero-mini-cards{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.av-hmini{background:rgba(255,255,255,.97);border-radius:10px;padding:12px 14px}
.av-hmini-label{font-size:9px;color:#718096;margin-bottom:3px}
.av-hmini-title{font-size:11px;font-weight:700;color:#1A1A2E}
.av-hmini-link{font-size:9px;color:#1565C0;margin-top:4px;font-weight:700}
.av-hero-top-cards{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:10px}
.av-hero-top-card{background:rgba(255,255,255,.97);border-radius:12px;padding:14px 16px;border:1px solid rgba(255,255,255,.3)}
.av-htc-head{display:flex;align-items:center;gap:8px;margin-bottom:8px}
.av-htc-icon{width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.av-htc-label{font-size:11px;font-weight:700;color:#1A1A2E}
.av-htc-desc{font-size:9px;color:#718096;line-height:1.5}
.av-htc-tags{margin-top:7px;display:flex;gap:3px;flex-wrap:wrap}
.av-htc-tag{font-size:7px;font-weight:700;padding:2px 5px;border-radius:3px}
.av-hero-trust-row{display:flex;gap:20px;flex-wrap:wrap}
.av-hero-trust-item{font-size:10px;color:rgba(255,255,255,.5);display:flex;align-items:center;gap:5px}
.av-trust-chk{color:#4ADE80;font-size:12px}

/* TRUST */
.av-trust-wrap{background:#ffffff;overflow:hidden;position:relative;border-bottom:2px solid #E8EEF7;width:100%;font-family:'Inter',-apple-system,system-ui,sans-serif}
.av-trust-stats-bar{display:grid;grid-template-columns:repeat(4,1fr);padding:52px 60px 44px;gap:0;position:relative;z-index:1;background:white}
.av-trust-stat{text-align:center;padding:0 24px;border-right:1px solid #E8EEF7}
.av-trust-stat:last-child{border-right:none}
.av-trust-stat-num{font-size:48px;font-weight:800;line-height:1;letter-spacing:-2px;color:#1565C0}
.av-trust-stat-unit{font-size:28px;font-weight:700;color:#2BB5E8}
.av-trust-stat-label{font-size:12px;color:#718096;margin-top:8px;line-height:1.5;font-weight:400}
.av-trust-divider{height:1px;background:linear-gradient(90deg,transparent,#D6E4F7,transparent);margin:0 60px;position:relative;z-index:1}
.av-trust-logos-section{padding:44px 60px 40px;position:relative;z-index:1;background:white}
.av-trust-heading-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}
.av-trust-heading-left{max-width:480px}
.av-trust-heading-eyebrow{font-size:9px;font-weight:700;letter-spacing:2px;color:#1565C0;text-transform:uppercase;margin-bottom:10px}
.av-trust-heading-title{font-size:22px;font-weight:800;color:#1A1A2E;line-height:1.3;letter-spacing:-.3px}
.av-trust-heading-title span{color:#1565C0}
.av-trust-heading-sub{font-size:12px;color:#718096;margin-top:8px;line-height:1.6}
.av-trust-side-stats{display:flex;flex-direction:column;gap:10px;align-items:flex-end}
.av-trust-side-stat{display:flex;align-items:center;gap:8px;background:#F0F6FF;border:1px solid #D6E4F7;border-radius:10px;padding:12px 18px}
.av-tss-num{font-size:22px;font-weight:800;color:#1565C0;line-height:1}
.av-tss-unit{font-size:14px;color:#2BB5E8}
.av-tss-label{font-size:10px;color:#718096;line-height:1.4}
.av-trust-marquee-wrap{overflow:hidden;mask-image:linear-gradient(90deg,transparent,black 8%,black 92%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,black 8%,black 92%,transparent);margin-bottom:32px}
.av-trust-marquee{display:flex;gap:14px;width:max-content;animation:av-marquee 28s linear infinite}
.av-trust-marquee:hover{animation-play-state:paused}
@keyframes av-marquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.av-logo-pill{display:flex;align-items:center;gap:10px;background:#F8FAFD;border:1px solid #E8EEF7;border-radius:40px;padding:10px 18px;flex-shrink:0;transition:all .2s;cursor:default}
.av-logo-pill:hover{background:#E3F0FF;border-color:#B5D4F4;box-shadow:0 2px 8px rgba(21,101,192,.08)}
.av-logo-pill-icon{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:900;color:white;flex-shrink:0;font-family:'Arial Black',Arial,sans-serif}
.av-logo-pill-name{font-size:12px;font-weight:700;color:#1A1A2E;white-space:nowrap}
.av-logo-pill-ind{font-size:9px;color:#718096;white-space:nowrap}
.av-trust-badges-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:24px 60px;border-top:1px solid #E8EEF7;background:#FAFBFF;position:relative;z-index:1}
.av-tbadge{display:flex;align-items:center;gap:8px;padding:8px 0}
.av-tbadge-icon{width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:12px}
.av-tbadge-text{font-size:10px;font-weight:600;color:#4A5568;white-space:nowrap}
.av-tbadge-divider{width:1px;height:20px;background:#E8EEF7;flex-shrink:0}

/* SECTION BASE */
.av-section{padding:68px 60px;width:100%;font-family:'Inter',-apple-system,system-ui,sans-serif}
.av-section-alt{background:#FAFAFA}
.av-section-blue{background:#F5F8FF}
.av-section-teal{background:#F9FAFA;border-top:1px solid #E8F0EE;border-bottom:1px solid #E8F0EE}
.av-section-cs{background:#F8FAFF;padding:72px 60px;border-top:1px solid #E8EEF7;border-bottom:1px solid #E8EEF7;width:100%;font-family:'Inter',-apple-system,system-ui,sans-serif}
.av-sec-label{font-size:10px;font-weight:700;letter-spacing:1.5px;color:#1565C0;text-transform:uppercase;margin-bottom:10px}
.av-sec-title{font-size:28px;font-weight:800;color:#1A1A2E;letter-spacing:-.5px;line-height:1.25}
.av-sec-sub{font-size:13px;color:#4A5568;margin-top:8px;line-height:1.7;max-width:540px}
.av-sec-hook{font-size:14px;font-weight:700;color:#1565C0;margin-top:10px;letter-spacing:-.2px}
.av-sec-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:40px}
.av-see-all{color:#1565C0;font-size:11px;font-weight:700;cursor:pointer;white-space:nowrap}

/* AGENTS */
.av-agents-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.av-agent-card{background:white;border:1px solid #D6E4F7;border-radius:12px;padding:22px;transition:box-shadow .2s}
.av-agent-card:hover{box-shadow:0 4px 20px rgba(21,101,192,.1)}
.av-agent-icon{width:44px;height:44px;border-radius:12px;background:#E3F0FF;display:flex;align-items:center;justify-content:center;margin-bottom:14px;border:1px solid rgba(21,101,192,.15)}
.av-agent-icon svg{width:22px;height:22px;fill:#1565C0}
.av-agent-name{font-size:13px;font-weight:700;color:#1A1A2E;margin-bottom:6px}
.av-agent-copy{font-size:11px;color:#4A5568;line-height:1.65;margin-bottom:8px}
.av-agent-benefit{font-size:11px;color:#1565C0;font-weight:600;line-height:1.5;padding-top:8px;border-top:1px solid #EEF2F8}
.av-agent-tag{display:inline-block;margin-top:8px;background:#EEF4FF;color:#1565C0;font-size:9px;font-weight:700;padding:3px 8px;border-radius:20px;border:1px solid rgba(21,101,192,.15)}
.av-agent-card-cta{border:1.5px dashed rgba(21,101,192,.3);background:#F0F6FF;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:160px}
.av-btn-blue{background:#1565C0;color:white;padding:9px 18px;border-radius:6px;font-size:11px;font-weight:700;cursor:pointer;border:none;margin-top:10px;font-family:'Inter',-apple-system,system-ui,sans-serif}

/* AI EMPLOYEES */
.av-emp-split{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:start}
.av-emp-roster{display:flex;flex-direction:column;gap:14px}
.av-emp-featured{background:white;border-radius:16px;border:1px solid #D6E4F7;padding:22px 24px;position:relative;overflow:hidden}
.av-emp-featured::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#1565C0,#42A5F5,#64B5F6)}
.av-emp-feat-head{display:flex;align-items:center;gap:16px;margin-bottom:18px}
.av-emp-avatar{width:72px;height:72px;border-radius:50%;border:3px solid #E3F0FF;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#F0F6FF;flex-shrink:0;box-shadow:0 4px 16px rgba(21,101,192,.18)}
.av-emp-avatar img{width:72px;height:72px;border-radius:50%;object-fit:cover}
.av-emp-meta{flex:1}
.av-emp-feat-name{font-size:18px;font-weight:800;color:#1A1A2E;line-height:1}
.av-emp-feat-role{font-size:11px;color:#718096;margin-top:3px;font-weight:500}
.av-emp-dept{display:inline-flex;align-items:center;gap:4px;background:#E3F0FF;color:#1565C0;border-radius:20px;padding:3px 10px;font-size:9px;font-weight:700;margin-top:6px;border:1px solid rgba(21,101,192,.2)}
.av-emp-active{display:flex;align-items:center;gap:5px;background:#F0FDF4;color:#16A34A;border:1px solid #BBF7D0;border-radius:20px;padding:5px 12px;font-size:10px;font-weight:700;align-self:flex-start;white-space:nowrap}
.av-tasks-label{font-size:9px;font-weight:700;letter-spacing:1px;color:#B0BEC5;text-transform:uppercase;margin-bottom:8px}
.av-task-row{display:flex;align-items:center;gap:8px;padding:6px 0;border-bottom:1px solid #F3F7FF;font-size:11px;color:#4A5568}
.av-task-row:last-of-type{border-bottom:none}
.av-task-chk{width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:9px}
.av-chk-done{background:#DCFCE7;color:#16A34A}
.av-chk-pend{background:#EEF2F8;color:#B0BEC5}
.av-task-done{text-decoration:line-through;color:#B0BEC5}
.av-emp-stats{display:grid;grid-template-columns:repeat(3,1fr);margin-top:14px;border:1px solid #E8EEF7;border-radius:8px;overflow:hidden}
.av-estat{padding:10px;text-align:center;background:#FAFAFA;border-right:1px solid #E8EEF7}
.av-estat:last-child{border-right:none}
.av-estat-val{font-size:15px;font-weight:800;color:#1565C0}
.av-estat-lab{font-size:8px;color:#718096;margin-top:2px}
.av-emp-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.av-emp-mini{background:white;border-radius:14px;border:1px solid #D6E4F7;padding:18px 14px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px;position:relative;overflow:hidden}
.av-emp-mini-av{width:60px;height:60px;border-radius:50%;border:2.5px solid #E3F0FF;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#F0F6FF;box-shadow:0 3px 10px rgba(21,101,192,.15)}
.av-emp-mini-av img{width:60px;height:60px;border-radius:50%;object-fit:cover}
.av-emp-mini-name{font-size:14px;font-weight:800;color:#1A1A2E}
.av-emp-mini-role{font-size:9px;color:#1565C0;font-weight:700}
.av-emp-mini-tag{background:#F0F4FF;color:#1565C0;font-size:8px;font-weight:700;padding:2px 8px;border-radius:20px;border:1px solid rgba(21,101,192,.12)}
.av-emp-add{border-radius:14px;border:1.5px dashed rgba(21,101,192,.3);padding:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:8px;min-height:148px;background:#FAFBFF}
.av-add-plus{width:40px;height:40px;border-radius:50%;background:#E3F0FF;display:flex;align-items:center;justify-content:center;font-size:22px;color:#1565C0;font-weight:300;border:1.5px solid rgba(21,101,192,.25)}
.av-emp-right{padding-top:6px}
.av-emp-feat-list{display:flex;flex-direction:column;gap:18px;margin-top:20px}
.av-emp-feat-item{display:flex;align-items:flex-start;gap:14px}
.av-ef-icon{width:40px;height:40px;border-radius:12px;background:#1565C0;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.av-ef-icon svg{width:18px;height:18px;stroke:white;fill:none;stroke-width:2}
.av-ef-title{font-size:13px;font-weight:700;color:#1A1A2E;margin-bottom:4px}
.av-ef-desc{font-size:11px;color:#718096;line-height:1.6}
.av-emp-ctas{display:flex;gap:12px;margin-top:28px}

/* BUTTONS */
.av-btn-primary{background:#1565C0;color:white;padding:12px 22px;border-radius:8px;font-weight:700;font-size:12px;cursor:pointer;border:none;font-family:'Inter',-apple-system,system-ui,sans-serif}
.av-btn-primary:hover{background:#0D47A1}
.av-btn-secondary{background:white;color:#1565C0;padding:12px 22px;border-radius:8px;font-weight:600;font-size:12px;cursor:pointer;border:1.5px solid #1565C0;font-family:'Inter',-apple-system,system-ui,sans-serif}
.av-btn-secondary:hover{background:#F5F8FF}

/* SOFTWARE */
.av-cd-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.av-cd-card{background:white;border-radius:12px;border:1px solid #D6E4F7;padding:22px}
.av-cd-icon{width:42px;height:42px;border-radius:12px;margin-bottom:12px;display:flex;align-items:center;justify-content:center}
.av-cd-icon svg{width:22px;height:22px;stroke-width:2;fill:none}
.av-cd-title{font-size:13px;font-weight:700;color:#1A1A2E;margin-bottom:6px}
.av-cd-desc{font-size:11px;color:#718096;line-height:1.6}
.av-cd-tags{display:flex;flex-wrap:wrap;gap:5px;margin-top:10px}
.av-cdtag{background:#EEF2F8;color:#4A5568;font-size:9px;font-weight:600;padding:3px 7px;border-radius:4px}

/* AI CREATIVES */
.av-creatives-wrap{background:#F9FAFA;border-top:1px solid #E8F0EE;border-bottom:1px solid #E8F0EE;padding:72px 60px;width:100%;font-family:'Inter',-apple-system,system-ui,sans-serif}
.av-creatives-top{display:flex;align-items:flex-start;justify-content:space-between;gap:40px;margin-bottom:52px}
.av-creatives-left{max-width:520px}
.av-creatives-label-pill{display:inline-flex;align-items:center;gap:6px;background:#E3F0FF;color:#1565C0;padding:5px 14px;border-radius:20px;border:1px solid rgba(21,101,192,.2);font-size:9px;font-weight:700;letter-spacing:1px;margin-bottom:14px}
.av-creatives-label-dot{width:6px;height:6px;border-radius:50%;background:#1565C0}
.av-creatives-title{font-size:32px;font-weight:800;color:#1A1A2E;letter-spacing:-.6px;line-height:1.2;margin-bottom:12px}
.av-creatives-title span{color:#1565C0}
.av-creatives-sub{font-size:13px;color:#4A5568;line-height:1.75;margin-bottom:20px}
.av-ctags{display:flex;gap:8px;flex-wrap:wrap}
.av-ctag{background:white;color:#4A5568;border:1px solid #D6E4F7;border-radius:20px;padding:5px 14px;font-size:10px;font-weight:600}
.av-creatives-right-top{display:flex;flex-direction:column;align-items:flex-end;gap:16px;padding-top:8px}
.av-creatives-btns{display:flex;gap:10px}
.av-cbtn-p{background:#1565C0;color:white;padding:11px 22px;border-radius:8px;font-weight:700;font-size:12px;cursor:pointer;border:none;font-family:'Inter',-apple-system,system-ui,sans-serif}
.av-cbtn-s{background:white;color:#1565C0;padding:11px 22px;border-radius:8px;font-weight:600;font-size:12px;cursor:pointer;border:1.5px solid #D6E4F7;font-family:'Inter',-apple-system,system-ui,sans-serif}
.av-creatives-stat-row{display:flex;gap:28px}
.av-cr-stat{text-align:center}
.av-cr-stat-val{font-size:22px;font-weight:800;color:#1565C0;letter-spacing:-1px;line-height:1}
.av-cr-stat-label{font-size:9px;color:#718096;margin-top:3px}
.av-creatives-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;grid-template-rows:200px 200px;gap:16px}
.av-cc{border-radius:16px;overflow:hidden;position:relative;display:flex;flex-direction:column;justify-content:flex-end;padding:20px}
.av-cc.av-tall{grid-row:1/3}
.av-cc-type{font-size:9px;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:4px;opacity:.7}
.av-cc-name{font-size:13px;font-weight:800;line-height:1.3}
.av-media-slot{position:relative;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;padding:20px}
.av-media-slot-bg{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px}
.av-media-slot-icon{width:48px;height:48px;border-radius:50%;background:rgba(255,255,255,.12);border:1.5px solid rgba(255,255,255,.25);display:flex;align-items:center;justify-content:center}
.av-media-slot-label{font-size:9px;font-weight:700;letter-spacing:1px;color:rgba(255,255,255,.45);text-transform:uppercase}
.av-media-slot-type{position:absolute;top:12px;left:12px;background:rgba(0,0,0,.4);color:rgba(255,255,255,.8);font-size:8px;font-weight:700;padding:3px 9px;border-radius:10px;letter-spacing:.5px;text-transform:uppercase}
.av-media-slot-title{font-size:13px;font-weight:800;color:white;position:relative;z-index:1}
.av-media-slot-sub{font-size:9px;color:rgba(255,255,255,.55);position:relative;z-index:1;margin-top:3px}

/* CASE STUDIES */
.av-cs-head-center{text-align:center;margin-bottom:48px}
.av-cs-head-label{font-size:10px;font-weight:700;letter-spacing:1.5px;color:#1565C0;text-transform:uppercase;margin-bottom:10px}
.av-cs-head-title{font-size:32px;font-weight:800;color:#1A1A2E;letter-spacing:-.5px;line-height:1.2}
.av-cs-head-sub{font-size:13px;color:#718096;margin-top:10px;line-height:1.7}
.av-cs-body-layout{display:grid;grid-template-columns:220px 1fr;gap:16px;align-items:start}
.av-cs-sidebar{display:flex;flex-direction:column;gap:6px}
.av-cs-tab{background:white;border:1px solid #E8EEF7;border-radius:10px;padding:13px 16px;cursor:pointer;transition:all .2s}
.av-cs-tab:hover{border-color:#B5D4F4;background:#F8FBFF}
.av-cs-tab.av-active{background:#1565C0;border-color:#1565C0}
.av-cs-tab-title{font-size:12px;font-weight:700;color:#1A1A2E;line-height:1.3}
.av-cs-tab.av-active .av-cs-tab-title{color:white}
.av-cs-tab-sub{font-size:10px;color:#718096;margin-top:3px;font-weight:500}
.av-cs-tab.av-active .av-cs-tab-sub{color:rgba(255,255,255,.7)}
.av-cs-panel{display:grid;grid-template-columns:1fr 360px;border-radius:16px;overflow:hidden;background:white;min-height:420px;box-shadow:0 4px 24px rgba(21,101,192,.1)}
.av-cs-panel-content{padding:36px 38px;display:flex;flex-direction:column;justify-content:space-between}
.av-cs-panel-client{font-size:11px;font-weight:700;color:#1565C0;letter-spacing:.5px;margin-bottom:12px;display:flex;align-items:center;gap:6px}
.av-cs-panel-client::before{content:'';width:20px;height:2px;background:#1565C0;display:inline-block}
.av-cs-panel-title{font-size:24px;font-weight:800;color:#1A1A2E;letter-spacing:-.4px;line-height:1.2;margin-bottom:6px}
.av-cs-panel-category{font-size:20px;font-weight:800;color:#1565C0;letter-spacing:-.3px;line-height:1.2;margin-bottom:18px}
.av-cs-panel-desc{font-size:13px;color:#4A5568;line-height:1.75;margin-bottom:24px}
.av-cs-panel-impact-label{font-size:9px;font-weight:700;letter-spacing:1.5px;color:#B0BEC5;text-transform:uppercase;margin-bottom:10px}
.av-cs-panel-metrics{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:28px}
.av-cs-pm{background:#E8F1FF;border-radius:10px;padding:14px 18px;border:1px solid #C5D8F5}
.av-cs-pm-val{font-size:24px;font-weight:800;color:#1565C0;letter-spacing:-1px;line-height:1}
.av-cs-pm-label{font-size:11px;color:#718096;margin-top:4px}
.av-cs-panel-btn{display:inline-flex;align-items:center;gap:8px;background:#1565C0;color:white;padding:12px 24px;border-radius:30px;font-weight:700;font-size:12px;cursor:pointer;border:none;width:fit-content;font-family:'Inter',-apple-system,system-ui,sans-serif}
.av-cs-panel-img{position:relative;overflow:hidden;min-height:420px}
.av-cs-panel-img-bg{width:100%;height:100%;position:absolute;inset:0}

/* INDUSTRIES */
.av-ind-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}
.av-ind-card{background:white;border-radius:8px;border:1px solid #D6E4F7;padding:16px;text-align:center;cursor:pointer;transition:box-shadow .2s}
.av-ind-card:hover{box-shadow:0 4px 16px rgba(21,101,192,.1)}
.av-ind-icon{font-size:22px;margin-bottom:8px;display:block}
.av-ind-name{font-size:10px;font-weight:700;color:#1A1A2E}

/* WHY */
.av-why-feats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.av-wf{background:#F2F7FF;border:1px solid #E0EAFA;border-radius:12px;padding:22px;display:flex;gap:12px;align-items:flex-start}
.av-wf-icon{width:38px;height:38px;border-radius:10px;background:white;border:1px solid #D6E4F7;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.av-wf-icon svg{width:18px;height:18px;stroke:#1565C0;fill:none;stroke-width:2}
.av-wf-title{font-size:13px;font-weight:700;color:#1A1A2E;margin-bottom:4px}
.av-wf-desc{font-size:11px;color:#718096;line-height:1.6}
.av-why-copy{font-size:13px;color:#4A5568;line-height:1.75;margin-top:24px;max-width:680px}

/* TESTIMONIALS */
.av-test-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.av-test-card{background:white;border-radius:12px;border:1px solid #D6E4F7;padding:22px}
.av-test-stars{color:#F59E0B;font-size:12px;margin-bottom:12px;letter-spacing:2px}
.av-test-quote{font-size:12px;color:#4A5568;line-height:1.7;margin-bottom:16px;font-style:italic}
.av-test-author{display:flex;align-items:center;gap:10px}
.av-test-av{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:10px;color:white;overflow:hidden}
.av-test-av img{width:32px;height:32px;border-radius:50%;object-fit:cover}
.av-test-name{font-size:11px;font-weight:700;color:#1A1A2E}
.av-test-comp{font-size:9px;color:#718096}

/* FAQ */
.av-faq-item{border-bottom:1px solid #E8EEF7;cursor:pointer}
.av-faq-item:first-child{border-top:1px solid #E8EEF7}
.av-faq-q{display:flex;align-items:center;justify-content:space-between;padding:18px 4px;font-size:14px;font-weight:600;color:#1A1A2E;line-height:1.4;gap:16px}
.av-faq-q:hover{color:#1565C0}
.av-faq-arrow{font-size:16px;color:#1565C0;flex-shrink:0;transition:transform .2s;display:inline-block}
.av-faq-a{display:none;padding:0 4px 18px;font-size:13px;color:#4A5568;line-height:1.75}
.av-faq-item.av-open .av-faq-arrow{transform:rotate(180deg)}
.av-faq-item.av-open .av-faq-a{display:block}

/* CTA */
.av-cta{background:linear-gradient(135deg,#0D2B6E 0%,#1565C0 50%,#0D47A1 100%);padding:80px 60px;text-align:center;position:relative;overflow:hidden;width:100%;font-family:'Inter',-apple-system,system-ui,sans-serif}
.av-cta::before{content:'';position:absolute;left:50%;top:-100px;transform:translateX(-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(21,101,192,.2) 0%,transparent 70%);border-radius:50%;pointer-events:none}
.av-cta-eyebrow{font-size:9px;font-weight:700;letter-spacing:1.5px;color:rgba(255,255,255,.45);text-transform:uppercase;margin-bottom:16px;position:relative}
.av-cta-title{font-size:32px;font-weight:800;color:white;margin-bottom:14px;letter-spacing:-.5px;line-height:1.2;position:relative}
.av-cta-sub{font-size:15px;color:rgba(255,255,255,.7);margin-bottom:12px;line-height:1.7;max-width:600px;margin-left:auto;margin-right:auto;position:relative}
.av-cta-supporting{font-size:11px;color:rgba(255,255,255,.5);line-height:2;margin-bottom:28px;letter-spacing:.5px;position:relative}
.av-cta-btns{display:flex;gap:12px;justify-content:center;position:relative}
.av-cta-btn-w{background:white;color:#0D47A1;padding:14px 32px;border-radius:8px;font-weight:700;font-size:13px;cursor:pointer;border:none;font-family:'Inter',-apple-system,system-ui,sans-serif}
.av-cta-btn-o{background:transparent;color:white;padding:13px 28px;border-radius:8px;font-weight:600;font-size:13px;cursor:pointer;border:1.5px solid rgba(255,255,255,.5);font-family:'Inter',-apple-system,system-ui,sans-serif}
.av-cta-extra-btns{display:flex;gap:12px;justify-content:center;margin-top:14px;flex-wrap:wrap;position:relative}
.av-cta-trust{margin-top:28px;display:flex;justify-content:center;gap:32px;position:relative;flex-wrap:wrap}
.av-cti{font-size:11px;color:rgba(255,255,255,.5);display:flex;align-items:center;gap:6px}
.av-cti-chk{color:#4ADE80;font-size:13px}

/* FOOTER */
.av-footer{background:#0D1929;padding:48px 60px 28px;width:100%;font-family:'Inter',-apple-system,system-ui,sans-serif}
.av-footer-top{display:grid;grid-template-columns:220px repeat(4,1fr);gap:40px;margin-bottom:40px}
.av-footer-logo-row{display:flex;align-items:center;gap:12px;margin-bottom:12px}
.av-footer-logo-icon{width:44px;height:44px;flex-shrink:0}
.av-footer-logo-text{display:flex;flex-direction:column;line-height:1.2}
.av-fl-name{font-size:18px;font-weight:300;color:#2BB5E8;font-family:'Segoe UI',Arial,sans-serif;letter-spacing:.4px}
.av-fl-sub{font-size:11px;font-weight:400;color:rgba(255,255,255,.55);font-family:'Segoe UI',Arial,sans-serif;letter-spacing:.3px}
.av-footer-brand-desc{font-size:11px;color:rgba(255,255,255,.45);line-height:1.7;margin-top:4px}
.av-footer-col-title{font-size:11px;font-weight:700;color:white;margin-bottom:14px;letter-spacing:.5px}
.av-footer-link{display:block;font-size:11px;color:rgba(255,255,255,.45);margin-bottom:7px;cursor:pointer;text-decoration:none}
.av-footer-link:hover{color:white}
.av-footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:20px;display:flex;justify-content:space-between;align-items:center;font-size:10px;color:rgba(255,255,255,.35)}
.av-footer-bottom-links{display:flex;gap:20px}

/* STICKY BAR */
.av-sticky-bar{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:100%;max-width:1200px;background:white;border-top:2px solid #1565C0;padding:12px 40px;display:flex;align-items:center;justify-content:space-between;z-index:9999;box-shadow:0 -4px 24px rgba(21,101,192,.15);font-family:'Inter',-apple-system,system-ui,sans-serif}
.av-sticky-bar-left{display:flex;align-items:center;gap:12px}
.av-sticky-bar-title{font-size:13px;font-weight:700;color:#1A1A2E}
.av-sticky-bar-sub{font-size:11px;color:#718096}
.av-sticky-bar-badges{display:flex;gap:8px}
.av-sticky-badge{display:flex;align-items:center;gap:4px;font-size:10px;color:#16A34A;font-weight:600}
.av-sticky-bar-btns{display:flex;gap:10px}


/* ==========================================================================
   RESPONSIVE — Tablet (≤1024px)
   ========================================================================== */
@media (max-width:1024px){

  /* NAV */
  .av-nav{padding:0 24px;height:64px}
  .av-nav-logo-text .av-name{font-size:19px}
  .av-nav-logo-text .av-sub{font-size:11px}
  /* hide secondary nav links, keep highlight + CTA */
  .av-nl:not(.av-highlight){display:none}
  .av-nav-div{display:none}

  /* HERO */
  .av-hero{grid-template-columns:1fr;gap:40px;padding:60px 32px 52px}
  .av-hero h1{font-size:34px}
  .av-hero-visual{display:grid;grid-template-columns:1fr 1fr;gap:10px}
  .av-hero-top-cards{grid-template-columns:1fr 1fr}
  .av-hero-mini-cards{grid-template-columns:1fr 1fr}

  /* TRUST */
  .av-trust-stats-bar{padding:40px 32px 36px;grid-template-columns:repeat(2,1fr)}
  .av-trust-stat:nth-child(2){border-right:none}
  .av-trust-stat:nth-child(3){border-right:1px solid #E8EEF7}
  .av-trust-stat:nth-child(3),.av-trust-stat:nth-child(4){border-top:1px solid #E8EEF7;padding-top:24px;margin-top:4px}
  .av-trust-logos-section{padding:36px 32px 32px}
  .av-trust-heading-row{flex-direction:column;gap:20px}
  .av-trust-side-stats{align-items:flex-start;flex-direction:row;flex-wrap:wrap}
  .av-trust-divider{margin:0 32px}
  .av-trust-badges-row{padding:20px 32px;flex-wrap:wrap;gap:16px;justify-content:flex-start}
  .av-tbadge-divider{display:none}

  /* SECTIONS */
  .av-section{padding:52px 32px}
  .av-section-cs{padding:56px 32px}
  .av-creatives-wrap{padding:56px 32px}

  /* AGENTS */
  .av-agents-grid{grid-template-columns:repeat(2,1fr)}

  /* AI EMPLOYEES */
  .av-emp-split{grid-template-columns:1fr;gap:32px}
  .av-emp-mini-grid{grid-template-columns:repeat(2,1fr)}

  /* SOFTWARE */
  .av-cd-grid{grid-template-columns:repeat(2,1fr)}

  /* CREATIVES */
  .av-creatives-top{flex-direction:column;gap:24px}
  .av-creatives-left{max-width:100%}
  .av-creatives-right-top{align-items:flex-start}
  .av-creatives-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto}
  .av-cc.av-tall{grid-row:auto}

  /* CASE STUDIES */
  .av-cs-body-layout{grid-template-columns:1fr}
  .av-cs-sidebar{flex-direction:row;flex-wrap:wrap;gap:8px}
  .av-cs-tab{flex:1;min-width:140px}
  .av-cs-panel{grid-template-columns:1fr}
  .av-cs-panel-img{min-height:220px}

  /* INDUSTRIES */
  .av-ind-grid{grid-template-columns:repeat(4,1fr)}

  /* WHY */
  .av-why-feats{grid-template-columns:repeat(2,1fr)}

  /* TESTIMONIALS */
  .av-test-grid{grid-template-columns:repeat(2,1fr)}

  /* CTA */
  .av-cta{padding:60px 32px}
  .av-cta-title{font-size:26px}
  .av-cta-sub{font-size:13px}

  /* FOOTER */
  .av-footer{padding:40px 32px 24px}
  .av-footer-top{grid-template-columns:1fr 1fr;gap:28px}

  /* STICKY BAR */
  .av-sticky-bar{padding:10px 24px}
  .av-sticky-bar-sub{display:none}
  .av-sticky-bar-badges{display:none}

  /* SEC HEAD */
  .av-sec-head{flex-direction:column;align-items:flex-start;gap:12px}
}


/* ==========================================================================
   RESPONSIVE — Mobile (≤768px)
   ========================================================================== */
@media (max-width:768px){

  /* TOPBAR */
  .av-topbar{font-size:10px;padding:8px 16px}

  /* NAV */
  .av-nav{padding:0 16px;height:58px}
  .av-nav-logo-icon{width:40px;height:40px}
  .av-nav-logo-text .av-name{font-size:17px}
  .av-nav-logo-text .av-sub{display:none}
  .av-nav-links{gap:4px}
  .av-nl.av-highlight{font-size:11px;padding:6px 10px}
  .av-btn-nav{padding:9px 14px;font-size:11.5px}

  /* HERO */
  .av-hero{padding:44px 16px 40px;gap:32px}
  .av-hero h1{font-size:28px;letter-spacing:-.4px}
  .av-hero p{font-size:13px}
  .av-hero-visual{grid-template-columns:1fr}
  .av-hero-top-cards{grid-template-columns:1fr}
  .av-hero-mini-cards{grid-template-columns:1fr}
  .av-hero-btns{gap:8px}
  .av-btn-white,.av-btn-ghost{width:100%;text-align:center}
  .av-hero-trust-row{gap:12px}

  /* TRUST */
  .av-trust-stats-bar{padding:32px 16px 28px;grid-template-columns:repeat(2,1fr);gap:16px}
  .av-trust-stat{border-right:none !important;border-top:none !important;padding:0}
  .av-trust-stat-num{font-size:36px}
  .av-trust-stat-unit{font-size:20px}
  .av-trust-logos-section{padding:28px 16px 24px}
  .av-trust-heading-row{flex-direction:column;gap:16px}
  .av-trust-heading-title{font-size:18px}
  .av-trust-side-stats{flex-direction:column;align-items:stretch}
  .av-trust-side-stat{justify-content:flex-start}
  .av-trust-divider{margin:0 16px}
  .av-trust-badges-row{padding:16px;gap:12px;justify-content:center}
  .av-tbadge-text{font-size:9px}

  /* SECTIONS */
  .av-section{padding:40px 16px}
  .av-section-cs{padding:40px 16px}
  .av-creatives-wrap{padding:40px 16px}
  .av-sec-title{font-size:22px}
  .av-sec-sub{font-size:12px}
  .av-sec-head{flex-direction:column;align-items:flex-start;gap:10px}

  /* AGENTS */
  .av-agents-grid{grid-template-columns:1fr}

  /* AI EMPLOYEES */
  .av-emp-split{grid-template-columns:1fr;gap:24px}
  .av-emp-mini-grid{grid-template-columns:1fr 1fr}
  .av-emp-feat-head{flex-wrap:wrap}
  .av-emp-active{align-self:auto}
  .av-emp-ctas{flex-direction:column}
  .av-emp-ctas .av-btn-primary,
  .av-emp-ctas .av-btn-secondary{width:100%;text-align:center}
  .av-emp-stats{grid-template-columns:repeat(3,1fr)}

  /* SOFTWARE */
  .av-cd-grid{grid-template-columns:1fr}

  /* CREATIVES */
  .av-creatives-top{flex-direction:column;gap:20px}
  .av-creatives-left{max-width:100%}
  .av-creatives-title{font-size:24px}
  .av-creatives-right-top{align-items:flex-start}
  .av-creatives-btns{flex-wrap:wrap}
  .av-creatives-stat-row{gap:16px}
  .av-creatives-grid{grid-template-columns:1fr;grid-template-rows:auto;gap:12px}
  .av-cc.av-tall{grid-row:auto}
  .av-cc{min-height:160px}

  /* CASE STUDIES */
  .av-cs-head-title{font-size:24px}
  .av-cs-body-layout{grid-template-columns:1fr}
  .av-cs-sidebar{flex-direction:column}
  .av-cs-tab{min-width:0;width:100%}
  .av-cs-panel{grid-template-columns:1fr}
  .av-cs-panel-content{padding:24px 20px}
  .av-cs-panel-title{font-size:19px}
  .av-cs-panel-category{font-size:16px}
  .av-cs-panel-metrics{grid-template-columns:1fr 1fr}
  .av-cs-panel-img{min-height:180px}

  /* INDUSTRIES */
  .av-ind-grid{grid-template-columns:repeat(3,1fr)}

  /* WHY */
  .av-why-feats{grid-template-columns:1fr}

  /* TESTIMONIALS */
  .av-test-grid{grid-template-columns:1fr}

  /* FAQ */
  .av-faq-q{font-size:13px}

  /* CTA */
  .av-cta{padding:48px 16px}
  .av-cta-title{font-size:22px}
  .av-cta-sub{font-size:12px}
  .av-cta-btns{flex-direction:column;align-items:center}
  .av-cta-btn-w,.av-cta-btn-o{width:100%;max-width:320px;text-align:center}
  .av-cta-trust{gap:16px}

  /* FOOTER */
  .av-footer{padding:32px 16px 20px}
  .av-footer-top{grid-template-columns:1fr 1fr;gap:20px}
  .av-footer-bottom{flex-direction:column;gap:12px;text-align:center}
  .av-footer-bottom-links{flex-wrap:wrap;justify-content:center;gap:12px}

  /* STICKY BAR */
  .av-sticky-bar{padding:10px 16px;flex-wrap:wrap;gap:8px}
  .av-sticky-bar-left{flex-direction:column;align-items:flex-start;gap:2px}
  .av-sticky-bar-title{font-size:12px}
  .av-sticky-bar-btns .av-btn-primary{font-size:11px;padding:9px 14px}
  .av-sticky-bar-btns .av-btn-secondary{font-size:11px;padding:9px 14px}
}


/* ==========================================================================
   RESPONSIVE — Small mobile (≤480px)
   ========================================================================== */
@media (max-width:480px){

  /* NAV */
  .av-nav-logo-text .av-name{font-size:15px}
  .av-btn-nav{padding:8px 12px;font-size:11px}

  /* HERO */
  .av-hero{padding:36px 14px 32px}
  .av-hero h1{font-size:24px}
  .av-hero-eyebrow{font-size:8px}
  .av-hero p{font-size:12px}

  /* TRUST */
  .av-trust-stats-bar{grid-template-columns:1fr 1fr;padding:24px 14px}
  .av-trust-stat-num{font-size:30px}

  /* INDUSTRIES */
  .av-ind-grid{grid-template-columns:repeat(2,1fr)}

  /* CASE STUDIES */
  .av-cs-panel-metrics{grid-template-columns:1fr}

  /* EMP MINI */
  .av-emp-mini-grid{grid-template-columns:1fr}

  /* FOOTER */
  .av-footer-top{grid-template-columns:1fr}

  /* SECTIONS */
  .av-section{padding:32px 14px}
  .av-section-cs{padding:32px 14px}
  .av-creatives-wrap{padding:32px 14px}

  /* CTA */
  .av-cta{padding:36px 14px}
  .av-cta-title{font-size:20px}
}


/* ==========================================================================
   REDUCED MOTION
   ========================================================================== */
@media (prefers-reduced-motion:reduce){
  .av-trust-marquee{animation:none}
  *{transition:none !important}
}