:root{--primary:#0b0be9;--secondary:#c7af07;--dark:#111827;--text:#334155;--muted:#64748b;--bg:#f8fafc;--white:#fff;--border:#e2e8f0;--radius:18px;--shadow:0 12px 30px #0b0be914;--container:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--dark);background:radial-gradient(circle at top left, #0b0be908, transparent 20%), radial-gradient(circle at bottom right, #c7af070d, transparent 22%), var(--white);margin:0;font-family:Arial,Helvetica,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea,select{font:inherit}.container{width:min(var(--container), calc(100% - 32px));margin:0 auto}.section{padding:88px 0}.section-title{max-width:760px;margin-bottom:36px}.section-title span{color:var(--secondary);letter-spacing:1.8px;text-transform:uppercase;margin-bottom:6px;font-size:13px;font-weight:800;display:inline-block}.section-title h2{letter-spacing:-.02em;margin:8px 0 14px;font-size:44px;line-height:1.08}.section-title p{color:var(--muted);margin:0;font-size:16px;line-height:1.8}.grid{gap:24px;display:grid}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.card{border-radius:var(--radius);background:#fffffff5;border:1px solid #e2e8f0e6;padding:26px;transition:transform .28s,box-shadow .28s,border-color .28s;box-shadow:0 10px 30px #0f172a0d}.card:hover{border-color:#0b0be929;transform:translateY(-4px);box-shadow:0 18px 36px #0f172a14}.card h3,.card h4{line-height:1.25}.card p,.card li{color:var(--text);line-height:1.8}.btn{cursor:pointer;border:none;border-radius:12px;padding:14px 22px;font-weight:700;transition:transform .25s,box-shadow .25s,background .25s;display:inline-block}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--primary);color:var(--white);box-shadow:0 12px 24px #0b0be92e}.btn-primary:hover{box-shadow:0 16px 30px #0b0be93d}.btn-outline{color:var(--primary);background:#ffffffe6;border:1px solid #0b0be933}.btn-outline:hover{background:#eef2ff}input,textarea,select{transition:border-color .2s,box-shadow .2s}input:focus,textarea:focus,select:focus{box-shadow:0 0 0 4px #0b0be914;border-color:#0b0be973!important}hr{opacity:1}@media (width<=900px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.section{padding:64px 0}.section-title h2{font-size:34px}.card{padding:22px}}@media (width<=600px){.container{width:min(var(--container), calc(100% - 24px))}.section{padding:50px 0}.section-title{margin-bottom:24px}.section-title span{letter-spacing:1.4px;font-size:12px}.section-title h2{font-size:28px;line-height:1.14}.section-title p{font-size:15px}.card{border-radius:16px;padding:18px}.btn{text-align:center;width:100%}}
