.st-section{--st-bg:#0c0c0d;--st-bg-alt:#141416;--st-bg-card:#1a1a1d;--st-border:#262629;--st-red:#e21c21;--st-red-dark:#b3151a;--st-text:#fff;--st-text-muted:#a8a8ad;--st-text-dim:#6b6b70;background:var(--st-bg);color:var(--st-text);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased}.st-section *,.st-section :after,.st-section :before{box-sizing:border-box}.st-section .st-display,.st-section h1,.st-section h2,.st-section h3,.st-section h4{color:var(--st-text);font-family:Rajdhani,sans-serif;font-weight:700;letter-spacing:-.01em;line-height:1.1;margin:0 0 14px}.st-section h1{font-size:clamp(40px,6vw,72px)}.st-section h2{font-size:clamp(32px,4.5vw,52px);margin-bottom:24px}.st-section h3{font-size:26px;margin-bottom:14px}.st-section h4{font-size:20px;font-weight:600;margin-bottom:10px}.st-section p{color:var(--st-text-muted);margin:0 0 1em}.st-section a{color:inherit;text-decoration:none}.st-section img{display:block;max-width:100%}.st-container{margin:0 auto;max-width:1280px;padding:0 32px}.st-eyebrow{border:1px solid rgba(226,28,33,.4);color:var(--st-red);font-size:14px;letter-spacing:.22em;margin-bottom:28px;padding:6px 14px}.st-btn,.st-eyebrow{border-radius:2px;display:inline-block;font-family:Rajdhani,sans-serif;font-weight:600;text-transform:uppercase}.st-btn{border:none;cursor:pointer;font-size:15px;letter-spacing:.08em;padding:12px 26px;transition:all .2s}.st-btn-primary{background:var(--st-red);color:#fff}.st-btn-primary:hover{background:var(--st-red-dark)}.st-btn-ghost{background:transparent;border:1px solid var(--st-border);color:var(--st-text)}.st-btn-ghost:hover{border-color:var(--st-red);color:var(--st-red)}.st-block{padding:110px 0}.st-block-header{margin:0 auto 70px;max-width:820px;text-align:center}.st-block-header .st-eyebrow{margin-bottom:16px}.st-block-header p{font-size:19px;margin-top:18px}.st-divider-accent{background:var(--st-red);height:3px;margin:0 auto 22px;width:60px}@media (max-width:900px){.st-container{padding:0 24px}.st-block{padding:70px 0}.st-block-header{margin-bottom:50px}}.st-modular{background:var(--st-bg-alt);border-bottom:1px solid var(--st-border);border-top:1px solid var(--st-border)}.st-modular-cards{display:grid;gap:28px;grid-template-columns:1fr 1fr;margin-top:12px}.st-m-card{background:var(--st-bg-card);border:1px solid var(--st-border);border-radius:4px;overflow:hidden;padding:40px;position:relative;transition:border-color .25s,transform .25s}.st-m-card:hover{border-color:var(--st-red);transform:translateY(-4px)}.st-m-tag{color:var(--st-red);display:inline-block;font-family:Rajdhani,sans-serif;font-size:12px;font-weight:600;letter-spacing:.2em;margin-bottom:18px;text-transform:uppercase}.st-m-card h3{margin-bottom:16px}.st-m-card ul{list-style:none;margin:20px 0 0;padding:0}.st-m-card ul li{border-top:1px solid var(--st-border);color:var(--st-text-muted);padding:14px 0 14px 30px;position:relative}.st-m-card ul li:last-child{padding-bottom:0}.st-m-card ul li:before{background:var(--st-red);content:"";height:2px;left:0;position:absolute;top:22px;width:14px}.st-m-card ul li strong{color:var(--st-text);display:block;font-family:Rajdhani,sans-serif;font-size:17px;font-weight:600;letter-spacing:.02em;margin-bottom:4px}@media (max-width:900px){.st-modular-cards{grid-template-columns:1fr}}