/*
  CORAL PALETTE UPDATE
  Green and teal accents were replaced with coral tones.
  Pink CTA buttons remain unchanged for consistency with the main Okeanid site.
*/

:root {
  --navy: #071425;
  --navy-2: #0b1d33;
  --cream: #fbf3ec;
  --cream-2: #fffaf5;
  --mist: #f8e8e3;
  --gold: #e2b93f;
  --teal: #f5664f;
  --teal-dark: #d94f3b;
  --coral: #f5664f;
  --blue: #86afd1;
  --sage: #f08a78;
  --ink: #101820;
  --muted: #53606b;
  --soft: rgba(16, 24, 32, .12);
  --soft-dark: rgba(255, 255, 255, .14);
  --max: 980px;
  --radius: 28px;
  --radius-lg: 38px;
  --shadow: 0 22px 70px rgba(7, 20, 37, .16);
  --font-display: "Space Grotesk", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }

.announce {
  position: sticky;
  top: 0;
  z-index: 30;
  min-height: 34px;
  display: grid;
  place-items: center;
  padding: 8px 16px;
  background: var(--gold);
  color: #08131e;
  font-size: clamp(.76rem, 1.7vw, .92rem);
  font-weight: 760;
  text-align: center;
  letter-spacing: .01em;
}

.section {
  padding: clamp(64px, 9vw, 112px) 22px;
}

.section-dark {
  color: var(--cream-2);
  background:
    repeating-radial-gradient(ellipse at 50% -10%, rgba(255,255,255,.055) 0 1px, transparent 1px 50px),
    linear-gradient(180deg, var(--navy), var(--navy-2));
}

.section-cream { background: var(--cream); }
.section-mist { background: var(--mist); }

.wrap {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.narrow {
  width: min(100%, 760px);
  margin: 0 auto;
}

.center { text-align: center; }

.kicker {
  margin: 0 0 18px;
  color: var(--teal);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.section-dark .kicker { color: var(--teal); }

h1, h2, h3, p { margin-top: 0; }

h1,
h2,
h3,
.kicker,
.btn,
.price,
.mode-title {
  font-family: var(--font-display);
}

h1 {
  margin-bottom: 22px;
  margin-left: 40px;
  margin-right: 40px;
  color: var(--cream-2);
  font-size: clamp(3.15rem, 5vw, 6.8rem);
  line-height: .92;
  letter-spacing: -.07em;
  font-weight: 560;
}

h1 .accent, h2 .accent { color: var(--teal); }

h2 {
  margin-bottom: 24px;
  font-size: clamp(2.15rem, 6vw, 5.4rem);
  line-height: .96;
  letter-spacing: -.06em;
  font-weight: 860;
}

h3 {
  margin-bottom: 12px;
  font-size: clamp(1.25rem, 3vw, 2rem);
  line-height: 1.08;
  letter-spacing: -.035em;
  font-weight: 840;
}

.lead {
  margin: 0 auto;
  max-width: 760px;
  color: rgba(255, 250, 245, .78);
  font-size: clamp(1.08rem, 2.3vw, 1.45rem);
  line-height: 1.45;
  font-weight: 580;
}

.section-cream .lead,
.section-mist .lead {
  color: var(--muted);
}

.body-copy {
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.22rem);
  line-height: 1.72;
}

.section-dark .body-copy { color: rgba(255, 250, 245, .74); }

.btn-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 16px 26px;
  border: 0;
  border-radius: 12px;
  background: #f5664f;
  color: #fff;
  font-weight: 860;
  font-size: 1.48rem;
  box-shadow: 0 16px 38px rgba(245, 102, 79, .22);
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.button:hover {
  transform: translateY(-1px);
  background: #df5540;
  box-shadow: 0 18px 44px rgba(245, 102, 79, .28);
}

.button-secondary {
  background: transparent;
  color: inherit;
  border: 1px solid currentColor;
  box-shadow: none;
  opacity: .82;
}

.button-secondary:hover { background: rgba(255,255,255,.06); box-shadow: none; }

.trust {
  margin: 16px auto 0;
  max-width: 680px;
  color: rgba(255,250,245,.58);
  font-size: .94rem;
  text-align: center;
}

.section-cream .trust,
.section-mist .trust { color: var(--muted); }

.hero {
  padding-top: clamp(58px, 9vw, 112px);
  padding-bottom: clamp(56px, 8vw, 96px);
}

.hero-mockup {
  width: min(700px, 100%);
  margin: 42px auto 0;
  filter: drop-shadow(0 8px 25px rgba(0, 0, 0, 0.914));
}

.text-stack {
  display: grid;
  gap: 18px;
  margin-top: 30px;
}

.feeling-lines {
  display: grid;
  gap: 5px;
  margin-top: 14px;
  margin-bottom: -25px;
  color: var(--muted);
  font-size: clamp(1.4rem, 2vw, 1.4rem);
  line-height: 1.4;
  text-align: center;
}

.full-image-card {
  overflow: hidden;
  margin-top: 42px;
  border: 1px solid var(--soft);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow);
}

