:root {
  --teal: #0798ad;
  --teal-dark: #066f80;
  --violet: #7749cc;
  --violet-soft: #efe8ff;
  --ink: #102027;
  --muted: #647580;
  --line: rgba(16, 32, 39, 0.12);
  --soft: #f2fbfc;
  --surface: rgba(255, 255, 255, 0.86);
  --shadow: 0 24px 72px rgba(16, 32, 39, 0.11);
  --radius: 18px;
  color: var(--ink);
  font-family: Nunito, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 82% 8%, rgba(119, 73, 204, 0.14), transparent 26rem),
    radial-gradient(circle at 12% 18%, rgba(7, 152, 173, 0.16), transparent 24rem),
    linear-gradient(180deg, #ffffff 0%, var(--soft) 48%, #ffffff 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(7, 152, 173, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 152, 173, 0.04) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 72%);
}

img {
  max-width: 100%;
  height: auto;
}

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

button {
  font: inherit;
}

.site-header {
  position: sticky;
  z-index: 10;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 18px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
}

.partnership-brand {
  gap: 12px;
}

.brand img {
  display: block;
}

.studio-logo {
  width: 42px;
}

.podcastor-logo {
  width: 182px;
}

.partnership-brand span {
  color: var(--muted);
  font-size: 1.05rem;
  font-weight: 950;
  line-height: 1;
}

.site-header nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--teal-dark);
  font-weight: 850;
}

.site-header nav a {
  padding: 9px 12px;
  border-radius: 999px;
}

.site-header nav a:hover {
  background: rgba(7, 152, 173, 0.08);
}

main {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.78fr);
  gap: clamp(34px, 6vw, 76px);
  align-items: center;
  min-height: calc(100vh - 82px);
  padding: clamp(56px, 8vw, 104px) 0 clamp(38px, 6vw, 72px);
}

.pill {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin: 0 0 16px;
  padding: 8px 14px;
  border-radius: 999px;
  color: var(--teal-dark);
  background: rgba(7, 152, 173, 0.1);
  font-size: 0.92rem;
  font-weight: 900;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 18px;
  font-size: clamp(2.45rem, 4.8vw, 4.45rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 3.3vw, 3.35rem);
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.28rem;
  line-height: 1.12;
}

.lead {
  max-width: 650px;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.7vw, 1.34rem);
}

.price-line {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  margin: 26px 0 0;
  color: #dd2634;
}

.price-line strong {
  font-size: clamp(2rem, 3vw, 2.7rem);
}

.old-price {
  color: #87949a;
  font-size: 1.32rem;
  text-decoration: line-through;
}

.price-line span:last-child {
  color: #dd2634;
  font-weight: 900;
}

.preorder-meter {
  width: min(100%, 420px);
  margin: 0;
  padding: 16px;
  border: 1px solid rgba(7, 152, 173, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 16px 42px rgba(16, 32, 39, 0.07);
}

.preorder-meter-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: var(--teal-dark);
  font-size: 0.95rem;
  font-weight: 950;
}

.preorder-meter-header strong {
  color: var(--ink);
  white-space: nowrap;
}

.preorder-track {
  height: 14px;
  margin: 12px 0 9px;
  overflow: hidden;
  border-radius: 999px;
  background:
    linear-gradient(90deg, transparent calc(50% - 1px), rgba(7, 152, 173, 0.22) calc(50% - 1px), rgba(7, 152, 173, 0.22) calc(50% + 1px), transparent calc(50% + 1px)),
    rgba(7, 152, 173, 0.12);
}

.preorder-track span {
  display: block;
  height: 100%;
  min-width: 12px;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--teal), var(--violet));
  box-shadow: 0 0 18px rgba(7, 152, 173, 0.32);
}

.preorder-scale {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
}

