:root{--bg:#fff;--ink:#182025;--muted:#64707a;--dark:#20262a;--dark2:#171c20;--line:#e8edf0;--brand:#f5a000;--brand2:#ffc14a;--radius:22px;--shadow:0 18px 50px rgba(24,32,37,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--ink);background:var(--bg);line-height:1.55}a{color:inherit}img,iframe{max-width:100%}.container{width:min(1160px,calc(100% - 40px));margin:0 auto}.section-pattern{background-color:#fbfcfc;background-image:linear-gradient(135deg,rgba(20,30,35,.035) 25%,transparent 25%),linear-gradient(225deg,rgba(20,30,35,.035) 25%,transparent 25%);background-size:28px 28px;background-position:0 0,14px 0}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(2.3rem,5vw,4.7rem);line-height:1.02;letter-spacing:-.06em;margin-bottom:22px}h2{font-size:clamp(1.6rem,3vw,2.3rem);line-height:1.1;letter-spacing:-.04em}h3{font-size:1.05rem;margin-bottom:18px}.eyebrow{display:inline-flex;align-items:center;gap:10px;font-weight:800;color:#a06a00;text-transform:uppercase;letter-spacing:.1em;font-size:.78rem}.eyebrow:before{content:"";width:34px;height:3px;background:var(--brand);border-radius:999px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 26px;border-radius:14px;text-decoration:none;border:0;font-weight:800;font-size:1rem;cursor:pointer;transition:.2s ease}.btn-primary{background:linear-gradient(135deg,var(--brand),var(--brand2));color:#241700;box-shadow:0 12px 28px rgba(245,160,0,.28)}.btn-primary:hover{transform:translateY(-2px)}.btn-ghost{border:1px solid rgba(24,32,37,.16);background:#fff}.btn-ghost:hover{border-color:var(--brand)}