.full-image-card img {
  width: 100%;
  height: auto;
}

.plain-card {
  width: min(100%, 820px);
  margin: 32px auto 0;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--soft);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .66);
}

.section-dark .plain-card {
  background: rgba(255,255,255,.045);
  border-color: var(--soft-dark);
}

.quote-list {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.quote-line {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px 18px;
  border: 1px solid var(--soft);
  border-radius: 18px;
  background: rgba(255,255,255,.64);
  color: #12202b;
  font-size: clamp(1rem, 2vw, 1.12rem);
}

.quote-num {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #ffe0d7;
  color: var(--coral);
  font-size: .84rem;
  font-weight: 860;
}

.steps {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid var(--soft-dark);
  border-radius: 24px;
  background: rgba(255,255,255,.045);
}

.step-number {
  width: 42px;
  height: 42px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: var(--teal);
  color: var(--navy);
  font-weight: 900;
}

.step-card h3 { margin-bottom: 6px; color: var(--cream-2); }
.step-card p { margin: 0; color: rgba(255,250,245,.68); }

.mode-list, .feature-list, .faq-list {
  display: grid;
  gap: 16px;
  margin-top: 34px;
}

.mode-card,
.feature-card,
.faq-item {
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid var(--soft);
  border-radius: 24px;
  background: rgba(255,255,255,.7);
  box-shadow: 0 12px 34px rgba(7, 20, 37, .045);
}

.mode-card h3,
.feature-card h3 { display: flex; gap: 12px; align-items: center; }

.mode-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: var(--blue);
}
.mode-card:nth-child(2) .mode-dot { background: var(--coral); }
.mode-card:nth-child(3) .mode-dot { background: var(--sage); }
.mode-card:nth-child(4) .mode-dot { background: var(--gold); }

.mode-card p,
.feature-card p,
.faq-item p { margin: 0; color: var(--muted); }

.device-stack {
  display: grid;
  gap: 18px;
  width: min(100%, 820px);
  margin: 42px auto 0;
}

.device-shot {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 28px;
  background: rgba(255,255,255,.05);
  box-shadow: 0 22px 60px rgba(0,0,0,.22);
}

.device-shot img { width: 100%; }

.social-proof-marquee {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.marquee-header {
  max-width: 820px;
  margin: 0 auto 36px;
  padding: 0 22px;
  text-align: center;
}

.tweet-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.tweet-marquee::before,
.tweet-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  width: min(10vw, 120px);
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.tweet-marquee::before {
  left: 0;
  background: linear-gradient(to right, var(--mist), rgba(248, 232, 227, 0));
}

.tweet-marquee::after {
  right: 0;
  background: linear-gradient(to left, var(--mist), rgba(248, 232, 227, 0));
}

.tweet-track {
  display: flex;
  width: max-content;
  gap: 18px;
  padding: 6px 18px;
  animation: tweet-marquee 58s linear infinite;
}

@keyframes tweet-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 9px)); }
}

.tweet-card {
  width: clamp(300px, 31vw, 420px);
  min-height: 258px;
  flex: 0 0 auto;
  padding: 24px;
  border: 1px solid rgba(16, 24, 32, .12);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(7, 20, 37, .08);
}

.tweet-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.tweet-avatar {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  object-fit: cover;
  background: var(--cream);
  border: 1px solid rgba(7, 20, 37, .12);
}

.tweet-name { font-weight: 860; color: var(--ink); }
.tweet-user { color: var(--muted); font-size: .9rem; }

.tweet-card p {
  margin: 0;
  color: #172334;
  font-size: 1.03rem;
  line-height: 1.55;
  font-style: italic;
}

.tweet-tag {
  display: inline-flex;
  margin-top: 20px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #fdebe7;
  color: #8a4b40;
  font-size: .78rem;
  font-weight: 760;
}

.quote-note {
  max-width: 720px;
  margin: 30px auto 0;
  padding: 0 22px;
  text-align: center;
  color: var(--muted);
  font-size: .92rem;
}

