:root{--bg: #ffffff;--bg-soft: #f7f8fb;--surface: #ffffff;--surface-strong: #f3f5f9;--accent: #ff6a00;--accent-strong: #ff8c33;--text: #0f1f3d;--muted: #5b6b86;--border: rgba(15, 31, 61, .12);--shadow: 0 18px 40px rgba(15, 31, 61, .1);--max-width: 1200px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Poppins,Segoe UI,sans-serif;background:radial-gradient(circle at top left,rgba(255,106,0,.12),transparent 32%),linear-gradient(180deg,#fff,#f7f8fb 55%,#fff);color:var(--text)}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}img{max-width:100%;display:block}.section{width:min(var(--max-width),100% - 2rem);margin:0 auto;padding:5.5rem 0}.section-title{font-size:clamp(2rem,3vw,3rem);margin:0 0 1rem;line-height:1.1}.section-kicker{display:inline-flex;align-items:center;gap:.6rem;color:var(--accent);text-transform:uppercase;letter-spacing:.22rem;font-size:.8rem;font-weight:600;margin-bottom:1rem}.section-kicker:before{content:"";width:2.5rem;height:1px;background:currentColor}.section-copy{max-width:680px;color:var(--muted);line-height:1.8;margin:0}.grid-cards{display:grid;gap:1.5rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:1.5rem;box-shadow:var(--shadow)}.pill-button{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:.95rem 1.5rem;border-radius:999px;border:1px solid transparent;background:linear-gradient(135deg,var(--accent),var(--accent-strong));color:#fff;font-weight:700;transition:transform .25s ease,box-shadow .25s ease}.pill-button:hover{transform:translateY(-2px);box-shadow:0 12px 30px #ff6a0047}.ghost-button{display:inline-flex;align-items:center;justify-content:center;padding:.95rem 1.5rem;border-radius:999px;border:1px solid var(--border);color:var(--text);background:#ffffffd9}.highlight-text{color:var(--accent)}@media(max-width:768px){.section{width:min(var(--max-width),100% - 1.25rem);padding:4rem 0}}
