:root {
  --ink: #071a2f;
  --ink-2: #0d2742;
  --blue: #0f70f0;
  --blue-dark: #0756c6;
  --sky: #eaf3ff;
  --paper: #f7f9fc;
  --white: #fff;
  --muted: #526277;
  --line: #dce4ee;
  --green: #0c8e68;
  --radius: 18px;
  --shadow: 0 24px 70px rgba(7, 26, 47, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Plus Jakarta Sans", system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
svg { display: block; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; left: 20px; top: -80px; background: var(--ink); color: white; padding: 12px 18px; border-radius: 8px; }
.skip-link:focus { top: 16px; }
.checkout-notice { position: fixed; z-index: 1000; top: 18px; left: 50%; width: min(620px, calc(100% - 28px)); display: flex; align-items: center; gap: 14px; padding: 16px 20px; color: #07513f; border: 1px solid #9edcc8; border-radius: 12px; background: #e9faf4; box-shadow: 0 18px 45px rgba(7,26,47,.18); transform: translateX(-50%); }
.checkout-notice strong { flex: none; }
.checkout-notice span { font-size: 12px; line-height: 1.5; }

.site-header { position: absolute; z-index: 10; inset: 0 0 auto; padding: 22px 0; }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 18px; font-weight: 600; letter-spacing: -.04em; }
.brand strong { color: var(--blue); }
.brand-mark { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; color: #fff; background: var(--blue); box-shadow: 0 8px 22px rgba(15,112,240,.25); }
.brand-mark svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linejoin: round; }
nav { display: flex; gap: 34px; margin-left: 70px; }
nav a { color: #34475d; font-size: 14px; font-weight: 600; transition: color .2s ease; }
nav a:hover { color: var(--blue); }

.button { min-height: 50px; padding: 0 22px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-size: 14px; font-weight: 700; cursor: pointer; transition: background-color .2s ease, color .2s ease, box-shadow .2s ease, border-color .2s ease; }
.button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button-small { min-height: 42px; padding: 0 17px; color: #fff; background: var(--ink); }
.button-small:hover { background: var(--blue); }
.button-primary { color: #fff; background: var(--blue); box-shadow: 0 12px 28px rgba(15,112,240,.22); }
.button-primary:hover { background: var(--blue-dark); box-shadow: 0 15px 34px rgba(15,112,240,.32); }
.button-ghost { border: 1px solid var(--line); background: rgba(255,255,255,.65); }
.button-ghost:hover { border-color: #aab9ca; background: var(--white); }
.button-white { background: white; color: var(--ink); }
.button-white:hover { background: var(--sky); color: var(--blue-dark); }
.button:focus-visible, a:focus-visible, summary:focus-visible, .pack:focus-visible { outline: 3px solid #72adff; outline-offset: 3px; }

.hero { position: relative; overflow: hidden; padding: 168px 0 92px; min-height: 730px; background: radial-gradient(circle at 76% 26%, #dcecff 0, rgba(220,236,255,0) 30%), linear-gradient(135deg, #fff 0%, #f5f9ff 54%, #eef5ff 100%); }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; border: 1px solid rgba(15,112,240,.08); border-radius: 50%; right: -100px; top: 50px; box-shadow: 0 0 0 70px rgba(15,112,240,.025), 0 0 0 140px rgba(15,112,240,.018); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.03fr .97fr; gap: 80px; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { width: 22px; height: 2px; background: currentColor; }
.eyebrow.light { color: #75b4ff; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 22px 0; max-width: 680px; font-size: clamp(44px, 5.2vw, 68px); line-height: 1.04; letter-spacing: -.055em; }
h1 em, h2 em { color: var(--blue); font-style: normal; }
.hero-lead { max-width: 610px; color: var(--muted); font-size: 17px; line-height: 1.8; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 32px; }
.trust-row span { display: inline-flex; align-items: center; gap: 7px; color: #42536a; font-size: 12px; font-weight: 700; }
.trust-row svg { width: 17px; height: 17px; padding: 3px; border-radius: 50%; color: var(--green); background: #dcf7ed; fill: none; stroke: currentColor; stroke-width: 2.2; }

.hero-card { position: relative; padding: 27px; border: 1px solid rgba(255,255,255,.9); border-radius: 22px; background: rgba(255,255,255,.82); box-shadow: var(--shadow); backdrop-filter: blur(12px); transform: rotate(1.2deg); }
.card-topline { display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px; font-size: 12px; font-weight: 700; }
.card-topline > div { display: flex; gap: 8px; align-items: center; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(12,142,104,.1); }
.file-badge { color: var(--green); padding: 5px 8px; border-radius: 5px; background: #e7f8f2; font-size: 10px; }
.mini-table { overflow: hidden; border: 1px solid #e7edf4; border-radius: 10px; background: #fff; }
.mini-head, .mini-row { display: grid; grid-template-columns: 1.45fr 1fr .72fr; align-items: center; min-height: 52px; padding: 0 15px; gap: 10px; border-bottom: 1px solid #edf1f6; font-size: 10px; color: #637287; }
.mini-head { min-height: 36px; color: #8995a5; background: #f7f9fc; font-size: 9px; text-transform: uppercase; letter-spacing: .05em; }
.mini-row:last-child { border: 0; }
.mini-row.active { position: relative; background: #f5f9ff; }
.mini-row.active::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 3px; background: var(--blue); }
.mini-row > span:first-child { display: flex; align-items: center; gap: 8px; color: #25374c; }
.avatar { width: 25px; height: 25px; display: grid; place-items: center; flex: none; border-radius: 7px; color: #1761bf; background: #dcecff; font-size: 8px; font-style: normal; font-weight: 800; }
.avatar.purple { color: #6741c4; background: #eee8ff; }
.avatar.orange { color: #b45d16; background: #fff0df; }
.avatar.green { color: #0f8061; background: #e1f6ef; }
.status { color: var(--green); font-size: 9px; font-weight: 700; }
.card-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 14px; }
.card-metrics div { padding: 14px 16px; border-radius: 10px; background: #f5f8fc; }
.card-metrics strong { display: block; font-size: 22px; }
.card-metrics span { color: #718095; font-size: 9px; }
.float-chip { position: absolute; display: flex; align-items: center; gap: 7px; padding: 10px 12px; color: #30445a; border: 1px solid #e6ecf3; border-radius: 9px; background: white; box-shadow: 0 12px 28px rgba(7,26,47,.12); font-size: 10px; font-weight: 800; transform: rotate(-1.2deg); }
.float-chip svg { width: 17px; height: 17px; padding: 3px; border-radius: 5px; color: var(--blue); background: var(--sky); fill: none; stroke: currentColor; stroke-width: 2; }
.chip-one { left: -42px; top: 32%; }
.chip-two { right: -25px; bottom: 17%; }
.chip-two svg { color: var(--green); background: #e6f8f2; }

.proof-strip { color: #fff; background: var(--ink); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 30px 0; }
.proof-grid > div { display: flex; align-items: center; justify-content: center; gap: 14px; border-right: 1px solid rgba(255,255,255,.12); }
.proof-grid > div:last-child { border-right: 0; }
.proof-grid strong { color: #4a89d8; font-size: 11px; }
.proof-grid span { color: #d8e3ef; font-size: 12px; line-height: 1.45; font-weight: 600; }

.section { padding: 112px 0; }
.section-heading h2 { margin: 17px 0 14px; font-size: clamp(35px, 4vw, 50px); line-height: 1.12; letter-spacing: -.045em; }
.section-heading p { color: var(--muted); line-height: 1.7; }
.centered { text-align: center; }
.centered .eyebrow { justify-content: center; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 58px; }
.feature-card { position: relative; min-height: 310px; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: border-color .2s ease, box-shadow .2s ease; }
.feature-card:hover { border-color: #bed2eb; box-shadow: 0 18px 45px rgba(7,26,47,.08); }
.feature-card.featured { color: #fff; border-color: var(--ink-2); background: var(--ink-2); box-shadow: 0 18px 45px rgba(7,26,47,.15); }
.feature-number { position: absolute; right: 25px; top: 22px; color: #dbe3ec; font-size: 42px; font-weight: 800; letter-spacing: -.07em; }
.featured .feature-number { color: rgba(255,255,255,.1); }
.icon-box { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 34px; border-radius: 12px; color: var(--blue); background: var(--sky); }
.icon-box svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.featured .icon-box { background: var(--blue); color: white; }
.feature-card h3 { margin-bottom: 13px; font-size: 19px; letter-spacing: -.025em; }
.feature-card p { margin-bottom: 0; color: #65758a; font-size: 13px; line-height: 1.8; }
.featured p { color: #b9c8d7; }

.pricing { color: white; background: var(--ink); }
.pricing-heading { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 80px; margin-bottom: 55px; }
.pricing-heading h2 { margin-bottom: 0; }
.pricing-heading > p { margin-bottom: 4px; color: #a9bacb; font-size: 13px; }
.pricing-layout { display: grid; grid-template-columns: 1fr 355px; gap: 28px; align-items: start; }
.pack-list { display: grid; gap: 9px; }
.pack { width: 100%; min-height: 70px; display: grid; grid-template-columns: 1.3fr 1fr 100px 32px; align-items: center; gap: 12px; padding: 0 22px; color: white; border: 1px solid rgba(255,255,255,.1); border-radius: 11px; background: rgba(255,255,255,.035); text-align: left; cursor: pointer; transition: background-color .2s ease, border-color .2s ease; }
.pack:hover { border-color: rgba(111,177,255,.55); background: rgba(255,255,255,.07); }
.pack.selected { border-color: var(--blue); background: #0d3158; }
.pack > span:first-child { display: flex; align-items: center; gap: 9px; font-size: 13px; }
.pack > span strong { font-size: 19px; }
.pack small { padding: 5px 8px; border-radius: 5px; color: #92c4ff; background: rgba(15,112,240,.2); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.pack-unit { color: #93a7ba; font-size: 11px; }
.pack > b { font-size: 18px; text-align: right; }
.pack > i { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; color: #7590ac; background: rgba(255,255,255,.06); font-style: normal; }
.pack.selected > i { color: white; background: var(--blue); }
.order-card { position: sticky; top: 20px; padding: 30px; color: var(--ink); border-radius: 16px; background: white; box-shadow: 0 28px 70px rgba(0,0,0,.18); }
.order-label { color: #718197; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.order-count { display: flex; align-items: baseline; gap: 8px; margin: 16px 0 25px; }
.order-count strong { font-size: 48px; letter-spacing: -.06em; }
.order-count span { color: #63748a; font-size: 12px; }
.order-price { display: flex; justify-content: space-between; align-items: center; padding: 18px 0; border-block: 1px solid #e4eaf1; }
.order-price span { color: #63748a; font-size: 11px; }
.order-price strong { font-size: 20px; }
.order-card ul { display: grid; gap: 12px; margin: 22px 0; padding: 0; list-style: none; }
.order-card li { display: flex; align-items: center; gap: 9px; color: #475b72; font-size: 11px; }
.order-card li svg { width: 17px; height: 17px; padding: 3px; border-radius: 50%; color: var(--green); background: #e2f6ef; fill: none; stroke: currentColor; stroke-width: 2.2; }
.order-button { width: 100%; }
.order-card > small { display: block; margin-top: 12px; color: #8390a1; font-size: 9px; text-align: center; line-height: 1.5; }

.faq { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: start; }
.faq-intro h2 { margin: 18px 0; font-size: 40px; line-height: 1.18; letter-spacing: -.045em; }
.faq-intro p { color: var(--muted); font-size: 13px; line-height: 1.8; }
.faq-intro > a { display: inline-flex; gap: 14px; margin-top: 18px; color: var(--blue); font-size: 13px; font-weight: 800; }
.accordion { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-size: 14px; font-weight: 700; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary svg { width: 19px; flex: none; fill: none; stroke: var(--blue); stroke-width: 1.7; transition: transform .2s ease; }
details[open] summary svg { transform: rotate(45deg); }
details p { margin: -2px 42px 24px 0; color: var(--muted); font-size: 12px; line-height: 1.8; }

.final-cta { padding: 72px 0; color: white; background: var(--blue); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.final-cta h2 { margin: 14px 0 0; font-size: 37px; line-height: 1.2; letter-spacing: -.045em; }

footer { padding: 44px 0 24px; color: #a5b5c5; background: #041323; }
.footer-main { display: flex; align-items: center; gap: 34px; padding-bottom: 32px; border-bottom: 1px solid rgba(255,255,255,.1); }
.brand-footer { color: white; }
.footer-main p { margin: 0 auto 0 0; font-size: 12px; }
.footer-main > a:last-child { color: white; font-size: 12px; font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 23px; font-size: 9px; }

@media (max-width: 960px) {
  nav { display: none; }
  .hero { padding-top: 140px; }
  .hero-grid { grid-template-columns: 1fr; gap: 70px; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .trust-row, .hero-actions { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .hero-card { width: min(600px, 90%); margin-inline: auto; }
  .pricing-heading { grid-template-columns: 1fr; gap: 15px; }
  .pricing-heading > p { max-width: 600px; }
  .pricing-layout { grid-template-columns: 1fr 310px; }
  .faq-grid { gap: 50px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 620px); }
  .site-header { padding-top: 15px; }
  .button-small { display: none; }
  .hero { min-height: auto; padding: 112px 0 72px; }
  h1 { font-size: 43px; }
  .hero-lead { font-size: 15px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .trust-row { gap: 11px 17px; }
  .hero-card { width: 100%; padding: 17px; transform: none; }
  .chip-one { left: -7px; top: 35%; }
  .chip-two { right: -6px; bottom: 14%; }
  .float-chip { padding: 8px; font-size: 8px; }
  .mini-head, .mini-row { grid-template-columns: 1.5fr .9fr; }
  .mini-head span:last-child, .mini-row span:last-child { display: none; }
  .proof-grid { grid-template-columns: 1fr 1fr; row-gap: 24px; }
  .proof-grid > div:nth-child(2) { border-right: 0; }
  .section { padding: 80px 0; }
  .section-heading h2 { font-size: 37px; }
  .feature-grid { grid-template-columns: 1fr; margin-top: 38px; }
  .feature-card { min-height: 270px; }
  .pricing-layout { grid-template-columns: 1fr; }
  .pack { grid-template-columns: 1.1fr .9fr 28px; padding: 0 14px; }
  .pack-unit { display: none; }
  .pack > b { text-align: left; }
  .pack small { display: block; width: max-content; margin-top: 3px; }
  .pack > span:first-child { display: block; }
  .order-card { position: static; }
  .faq-grid { grid-template-columns: 1fr; gap: 45px; }
  .faq-intro h2 { font-size: 36px; }
  .final-cta-inner { flex-direction: column; align-items: flex-start; }
  .final-cta .button { width: 100%; }
  .final-cta h2 { font-size: 32px; }
  .footer-main { flex-wrap: wrap; }
  .footer-main p { order: 3; width: 100%; }
  .footer-bottom { flex-direction: column; }
}

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