*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --bg-white:#FFFFFF;--bg-mist:#F1F5F9;--bg-accent:#2563EB;--bg-sapphire-soft:#DBEAFE;
  --text-ink:#0F172A;--text-muted:#475569;--text-on-accent:#FFFFFF;
  --font-head:'Manrope',sans-serif;--font-body:'Lora',serif;
}
html{scroll-behavior:smooth}
body.site-neuralpulseai{font-family:var(--font-body);font-weight:400;line-height:1.65;color:var(--text-ink);background:var(--bg-white)}
h1,h2,h3,h4{font-family:var(--font-head);font-weight:700;line-height:1.2}
h1{font-size:clamp(2rem,5vw,3.5rem)}
h2{font-size:clamp(1.5rem,3vw,2.25rem)}
a{color:#2563EB;text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;height:auto;display:block}
.surface-light{background:#FFFFFF;color:#0F172A}
.surface-mist{background:#F1F5F9;color:#0F172A}
.surface-accent{background:#2563EB;color:#FFFFFF}
.surface-sapphire{background:#DBEAFE;color:#0F172A}
.surface-light *,.surface-mist *,.surface-sapphire *{color:inherit}
.surface-accent a{color:#DBEAFE}
.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:11px;color:#2563EB;font-family:var(--font-head);font-weight:600}
.pulse-tag{font-family:var(--font-body);font-size:13px;color:#475569;font-style:italic}
.chip-badge{display:inline-block;padding:.25rem .75rem;background:#DBEAFE;color:#2563EB;border-radius:999px;font-family:var(--font-head);font-size:.75rem;font-weight:600;margin-bottom:.75rem}
.npai-header{position:sticky;top:0;z-index:200;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #E2E8F0;background:#FFFFFF;transition:box-shadow .3s}
.npai-header.is-scrolled{box-shadow:0 4px 20px rgba(15,23,42,.08)}
.header-brand{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:#0F172A}
.header-brand:hover{text-decoration:none;color:#0F172A}
.header-brand svg{width:36px;height:36px;flex-shrink:0}
.header-brand span{font-family:var(--font-head);font-weight:800;font-size:1.25rem}
.header-nav{display:flex;gap:.25rem;list-style:none}
.header-nav a{padding:.5rem 1rem;font-family:var(--font-head);font-weight:600;font-size:.9rem;color:#0F172A;border-radius:20px;transition:background .2s,color .2s}
.header-nav a:hover,.header-nav a.active{background:#DBEAFE;text-decoration:none;color:#2563EB}
.hamburger{display:none;background:none;border:2px solid #2563EB;border-radius:20px;padding:.5rem .75rem;cursor:pointer;min-width:44px;min-height:44px;color:#0F172A;font-size:1.1rem}
.npai-overlay{position:fixed;inset:0;background:#FFFFFF;z-index:300;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;visibility:hidden;transform:scale(1.02);transition:opacity .35s ease,visibility .35s,transform .35s ease}
.npai-overlay.is-open{opacity:1;visibility:visible;transform:scale(1)}
.overlay-close{position:absolute;top:1.5rem;right:1.5rem;background:none;border:2px solid #2563EB;border-radius:20px;padding:.5rem 1rem;cursor:pointer;font-family:var(--font-head);font-weight:600;min-height:44px;color:#0F172A}
.overlay-links{list-style:none;text-align:center}
.overlay-links li{margin:1rem 0;opacity:0;transform:scale(.85)}
.npai-overlay.is-open .overlay-links li{animation:npZoom .4s ease forwards}
.npai-overlay.is-open .overlay-links li:nth-child(1){animation-delay:.05s}
.npai-overlay.is-open .overlay-links li:nth-child(2){animation-delay:.1s}
.npai-overlay.is-open .overlay-links li:nth-child(3){animation-delay:.15s}
.npai-overlay.is-open .overlay-links li:nth-child(4){animation-delay:.2s}
.npai-overlay.is-open .overlay-links li:nth-child(5){animation-delay:.25s}
.npai-overlay.is-open .overlay-links li:nth-child(6){animation-delay:.3s}
.npai-overlay.is-open .overlay-links li:nth-child(7){animation-delay:.35s}
@keyframes npZoom{from{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}
.overlay-links a{font-family:var(--font-head);font-weight:700;font-size:1.5rem;color:#0F172A}
.section{padding:5rem 2rem}
.section-inner{max-width:1140px;margin:0 auto}
.hero-editorial{display:grid;grid-template-columns:3fr 2fr;gap:3rem;align-items:center;min-height:90vh;padding:6rem 2rem 4rem}
.hero-editorial .hero-text{padding-right:2rem}
.hero-editorial .hero-text p{font-size:1.125rem;margin:1.25rem 0 2rem;color:#475569}
.hero-portrait{position:relative}
.hero-portrait img{border-radius:20px;aspect-ratio:3/4;object-fit:cover;width:100%;border-left:4px solid #2563EB}
.hero-caption{font-size:.85rem;color:#475569;margin-top:.75rem;font-style:italic}
.trust-strip{font-size:.9rem;color:#475569;margin-top:1.5rem}
.hero-ctas{display:flex;flex-wrap:wrap;gap:1rem}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;border-radius:20px;font-family:var(--font-head);font-weight:600;font-size:.95rem;cursor:pointer;border:2px solid #2563EB;min-height:44px;transition:all .2s}
.btn-primary{background:#2563EB;color:#FFFFFF}
.btn-primary:hover{background:#1D4ED8;text-decoration:none}
.btn-outline{background:transparent;color:#2563EB}
.btn-outline:hover{background:#2563EB;color:#FFFFFF;text-decoration:none}
.stat-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;text-align:center;padding:3rem 2rem}
.stat-num{font-family:var(--font-head);font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;color:#2563EB}
.stat-label{font-size:1rem;margin-top:.5rem;color:#475569}
.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}
.card{background:#FFFFFF;padding:2rem;border-radius:20px;border:1px solid #E2E8F0;box-shadow:0 2px 12px rgba(15,23,42,.04);transition:transform .25s,box-shadow .25s}
.card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(37,99,235,.12)}
.card svg{width:32px;height:32px;margin-bottom:1rem;stroke:#2563EB}
.split-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.split-grid img{border-radius:20px;border-left:4px solid #2563EB}
.bento-grid{display:grid;grid-template-columns:1.2fr .8fr;grid-template-rows:auto auto;gap:1.5rem}
.bento-grid .bento-tile{background:#F1F5F9;border-radius:20px;overflow:hidden;border:1px solid #E2E8F0}
.bento-grid .bento-tile img{width:100%;height:200px;object-fit:cover}
.bento-grid .bento-tile .bento-body{padding:1.5rem}
.method-panel{background:#F1F5F9;border-radius:20px;padding:2.5rem;border-left:4px solid #2563EB}
.method-panel ol{margin-top:1.5rem;padding-left:1.25rem}
.method-panel li{margin-bottom:1rem}
.accordion-item{border-bottom:1px solid #E2E8F0;padding:1.25rem 0}
.accordion-trigger{display:flex;align-items:center;gap:1rem;width:100%;background:none;border:none;text-align:left;cursor:pointer;font-family:var(--font-head);font-weight:600;font-size:1.05rem;color:#0F172A;padding:0;min-height:44px}
.accordion-num{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#2563EB;color:#FFFFFF;font-weight:700;font-size:.9rem;flex-shrink:0}
.accordion-panel{padding:1rem 0 0 3rem;color:#475569}
.js .accordion-item:not(.is-open) .accordion-panel{display:none}
.curved-divider{margin-bottom:3rem}
.cta-band{text-align:center;padding:4rem 2rem}
.cta-band h2{margin-bottom:1.5rem}
.cta-band.surface-accent{background:linear-gradient(180deg,#FFFFFF 0%,#F1F5F9 100%);color:#0F172A;border-top:1px solid #E2E8F0;border-bottom:1px solid #E2E8F0;box-shadow:0 4px 24px rgba(15,23,42,.06)}
.cta-band.surface-accent h2,.cta-band.surface-accent p{color:#0F172A}
.cta-band.surface-accent a:not(.btn){color:#2563EB}
.cta-band .curved-divider path{stroke:#2563EB}
.cta-band .btn-outline{background:#2563EB;color:#FFFFFF;border-color:#2563EB;box-shadow:0 4px 16px rgba(37,99,235,.3)}
.cta-band .btn-outline:hover{background:#1D4ED8;color:#FFFFFF;box-shadow:0 6px 20px rgba(37,99,235,.4)}
.site-footer{padding:4rem 2rem 2rem}
.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:2rem}
.footer-grid h4{font-family:var(--font-head);margin-bottom:1rem;font-size:1rem}
.footer-grid ul{list-style:none}
.footer-grid li{margin-bottom:.5rem}
.footer-disclaimer,.footer-hosting{font-size:.85rem;color:#475569;margin-top:1rem;line-height:1.6}
.ai-disclaimer{background:#DBEAFE;border-radius:20px;padding:1.25rem 1.5rem;margin:2rem 0;font-size:.9rem;color:#0F172A;border-left:4px solid #2563EB}
.page-hero{padding:6rem 2rem 3rem}
.program-grid,.service-grid{display:grid;gap:2rem}
.program-card,.service-card{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center;padding:2rem;background:#F1F5F9;border-radius:20px;border:1px solid #E2E8F0}
.program-card img,.service-card img{border-radius:20px;border-left:4px solid #2563EB}
.about-editorial{display:grid;grid-template-columns:1.5fr 1fr;gap:3rem}
.portrait-stack img{border-radius:20px;margin-bottom:1.5rem;border-left:4px solid #2563EB}
.portrait-stack .portrait-lead{max-width:260px;margin-left:auto;margin-right:auto}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}
.form-group{margin-bottom:1.25rem}
.form-group label{display:block;margin-bottom:.5rem;font-family:var(--font-head);font-weight:600}
.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem 1rem;background:#FFFFFF;border:1px solid #E2E8F0;color:#0F172A;border-radius:20px;font-family:var(--font-body);font-size:1rem}
.form-group textarea{min-height:140px;resize:vertical}
.form-honeypot{position:absolute;left:-9999px;opacity:0;height:0;overflow:hidden}
.form-group .consent-label{display:flex;flex-direction:row;align-items:flex-start;gap:.65rem;font-size:.9rem;font-weight:400;cursor:pointer}
.consent-label input[type="checkbox"]{flex-shrink:0;order:-1;margin-top:.2rem;width:18px;height:18px;min-width:18px;min-height:18px;accent-color:#2563EB;cursor:pointer}
.consent-label span{flex:1;line-height:1.5}
.legal-content{max-width:800px}
.legal-content h2{margin:2rem 0 1rem;font-size:1.25rem}
.legal-content p,.legal-content li{margin-bottom:1rem;color:#475569}
.legal-content ul{padding-left:1.5rem}
.error-page{min-height:60vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem}
.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#FFFFFF;border-top:2px solid #2563EB;padding:1.25rem 2rem;z-index:300;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;box-shadow:0 -4px 20px rgba(15,23,42,.08)}
.cookie-banner p{font-size:.9rem;max-width:600px;color:#475569}
.cookie-actions{display:flex;flex-wrap:wrap;gap:.75rem}
.cookie-actions button{padding:.6rem 1.25rem;border-radius:20px;cursor:pointer;font-family:var(--font-head);font-weight:600;min-height:44px;border:2px solid #2563EB}
.cookie-accept{background:#2563EB;color:#FFFFFF}
.cookie-reject,.cookie-custom{background:transparent;color:#0F172A}
.sent-notice{background:#DBEAFE;border-left:4px solid #2563EB;padding:1rem 1.25rem;margin-bottom:2rem;border-radius:20px}
.js .reveal{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease}
.js .reveal.is-visible{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){.js .reveal{opacity:1;transform:none}.npai-overlay,.overlay-links li{transition:none;animation:none}}
@media(max-width:1023px){
  .header-nav{display:none}
  .hamburger{display:block}
  .hero-editorial,.split-grid,.bento-grid,.footer-grid,.contact-grid,.about-editorial,.program-card,.service-card{grid-template-columns:1fr}
  .hero-editorial{min-height:70vh;padding-top:5rem}
  .section{padding:3rem 1.25rem}
}
@media(min-width:1024px){
  .npai-overlay{display:none!important}
}
@media(max-width:767px){
  .stat-strip{grid-template-columns:1fr}
  .hero-ctas{flex-direction:column}
  .btn{width:100%}
  .footer-grid{grid-template-columns:1fr 1fr}
}
