:root{--ink:#0b1017;--muted:#68707c;--paper:#f5f6f8;--white:#fff;--red:#d8182b;--red2:#f03445;--line:#dfe3e8;--soft:#eef1f4;--shadow:0 18px 55px rgba(11,16,23,.10);--radius:22px;--max:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--white);line-height:1.55;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea,select{font:inherit}.wrap{width:min(calc(100% - 36px),var(--max));margin:auto}.eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:12px;font-weight:850;letter-spacing:.14em;text-transform:uppercase;color:var(--red)}.eyebrow:before{content:"";width:20px;height:2px;background:var(--red)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(46px,7vw,88px);line-height:.96;letter-spacing:-.055em;margin-bottom:24px}h2{font-size:clamp(34px,4.6vw,58px);line-height:1.02;letter-spacing:-.045em;margin-bottom:18px}h3{font-size:22px;line-height:1.15;letter-spacing:-.025em;margin-bottom:10px}.lead{font-size:clamp(18px,2vw,22px);color:#4f5864;max-width:720px}.muted{color:var(--muted)}.btn{display:inline-flex;justify-content:center;align-items:center;gap:9px;min-height:50px;padding:0 20px;border-radius:999px;font-weight:800;border:1px solid transparent;transition:.2s ease;cursor:pointer}.btn-primary{background:var(--red);color:white;box-shadow:0 8px 20px rgba(216,24,43,.22)}.btn-primary:hover{background:#bc1022;transform:translateY(-1px)}.btn-dark{background:var(--ink);color:white}.btn-ghost{border-color:#c9ced5;background:white}.btn-ghost:hover{border-color:#9198a1}.topbar{background:var(--ink);color:#e8eaed;font-size:13px}.topbar .wrap{display:flex;justify-content:space-between;align-items:center;min-height:36px}.topbar a{font-weight:800;color:#fff}.nav{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.91);backdrop-filter:blur(14px);border-bottom:1px solid rgba(223,227,232,.8)}.nav .wrap{height:78px;display:flex;align-items:center;justify-content:space-between}.logo img{width:205px}.navlinks{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:750}.navlinks a:hover{color:var(--red)}.menu-btn{display:none;background:none;border:0;width:44px;height:44px}.menu-btn span{display:block;width:22px;height:2px;background:var(--ink);margin:5px auto}.hero{position:relative;overflow:hidden;padding:92px 0 70px;background:radial-gradient(circle at 82% 18%,rgba(216,24,43,.10),transparent 29%),linear-gradient(180deg,#fff 0,#f7f8fa 100%)}.hero:after{content:"";position:absolute;right:-8vw;bottom:-220px;width:650px;height:650px;border:70px solid rgba(11,16,23,.025);transform:rotate(30deg);border-radius:120px}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:58px;align-items:center}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:31px 0}.proof-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}.proof{padding:10px 13px;background:white;border:1px solid var(--line);border-radius:999px;font-weight:760;font-size:13px}.hero-card{position:relative;background:var(--ink);border-radius:32px;padding:34px;color:white;min-height:500px;box-shadow:var(--shadow);overflow:hidden}.hero-card:before{content:"";position:absolute;width:350px;height:350px;border:70px solid rgba(216,24,43,.8);border-radius:80px;right:-155px;top:-120px;transform:rotate(35deg)}.hero-card:after{content:"";position:absolute;inset:auto 28px 28px auto;width:155px;height:155px;background:linear-gradient(135deg,rgba(255,255,255,.1),rgba(255,255,255,0));clip-path:polygon(50% 0,100% 20%,92% 72%,50% 100%,8% 72%,0 20%)}.hero-card .big{position:absolute;bottom:34px;left:34px;right:34px;font-size:clamp(30px,3vw,44px);font-weight:900;letter-spacing:-.04em;line-height:1.03}.hero-card .small{position:relative;z-index:2;max-width:270px;color:#c9d0d8}.section{padding:96px 0}.section-soft{background:var(--paper)}.section-dark{background:var(--ink);color:#fff}.section-dark .muted{color:#b5bcc5}.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:40px}.section-head p{max-width:600px;margin:0}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px;box-shadow:0 3px 12px rgba(11,16,23,.03)}.card .num{font-size:12px;font-weight:900;color:var(--red);letter-spacing:.12em}.icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:#fff0f2;color:var(--red);font-weight:950;margin-bottom:22px}.path-card{position:relative;min-height:290px;padding:30px;border-radius:26px;overflow:hidden;border:1px solid var(--line);background:#fff}.path-card:nth-child(2){background:var(--ink);color:#fff;border-color:var(--ink)}.path-card:nth-child(2) .muted{color:#b3bac4}.path-card .tag{display:inline-flex;padding:6px 9px;background:var(--soft);border-radius:999px;font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.1em}.path-card:nth-child(2) .tag{background:#242a31}.path-card h3{font-size:30px;margin-top:45px}.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:20px;overflow:hidden;background:white}.trust-item{padding:22px;border-right:1px solid var(--line)}.trust-item:last-child{border:0}.trust-item strong{display:block;font-size:16px}.trust-item span{font-size:13px;color:var(--muted)}.license-wrap{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.credential{padding:20px;border:1px solid var(--line);border-radius:22px;background:white}.credential img{border-radius:13px}.credential-note{font-size:12px;color:var(--muted);margin-top:10px}.quote{font-size:clamp(26px,3.4vw,44px);line-height:1.08;letter-spacing:-.04em;font-weight:850;max-width:920px}.steps{counter-reset:step;display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:22px;overflow:hidden}.step{background:white;padding:28px;min-height:190px}.step:before{counter-increment:step;content:"0" counter(step);font-size:12px;color:var(--red);font-weight:900;letter-spacing:.12em}.step h3{margin-top:48px}.article-card{display:flex;flex-direction:column;min-height:270px}.article-card .date{font-size:12px;font-weight:800;color:var(--muted);margin-bottom:25px}.article-card p{color:var(--muted)}.article-card a{margin-top:auto;font-weight:850;color:var(--red)}.cta{padding:64px;border-radius:30px;background:var(--red);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:30px}.cta h2{margin:0;max-width:760px}.cta .btn{background:#fff;color:var(--ink)}.footer{background:#070b10;color:#d7dbe0;padding:64px 0 30px}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:50px}.footer h4{color:#fff;margin:0 0 14px}.footer a{display:block;margin:8px 0;color:#b8bec7}.footer .legal{border-top:1px solid #242a31;margin-top:48px;padding-top:22px;display:flex;justify-content:space-between;gap:20px;font-size:12px;color:#858d97}.page-hero{padding:78px 0 54px;background:linear-gradient(180deg,#fff,#f6f7f9)}.page-hero h1{font-size:clamp(44px,6vw,72px);max-width:900px}.split{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.checklist{display:grid;gap:12px}.check{padding:16px 18px;border:1px solid var(--line);border-radius:14px;background:#fff;font-weight:720}.check:before{content:"✓";color:var(--red);font-weight:950;margin-right:10px}.form{display:grid;gap:14px}.form input,.form textarea,.form select{width:100%;border:1px solid #cfd4da;border-radius:14px;padding:15px 16px;background:#fff}.form textarea{min-height:140px;resize:vertical}.note{padding:16px 18px;background:#fff5f6;border:1px solid #ffd5da;border-radius:14px;color:#80202a;font-size:13px}.project-placeholder{min-height:310px;border-radius:24px;background:linear-gradient(135deg,#111720,#232b35);display:flex;align-items:end;padding:26px;color:white;overflow:hidden;position:relative}.project-placeholder:before{content:"";position:absolute;inset:18% -10% auto auto;width:70%;height:75%;background:linear-gradient(155deg,transparent 49%,rgba(216,24,43,.95) 50%,rgba(216,24,43,.95) 52%,transparent 53%);opacity:.8}.project-placeholder p{position:relative;z-index:2;margin:0;max-width:320px;color:#cbd1d8}.project-placeholder strong{display:block;color:#fff;font-size:22px;margin-bottom:5px}.reveal{opacity:0;transform:translateY(16px);transition:.6s ease}.reveal.in{opacity:1;transform:none}@media(max-width:900px){.navlinks{display:none;position:absolute;left:18px;right:18px;top:84px;background:white;border:1px solid var(--line);border-radius:20px;padding:18px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.navlinks.open{display:flex}.menu-btn{display:block}.hero-grid,.license-wrap,.split{grid-template-columns:1fr}.hero-card{min-height:370px}.grid-3{grid-template-columns:1fr}.grid-2{grid-template-columns:1fr}.trust-strip,.steps{grid-template-columns:1fr 1fr}.trust-item:nth-child(2){border-right:0}.trust-item:nth-child(-n+2){border-bottom:1px solid var(--line)}.section-head,.cta{align-items:flex-start;flex-direction:column}.cta{padding:38px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}}@media(max-width:560px){.wrap{width:min(calc(100% - 24px),var(--max))}.topbar .wrap{justify-content:center}.topbar span{display:none}.nav .wrap{height:70px}.logo img{width:176px}.hero{padding-top:62px}.hero-card{min-height:320px}.section{padding:70px 0}.trust-strip,.steps{grid-template-columns:1fr}.trust-item{border-right:0!important;border-bottom:1px solid var(--line)!important}.trust-item:last-child{border-bottom:0!important}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.footer .legal{flex-direction:column}.cta{border-radius:22px;padding:30px 24px}}
