
    :root{--accent:#E7BA8E;--accent-soft:#fbf3eb;--ink:#20252b;--muted:#68727d;--line:#e7e3de;--surface:#f7f7f5;--deep:#292d32}
    *{box-sizing:border-box}
    body{margin:0;color:var(--ink);background:#fff;font-family:Arial,"Helvetica Neue",sans-serif;line-height:1.55}
    a{color:inherit;text-decoration:none}
    h1,h2,h3{margin:0;line-height:1.12;letter-spacing:0;color:var(--deep)}
    h1{max-width:850px;font-size:clamp(36px,4.2vw,56px);font-weight:760}
    h2{max-width:780px;font-size:clamp(28px,3.4vw,42px);font-weight:740}
    h3{font-size:20px;font-weight:720}
    p{margin:0}
    .wrap{width:min(1180px,calc(100% - 40px));margin:0 auto}
    .section{padding:76px 0}
    .hero{min-height:520px;display:grid;align-items:center;padding:64px 0;background:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.86) 50%,rgba(255,255,255,.32) 100%),url("https://ueeshop.ly200-cdn.com/u_file/UPBI/UPBI889/2607/07/photo/Gamecards.jpg") center right/cover no-repeat;border-bottom:1px solid var(--line)}
    .hero-copy{max-width:820px}
    .hero-copy .subtitle{margin-top:12px;color:#725235;font-weight:700;text-transform:uppercase;letter-spacing:.04em}
    .hero-copy .intro{max-width:760px;margin-top:20px;color:var(--muted);font-size:17px}
    .band{background:var(--surface);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
    .section-heading{max-width:800px}
    .section-heading p{margin-top:16px;max-width:740px;color:var(--muted);font-size:17px}
    .comparison{width:100%;margin-top:34px;border-collapse:collapse;background:#fff;border:1px solid var(--line);font-size:15px}
    .comparison th,.comparison td{padding:16px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}
    .comparison th{background:var(--accent-soft);font-size:13px;text-transform:uppercase;letter-spacing:.04em}
    .comparison tr:last-child td{border-bottom:0}
    .stage-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:18px;margin-top:34px}
    .stage-card{padding:28px 34px;background:#fff;border:1px solid var(--line);border-left:4px solid var(--accent);border-radius:5px}
    .stage-number{display:inline-grid;width:36px;height:36px;place-items:center;margin:0 14px 10px 0;border-radius:50%;background:var(--accent-soft);color:#725235;font-weight:800;vertical-align:middle}
    .stage-card h3{display:inline-block;margin:0 0 10px;vertical-align:middle}
    .stage-card p{margin-top:12px;color:var(--muted)}
    .stage-card .subhead{margin-top:20px;color:var(--deep);font-weight:700}
    .stage-card ul,.ready-card ul{display:grid;gap:9px;margin:14px 0 0;padding:0;list-style:none}
    .stage-card li,.ready-card li{position:relative;padding-left:20px;color:var(--muted);font-size:14px}
    .stage-card li::before,.ready-card li::before{content:"";position:absolute;left:0;top:.72em;width:7px;height:7px;border-radius:50%;background:var(--accent)}
    .ready-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:18px;margin-top:34px}
    .ready-card{padding:32px;background:#fff;border:1px solid var(--line);border-top:4px solid var(--accent);border-radius:6px}
    .ready-intro{max-width:none;margin:0!important;color:var(--muted);white-space:nowrap}
    .ready-items{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:28px}
    .ready-item{padding:22px 20px;background:var(--surface);border:1px solid var(--line);border-radius:5px}
    .ready-item .subhead{display:flex;align-items:flex-start;gap:10px;margin:0;color:var(--deep);font-weight:700}
    .ready-item .subhead::before{content:"";display:grid;flex:0 0 28px;width:28px;height:28px;place-items:center;border-radius:50%;background:var(--accent);color:var(--deep);font-size:13px;font-weight:800}
    .ready-item:nth-child(1) .subhead::before{content:"1"}
    .ready-item:nth-child(2) .subhead::before{content:"2"}
    .ready-item:nth-child(3) .subhead::before{content:"3"}
    .ready-item ul{margin-top:18px}
    .cta{padding:58px 0;background:var(--deep);color:#fff}
    .cta-grid{display:grid;grid-template-columns:1fr auto;gap:34px;align-items:center}
    .cta h2{color:#fff}
    .cta p{max-width:760px;margin-top:14px;color:rgba(255,255,255,.78)}
    .button{display:inline-flex;min-height:46px;align-items:center;justify-content:center;padding:12px 18px;border:1px solid var(--accent);border-radius:4px;background:var(--accent);color:var(--deep);font-weight:700}
    @media(max-width:900px){.stage-grid,.cta-grid{grid-template-columns:1fr}.ready-items{grid-template-columns:1fr}}
    @media(max-width:680px){.wrap{width:min(100% - 32px,1180px)}.section{padding:56px 0}.hero{min-height:auto;padding:50px 0}h1{font-size:38px}.button{width:100%}.ready-intro{white-space:normal}}
  