:root {
  --navy: #0c2949;
  --blue: #0aa8e4;
  --green: #55b95c;
  --green-dark: #398b43;
  --text: #1c2c3d;
  --muted: #5e6e7d;
  --line: #dfe7ed;
  --surface: #f4f8fb;
  --display: "Manrope", Arial, sans-serif;
  --body: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: #fff;
  font-family: var(--body);
  line-height: 1.6;
}

a { color: inherit; }

a:focus, button:focus { outline: none; }
a:focus-visible, button:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 2px;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 8px;
  z-index: 100;
  padding: 10px 16px;
  border-radius: 4px;
  background: var(--navy);
  color: #fff;
  font-family: var(--display);
  font-weight: 700;
  text-decoration: none;
  transition: top .15s ease;
}
.skip-link:focus { top: 8px; }

#how-it-works, #faq-title, #main-content {
  scroll-margin-top: 105px;
}

.page-narrow {
  max-width: 760px;
  text-align: left;
}

.content-wrap {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid var(--line);
  background: #fff;
}

@supports (position: sticky) {
  .site-header { position: sticky; top: 0; box-shadow: 0 5px 22px rgba(12, 41, 73, .06); }
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1600px, calc(100% - 36px));
  min-height: 92px;
  margin: 0 auto;
}

