@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{padding:160px 0 80px;background:radial-gradient(60% 100% at 50% 0%,#f8ecff 0%,#f6f4f9 100%)}
.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-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__num{font-family:'Dela Gothic One',sans-serif;font-size:32px;color:#6e66f0;margin-bottom:12px}
.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-list{display:flex;flex-direction:column;gap:0}
.step{display:grid;grid-template-columns:48px 1fr;gap:20px;padding:24px 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}
.step-content h3{font-size:17px;font-weight:600;margin-bottom:6px}
.step-content p{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)}
table{width:100%;border-collapse:collapse}
th{background:#f8ecff;padding:14px 20px;text-align:left;font-size:14px;font-weight:600;color:#080f2b}
td{padding:14px 20px;font-size:15px;border-top:1px solid rgba(8,15,43,.08);color:rgba(8,15,43,.8)}
tr:last-child td{border-bottom:none}
.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;color:#080f2b}
.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{display:flex;align-items:center;gap:8px;font-size:13px;color:rgba(8,15,43,.5);margin-bottom:20px}
.breadcrumb a{color:rgba(8,15,43,.5);transition:color .2s}.breadcrumb a:hover{color:#6e66f0}
.breadcrumb-sep{font-size:11px}
.hero-cols{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.hero-visual{background:#fff;border-radius:20px;padding:28px;box-shadow:0 4px 32px rgba(110,102,240,.12);border:1px solid rgba(110,102,240,.15)}
.sla-preview{display:flex;flex-direction:column;gap:0;border-radius:12px;overflow:hidden;border:1px solid rgba(8,15,43,.1)}
.sla-preview-header{background:#6e66f0;color:#fff;padding:10px 16px;font-size:13px;font-weight:600;display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px}
.sla-preview-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;padding:10px 16px;border-top:1px solid rgba(8,15,43,.06);font-size:13px;background:#fff}
.sla-preview-row:nth-child(even){background:#fafafa}
.sla-preview-row span:first-child{font-weight:600;color:#080f2b}
.sla-preview-row span{color:rgba(8,15,43,.65)}
.doc-preview-label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#6e66f0;margin-bottom:12px}
.pain-list{display:flex;flex-direction:column;gap:16px;max-width:760px}
.pain-item{display:flex;align-items:flex-start;gap:16px;padding:20px 24px;background:#fff;border-radius:14px;border:1px solid rgba(8,15,43,.08)}
.pain-item__icon{flex-shrink:0;width:36px;height:36px;background:#ede9fe;border-radius:10px;display:flex;align-items:center;justify-content:center}
.pain-item h3{font-size:15px;font-weight:600;margin-bottom:4px}
.pain-item p{font-size:14px;color:rgba(8,15,43,.6);line-height:1.55}
.cost-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.cost-card{background:#fff;border-radius:16px;padding:28px;border-left:4px solid #6e66f0}
.cost-card h3{font-size:16px;font-weight:600;margin-bottom:8px}
.cost-card p{font-size:14px;color:rgba(8,15,43,.65);line-height:1.6}
.sla-table-section .table-wrap{margin-top:0}
.sla-table-section table th:first-child{width:30%}
.bridge-split{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.bridge-text p{font-size:16px;color:rgba(8,15,43,.7);line-height:1.7;margin-bottom:16px}
.bridge-text h2{font-family:'Dela Gothic One',sans-serif;font-size:clamp(22px,2.5vw,36px);line-height:1.2;margin-bottom:20px}
.highlight-box{background:#fff;border-radius:16px;padding:28px;border:2px solid rgba(110,102,240,.25)}
.highlight-box h3{font-size:16px;font-weight:600;color:#6e66f0;margin-bottom:12px}
.highlight-box ul{display:flex;flex-direction:column;gap:8px}
.highlight-box li{font-size:15px;color:rgba(8,15,43,.7);display:flex;align-items:flex-start;gap:8px}
.product-split{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.product-card{background:#fff;border-radius:16px;padding:28px;border:1px solid rgba(8,15,43,.08)}
.product-card h3{font-size:16px;font-weight:600;margin-bottom:8px}
.product-card p{font-size:14px;color:rgba(8,15,43,.6);line-height:1.6}
.validation-note{font-size:12px;color:rgba(8,15,43,.4);font-style:italic;margin-top:6px;display:block}
.consult-box{background:#080f2b;border-radius:24px;padding:48px;color:#fff;display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center}
.consult-box h2{font-family:'Dela Gothic One',sans-serif;font-size:clamp(20px,2.5vw,32px);margin-bottom:12px}
.consult-box p{font-size:16px;color:rgba(255,255,255,.7);line-height:1.65;max-width:560px}
.consult-box .btn-light{font-family:var(--base-font);background:#fff;color:#080f2b;border-radius:20px;padding:12px 28px;font-weight:600;font-size:15px;display:inline-block;white-space:nowrap;transition:opacity .2s}.consult-box .btn-light:hover{opacity:.88}
.final-cta-box{background:radial-gradient(80% 120% at 50% 0%,#f8ecff,#f6f4f9);border-radius:24px;padding:64px 48px;text-align:center}
.final-cta-box h2{font-family:'Dela Gothic One',sans-serif;font-size:clamp(22px,3vw,40px);margin-bottom:16px}
.final-cta-box p{font-size:17px;color:rgba(8,15,43,.7);max-width:560px;margin:0 auto 36px}
.final-cta-box .ctas{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}

@media(max-width:1100px){.grid-4{grid-template-columns:repeat(2,1fr)}.cost-grid{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}
  .hero-cols{grid-template-columns:1fr}.hero-visual{display:none}
  .section{padding:56px 0}.section__title{font-size:24px;margin-bottom:32px}
  .grid-2,.grid-3,.grid-4,.cost-grid,.bridge-split,.product-split{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}
  .consult-box{grid-template-columns:1fr;text-align:center}
  .final-cta-box{padding:40px 20px}
  .sla-preview-header,.sla-preview-row{grid-template-columns:1fr 1fr;font-size:12px}
  .sla-preview-header span:last-child,.sla-preview-row span:last-child{display:none}
}