.hero{background:var(--ink);color:var(--text-on-dark);padding:clamp(36px,5vw,72px) 0 clamp(96px,10vw,160px);box-sizing:border-box;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:64px 64px;mask-image:radial-gradient(ellipse 80% 60% at 50% 30%,black 30%,transparent 80%);-webkit-mask-image:radial-gradient(ellipse 80% 60% at 50% 30%,black 30%,transparent 80%);pointer-events:none}.hero:after{content:"";position:absolute;bottom:0;left:38%;transform:translate(-50%);width:900px;height:700px;background:radial-gradient(ellipse at center,rgba(91,138,240,.15) 0%,transparent 60%);pointer-events:none}.hero-inner{position:relative;z-index:1;text-align:center}h1.hero-title{font-family:var(--font-display);font-weight:400;font-size:clamp(48px,7.5vw,104px);line-height:.98;letter-spacing:-.035em;color:var(--text-on-dark);max-width:1100px;margin:0 auto 24px;animation:fadeUp .8s ease .2s both}h1.hero-title em{font-style:italic;color:var(--blue-bright);font-weight:400}.hero-sub{margin:0 auto 40px;text-align:center;animation:fadeUp .8s ease .3s both}.hero-ctas{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin-bottom:0;animation:fadeUp .8s ease .45s both}.hero-ctas .btn{min-width:190px;justify-content:center}@media (max-width: 480px){.hero-ctas{flex-direction:column;align-items:center}.hero-ctas .btn{width:100%;max-width:320px}}.hero-cta-meta{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:10px;margin-top:14px;margin-bottom:28px;font-family:var(--font-mono);font-size:13px;color:var(--text-on-dark-muted);letter-spacing:.03em;animation:fadeUp .8s ease .55s both}.hero-cta-meta strong{color:#22c55e;font-weight:600}.hero-visual{position:relative;z-index:1;width:100%;max-width:none;margin:0;padding:0 clamp(24px,6vw,96px);animation:fadeUp 1s ease .6s both}.hero-proof{display:none}.hero-caption{display:block;margin:14px auto 0;max-width:1040px;text-align:center;font-size:14px;line-height:1.5;color:var(--text-on-dark-muted)}.hero-caption span{display:none}.hero-caption span.is-active{display:block}.hero-slide-frame{position:relative;max-width:1040px;margin:0 auto;border-radius:12px;overflow:hidden;box-shadow:0 30px 80px -30px #0000008c;background:var(--ink-2);aspect-ratio:2 / 1}.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .5s ease}.hero-slide.is-active{opacity:1;visibility:visible;z-index:1}.hero-slide-btn{display:block;width:100%;height:100%;background:none;border:none;padding:0;margin:0;cursor:zoom-in}.hero-slide-btn:focus-visible{outline:2px solid var(--blue);outline-offset:-3px}.hero-slide img{width:100%;height:100%;object-fit:contain;display:block;background:var(--ink-2);border-radius:12px}.hero-slide-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:34px;height:34px;border-radius:50%;background:#232c45eb;color:#fff;border:1px solid rgba(123,170,245,.55);box-shadow:0 0 0 3px #5b8af02e,0 0 14px #7baaf573;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s,border-color .15s,box-shadow .15s}.hero-slide-arrow:hover{background:#232c45;border-color:#7baaf5d9;box-shadow:0 0 0 3px #5b8af047,0 0 18px #7baaf599}.hero-slide-arrow:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.hero-slide-arrow.prev{left:14px}.hero-slide-arrow.next{right:14px}.hero-slide-arrow svg{width:18px;height:18px}.hero-slide-dots{position:absolute;left:0;right:0;bottom:14px;z-index:3;display:flex;justify-content:center;align-items:center;gap:9px;width:fit-content;margin:0 auto;padding:2px 8px;border-radius:100px;background:#0a0f1c99;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.1)}.hero-slide-dot{width:24px;height:24px;border-radius:50%;background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center}.hero-slide-dot:before{content:"";width:12px;height:12px;border-radius:50%;background:#fff6;transition:background .15s,transform .15s}.hero-slide-dot:hover:before{background:#ffffffa6}.hero-slide-dot.is-active:before{background:var(--blue-bright);box-shadow:0 0 8px #7baaf5bf;transform:scale(1.15)}.hero-slide-dot:focus-visible{outline:2px solid var(--text-on-dark);outline-offset:2px}#hero-preview-dialog{background:transparent;border:none;padding:0;margin:auto;max-width:96vw;max-height:96vh;overflow:auto}#hero-preview-dialog::backdrop{background:#0a0f1cd6}.hero-dialog-inner{position:relative;display:inline-block;line-height:0}.hero-dialog-figure{position:relative;display:block;width:fit-content;margin:0 auto;line-height:0}.hero-dialog-img{display:block;max-width:94vw;max-height:80vh;width:auto;height:auto;border-radius:12px;box-shadow:0 40px 100px -20px #0a0f1c80}.hero-dialog-caption{margin:20px auto 0;max-width:900px;text-align:center;font-family:var(--font-body);font-size:15px;line-height:1.5;color:var(--text-on-dark-muted)}.hero-dialog-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:44px;height:44px;border-radius:50%;padding:0;background:#0f1424e0;color:#fff;border:1px solid rgba(255,255,255,.28);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s,border-color .15s}.hero-dialog-nav:hover{background:#0f1424;border-color:#ffffff80}.hero-dialog-nav:focus-visible{outline:2px solid var(--blue-bright);outline-offset:2px}.hero-dialog-nav svg{width:20px;height:20px}.hero-dialog-nav.prev{left:14px}.hero-dialog-nav.next{right:14px}.hero-dialog-dots{position:absolute;left:0;right:0;bottom:16px;z-index:2;display:flex;justify-content:center;align-items:center;gap:9px;width:fit-content;margin:0 auto;padding:2px 8px;border-radius:100px;background:#0a0f1cb8;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.14)}.hero-dialog-dot{width:24px;height:24px;border-radius:50%;background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center}.hero-dialog-dot:before{content:"";width:12px;height:12px;border-radius:50%;background:#fff6;transition:background .15s,transform .15s}.hero-dialog-dot:hover:before{background:#ffffffa6}.hero-dialog-dot.is-active:before{background:var(--blue-bright);box-shadow:0 0 8px #7baaf5bf;transform:scale(1.15)}.hero-dialog-dot:focus-visible{outline:2px solid #fff;outline-offset:2px}.hero-dialog-close{position:absolute;top:10px;right:10px;width:34px;height:34px;background:#0f1424e0;color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:50%;font-size:16px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1;transition:background .15s}.hero-dialog-close:hover{background:#0f1424}.hero-dialog-close:focus-visible{outline:2px solid var(--blue);outline-offset:2px}@media (max-width: 640px){.hero-slide-arrow{width:30px;height:30px}}section{padding:180px 0;position:relative}h2.section-title{font-family:var(--font-display);font-weight:400;font-size:clamp(40px,5.2vw,72px);line-height:1.02;letter-spacing:-.025em;color:var(--text-strong);margin-bottom:28px;max-width:900px}h2.section-title em{font-style:italic;color:var(--blue);font-weight:400}.section-sub{font-size:clamp(17px,1.3vw,19px);color:var(--text-muted);max-width:620px;line-height:1.55;font-weight:400}.problem{padding-top:220px;background:var(--paper)}.problem-statement{font-family:var(--font-display);font-style:italic;font-size:clamp(28px,3.4vw,44px);line-height:1.25;color:var(--text-strong);max-width:920px;margin:80px 0 0;letter-spacing:-.015em}.problem-statement .muted{color:var(--text-soft)}.sectors{background:var(--paper);padding:120px 0;border-bottom:1px solid var(--paper-3)}.sectors-inner{text-align:center}.sectors-label{font-family:var(--font-mono);font-size:11px;color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:32px}.sectors-label:before{content:"— ";color:var(--blue)}h2.scope-title{margin:0 auto 24px;max-width:900px}.scope-body{font-size:clamp(17px,1.3vw,19px);color:var(--text-muted);max-width:720px;line-height:1.55;margin:0 auto}.how{background:var(--paper-2);border-top:1px solid var(--paper-3);border-bottom:1px solid var(--paper-3);padding:80px 0;scroll-margin-top:72px}.how-grid .feature:nth-child(5){border-right:none}.features{background:var(--paper)}.features-intro{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:end;margin-bottom:80px}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid var(--paper-3)}.feature{padding:48px 32px;border-bottom:1px solid var(--paper-3);border-right:1px solid var(--paper-3)}.feature:nth-child(3n){border-right:none;padding-right:0}.feature:nth-child(3n+1){padding-left:0}.feature-num{font-family:var(--font-mono);font-size:12px;color:var(--blue);margin-bottom:16px;letter-spacing:.04em}.feature h3{font-family:var(--font-display);font-weight:400;font-size:26px;line-height:1.15;letter-spacing:-.02em;color:var(--text-strong);margin-bottom:12px}.feature p{font-size:15px;color:var(--text-muted);line-height:1.55}.roles-section{background:var(--ink);color:var(--text-on-dark);position:relative;overflow:hidden}.roles-section:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:700px;height:400px;background:radial-gradient(ellipse at center,rgba(91,138,240,.1) 0%,transparent 70%);pointer-events:none}.roles-section .section-eyebrow{color:var(--text-on-dark-muted)}.roles-section h2.section-title{color:var(--text-on-dark)}.roles-section h2.section-title em{color:var(--blue-bright)}.roles-section .section-sub{color:var(--text-on-dark-muted)}.roles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:80px;position:relative;z-index:1}.role{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:36px 32px;transition:all .25s ease}.role:hover{background:#ffffff0d;border-color:#ffffff24;transform:translateY(-2px)}.role-tag{display:inline-block;font-family:var(--font-mono);font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--blue-bright);margin-bottom:20px}.role h3{font-family:var(--font-display);font-size:30px;font-weight:400;color:var(--text-on-dark);margin-bottom:16px;letter-spacing:-.02em;line-height:1.1}.role-desc{font-size:14px;color:var(--text-on-dark-muted);line-height:1.55;margin-bottom:24px}.role-permissions{list-style:none;border-top:1px solid rgba(255,255,255,.06);padding-top:16px}.role-permissions li{font-size:14px;color:var(--text-on-dark);padding:9px 0 9px 26px;position:relative}.role-permissions li.no{color:var(--text-on-dark-muted)}.role-permissions li:before{content:"";position:absolute;left:0;top:13px;width:14px;height:14px;background:var(--blue-bright);-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='3'><polyline points='20 6 9 17 4 12'/></svg>") no-repeat center / contain;mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='3'><polyline points='20 6 9 17 4 12'/></svg>") no-repeat center / contain}.role-permissions li.no:before{background:var(--text-on-dark-muted);-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='3'><line x1='18' y1='6' x2='6' y2='18'/><line x1='6' y1='6' x2='18' y2='18'/></svg>") no-repeat center / contain;mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='3'><line x1='18' y1='6' x2='6' y2='18'/><line x1='6' y1='6' x2='18' y2='18'/></svg>") no-repeat center / contain}.permissions-table-wrap{margin-top:48px;background:#ffffff05;border:1px solid rgba(255,255,255,.08);border-radius:14px;overflow:hidden;position:relative;z-index:1}.permissions-table{width:100%;border-collapse:collapse;color:var(--text-on-dark);font-size:14px}.permissions-table thead th{text-align:center;padding:18px 16px;font-family:var(--font-mono);font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.06em;color:var(--blue-bright);background:#00000040;border-bottom:1px solid rgba(255,255,255,.08)}.permissions-table thead th.perm-label{text-align:left;color:var(--text-on-dark-muted)}.permissions-table tbody td{padding:14px 16px;text-align:center;border-bottom:1px solid rgba(255,255,255,.05)}.permissions-table tbody tr:last-child td{border-bottom:none}.permissions-table tbody tr:hover td{background:#ffffff05}.permissions-table td.perm-label{text-align:left;color:var(--text-on-dark);font-weight:400}.permissions-table td.yes,.permissions-table td.no{position:relative}.permissions-table td.yes:before,.permissions-table td.no:before{content:"";display:inline-block;width:18px;height:18px;vertical-align:middle}.permissions-table td.yes:before{background:var(--blue-bright);-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='3'><polyline points='20 6 9 17 4 12'/></svg>") no-repeat center / contain;mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='3'><polyline points='20 6 9 17 4 12'/></svg>") no-repeat center / contain}.permissions-table td.no:before{background:#ffffff2e;-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='3'><line x1='18' y1='6' x2='6' y2='18'/><line x1='6' y1='6' x2='18' y2='18'/></svg>") no-repeat center / contain;mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='3'><line x1='18' y1='6' x2='6' y2='18'/><line x1='6' y1='6' x2='18' y2='18'/></svg>") no-repeat center / contain}.export-section{background:var(--paper)}.export-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.export-mock{border-radius:12px;overflow:hidden;box-shadow:0 30px 80px -30px #0a0f1c2e;position:relative}.export-real-img{width:100%;height:auto;display:block}.export-enlarge-btn{display:block;width:100%;background:none;border:none;padding:0;cursor:zoom-in;position:relative}.export-enlarge-btn:focus-visible{outline:2px solid var(--blue);outline-offset:-3px}.export-enlarge-hint{position:absolute;bottom:10px;right:10px;background:#0a0f1cb8;color:#fff;font-size:11px;font-weight:500;letter-spacing:.02em;padding:4px 10px;border-radius:6px;pointer-events:none;opacity:.88;transition:opacity .2s}.export-enlarge-btn:hover .export-enlarge-hint{opacity:1}#export-preview-dialog{background:transparent;border:none;padding:0;margin:auto;max-width:96vw;max-height:96vh;overflow:auto}#export-preview-dialog::backdrop{background:#0a0f1cd6}.export-dialog-inner{position:relative;display:inline-block;line-height:0}.export-dialog-img{display:block;max-width:94vw;max-height:87vh;width:auto;height:auto;border-radius:12px;box-shadow:0 40px 100px -20px #0a0f1c80}.export-dialog-close{position:absolute;top:10px;right:10px;width:34px;height:34px;background:#0f1424e0;color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:50%;font-size:16px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1;transition:background .15s}.export-dialog-close:hover{background:#0f1424}.export-dialog-close:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.export-header{display:flex;align-items:center;gap:12px;padding-bottom:16px;margin-bottom:16px;border-bottom:2px solid var(--ink-2)}.export-logo{width:32px;height:32px;background:var(--ink-2);border-radius:6px;display:flex;align-items:center;justify-content:center;color:var(--blue-bright);font-weight:700;font-size:14px;font-family:var(--font-mono)}.export-title{font-size:14px;font-weight:600;color:var(--text-strong)}.export-meta{font-size:11px;color:var(--text-muted);font-family:var(--font-mono)}.export-table{width:100%;border-collapse:collapse;font-size:12px}.export-table th{text-align:left;padding:8px 10px;background:var(--paper-2);font-weight:500;color:var(--text-muted);font-family:var(--font-mono);font-size:10px;text-transform:uppercase;letter-spacing:.04em}.export-table td{padding:10px;border-bottom:1px solid var(--paper-3);color:var(--text-strong)}.export-table .num{font-family:var(--font-mono);color:var(--blue);font-weight:500}.export-table .badge{display:inline-block;font-size:10px;padding:2px 6px;border-radius:3px;font-family:var(--font-mono);font-weight:500}.export-table .badge.open{background:#dc26261a;color:#b91c1c}.export-table .badge.progress{background:#f59e0b1f;color:#b45309}.export-table .badge.closed{background:#16a34a1f;color:#15803d}.export-points{list-style:none;margin:0 0 32px;padding:0;border-top:1px solid var(--paper-3)}.export-points li{font-size:15px;color:var(--text-muted);padding:9px 0 9px 26px;position:relative;border-bottom:1px solid var(--paper-3);line-height:1.5}.export-points li:before{content:"";position:absolute;left:0;top:13px;width:14px;height:14px;background:var(--blue);-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='3'><polyline points='20 6 9 17 4 12'/></svg>") no-repeat center / contain;mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='3'><polyline points='20 6 9 17 4 12'/></svg>") no-repeat center / contain}.closure-section{background:var(--ink);color:var(--text-on-dark);position:relative;overflow:hidden}.closure-section:before{content:"";position:absolute;top:-200px;left:50%;transform:translate(-50%);width:800px;height:500px;background:radial-gradient(ellipse at center,rgba(91,138,240,.12) 0%,transparent 70%);pointer-events:none}.closure-inner{position:relative;z-index:1}.closure-section .section-eyebrow{color:var(--text-on-dark-muted)}.closure-section h2.section-title{color:var(--text-on-dark)}.closure-section h2.section-title em{color:var(--blue-bright)}.closure-body{font-size:clamp(17px,1.3vw,19px);color:var(--text-on-dark-muted);max-width:620px;line-height:1.55;margin-bottom:64px}.closure-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.closure-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:32px 28px}.closure-num{font-family:var(--font-display);font-size:36px;font-style:italic;color:var(--blue-bright);line-height:1;font-weight:400;margin-bottom:16px}.closure-card h3{font-family:var(--font-display);font-size:24px;font-weight:400;color:var(--text-on-dark);margin-bottom:12px;letter-spacing:-.015em;line-height:1.15}.closure-card p{font-size:14.5px;color:var(--text-on-dark-muted);line-height:1.55}.pricing{background:var(--paper-2);border-top:1px solid var(--paper-3)}.pricing-intro{text-align:center;margin-bottom:56px}.pricing-intro h2{margin:0 auto 28px}.pricing-intro .section-sub{margin:0 auto}.pricing-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px;max-width:1200px;margin:0 auto}.price{background:#fff;border:1px solid var(--paper-3);border-radius:16px;padding:48px 40px;position:relative;display:flex;flex-direction:column}.price.featured{background:var(--ink-3);color:var(--text-on-dark);border-color:#ffffff1f}.price-name{font-family:var(--font-mono);font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:16px}.price.featured .price-name{color:var(--blue-bright)}.price-amount{font-family:var(--font-display);font-size:44px;font-weight:400;color:var(--text-strong);margin-bottom:8px;letter-spacing:-.025em;line-height:1.05;font-style:italic}.price.featured .price-amount{color:var(--text-on-dark)}.price-amount span{font-size:14px;color:var(--text-muted);font-family:var(--font-body);font-style:normal;display:block;margin-top:4px}.price.featured .price-amount span{color:var(--text-on-dark-muted)}.price-desc{font-size:15px;color:var(--text-muted);margin-bottom:32px;line-height:1.5}.price.featured .price-desc{color:var(--text-on-dark-muted)}.price-features{list-style:none;flex:1;padding-top:24px;border-top:1px solid var(--paper-3)}.price.featured .price-features{border-top-color:#ffffff14}.price-features li{font-size:14.5px;padding:9px 0 9px 24px;position:relative;color:var(--text-strong)}.price.featured .price-features li{color:var(--text-on-dark)}.price-features li:before{content:"";position:absolute;left:0;top:13px;width:14px;height:14px;background:var(--blue);-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='3'><polyline points='20 6 9 17 4 12'/></svg>") no-repeat center / contain;mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='3'><polyline points='20 6 9 17 4 12'/></svg>") no-repeat center / contain}.price.featured .price-features li:before{background:var(--blue-bright)}.pricing-note{text-align:center;margin:40px auto 0;font-size:13px;color:var(--text-soft);font-family:var(--font-mono);max-width:680px;line-height:1.6}.price .btn{width:100%;margin-top:32px}.faq-section{background:var(--paper)}.faq-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:80px}.faq-item{border-top:1px solid var(--paper-3)}.faq-item:last-child{border-bottom:1px solid var(--paper-3)}.faq-item summary{padding:28px 0;cursor:pointer;font-family:var(--font-display);font-size:26px;font-weight:400;color:var(--text-strong);display:flex;justify-content:space-between;align-items:center;list-style:none;transition:color .15s ease;letter-spacing:-.02em;line-height:1.2;gap:24px}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:hover{color:var(--blue)}.faq-item summary:after{content:"";width:16px;height:16px;flex-shrink:0;background:currentColor;-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'><line x1='12' y1='5' x2='12' y2='19'/><line x1='5' y1='12' x2='19' y2='12'/></svg>") no-repeat center / contain;mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'><line x1='12' y1='5' x2='12' y2='19'/><line x1='5' y1='12' x2='19' y2='12'/></svg>") no-repeat center / contain;transition:transform .25s ease}.faq-item[open] summary:after{-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'><line x1='5' y1='12' x2='19' y2='12'/></svg>") no-repeat center / contain;mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'><line x1='5' y1='12' x2='19' y2='12'/></svg>") no-repeat center / contain}.faq-answer{padding:0 0 28px;color:var(--text-muted);font-size:16px;line-height:1.6;max-width:640px}.final-cta{background:var(--ink);color:var(--text-on-dark);text-align:center;position:relative;overflow:hidden}.final-cta:before{content:"";position:absolute;bottom:-300px;left:50%;transform:translate(-50%);width:1000px;height:600px;background:radial-gradient(ellipse at center,rgba(91,138,240,.18) 0%,transparent 60%);pointer-events:none}.final-cta .container{position:relative;z-index:1}.final-cta h2{font-family:var(--font-display);font-weight:400;font-size:clamp(48px,6.5vw,96px);line-height:1;letter-spacing:-.03em;margin-bottom:32px;max-width:1000px;margin-left:auto;margin-right:auto;color:var(--text-on-dark)}.final-cta h2 em{font-style:italic;color:var(--blue-bright);font-weight:400}.final-cta p{font-size:18px;color:var(--text-on-dark-muted);max-width:540px;margin:0 auto 48px;line-height:1.55}.final-cta-buttons{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:32px}.final-cta-meta{font-family:var(--font-mono);font-size:12px;color:var(--text-on-dark-muted);letter-spacing:.04em;margin-bottom:16px}.trust-line{font-size:13px;color:var(--text-on-dark-muted);max-width:580px;margin:24px auto 0;line-height:1.5;padding-top:24px;border-top:1px solid rgba(255,255,255,.06)}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;transform:translateY(28px);transition:opacity .9s cubic-bezier(.2,.8,.2,1),transform .9s cubic-bezier(.2,.8,.2,1)}.reveal.visible{opacity:1;transform:translateY(0)}@media (min-width: 761px){.hero{min-height:calc(100svh - 64px)}}@media (min-width: 1280px){:root{--u: min(100vw / 1920, (100svh - 62px) / 850)}.hero{display:grid;grid-template-columns:calc(660 * var(--u)) calc(976 * var(--u));justify-content:center;column-gap:calc(77 * var(--u));align-content:center;align-items:start;padding:0 calc(96 * var(--u));height:calc(100svh - 62px);min-height:540px;box-sizing:border-box}.hero-inner{text-align:left;padding-top:0}h1.hero-title{font-size:calc(84 * var(--u));max-width:none;margin:0 0 calc(20 * var(--u));line-height:1}.hero-sub{font-size:max(17px,calc(20 * var(--u)));line-height:1.55;max-width:calc(620 * var(--u));margin:0 0 calc(32 * var(--u));text-align:left}.hero-ctas{justify-content:flex-start;gap:calc(12 * var(--u))}.hero-ctas .btn{font-size:max(14px,calc(15 * var(--u)));padding:calc(11 * var(--u)) calc(28 * var(--u));min-width:calc(190 * var(--u));border-radius:calc(8 * var(--u))}.hero-cta-meta{justify-content:flex-start;margin-bottom:0;font-size:max(12px,calc(13 * var(--u)));margin-top:calc(14 * var(--u));gap:calc(10 * var(--u))}.hero-visual{padding:0}.hero-slide-frame{max-width:none;border:1px solid rgba(255,255,255,.1);border-radius:calc(12 * var(--u))}.hero-slide-arrow{width:calc(34 * var(--u));height:calc(34 * var(--u))}.hero-slide-arrow.prev{left:calc(14 * var(--u))}.hero-slide-arrow.next{right:calc(14 * var(--u))}.hero-slide-dots{bottom:calc(14 * var(--u))}.hero-caption{max-width:none;font-size:max(13px,calc(14 * var(--u)));margin-top:calc(14 * var(--u))}.hero-proof{display:flex;list-style:none;margin:calc(40 * var(--u)) 0 0;padding:calc(24 * var(--u)) 0 0;border-top:1px solid rgba(255,255,255,.1)}.hero-proof li{display:flex;align-items:center;gap:calc(12 * var(--u));padding-right:calc(28 * var(--u));margin-right:calc(28 * var(--u));border-right:1px solid rgba(255,255,255,.1);font-size:max(13px,calc(14 * var(--u)));font-weight:500;line-height:1.3;color:var(--text-on-dark)}.hero-proof li:last-child{border-right:0;margin-right:0;padding-right:0}.hero-proof svg{width:calc(26 * var(--u));height:calc(26 * var(--u));flex:0 0 auto;color:var(--blue-bright)}}@media (max-width: 1024px){.features-grid{grid-template-columns:repeat(2,1fr)}.feature:nth-child(3n){border-right:1px solid var(--paper-3);padding-right:32px}.feature:nth-child(3n+1){padding-left:32px}.feature:nth-child(2n){border-right:none;padding-right:0}.feature:nth-child(odd){padding-left:0}.roles-grid,.closure-grid,.pricing-grid{grid-template-columns:1fr}.faq-grid,.export-grid,.features-intro{grid-template-columns:1fr;gap:40px}section{padding:120px 0}.problem{padding-top:180px}}@media (max-width: 720px){.hero{padding:60px 0 48px}.hero-visual{overflow:hidden}.features-grid{grid-template-columns:1fr}.feature{border-right:none!important;padding:32px 0!important}section{padding:80px 0}.problem{padding-top:140px}.faq-item summary{font-size:20px}.permissions-table-wrap{overflow-x:visible}.permissions-table{min-width:0;width:100%;table-layout:fixed;font-size:12px}.permissions-table thead th{padding:10px 3px;font-size:9px;letter-spacing:.02em;word-break:break-word;line-height:1.4;vertical-align:bottom}.permissions-table thead th.perm-label{width:33%;font-size:10px}.permissions-table tbody td{padding:10px 5px}.permissions-table td.yes:before,.permissions-table td.no:before{width:16px;height:16px}}@media (prefers-reduced-motion: reduce){.reveal{opacity:1!important;transform:none!important}h1.hero-title,.hero-sub,.hero-ctas,.hero-cta-meta,.hero-visual{animation:none!important;opacity:1!important;transform:none!important}}h1.hero-title{letter-spacing:.01em}h2.section-title{letter-spacing:.025em}.problem-statement{letter-spacing:.015em}.how-step h3{letter-spacing:.02em}.how-num{letter-spacing:.015em}.closure-card h3,.price-amount{letter-spacing:.01em}.faq-item summary{letter-spacing:.02em}.final-cta h2{letter-spacing:.01em}.feature h3{letter-spacing:.02em}
