/*
 * Next Gen Wizards — GHL Wizards aligned design system
 * Version 10.1.0
 * Clean light agency UI, navy/cyan brand system, centered headings,
 * conversion-focused cards, dashboard visuals and responsive layouts.
 */
:root{
  --ngw-bg:#ffffff;
  --ngw-bg-soft:#f5f8fc;
  --ngw-bg-blue:#eef4ff;
  --ngw-surface:#ffffff;
  --ngw-surface-2:#f9fbfe;
  --ngw-text:#151a33;
  --ngw-text-strong:#0f1430;
  --ngw-muted:#667089;
  --ngw-muted-2:#8b94a9;
  --ngw-brand:#263a9b;
  --ngw-brand-2:#18296f;
  --ngw-brand-3:#0e184c;
  --ngw-accent:#53c8d5;
  --ngw-accent-strong:#18b6c8;
  --ngw-accent-soft:#e4f8fb;
  --ngw-line:#dde5f0;
  --ngw-line-strong:#cbd6e6;
  --ngw-success:#24aa76;
  --ngw-head:'Montserrat',Arial,sans-serif;
  --ngw-body:'Open Sans',Arial,sans-serif;
  --ngw-shadow-sm:0 12px 35px rgba(31,48,104,.08);
  --ngw-shadow:0 24px 65px rgba(31,48,104,.13);
  --ngw-shadow-lg:0 36px 90px rgba(28,43,94,.17);
  --ngw-radius:22px;
  --ngw-radius-lg:30px;
  --ngw-shell:1200px;
}
html[data-theme="dark"]{
  --ngw-bg:#07111f;
  --ngw-bg-soft:#0b1727;
  --ngw-bg-blue:#0d1a31;
  --ngw-surface:#0d192a;
  --ngw-surface-2:#101d30;
  --ngw-text:#edf4ff;
  --ngw-text-strong:#ffffff;
  --ngw-muted:#a5b2c8;
  --ngw-muted-2:#7f8ca4;
  --ngw-brand:#6e89ff;
  --ngw-brand-2:#5573ee;
  --ngw-brand-3:#243d9c;
  --ngw-accent:#62d6e2;
  --ngw-accent-strong:#69e0ec;
  --ngw-accent-soft:#103543;
  --ngw-line:#233249;
  --ngw-line-strong:#30435e;
  --ngw-shadow-sm:0 12px 35px rgba(0,0,0,.2);
  --ngw-shadow:0 24px 65px rgba(0,0,0,.28);
  --ngw-shadow-lg:0 36px 90px rgba(0,0,0,.35);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--ngw-bg)!important;color:var(--ngw-text)!important;font-family:var(--ngw-body)!important;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
button,input,textarea,select{font:inherit}
#ngw-home{position:relative;min-height:100vh;background:var(--ngw-bg);color:var(--ngw-text);overflow:clip}
#ngw-home main{display:block}
#ngw-home .vtx-page,#ngw-home .vtx-page *{box-sizing:border-box}
#ngw-home .vtx-page{background:var(--ngw-bg);color:var(--ngw-text);font-family:var(--ngw-body)}
#ngw-home .vtx-shell,#ngw-home .ngw-site-shell{width:min(var(--ngw-shell),calc(100% - 48px));margin-inline:auto}
#ngw-home .vtx-page h1,#ngw-home .vtx-page h2,#ngw-home .vtx-page h3,#ngw-home .vtx-page h4,
#ngw-home .ngw-site-footer h4{margin:0;color:var(--ngw-text-strong);font-family:var(--ngw-head);letter-spacing:-.035em}
#ngw-home .vtx-page p{margin:0;color:var(--ngw-muted);font-size:16px;line-height:1.75}
#ngw-home .vtx-page strong{color:var(--ngw-text-strong)}
#ngw-home .ngw-skip-link{position:fixed;left:14px;top:-80px;z-index:100001;padding:10px 15px;border-radius:10px;background:var(--ngw-brand);color:#fff;font-weight:800;transition:top .2s ease}
#ngw-home .ngw-skip-link:focus{top:14px}
#ngw-home .ngw-site-progress{position:fixed;top:0;left:0;z-index:100001;width:100%;height:3px;transform:scaleX(0);transform-origin:left;background:linear-gradient(90deg,var(--ngw-brand),var(--ngw-accent));pointer-events:none}

/* Header */
#ngw-home .ngw-site-header{position:sticky;top:0;z-index:99990;padding:13px 0;background:rgba(255,255,255,.88);border-bottom:1px solid rgba(28,42,100,.07);backdrop-filter:blur(20px) saturate(150%);transition:padding .22s ease,box-shadow .22s ease,background .22s ease}
html[data-theme="dark"] #ngw-home .ngw-site-header{background:rgba(7,17,31,.9);border-bottom-color:rgba(255,255,255,.07)}
#ngw-home .ngw-site-header.is-scrolled{padding:8px 0;box-shadow:0 12px 32px rgba(32,48,103,.08);background:rgba(255,255,255,.97)}
html[data-theme="dark"] #ngw-home .ngw-site-header.is-scrolled{background:rgba(7,17,31,.97);box-shadow:0 12px 32px rgba(0,0,0,.22)}
#ngw-home .ngw-site-nav{position:relative;min-height:66px;display:flex;align-items:center;gap:26px}
#ngw-home .ngw-site-logo{display:inline-flex;align-items:center;flex:0 0 auto;max-width:214px}
#ngw-home .ngw-site-logo-mark{display:flex;align-items:center}
#ngw-home .ngw-site-logo img{display:block;width:auto;max-width:214px;max-height:52px;object-fit:contain}
html[data-theme="dark"] #ngw-home .ngw-site-logo img{filter:brightness(0) invert(1)}
#ngw-home .ngw-site-menu{display:flex;align-items:center;justify-content:flex-end;gap:clamp(16px,1.8vw,28px);margin-left:auto}
#ngw-home .ngw-site-link,#ngw-home .ngw-site-services-toggle{position:relative;display:inline-flex;align-items:center;gap:7px;min-height:42px;padding:0;border:0;background:none;color:#30364f;font-family:var(--ngw-head);font-size:12.5px;font-weight:750;white-space:nowrap;cursor:pointer;transition:color .18s ease}
html[data-theme="dark"] #ngw-home .ngw-site-link,html[data-theme="dark"] #ngw-home .ngw-site-services-toggle{color:#cbd5e8}
#ngw-home .ngw-site-link:after,#ngw-home .ngw-site-services-toggle:after{content:"";position:absolute;left:0;right:0;bottom:2px;height:2px;border-radius:3px;background:linear-gradient(90deg,var(--ngw-brand),var(--ngw-accent));transform:scaleX(0);transform-origin:left;transition:transform .2s ease}
#ngw-home .ngw-site-link:hover,#ngw-home .ngw-site-link.is-current,#ngw-home .ngw-site-link[aria-current="page"],#ngw-home .ngw-site-services-toggle:hover,#ngw-home .ngw-site-services.ngw-site-active>.ngw-site-services-toggle,#ngw-home .ngw-site-services.is-open>.ngw-site-services-toggle{color:var(--ngw-brand)}
#ngw-home .ngw-site-link:hover:after,#ngw-home .ngw-site-link.is-current:after,#ngw-home .ngw-site-link[aria-current="page"]:after,#ngw-home .ngw-site-services-toggle:hover:after,#ngw-home .ngw-site-services.is-open>.ngw-site-services-toggle:after{transform:scaleX(1)}
#ngw-home .ngw-site-services{position:relative}
#ngw-home .ngw-site-chevron{transition:transform .2s ease}
#ngw-home .ngw-site-services.is-open .ngw-site-chevron{transform:rotate(180deg)}
#ngw-home .ngw-site-dropdown{position:absolute;top:calc(100% + 12px);left:50%;width:min(760px,82vw);padding:22px;border:1px solid var(--ngw-line);border-radius:24px;background:rgba(255,255,255,.985);box-shadow:var(--ngw-shadow-lg);opacity:0;visibility:hidden;transform:translate(-50%,-8px);pointer-events:none;transition:opacity .18s ease,visibility .18s ease,transform .18s ease}
html[data-theme="dark"] #ngw-home .ngw-site-dropdown{background:rgba(13,25,42,.985)}
#ngw-home .ngw-site-services.is-open .ngw-site-dropdown{opacity:1;visibility:visible;transform:translate(-50%,0);pointer-events:auto}
#ngw-home .ngw-mega-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:4px 4px 18px;border-bottom:1px solid var(--ngw-line)}
#ngw-home .ngw-mega-head>div>span{display:block;margin-bottom:7px;color:var(--ngw-accent-strong);font:800 10px/1 var(--ngw-head);letter-spacing:.12em;text-transform:uppercase}
#ngw-home .ngw-mega-head strong{display:block;max-width:470px;color:var(--ngw-text-strong);font:800 18px/1.35 var(--ngw-head)}
#ngw-home .ngw-mega-all{display:inline-flex;align-items:center;gap:8px;color:var(--ngw-brand);font:800 11px/1.3 var(--ngw-head);white-space:nowrap}
#ngw-home .ngw-mega-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:14px}
#ngw-home .ngw-mega-card{display:grid;grid-template-columns:34px 1fr;gap:11px;align-items:center;padding:13px;border:1px solid transparent;border-radius:15px;transition:background .18s ease,border-color .18s ease,transform .18s ease}
#ngw-home .ngw-mega-card:hover{border-color:var(--ngw-line);background:var(--ngw-bg-soft);transform:translateY(-1px)}
#ngw-home .ngw-mega-card>span{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--ngw-accent-soft);color:var(--ngw-brand);font:900 9px/1 var(--ngw-head)}
#ngw-home .ngw-mega-card--featured>span{background:var(--ngw-brand);color:#fff}
#ngw-home .ngw-mega-card strong{display:block;color:var(--ngw-text-strong);font:800 11px/1.25 var(--ngw-head)}
#ngw-home .ngw-mega-card small{display:block;margin-top:4px;color:var(--ngw-muted);font-size:9.5px;line-height:1.4}
#ngw-home .ngw-mega-subservices{display:flex;flex-wrap:wrap;align-items:center;gap:7px 13px;margin-top:14px;padding:13px 4px 2px;border-top:1px solid var(--ngw-line)}
#ngw-home .ngw-mega-subservices strong{color:var(--ngw-text-strong);font:800 10px/1 var(--ngw-head);margin-right:3px}
#ngw-home .ngw-mega-subservices a{color:var(--ngw-muted);font-size:10px;font-weight:700}.ngw-mega-subservices a:hover{color:var(--ngw-brand)}
#ngw-home .ngw-site-actions{display:flex;align-items:center;gap:10px}
#ngw-home .ngw-site-cta,#ngw-home .ngw-mobile-booking{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:0 18px;border:1px solid var(--ngw-brand);border-radius:12px;background:var(--ngw-brand);color:#fff;font:800 11.5px/1 var(--ngw-head);box-shadow:0 12px 24px rgba(38,58,155,.18);transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
#ngw-home .ngw-site-cta:hover,#ngw-home .ngw-mobile-booking:hover{background:var(--ngw-brand-2);transform:translateY(-2px);box-shadow:0 16px 30px rgba(38,58,155,.24)}
#ngw-home .ngw-theme-toggle{display:inline-flex;align-items:center;gap:7px;height:42px;padding:0 10px;border:1px solid var(--ngw-line);border-radius:11px;background:var(--ngw-surface);color:var(--ngw-muted);cursor:pointer}
#ngw-home .ngw-theme-toggle-track{position:relative;width:28px;height:16px;border-radius:99px;background:#d7deeb}.ngw-theme-toggle-thumb{position:absolute;top:3px;left:3px;width:10px;height:10px;border-radius:50%;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.2);transition:transform .2s ease}.ngw-theme-toggle.is-dark .ngw-theme-toggle-track{background:var(--ngw-brand)}.ngw-theme-toggle.is-dark .ngw-theme-toggle-thumb{transform:translateX(12px)}
#ngw-home .ngw-theme-toggle-label{font:800 9px/1 var(--ngw-head)}
#ngw-home .ngw-site-menu-btn{display:none;width:44px;height:44px;padding:0;border:1px solid var(--ngw-line);border-radius:12px;background:var(--ngw-surface);cursor:pointer}.ngw-site-menu-btn span{display:block;width:18px;height:2px;margin:4px auto;border-radius:2px;background:var(--ngw-text-strong);transition:.2s ease}.ngw-site-menu-btn.is-open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.ngw-site-menu-btn.is-open span:nth-child(2){opacity:0}.ngw-site-menu-btn.is-open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
#ngw-home .ngw-mobile-booking{display:none}

