/* 69ShadesOfSexy.com — Maggie Milton landing page. Mobile-first, dark, premium.
   SFW imagery only (covered; no nudity). Scrolling "tease" layout, multi-CTA. */
:root {
  --bg: #0a0710;
  --surface: #150d1f;
  --surface2: #1b1029;
  --line: #2a1d3a;
  --text: #f3eef8;
  --muted: #b9a9cc;
  --hot: #ff3d7f;
  --grape: #b14dff;
  --glow: 0 8px 40px rgba(255, 61, 127, 0.35);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased; line-height: 1.55; }
img { max-width: 100%; display: block; }
h2 { font-size: 24px; line-height: 1.2; margin-bottom: 10px; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 22px; border-radius: 999px; border: 1px solid var(--line);
  background: var(--surface); color: var(--text); font-weight: 800; font-size: 16px;
  text-decoration: none; cursor: pointer; transition: filter .15s, transform .05s; }
.btn:active { transform: translateY(1px); }
.btn-primary, .btn-cta { background: linear-gradient(90deg, var(--hot), var(--grape));
  border-color: transparent; color: #fff; box-shadow: var(--glow); }
.btn-primary:hover, .btn-cta:hover { filter: brightness(1.08); }
.btn-ghost { background: transparent; color: var(--muted); }

/* ---- 18+ gate ---- */
.gate { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center;
  padding: 24px; background: radial-gradient(1200px 600px at 50% -10%, #1c1030, var(--bg)); }
.gate-card { width: 100%; max-width: 420px; text-align: center; background: var(--surface);
  border: 1px solid var(--line); border-radius: 20px; padding: 32px 24px; box-shadow: var(--glow); }
.gate-mark { font-size: 44px; margin-bottom: 8px; }
.gate-card h1 { font-size: 24px; letter-spacing: .5px;
  background: linear-gradient(90deg, var(--hot), var(--grape)); -webkit-background-clip: text;
  background-clip: text; color: transparent; margin-bottom: 6px; }
.gate-card p { color: var(--muted); margin: 8px 0; font-size: 14px; }
.gate-sub { color: var(--text) !important; font-weight: 700; font-size: 13px !important; letter-spacing: .3px; }
.gate-q { color: var(--text) !important; font-size: 16px !important; margin-top: 14px !important; }
.gate-actions { display: flex; flex-direction: column; gap: 10px; margin: 18px 0 12px; }
.gate-fine { font-size: 11px !important; opacity: .7; }

/* ---- page shell ---- */
.page { max-width: 960px; margin: 0 auto; padding: 0 18px 120px; }

/* alternating image/copy sections */
.sec { display: flex; flex-direction: column; align-items: center; gap: 20px;
  padding: 34px 0; text-align: center; }
.sec + .sec { border-top: 1px solid var(--line); }
.sec-img { width: 100%; max-width: 280px; }
.sec-img img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: 20px;
  border: 1px solid var(--line); box-shadow: var(--glow); background: var(--surface); }
.sec-copy { width: 100%; }

.hero { padding-top: 30px; }
.brand { font-size: 32px; letter-spacing: .5px;
  background: linear-gradient(90deg, var(--hot), var(--grape)); -webkit-background-clip: text;
  background-clip: text; color: transparent; }
.akas { color: var(--muted); font-size: 13px; margin-top: 6px; letter-spacing: .3px; }
.akas strong { color: var(--text); } .akas span { color: var(--grape); font-weight: 700; }
.tagline { font-size: 19px; font-weight: 700; margin: 12px 0 12px; }
.pitch { color: var(--muted); font-size: 15px; margin-bottom: 16px; }
.pitch em { color: var(--text); font-style: normal; font-weight: 700; }

.perks { list-style: none; text-align: left; max-width: 380px; margin: 0 auto 18px; display: grid; gap: 10px; }
.perks li { background: var(--surface); border: 1px solid var(--line); border-radius: 12px; padding: 11px 14px; font-size: 14px; }
.perks em { color: var(--hot); font-style: normal; font-weight: 700; }

.btn-cta { width: 100%; max-width: 360px; font-size: 17px; padding: 15px 22px; }
.cta-handle { font-size: 13px; margin-top: 8px; color: var(--muted); }
.cta-handle strong { color: var(--text); }

/* teaser strip */
.teaser { padding: 36px 0 30px; text-align: center; border-top: 1px solid var(--line); }
.teaser-sub { color: var(--muted); font-size: 14px; margin-bottom: 18px; }
.teaser-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; max-width: 520px; margin: 0 auto; }
.teaser-grid img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: 16px;
  border: 1px solid var(--line); box-shadow: var(--glow); }
.teaser-grid img:nth-child(2) { transform: translateY(22px); }  /* editorial stagger */

/* closer */
.closer { text-align: center; padding: 48px 16px 36px; margin-top: 30px;
  background: radial-gradient(700px 320px at 50% 0%, var(--surface2), transparent);
  border-top: 1px solid var(--line); }
.closer h2 { font-size: 26px; }
.closer-lead { color: var(--muted); max-width: 460px; margin: 8px auto 20px; }
.closer-cta { font-size: 18px; padding: 17px 26px; }
.trust { color: var(--muted); font-size: 12px; margin-top: 14px; letter-spacing: .3px; }
.trust strong { color: var(--hot); }

/* footer */
.foot { display: flex; flex-direction: column; align-items: center; gap: 8px;
  padding: 26px 0 10px; color: var(--muted); font-size: 12px; text-align: center; }
.foot-links { display: flex; gap: 16px; }
.foot-links a { color: var(--grape); text-decoration: none; font-weight: 700; }
.karma { font-size: 16px; }

/* sticky mobile CTA */
.sticky-cta { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 60;
  display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 15px 18px; border-radius: 999px; text-decoration: none; font-weight: 800; font-size: 16px;
  color: #fff; background: linear-gradient(90deg, var(--hot), var(--grape)); box-shadow: var(--glow); }
.sticky-cta span { font-weight: 600; opacity: .85; font-size: 13px; }

/* ---- desktop ---- */
@media (min-width: 760px) {
  h2 { font-size: 26px; }
  /* image/copy sections sit side by side and AUTO-ALTERNATE: odd = image left,
     even = image right → left, right, left, right down the page. */
  .sec { flex-direction: row; text-align: left; gap: 48px; align-items: center; padding: 40px 0; }
  .sec:nth-of-type(even) { flex-direction: row-reverse; }
  .sec-img { width: 240px; flex: none; }
  .sec-copy { flex: 1; max-width: 460px; }
  .perks { margin-left: 0; }
  .btn-cta { width: auto; }
  .sticky-cta { display: none; }      /* desktop relies on the inline CTAs */
  .page { padding-bottom: 0; }
}
