




a { color: inherit; text-decoration: none; }


















.nav-logo { display: flex; align-items: center; }
.nav-logo img { height: 38px; width: auto; display: block; }
.nav-links { display: flex; gap: 28px; }
.nav-links a { color: rgba(255,255,255,0.78); font-size: 14px; font-weight: 500; transition: color 0.2s; }
.nav-links a:hover, .nav-links a.active { color: #fff; }
.nav-actions { display: flex; align-items: center; gap: 18px; }
.nav-login { color: rgba(255,255,255,0.78); font-size: 14px; font-weight: 500; }
.nav-login:hover { color: #fff; }
.nav-signup { background: var(--pink); color: #fff; padding: 10px 22px; font-size: 13px; font-weight: 600; letter-spacing: 0.5px; transition: background 0.2s; }
.nav-signup:hover { background: var(--pink-dark); }



.btn-pink { background: var(--pink); color: #fff; }
.btn-pink:hover { background: var(--pink-dark); transform: translateY(-1px); }
.btn-cyan { background: var(--cyan); color: var(--ink); }
.btn-cyan:hover { background: var(--cyan-dark); transform: translateY(-1px); }
.btn-yellow { background: var(--yellow); color: var(--ink); }
.btn-yellow:hover { background: #E0B826; transform: translateY(-1px); }
.btn-outline-light { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,0.25); padding: 14.5px 30.5px; }
.btn-outline-light:hover { border-color: #fff; }

/* ── Page hero ── */
.page-hero { background: var(--ink); color: #fff; padding: 90px 0 110px; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0; background-image: url('../img/stars.svg'); background-size: 520px 520px; background-repeat: repeat; opacity: 0.35; pointer-events: none; animation: starDrift 180s linear infinite; }
.page-hero::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 200px; background: radial-gradient(ellipse at 50% 100%, rgba(236,30,124,0.18) 0%, transparent 60%); pointer-events: none; }
.page-hero .hero-skull-corner { position: absolute; top: 18px; right: -50px; width: 200px; opacity: 0.16; pointer-events: none; transform: rotate(10deg); z-index: 1; }
.page-hero .hero-skull-corner img { width: 100%; height: auto; }
.page-hero .wrap { position: relative; z-index: 2; text-align: center; }
.page-hero .label { color: var(--cyan); justify-content: center; }
.page-hero .label::before { display: none; }
.page-hero h1 { font-family: var(--font-display); font-size: clamp(48px, 7vw, 84px); font-weight: 700; line-height: 1.02; letter-spacing: -2px; margin-bottom: 22px; }
.page-hero h1 em { color: var(--pink); font-style: normal; }
.page-hero .page-hero-lede { font-size: 18px; line-height: 1.6; color: rgba(255,255,255,0.7); max-width: 640px; margin: 0 auto; }

/* Slow galaxy drift for star backgrounds */
@keyframes starDrift {
  from { background-position: 0 0; }
  to   { background-position: -600px -300px; }
}

/* Twinkling stars overlay */
.hero-twinkle { position: absolute; inset: 0; pointer-events: none; z-index: 1; }






@media (prefers-reduced-motion: reduce) {
  .page-hero::before, .preset-section::before { animation: none; }
}

/* ── Cheat-sheet specs strip ── */
.specs { margin-top: -50px; position: relative; z-index: 3; padding: 0 0 90px; }
.specs .wrap { position: relative; }
.specs-card {
  background: var(--bg-white);
  border: 1px solid var(--line);
  box-shadow: 0 24px 80px -30px rgba(15,15,18,0.30);
  padding: 38px 32px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.spec {
  text-align: center;
  padding: 10px 18px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.spec + .spec::before {
  content: '';
  position: absolute;
  left: 0; top: 12%; bottom: 12%;
  width: 1px;
  background: var(--line);
}
.spec-num {
  font-family: var(--font-display);
  font-size: 44px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -1.5px;
}
.spec-num.pink { color: var(--pink); }
.spec-num.cyan { color: var(--cyan); }
.spec-num.yellow { color: var(--yellow); }
.spec-num.ink { color: var(--ink); }
.spec-label { font-family: var(--font-mono); font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--ink-muted); }
.spec-sub { font-size: 12px; color: var(--ink-faint); margin-top: 2px; }

/* ── PDF preset call-out (the "fun" moment — cactus pointing at the CTA) ── */
.preset-section { padding: 110px 0; background: var(--ink); color: #fff; position: relative; overflow: hidden; }
.preset-section::before { content: ''; position: absolute; inset: 0; background-image: url('../img/stars.svg'); background-size: 480px 480px; background-repeat: repeat; opacity: 0.20; pointer-events: none; z-index: 0; animation: starDrift 180s linear infinite; }
.preset-section::after { content: ''; position: absolute; top: -120px; right: -160px; width: 460px; height: 460px; background: radial-gradient(circle, rgba(236,30,124,0.20) 0%, transparent 70%); pointer-events: none; z-index: 0; }
.preset-section .wrap { position: relative; z-index: 2; }
.preset-grid {
  display: grid;
  grid-template-columns: 1.05fr auto 1.1fr;
  align-items: center;
  gap: 32px;
}
.preset-megaphone {
  position: relative;
  width: 100%;
  max-width: 360px;
  aspect-ratio: 1400 / 803;
  justify-self: end;
}
.preset-megaphone .mega-layer {
  position: absolute; inset: 0;
  -webkit-mask: url('../img/megaphone-ink.png') center/contain no-repeat;
          mask: url('../img/megaphone-ink.png') center/contain no-repeat;
}
.preset-megaphone .layer-pink {
  background-color: var(--pink);
  opacity: 0.78;
  transform: translate(1.6%, 1.2%);
  mix-blend-mode: screen;
  filter: drop-shadow(0 0 12px rgba(236,30,124,0.45));
}
.preset-megaphone .layer-cyan {
  background-color: var(--cyan);
  z-index: 1;
  filter: drop-shadow(0 0 12px rgba(54,182,224,0.45));
}
.preset-megaphone .cactus-shout {
  position: absolute;
  top: -8%;
  left: -4%;
  background: var(--yellow);
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 20px;
  padding: 10px 18px;
  transform: rotate(-6deg);
  box-shadow: 0 8px 32px -10px rgba(245,204,54,0.55);
  white-space: nowrap;
  z-index: 2;
}
.preset-arrow {
  width: 180px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.preset-arrow svg { width: 100%; height: 100%; overflow: visible; display: block; }
.preset-arrow svg path { stroke: var(--cyan); stroke-width: 3; stroke-linecap: round; fill: none; stroke-dasharray: 8 8; animation: arrowDash 3s linear infinite; filter: drop-shadow(0 0 6px rgba(54,182,224,0.55)); }
.preset-arrow svg polygon { fill: var(--cyan); filter: drop-shadow(0 0 6px rgba(54,182,224,0.55)); }
@keyframes arrowDash { to { stroke-dashoffset: -32; } }
.preset-card {
  background: linear-gradient(135deg, rgba(54,182,224,0.10) 0%, rgba(236,30,124,0.08) 100%);
  border: 1px solid rgba(54,182,224,0.35);
  padding: 38px 36px;
  position: relative;
  max-width: 480px;
}
.preset-card .corner-tape {
  position: absolute;
  top: -8px; left: 26px;
  background: var(--pink);
  color: #fff;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 14px;
  font-weight: 600;
}
.preset-card .label { color: var(--cyan); margin-bottom: 16px; }
.preset-card h3 { font-family: var(--font-display); font-size: 30px; font-weight: 700; line-height: 1.1; letter-spacing: -0.8px; margin-bottom: 12px; }
.preset-card h3 em { color: var(--yellow); font-style: normal; }
.preset-card p { color: rgba(255,255,255,0.72); font-size: 15px; margin-bottom: 24px; }
.preset-card .btn { background: var(--yellow); color: var(--ink); }
.preset-card .btn:hover { background: #E0B826; transform: translateY(-1px); }

/* ── Guidelines grid ── */
.guidelines { padding: 110px 0; position: relative; }
.guidelines-header { max-width: 820px; margin: 0 auto 64px; text-align: center; }
.guidelines-header .label { color: var(--pink); justify-content: center; }
.guidelines-header .label::before { display: none; }
.guidelines-header h2 { font-family: var(--font-display); font-size: clamp(36px, 4.5vw, 52px); font-weight: 700; letter-spacing: -1.4px; line-height: 1.05; margin-bottom: 18px; }
.guidelines-header h2 em { color: var(--cyan); font-style: normal; }
.guidelines-header p { color: var(--ink-muted); font-size: 16px; line-height: 1.65; }
.guidelines-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.gcard {
  background: var(--bg-white);
  border: 1px solid var(--line);
  padding: 32px 30px 30px;
  position: relative;
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.gcard:hover { transform: translateY(-3px); box-shadow: 0 20px 50px -28px rgba(15,15,18,0.25); }
.gcard:nth-child(1):hover { border-color: var(--pink); }
.gcard:nth-child(2):hover { border-color: var(--cyan); }
.gcard:nth-child(3):hover { border-color: var(--yellow); }
.gcard:nth-child(4):hover { border-color: var(--pink); }
.gcard:nth-child(5):hover { border-color: var(--cyan); }
.gcard:nth-child(6):hover { border-color: var(--yellow); }
.gcard-num {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 2px;
  color: var(--ink-faint);
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.gcard-num::after { content: ''; flex: 1; height: 1px; background: var(--line); }
.gcard-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ink);
  color: #fff;
  margin-bottom: 22px;
  position: relative;
}
.gcard-icon i { font-size: 26px; }
.gcard:nth-child(1) .gcard-icon { background: var(--pink); }
.gcard:nth-child(2) .gcard-icon { background: var(--cyan); color: var(--ink); }
.gcard:nth-child(3) .gcard-icon { background: var(--yellow); color: var(--ink); }
.gcard:nth-child(4) .gcard-icon { background: var(--ink); }
.gcard:nth-child(5) .gcard-icon { background: var(--pink); }
.gcard:nth-child(6) .gcard-icon { background: var(--cyan); color: var(--ink); }
.gcard h3 { font-family: var(--font-display); font-size: 22px; font-weight: 700; letter-spacing: -0.5px; margin-bottom: 14px; }
.gcard p { color: var(--ink-muted); font-size: 14.5px; line-height: 1.65; margin-bottom: 16px; }
.gcard ul { list-style: none; }
.gcard li {
  font-size: 13.5px;
  color: var(--ink);
  padding: 8px 0;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.55;
}
.gcard li i { color: var(--pink); font-size: 16px; flex-shrink: 0; margin-top: 2px; }
.gcard:nth-child(2) li i { color: var(--cyan); }
.gcard:nth-child(3) li i { color: #C8A427; }
.gcard:nth-child(5) li i { color: var(--pink); }
.gcard:nth-child(6) li i { color: var(--cyan); }
.gcard .pill {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 4px 9px;
  background: var(--ink);
  color: #fff;
  margin-right: 6px;
  font-weight: 600;
}
.gcard .pill.preferred { background: var(--pink); }
.gcard .pill.accepted { background: rgba(15,15,18,0.7); }

/* "Don'ts" callout (uses skull-bottle as the visual flag) */
.donts {
  margin-top: 80px;
  background: var(--ink);
  color: #fff;
  padding: 56px 56px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 40px;
  align-items: center;
}
.donts::before { content: ''; position: absolute; inset: 0; background-image: url('../img/stars.svg'); background-size: 460px 460px; background-repeat: repeat; opacity: 0.18; pointer-events: none; animation: starDrift 220s linear infinite; }
.donts-content { position: relative; z-index: 2; }
.donts .label { color: var(--yellow); }
.donts h3 { font-family: var(--font-display); font-size: 30px; font-weight: 700; letter-spacing: -0.8px; line-height: 1.1; margin-bottom: 16px; }
.donts h3 em { color: var(--pink); font-style: normal; }
.donts-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 28px; margin-top: 18px; }
.donts-list li { font-size: 14px; color: rgba(255,255,255,0.78); padding: 8px 0; display: flex; gap: 10px; align-items: flex-start; line-height: 1.55; border-top: 1px solid var(--line-dark); }
.donts-list li i { color: var(--pink); font-size: 17px; flex-shrink: 0; margin-top: 1px; }
.donts-bottle { position: relative; z-index: 1; }
.donts-bottle img { width: 100%; height: auto; opacity: 0.92; filter: drop-shadow(0 0 24px rgba(54,182,224,0.4)); transform: rotate(-6deg); }

/* ── Help / contact CTA ── */
.help { padding: 110px 0; background: var(--bg-white); position: relative; overflow: hidden; }
.help::before { content: ''; position: absolute; top: -120px; left: -180px; width: 460px; height: 460px; background: radial-gradient(circle, rgba(54,182,224,0.10) 0%, transparent 70%); pointer-events: none; }
.help-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; align-items: center; }
.help-content { position: relative; z-index: 1; }
.help-content .label { color: var(--cyan); }
.help-content h2 { font-family: var(--font-display); font-size: clamp(34px, 4.2vw, 48px); font-weight: 700; letter-spacing: -1.2px; line-height: 1.06; margin-bottom: 18px; }
.help-content h2 em { color: var(--pink); font-style: normal; }
.help-content > p { color: var(--ink-muted); font-size: 16px; line-height: 1.7; margin-bottom: 28px; max-width: 480px; }
.help-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.help-art { position: relative; aspect-ratio: 1/1; max-width: 380px; justify-self: center; }
.help-art img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.help-art .layer-pink { transform: translate(2%, 1.5%); opacity: 0.32; mix-blend-mode: multiply; filter: saturate(0.75); }
.help-art .layer-cyan { opacity: 0.55; filter: saturate(0.75); }

/* Stripes */
.stripes-section { display: flex; height: 14px; width: 100%; }
.stripes-section span { flex: 1; }

/* Footer */
.footer { background: var(--ink); color: #fff; padding: 80px 0 32px; position: relative; overflow: hidden; }
.footer-skull { position: absolute; bottom: -60px; right: -50px; width: 280px; opacity: 0.10; transform: rotate(-8deg); pointer-events: none; }
.footer-skull img { width: 100%; height: auto; display: block; }
















/* Responsive */
@media (max-width: 960px) {
  .wrap { padding: 0 24px; }
  .page-hero { padding: 70px 0 90px; }
  .specs-card { grid-template-columns: repeat(2, 1fr); gap: 24px 0; }
  .spec + .spec::before { display: none; }
  .spec:nth-child(odd):not(:last-child) { border-right: 1px solid var(--line); }
  .spec:nth-child(-n+2) { border-bottom: 1px solid var(--line); padding-bottom: 30px; }
  .spec:nth-child(n+3) { padding-top: 30px; }
  .preset-grid { grid-template-columns: 1fr; text-align: center; gap: 12px; }
  .preset-megaphone { justify-self: center; max-width: 280px; }
  .preset-arrow { transform: rotate(90deg); width: 80px; height: 80px; margin: -10px auto; }
  .preset-card { max-width: none; }
  .preset-card .corner-tape { left: 16px; }
  .guidelines-grid { grid-template-columns: repeat(2, 1fr); }
  .donts { grid-template-columns: 1fr; padding: 48px 36px; }
  .donts-list { grid-template-columns: 1fr; }
  .donts-bottle { max-width: 200px; justify-self: center; }
  .help-grid { grid-template-columns: 1fr; gap: 48px; }
  .help-art { max-width: 300px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
}
@media (max-width: 560px) {
  .nav-links { display: none; }
  .guidelines-grid { grid-template-columns: 1fr; }
  
  .spec-num { font-size: 36px; }
}
