:root{--purple:#2B2038;--purple-dark:#1D1526;--purple-tint:#F5F2F7;--green:#BADA55;--green-text:#4B5E12;--white:#FFFFFF;--text:#2B2038;--text-muted:#6B6275;--border:#E4E0E8;--radius-sm:8px;--radius-lg:16px;--max:1140px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;color:var(--text);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:Space Grotesk,sans-serif;font-weight:700;line-height:1.15;letter-spacing:-.01em}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font-family:inherit}.wrap{max-width:var(--max);margin:0 auto;padding:0 24px}.section{padding:80px 0}.section-tint{background:var(--purple-tint)}a:focus-visible,button:focus-visible,input:focus-visible{outline:2px solid var(--green);outline-offset:2px}header.site-header{position:sticky;top:0;z-index:50;background:#fffffff2;backdrop-filter:blur(6px);border-bottom:1px solid var(--border)}nav.site-nav{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;max-width:var(--max);margin:0 auto}.logo{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:20px;color:var(--purple)}.logo span{color:var(--green-text)}.nav-links{display:flex;gap:28px;font-size:15px;font-weight:500}.nav-links a:hover{color:var(--green-text)}.nav-cta{background:var(--purple);color:var(--white);padding:10px 20px;border-radius:var(--radius-sm);font-weight:600;font-size:14px;min-height:44px;display:flex;align-items:center}.nav-cta:hover{background:var(--purple-dark)}.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;background:none;border:none;cursor:pointer;align-items:center}.nav-toggle span{width:22px;height:2px;background:var(--purple);border-radius:2px;transition:transform .2s,opacity .2s}.nav-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle.open span:nth-child(2){opacity:0}.nav-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{display:none;flex-direction:column;gap:4px;padding:8px 24px 20px;border-top:1px solid var(--border);background:var(--white)}.mobile-menu.open{display:flex}.mobile-menu a{padding:12px 4px;font-size:16px;font-weight:500;min-height:44px;display:flex;align-items:center;border-bottom:1px solid var(--border)}.mobile-menu a.nav-cta{justify-content:center;border-bottom:none;margin-top:4px}.hero{background:var(--purple);color:var(--white);padding:90px 0 70px;position:relative;overflow:hidden}.hero:after{content:"";position:absolute;right:-120px;top:-120px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,#bada552e,#bada5500 70%)}.hero-inner{max-width:760px;position:relative}.eyebrow{display:inline-block;background:#bada5526;color:var(--green);font-size:13px;font-weight:600;padding:6px 14px;border-radius:999px;margin-bottom:22px;letter-spacing:.02em}.hero h1{font-size:44px;color:var(--white);margin-bottom:18px}.hero h1 em{font-style:normal;color:var(--green)}.hero p.sub{font-size:18px;color:#ffffffc7;max-width:560px;margin-bottom:30px}.hero-price{display:inline-flex;align-items:center;gap:8px;color:var(--white);font-size:15px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);padding:10px 18px;border-radius:var(--radius-sm);margin-bottom:26px}.hero-price strong{color:var(--green);font-family:Space Grotesk,sans-serif;font-size:17px}.hero-ctas{display:flex;gap:16px;flex-wrap:wrap}.btn-primary{background:var(--green);color:var(--purple-dark);font-weight:600;font-size:16px;padding:14px 28px;border-radius:var(--radius-sm);min-height:44px;display:inline-flex;align-items:center;border:none;cursor:pointer}.btn-primary:hover{background:#a9c942}.btn-ghost{border:1px solid rgba(255,255,255,.3);color:var(--white);font-weight:600;font-size:16px;padding:14px 28px;border-radius:var(--radius-sm);min-height:44px;display:inline-flex;align-items:center}.btn-ghost:hover{border-color:#fff9}.btn-primary-dark{background:var(--purple);color:var(--white);font-weight:600;font-size:16px;padding:14px 28px;border-radius:var(--radius-sm);min-height:44px;display:inline-flex;align-items:center;border:none;cursor:pointer}.btn-primary-dark:hover{background:var(--purple-dark)}.hero-small{padding:60px 0 50px}.hero-small h1{font-size:34px}.trust-bar{background:var(--white);border-bottom:1px solid var(--border);padding:32px 0}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:center}.trust-stat .num{font-family:Space Grotesk,sans-serif;font-size:30px;font-weight:700;color:var(--purple)}.trust-stat .label{font-size:13px;color:var(--text-muted);margin-top:4px}.breadcrumbs{font-size:13px;color:#fff9;margin-bottom:18px}.breadcrumbs a:hover{color:var(--green)}.breadcrumbs span{margin:0 6px}.section-head{max-width:640px;margin-bottom:44px}.section-eyebrow{color:var(--green-text);font-weight:600;font-size:13px;text-transform:uppercase;letter-spacing:.06em;margin-bottom:12px;display:block}.section-head h2{font-size:32px;margin-bottom:12px}.section-head p{color:var(--text-muted);font-size:16px}.services-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.service-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:26px 22px;transition:border-color .15s,transform .15s}.service-card:hover{border-color:var(--green);transform:translateY(-2px)}.service-card .icon{width:44px;height:44px;border-radius:10px;background:var(--purple-tint);display:flex;align-items:center;justify-content:center;margin-bottom:16px;font-size:20px;color:var(--purple)}.service-card h3{font-size:19px;margin-bottom:8px}.service-card p{font-size:14px;color:var(--text-muted);margin-bottom:14px}.service-card .tag{font-size:12px;font-weight:600;color:var(--green-text);background:#bada552e;padding:3px 10px;border-radius:999px;display:inline-block;margin-bottom:12px}.service-card a.link{font-size:14px;font-weight:600;color:var(--purple)}.service-card a.link:hover{color:var(--green-text)}.process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.process-step .step-num{font-family:Space Grotesk,sans-serif;font-size:14px;font-weight:700;color:var(--green-text);margin-bottom:10px}.process-step h3{font-size:17px;margin-bottom:6px}.process-step p{font-size:14px;color:var(--text-muted)}.included-list{list-style:none;margin:0;padding:0}.included-list li{padding:12px 0;border-bottom:1px solid var(--border);font-size:15px;display:flex;gap:10px;align-items:flex-start}.included-list li:before{content:"✓";color:var(--green-text);font-weight:700}.faq-item{border-bottom:1px solid var(--border);padding:18px 0}.faq-item h3{font-size:16px;margin-bottom:8px}.faq-item p{font-size:14px;color:var(--text-muted)}.why-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.why-card .num{font-family:Space Grotesk,sans-serif;font-size:14px;font-weight:700;color:var(--green-text);margin-bottom:10px}.why-card h3{font-size:19px;margin-bottom:8px}.why-card p{color:var(--text-muted);font-size:14px}.pricing-card{max-width:420px;border:2px solid var(--green);border-radius:var(--radius-lg);padding:36px;background:var(--white);position:relative}.pricing-badge{position:absolute;top:-14px;left:32px;background:var(--green);color:var(--purple-dark);font-size:12px;font-weight:700;padding:5px 14px;border-radius:999px}.pricing-card .price{font-family:Space Grotesk,sans-serif;font-size:44px;font-weight:700;margin:18px 0 4px}.pricing-card .price span{font-size:16px;font-weight:500;color:var(--text-muted)}.pricing-card ul{list-style:none;margin:24px 0;padding:0}.pricing-card li{padding:8px 0;font-size:15px;display:flex;gap:10px;align-items:flex-start}.pricing-card li:before{content:"✓";color:var(--green-text);font-weight:700}.testi-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.testi-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:26px}.testi-card p{font-size:15px;margin-bottom:16px}.testi-card .who{font-size:14px;font-weight:600;color:var(--purple)}.testi-card .who span{font-weight:400;color:var(--text-muted)}.chip-row{display:flex;flex-wrap:wrap;gap:10px}.chip{border:1px solid var(--border);border-radius:999px;padding:8px 16px;font-size:14px;font-weight:500;min-height:44px;display:flex;align-items:center}.chip:hover{border-color:var(--green);color:var(--green-text)}.cta-band{background:var(--purple);border-radius:var(--radius-lg);padding:52px;text-align:center;color:var(--white)}.cta-band h2{color:var(--white);font-size:28px;margin-bottom:14px}.cta-band p{color:#ffffffbf;margin-bottom:26px}.tool-section{background:var(--purple);border-radius:var(--radius-lg);padding:52px;color:var(--white);display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center}.tool-copy .section-eyebrow{color:var(--green)}.tool-copy h2{color:var(--white);font-size:28px;margin-bottom:14px}.tool-copy p{color:#ffffffbf;margin-bottom:22px;font-size:16px}.tool-widget{background:var(--white);border-radius:var(--radius-lg);padding:26px;color:var(--text)}.tool-widget label{font-size:13px;font-weight:600;color:var(--text-muted);display:block;margin-bottom:8px}.tool-input-row{display:flex;gap:10px;margin-bottom:16px}.tool-input-row input{flex:1;border:1px solid var(--border);border-radius:var(--radius-sm);padding:12px 14px;font-size:15px;font-family:Inter,sans-serif;min-height:44px}.tool-input-row input:focus{outline:2px solid var(--green);outline-offset:1px;border-color:var(--green)}.tool-btn{background:var(--purple);color:var(--white);border:none;border-radius:var(--radius-sm);padding:0 22px;font-weight:600;font-size:14px;cursor:pointer;min-height:44px}.tool-btn:hover{background:var(--purple-dark)}.tool-result{display:none;margin-top:18px;border-top:1px solid var(--border);padding-top:18px}.tool-result.show{display:block}.score-row{display:flex;align-items:center;gap:16px;margin-bottom:14px}.score-circle{width:60px;height:60px;border-radius:50%;background:var(--purple-tint);display:flex;align-items:center;justify-content:center;font-family:Space Grotesk,sans-serif;font-weight:700;font-size:19px;color:var(--purple);flex-shrink:0}.score-line{font-size:14px;color:var(--text-muted);margin-bottom:6px;display:flex;justify-content:space-between}.score-line .status-ok{color:#3b6d11;font-weight:600}.score-line .status-fix{color:#993c1d;font-weight:600}footer.site-footer{background:var(--purple-dark);color:#ffffffb3;padding:40px 0;font-size:14px}.footer-inner{display:flex;justify-content:space-between;flex-wrap:wrap;gap:16px}.footer-links{display:flex;gap:20px;flex-wrap:wrap}.footer-links a:hover{color:var(--green)}.notfound{padding:120px 0;text-align:center}.notfound h1{font-size:40px;margin-bottom:16px}.notfound p{color:var(--text-muted);margin-bottom:28px}@media (max-width:900px){.nav-links{display:none}header .nav-cta{display:none}.nav-toggle{display:flex}.hero h1{font-size:34px}.hero-small h1{font-size:28px}.trust-grid{grid-template-columns:repeat(2,1fr)}.services-grid,.process-grid{grid-template-columns:1fr 1fr}.tool-section{grid-template-columns:1fr;padding:30px}.why-grid,.testi-grid{grid-template-columns:1fr}.section{padding:56px 0}}@media (max-width:520px){.services-grid,.process-grid{grid-template-columns:1fr}.trust-grid{grid-template-columns:1fr 1fr}.hero-ctas{flex-direction:column}.btn-primary,.btn-ghost,.btn-primary-dark{width:100%;justify-content:center}}