.price-card {
  width: min(100%, 680px);
  margin: 38px auto 0;
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid var(--soft);
  border-radius: var(--radius-lg);
  background: #fff;
  color: var(--ink);
  box-shadow: var(--shadow);
  text-align: center;
}

.price-row {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 16px;
  margin: 16px 0 8px;
}

.old-price {
  color: #7e8790;
  text-decoration: line-through;
  font-size: 1.25rem;
  font-weight: 750;
}

.new-price {
  color: var(--ink);
  font-size: clamp(3rem, 8vw, 5.2rem);
  line-height: 1;
  letter-spacing: -.07em;
  font-weight: 900;
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: #fff3cc;
  color: #7b5a00;
  font-weight: 860;
  font-size: .82rem;
}

.faq-item button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  border: 0;
  background: transparent;
  color: var(--ink);
  padding: 0;
  text-align: left;
  font: inherit;
  font-weight: 840;
  cursor: pointer;
}

.faq-icon { font-size: 1.2rem; color: var(--teal-dark); }

.faq-answer {
  display: none;
  margin-top: 14px;
}

.faq-item.open .faq-answer { display: block; }

.footer {
  padding: 42px 22px;
  color: rgba(255,250,245,.62);
  background: var(--navy);
  text-align: center;
  font-size: .92rem;
}

.footer strong { color: var(--cream-2); }

@media (max-width: 680px) {
  .section { padding: 58px 20px; }
  .hero { padding-top: 48px; }
  .lead { font-size: 1.05rem; }
  .button { width: 100%; max-width: 340px; }
  .quote-line { padding: 15px; }
  .step-card { grid-template-columns: 1fr; }
  .tweet-card { width: 312px; min-height: 286px; padding: 22px; }
  .tweet-track { animation-duration: 66s; }
  .price-row { flex-direction: column; gap: 6px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .tweet-track { animation: none; overflow-x: auto; }
  .button { transition: none; }
}

.moment-scroll {
  position: relative;
  height: 250vh;
  background: var(--cream, #f7f1ea);
}

.moment-sticky {
  position: sticky;
  top: 0;
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 48px 20px;
  overflow: hidden;
}

.moment-content {
  width: min(1040px, 100%);
  display: grid;
  gap: 28px;
  align-items: center;
}

.moment-copy {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}

.moment-copy .kicker {
  margin-bottom: 10px;
}

.moment-copy h2 {
  margin: 0;
  font-size: clamp(3rem, 7vw, 6.2rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.moment-frame {
  width: min(860px, 100%);
  max-height: 62svh;
  margin: 0 auto;
  border-radius: 28px;
  overflow: hidden;
  background: #fffaf3;
  border: 1px solid rgba(11, 23, 40, 0.08);
  box-shadow: 0 24px 70px rgba(11, 23, 40, 0.12);
}

.moment-frame img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: none;
}

@media (max-width: 760px) {
  .moment-scroll {
    height: 220vh;
  }

  .moment-sticky {
    padding: 38px 18px;
  }

  .moment-content {
    gap: 22px;
  }

  .moment-copy h2 {
    font-size: clamp(2.6rem, 13vw, 4.2rem);
    line-height: 0.96;
  }

  .moment-frame {
    width: 100%;
    max-height: 56svh;
    border-radius: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .moment-scroll {
    height: auto;
  }

  .moment-sticky {
    position: relative;
    min-height: auto;
  }
}

.launch-access-section {
  position: relative;
  overflow: hidden;
  padding: 96px 20px;
  background:
    radial-gradient(circle at 20% 10%, rgba(245, 102, 79, 0.16), transparent 28%),
    radial-gradient(circle at 80% 40%, rgba(232, 184, 67, 0.16), transparent 30%),
    #071426;
  color: #f8f2ea;
}

.launch-access-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background-image:
    repeating-radial-gradient(
      circle at 50% 20%,
      transparent 0,
      transparent 34px,
      rgba(248, 242, 234, 0.18) 35px,
      transparent 36px
    );
  pointer-events: none;
}

.launch-access-inner {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.section-heading.light {
  max-width: 760px;
  margin: 0 auto 44px;
  text-align: center;
}

.section-heading.light .kicker {
  color: #f5664f;
}

.section-heading.light h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.8rem, 7vw, 6.4rem);
  line-height: 0.94;
  letter-spacing: -0.065em;
}

.section-heading.light p {
  max-width: 620px;
  margin: 20px auto 0;
  color: rgba(248, 242, 234, 0.74);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  line-height: 1.6;
}

.launch-access-panel {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 22px;
  align-items: stretch;
}

.price-card,
.included-card {
  border: 1px solid rgba(248, 242, 234, 0.14);
  border-radius: 32px;
  background: rgba(10, 26, 46, 0.84);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(10px);
}

.price-card {
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 520px;
}

.discount-pill {
  width: fit-content;
  padding: 9px 13px;
  border-radius: 999px;
  background: #e8b843;
  color: #071426;
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
}

.price-stack {
  margin: 48px 0 34px;
}

.regular-price {
  margin-bottom: 8px;
  color: rgba(248, 242, 234, 0.62);
  font-size: 0.95rem;
}

.regular-price span {
  margin-left: 6px;
  text-decoration: line-through;
  color: rgba(248, 242, 234, 0.54);
}

.launch-price {
  color: #ffffff;
  font-size: clamp(4.8rem, 9vw, 7.4rem);
  line-height: 0.9;
  letter-spacing: -0.08em;
  font-weight: 900;
}

.price-stack p {
  max-width: 360px;
  margin: 22px 0 0;
  color: rgba(248, 242, 234, 0.72);
  font-size: 1rem;
  line-height: 1.55;
}

.price-card .btn {
  width: 100%;
  justify-content: center;
}

.price-note {
  margin: 16px 0 0;
  color: rgba(248, 242, 234, 0.58);
  font-size: 0.9rem;
  text-align: center;
}

.included-card {
  padding: 34px;
}

.included-header {
  margin-bottom: 26px;
}

.included-header .kicker {
  color: #f5664f;
  margin-bottom: 10px;
}

.included-header h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1;
  letter-spacing: -0.045em;
}

.included-stack {
  display: grid;
  gap: 12px;
}

.included-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px;
  border-radius: 20px;
  background: rgba(248, 242, 234, 0.06);
  border: 1px solid rgba(248, 242, 234, 0.08);
}