.brand img { display: block; width: 253px; max-width: 42vw; height: auto; }
.header-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; margin-right: 30px; }
.header-nav a { position: relative; color: #456174; font-family: var(--display); font-size: .82rem; font-weight: 800; letter-spacing: .01em; text-decoration: none; }
.header-nav a::after { position: absolute; width: 0; height: 2px; bottom: -7px; left: 0; border-radius: 2px; background: var(--blue); content: ''; transition: width .2s ease; }
.header-nav a:hover, .header-nav a:focus { color: var(--navy); }
.header-nav a:hover::after, .header-nav a:focus::after { width: 100%; }

.header-cta,
.primary-cta,
.secondary-cta {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 4px;
  background: var(--green);
  color: #fff;
  font-weight: 800;
  font-family: var(--display);
  letter-spacing: -.01em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
}

.header-cta::before,
.primary-cta::before,
.secondary-cta::before { position: absolute; top: -30%; left: -65%; width: 38%; height: 165%; background: rgba(255, 255, 255, .22); content: ''; transform: rotate(23deg); transition: left .55s ease; }
.header-cta:hover::before, .header-cta:focus::before,
.primary-cta:hover::before, .primary-cta:focus::before,
.secondary-cta:hover::before, .secondary-cta:focus::before { left: 128%; }

.header-cta { padding: 15px 22px; }
.primary-cta { padding: 16px 23px; }
.secondary-cta { padding: 14px 20px; flex: 0 0 auto; }

.header-cta:hover, .header-cta:focus,
.primary-cta:hover, .primary-cta:focus,
.secondary-cta:hover, .secondary-cta:focus {
  background: var(--green-dark);
  transform: translateY(-1px);
}

.header-cta { box-shadow: 0 7px 15px rgba(57, 139, 67, .18); }
.primary-cta { box-shadow: 0 12px 24px rgba(57, 139, 67, .25), 0 0 0 5px rgba(85, 185, 92, .09); }

.hero { position: relative; overflow: hidden; padding: 82px 0 75px; background-image: radial-gradient(rgba(12, 41, 73, .075) 1px, transparent 1px), linear-gradient(135deg, #edf9ff 0%, #fff 57%, #f4fbf5 100%); background-size: 22px 22px, auto; }
.hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; pointer-events: none; filter: blur(2px); }
.hero::before { width: 480px; height: 480px; top: -250px; right: -80px; background: radial-gradient(circle, rgba(10, 168, 228, .17), rgba(10, 168, 228, 0) 67%); }
.hero::after { width: 380px; height: 380px; bottom: -265px; left: 34%; background: radial-gradient(circle, rgba(85, 185, 92, .13), rgba(85, 185, 92, 0) 67%); }
.hero .content-wrap { position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 55px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 14px; color: #078dc4; font-family: var(--display); font-size: .73rem; font-weight: 800; letter-spacing: .13em; text-shadow: 0 3px 16px rgba(10, 168, 228, .18); }
.eyebrow::before { width: 22px; height: 2px; background: currentColor; content: ''; }
h1, h2, h3 { color: var(--navy); font-family: var(--display); line-height: 1.18; }
.title-link { color: inherit; text-decoration: none; }
.title-link:hover span, .title-link:focus span { filter: brightness(.83); }
h1 { max-width: 650px; margin: 0 0 21px; font-size: clamp(2.45rem, 4.8vw, 4.15rem); font-weight: 800; letter-spacing: -.065em; text-shadow: 0 6px 22px rgba(12, 41, 73, .13); }
h1 span, h2 span { background: linear-gradient(105deg, #00a9e6 0%, #087eb4 48%, #0c2949 100%); -webkit-background-clip: text; background-clip: text; color: transparent; text-shadow: none; }
h2 { margin: 0 0 17px; font-size: clamp(1.85rem, 3.1vw, 2.55rem); font-weight: 800; letter-spacing: -.05em; text-shadow: 0 5px 18px rgba(12, 41, 73, .08); }
h3 { margin: 0 0 9px; font-size: 1.17rem; font-weight: 800; letter-spacing: -.025em; }
.lead { max-width: 620px; margin: 0 0 27px; color: var(--muted); font-size: 1.12rem; }
.text-link { color: #087eb4; font-weight: 700; text-decoration-color: rgba(8, 126, 180, .35); text-decoration-thickness: 2px; text-underline-offset: 3px; }
.text-link:hover, .text-link:focus { color: var(--navy); }
.trust-points { display: flex; flex-wrap: wrap; gap: 9px 17px; margin: 0 0 27px; padding: 0; color: #476276; font-size: .85rem; font-weight: 600; list-style: none; }
.trust-points li { display: flex; align-items: center; gap: 7px; }
.trust-points li::before { width: 16px; height: 16px; border-radius: 50%; background: #e2f6e5; color: #378d42; content: '✓'; font-size: .68rem; font-weight: 800; line-height: 16px; text-align: center; }
.disclosure { max-width: 590px; margin: 20px 0 0; color: var(--muted); font-size: .83rem; line-height: 1.5; }
.product-image { position: relative; }
.product-image::before { position: absolute; inset: 12% 4% 11%; border-radius: 50%; background: radial-gradient(circle, rgba(255, 255, 255, .95), rgba(255, 255, 255, 0)); box-shadow: 0 24px 60px rgba(16, 62, 95, .1), 0 0 65px rgba(10, 168, 228, .13); content: ''; }
.product-image::after { position: absolute; top: 13%; right: 9%; width: 18px; height: 18px; border-radius: 50%; background: #5fc566; box-shadow: 0 0 0 7px rgba(95, 197, 102, .14), 0 0 26px rgba(95, 197, 102, .48); content: ''; animation: pulse 2.4s ease-in-out infinite; }
.product-image img { position: relative; display: block; width: 100%; max-width: 500px; height: auto; margin: 0 auto; filter: drop-shadow(0 24px 22px rgba(12, 41, 73, .18)); animation: product-float 5s ease-in-out infinite; }
.product-link { position: relative; display: block; color: var(--navy); text-decoration: none; }
.product-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; margin-top: 16px; }
.product-badges span { padding: 7px 11px; border: 1px solid rgba(10, 168, 228, .14); border-radius: 999px; background: rgba(255, 255, 255, .7); box-shadow: 0 8px 18px rgba(12, 41, 73, .04); color: #486277; font-size: .73rem; font-weight: 700; }
.product-badges b { margin-right: 4px; color: #3d9c48; }

@keyframes product-float { 50% { transform: translateY(-9px); } }
@keyframes pulse { 50% { box-shadow: 0 0 0 12px rgba(95, 197, 102, .05), 0 0 34px rgba(95, 197, 102, .68); } }

@keyframes slow-spin { to { transform: rotate(1turn); } }

.details { position: relative; padding: 72px 0 78px; text-align: center; }
.details h2 { margin-bottom: 35px; }
.detail-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; text-align: left; }
.detail-cards article { position: relative; min-height: 205px; padding: 34px 28px 28px; border: 1px solid transparent; border-radius: 14px; background: linear-gradient(#fff, #f8fcff) padding-box, linear-gradient(135deg, rgba(10, 168, 228, .38), rgba(85, 185, 92, .12), rgba(12, 41, 73, .18)) border-box; box-shadow: 0 10px 25px rgba(12, 41, 73, .035); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.detail-cards article::before { position: absolute; top: 0; left: 28px; width: 43px; height: 4px; border-radius: 0 0 5px 5px; background: linear-gradient(90deg, var(--blue), #57c6ed); content: ''; }
.detail-cards article:hover { border-color: rgba(10, 168, 228, .35); box-shadow: 0 18px 34px rgba(12, 41, 73, .1); transform: translateY(-5px); }
.detail-cards p { margin: 0; color: var(--muted); font-size: .96rem; }
.card-link { display: inline-flex; gap: 6px; margin-top: 18px; color: #078dc4; font-family: var(--display); font-size: .84rem; font-weight: 800; text-decoration: none; }
.card-link:hover, .card-link:focus { color: var(--navy); text-decoration: underline; text-underline-offset: 4px; }
.icon-badge { display: grid; width: 48px; height: 48px; margin-bottom: 18px; border-radius: 14px; place-items: center; }
.icon-badge svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.icon-blue { background: linear-gradient(145deg, #e1f6ff, #c4ebfa); color: #058fca; box-shadow: 0 9px 18px rgba(10, 168, 228, .16); }
.icon-green { background: linear-gradient(145deg, #eaf9eb, #ccefd0); color: #398b43; box-shadow: 0 9px 18px rgba(85, 185, 92, .15); }
.icon-navy { background: linear-gradient(145deg, #e6eef7, #d3dfed); color: var(--navy); box-shadow: 0 9px 18px rgba(12, 41, 73, .14); }

.review { position: relative; padding: 74px 0; overflow: hidden; background: var(--surface); }
.review::before { position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: linear-gradient(90deg, var(--blue), #74c4e5, var(--green)); content: ''; }
.review-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: center; }
.review p { color: var(--muted); }
.review-panel { padding: 31px; border: 1px solid rgba(255, 255, 255, .85); border-left: 4px solid var(--blue); border-radius: 12px; background: rgba(255, 255, 255, .72); box-shadow: 0 12px 32px rgba(12, 41, 73, .09); backdrop-filter: blur(12px) saturate(130%); }
.review-panel ul { margin: 18px 0 0; padding-left: 20px; color: var(--muted); }
.review-panel li + li { margin-top: 10px; }

.review-summary { padding: 66px 0; text-align: center; }
.summary-inner { max-width: 820px; }
.summary-inner p { margin: 0 auto 28px; color: var(--muted); }
.check-table { margin: 29px 0 24px; overflow-x: auto; border: 1px solid var(--line); border-radius: 8px; text-align: left; }
.check-table table { width: 100%; border-collapse: collapse; min-width: 560px; }
.check-table th { padding: 15px 18px; background: var(--navy); color: #fff; font-size: .95rem; }
.check-table td { padding: 14px 18px; color: var(--muted); vertical-align: top; }
.check-table tr + tr td { border-top: 1px solid var(--line); }
.check-table th + th, .check-table td + td { border-left: 1px solid var(--line); }

.journey { position: relative; padding: 78px 0; overflow: hidden; background: var(--navy); color: #dcebf6; }
.journey::before { position: absolute; width: 650px; height: 650px; top: -410px; right: -160px; border-radius: 50%; background: conic-gradient(from 30deg, transparent, rgba(10, 168, 228, .25), transparent, rgba(85, 185, 92, .16), transparent); content: ''; animation: slow-spin 18s linear infinite; }
.journey .content-wrap { position: relative; }
.journey h2, .journey h3 { color: #fff; }
.journey h2 { max-width: 600px; }
.journey h2 span { background: linear-gradient(100deg, #6edbff, #8cdd91); -webkit-background-clip: text; background-clip: text; }
.journey .eyebrow { color: #67d4f7; }
.journey-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 38px; }
.journey-steps article { position: relative; min-height: 186px; padding: 26px; overflow: hidden; border: 1px solid rgba(159, 215, 237, .24); border-radius: 14px; background: rgba(255, 255, 255, .075); transition: transform .25s ease, background .25s ease; backdrop-filter: blur(10px); }
.journey-steps article:hover { background: rgba(255, 255, 255, .12); transform: translateY(-6px); }
.journey-steps p { margin: 0; color: #c5d7e6; font-size: .94rem; }
.step-number { position: absolute; top: 12px; right: 20px; color: rgba(103, 212, 247, .3); font-family: var(--display); font-size: 3.3rem; font-weight: 800; letter-spacing: -.08em; line-height: 1; }
.journey-icon { position: relative; display: grid; width: 43px; height: 43px; border: 1px solid rgba(103, 212, 247, .32); border-radius: 12px; background: rgba(103, 212, 247, .11); color: #8fddf8; place-items: center; }
.journey-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.journey-steps h3 { position: relative; margin: 18px 0 10px; }

.faq { padding: 68px 0; background: var(--surface); }
.faq-inner { max-width: 850px; }
.faq h2 { margin-bottom: 27px; }
.faq details { border-top: 1px solid var(--line); transition: background .2s ease; }
.faq details:hover { background: rgba(255, 255, 255, .55); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { padding: 20px 36px 20px 0; color: var(--navy); cursor: pointer; font-weight: 700; list-style: none; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; right: 4px; font-size: 1.4rem; font-weight: 400; }
.faq details[open] summary::after { content: '−'; }
.faq details p { margin: -4px 35px 20px 0; color: var(--muted); }

.notice { position: relative; padding: 48px 0; overflow: hidden; background: linear-gradient(110deg, #ecf8fc, #f8fcf8); }
.notice::before { position: absolute; width: 360px; height: 360px; top: -270px; right: 4%; border-radius: 50%; background: rgba(10, 168, 228, .09); content: ''; }
.notice-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.notice-inner { position: relative; }
.notice h2 { margin-bottom: 8px; font-size: 1.7rem; }
.notice p { max-width: 800px; margin: 0; color: var(--muted); font-size: .93rem; }

.site-footer { padding: 32px 0; background: var(--navy); color: #d9e3ed; text-align: center; font-size: .82rem; }
.site-footer p { max-width: 850px; margin: 0 auto 10px; }
.site-footer p:last-child { margin-bottom: 0; }
.site-footer a { color: #fff; }
.site-footer span { margin: 0 8px; }

@media (max-width: 760px) {
  .header-inner { min-height: 72px; width: min(100% - 28px, 1600px); }
  .brand img { width: 180px; }
  .header-nav { display: none; }
  .header-cta { padding: 11px 12px; font-size: .78rem; }
  .hero { padding: 46px 0 52px; }
  .hero-grid { grid-template-columns: 1fr; gap: 30px; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .product-image { grid-row: 1; }
  .product-image img { max-width: 360px; }
  .detail-cards { grid-template-columns: 1fr; }
  .detail-cards article { min-height: auto; }
  .review-grid { grid-template-columns: 1fr; gap: 28px; }
  .journey-steps { grid-template-columns: 1fr; }
  .journey-steps article { min-height: 160px; }
  .check-table { margin-left: -3px; margin-right: -3px; }
  .notice-inner { align-items: flex-start; flex-direction: column; }
}

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

