@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap');
@font-face{font-family:'Rawline';src:url('/fonts/rawline-500.ttf') format('truetype');font-weight:500;font-display:swap}
@font-face{font-family:'Rawline';src:url('/fonts/rawline-600.ttf') format('truetype');font-weight:600;font-display:swap}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Rawline',sans-serif;font-weight:500;color:#080f2b;background:#fff;line-height:1.55;overflow-x:hidden}
a{text-decoration:none;color:inherit}ul{list-style:none}
.container{width:100%;max-width:1400px;margin:0 auto;padding:0 15px;position:relative}
.site-header{position:fixed;top:24px;left:50%;transform:translateX(-50%);width:calc(100% - 48px);max-width:1370px;background:rgba(248,236,255,.85);backdrop-filter:blur(20px);border-radius:24px;padding:14px 24px;display:flex;align-items:center;gap:40px;z-index:999;box-shadow:0 1px 2px rgba(0,0,0,.08)}
.nav-inner{display:flex;align-items:center;gap:40px;width:100%}
.logo-link img{height:40px;display:block}
.site-nav{display:flex;align-items:center;gap:32px;margin-left:auto}
.site-nav a{font-size:16px;font-weight:500;color:#080f2b;transition:color .2s}.site-nav a:hover,.site-nav a.current{color:#6e66f0}
.btn-primary{font-family:var(--base-font);background:#6e66f0;color:#fff;border-radius:20px;padding:12px 28px;font-weight:600;font-size:15px;border:none;cursor:pointer;white-space:nowrap;transition:opacity .2s;display:inline-block}.btn-primary:hover{opacity:.88}
.btn-secondary{font-family:var(--base-font);background:transparent;color:#6e66f0;border:2px solid #6e66f0;border-radius:20px;padding:10px 26px;font-weight:600;font-size:15px;cursor:pointer;display:inline-block;transition:all .2s}.btn-secondary:hover{background:#6e66f0;color:#fff}
.nav-burger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}
.nav-burger span{display:block;width:22px;height:2px;background:#080f2b;border-radius:2px}
.nav-overlay{display:none;position:fixed;inset:0;background:rgba(8,15,43,.95);z-index:1000;padding:40px 24px;flex-direction:column}
.nav-overlay.open{display:flex}
.nav-close{background:none;border:none;color:#fff;font-size:28px;cursor:pointer;align-self:flex-end;margin-bottom:40px}
.nav-mobile{display:flex;flex-direction:column;gap:24px}.nav-mobile a{color:#fff;font-size:22px;font-weight:600}
.hero.main{margin-bottom: 0;padding:160px 0 80px;}.hero.main .container{display: flex;align-items: center;flex-direction: column;}
.hero__eyebrow{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#6e66f0;margin-bottom:16px}
.hero__title{font-family:'Dela Gothic One',sans-serif;font-size:clamp(28px,4vw,52px);font-weight:400;line-height:1.15;margin-bottom:24px}
.hero__title span,.purple{color:#6e66f0}
.hero__sub{font-size:18px;color:rgba(8,15,43,.7);max-width:640px;margin-bottom:40px}
.hero__ctas{display:flex;gap:16px;flex-wrap:wrap}
.section{padding:80px 0}
.section__label{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#6e66f0;margin-bottom:12px}
.section__title{font-family:'Dela Gothic One',sans-serif;font-size:clamp(22px,3vw,42px);font-weight:400;line-height:1.2;margin-bottom:48px}
.section__title span{color:#6e66f0}
.section-grey{background:#f5f5f8}.section-purple{background:#f8ecff}
.card{background:#fff;border-radius:20px;padding:32px;border:1px solid rgba(8,15,43,.08)}
.card-purple{background:#f8ecff;border-color:rgba(110,102,240,.15)}
.card__icon{width:48px;height:48px;border-radius:14px;background:#ede9fe;display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.card__title{font-size:17px;font-weight:600;margin-bottom:8px}
.card__body{font-size:15px;color:rgba(8,15,43,.65);line-height:1.6}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.check-list{display:flex;flex-direction:column;gap:12px}
.check-list li{display:flex;align-items:flex-start;gap:10px;font-size:16px}
.check-icon{flex-shrink:0;margin-top:3px}
.step{display:grid;grid-template-columns:48px 1fr;gap:20px;padding:28px 0;border-bottom:1px solid rgba(8,15,43,.08)}
.step-num{width:48px;height:48px;border-radius:50%;background:#6e66f0;color:#fff;font-family:'Dela Gothic One',sans-serif;font-size:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}
.step-title{font-size:17px;font-weight:600;margin-bottom:6px}
.step-body{font-size:15px;color:rgba(8,15,43,.65);line-height:1.6}
.table-wrap{overflow-x:auto;border-radius:16px;border:1px solid rgba(8,15,43,.1);margin-bottom:32px}
table{width:100%;border-collapse:collapse;min-width:500px}
th{background:#f8ecff;padding:14px 20px;text-align:left;font-size:14px;font-weight:600}
td{padding:14px 20px;font-size:15px;border-top:1px solid rgba(8,15,43,.08);color:rgba(8,15,43,.8);vertical-align:top}
.faq-item{border-bottom:1px solid rgba(8,15,43,.1)}
.faq-btn{width:100%;text-align:left;background:none;border:none;padding:20px 0;font-family:'Rawline',sans-serif;font-size:17px;font-weight:600;color:#080f2b;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px}
.faq-btn .chevron{flex-shrink:0;transition:transform .3s}.faq-btn.open .chevron{transform:rotate(180deg)}
.faq-body{max-height:0;overflow:hidden;transition:max-height .35s ease}.faq-body.open{max-height:800px}
.faq-body p{padding:0 0 20px;font-size:16px;color:rgba(8,15,43,.7);line-height:1.7}
.lead-form{background:#f8ecff;border-radius:24px;padding:48px}
.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.form-group{display:flex;flex-direction:column;gap:6px}
.form-group label{font-size:14px;font-weight:600}
.form-group input,.form-group select{border:1.5px solid rgba(8,15,43,.2);border-radius:12px;padding:12px 16px;font-family:'Rawline',sans-serif;font-size:15px;color:#080f2b;background:#fff;outline:none;transition:border-color .2s}
.form-group input:focus,.form-group select:focus{border-color:#6e66f0}
.form-full{grid-column:1/-1}
.site-footer{background:#080f2b;color:rgba(255,255,255,.7);padding:48px 0 32px}
.footer-inner{display:flex;align-items:flex-start;justify-content:space-between;gap:40px;margin-bottom:40px}
.footer-logo img{filter:brightness(0) invert(1);height:36px}
.footer-nav{display:flex;gap:32px;flex-wrap:wrap}.footer-nav a{color:rgba(255,255,255,.7);font-size:15px;transition:color .2s}.footer-nav a:hover{color:#fff}
.footer-copy{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;font-size:14px;text-align:center}

/* Page-specific */
.breadcrumb{font-size:13px;color:rgba(8,15,43,.5);display:flex;align-items:center;gap:8px;margin-bottom:24px;flex-wrap:wrap}
.breadcrumb a{color:rgba(8,15,43,.5);transition:color .2s}.breadcrumb a:hover{color:#6e66f0}
.breadcrumb-sep{color:rgba(8,15,43,.3)}

/* Progress tracker */
.progress-bar-wrap{background:#ede9fe;border-radius:12px;height:12px;margin-bottom:8px;overflow:hidden}
.progress-bar-fill{height:100%;background:#6e66f0;border-radius:12px;transition:width .4s ease}
.progress-label{font-size:14px;color:rgba(8,15,43,.6);margin-bottom:32px}
.progress-label strong{color:#6e66f0}

/* Interactive checklist */
.checklist-section{margin-bottom:48px}
.checklist-section__title{font-size:18px;font-weight:600;margin-bottom:16px;display:flex;align-items:center;gap:12px}
.checklist-section__title .section-badge{background:#ede9fe;color:#6e66f0;font-size:12px;font-weight:600;padding:3px 10px;border-radius:20px;text-transform:uppercase;letter-spacing:.06em}
.checklist-items{display:flex;flex-direction:column;gap:8px}
.checklist-item{display:flex;align-items:flex-start;gap:14px;padding:14px 16px;border-radius:12px;border:1.5px solid rgba(8,15,43,.08);background:#fff;cursor:pointer;transition:border-color .2s,background .2s;user-select:none}
.checklist-item:hover{border-color:rgba(110,102,240,.3);background:#fafafa}
.checklist-item.checked{border-color:rgba(110,102,240,.3);background:#f8ecff}
.checklist-checkbox{width:22px;height:22px;border:2px solid rgba(8,15,43,.2);border-radius:6px;flex-shrink:0;margin-top:1px;display:flex;align-items:center;justify-content:center;transition:all .2s}
.checklist-item.checked .checklist-checkbox{background:#6e66f0;border-color:#6e66f0}
.checklist-item.checked .checklist-checkbox svg{display:block}
.checklist-checkbox svg{display:none}
.checklist-text{font-size:15px;line-height:1.5;color:#080f2b}
.checklist-item.checked .checklist-text{color:rgba(8,15,43,.5);text-decoration:line-through;text-decoration-color:rgba(110,102,240,.4)}

/* Pain cards */
.pain-list{display:flex;flex-direction:column;gap:12px;margin-bottom:0}
.pain-list li{display:flex;align-items:flex-start;gap:12px;padding:16px 20px;background:#fff;border-radius:14px;border:1px solid rgba(8,15,43,.08);font-size:16px;line-height:1.5}
.pain-dot{width:8px;height:8px;border-radius:50%;background:#6e66f0;flex-shrink:0;margin-top:7px}

/* CTA cards */
.cta-choice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px}
.cta-card{background:#fff;border-radius:20px;padding:32px;border:1px solid rgba(8,15,43,.08);display:flex;flex-direction:column;gap:12px}
.cta-card-primary{background:#6e66f0;color:#fff;border-color:#6e66f0}
.cta-card-primary .cta-card__body{color:rgba(255,255,255,.8)}
.cta-card__label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:#6e66f0}
.cta-card-primary .cta-card__label{color:rgba(255,255,255,.7)}
.cta-card__title{font-size:18px;font-weight:600}
.cta-card__body{font-size:14px;color:rgba(8,15,43,.6);line-height:1.6;flex:1}
.cta-card .btn-primary,.cta-card .btn-secondary{font-family:var(--base-font);margin-top:8px;text-align:center}
.cta-card-primary .btn-secondary{font-family:var(--base-font);border-color:rgba(255,255,255,.6);color:#fff}
.cta-card-primary .btn-secondary:hover{background:rgba(255,255,255,.15)}

/* Trust */
.trust-block{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}
.trust-item{display:flex;flex-direction:column;gap:8px;padding:24px;background:#fff;border-radius:16px;border:1px solid rgba(8,15,43,.08)}
.trust-item__title{font-size:15px;font-weight:600}
.trust-item__body{font-size:14px;color:rgba(8,15,43,.6);line-height:1.6}

/* Preview */
.checklist-preview{background:linear-gradient(135deg,#ede9fe 0%,#f8ecff 100%);border-radius:24px;padding:40px;display:flex;flex-direction:column;align-items:center;gap:20px}
.preview-rows{width:100%;max-width:600px;display:flex;flex-direction:column;gap:8px}
.preview-row{background:#fff;border-radius:10px;padding:12px 16px;display:flex;align-items:center;gap:12px;border:1px solid rgba(110,102,240,.12)}
.preview-row-check{width:18px;height:18px;border-radius:4px;background:#ede9fe;flex-shrink:0}
.preview-row-line{height:8px;border-radius:4px;background:rgba(8,15,43,.1);flex:1}
.preview-row-line.s{width:40%;flex:none}
.preview-row-line.m{width:65%;flex:none}

@media(max-width:1100px){.grid-4{grid-template-columns:repeat(2,1fr)}.cta-choice-grid{grid-template-columns:repeat(2,1fr)}.trust-block{grid-template-columns:repeat(2,1fr)}}
@media(max-width:768px){
  .site-header{top:12px;width:calc(100% - 24px);padding:12px 16px}
  .site-nav{display:none}.nav-burger{display:flex}
  .hero{padding:120px 0 60px}
  .hero__title{font-size:28px}.hero__sub{font-size:16px}
  .section{padding:56px 0}.section__title{font-size:24px;margin-bottom:32px}
  .grid-2,.grid-3,.grid-4,.cta-choice-grid,.trust-block{grid-template-columns:1fr}
  .form-grid{grid-template-columns:1fr}
  .hero__ctas{flex-direction:column}
  .footer-inner{flex-direction:column}.footer-nav{flex-direction:column;gap:16px}
  .lead-form{padding:28px 20px}
  .step{grid-template-columns:40px 1fr;gap:14px}
  .checklist-preview{padding:24px 16px}
}