@charset "UTF-8";:root{--brand-primary:#902DBE;--brand-primary-dark:#601881;--brand-primary-light:#BC85D6;--brand-bg:#FFFFFF;--brand-bg-alt:#F0F3F7;--brand-text:#1A202C;--brand-text-inverse:#FFFFFF;--brand-border:#E2E8F0;--brand-accent:#E723C3;--brand-secondary:#6DD83B;--brand-neutral-mid:#4A5568;--brand-neutral-light:#F4F6F8;--brand-success:#22C55E;--brand-warning:#F59E0B;--brand-danger:#EF4444;--brand-radius:12px;--brand-font:"Nunito Sans",Inter,Arial,sans-serif;--shadow-soft:0 18px 45px rgba(26, 32, 44, 0.12);--shadow-card:0 10px 28px rgba(26, 32, 44, 0.10)}*{box-sizing:border-box}body{margin:0;background:#fff;background:var(--brand-bg);color:#1a202c;color:var(--brand-text);font-family:var(--brand-font);line-height:1.65;font-family:"Gill Sans","Gill Sans MT",Calibri,sans-serif}img{max-width:100%;height:auto;display:block;border-radius:12px;border-radius:var(--brand-radius);background:linear-gradient(135deg,#f0f3f7,#fff);background:linear-gradient(135deg,var(--brand-bg-alt),#fff);border:1px solid #e2e8f0;border:1px solid var(--brand-border)}a{color:#601881;color:var(--brand-primary-dark);-webkit-text-decoration:none;text-decoration:none}a:hover{color:#e723c3;color:var(--brand-accent)}h1,h2,h3,h4{color:inherit;line-height:1.18;letter-spacing:0}h1{font-size:48px;font-weight:800}h2{font-size:34px;font-weight:760}h3{font-size:22px;font-weight:720}p{color:#1a202c;color:var(--brand-text)}.container{max-width:1180px}.eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:12px;color:#601881;color:var(--brand-primary-dark);font-size:13px;font-weight:800;text-transform:uppercase}.eyebrow::before{content:"";width:28px;height:3px;background:#6dd83b;background:var(--brand-secondary);border-radius:99px}.section-heading{max-width:760px;margin:0 auto 40px;text-align:center}.section-heading p{margin-bottom:0}.ngk-btn-cta,.ngk-btn-primary{background:#902dbe;background:var(--brand-primary);border:1px solid #902dbe;border:1px solid var(--brand-primary);color:#fff;color:var(--brand-text-inverse);border-radius:12px;border-radius:var(--brand-radius);font-weight:800;padding:12px 20px}.ngk-btn-cta:hover,.ngk-btn-primary:hover{background:#601881;background:var(--brand-primary-dark);border-color:#601881;border-color:var(--brand-primary-dark);color:#fff;color:var(--brand-text-inverse)}.ngk-btn-secondary{background:#6dd83b;background:var(--brand-secondary);border:1px solid #6dd83b;border:1px solid var(--brand-secondary);color:#1a202c;color:var(--brand-text);border-radius:12px;border-radius:var(--brand-radius);font-weight:800;padding:12px 20px}.ngk-btn-secondary:hover{background:#55be2d;border-color:#55be2d;color:#1a202c;color:var(--brand-text)}.ngk-btn-light{background:#fff;border:1px solid #fff;color:#601881;color:var(--brand-primary-dark);border-radius:12px;border-radius:var(--brand-radius);font-weight:800;padding:12px 20px}.ngk-btn-light:hover{background:#6dd83b;background:var(--brand-secondary);border-color:#6dd83b;border-color:var(--brand-secondary);color:#1a202c;color:var(--brand-text)}.ngk-btn-outline-light{background:0 0;border:1px solid rgba(255,255,255,.84);color:#fff;border-radius:12px;border-radius:var(--brand-radius);font-weight:800;padding:12px 20px}.ngk-btn-outline-light:hover{background:#fff;color:#601881;color:var(--brand-primary-dark)}.cta-diagonal,.cta-single,.cta-solid,.cta-with-form{padding:80px 0 96px}.cta-diagonal,.cta-solid,.cta-with-form{background:#601881;background:var(--brand-primary-dark);color:#fff}.cta-diagonal h2,.cta-diagonal p,.cta-solid h2,.cta-solid p,.cta-with-form h2,.cta-with-form p{color:#fff}.cta-single{background:#f0f3f7;background:var(--brand-bg-alt);text-align:center}.cta-single .container{max-width:840px}.cta-form-card{background:#fff;color:#1a202c;color:var(--brand-text);border-radius:12px;border-radius:var(--brand-radius);box-shadow:0 18px 45px rgba(26,32,44,.12);box-shadow:var(--shadow-soft);padding:8px}.cta-form-card h2,.cta-form-card p{color:#1a202c;color:var(--brand-text)}.split-hero{padding:96px 0 72px;background:#f0f3f7;background:var(--brand-bg-alt)}.split-hero .container{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,0.95fr);grid-gap:48px;gap:48px;align-items:center}.split-hero__copy{max-width:680px}.ngk-accordion .accordion-item{border:1px solid #e2e8f0;border:1px solid var(--brand-border);border-radius:12px;border-radius:var(--brand-radius);overflow:hidden;margin-bottom:12px;box-shadow:0 4px 18px rgba(26,32,44,.05)}.ngk-accordion .accordion-button{font-weight:800;color:#1a202c;color:var(--brand-text);background:#fff}.ngk-accordion .accordion-button:not(.collapsed){background:#bc85d6;background:var(--brand-primary-light);color:#1a202c;color:var(--brand-text)}[class*=-grid]{display:grid}[class*=-grid]:has(> :nth-child(5):last-child),[class*=-grid]:has(> :nth-child(6):last-child){grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width:991px){h1{font-size:38px}h2{font-size:28px}.split-hero .container{grid-template-columns:1fr}[class*=-grid]:has(> :nth-child(5):last-child),[class*=-grid]:has(> :nth-child(6):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){h1{font-size:32px;font-size:max(25px, min(7vw, 33px))!important;line-height:1.22!important;word-wrap:break-word}.cta-diagonal,.cta-single,.cta-solid,.cta-with-form{padding:64px 0 80px}[class*=-grid]:has(> :nth-child(5):last-child),[class*=-grid]:has(> :nth-child(6):last-child){grid-template-columns:1fr}h2{font-size:max(21px, min(5.6vw, 27px))!important;line-height:1.26!important;word-wrap:break-word}h3{font-size:max(18px, min(4.8vw, 22px))!important;word-wrap:break-word}}h1,h2,h3,h4,h5,h6{font-family:"Roboto Condensed","Arial Narrow",sans-serif}.feedback-form{padding:28px;background:#fff;border-radius:12px;border-radius:var(--brand-radius)}.feedback-form h2{margin-bottom:8px;font-size:24px;color:#1a202c;color:var(--brand-text)}.feedback-form p{margin-bottom:8px;color:#1a202c;color:var(--brand-text)}.feedback-form .form-label{color:#1a202c;color:var(--brand-text);font-weight:800}.feedback-form .form-control,.feedback-form .form-select{min-height:48px;border-color:#e2e8f0;border-color:var(--brand-border);border-radius:12px;border-radius:var(--brand-radius)}.feedback-form textarea.form-control{min-height:140px}.feedback-form .form-check-label{color:#1a202c;color:var(--brand-text)}.feedback-form .require::after{content:" *";color:#ef4444;color:var(--brand-danger)}.col-12 .form-check .form-check-label a{color:#15202b!important}.contact-form-section .container .contact-form-copy span.eyebrow,.fitment-hero .container span.eyebrow,.home-cta.cta-diagonal .container span.eyebrow{color:#fff!important}.modal-content .row.g-3 .col-12 h2,.modal-content .row.g-3 .col-12 p{color:#15202b!important}