:root {
  color-scheme: light;
  --navy: #071426;
  --ink: #0b1930;
  --muted: #5e6c82;
  --blue: #0b62f6;
  --blue-dark: #084ec5;
  --blue-soft: #edf5ff;
  --green: #0caf7b;
  --green-soft: #eafaf4;
  --line: #cbd8e7;
  --surface: #f5f9fd;
  --white: #fff;
  --shadow: 0 24px 60px rgba(24, 61, 112, .14);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: #fff; color: var(--ink); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.section-shell { width: min(1320px, calc(100% - 64px)); margin-inline: auto; }

.site-header {
  width: min(1400px, calc(100% - 48px));
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-inline: auto;
}

.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand img { width: 48px; height: 48px; object-fit: contain; }
.brand span { display: grid; }
.brand strong { font-size: 22px; line-height: 1; letter-spacing: -.03em; }
.brand small { margin-top: 4px; color: var(--muted); font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.site-header nav { display: flex; align-items: center; gap: 40px; color: #1f2b3e; font-size: 14px; font-weight: 750; }
.site-header nav a:hover, .site-header nav a:focus-visible, footer nav a:hover { color: var(--blue); }

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  padding: 0 24px;
  background: linear-gradient(135deg, var(--blue), #0757e5);
  box-shadow: 0 12px 24px rgba(11, 98, 246, .2);
  color: #fff;
  font-size: 15px;
  font-weight: 850;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 30px rgba(11, 98, 246, .27); }
.button:focus-visible, a:focus-visible { outline: 3px solid rgba(11, 98, 246, .3); outline-offset: 3px; }
.button-small { min-height: 44px; padding-inline: 20px; font-size: 13px; }

.hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: .88fr 1.3fr;
  align-items: center;
  gap: 56px;
  padding: 52px 0 78px;
}
.hero::before { content: ""; position: absolute; inset: 90px 0 auto; z-index: -1; height: 720px; background: radial-gradient(circle at 74% 40%, #e7f2ff 0, rgba(231, 242, 255, .5) 24%, transparent 58%), linear-gradient(#fff, #f8fbff); }
.hero h1 { max-width: 600px; margin: 0; font-size: clamp(48px, 4vw, 58px); line-height: 1.04; letter-spacing: -.065em; }
.hero-copy > p { max-width: 570px; margin: 28px 0 0; color: var(--muted); font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 34px; }
.text-link { color: var(--blue); font-weight: 850; }
.inline-link { color: var(--blue); font-weight: 850; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.text-link span { display: inline-block; margin-left: 6px; transition: transform .18s ease; }
.text-link:hover span { transform: translateX(4px); }
.hero .trust-line { display: flex; align-items: center; gap: 10px; margin-top: 30px; color: #53627a; font-size: 13px; font-weight: 750; }
.trust-line span { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--green-soft); color: var(--green); font-weight: 950; }
.product-frame { min-width: 0; margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: var(--shadow); transform: perspective(1400px) rotateY(-1.5deg); }
.product-frame img { width: 100%; height: auto; object-fit: contain; }

.features { padding: 104px 0 120px; }
.section-heading { max-width: 820px; margin: 0 auto 64px; text-align: center; }
.section-heading h2 { margin: 0; font-size: clamp(36px, 4.2vw, 58px); line-height: 1.06; letter-spacing: -.055em; }
.section-heading p { margin: 18px auto 0; color: var(--muted); font-size: 17px; line-height: 1.6; }
.feature-rail { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.feature-rail article { min-width: 0; padding: 42px 42px 48px; }
.feature-rail article + article { border-left: 1px solid var(--line); }
.feature-number { color: var(--blue); font: 900 14px ui-monospace, monospace; }
.feature-rail h3 { margin: 18px 0 10px; font-size: 25px; letter-spacing: -.035em; }
.feature-rail article > p { min-height: 82px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.mini-board, .mini-decision, .mini-risk { min-height: 116px; margin-top: 24px; border: 1px solid #9fc2ff; border-radius: 7px; padding: 16px; background: #fff; }
.mini-board { display: grid; grid-template-columns: auto 1fr; gap: 4px 12px; align-content: center; }
.mini-board strong { grid-row: 1 / 3; color: var(--blue); font-size: 38px; line-height: 1; }
.mini-board span, .mini-decision strong { font-weight: 900; }
.mini-board small, .mini-decision small { color: var(--muted); }
.mini-decision { display: flex; align-items: center; gap: 12px; background: var(--blue-soft); }
.mini-decision b { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 5px; background: #dff7ed; color: #07855e; font-size: 11px; }
.mini-decision span { display: grid; gap: 5px; }
.mini-risk { display: grid; align-content: center; gap: 10px; }
.mini-risk span { color: var(--muted); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.mini-risk strong { color: #d72424; }
.mini-risk i { height: 6px; overflow: hidden; border-radius: 999px; background: #dce4ed; }
.mini-risk i::after { content: ""; display: block; width: 11%; height: 100%; background: #d72424; }

.workflow { padding: 110px 0; background: linear-gradient(180deg, #edf6ff, #f9fcff); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.steps li { position: relative; padding: 0 42px; text-align: center; }
.steps li + li::before { content: ""; position: absolute; top: 25px; right: 69%; width: 62%; border-top: 2px solid #79a9f8; }
.steps li > span { position: relative; z-index: 1; width: 52px; height: 52px; display: grid; place-items: center; margin: 0 auto 24px; border-radius: 8px; background: var(--blue); box-shadow: 0 8px 18px rgba(11, 98, 246, .2); color: #fff; font-weight: 950; }
.steps h3 { margin: 0; font-size: 20px; letter-spacing: -.03em; }
.steps p { margin: 10px auto 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.activation { max-width: 860px; display: flex; align-items: center; gap: 18px; margin: 60px auto 0; border: 1px solid var(--green); border-left-width: 4px; border-radius: 6px; padding: 18px 22px; background: rgba(255,255,255,.8); }
.activation > span { width: 38px; height: 38px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: #fff; font-weight: 950; }
.activation p { margin: 0; color: var(--muted); line-height: 1.5; }
.activation strong { display: block; color: var(--ink); }

.pricing { margin-top: 110px; border: 1px solid var(--line); border-radius: 12px; padding: 68px 54px 46px; background: linear-gradient(135deg, #f3f8fd, #edf5ff); }
.pricing-heading { max-width: 780px; margin: 0 auto 42px; text-align: center; }
.pricing-heading h2 { margin: 0; font-size: clamp(42px, 4.3vw, 62px); line-height: 1.04; letter-spacing: -.055em; }
.pricing-heading > p:last-child { margin: 18px auto 0; color: var(--muted); line-height: 1.6; }
.tier-grid { max-width: 880px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; align-items: stretch; margin-inline: auto; }
.price-panel { position: relative; display: flex; flex-direction: column; border: 1px solid #d5e0ed; border-radius: 10px; padding: 34px 30px; background: #fff; box-shadow: 0 18px 38px rgba(31, 64, 106, .1); }
.price-panel.featured-tier { border: 2px solid var(--blue); transform: translateY(-8px); }
.tier-badge { position: absolute; top: -15px; left: 50%; margin: 0; border-radius: 999px; padding: 6px 12px; background: var(--blue); color: #fff; font-size: 10px; font-weight: 900; text-transform: uppercase; transform: translateX(-50%); white-space: nowrap; }
.price-panel h3 { margin: 0 0 18px; font-size: 25px; letter-spacing: -.04em; }
.price { display: flex; align-items: baseline; gap: 10px; margin: 0; }
.price strong { color: var(--blue); font-size: 48px; line-height: 1; letter-spacing: -.055em; }
.price span { font-size: 16px; }
.tier-summary { min-height: 72px; margin: 18px 0; color: var(--muted); line-height: 1.5; }
.price-panel ul { margin: 0 0 28px; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; }
.price-panel li { position: relative; margin: 10px 0; padding-left: 24px; font-size: 14px; }
.price-panel li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 950; }
.price-panel .button { width: 100%; margin-top: auto; }
.secondary-button { border: 1px solid var(--blue); background: #fff; color: var(--blue); box-shadow: none; }
.hero-actions .secondary-button { min-width: 142px; }
.pricing-fine { margin: 30px 0 0; color: var(--muted); font-size: 12px; text-align: center; }

.faq { padding: 112px 0 82px; }
.eyebrow { margin: 0 0 12px; color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
.faq-grid article { min-width: 0; padding: 32px 36px 34px 0; border-bottom: 1px solid var(--line); }
.faq-grid article:nth-child(even) { padding-right: 0; padding-left: 36px; border-left: 1px solid var(--line); }
.faq-grid h3 { margin: 0; font-size: 20px; line-height: 1.3; letter-spacing: -.03em; }
.faq-grid p { margin: 12px 0 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.privacy { display: grid; grid-template-columns: .7fr 1.5fr; gap: 62px; margin-top: 28px; border-radius: 12px; padding: 50px 58px; background: radial-gradient(circle at 0 0, #10345f, transparent 34%), var(--navy); color: #fff; }
.privacy-title { display: flex; align-items: flex-start; gap: 18px; }
.privacy-title > span { width: 46px; height: 46px; flex: 0 0 auto; display: grid; place-items: center; border: 2px solid var(--green); border-radius: 50%; color: var(--green); font-size: 24px; }
.privacy h2 { margin: 4px 0 0; font-size: 29px; line-height: 1.2; letter-spacing: -.04em; }
.privacy-points { display: grid; grid-template-columns: repeat(3, 1fr); }
.privacy-points p { margin: 0; padding: 0 26px; color: #c5d3e4; font-size: 13px; line-height: 1.6; }
.privacy-points p + p { border-left: 1px solid #33506f; }
.privacy-points strong { display: block; margin-bottom: 5px; color: #fff; }

.contact { display: flex; align-items: center; justify-content: space-between; gap: 48px; margin-top: 70px; padding-top: 36px; padding-bottom: 36px; border-top: 1px solid var(--line); }
.contact h2 { max-width: 680px; margin: 8px 0 0; font-size: clamp(30px, 4vw, 48px); line-height: 1.03; letter-spacing: -.045em; }
.contact-actions { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 18px 24px; }
.contact-actions .button { white-space: nowrap; }
footer { min-height: 150px; display: grid; grid-template-columns: auto minmax(220px, 1fr) minmax(340px, auto); align-items: center; gap: 42px; margin-top: 36px; padding: 28px max(32px, calc((100vw - 1320px) / 2)); background: #061326; color: #fff; }
.brand-footer img { width: 40px; height: 40px; }
.brand-footer small, footer p { color: #99abc2; }
footer p { margin: 0; font-size: 12px; }
.footer-copy { display: grid; gap: 6px; }
.footer-copy a { color: #fff; }
footer nav { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 14px 24px; max-width: 520px; font-size: 13px; font-weight: 800; }

@media (max-width: 1050px) {
  .site-header nav { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 68px; }
  .hero-copy { text-align: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions, .hero .trust-line { justify-content: center; }
  .product-frame { max-width: 920px; margin-inline: auto; transform: none; }
  .feature-rail article { padding-inline: 26px; }
  .pricing { padding: 52px 32px 40px; }
  .tier-grid { grid-template-columns: 1fr; }
  .price-panel.featured-tier { transform: none; }
  .privacy { grid-template-columns: 1fr; }
  .faq { padding-top: 84px; }
}

@media (max-width: 720px) {
  .section-shell { width: min(100% - 32px, 640px); }
  .site-header { width: calc(100% - 28px); min-height: 74px; }
  .brand img { width: 40px; height: 40px; }
  .brand strong { font-size: 18px; }
  .site-header .button { min-height: 40px; padding-inline: 13px; font-size: 11px; }
  .hero { gap: 38px; padding: 46px 0 64px; }
  .hero::before { top: 74px; height: 660px; }
  .hero h1 { font-size: clamp(42px, 13vw, 58px); }
  .hero-copy > p { margin-top: 20px; font-size: 16px; }
  .hero-actions { flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .hero .trust-line { align-items: flex-start; font-size: 11px; text-align: left; }
  .product-frame { border-radius: 7px; }
  .features { padding: 76px 0; }
  .section-heading { margin-bottom: 42px; }
  .section-heading h2 { font-size: 39px; }
  .feature-rail { grid-template-columns: 1fr; }
  .feature-rail article + article { border-top: 1px solid var(--line); border-left: 0; }
  .feature-rail article > p { min-height: 0; }
  .workflow { padding: 78px 0; }
  .steps { grid-template-columns: 1fr; gap: 42px; }
  .steps li + li::before { display: none; }
  .activation { align-items: flex-start; margin-top: 42px; }
  .pricing { margin-top: 70px; padding: 42px 18px 30px; }
  .pricing-heading { margin-bottom: 34px; }
  .pricing-heading h2 { font-size: 40px; }
  .price-panel { padding: 30px 24px; }
  .price strong { font-size: 52px; }
  .faq { padding: 72px 0 56px; }
  .faq-grid { grid-template-columns: 1fr; }
  .faq-grid article, .faq-grid article:nth-child(even) { padding: 26px 0; border-left: 0; }
  .privacy { gap: 34px; padding: 34px 24px; }
  .privacy-points { grid-template-columns: 1fr; gap: 24px; }
  .privacy-points p { padding: 0; }
  .privacy-points p + p { border-left: 0; }
  .contact { align-items: flex-start; flex-direction: column; gap: 24px; margin-top: 40px; }
  .contact-actions { justify-content: flex-start; }
  footer { grid-template-columns: 1fr; gap: 20px; margin-top: 24px; text-align: center; }
  footer .brand { justify-self: center; }
  footer nav { justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
