:root {
  --black: #03070d;
  --ink: #07111f;
  --panel: #0b1726;
  --panel-soft: #101f31;
  --line: rgba(181, 213, 240, 0.18);
  --text: #eef7ff;
  --muted: #a9bad0;
  --blue: #45b8ff;
  --blue-deep: #0968d6;
  --steel: #79a8c8;
  --silver: #d8e5f1;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.4);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 50% 0, rgba(57, 178, 255, 0.22), transparent 32rem),
    linear-gradient(180deg, #050b14 0%, #07111f 38%, #03070d 100%);
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  letter-spacing: 0;
}

body.locked {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  user-select: none;
}

a,
button,
summary {
  color: inherit;
}

a {
  text-decoration: none;
}

button {
  font: inherit;
}

:focus-visible {
  outline: 3px solid rgba(69, 184, 255, 0.9);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 999;
  transform: translateY(-200%);
  background: var(--blue);
  color: #00101d;
  padding: 0.75rem 1rem;
  border-radius: var(--radius);
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.notice-bar {
  background: linear-gradient(90deg, rgba(9, 104, 214, 0.34), rgba(3, 7, 13, 0.94), rgba(69, 184, 255, 0.22));
  border-bottom: 1px solid var(--line);
  padding: 0.55rem 1rem;
  text-align: center;
}

.notice-bar p,
.notice-bar small {
  display: block;
  margin: 0;
}

.notice-bar p {
  font-weight: 800;
  font-size: 0.78rem;
}

.notice-bar small {
  color: var(--muted);
  font-size: 0.68rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(3, 7, 13, 0.78);
  border-bottom: 1px solid var(--line);
}

.nav-wrap,
.section-shell {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.nav-wrap {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 0.18rem;
  font-family: Manrope, Inter, sans-serif;
  font-size: 1.24rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand-mark span {
  color: #fff;
}

.brand-mark strong {
  color: var(--blue);
}

.site-menu {
  position: fixed;
  inset: 116px 1rem auto;
  display: none;
  flex-direction: column;
  gap: 0.4rem;
  background: rgba(7, 17, 31, 0.97);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1rem;
  box-shadow: var(--shadow);
}

.site-menu.is-open {
  display: flex;
}

.site-menu a {
  color: var(--muted);
  font-weight: 700;
  padding: 0.75rem;
  border-radius: var(--radius);
}

.site-menu a:hover {
  color: var(--text);
  background: rgba(69, 184, 255, 0.1);
}

.menu-button {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-content: center;
  gap: 5px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.menu-button span:not(.sr-only) {
  width: 20px;
  height: 2px;
  background: var(--text);
  border-radius: 99px;
}

.header-action {
  display: none;
}

.main-action,
.soft-action {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  padding: 0.85rem 1.15rem;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
}

.main-action {
  color: #00101d;
  background: linear-gradient(135deg, #f5fbff 0%, #75c9ff 42%, #248cff 100%);
  box-shadow: 0 12px 36px rgba(36, 140, 255, 0.28);
}

.main-action:hover {
  filter: brightness(1.08);
}

.soft-action {
  color: var(--text);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--line);
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding: 4.2rem 0 3rem;
}

.hero-grid,
.info-section,
.facts-layout,
.order-card {
  display: grid;
  gap: 2rem;
}

.eyebrow {
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin: 0 0 0.75rem;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-family: Manrope, Inter, sans-serif;
  letter-spacing: 0;
  line-height: 1.05;
}

h1 {
  font-size: clamp(2.35rem, 12vw, 3.95rem);
  margin: 0;
}

h2 {
  font-size: clamp(2rem, 8vw, 3.1rem);
  margin: 0 0 1rem;
}

h3 {
  font-size: 1.18rem;
  margin: 0 0 0.75rem;
}

.hero-lede,
.section-copy p,
.final-card p,
.order-card p {
  color: var(--muted);
  font-size: 1.05rem;
}

.hero-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
  padding: 0;
  margin: 1.45rem 0;
  list-style: none;
}

.hero-list li {
  position: relative;
  padding: 0.74rem 0.9rem 0.74rem 2.1rem;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: #dcecff;
  font-weight: 700;
}

.hero-list li::before {
  content: "";
  position: absolute;
  left: 0.82rem;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--blue);
  transform: translateY(-50%);
  box-shadow: 0 0 16px var(--blue);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

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

.hero-visual img {
  position: relative;
  z-index: 2;
  width: min(92vw, 520px);
  filter: drop-shadow(0 38px 58px rgba(0, 0, 0, 0.62));
}

.blue-glow {
  position: absolute;
  width: 78%;
  aspect-ratio: 1;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(69, 184, 255, 0.52), rgba(9, 104, 214, 0.18) 42%, transparent 68%);
  filter: blur(10px);
}

.hero-chip {
  position: absolute;
  z-index: 3;
  color: var(--text);
  background: rgba(7, 17, 31, 0.82);
  border: 1px solid rgba(69, 184, 255, 0.35);
  border-radius: var(--radius);
  padding: 0.7rem 0.8rem;
  font-size: 0.78rem;
  font-weight: 900;
  box-shadow: var(--shadow);
}

.chip-left {
  left: 0;
  bottom: 12%;
}

.chip-right {
  right: 0;
  top: 12%;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
  padding: 1rem 0 3rem;
}

.trust-card,
.formula-card,
.info-panel,
.step-card,
.review-card,
.product-panel,
.facts-table,
.label-panel,
.order-card,
.final-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.trust-card {
  padding: 1rem;
}

.trust-card span {
  display: block;
  color: var(--blue);
  font-family: Manrope, Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
}

.trust-card p {
  margin: 0.15rem 0 0;
  color: var(--muted);
  font-weight: 800;
}

.info-section,
.facts-section,
.steps-section,
.order-section,
.review-section,
.faq-section {
  padding: 4.2rem 0;
}

.benefit-section,
.ingredient-section,
.final-section {
  padding: 4.2rem 0;
  background: linear-gradient(180deg, rgba(10, 31, 52, 0.42), rgba(3, 7, 13, 0.18));
  border-block: 1px solid rgba(181, 213, 240, 0.08);
}

.product-panel {
  align-self: center;
  padding: 1.2rem;
}

.product-panel img {
  width: 230px;
  margin: 0 auto 1rem;
}

.product-panel p,
.formula-card p,
.info-panel p,
.step-card p,
.review-card p,
.label-note,
.warning-note,
.footer-note,
.site-footer p,
.facts-note {
  color: var(--muted);
}

.center-copy {
  max-width: 720px;
  margin: 0 auto 2rem;
  text-align: center;
}

.card-grid {
  display: grid;
  gap: 1rem;
}

.formula-card,
.info-panel,
.step-card,
.review-card {
  padding: 1.25rem;
}

.card-icon,
.step-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  color: var(--blue);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.facts-table {
  overflow: hidden;
  background: #f7fbff;
  color: #06101c;
}

.facts-head,
.facts-table > p,
.blend-list {
  padding-inline: 1rem;
}

.facts-head {
  padding-block: 1rem 0.7rem;
  border-bottom: 10px solid #06101c;
}

.facts-head h3 {
  color: #000;
  font-size: 2.2rem;
  margin: 0 0 0.3rem;
}

.facts-head p,
.facts-table p {
  margin: 0.18rem 0;
}

.facts-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  padding: 0.6rem 1rem;
  border-bottom: 2px solid #06101c;
}

.facts-title {
  font-size: 0.86rem;
  font-weight: 900;
}

.blend-list {
  margin: 0;
  padding-block: 0.8rem;
  list-style-position: inside;
}

.facts-note {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  border-top: 10px solid #06101c;
  border-bottom: 1px solid rgba(6, 16, 28, 0.24);
}

.facts-table > p:last-child {
  padding-bottom: 1rem;
}

.label-note,
.warning-note,
.footer-note {
  font-size: 0.92rem;
}

.label-panel {
  align-self: start;
  padding: 0.8rem;
  background: rgba(255, 255, 255, 0.96);
}

.label-panel img {
  border-radius: 4px;
}

.wide-card {
  grid-column: 1 / -1;
}

.warning-note {
  margin: 1.2rem auto 0;
  max-width: 880px;
  padding: 1rem;
  border: 1px solid rgba(69, 184, 255, 0.22);
  border-radius: var(--radius);
  background: rgba(69, 184, 255, 0.075);
}

.order-card {
  overflow: hidden;
  padding: 1.4rem;
  background:
    radial-gradient(circle at 75% 30%, rgba(69, 184, 255, 0.22), transparent 20rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
}

.order-visual {
  position: relative;
  min-height: 320px;
}

.order-product {
  width: min(88vw, 410px);
  margin: 0 auto;
}

.seal-image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(46vw, 170px);
  filter: drop-shadow(0 20px 32px rgba(0, 0, 0, 0.45));
}

.review-card img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid rgba(69, 184, 255, 0.5);
  margin-bottom: 1rem;
}

.review-card span {
  display: block;
  color: var(--silver);
  font-weight: 900;
  margin-top: 1rem;
}

.faq-list {
  display: grid;
  gap: 0.75rem;
}

.faq-list details {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.faq-list summary {
  cursor: pointer;
  padding: 1rem;
  font-weight: 900;
}

.faq-list p {
  margin: 0;
  padding: 0 1rem 1rem;
  color: var(--muted);
}

.final-card {
  text-align: center;
  padding: 2rem 1.2rem;
}

.site-footer {
  background: #02050a;
  border-top: 1px solid var(--line);
  padding: 3.5rem 0 6rem;
}

.footer-grid {
  display: grid;
  gap: 1.4rem;
}

.footer-brand {
  margin-bottom: 1rem;
}

.site-footer h3 {
  color: var(--text);
  font-size: 1rem;
}

.site-footer a,
.site-footer button {
  display: block;
  width: fit-content;
  margin: 0.45rem 0;
  color: var(--muted);
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  text-align: left;
}

.site-footer a:hover,
.site-footer button:hover {
  color: var(--blue);
}

.footer-cta {
  color: #00101d !important;
  margin-top: 1rem !important;
  padding: 0.8rem 1rem !important;
}

.copyright {
  width: min(1120px, calc(100% - 2rem));
  margin: 2rem auto 0;
  color: #8094aa;
  font-size: 0.86rem;
}

.mobile-action {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 45;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border-radius: var(--radius);
  color: #00101d;
  font-weight: 900;
  background: linear-gradient(135deg, #f5fbff, #45b8ff 55%, #0968d6);
  box-shadow: 0 16px 46px rgba(9, 104, 214, 0.45);
}

.exit-layer,
.legal-layer {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.74);
  backdrop-filter: blur(12px);
}

.exit-layer.is-active,
.legal-layer.is-active {
  display: flex;
}

.exit-panel,
.legal-modal {
  position: relative;
  width: min(720px, 100%);
  max-height: min(88vh, 720px);
  overflow: auto;
  background:
    radial-gradient(circle at 80% 20%, rgba(69, 184, 255, 0.2), transparent 16rem),
    #081321;
  border: 1px solid rgba(69, 184, 255, 0.32);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1.2rem;
}

.exit-panel {
  display: grid;
  gap: 1rem;
}

.exit-panel img {
  width: min(320px, 80%);
  margin: 0 auto;
}

.close-button {
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
  z-index: 2;
  width: 42px;
  height: 42px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1;
}

.no-thanks {
  border: 0;
  cursor: pointer;
}

@media (min-width: 700px) {
  .notice-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }

  .hero-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-strip,
  .three-grid,
  .ingredient-grid,
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .exit-panel {
    grid-template-columns: 0.82fr 1fr;
    align-items: center;
    padding: 1.6rem;
  }
}

@media (min-width: 940px) {
  .menu-button {
    display: none;
  }

  .site-menu {
    position: static;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.15rem;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .site-menu a {
    padding: 0.55rem 0.65rem;
    font-size: 0.9rem;
  }

  .header-action {
    display: inline-flex;
  }

  .mobile-action {
    display: none;
  }

  .hero-grid,
  .info-section,
  .facts-layout,
  .order-card {
    grid-template-columns: 1fr 0.92fr;
    align-items: center;
  }

  .hero-section {
    padding: 6rem 0 4rem;
  }

  .trust-strip {
    grid-template-columns: repeat(4, 1fr);
  }

  .three-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .ingredient-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .footer-grid {
    grid-template-columns: 2fr 1fr 1fr 1fr 1.15fr;
  }

  .site-footer {
    padding-bottom: 3.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