/* Core typography / buttons */
#ngw-home .vtx-kicker{display:inline-flex;align-items:center;justify-content:center;gap:9px;margin-bottom:16px;color:var(--ngw-accent-strong);font:800 11px/1.2 var(--ngw-head);letter-spacing:.13em;text-transform:uppercase}
#ngw-home .vtx-kicker:before{content:"";width:22px;height:3px;border-radius:4px;background:var(--ngw-accent)}
#ngw-home .vtx-section-head{max-width:800px;margin:0 auto 46px;text-align:center}
#ngw-home .vtx-section-head h2,#ngw-home .vtx-copy h2{font-size:clamp(32px,4vw,50px);line-height:1.1}
#ngw-home .vtx-section-head h2 span,#ngw-home .vtx-copy h2 span,#ngw-home .vtx-page h1 span{color:var(--ngw-brand)}
#ngw-home .vtx-section-head>p{max-width:700px;margin:16px auto 0}
#ngw-home .vtx-section-head-light h2,#ngw-home .vtx-section-head-light p,#ngw-home .vtx-section-navy .vtx-copy h2,#ngw-home .vtx-section-navy .vtx-copy p,#ngw-home .vtx-copy-light h2,#ngw-home .vtx-copy-light p{color:#fff}
#ngw-home .vtx-section-head-light p,#ngw-home .vtx-copy-light p,#ngw-home .vtx-section-navy .vtx-copy p{opacity:.78}
#ngw-home .vtx-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
#ngw-home .vtx-actions-center{justify-content:center}
#ngw-home .vtx-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:51px;padding:0 22px;border:1px solid transparent;border-radius:12px;font:800 12px/1 var(--ngw-head);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease}
#ngw-home .vtx-btn:hover{transform:translateY(-2px)}
#ngw-home .vtx-btn-primary{background:var(--ngw-brand);border-color:var(--ngw-brand);color:#fff;box-shadow:0 14px 30px rgba(38,58,155,.2)}
#ngw-home .vtx-btn-primary:hover{background:var(--ngw-brand-2);box-shadow:0 18px 36px rgba(38,58,155,.27)}
#ngw-home .vtx-btn-ghost{background:var(--ngw-surface);border-color:var(--ngw-line-strong);color:var(--ngw-text-strong)}
#ngw-home .vtx-btn-ghost:hover{border-color:var(--ngw-brand);color:var(--ngw-brand)}
#ngw-home .vtx-btn-white{background:#fff;border-color:#fff;color:var(--ngw-brand-2)}
#ngw-home .vtx-btn-outline-light{border-color:rgba(255,255,255,.4);color:#fff;background:transparent}
#ngw-home .vtx-text-link{display:inline-flex;align-items:center;gap:8px;color:var(--ngw-brand);font:800 11px/1.3 var(--ngw-head)}
#ngw-home .vtx-text-link:hover{color:var(--ngw-accent-strong)}

