:root {
  --bg: #fbfaf7;
  --surface: #ffffff;
  --surface-warm: #f4f0e8;
  --surface-soft: #fff7e8;
  --ink: #211922;
  --muted: #6f675c;
  --line: #e7dfd2;
  --brand: #e60023;
  --brand-dark: #b8001c;
  --deal: #ff9900;
  --deal-dark: #7a4a00;
  --success: #0f7a3b;
  --shadow: 0 20px 60px rgba(33, 25, 34, .10);
  --shadow-soft: 0 10px 28px rgba(33, 25, 34, .08);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'DM Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background:
    radial-gradient(circle at top left, rgba(255,153,0,.18), transparent 34rem),
    radial-gradient(circle at top right, rgba(230,0,35,.10), transparent 34rem),
    var(--bg);
  color: var(--ink);
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.site-header {
  position: sticky; top: 0; z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(251,250,247,.86);
  border-bottom: 1px solid rgba(231,223,210,.78);
}
.navbar {
  max-width: var(--container); margin: 0 auto; padding: 16px 20px;
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
}
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 900; letter-spacing: -.04em; font-size: 1.25rem; }
.logo-mark { width: 38px; height: 38px; border-radius: 14px; display: grid; place-items: center; color: white; background: linear-gradient(135deg, var(--brand), #ff6a00); box-shadow: 0 10px 22px rgba(230,0,35,.25); }
.nav-links { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.nav-links a { text-decoration: none; padding: 10px 13px; border-radius: 999px; color: var(--muted); font-weight: 700; font-size: .92rem; }
.nav-links a:hover { background: var(--surface-warm); color: var(--ink); }
.header-cta, .btn-primary, .btn-secondary, .deal-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; text-decoration: none; border-radius: 999px; font-weight: 900; }
.header-cta, .btn-primary { background: var(--brand); color: white; padding: 11px 16px; box-shadow: 0 14px 28px rgba(230,0,35,.22); }
.header-cta:hover, .btn-primary:hover { background: var(--brand-dark); }
.btn-secondary { background: var(--surface-warm); color: var(--ink); padding: 11px 16px; border: 1px solid var(--line); }
.hero { max-width: var(--container); margin: 0 auto; padding: 54px 20px 34px; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(320px, .98fr); gap: 34px; align-items: center; }
.eyebrow { display: inline-flex; width: fit-content; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 999px; background: #fff3d8; border: 1px solid #ffe0a3; color: var(--deal-dark); font-weight: 900; font-size: .82rem; letter-spacing: .02em; text-transform: uppercase; }
.hero h1 { margin: 18px 0 14px; font-size: clamp(2.65rem, 7vw, 5.6rem); line-height: .93; letter-spacing: -.075em; max-width: 760px; }
.hero .lead { color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.28rem); line-height: 1.62; max-width: 620px; margin: 0 0 24px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 24px; }
.trust-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; max-width: 620px; }
.trust-card { padding: 14px; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(255,255,255,.68); }
.trust-card strong { display: block; font-size: 1.1rem; letter-spacing: -.03em; }
.trust-card span { color: var(--muted); font-size: .88rem; }
.hero-board { position: relative; min-height: 520px; border-radius: 40px; overflow: hidden; background: linear-gradient(145deg, #211922, #433421); box-shadow: var(--shadow); padding: 18px; }
.hero-board::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 20% 10%, rgba(255,153,0,.55), transparent 14rem), radial-gradient(circle at 85% 0%, rgba(230,0,35,.45), transparent 16rem); opacity: .88; }
.pin-grid { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.pin { background: white; border-radius: 24px; overflow: hidden; box-shadow: 0 18px 36px rgba(0,0,0,.18); }
.pin:nth-child(even) { transform: translateY(32px); }
.pin img { width: 100%; height: 155px; object-fit: cover; }
.pin-content { padding: 14px; }
.tag { display: inline-flex; padding: 5px 9px; border-radius: 999px; background: #fff0f2; color: var(--brand); font-size: .73rem; font-weight: 900; }
.pin h3 { margin: 10px 0 8px; font-size: 1rem; letter-spacing: -.03em; }
.price-line { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.price { color: var(--brand); font-size: 1.35rem; font-weight: 1000; }
.old-price { color: #9b948a; text-decoration: line-through; }
.section { max-width: var(--container); margin: 0 auto; padding: 54px 20px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.section h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1; letter-spacing: -.06em; }
.section-head p { margin: 0; max-width: 520px; color: var(--muted); line-height: 1.55; }
.category-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.category-card { position: relative; min-height: 250px; overflow: hidden; border-radius: var(--radius-lg); text-decoration: none; color: white; background: #211922; box-shadow: var(--shadow-soft); isolation: isolate; }
.category-card img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; z-index: -2; transition: transform .35s ease; }
.category-card::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(to top, rgba(0,0,0,.78), rgba(0,0,0,.18), rgba(0,0,0,.06)); }
.category-card:hover img { transform: scale(1.07); }
.category-card .content { position: absolute; left: 16px; right: 16px; bottom: 16px; }
.category-card h3 { margin: 8px 0 4px; font-size: 1.15rem; letter-spacing: -.04em; }
.category-card p { margin: 0; color: rgba(255,255,255,.82); font-size: .9rem; line-height: 1.35; }
.category-card .pill { background: rgba(255,255,255,.92); color: var(--ink); }
.deals-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.product-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 14px; box-shadow: var(--shadow-soft); display: flex; flex-direction: column; gap: 12px; }
.product-card .image-wrap { background: linear-gradient(145deg, #fff, #f5efe5); border-radius: 18px; min-height: 210px; display: grid; place-items: center; overflow: hidden; }
.product-card img { width: 100%; height: 210px; object-fit: cover; }
.product-card h3, .product-card h4 { margin: 0; font-size: 1.02rem; line-height: 1.25; letter-spacing: -.03em; }
.product-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; }
.discount-badge, .pill { display: inline-flex; align-items: center; width: fit-content; padding: 6px 10px; border-radius: 999px; font-size: .78rem; font-weight: 900; }
.discount-badge { background: var(--brand); color: white; }
.deal-btn { margin-top: 4px; width: 100%; background: var(--ink); color: white; padding: 12px 14px; }
.deal-btn:hover { background: var(--brand); }
.how-it-works { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.step-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 22px; box-shadow: var(--shadow-soft); }
.step-number { width: 42px; height: 42px; border-radius: 15px; display: grid; place-items: center; background: var(--surface-warm); color: var(--brand); font-weight: 1000; margin-bottom: 18px; }
.step-card h3 { margin: 0 0 8px; letter-spacing: -.04em; }
.step-card p { color: var(--muted); line-height: 1.55; margin: 0; }
.disclosure { max-width: var(--container); margin: 0 auto 30px; padding: 0 20px; }
.disclosure-box { background: #fff7e8; border: 1px solid #ffe0a3; border-radius: var(--radius-lg); padding: 18px 20px; color: #6b4a00; font-size: .94rem; line-height: 1.5; }
.page-hero { max-width: var(--container); margin: 0 auto; padding: 56px 20px 26px; }
.page-hero-panel { min-height: 300px; border-radius: 38px; padding: 34px; color: white; display: flex; flex-direction: column; justify-content: end; background-size: cover; background-position: center; overflow: hidden; position: relative; isolation: isolate; box-shadow: var(--shadow); }
.page-hero-panel::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(120deg, rgba(33,25,34,.9), rgba(33,25,34,.35)); }
.page-hero h1 { margin: 12px 0 10px; font-size: clamp(2.5rem, 6vw, 5rem); line-height: .94; letter-spacing: -.07em; }
.page-hero p { margin: 0; color: rgba(255,255,255,.86); max-width: 640px; line-height: 1.55; font-size: 1.1rem; }
.content-page { max-width: 860px; margin: 44px auto; padding: 0 20px; }
.content-card { background: var(--surface); border: 1px solid var(--line); border-radius: 30px; padding: clamp(24px, 5vw, 44px); box-shadow: var(--shadow-soft); line-height: 1.75; color: var(--muted); }
.content-card h1, .content-card h2, .content-card h3 { color: var(--ink); letter-spacing: -.04em; line-height: 1.1; }
.content-card h2 { font-size: 2.2rem; margin-top: 0; }
.content-card a { color: var(--brand); font-weight: 800; }
.site-footer { background: #211922; color: rgba(255,255,255,.72); margin-top: 40px; }
.footer-inner { max-width: var(--container); margin: 0 auto; padding: 38px 20px; display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 24px; }
.footer-inner h3 { margin: 0 0 10px; color: white; letter-spacing: -.04em; }
.footer-inner p { margin: 0; line-height: 1.55; }
.footer-links { display: grid; gap: 8px; }
.footer-links a { color: rgba(255,255,255,.72); text-decoration: none; }
.footer-links a:hover { color: white; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.10); padding: 16px 20px; text-align: center; font-size: .88rem; }
.metric-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-bottom: 24px; }
.metric-card, .dashboard-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); }
.metric-card { padding: 20px; }
.metric-card span { color: var(--muted); font-weight: 800; font-size: .9rem; }
.metric-card strong { display: block; margin-top: 8px; font-size: 2.35rem; letter-spacing: -.06em; }
.dashboard-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 18px; margin-bottom: 18px; }
.dashboard-card { padding: 22px; overflow-x: auto; }
.dashboard-card h3 { margin: 0 0 14px; font-size: 1.25rem; letter-spacing: -.04em; }
table { width: 100%; border-collapse: collapse; font-size: .95rem; }
th, td { text-align: left; padding: 12px 10px; border-bottom: 1px solid var(--line); vertical-align: top; }
th { color: var(--muted); font-size: .82rem; text-transform: uppercase; letter-spacing: .04em; }
td a { color: var(--brand); font-weight: 900; text-decoration: none; }
td a:hover { text-decoration: underline; }
@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 34px; }
  .hero-board { min-height: auto; }
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .deals-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .how-it-works { grid-template-columns: 1fr; }
  .section-head { display: block; }
  .section-head p { margin-top: 12px; }
  .footer-inner { grid-template-columns: 1fr; }
  .metric-grid, .dashboard-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .navbar { align-items: flex-start; flex-direction: column; }
  .nav-links { width: 100%; }
  .header-cta { width: 100%; }
  .hero { padding-inline: 16px; }
  .trust-row, .deals-grid, .category-grid { grid-template-columns: 1fr; }
  .pin-grid { grid-template-columns: 1fr; }
  .pin:nth-child(even) { transform: none; }
  .category-card { min-height: 210px; }
  .section { padding: 38px 16px; }
}

