:root {
  --navy: #10262b;
  --pink: #d8643b;
  --pink-on-dark: #f0b39a;
  --cream: #f7f0e6;
  --rose: #e8ddd1;
  --ink: #16282b;
  --muted: #5d6675;
  --line: #d7ccbf;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 1rem; top: 1rem; z-index: 20; background: white; padding: .75rem; }

.site-header {
  max-width: var(--max);
  margin: 0 auto;
  padding: 1.15rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.brand { display: flex; align-items: center; gap: .85rem; text-decoration: none; color: var(--navy); font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.brand img { border-radius: 12px; }
nav { display: flex; gap: 1.5rem; }
nav a { text-decoration: none; font-weight: 700; font-size: .92rem; }
nav a:hover, nav a:focus { color: var(--pink); }
:focus-visible { outline: 3px solid var(--pink); outline-offset: 3px; }

.hero {
  max-width: var(--max);
  margin: 1rem auto 5rem;
  padding: 4rem 1.5rem;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  align-items: center;
  gap: 4rem;
}
.eyebrow { margin: 0 0 .8rem; color: var(--pink); font-size: .8rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.problem-band .eyebrow { color: var(--pink-on-dark); }
h1, h2, h3 { color: var(--navy); font-family: Georgia, 'Times New Roman', serif; line-height: 1.05; }
h1 { margin: 0; font-size: clamp(3rem, 8vw, 6.4rem); letter-spacing: -.055em; }
h2 { margin: .2rem 0 1.2rem; font-size: clamp(2rem, 4.5vw, 4.1rem); letter-spacing: -.035em; }
h3 { font-size: 1.45rem; }
.lede { max-width: 650px; margin: 1.5rem 0; color: #394150; font-size: 1.18rem; }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; margin: 1.8rem 0 1rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .75rem 1.15rem; border: 2px solid var(--navy); border-radius: 999px; text-decoration: none; font-weight: 800; }
.button.primary { background: var(--navy); color: white; }
.button.secondary { background: transparent; color: var(--navy); }
.button:hover, .button:focus { transform: translateY(-1px); box-shadow: 0 8px 22px rgba(7,31,70,.14); }
.trust-line, .muted { color: var(--muted); font-size: .92rem; }
.hero-card { position: relative; padding: 1rem; }
.hero-card::before { content: ''; position: absolute; inset: -1rem 1rem 1rem -1rem; z-index: -1; border-radius: 48% 52% 46% 54%; background: var(--rose); }
.hero-card img { border-radius: 20px; box-shadow: 0 24px 60px rgba(7,31,70,.18); }

.problem-band { background: var(--navy); color: white; padding: 5rem max(1.5rem, calc((100vw - var(--max)) / 2)); }
.problem-band h2 { color: white; max-width: 800px; }
.four-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; margin-top: 2.5rem; }
.four-grid div { padding: 1.4rem; border-top: 1px solid rgba(255,255,255,.3); }
.four-grid span { color: #f58aab; display: block; font-weight: 900; }
.four-grid strong { display: block; margin-top: .5rem; font-size: 1.15rem; }
.four-grid p { margin: .1rem 0; color: #dce4f0; }

.product, .guide, .values, .faq, .contact { max-width: var(--max); margin: 0 auto; padding: 6rem 1.5rem; }
.product { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.product-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; align-items: center; }
.product-gallery img { border-radius: 14px; box-shadow: 0 16px 45px rgba(7,31,70,.12); }
.product-gallery img:last-child { margin-top: 3rem; }
.product-subtitle { color: var(--pink); font-weight: 800; font-size: 1.05rem; }
.check-list { padding: 0; list-style: none; }
.check-list li { position: relative; padding: .35rem 0 .35rem 1.75rem; }
.check-list li::before { content: '✓'; position: absolute; left: 0; color: var(--pink); font-weight: 900; }
.price-row { display: flex; align-items: center; gap: 1rem; margin-top: 1.3rem; }
.price { color: var(--navy); font: 800 2.4rem/1 Georgia, serif; }
.launch-note { max-width: 290px; color: var(--muted); font-size: .88rem; }
.status { padding: .8rem 1rem; border-radius: 10px; background: #f4eee6; color: #4d5562; font-size: .9rem; }
.status span { display: inline-block; width: 9px; height: 9px; margin-right: .45rem; border-radius: 50%; background: #d49225; }
.text-link { color: var(--pink); font-weight: 800; text-decoration-thickness: 2px; }

.guide { display: grid; grid-template-columns: 1.2fr .8fr; gap: 4rem; align-items: center; border-top: 1px solid var(--line); }
.guide img { max-height: 520px; margin: auto; border-radius: 16px; box-shadow: 0 18px 50px rgba(7,31,70,.14); }
.values { border-top: 1px solid var(--line); }
.value-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.value-grid article { padding: 1.5rem; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.45); }
.value-grid article p { margin-bottom: 0; }

.faq { max-width: 900px; }
details { border-top: 1px solid var(--line); padding: 1rem 0; }
details:last-child { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; color: var(--navy); font-weight: 800; }
details p { margin-bottom: .4rem; color: var(--muted); }

.contact { display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
.contact h2 { margin-bottom: .5rem; }
footer { background: var(--navy); color: #dce4f0; padding: 2rem max(1.5rem, calc((100vw - var(--max)) / 2)); font-size: .82rem; display: flex; justify-content: space-between; gap: 2rem; }
footer a { color: white; font-weight: 700; }

.legal-page { width: min(820px, calc(100% - 3rem)); margin: 2rem auto 5rem; }
.legal-page h1 { margin: 2.5rem 0 1rem; font-size: clamp(2.5rem, 7vw, 4.8rem); }
.legal-page h2 { margin: 2.4rem 0 .8rem; font-size: clamp(1.45rem, 4vw, 2rem); letter-spacing: -.02em; }
.legal-page li { margin: .35rem 0; }
.legal-meta { color: var(--muted); }
.legal-callout { margin: 1.5rem 0; padding: 1rem 1.2rem; border-left: 4px solid var(--pink); background: var(--rose); }

@media (max-width: 820px) {
  nav { display: none; }
  .hero, .product, .guide { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero { padding-top: 2.5rem; }
  .hero-card { max-width: 520px; }
  .four-grid { grid-template-columns: 1fr 1fr; }
  .value-grid { grid-template-columns: 1fr; }
  .product-gallery { max-width: 620px; }
  .contact, footer { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 480px) {
  .brand span { font-size: .75rem; }
  .brand img { width: 48px; height: 48px; }
  .hero { margin-bottom: 2rem; }
  .four-grid { grid-template-columns: 1fr; }
  .product-gallery { grid-template-columns: 1fr; }
  .product-gallery img:last-child { margin-top: 0; }
  .price-row { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button:hover, .button:focus { transform: none; }
}

.error-page {
  width: min(760px, calc(100% - 3rem));
  min-height: 100vh;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.error-page img { margin-bottom: 2rem; border-radius: 16px; }
.error-page h1 { margin: 0 0 1rem; font-size: clamp(2.5rem, 7vw, 5rem); }
.error-page p:not(.eyebrow) { max-width: 620px; margin: 0 0 1.5rem; color: var(--muted); font-size: 1.08rem; }