.included-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(245, 102, 79, 0.14);
  color: #ff9a88;
  font-weight: 900;
  font-size: 1rem;
}

.included-item h4 {
  margin: 0 0 5px;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.2;
}

.included-item p {
  margin: 0;
  color: rgba(248, 242, 234, 0.64);
  font-size: 0.92rem;
  line-height: 1.45;
}

.launch-access-disclaimer {
  max-width: 720px;
  margin: 28px auto 0;
  color: rgba(248, 242, 234, 0.48);
  font-size: 0.86rem;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 860px) {
  .launch-access-section {
    padding: 76px 18px;
  }

  .launch-access-panel {
    grid-template-columns: 1fr;
  }

  .price-card {
    min-height: auto;
    padding: 28px;
  }

  .included-card {
    padding: 26px;
  }

  .price-stack {
    margin: 38px 0 28px;
  }

  .launch-price {
    font-size: clamp(4.4rem, 19vw, 6.2rem);
  }

  .included-item {
    grid-template-columns: 40px 1fr;
    padding: 14px;
  }

  .included-icon {
    width: 40px;
    height: 40px;
    border-radius: 13px;
  }
}

@media (max-width: 520px) {
  .section-heading.light h2 {
    font-size: clamp(2.7rem, 15vw, 4rem);
  }

  .price-card,
  .included-card {
    border-radius: 26px;
  }

  .price-card {
    padding: 24px;
  }

  .included-card {
    padding: 22px;
  }
}

.launch-buy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 64px;
  margin-top: 18px;
  padding: 38px 24px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgb(245, 102, 79) 0%, #f5664f 100%);
  color: #fff;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 16px 40px rgba(245, 102, 79, 0.28);
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.launch-buy-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 52px rgba(245, 102, 79, 0.34);
  filter: brightness(1.03);
}

.launch-buy-btn:active {
  transform: translateY(0);
}

.launch-buy-btn.large {
  width: auto;
  min-width: 320px;
  padding: 20px 30px;
}

.launch-access-bottom-cta {
  margin-top: 28px;
  display: flex;
  justify-content: center;
}

@media (max-width: 860px) {
  .launch-buy-btn {
    min-height: 58px;
    font-size: 1.02rem;
    border-radius: 16px;
  }

  .launch-buy-btn.large {
    width: 100%;
    min-width: 0;
  }

  .launch-access-bottom-cta {
    margin-top: 22px;
  }
}

.landing-logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

.landing-logo {
  display: block;
  width: 120px;
  height: auto;
}

.bb-footer {
  padding: 56px 24px 34px;
  background: #071426;
  color: #fff7f0;
  border-top: 1px solid rgba(255, 247, 240, 0.12);
  text-align: center;
}

.bb-footer__inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

.bb-footer__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 28px;
}