.join-section { padding-top: 18px; }
.join-strip { display: flex; align-items: center; justify-content: space-between; gap: 24px; background: linear-gradient(135deg, #211922, #4b2814); color: white; border-radius: var(--radius-xl); padding: clamp(22px, 4vw, 34px); box-shadow: var(--shadow); }
.join-strip h2 { margin: 12px 0 10px; font-size: clamp(1.8rem, 4vw, 3rem); line-height: 1; letter-spacing: -.06em; }
.join-strip p { margin: 0; color: rgba(255,255,255,.78); max-width: 760px; line-height: 1.55; }
.join-strip .eyebrow { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.20); color: #ffd28a; }
.group-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.group-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 22px; box-shadow: var(--shadow-soft); }
.group-card h3 { margin: 12px 0 8px; font-size: 1.35rem; letter-spacing: -.04em; }
.group-card p { margin: 0 0 18px; color: var(--muted); line-height: 1.55; }
.group-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.disabled-link { opacity: .62; cursor: not-allowed; }
@media (max-width: 980px) { .join-strip { align-items: flex-start; flex-direction: column; } .group-grid { grid-template-columns: 1fr; } }


.button-stack { display: flex; flex-direction: column; gap: 12px; min-width: 220px; }
.info-card p { margin: 0; color: var(--muted); line-height: 1.55; }
.mini-list { margin: 0; padding-left: 18px; color: var(--muted); line-height: 1.55; }
.two-col-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.compact-card { margin: 0; }
.form-note { margin: 0 0 18px; padding: 14px 16px; border-radius: var(--radius-md); background: var(--surface-soft); border: 1px solid #ffe0a3; color: #6b4a00; }
.contact-form { display: grid; gap: 16px; margin: 22px 0 26px; }
.contact-form label { display: grid; gap: 8px; font-weight: 700; color: var(--ink); }
.contact-form span { font-size: .96rem; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 16px; padding: 14px 16px; font: inherit; color: var(--ink); background: #fff; }
.contact-form input:focus, .contact-form textarea:focus { outline: 2px solid rgba(230,0,35,.14); border-color: rgba(230,0,35,.45); }
.form-submit { border: 0; cursor: pointer; font: inherit; padding: 13px 18px; }
.notice-card { max-width: 720px; margin: 48px auto; }
.notice-card p:last-child { margin-bottom: 0; }
@media (max-width: 980px) { .two-col-grid { grid-template-columns: 1fr; } .button-stack { width: 100%; } }