.hero-preorder-meter {
  position: relative;
  z-index: 2;
  margin-top: -18px;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 2px solid var(--teal);
  border-radius: 12px;
  font-weight: 950;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  color: #fff;
  background: var(--teal);
  box-shadow: 0 18px 38px rgba(7, 152, 173, 0.23);
}

.button.ghost {
  color: var(--teal-dark);
  background: rgba(255, 255, 255, 0.72);
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-weight: 850;
}

.trust-list li {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
}

.hero-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 560px;
}

.moon {
  position: absolute;
  width: min(92%, 520px);
  aspect-ratio: 1;
  border-radius: 999px;
  background:
    radial-gradient(circle at 45% 38%, rgba(255, 255, 255, 0.94), rgba(239, 232, 255, 0.58) 46%, rgba(7, 152, 173, 0.1) 72%, transparent 73%),
    linear-gradient(145deg, rgba(119, 73, 204, 0.14), rgba(7, 152, 173, 0.12));
  filter: drop-shadow(0 28px 68px rgba(16, 32, 39, 0.13));
}

.hero-visual img {
  position: relative;
  width: min(92%, 500px);
  filter: drop-shadow(0 26px 44px rgba(16, 32, 39, 0.14));
  transform: rotate(-3deg);
}

.floating-note {
  position: absolute;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 42px rgba(16, 32, 39, 0.1);
  color: var(--teal-dark);
  font-weight: 950;
}

.note-one {
  top: 18%;
  right: 4%;
}

.note-two {
  bottom: 19%;
  left: 1%;
  color: var(--violet);
}

.story-band,
.split,
.order {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
  margin: 0 0 28px;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.story-band p,
.split p,
.order p {
  color: var(--muted);
  font-size: 1.08rem;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0 0 28px;
}

.cards article {
  min-height: 230px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 16px 48px rgba(16, 32, 39, 0.06);
}

.cards span {
  display: inline-flex;
  margin-bottom: 34px;
  color: rgba(7, 152, 173, 0.42);
  font-size: 2.1rem;
  font-weight: 950;
}

.cards p {
  color: var(--muted);
}

.benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.benefits div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  color: var(--teal-dark);
  font-weight: 950;
}

.order {
  grid-template-columns: minmax(280px, 0.55fr) minmax(0, 1fr);
  margin-bottom: 36px;
  scroll-margin-top: 96px;
}

.order-note {
  margin: 14px 0 0;
  font-size: 0.92rem !important;
}

.checkout-shell {
  min-height: 640px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.checkout-placeholder {
  display: grid;
  min-height: 640px;
  place-items: center;
  align-content: center;
  gap: 8px;
  padding: 24px;
  color: var(--muted);
  text-align: center;
}

.checkout-placeholder strong {
  color: var(--ink);
  font-size: 1.24rem;
}

#checkout-frame {
  display: block;
  width: 100%;
  height: 760px;
  border: 0;
}

footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 34px 16px 44px;
  color: var(--muted);
  font-weight: 850;
}

footer img {
  width: 150px;
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .hero,
  .story-band,
  .split,
  .order {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 42px;
  }

  .hero-visual {
    min-height: 420px;
  }

  .cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  main {
    width: min(100% - 22px, 1180px);
  }

  .site-header nav {
    display: none;
  }

  .brand img {
    width: auto;
  }

  .studio-logo {
    width: 34px;
  }

  .podcastor-logo {
    width: 152px !important;
  }

  .partnership-brand {
    gap: 9px;
  }

  h1 {
    font-size: clamp(2.15rem, 11vw, 3.2rem);
  }

  .hero-visual {
    min-height: 330px;
  }

  .floating-note {
    display: none;
  }

  .story-band,
  .split,
  .order,
  .cards article {
    padding: 22px;
  }

  .benefits {
    grid-template-columns: 1fr;
  }

  .checkout-shell,
  .checkout-placeholder {
    min-height: 560px;
  }

  #checkout-frame {
    height: 680px;
  }
}
