
:root{
  --bg:#ffffff;
  --text:#0f172a;
  --muted:#64748b;
  --line:#e2e8f0;
  --surface:#ffffff;
  --surface-soft:#f8fafc;
  --orange:#f97316;
  --orange-soft:#fff3e8;
  --violet:#6d28d9;
  --hero-a:#fff7ed;
  --hero-b:#f5f3ff;
  --shadow:0 20px 50px rgba(15,23,42,.10);
  --shadow-soft:0 8px 24px rgba(15,23,42,.07);
  --radius:32px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:var(--bg)}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.container{width:min(1240px,calc(100% - 48px));margin:0 auto}
.hero{position:relative;overflow:hidden;border-bottom:1px solid var(--line);background:linear-gradient(135deg,#fff 0%,var(--hero-a) 52%,var(--hero-b) 100%)}
.hero:before,.hero:after{content:"";position:absolute;border-radius:999px;filter:blur(72px);opacity:.45;z-index:0}
.hero:before{width:340px;height:340px;right:-80px;top:-100px;background:#fdba74}
.hero:after{width:340px;height:340px;left:-80px;bottom:-120px;background:#c4b5fd}
.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.06fr .94fr;gap:40px;padding:72px 0 84px}
.pill{display:inline-flex;align-items:center;gap:10px;padding:12px 18px;border-radius:999px;border:1px solid #fed7aa;background:rgba(255,255,255,.82);box-shadow:var(--shadow-soft);color:#334155;font-size:14px;font-weight:700}
.pill .icon{width:24px;height:24px;border-radius:999px;background:var(--orange-soft);display:grid;place-items:center;color:var(--orange);font-size:14px}
h1{margin:22px 0 0;font-size:72px;line-height:1.02;letter-spacing:-.04em}
.hero h1 .accent{color:var(--orange)}
.lead{max-width:780px;margin:28px 0 0;color:#475569;font-size:19px;line-height:1.7}
.hero-card{background:rgba(255,255,255,.82);border:1px solid rgba(255,255,255,.7);border-radius:var(--radius);box-shadow:var(--shadow);backdrop-filter:blur(8px);padding:34px;align-self:center}
.hero-brand{display:flex;gap:18px;align-items:center;margin-bottom:30px}
.hero-brand img{width:260px;height:auto}
.highlights{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.highlight{border:1px solid var(--line);background:#fff;border-radius:24px;padding:22px;box-shadow:var(--shadow-soft)}
.highlight-icon{width:38px;height:38px;border-radius:14px;background:#f5f3ff;color:var(--violet);display:grid;place-items:center;font-size:18px;margin-bottom:14px}
.highlight h3{margin:0 0 10px;font-size:20px}
.highlight p{margin:0;color:var(--muted);line-height:1.65}
.section-soft{background:#f8fafc}
.section{padding:72px 0}
.section-label{display:inline-flex;align-items:center;padding:12px 18px;background:#fff;border-radius:999px;box-shadow:var(--shadow-soft);font-size:14px;font-weight:700;color:#334155}
.section-head{max-width:880px;margin-bottom:30px}
.section-title-row{display:flex;gap:16px;align-items:center;flex-wrap:wrap;margin-top:18px}
h2{margin:0;font-size:48px;line-height:1.06;letter-spacing:-.03em}
.allegro-badge{display:inline-flex;align-items:center;gap:10px;height:52px;padding:0 18px;border-radius:20px;border:1px solid #fdba74;background:var(--orange-soft);color:#ff5a00;font-weight:800;box-shadow:var(--shadow-soft)}
.allegro-badge .mini{width:24px;height:24px;border-radius:7px;background:#fff;display:grid;place-items:center;font-size:12px}
.section-desc{margin:18px 0 0;color:var(--muted);font-size:18px;line-height:1.8;max-width:900px}
.store-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.card{height:100%;display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:32px;box-shadow:var(--shadow-soft);padding:28px;transition:transform .2s ease,box-shadow .2s ease}
.card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.logo-box{min-height:96px;border:1px solid var(--line);border-radius:24px;background:#fff;display:flex;align-items:center;justify-content:center;padding:20px;margin-bottom:18px}
.logo-box img{max-height:58px;width:auto;max-width:100%;object-fit:contain}
.card h3{margin:0;font-size:28px;letter-spacing:-.02em}
.card p{margin:14px 0 0;color:var(--muted);line-height:1.7;flex:1}
.brand-block{margin-top:18px}
.brand-label{margin-bottom:12px;color:#94a3b8;font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}
.brand-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.brand-chip{height:56px;display:flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow-soft);padding:8px}
.brand-chip-inner{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--surface-soft);border-radius:14px;padding:6px 8px}
.brand-chip-inner span{font-size:12px;font-weight:800;text-align:center;color:#334155;line-height:1.2}
.store-link{display:inline-flex;align-items:center;gap:8px;margin-top:20px;color:var(--violet);font-weight:800}
.marketplaces{margin-top:38px;border:1px solid var(--line);background:#fff;border-radius:32px;box-shadow:var(--shadow-soft);padding:28px}
.marketplaces h3{margin:0 0 18px;color:#64748b;font-size:17px}
.market-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.market-item{height:92px;border:1px solid var(--line);background:var(--surface-soft);border-radius:24px;display:flex;align-items:center;justify-content:center;padding:14px}
.market-item img{max-height:48px;width:auto;max-width:100%}
.cta-wrap{padding:72px 0}
.cta{border-radius:32px;padding:42px;background:linear-gradient(90deg,#0f172a 0%,#4c1d95 52%,#ea580c 100%);color:#fff;box-shadow:var(--shadow)}
.cta-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:24px;align-items:center}
.cta-label{display:inline-flex;align-items:center;gap:10px;padding:12px 18px;border-radius:999px;background:rgba(255,255,255,.10);color:rgba(255,255,255,.92);font-size:14px;font-weight:700}
.cta h2{margin-top:18px;color:#fff}
.cta p{max-width:760px;color:rgba(255,255,255,.86);font-size:18px;line-height:1.75}
.cta-actions{display:flex;justify-content:flex-end}
.button{display:inline-flex;align-items:center;gap:10px;border:none;border-radius:20px;padding:16px 24px;background:#fff;color:#0f172a;font-weight:800;box-shadow:var(--shadow-soft)}
footer{border-top:1px solid var(--line);background:#fff}
.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:28px 0;color:#64748b;font-size:14px}
.footer-brand{color:#334155;font-weight:700}
@media (max-width:1100px){h1{font-size:58px}.hero-grid,.cta-grid{grid-template-columns:1fr}.store-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:768px){.container{width:min(1240px,calc(100% - 28px))}.hero-grid{padding:46px 0 58px;gap:28px}h1{font-size:42px}h2{font-size:34px}.lead,.section-desc,.cta p{font-size:16px}.highlights,.store-grid,.market-grid{grid-template-columns:1fr}.brand-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-brand img{width:220px}.cta-actions{justify-content:flex-start}.footer-inner{flex-direction:column;align-items:flex-start}}