.bb-footer__logo {
  width: 42px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.bb-footer__brand p {
  max-width: 520px;
  margin: 0 auto;
  color: rgba(255, 247, 240, 0.78);
  font-size: 0.95rem;
  line-height: 1.5;
}

.bb-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 22px;
  padding: 26px 0;
  border-top: 1px solid rgba(255, 247, 240, 0.12);
  border-bottom: 1px solid rgba(255, 247, 240, 0.12);
}

.bb-footer__links a {
  color: rgba(255, 247, 240, 0.82);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.bb-footer__links a:hover {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.bb-footer__note {
  max-width: 760px;
  margin: 26px auto 0;
  color: rgba(255, 247, 240, 0.58);
  font-size: 0.84rem;
  line-height: 1.6;
}

.bb-footer__copyright {
  margin: 18px auto 0;
  color: rgba(255, 247, 240, 0.46);
  font-size: 0.8rem;
}

@media (max-width: 767px) {
  .bb-footer {
    padding: 46px 18px 30px;
  }

  .bb-footer__links {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
}

/* =========================================================
   OKEANID — BUTTON CONSISTENCY OVERRIDES
   Matches the primary CTA style used on the Life Planner page.
   ========================================================= */

:root {
  --oke-button-pink: #f2a4c6;
  --oke-button-pink-hover: #ec92ba;
  --oke-button-ink: #ffffff;
  --oke-button-dark: #071425;
  --oke-button-focus: #ffffff;
}

/* Main CTAs across the static landing page */
.button.checkout-link,
.btn.primary.checkout-link,
.launch-buy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-height: 64px;
  margin-top: 0;
  padding: 18px 30px;
  border: 1px solid var(--oke-button-pink);
  border-radius: 999px;
  background: var(--oke-button-pink);
  color: var(--oke-button-ink);
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
  cursor: pointer;
  transition:
    transform 160ms ease,
    background-color 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.button.checkout-link:hover,
.btn.primary.checkout-link:hover,
.launch-buy-btn:hover {
  transform: translateY(-1px);
  border-color: var(--oke-button-pink-hover);
  background: var(--oke-button-pink-hover);
  color: var(--oke-button-ink);
  box-shadow: 0 12px 28px rgba(242, 164, 198, 0.22);
  filter: none;
}

.button.checkout-link:active,
.btn.primary.checkout-link:active,
.launch-buy-btn:active {
  transform: translateY(0);
  box-shadow: none;
}

.button.checkout-link:focus-visible,
.btn.primary.checkout-link:focus-visible,
.launch-buy-btn:focus-visible {
  outline: 3px solid var(--oke-button-focus);
  outline-offset: 4px;
}

/* The pricing-card CTA should still fill its card */
.price-card .launch-buy-btn {
  width: 100%;
}

/* Bundle modal primary button.
   !important is intentional because the modal CSS is embedded after style.css. */
.oke-bundle-modal__primary {
  min-height: 54px !important;
  padding: 14px 22px !important;
  border: 1px solid var(--oke-button-pink) !important;
  border-radius: 999px !important;
  background: var(--oke-button-pink) !important;
  color: var(--oke-button-ink) !important;
  font-family: var(--font-body) !important;
  font-size: 0.95rem !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  box-shadow: none !important;
  filter: none !important;
  transition:
    transform 160ms ease,
    background-color 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease !important;
}

.oke-bundle-modal__primary:hover {
  transform: translateY(-1px) !important;
  border-color: var(--oke-button-pink-hover) !important;
  background: var(--oke-button-pink-hover) !important;
  box-shadow: 0 12px 28px rgba(242, 164, 198, 0.22) !important;
}

.oke-bundle-modal__primary:active {
  transform: translateY(0) !important;
  box-shadow: none !important;
}

.oke-bundle-modal__primary:focus-visible {
  outline: 3px solid var(--oke-button-dark) !important;
  outline-offset: 3px !important;
}

/* Keep the modal's alternative action visually secondary */
.oke-bundle-modal__secondary {
  min-height: 54px !important;
  padding: 14px 22px !important;
  border-radius: 999px !important;
  font-family: var(--font-body) !important;
  font-size: 0.95rem !important;
  font-weight: 750 !important;
}

@media (max-width: 680px) {
  .button.checkout-link,
  .btn.primary.checkout-link,
  .launch-buy-btn {
    width: 100%;
    max-width: 340px;
    min-height: 58px;
    padding: 16px 22px;
    font-size: 0.96rem;
  }

  .price-card .launch-buy-btn {
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .button.checkout-link,
  .btn.primary.checkout-link,
  .launch-buy-btn,
  .oke-bundle-modal__primary {
    transition: none !important;
  }
}