/* Home hero */
#ngw-home .vtx-hero-home{position:relative;padding:78px 0 74px;background:
  radial-gradient(circle at 84% 15%,rgba(83,200,213,.18),transparent 25%),
  radial-gradient(circle at 12% 4%,rgba(38,58,155,.08),transparent 26%),
  linear-gradient(180deg,#fff 0%,#fbfdff 100%)}
html[data-theme="dark"] #ngw-home .vtx-hero-home{background:radial-gradient(circle at 84% 15%,rgba(83,200,213,.12),transparent 26%),linear-gradient(180deg,#07111f,#091526)}
#ngw-home .vtx-hero-home:after{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(38,58,155,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(38,58,155,.035) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.7),transparent 85%)}
#ngw-home .vtx-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(470px,.98fr);gap:58px;align-items:center}
#ngw-home .vtx-hero-copy{position:relative;z-index:2}
#ngw-home .vtx-hero-copy .vtx-kicker{justify-content:flex-start}
#ngw-home .vtx-hero-copy h1{max-width:720px;font-size:clamp(44px,5.25vw,72px);line-height:1.03;letter-spacing:-.055em}
#ngw-home .vtx-hero-copy>p{max-width:680px;margin-top:20px;font-size:17px;line-height:1.75}
#ngw-home .vtx-trust-row{display:flex;flex-wrap:wrap;gap:11px 18px;margin-top:27px;color:var(--ngw-muted);font-size:11px;font-weight:750}
#ngw-home .vtx-trust-row span{display:inline-flex;align-items:center;gap:7px}
#ngw-home .vtx-trust-row span:before{content:"✓";display:grid;place-items:center;width:18px;height:18px;border-radius:50%;background:#e7f7f0;color:var(--ngw-success);font-size:10px;font-weight:900}
html[data-theme="dark"] #ngw-home .vtx-trust-row span:before{background:#12352c}

#ngw-home .ngw-hero-dashboard{position:relative;min-height:545px;display:grid;place-items:center}
#ngw-home .ngw-hero-dashboard:before{content:"";position:absolute;width:90%;height:88%;border-radius:50%;background:radial-gradient(circle,rgba(83,200,213,.18),rgba(38,58,155,.08) 45%,transparent 70%);filter:blur(8px)}
#ngw-home .ngw-dashboard-shell{position:relative;width:100%;max-width:550px;padding:18px;border:1px solid rgba(38,58,155,.14);border-radius:28px;background:rgba(255,255,255,.87);box-shadow:0 32px 80px rgba(34,50,105,.17);backdrop-filter:blur(14px);transform:rotate(.6deg)}
html[data-theme="dark"] #ngw-home .ngw-dashboard-shell{background:rgba(13,25,42,.92);border-color:#2a3c58}
#ngw-home .ngw-dashboard-top{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:4px 3px 16px}
#ngw-home .ngw-dashboard-title small{display:block;color:var(--ngw-accent-strong);font:800 9px/1 var(--ngw-head);letter-spacing:.11em;text-transform:uppercase}
#ngw-home .ngw-dashboard-title strong{display:block;margin-top:6px;color:var(--ngw-text-strong);font:800 16px/1.2 var(--ngw-head)}
#ngw-home .ngw-live-pill{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:99px;background:#eaf8f2;color:#18855d;font:800 8px/1 var(--ngw-head);letter-spacing:.08em;text-transform:uppercase}
html[data-theme="dark"] #ngw-home .ngw-live-pill{background:#12352c;color:#69d7ad}
#ngw-home .ngw-live-pill:before{content:"";width:6px;height:6px;border-radius:50%;background:#25b977;box-shadow:0 0 0 4px rgba(37,185,119,.1)}
#ngw-home .ngw-dashboard-main{display:grid;grid-template-columns:1.05fr .95fr;gap:12px}
#ngw-home .ngw-dashboard-panel{padding:16px;border:1px solid var(--ngw-line);border-radius:17px;background:var(--ngw-surface-2)}
#ngw-home .ngw-dashboard-panel>small{display:block;color:var(--ngw-muted-2);font:800 8px/1 var(--ngw-head);letter-spacing:.09em;text-transform:uppercase}
#ngw-home .ngw-dashboard-stat{margin-top:8px;color:var(--ngw-text-strong);font:900 27px/1 var(--ngw-head)}
#ngw-home .ngw-dashboard-stat em{margin-left:6px;color:var(--ngw-success);font:800 9px/1 var(--ngw-head);font-style:normal}
#ngw-home .ngw-chart-bars{height:92px;display:flex;align-items:flex-end;gap:8px;margin-top:15px;padding-top:6px;border-bottom:1px solid var(--ngw-line)}
#ngw-home .ngw-chart-bars i{display:block;flex:1;border-radius:6px 6px 1px 1px;background:linear-gradient(180deg,var(--ngw-accent),var(--ngw-brand));opacity:.9}
#ngw-home .ngw-chart-bars i:nth-child(1){height:35%}.ngw-chart-bars i:nth-child(2){height:54%}.ngw-chart-bars i:nth-child(3){height:47%}.ngw-chart-bars i:nth-child(4){height:72%}.ngw-chart-bars i:nth-child(5){height:66%}.ngw-chart-bars i:nth-child(6){height:91%}
#ngw-home .ngw-automation-list{display:grid;gap:8px;margin-top:12px}
#ngw-home .ngw-automation-item{display:grid;grid-template-columns:27px 1fr auto;gap:8px;align-items:center;padding:8px;border-radius:10px;background:var(--ngw-surface)}
#ngw-home .ngw-auto-icon{display:grid;place-items:center;width:27px;height:27px;border-radius:8px;background:var(--ngw-accent-soft);color:var(--ngw-brand);font:900 9px/1 var(--ngw-head)}
#ngw-home .ngw-automation-item strong{display:block;font:800 9px/1.2 var(--ngw-head)}
#ngw-home .ngw-automation-item small{display:block;margin-top:3px;color:var(--ngw-muted-2);font-size:7.5px;line-height:1.2}
#ngw-home .ngw-auto-check{color:var(--ngw-success);font-weight:900}
#ngw-home .ngw-dashboard-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin-top:12px}
#ngw-home .ngw-flow-step{padding:11px 7px;border:1px solid var(--ngw-line);border-radius:11px;background:var(--ngw-surface);text-align:center}
#ngw-home .ngw-flow-step span{display:block;color:var(--ngw-accent-strong);font:900 8px/1 var(--ngw-head)}
#ngw-home .ngw-flow-step strong{display:block;margin-top:5px;font:800 8px/1.2 var(--ngw-head)}
#ngw-home .ngw-floating-metric{position:absolute;z-index:3;padding:11px 13px;border:1px solid var(--ngw-line);border-radius:13px;background:var(--ngw-surface);box-shadow:var(--ngw-shadow-sm)}
#ngw-home .ngw-floating-metric small{display:block;color:var(--ngw-muted-2);font:800 7px/1 var(--ngw-head);text-transform:uppercase;letter-spacing:.08em}
#ngw-home .ngw-floating-metric strong{display:block;margin-top:5px;color:var(--ngw-text-strong);font:900 12px/1 var(--ngw-head)}
#ngw-home .ngw-floating-metric--a{left:-22px;bottom:52px}.ngw-floating-metric--b{right:-18px;top:86px}

/* Trust strip */
#ngw-home .vtx-logo-strip{border-top:1px solid var(--ngw-line);border-bottom:1px solid var(--ngw-line);background:var(--ngw-surface)}
#ngw-home .vtx-logo-strip .vtx-shell{display:grid;grid-template-columns:repeat(6,1fr);align-items:center}
#ngw-home .vtx-logo-strip span{position:relative;padding:19px 10px;color:var(--ngw-muted);text-align:center;font:800 9.5px/1 var(--ngw-head);letter-spacing:.09em}
#ngw-home .vtx-logo-strip span:not(:last-child):after{content:"";position:absolute;right:0;top:15px;bottom:15px;width:1px;background:var(--ngw-line)}

/* Generic sections */
#ngw-home .vtx-section{position:relative;padding:92px 0}
#ngw-home .vtx-section-soft{background:var(--ngw-bg-soft)}
#ngw-home .vtx-section-navy{background:linear-gradient(140deg,var(--ngw-brand-3),var(--ngw-brand-2));color:#fff}
#ngw-home .vtx-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:64px;align-items:center}
#ngw-home .vtx-split-reverse .vtx-copy{order:1}.vtx-split-reverse .vtx-media-stack{order:2}
#ngw-home .vtx-copy .vtx-kicker{justify-content:flex-start}
#ngw-home .vtx-copy>p{margin-top:18px}
#ngw-home .vtx-copy>.vtx-btn,#ngw-home .vtx-copy>.vtx-text-link{margin-top:24px}
#ngw-home .vtx-media-stack{position:relative}
#ngw-home .vtx-media-stack>img,#ngw-home .vtx-page-hero-image img{display:block;width:100%;min-height:420px;max-height:560px;object-fit:cover;border-radius:28px;box-shadow:var(--ngw-shadow)}
#ngw-home .vtx-media-stack:before{content:"";position:absolute;inset:18px -18px -18px 18px;z-index:-1;border-radius:28px;background:var(--ngw-accent-soft)}
#ngw-home .vtx-media-badge,#ngw-home .vtx-quote-panel{position:absolute;right:-22px;bottom:24px;max-width:290px;padding:18px 20px;border-radius:16px;background:var(--ngw-brand-3);color:#fff;box-shadow:0 18px 45px rgba(17,27,88,.25)}
#ngw-home .vtx-media-badge span{display:block;color:#9ce5ec;font:800 8px/1 var(--ngw-head);letter-spacing:.08em;text-transform:uppercase}
#ngw-home .vtx-media-badge strong,#ngw-home .vtx-quote-panel strong{display:block;margin-top:7px;color:#fff;font:800 14px/1.35 var(--ngw-head)}
#ngw-home .vtx-quote-panel p{margin-top:7px;color:rgba(255,255,255,.72);font-size:12px;line-height:1.55}

/* Service cards */
#ngw-home .vtx-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
#ngw-home .vtx-service-card,#ngw-home .vtx-simple-card,#ngw-home .vtx-logic-card,#ngw-home .vtx-capability-card{position:relative;overflow:hidden;padding:28px;border:1px solid var(--ngw-line);border-radius:20px;background:var(--ngw-surface);box-shadow:0 10px 28px rgba(30,46,100,.045);transition:transform .23s ease,border-color .23s ease,box-shadow .23s ease}
#ngw-home .vtx-service-card:before,#ngw-home .vtx-simple-card:before,#ngw-home .vtx-logic-card:before,#ngw-home .vtx-capability-card:before{content:"";position:absolute;left:0;top:0;width:100%;height:3px;background:linear-gradient(90deg,var(--ngw-brand),var(--ngw-accent));transform:scaleX(.25);transform-origin:left;transition:transform .23s ease}
#ngw-home .vtx-service-card:hover,#ngw-home .vtx-simple-card:hover,#ngw-home .vtx-logic-card:hover,#ngw-home .vtx-capability-card:hover{transform:translateY(-6px);border-color:rgba(38,58,155,.25);box-shadow:var(--ngw-shadow)}
#ngw-home .vtx-service-card:hover:before,#ngw-home .vtx-simple-card:hover:before,#ngw-home .vtx-logic-card:hover:before,#ngw-home .vtx-capability-card:hover:before{transform:scaleX(1)}
#ngw-home .vtx-card-index,#ngw-home .vtx-service-card>span:first-child,#ngw-home .vtx-simple-card>span:first-child,#ngw-home .vtx-logic-card>span:first-child,#ngw-home .vtx-capability-card>span:first-child{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:30px;padding:0 9px;border-radius:9px;background:var(--ngw-accent-soft);color:var(--ngw-brand);font:900 9px/1 var(--ngw-head)}
#ngw-home .vtx-service-card h3,#ngw-home .vtx-simple-card h3,#ngw-home .vtx-logic-card h3,#ngw-home .vtx-capability-card h3{margin-top:19px;font-size:19px;line-height:1.27}
#ngw-home .vtx-service-card p,#ngw-home .vtx-simple-card p,#ngw-home .vtx-logic-card p,#ngw-home .vtx-capability-card p{margin-top:10px;font-size:13px;line-height:1.65}
#ngw-home .vtx-service-card .vtx-text-link{margin-top:20px}
#ngw-home .vtx-mini-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:16px}.vtx-mini-tags span{padding:7px 9px;border:1px solid var(--ngw-line);border-radius:99px;color:var(--ngw-muted);background:var(--ngw-bg-soft);font-size:8px;font-weight:800}

/* Outcome cards / feature lines */
#ngw-home .ngw-outcome-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
#ngw-home .ngw-outcome-card{position:relative;padding:30px;border:1px solid var(--ngw-line);border-radius:22px;background:var(--ngw-surface);overflow:hidden}
#ngw-home .ngw-outcome-card:after{content:"";position:absolute;right:-45px;bottom:-55px;width:150px;height:150px;border-radius:50%;background:var(--ngw-accent-soft)}
#ngw-home .ngw-outcome-card>span{display:inline-flex;padding:7px 10px;border-radius:99px;background:var(--ngw-bg-blue);color:var(--ngw-brand);font:900 9px/1 var(--ngw-head);letter-spacing:.08em}
#ngw-home .ngw-outcome-card h3{position:relative;z-index:1;margin-top:18px;font-size:24px}.ngw-outcome-card p{position:relative;z-index:1;margin-top:11px}
#ngw-home .vtx-feature-lines{display:grid;gap:4px;margin-top:24px}
#ngw-home .vtx-feature-lines>div{display:grid;grid-template-columns:38px 1fr;gap:13px;align-items:start;padding:14px 0;border-top:1px solid var(--ngw-line)}
#ngw-home .vtx-feature-lines>div>span{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--ngw-accent-soft);color:var(--ngw-brand);font:900 9px/1 var(--ngw-head)}
#ngw-home .vtx-feature-lines p{font-size:13px;line-height:1.55}

/* Image service */
#ngw-home .vtx-four-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
#ngw-home .vtx-four-grid-compact{grid-template-columns:repeat(4,minmax(0,1fr))}
#ngw-home .vtx-image-service{overflow:hidden;border:1px solid var(--ngw-line);border-radius:20px;background:var(--ngw-surface);box-shadow:var(--ngw-shadow-sm);transition:transform .23s ease,box-shadow .23s ease}
#ngw-home .vtx-image-service:hover{transform:translateY(-5px);box-shadow:var(--ngw-shadow)}
#ngw-home .vtx-image-service-media{aspect-ratio:16/11;overflow:hidden;background:var(--ngw-bg-soft)}
#ngw-home .vtx-image-service-media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
#ngw-home .vtx-image-service:hover .vtx-image-service-media img{transform:scale(1.04)}
#ngw-home .vtx-image-service>span,#ngw-home .vtx-image-service h3,#ngw-home .vtx-image-service p,#ngw-home .vtx-image-service>a{margin-left:20px;margin-right:20px}
#ngw-home .vtx-image-service>span{display:block;margin-top:19px;color:var(--ngw-accent-strong);font:900 9px/1 var(--ngw-head)}
#ngw-home .vtx-image-service h3{margin-top:10px;font-size:17px;line-height:1.3}
#ngw-home .vtx-image-service p{margin-top:9px;font-size:12px;line-height:1.6}
#ngw-home .vtx-image-service>a{display:inline-block;margin-top:16px;margin-bottom:21px;color:var(--ngw-brand);font:800 10px/1.3 var(--ngw-head)}

/* Projects */
#ngw-home .vtx-project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
#ngw-home .vtx-project-card{overflow:hidden;border:1px solid var(--ngw-line);border-radius:20px;background:var(--ngw-surface);box-shadow:var(--ngw-shadow-sm);transition:transform .23s ease,box-shadow .23s ease}
#ngw-home .vtx-project-card:hover{transform:translateY(-5px);box-shadow:var(--ngw-shadow)}
#ngw-home .vtx-project-window{position:relative;height:390px;overflow:hidden;background:var(--ngw-bg-soft)}
#ngw-home .vtx-project-window:before{content:"";position:absolute;left:0;right:0;top:0;z-index:2;height:26px;background:linear-gradient(180deg,rgba(15,20,48,.1),transparent);pointer-events:none}
#ngw-home .vtx-project-window img{display:block;width:100%;height:auto;min-height:100%;object-fit:cover;object-position:top center;transition:transform 8s cubic-bezier(.22,.61,.36,1)}
#ngw-home .vtx-project-card:hover .vtx-project-window img{transform:translateY(calc(-100% + 390px))}
#ngw-home .vtx-project-meta{display:grid;grid-template-columns:32px 1fr;gap:4px 12px;padding:20px}
#ngw-home .vtx-project-meta>span{grid-row:1/3;display:grid;place-items:center;width:32px;height:32px;border-radius:9px;background:var(--ngw-accent-soft);color:var(--ngw-brand);font:900 8px/1 var(--ngw-head)}
#ngw-home .vtx-project-meta h3{font-size:15px;line-height:1.25}.vtx-project-meta small{color:var(--ngw-muted);font-size:9px}
#ngw-home .vtx-projects-note{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-top:28px;padding:22px 24px;border:1px solid var(--ngw-line);border-radius:17px;background:var(--ngw-bg-soft)}
#ngw-home .vtx-projects-note p{max-width:670px;font-size:13px}

/* Process */
#ngw-home .vtx-process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;overflow:hidden;border:1px solid rgba(255,255,255,.15);border-radius:22px;background:rgba(255,255,255,.13)}
#ngw-home .vtx-process-grid article{position:relative;min-height:235px;padding:28px 25px;background:rgba(13,25,71,.72)}
#ngw-home .vtx-process-grid article>span{display:grid;place-items:center;width:35px;height:35px;border:1px solid rgba(255,255,255,.18);border-radius:10px;color:#b2eff5;background:rgba(255,255,255,.06);font:900 9px/1 var(--ngw-head)}
#ngw-home .vtx-process-grid h3{margin-top:32px;color:#fff;font-size:19px}
#ngw-home .vtx-process-grid p{margin-top:10px;color:rgba(255,255,255,.7);font-size:12px;line-height:1.65}

/* Testimonials */
#ngw-home .vtx-testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
#ngw-home .vtx-testimonial-card{overflow:hidden;border:1px solid var(--ngw-line);border-radius:20px;background:var(--ngw-surface);box-shadow:var(--ngw-shadow-sm)}
#ngw-home .vtx-testimonial-media{aspect-ratio:16/10;background:#0b1222;overflow:hidden}.vtx-testimonial-media iframe,.vtx-testimonial-media video{display:block;width:100%;height:100%;border:0;object-fit:cover}
#ngw-home .vtx-testimonial-copy{padding:22px}.vtx-testimonial-index{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:9px;background:var(--ngw-accent-soft);color:var(--ngw-brand);font:900 8px/1 var(--ngw-head)}
#ngw-home .vtx-testimonial-copy h3{margin-top:15px;font-size:17px}.vtx-testimonial-copy>span{display:block;margin-top:5px;color:var(--ngw-accent-strong);font:800 9px/1 var(--ngw-head);text-transform:uppercase;letter-spacing:.07em}.vtx-testimonial-copy p{margin-top:12px;font-size:12px;line-height:1.65}

/* Lists / FAQ */
#ngw-home .vtx-check-list{display:grid;gap:11px;margin:23px 0 0;padding:0;list-style:none}
#ngw-home .vtx-check-list li{position:relative;padding-left:29px;color:var(--ngw-muted);font-size:13px;line-height:1.55}.vtx-check-list li:before{content:"✓";position:absolute;left:0;top:0;display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:var(--ngw-accent-soft);color:var(--ngw-brand);font-size:10px;font-weight:900}
#ngw-home .vtx-check-list-light li{color:rgba(255,255,255,.8)}.vtx-check-list-light li:before{background:rgba(255,255,255,.12);color:#8be5ee}
#ngw-home .vtx-faq-wrap{max-width:860px;margin:0 auto}
#ngw-home .vtx-faq{display:grid;gap:10px}.vtx-faq details{border:1px solid var(--ngw-line);border-radius:15px;background:var(--ngw-surface);overflow:hidden}.vtx-faq summary{position:relative;padding:19px 52px 19px 20px;color:var(--ngw-text-strong);font:800 13px/1.45 var(--ngw-head);cursor:pointer;list-style:none}.vtx-faq summary::-webkit-details-marker{display:none}.vtx-faq summary:after{content:"+";position:absolute;right:19px;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:26px;height:26px;border-radius:8px;background:var(--ngw-accent-soft);color:var(--ngw-brand);font:800 18px/1 var(--ngw-head)}.vtx-faq details[open] summary:after{content:"−"}.vtx-faq details p{padding:0 20px 20px;font-size:13px}

/* CTA */
#ngw-home .vtx-cta-section{padding:34px 0 92px;background:var(--ngw-bg)}
#ngw-home .vtx-cta-panel{position:relative;overflow:hidden;padding:58px 46px;border-radius:28px;background:linear-gradient(135deg,var(--ngw-brand-3),var(--ngw-brand) 72%,#2b75ad);text-align:center;color:#fff;box-shadow:0 25px 70px rgba(25,41,111,.23)}
#ngw-home .vtx-cta-panel:before,#ngw-home .vtx-cta-panel:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.1)}.vtx-cta-panel:before{width:340px;height:340px;right:-120px;top:-200px}.vtx-cta-panel:after{width:220px;height:220px;left:-95px;bottom:-145px}
#ngw-home .vtx-cta-panel .vtx-kicker{color:#9ee7ed}.vtx-cta-panel .vtx-kicker:before{background:#8be5ee}
#ngw-home .vtx-cta-panel h2{position:relative;z-index:1;color:#fff;font-size:clamp(32px,4vw,48px);line-height:1.1}.vtx-cta-panel>p{position:relative;z-index:1;max-width:700px;margin:15px auto 0;color:rgba(255,255,255,.74)}
#ngw-home .vtx-cta-panel .vtx-actions{position:relative;z-index:1}

/* Page heroes */
#ngw-home .vtx-page-hero,#ngw-home .vtx-service-hero{padding:78px 0 72px;background:linear-gradient(180deg,var(--ngw-bg-blue),var(--ngw-bg))}
#ngw-home .vtx-page-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(400px,.9fr);gap:58px;align-items:center}
#ngw-home .vtx-page-hero h1,#ngw-home .vtx-service-hero h1{font-size:clamp(42px,5.2vw,66px);line-height:1.05}
#ngw-home .vtx-page-hero-grid>div:first-child>p,#ngw-home .vtx-service-hero .vtx-page-hero-grid>div:first-child>p{margin-top:19px;max-width:680px}
#ngw-home .vtx-page-hero-simple,#ngw-home .vtx-page-hero-center{text-align:center}
#ngw-home .vtx-page-hero-center .vtx-section-head,#ngw-home .vtx-page-hero-simple .vtx-section-head{margin-bottom:0}
#ngw-home .vtx-hero-number{display:inline-flex;align-items:center;justify-content:center;margin-bottom:16px;min-width:42px;height:34px;padding:0 12px;border-radius:10px;background:var(--ngw-accent-soft);color:var(--ngw-brand);font:900 9px/1 var(--ngw-head)}

/* Pricing */
#ngw-home .vtx-pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;align-items:stretch}.vtx-price-card{position:relative;padding:30px;border:1px solid var(--ngw-line);border-radius:22px;background:var(--ngw-surface);box-shadow:var(--ngw-shadow-sm)}.vtx-price-card-featured{border-color:rgba(38,58,155,.35);box-shadow:var(--ngw-shadow);transform:translateY(-8px)}.vtx-price-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.vtx-price-label{display:inline-flex;padding:7px 10px;border-radius:99px;background:var(--ngw-accent-soft);color:var(--ngw-brand);font:900 8px/1 var(--ngw-head);text-transform:uppercase;letter-spacing:.08em}.vtx-price-ribbon{display:inline-flex;padding:7px 10px;border-radius:99px;background:var(--ngw-brand);color:#fff;font:900 8px/1 var(--ngw-head);text-transform:uppercase;letter-spacing:.08em}.vtx-price-card h3{margin-top:20px;font-size:24px}.vtx-price-card>p{margin-top:10px;font-size:13px}.vtx-price-best{margin-top:16px;color:var(--ngw-brand);font:800 11px/1.4 var(--ngw-head)}

/* Team / About / appointment helpers */
#ngw-home .vtx-team-grid,#ngw-home .vtx-about-connect-grid,#ngw-home .vtx-team-rhythm,#ngw-home .vtx-pricing-process,#ngw-home .vtx-capability-grid,#ngw-home .vtx-logic-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
#ngw-home .vtx-team-model,#ngw-home .vtx-contact-grid,#ngw-home .vtx-appointment-hero-grid,#ngw-home .vtx-booking-layout{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:50px;align-items:start}
#ngw-home .vtx-team-model{padding:36px;border:1px solid var(--ngw-line);border-radius:24px;background:var(--ngw-bg-soft)}
#ngw-home .vtx-about-proof,#ngw-home .vtx-team-proof,#ngw-home .vtx-pricing-proof,#ngw-home .vtx-appointment-proof{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.vtx-about-proof span,.vtx-team-proof span,.vtx-pricing-proof span,.vtx-appointment-proof span{display:inline-flex;align-items:center;padding:8px 11px;border:1px solid var(--ngw-line);border-radius:99px;background:var(--ngw-surface);color:var(--ngw-muted);font-size:9px;font-weight:800}
#ngw-home .vtx-contact-panel,#ngw-home .vtx-contact-form-wrap,#ngw-home .vtx-appointment-summary,#ngw-home .vtx-booking-aside,#ngw-home .vtx-booking-card{padding:26px;border:1px solid var(--ngw-line);border-radius:22px;background:var(--ngw-surface);box-shadow:var(--ngw-shadow-sm)}
#ngw-home .vtx-contact-points{display:grid;gap:13px;margin-top:20px}.vtx-contact-points>div{padding:14px 0;border-top:1px solid var(--ngw-line)}
#ngw-home .vtx-booking-aside{position:sticky;top:110px}.vtx-booking-steps{display:grid;gap:10px;margin-top:20px}.vtx-booking-steps>div{display:grid;grid-template-columns:34px 1fr;gap:10px;padding:12px 0;border-top:1px solid var(--ngw-line)}
#ngw-home .vtx-booking-card .ngw-ghl-calendar{display:block;width:100%;min-height:760px;border:0;border-radius:14px;background:#fff}
#ngw-home .vtx-appointment-after{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.vtx-appointment-after article{padding:24px;border:1px solid var(--ngw-line);border-radius:18px;background:var(--ngw-surface)}
#ngw-home .vtx-note-box{margin-top:18px;padding:15px;border-radius:13px;background:var(--ngw-bg-soft);color:var(--ngw-muted);font-size:11px;line-height:1.55}

/* Forms */
#ngw-home input[type="text"],#ngw-home input[type="email"],#ngw-home input[type="tel"],#ngw-home input[type="url"],#ngw-home textarea,#ngw-home select{width:100%;min-height:48px;padding:11px 13px;border:1px solid var(--ngw-line-strong);border-radius:11px;background:var(--ngw-surface);color:var(--ngw-text);outline:none;transition:border-color .18s ease,box-shadow .18s ease}
#ngw-home textarea{min-height:130px;resize:vertical}.ngw-contact-form label{display:block;margin-bottom:7px;color:var(--ngw-text-strong);font:800 10px/1 var(--ngw-head)}
#ngw-home input:focus,#ngw-home textarea:focus,#ngw-home select:focus{border-color:var(--ngw-brand);box-shadow:0 0 0 3px rgba(38,58,155,.09)}

/* Footer */
#ngw-home .ngw-site-footer{padding:64px 0 30px;border-top:1px solid var(--ngw-line);background:#f7f9fd}
html[data-theme="dark"] #ngw-home .ngw-site-footer{background:#081322}
#ngw-home .ngw-site-footer-grid{display:grid;grid-template-columns:1.2fr 1.05fr .72fr .95fr;gap:42px;align-items:start}
#ngw-home .ngw-site-footer-logo{display:inline-flex;max-width:240px}.ngw-site-footer-logo img{display:block;max-height:62px;object-fit:contain}
html[data-theme="dark"] #ngw-home .ngw-site-footer-logo img{filter:brightness(0) invert(1)}
#ngw-home .ngw-site-footer-about{max-width:360px;margin:16px 0 0;color:var(--ngw-muted);font-size:12.5px;line-height:1.7}
#ngw-home .ngw-site-footer h4{margin:0 0 17px;font-size:14px}
#ngw-home .ngw-site-footer-links{display:grid;gap:9px}.ngw-site-footer-links a,.ngw-site-footer-links span{color:var(--ngw-muted);font-size:11px;line-height:1.5;transition:color .18s ease,transform .18s ease}.ngw-site-footer-links a:hover{color:var(--ngw-brand);transform:translateX(2px)}
#ngw-home .ngw-footer-contact-cta{display:inline-flex!important;width:max-content;margin-top:7px;padding:10px 12px;border-radius:9px;background:var(--ngw-brand);color:#fff!important;font-weight:800!important}.ngw-footer-contact-cta:hover{transform:translateY(-1px)!important}
#ngw-home .ngw-site-footer-meta{display:flex;justify-content:space-between;gap:22px;margin-top:42px;padding-top:22px;border-top:1px solid var(--ngw-line);color:var(--ngw-muted-2);font-size:9.5px;line-height:1.5}

/* Blog surfaces compatibility */
#ngw-home .ngw-insights-page,#ngw-home .ngw-single-page{background:var(--ngw-bg);color:var(--ngw-text)}
#ngw-home .ngw-page-title{color:var(--ngw-text-strong)!important;font-family:var(--ngw-head)!important}.ngw-page-lead{color:var(--ngw-muted)!important}
#ngw-home .ngw-blog-card,#ngw-home .ngw-blog-featured,#ngw-home .ngw-blog-empty,#ngw-home .ngw-single-card{border-color:var(--ngw-line)!important;background:var(--ngw-surface)!important;box-shadow:var(--ngw-shadow-sm)!important}

/* Interaction helpers */
#ngw-home .ngw-back-top{position:fixed;right:18px;bottom:18px;z-index:9990;display:grid;place-items:center;width:44px;height:44px;border:1px solid var(--ngw-line);border-radius:12px;background:var(--ngw-surface);color:var(--ngw-brand);box-shadow:var(--ngw-shadow-sm);opacity:0;visibility:hidden;transform:translateY(10px);cursor:pointer;transition:.2s ease}.ngw-back-top.is-visible{opacity:1;visibility:visible;transform:none}.ngw-back-top:hover{background:var(--ngw-brand);color:#fff}
#ngw-home .ngw-v6-reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease var(--reveal-delay,0ms),transform .6s ease var(--reveal-delay,0ms)}#ngw-home .ngw-v6-reveal.is-visible{opacity:1;transform:none}

@media(max-width:1100px){
  #ngw-home .ngw-site-menu-btn{display:block}
  #ngw-home .ngw-site-cta{display:none}
  #ngw-home .ngw-theme-toggle{margin-left:auto}
  #ngw-home .ngw-site-menu{position:absolute;top:calc(100% + 10px);left:0;right:0;z-index:60;display:grid;gap:2px;max-height:calc(100svh - 100px);margin:0;padding:10px;border:1px solid var(--ngw-line);border-radius:17px;background:var(--ngw-surface);box-shadow:var(--ngw-shadow-lg);opacity:0;visibility:hidden;transform:translateY(-8px);pointer-events:none;overflow:auto;transition:.2s ease}
  #ngw-home .ngw-site-menu.is-open{opacity:1;visibility:visible;transform:none;pointer-events:auto}
  #ngw-home .ngw-site-link,#ngw-home .ngw-site-services-toggle{width:100%;justify-content:space-between;min-height:46px;padding:0 12px;border-radius:10px}.ngw-site-link:after,.ngw-site-services-toggle:after{display:none!important}.ngw-site-link:hover,.ngw-site-services-toggle:hover{background:var(--ngw-bg-soft)}
  #ngw-home .ngw-site-dropdown{position:static;width:100%;max-height:0;padding:0;border:0;box-shadow:none;opacity:1;visibility:visible;transform:none;pointer-events:auto;overflow:hidden;transition:max-height .25s ease,padding .25s ease}
  #ngw-home .ngw-site-services.is-open .ngw-site-dropdown{max-height:760px;padding:12px;margin-bottom:5px;border:1px solid var(--ngw-line)}
  #ngw-home .ngw-mobile-booking{display:flex;margin-top:5px}
  #ngw-home .vtx-hero-grid,#ngw-home .vtx-page-hero-grid{grid-template-columns:1fr;gap:40px}
  #ngw-home .vtx-hero-copy{text-align:center}.vtx-hero-copy .vtx-kicker{justify-content:center!important}.vtx-hero-copy h1,.vtx-hero-copy>p{margin-inline:auto}.vtx-hero-copy .vtx-actions,.vtx-hero-copy .vtx-trust-row{justify-content:center}
  #ngw-home .ngw-hero-dashboard{width:min(700px,100%);margin-inline:auto;min-height:500px}
  #ngw-home .vtx-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  #ngw-home .vtx-four-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  #ngw-home .vtx-project-grid,#ngw-home .vtx-testimonial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  #ngw-home .vtx-split{grid-template-columns:1fr;gap:42px}.vtx-split-reverse .vtx-copy,.vtx-split-reverse .vtx-media-stack{order:initial}
  #ngw-home .vtx-copy{text-align:center}.vtx-copy .vtx-kicker{justify-content:center!important}.vtx-copy .vtx-btn,.vtx-copy .vtx-text-link{margin-inline:auto}.vtx-check-list{width:min(600px,100%);margin-inline:auto!important;text-align:left}
  #ngw-home .vtx-process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  #ngw-home .vtx-team-grid,#ngw-home .vtx-about-connect-grid,#ngw-home .vtx-team-rhythm,#ngw-home .vtx-pricing-process,#ngw-home .vtx-capability-grid,#ngw-home .vtx-logic-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  #ngw-home .vtx-team-model,#ngw-home .vtx-contact-grid,#ngw-home .vtx-appointment-hero-grid,#ngw-home .vtx-booking-layout{grid-template-columns:1fr}
  #ngw-home .vtx-booking-aside{position:static}
  #ngw-home .ngw-site-footer-grid{grid-template-columns:1.2fr 1fr 1fr;gap:34px}.ngw-footer-brand-block{grid-column:1/-1}
}
@media(max-width:760px){
  #ngw-home .vtx-shell,#ngw-home .ngw-site-shell{width:calc(100% - 26px)}
  #ngw-home .ngw-site-header{padding:7px 0}.ngw-site-nav{min-height:58px!important;gap:8px}.ngw-site-logo{max-width:170px!important}.ngw-site-logo img{max-width:170px!important;max-height:42px!important}.ngw-theme-toggle{display:none!important}.ngw-site-menu-btn{margin-left:auto}
  #ngw-home .ngw-mega-grid{grid-template-columns:1fr}.ngw-mega-head{align-items:flex-start;flex-direction:column}.ngw-mega-subservices{align-items:flex-start;flex-direction:column}
  #ngw-home .vtx-hero-home{padding:58px 0 52px}.vtx-hero-copy h1{font-size:clamp(37px,11vw,52px)!important}.vtx-hero-copy>p{font-size:15px!important}.vtx-actions{justify-content:center}.vtx-btn{width:100%}
  #ngw-home .ngw-hero-dashboard{min-height:0;margin-top:8px}.ngw-dashboard-shell{padding:12px;border-radius:21px;transform:none}.ngw-dashboard-main{grid-template-columns:1fr!important}.ngw-floating-metric{display:none}.ngw-dashboard-flow{grid-template-columns:repeat(2,1fr)}
  #ngw-home .vtx-logo-strip .vtx-shell{grid-template-columns:repeat(3,1fr)}.vtx-logo-strip span:nth-child(3):after{display:none}.vtx-logo-strip span{padding:15px 6px;font-size:8px}
  #ngw-home .vtx-section{padding:70px 0}.vtx-section-head{margin-bottom:34px}.vtx-section-head h2,.vtx-copy h2{font-size:clamp(29px,8.7vw,40px)!important}.vtx-page p{font-size:14px!important}
  #ngw-home .vtx-service-grid,#ngw-home .vtx-four-grid,#ngw-home .vtx-project-grid,#ngw-home .vtx-testimonial-grid,#ngw-home .ngw-outcome-grid,#ngw-home .vtx-pricing-grid,#ngw-home .vtx-team-grid,#ngw-home .vtx-about-connect-grid,#ngw-home .vtx-team-rhythm,#ngw-home .vtx-pricing-process,#ngw-home .vtx-capability-grid,#ngw-home .vtx-logic-grid,#ngw-home .vtx-appointment-after{grid-template-columns:1fr}
  #ngw-home .vtx-service-card,#ngw-home .vtx-simple-card,#ngw-home .vtx-logic-card,#ngw-home .vtx-capability-card{padding:23px}
  #ngw-home .vtx-media-stack>img,#ngw-home .vtx-page-hero-image img{min-height:300px;border-radius:20px}.vtx-media-stack:before{display:none}.vtx-media-badge,.vtx-quote-panel{position:static;max-width:none;margin:-42px 14px 0;padding:16px;border-radius:14px}
  #ngw-home .vtx-project-window{height:340px}.vtx-project-window img{transform:none!important;transition:none!important}.vtx-projects-note{align-items:stretch;flex-direction:column;text-align:center}.vtx-projects-note .vtx-btn{width:100%}
  #ngw-home .vtx-process-grid{grid-template-columns:1fr}.vtx-process-grid article{min-height:0;padding:24px}.vtx-process-grid h3{margin-top:22px}
  #ngw-home .vtx-cta-section{padding-bottom:70px}.vtx-cta-panel{padding:42px 22px;border-radius:22px}
  #ngw-home .vtx-page-hero,#ngw-home .vtx-service-hero{padding:58px 0}.vtx-page-hero h1,.vtx-service-hero h1{font-size:clamp(36px,10vw,50px)!important}.vtx-page-hero-image img{min-height:280px}
  #ngw-home .vtx-price-card-featured{transform:none}.vtx-team-model{padding:24px}.vtx-contact-panel,.vtx-contact-form-wrap,.vtx-appointment-summary,.vtx-booking-aside,.vtx-booking-card{padding:20px}
  #ngw-home .ngw-site-footer{padding:48px 0 25px}.ngw-site-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:28px 20px!important}.ngw-footer-brand-block,.ngw-footer-contact-block{grid-column:1/-1!important}.ngw-site-footer-meta{flex-direction:column;gap:7px;margin-top:32px}
}
@media(max-width:430px){
  #ngw-home .vtx-shell,#ngw-home .ngw-site-shell{width:calc(100% - 20px)}.ngw-site-logo{max-width:150px!important}.ngw-site-logo img{max-width:150px!important}.vtx-logo-strip .vtx-shell{grid-template-columns:repeat(2,1fr)!important}.vtx-logo-strip span:nth-child(2n):after{display:none!important}.vtx-logo-strip span:nth-child(3):after{display:block!important}.vtx-project-window{height:305px!important}.ngw-dashboard-flow{grid-template-columns:1fr 1fr}.ngw-dashboard-title strong{font-size:13px!important}.ngw-site-footer-grid{grid-template-columns:1fr!important}.ngw-footer-brand-block,.ngw-footer-contact-block{grid-column:auto!important}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}#ngw-home *,#ngw-home *:before,#ngw-home *:after{animation:none!important;transition-duration:.01ms!important}.ngw-v6-reveal{opacity:1!important;transform:none!important}}

/* Additional managed-page components */
#ngw-home .vtx-page-hero-image{position:relative}
#ngw-home .vtx-page-hero-image .vtx-hero-number{position:absolute;left:-18px;bottom:22px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-width:128px;height:auto;padding:15px 17px;border:1px solid rgba(255,255,255,.16);border-radius:14px;background:var(--ngw-brand-3);color:#fff;box-shadow:0 16px 38px rgba(17,27,88,.25)}
#ngw-home .vtx-page-hero-image .vtx-hero-number small{display:block;margin-top:5px;color:#a9e9ef;font:800 7px/1.2 var(--ngw-head);letter-spacing:.08em;text-transform:uppercase}
#ngw-home .vtx-team-grid article,#ngw-home .vtx-about-connect-grid article,#ngw-home .vtx-team-rhythm article,#ngw-home .vtx-pricing-process article{padding:26px;border:1px solid var(--ngw-line);border-radius:18px;background:var(--ngw-surface);box-shadow:var(--ngw-shadow-sm)}
#ngw-home .vtx-section-navy .vtx-team-rhythm article,#ngw-home .vtx-section-navy .vtx-pricing-process article{border-color:rgba(255,255,255,.14);background:rgba(255,255,255,.06);box-shadow:none}
#ngw-home .vtx-team-grid article>span,#ngw-home .vtx-about-connect-grid article>span,#ngw-home .vtx-team-rhythm article>span,#ngw-home .vtx-pricing-process article>span{display:inline-grid;place-items:center;width:34px;height:30px;border-radius:9px;background:var(--ngw-accent-soft);color:var(--ngw-brand);font:900 8px/1 var(--ngw-head)}
#ngw-home .vtx-section-navy .vtx-team-rhythm article>span,#ngw-home .vtx-section-navy .vtx-pricing-process article>span{background:rgba(255,255,255,.1);color:#91e4ec}
#ngw-home .vtx-team-grid h3,#ngw-home .vtx-about-connect-grid h3,#ngw-home .vtx-team-rhythm h3,#ngw-home .vtx-pricing-process h3{margin-top:18px;font-size:18px;line-height:1.3}
#ngw-home .vtx-section-navy .vtx-team-rhythm h3,#ngw-home .vtx-section-navy .vtx-pricing-process h3{color:#fff}
#ngw-home .vtx-team-grid p,#ngw-home .vtx-about-connect-grid p,#ngw-home .vtx-team-rhythm p,#ngw-home .vtx-pricing-process p{margin-top:9px;font-size:12px;line-height:1.65}
#ngw-home .vtx-section-navy .vtx-team-rhythm p,#ngw-home .vtx-section-navy .vtx-pricing-process p{color:rgba(255,255,255,.7)}
#ngw-home .vtx-audience-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
#ngw-home .vtx-audience-grid span{display:flex;align-items:center;min-height:58px;padding:0 18px;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:rgba(255,255,255,.06);color:#fff;font:800 11px/1.35 var(--ngw-head)}
#ngw-home .vtx-audience-grid span:before{content:"✓";display:grid;place-items:center;width:22px;height:22px;margin-right:10px;border-radius:50%;background:rgba(83,200,213,.14);color:#91e4ec;font-size:10px}
#ngw-home .vtx-deliverables{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:22px 0 0;padding:0;list-style:none}
#ngw-home .vtx-deliverables li{padding:13px 14px;border:1px solid var(--ngw-line);border-radius:12px;background:var(--ngw-bg-soft);color:var(--ngw-muted);font-size:11px;font-weight:700}
#ngw-home .vtx-metric-board{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:18px;border:1px solid var(--ngw-line);border-radius:20px;background:var(--ngw-surface);box-shadow:var(--ngw-shadow-sm)}
#ngw-home .vtx-metric-board>div{padding:18px;border-radius:14px;background:var(--ngw-bg-soft)}
#ngw-home .vtx-metric-board strong{display:block;color:var(--ngw-brand);font:900 25px/1 var(--ngw-head)}
#ngw-home .vtx-metric-board span{display:block;margin-top:7px;color:var(--ngw-muted);font-size:9px;font-weight:700}
#ngw-home .vtx-process-grid-light{border-color:var(--ngw-line);background:var(--ngw-line)}
#ngw-home .vtx-process-grid-light article{background:var(--ngw-surface)}
#ngw-home .vtx-process-grid-light article>span{border-color:var(--ngw-line);background:var(--ngw-accent-soft);color:var(--ngw-brand)}
#ngw-home .vtx-process-grid-light h3{color:var(--ngw-text-strong)}
#ngw-home .vtx-process-grid-light p{color:var(--ngw-muted)}
#ngw-home .vtx-campaign-page{min-height:100vh;background:linear-gradient(180deg,var(--ngw-bg-blue),var(--ngw-bg))}
#ngw-home .vtx-campaign-card{max-width:930px;padding:32px;border:1px solid var(--ngw-line);border-radius:24px;background:var(--ngw-surface);box-shadow:var(--ngw-shadow)}
#ngw-home .vtx-campaign-card>h2{text-align:center;font-size:30px}.vtx-campaign-card>p{margin-top:8px;text-align:center}
#ngw-home .vtx-campaign-calendar{margin-top:24px;padding:10px;border:1px solid var(--ngw-line);border-radius:17px;background:#fff;overflow:hidden}
#ngw-home .vtx-booking-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}
#ngw-home .vtx-booking-head>div{max-width:720px}.vtx-booking-head h2{font-size:clamp(28px,3.5vw,42px)}.vtx-booking-head p{margin-top:10px}
#ngw-home .vtx-live-indicator{display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border:1px solid #ccebdc;border-radius:99px;background:#edf9f4;color:#18855d;font:800 9px/1 var(--ngw-head);white-space:nowrap}
#ngw-home .vtx-live-indicator i{width:7px;height:7px;border-radius:50%;background:#25b977;box-shadow:0 0 0 4px rgba(37,185,119,.11)}
#ngw-home .vtx-booking-card-top{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:4px 4px 16px;color:var(--ngw-text-strong)}
#ngw-home .vtx-booking-card-top span{color:var(--ngw-muted);font:800 8px/1 var(--ngw-head);text-transform:uppercase;letter-spacing:.08em}.vtx-booking-card-top strong{font:800 11px/1.3 var(--ngw-head);text-align:right}
#ngw-home .vtx-thank-check{display:grid;place-items:center;width:64px;height:64px;margin:0 auto 22px;border-radius:50%;background:#e7f7f0;color:var(--ngw-success);font-size:28px;font-weight:900}

@media(max-width:760px){
  #ngw-home .vtx-page-hero-image .vtx-hero-number{left:12px;bottom:12px;min-width:112px;padding:12px 14px}
  #ngw-home .vtx-audience-grid,#ngw-home .vtx-deliverables,#ngw-home .vtx-metric-board{grid-template-columns:1fr}
  #ngw-home .vtx-booking-head{align-items:flex-start;flex-direction:column}
  #ngw-home .vtx-booking-card-top{align-items:flex-start;flex-direction:column}.vtx-booking-card-top strong{text-align:left}
  #ngw-home .vtx-campaign-card{padding:22px}
}

/* Team directory — v10.1 */
#ngw-home .ngw-roster-hero{position:relative;overflow:hidden;background:linear-gradient(180deg,var(--ngw-bg-blue) 0%,var(--ngw-bg) 100%)}
#ngw-home .ngw-roster-hero:before{content:"";position:absolute;width:520px;height:520px;right:-180px;top:-190px;border-radius:50%;background:radial-gradient(circle,rgba(83,200,213,.22),rgba(83,200,213,0) 69%);pointer-events:none}
#ngw-home .ngw-roster-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(400px,.9fr);gap:64px;align-items:center}
#ngw-home .ngw-roster-hero-copy h1{font-size:clamp(42px,5.2vw,66px);line-height:1.04;max-width:760px}
#ngw-home .ngw-roster-hero-copy>p{max-width:720px;margin-top:20px}
#ngw-home .ngw-roster-proof-row{display:flex;flex-wrap:wrap;gap:9px;margin-top:26px}
#ngw-home .ngw-roster-proof-row>span{display:inline-flex;align-items:center;gap:6px;padding:9px 12px;border:1px solid var(--ngw-line);border-radius:999px;background:var(--ngw-surface);color:var(--ngw-muted);font:700 10px/1.2 var(--ngw-head);box-shadow:var(--ngw-shadow-sm)}
#ngw-home .ngw-roster-proof-row strong{color:var(--ngw-brand);font-weight:900}
#ngw-home .ngw-roster-hero-panel{position:relative;padding:20px;border:1px solid var(--ngw-line);border-radius:28px;background:linear-gradient(145deg,var(--ngw-surface),var(--ngw-surface-2));box-shadow:var(--ngw-shadow-lg);overflow:hidden}
#ngw-home .ngw-roster-hero-panel:after{content:"";position:absolute;right:-72px;bottom:-85px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(38,58,155,.16),transparent 70%);pointer-events:none}
#ngw-home .ngw-roster-hero-panel-top{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:2px 2px 16px;border-bottom:1px solid var(--ngw-line);color:var(--ngw-text-strong);font:800 11px/1 var(--ngw-head);text-transform:uppercase;letter-spacing:.08em}
#ngw-home .ngw-roster-hero-panel-top b{display:inline-flex;align-items:center;gap:6px;padding:6px 8px;border-radius:999px;background:rgba(36,170,118,.1);color:var(--ngw-success);font-size:8px;letter-spacing:.1em}
#ngw-home .ngw-roster-hero-panel-top b:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor;box-shadow:0 0 0 4px rgba(36,170,118,.1)}
#ngw-home .ngw-roster-lead-stack{display:grid;gap:9px;margin-top:14px}
#ngw-home .ngw-roster-lead-stack article{display:grid;grid-template-columns:58px 1fr;gap:13px;align-items:center;padding:10px;border:1px solid var(--ngw-line);border-radius:16px;background:var(--ngw-bg-soft)}
#ngw-home .ngw-roster-lead-stack img{width:58px;height:58px;border-radius:13px;object-fit:cover;object-position:center top;background:var(--ngw-bg-blue)}
#ngw-home .ngw-roster-lead-stack strong{display:block;color:var(--ngw-text-strong);font:800 12px/1.3 var(--ngw-head)}
#ngw-home .ngw-roster-lead-stack small{display:block;margin-top:5px;color:var(--ngw-muted);font-size:10px;font-weight:700}
#ngw-home .ngw-roster-capability-map{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:14px}
#ngw-home .ngw-roster-capability-map>div{padding:11px;border:1px solid var(--ngw-line);border-radius:13px;background:var(--ngw-surface)}
#ngw-home .ngw-roster-capability-map span{display:block;margin-bottom:8px;color:var(--ngw-muted);font:800 8px/1 var(--ngw-head);text-transform:uppercase;letter-spacing:.07em}
#ngw-home .ngw-roster-capability-map i{display:block;width:100%;height:5px;border-radius:999px;background:linear-gradient(90deg,var(--ngw-brand) 0 78%,var(--ngw-bg-blue) 78% 100%)}
#ngw-home .ngw-roster-capability-map>div:nth-child(2) i{background:linear-gradient(90deg,var(--ngw-accent-strong) 0 88%,var(--ngw-bg-blue) 88% 100%)}
#ngw-home .ngw-roster-capability-map>div:nth-child(3) i{background:linear-gradient(90deg,var(--ngw-brand) 0 94%,var(--ngw-bg-blue) 94% 100%)}
#ngw-home .ngw-roster-capability-map>div:nth-child(4) i{background:linear-gradient(90deg,var(--ngw-accent-strong) 0 84%,var(--ngw-bg-blue) 84% 100%)}
#ngw-home .ngw-roster-panel-foot{display:flex;flex-wrap:wrap;gap:7px;margin-top:14px;padding-top:14px;border-top:1px solid var(--ngw-line)}
#ngw-home .ngw-roster-panel-foot span{padding:6px 8px;border-radius:8px;background:var(--ngw-accent-soft);color:var(--ngw-brand);font:800 8px/1.2 var(--ngw-head)}
#ngw-home .ngw-roster-values{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
#ngw-home .ngw-roster-values article{padding:24px;border:1px solid var(--ngw-line);border-radius:18px;background:var(--ngw-surface);box-shadow:var(--ngw-shadow-sm)}
#ngw-home .ngw-roster-values article>span{display:grid;place-items:center;width:34px;height:30px;border-radius:9px;background:var(--ngw-accent-soft);color:var(--ngw-brand);font:900 8px/1 var(--ngw-head)}
#ngw-home .ngw-roster-values h3{margin-top:18px;font-size:17px;line-height:1.25}
#ngw-home .ngw-roster-values p{margin-top:9px;font-size:12px;line-height:1.65}
#ngw-home .ngw-roster-directory{position:relative}
#ngw-home .ngw-roster-group{margin-top:58px;padding-top:58px;border-top:1px solid var(--ngw-line)}
#ngw-home .ngw-roster-group:first-of-type{margin-top:0;padding-top:0;border-top:0}
#ngw-home .ngw-roster-group-head{display:grid;grid-template-columns:minmax(0,.9fr) minmax(280px,.55fr);gap:42px;align-items:end;margin-bottom:25px}
#ngw-home .ngw-roster-group-head>div{display:flex;align-items:center;gap:14px}
#ngw-home .ngw-roster-group-head>div>span{display:grid;place-items:center;flex:0 0 46px;width:46px;height:46px;border-radius:14px;background:var(--ngw-brand);color:#fff;font:900 10px/1 var(--ngw-head);box-shadow:0 12px 24px rgba(38,58,155,.18)}
#ngw-home .ngw-roster-group-head small{display:block;margin-bottom:6px;color:var(--ngw-accent-strong);font:800 9px/1 var(--ngw-head);text-transform:uppercase;letter-spacing:.12em}
#ngw-home .ngw-roster-group-head h3{font-size:clamp(24px,3vw,34px);line-height:1.12}
#ngw-home .ngw-roster-group-head>p{font-size:13px;line-height:1.65}
#ngw-home .ngw-member-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
#ngw-home .ngw-member-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
#ngw-home .ngw-member-card{position:relative;min-width:0;border:1px solid var(--ngw-line);border-radius:20px;background:var(--ngw-surface);box-shadow:var(--ngw-shadow-sm);overflow:hidden;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}
#ngw-home .ngw-member-card:hover{transform:translateY(-5px);border-color:rgba(38,58,155,.32);box-shadow:var(--ngw-shadow)}
#ngw-home .ngw-member-photo{position:relative;aspect-ratio:1/1.08;overflow:hidden;background:linear-gradient(145deg,var(--ngw-bg-blue),var(--ngw-bg-soft))}
#ngw-home .ngw-member-photo:after{content:"";position:absolute;inset:auto 0 0;height:30%;background:linear-gradient(180deg,transparent,rgba(10,19,59,.12));pointer-events:none}
#ngw-home .ngw-member-photo img{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .35s ease}
#ngw-home .ngw-member-card:hover .ngw-member-photo img{transform:scale(1.035)}
#ngw-home .ngw-member-info{position:relative;min-height:130px;padding:19px 18px 18px}
#ngw-home .ngw-member-no{position:absolute;right:16px;top:17px;color:var(--ngw-muted-2);font:900 9px/1 var(--ngw-head);letter-spacing:.08em}
#ngw-home .ngw-member-info h4{padding-right:38px;font-size:17px;line-height:1.25}
#ngw-home .ngw-member-info>p{margin-top:7px;padding-right:18px;color:var(--ngw-brand);font:700 11px/1.45 var(--ngw-head)}
#ngw-home .ngw-member-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:13px}
#ngw-home .ngw-member-tags span{display:inline-flex;padding:6px 8px;border-radius:8px;background:var(--ngw-accent-soft);color:var(--ngw-brand);font:800 8px/1 var(--ngw-head)}
#ngw-home .ngw-roster-difference-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
#ngw-home .ngw-roster-difference-grid article{padding:22px;border:1px solid rgba(255,255,255,.13);border-radius:17px;background:rgba(255,255,255,.06)}
#ngw-home .ngw-roster-difference-grid strong{display:block;color:#fff;font:800 15px/1.25 var(--ngw-head)}
#ngw-home .ngw-roster-difference-grid span{display:block;margin-top:7px;color:rgba(255,255,255,.7);font-size:11px;line-height:1.55}
html[data-theme="dark"] #ngw-home .ngw-member-card:hover{border-color:rgba(110,137,255,.5)}
@media(max-width:1024px){
  #ngw-home .ngw-roster-hero-grid{grid-template-columns:1fr;gap:40px}
  #ngw-home .ngw-roster-hero-panel{max-width:720px;width:100%;margin-inline:auto}
  #ngw-home .ngw-roster-values,#ngw-home .ngw-roster-difference-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  #ngw-home .ngw-member-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:760px){
  #ngw-home .ngw-roster-proof-row{display:grid;grid-template-columns:1fr}
  #ngw-home .ngw-roster-proof-row>span{justify-content:center}
  #ngw-home .ngw-roster-hero-panel{padding:15px;border-radius:21px}
  #ngw-home .ngw-roster-capability-map{grid-template-columns:1fr 1fr}
  #ngw-home .ngw-roster-group{margin-top:46px;padding-top:46px}
  #ngw-home .ngw-roster-group-head{grid-template-columns:1fr;gap:15px;align-items:start}
  #ngw-home .ngw-roster-group-head>p{max-width:620px}
  #ngw-home .ngw-member-grid,#ngw-home .ngw-member-grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:520px){
  #ngw-home .ngw-roster-hero-copy h1{font-size:clamp(36px,10.7vw,48px)}
  #ngw-home .ngw-roster-lead-stack article{grid-template-columns:52px 1fr}
  #ngw-home .ngw-roster-lead-stack img{width:52px;height:52px}
  #ngw-home .ngw-roster-values,#ngw-home .ngw-roster-difference-grid,#ngw-home .ngw-member-grid,#ngw-home .ngw-member-grid-3{grid-template-columns:1fr}
  #ngw-home .ngw-member-photo{aspect-ratio:1.1/1}
  #ngw-home .ngw-roster-capability-map{grid-template-columns:1fr}
}
