:root{
  --yellow:#f5c400;
  --yellow-2:#ffd84a;
  --ink:#0b0b0b;
  --ink-2:#171717;
  --paper:#f7f7f4;
  --white:#fff;
  --muted:#666;
  --line:#deded8;
  --radius:26px;
  --shadow:0 22px 60px rgba(0,0,0,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--paper);color:var(--ink);line-height:1.55}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
.site-header{position:sticky;top:0;z-index:20;background:rgba(247,247,244,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(0,0,0,.07)}
.header-inner{height:78px;display:flex;align-items:center;gap:26px}
.brand{display:flex;align-items:center;gap:10px;font-size:23px;font-weight:800;letter-spacing:-.5px;white-space:nowrap}.brand em{font-style:normal;color:#d6aa00}.brand-icon{width:38px;height:38px;border-radius:10px;object-fit:cover}
.nav{margin-left:auto;display:flex;gap:24px;font-size:14px;font-weight:700}.nav a:hover{color:#a17f00}
.button{display:inline-flex;align-items:center;justify-content:center;background:var(--yellow);color:var(--ink);font-weight:900;border-radius:999px;padding:15px 24px;box-shadow:0 10px 25px rgba(245,196,0,.22);transition:.2s transform,.2s box-shadow}.button:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(245,196,0,.3)}.button-small{padding:10px 18px;font-size:14px}.button-ghost{background:transparent;border:1px solid rgba(255,255,255,.28);color:white;box-shadow:none}
.hero{background:radial-gradient(circle at 74% 18%,rgba(245,196,0,.23),transparent 30%),linear-gradient(135deg,#0a0a0a,#171717);color:white;padding:96px 0 88px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:70px;align-items:center}.eyebrow{font-size:12px;font-weight:950;letter-spacing:.18em;color:#b68e00;margin:0 0 14px}.hero .eyebrow,.section-dark .eyebrow{color:var(--yellow)}.hero h1{font-size:clamp(48px,7vw,82px);line-height:.96;letter-spacing:-.055em;margin:0 0 26px;max-width:700px}.hero h1 span{color:var(--yellow)}.hero-text{font-size:19px;color:#d8d8d8;max-width:650px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:34px 0 18px}.hero-note{color:#aaa;font-size:13px}.logo-card{background:white;border-radius:34px;padding:22px;box-shadow:var(--shadow);transform:rotate(1deg)}.logo-card img{border-radius:20px}
.strip{background:var(--yellow)}.strip-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:24px 0}.strip-grid div{display:flex;flex-direction:column}.strip-grid strong{font-size:16px}.strip-grid span{font-size:13px;color:#493b00}
.section{padding:96px 0}.section-head{max-width:780px;margin-bottom:46px}.section-head.narrow{max-width:620px}.section h2{font-size:clamp(34px,5vw,54px);letter-spacing:-.04em;line-height:1.04;margin:0 0 20px}.section-head p:last-child,.lead{font-size:19px;color:#555}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.step{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:26px}.step>span{display:inline-grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--ink);color:var(--yellow);font-weight:900;margin-bottom:28px}.step h3{font-size:23px;margin:0 0 8px}.step p{color:#666;margin:0}
.section-dark{background:var(--ink);color:white}.split{display:grid;grid-template-columns:1fr 1fr;gap:22px}.audience-card{padding:42px;border-radius:34px;background:#191919;min-height:460px}.audience-card h2{font-size:42px}.audience-card ul{padding-left:20px;margin:30px 0 0;color:#ddd}.audience-card li{margin:12px 0}.audience-yellow{background:var(--yellow);color:var(--ink)}.audience-yellow .eyebrow{color:#5b4700}.audience-yellow ul{color:#2b2500}.icon-chip{width:54px;height:54px;display:grid;place-items:center;border-radius:15px;background:var(--yellow);color:#111;font-weight:950;font-size:24px;margin-bottom:30px}.icon-chip-dark{background:#111;color:var(--yellow)}
.credits-section{background:#fff}.credits-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}.credit-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.credit-cards article{border:1px solid var(--line);border-radius:24px;padding:24px;background:#fafaf8}.big-number{font-size:58px;line-height:1;color:#cda200;font-weight:950}.credit-cards h3{font-size:20px;margin:14px 0 8px}.credit-cards p{margin:0;color:#666;font-size:14px}
.faq-list{display:grid;gap:12px}.faq-list details{background:#fff;border:1px solid var(--line);border-radius:18px;padding:0 22px}.faq-list summary{cursor:pointer;font-weight:850;padding:20px 0}.faq-list p{color:#666;padding:0 0 20px;margin:0}
.contact-section{padding-top:30px}.contact-box{border-radius:34px;padding:48px;background:linear-gradient(135deg,#111,#242424);color:white;display:flex;align-items:center;justify-content:space-between;gap:30px}.contact-box h2{margin-bottom:8px}.contact-box p{color:#ccc;margin-bottom:0}
.footer{background:#080808;color:#aaa;padding:30px 0}.footer-inner{display:flex;align-items:center;gap:30px}.footer-brand{color:white;font-size:18px}.footer-brand .brand-icon{width:30px;height:30px}.footer-copy{margin-left:auto;font-size:13px}.footer-links{font-size:13px;color:#ddd}
@media (max-width:900px){.nav{display:none}.header-inner{height:68px}.header-inner>.button{margin-left:auto}.hero{padding:72px 0}.hero-grid,.credits-grid,.split{grid-template-columns:1fr}.hero-grid{gap:46px}.hero-visual{max-width:620px}.strip-grid,.steps{grid-template-columns:repeat(2,1fr)}.credit-cards{grid-template-columns:1fr 1fr}.contact-box{align-items:flex-start;flex-direction:column}.footer-inner{flex-wrap:wrap}.footer-copy{margin-left:0;width:100%}}
@media (max-width:560px){.container{width:min(100% - 28px,1180px)}.hero h1{font-size:49px}.hero-text{font-size:17px}.strip-grid,.steps,.credit-cards{grid-template-columns:1fr}.section{padding:70px 0}.audience-card{padding:28px;min-height:auto}.audience-card h2{font-size:34px}.logo-card{padding:10px;border-radius:24px}.contact-box{padding:32px}.header-inner>.button{display:none}}
