:root {
  --forest: #2a0a26;
  --forest-2: #4c1246;
  --cream: #fff2fa;
  --paper: #fff8fd;
  --red: #ff2fa3;
  --red-dark: #d80078;
  --ink: #32112f;
  --muted: #795b75;
  --kraft: #bd4dff;
  --line: #f1c6e3;
  --lime: #baff27;
  --cyan: #3cefff;
  --plum: #22071f;
  --violet: #7b24d7;
  --shadow: 0 22px 60px rgba(117, 15, 92, .16);
}

body {
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 28%, rgba(255, 47, 163, .07), transparent 24rem),
    radial-gradient(circle at 92% 62%, rgba(186, 255, 39, .07), transparent 22rem),
    var(--paper);
  font-family: "Outfit", sans-serif;
}

h1, h2, h3,
.brand strong,
.buy-title h3,
.report-card strong,
.footer-brand strong {
  font-family: "Fredoka", sans-serif;
}

.research-strip {
  color: #ffd7ef;
  background: linear-gradient(90deg, #190316, #48113f 52%, #190316);
  border-bottom: 1px solid rgba(255, 80, 182, .35);
  box-shadow: inset 0 -1px 18px rgba(255, 47, 163, .12);
}

.research-strip span { color: var(--lime); }

.site-header {
  background: rgba(34, 7, 31, .93);
  border-bottom: 1px solid rgba(255, 92, 190, .26);
  box-shadow: 0 10px 35px rgba(34, 7, 31, .2);
}

.brand { color: white; }
.brand small { color: #f2a8d5; }

.brand-mark {
  color: white;
  background: linear-gradient(145deg, #ff58bd, #e0007b);
  border: 2px solid #ffbce4;
  border-radius: 18px 18px 22px 14px;
  box-shadow: 0 0 0 3px #4a0a40, 0 0 22px rgba(255, 47, 163, .7);
  transform: rotate(-6deg);
}

nav { color: #ffe9f7; }
nav a:not(.nav-cta):hover { color: var(--lime); }

.nav-cta {
  color: #241021;
  background: var(--lime);
  border: 1px solid #dcff86;
  box-shadow: 0 0 18px rgba(186, 255, 39, .28);
}

.nav-cta:hover { background: #cbff57; }
.menu-button { color: #241021; background: var(--lime); }

.hero {
  min-height: 670px;
  background: #1a0318;
  border-bottom: 4px solid var(--red);
  box-shadow: 0 8px 35px rgba(255, 47, 163, .28);
}

.hero > img { object-position: center; }

.hero-shade {
  background:
    linear-gradient(90deg, rgba(21, 2, 19, .99) 0%, rgba(34, 7, 31, .94) 32%, rgba(34, 7, 31, .35) 59%, rgba(34, 7, 31, .02) 77%),
    linear-gradient(0deg, rgba(20, 1, 18, .45), transparent 40%);
}

.hero-copy {
  width: min(700px, 91%);
  text-shadow: 0 3px 20px rgba(0,0,0,.35);
}

.eyebrow {
  width: fit-content;
  padding: 6px 13px;
  color: #4a153f;
  background: var(--lime);
  border: 2px solid #2a0a26;
  border-radius: 999px;
  box-shadow: 3px 3px 0 #32112f;
  font-size: .76rem;
  letter-spacing: .12em;
  transform: rotate(-1deg);
}

.eyebrow.light {
  color: #45103c;
  background: #ff87ca;
  border-color: #ffcef0;
  box-shadow: 3px 3px 0 rgba(0,0,0,.28);
}

h1 {
  max-width: 680px;
  font-size: clamp(3.5rem, 6.6vw, 6.7rem);
  letter-spacing: -.05em;
  text-shadow: 0 0 8px rgba(255, 255, 255, .2), 0 0 35px rgba(255, 47, 163, .38);
}

.hero-lede { color: #ffdef2; }

.suppliers-section {
  background: #fff8fd;
  border-top: 1px solid var(--line);
}
.suppliers-section .section-heading { max-width: 780px; margin-bottom: 34px; }
.supplier-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.supplier-card {
  --supplier-color: #ff718f;
  display: flex; align-items: center; gap: 16px; min-height: 98px;
  padding: 18px; background: white; border: 1px solid var(--line);
  border-left: 8px solid var(--supplier-color); border-radius: 18px;
  box-shadow: 0 8px 24px rgba(75, 15, 65, .07);
}
.supplier-card strong { font-family: "Fredoka", sans-serif; font-size: 1.05rem; }
.supplier-number {
  display: grid; place-items: center; flex: 0 0 52px; height: 52px;
  border-radius: 15px; background: var(--supplier-color); color: #241021;
  font-weight: 800; font-size: 1.1rem;
}
.supplier-one { --supplier-color: #ff718f; }
.supplier-two { --supplier-color: #ffc857; }
.supplier-three { --supplier-color: #baff27; }
.supplier-four { --supplier-color: #3cefff; }
.supplier-five { --supplier-color: #c19aff; }
.supplier-six { --supplier-color: #7ba8ff; }
.supplier-note { max-width: 850px; margin: 25px 0 0; color: var(--muted); font-size: .94rem; }
@media (max-width: 900px) { .supplier-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .supplier-grid { grid-template-columns: 1fr; } .supplier-card { min-height: 78px; } }

.button {
  border-radius: 15px 20px 16px 19px;
  letter-spacing: .01em;
}

.button-primary {
  color: white;
  background: linear-gradient(135deg, #ff54bc, #e4007d);
  border-color: #ff9fd6;
  box-shadow: 0 0 0 2px rgba(255, 47, 163, .2), 0 10px 30px rgba(255, 31, 150, .35);
}

.button-primary:hover {
  background: linear-gradient(135deg, #ff79ca, #f00089);
  box-shadow: 0 0 24px rgba(255, 47, 163, .55);
}

.button-ghost {
  border-color: rgba(255, 184, 229, .64);
  background: rgba(93, 15, 77, .48);
  box-shadow: inset 0 0 18px rgba(255, 47, 163, .12);
}

.button-cream {
  color: #31092c;
  background: var(--lime);
  border-color: #e8ffa9;
  box-shadow: 0 0 22px rgba(186, 255, 39, .35);
}

.trust-row li { border-color: rgba(255, 119, 201, .34); }
.trust-row strong { color: white; font-family: "Fredoka", sans-serif; }
.trust-row span { color: #f4bddd; }

.buys-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, transparent 0 68%, rgba(255, 47, 163, .055) 68% 78%, transparent 78%),
    var(--paper);
}

.buys-section::before,
.process-section::after {
  position: absolute;
  content: "";
  width: 190px;
  height: 190px;
  border: 3px solid rgba(255, 47, 163, .11);
  border-radius: 38% 62% 58% 42%;
  transform: rotate(22deg);
  pointer-events: none;
}

.buys-section::before { top: 95px; right: -95px; }

.section-heading h2,
.testing-section h2,
.faq-heading h2,
.community-cta h2 {
  color: #3a0b34;
  letter-spacing: -.045em;
}

.tabs {
  padding: 6px;
  background: #3a0b34;
  border: 1px solid #6d275f;
  border-radius: 17px;
  box-shadow: 0 8px 24px rgba(58, 11, 52, .18);
}

.tab {
  color: #eec4e3;
  border-radius: 12px;
}

.tab.active {
  color: #32112f;
  background: var(--lime);
  box-shadow: 0 0 15px rgba(186, 255, 39, .25);
}

.buy-card,
.buy-side-card {
  border-radius: 28px 18px 30px 20px;
}

.buy-card {
  border: 2px solid #f0aed6;
  box-shadow: 8px 9px 0 #f6cee7, var(--shadow);
}

.card-topline {
  color: #79245f;
  background: linear-gradient(90deg, #ffe1f2, #fff1fa);
  border-bottom: 1px dashed #e68abb;
}

.status i {
  background: var(--lime);
  box-shadow: 0 0 0 4px rgba(186, 255, 39, .2), 0 0 13px rgba(186, 255, 39, .8);
}

.mini-mark {
  color: #32112f;
  background: var(--lime);
  border: 2px solid #3a0b34;
  border-radius: 17px 12px 18px 14px;
  box-shadow: 4px 4px 0 var(--red);
}

.buy-title p { color: #b01374; }

.price-table > div {
  background: linear-gradient(145deg, #fff5fb, #ffe7f5);
  border: 1px solid #f0b6d8;
  border-radius: 18px 13px 19px 15px;
  box-shadow: inset 0 0 20px rgba(255,255,255,.75);
}

.price-table > div:nth-child(2) {
  background: linear-gradient(145deg, #f8ffe8, #edffc7);
  border-color: #cef083;
  transform: translateY(-4px);
}

.price-table span { color: #5d1851; }
.price-table strong { color: var(--red-dark); }
.card-note { border-color: #e9acd1; }

.card-actions {
  background: linear-gradient(90deg, #fff0f9, #fff8fd);
  border-color: #efc4dd;
}

.text-link { color: #c80070; text-decoration-color: rgba(200, 0, 112, .3); }

.buy-side-card {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 47, 163, .35), transparent 45%),
    linear-gradient(145deg, #31082d, #560f4c);
  border: 2px solid #ff5fb9;
  box-shadow: 0 0 0 5px #ffd5ed, 0 20px 45px rgba(83, 8, 69, .25);
}

.buy-side-card::after {
  position: absolute;
  right: -15px;
  bottom: -22px;
  content: "✦";
  color: rgba(255,255,255,.08);
  font-size: 9rem;
  line-height: 1;
  transform: rotate(12deg);
}

.buy-side-card h3 { color: white; }
.check-list li { color: #ffdef2; }
.check-list span { color: var(--lime); }
.fine-print { color: #e5a9cf; border-color: rgba(255,255,255,.16); }

.empty-panel {
  background: #fff2fa;
  border: 2px dashed #e990c1;
  border-radius: 25px 17px 27px 20px;
}

.empty-icon { color: #32112f; background: var(--lime); }

.completed-card {
  border: 2px solid #f0aed6;
  border-radius: 28px 18px 30px 20px;
  box-shadow: 7px 8px 0 #f6cee7, var(--shadow);
}

.completed-card:nth-child(2) { transform: rotate(.45deg); }
.completed-card-top { background: linear-gradient(90deg, #ffe1f2, #f8ffe6); border-color: #efb5d5; }
.status.complete { color: #4d2150; }
.status.complete i { background: var(--lime); box-shadow: 0 0 0 4px rgba(186,255,39,.2), 0 0 13px rgba(186,255,39,.8); }
.status.testing { color: #7a4c00; }
.status.testing i { background: #ffc857; box-shadow: 0 0 0 4px rgba(255,200,87,.2), 0 0 13px rgba(255,200,87,.7); }
.result-list div { background: linear-gradient(145deg, #fff5fb, #ffeafa); border-color: #f0b6d8; }
.quick-grab-card { background: linear-gradient(145deg, #fffdf5, #fff3d6); border-color: #e8bd63; box-shadow: 7px 8px 0 #ffe2a8, var(--shadow); }
.reship-card { border-color: #efc46a; box-shadow: 7px 8px 0 #ffe2a8, var(--shadow); }

.shop-section {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  align-items: center;
  gap: clamp(36px, 8vw, 110px);
  color: white;
  background:
    radial-gradient(circle at 8% 15%, rgba(255, 47, 163, .34), transparent 26rem),
    linear-gradient(120deg, #280523, #4d0c43 58%, #2a0726);
  border-top: 3px solid #ff5fba;
  border-bottom: 3px solid #ff5fba;
}

.shop-copy h2 {
  max-width: 720px;
  margin: 0 0 16px;
  color: white;
  font-size: clamp(2.5rem, 4.5vw, 4.5rem);
  text-shadow: 0 0 24px rgba(255, 47, 163, .35);
}

.shop-copy > p:not(.eyebrow) { max-width: 670px; color: #f2c4df; }

.shop-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 25px 0 28px;
}

.shop-points span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #ffe8f6;
  font-size: .9rem;
  font-weight: 700;
}

.shop-points i {
  display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
  color: #30102c;
  background: var(--lime);
  border-radius: 7px;
  font-style: normal;
  font-size: .72rem;
}

.shop-ticket {
  position: relative;
  padding: 34px 30px;
  color: #3d1037;
  background: #fff5fb;
  border: 3px solid #ff8dcd;
  border-radius: 25px 18px 27px 20px;
  box-shadow: 8px 9px 0 #ff2fa3, 0 0 32px rgba(255, 47, 163, .32);
  transform: rotate(2deg);
}

.shop-ticket::before,
.shop-ticket::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 8px;
  background: #baff27;
  border-radius: 99px;
  transform: rotate(-35deg);
}

.shop-ticket::before { top: 20px; left: 22px; }
.shop-ticket::after { right: 22px; bottom: 20px; transform: rotate(35deg); }
.ticket-kicker { color: #d40076; font-size: .74rem; font-weight: 900; letter-spacing: .18em; }
.shop-ticket > strong { display: block; margin: 6px 0 9px; font-family: "Fredoka", sans-serif; font-size: 2rem; line-height: 1.05; }
.shop-ticket > p { margin: 0 0 22px; color: var(--muted); }
.shop-ticket > div { display: flex; justify-content: space-between; gap: 20px; padding: 11px 0; border-top: 1px dashed #e8a8cf; font-size: .86rem; }
.shop-ticket > div span { color: var(--muted); }
.shop-ticket small { display: block; margin-top: 18px; color: #9b457e; }

.testing-section {
  position: relative;
  background:
    radial-gradient(circle at 15% 25%, rgba(255, 47, 163, .27), transparent 23rem),
    radial-gradient(circle at 85% 75%, rgba(123, 36, 215, .22), transparent 20rem),
    #250720;
  border-top: 3px solid #ff2fa3;
  border-bottom: 3px solid #ff2fa3;
}

.testing-section::before {
  position: absolute;
  inset: 20px;
  content: "";
  border: 1px solid rgba(255, 111, 194, .18);
  border-radius: 35px;
  pointer-events: none;
}

.testing-section h2,
.community-cta h2 { color: white; text-shadow: 0 0 20px rgba(255,47,163,.32); }
.testing-intro p:not(.eyebrow) { color: #edbddd; }

.report-card {
  border: 2px solid #f3a6d2;
  border-radius: 20px 14px 21px 16px;
  box-shadow: 6px 6px 0 rgba(255, 47, 163, .26), 0 15px 32px rgba(0,0,0,.2);
  transform: rotate(-.5deg);
}

.report-card:nth-child(2) { transform: translateX(18px) rotate(.7deg); }
.report-card:nth-child(3) { transform: rotate(-.3deg); }
.report-card.verified:hover { transform: translateY(-2px) rotate(0); }
.report-card.report-warning { color: var(--ink); text-decoration: none; border-color: #efc46a; background: #fff9e9; }

.report-icon {
  background: linear-gradient(145deg, #ff65c1, #d90078);
  border: 1px solid #ffb9e1;
  border-radius: 12px;
  box-shadow: 0 0 14px rgba(255,47,163,.28);
}

.pending { color: #371632; background: #dfff91; }

.process-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #fff8fd, #fff0f9);
}

.process-section::after { bottom: 80px; left: -110px; border-color: rgba(186,255,39,.23); }

.gb-guide-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 1050px;
  margin: 0 auto 24px;
}

.guide-card {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 17px;
  padding: 23px;
  background: rgba(255, 255, 255, .92);
  border: 2px solid #efafd4;
  border-radius: 22px 15px 24px 17px;
  box-shadow: 5px 6px 0 #f7cde6, 0 15px 35px rgba(92, 15, 72, .1);
}

.guide-card:nth-child(2),
.guide-card:nth-child(3) { transform: translateY(8px); }

.guide-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: white;
  background: var(--red);
  border-radius: 16px 12px 18px 13px;
  box-shadow: 3px 3px 0 #521047;
  font-family: "Fredoka", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  transform: rotate(-4deg);
}

.guide-icon.lime { color: #32112f; background: var(--lime); }
.guide-icon.cyan { color: #32112f; background: var(--cyan); }
.guide-icon.violet { background: #9c3eff; }

.guide-card h3 {
  margin: 2px 0 6px;
  color: #4b1042;
  font-size: 1.25rem;
}

.guide-card p { margin: 0; color: var(--muted); font-size: .92rem; }

.policy-callout {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  max-width: 1050px;
  margin: 42px auto 58px;
  padding: 20px 24px;
  color: white;
  background: linear-gradient(115deg, #2f092b, #671356);
  border: 2px solid #ff6bc1;
  border-radius: 18px 13px 20px 15px;
  box-shadow: 0 0 22px rgba(255, 47, 163, .2);
}

.policy-callout strong { font-family: "Fredoka", sans-serif; font-size: 1.1rem; }
.policy-callout p { max-width: 690px; margin: 3px 0 0; color: #f1bfdc; font-size: .88rem; }
.policy-callout > span {
  flex: 0 0 auto;
  padding: 8px 13px;
  color: #30102c;
  background: var(--lime);
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 800;
}

.process-grid li { border-color: #efacd3; }
.process-grid span { color: var(--red); text-shadow: 0 0 15px rgba(255,47,163,.2); }
.process-grid h3 { color: #48103f; }

.timeline {
  background: #2d0929;
  border: 2px solid #ff74c5;
  border-radius: 21px 14px 22px 17px;
  box-shadow: 7px 7px 0 #ffcbe8, 0 20px 40px rgba(72,16,63,.18);
}

.timeline-label { color: white; }
.timeline-label span { color: #f1b9da; }
.timeline-track { background: #5e1b53; }
.timeline-track i { background: linear-gradient(90deg, var(--lime), var(--cyan)); box-shadow: 0 0 13px rgba(186,255,39,.5); }
.timeline-steps { color: #efb4d7; }

.faq-section {
  background:
    radial-gradient(circle at 0 100%, rgba(186,255,39,.12), transparent 27rem),
    #ffdeef;
  border-top: 1px solid #f5b2d6;
}

.faq-list details { border-color: rgba(136, 21, 101, .22); }
.faq-list summary { color: #4d1044; }
.faq-list summary span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #35102f;
  background: var(--lime);
  border-radius: 10px;
}

.community-cta {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(110deg, rgba(33,5,30,.9), rgba(86,9,72,.85)),
    repeating-linear-gradient(135deg, #ff2fa3 0 18px, #7d1fd1 18px 36px);
  border-top: 3px solid #ff70c3;
}

.community-cta::after {
  position: absolute;
  right: 4%;
  content: "♡";
  color: rgba(255,255,255,.08);
  font-size: 13rem;
  line-height: 1;
  pointer-events: none;
}

.community-cta > * { position: relative; z-index: 1; }
.community-cta p:not(.eyebrow) { color: #f4c5e1; }

footer {
  color: #dcb8d2;
  background: #190316;
  border-top: 1px solid #6a175b;
}

.footer-brand { color: white; }
.footer-brand p { color: #d18bb7; }
.footer-legal { border-color: rgba(255, 93, 188, .18); }
.copyright { color: #a97297; }

@media (max-width: 900px) {
  nav {
    background: #2a0926;
    border-color: #8b2c76;
  }

  .hero-shade {
    background: linear-gradient(90deg, rgba(23,2,20,.98), rgba(48,7,40,.76) 70%, rgba(48,7,40,.28));
  }

  .hero > img { object-position: 64% center; }

  .gb-guide-grid { grid-template-columns: 1fr; }
  .guide-card:nth-child(2),
  .guide-card:nth-child(3) { transform: none; }
  .shop-section { grid-template-columns: 1fr; }
  .shop-ticket { max-width: 520px; transform: rotate(1deg); }
}

@media (max-width: 640px) {
  .hero {
    min-height: 740px;
    border-bottom-width: 3px;
  }

  .hero > img { object-position: 67% center; }

  .hero-shade {
    background: linear-gradient(0deg, rgba(24,2,21,.99) 10%, rgba(43,5,37,.84) 64%, rgba(43,5,37,.25));
  }

  h1 { font-size: clamp(3.15rem, 15vw, 4.45rem); }

  .buy-card { box-shadow: 5px 6px 0 #f6cee7, var(--shadow); }
  .buy-side-card { box-shadow: 0 0 0 3px #ffd5ed, 0 18px 40px rgba(83,8,69,.2); }
  .report-card:nth-child(2) { transform: rotate(.7deg); }

  .guide-card { grid-template-columns: 48px 1fr; padding: 19px; }
  .guide-icon { width: 46px; height: 46px; border-radius: 13px 10px 15px 11px; }
  .policy-callout { align-items: flex-start; flex-direction: column; margin-top: 32px; }
}
