:root {
  color-scheme: light;
  --paper: #f7f9fc;
  --ink: #14243e;
  --muted: #56677f;
  --line: #dce5f0;
  --blue: #245ce5;
  --blue-dark: #1745bc;
  --blue-soft: #edf3ff;
  --ease: cubic-bezier(.23, 1, .32, 1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; }
button, input { font: inherit; }
h1, h2, h3, p { margin: 0; }
.wrap { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; border-radius: 5px; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 20; background: var(--ink); color: white; padding: 12px 18px; border-radius: 10px; }
.skip-link:focus { top: 12px; }
.header { height: 104px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 23px; font-weight: 750; letter-spacing: -1px; flex-shrink: 0; }
.brand-light { font-weight: 450; margin-left: 3px; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; flex: 0 0 38px; border-radius: 12px; }
.logo-symbol { display: block; width: 100%; height: 100%; object-fit: contain; }
.header nav { display: flex; gap: 32px; font-size: 14px; font-weight: 550; }
.header nav a { padding-block: 12px; color: var(--muted); }
.header-help { font-size: 13px; font-weight: 600; display: flex; align-items: center; gap: 22px; border: 1px solid var(--line); background: white; padding: 11px 15px; border-radius: 11px; }
.header-help span { font-size: 17px; color: var(--blue); }
.hero { padding-top: 76px; padding-bottom: 84px; display: grid; grid-template-columns: 1.22fr 1fr; gap: 46px; align-items: center; }
.hero-copy { min-width: 0; }
.eyebrow { display: inline-flex; gap: 9px; align-items: center; border: 1px solid #d7e3fb; background: white; border-radius: 30px; padding: 8px 12px; font-size: 12px; font-weight: 650; color: #315587; }
.status-dot, .tiny-dot { width: 6px; height: 6px; border-radius: 50%; display: inline-block; background: var(--blue); }
.status-dot { box-shadow: 0 0 0 3px #eaf0ff; }
h1 { font-size: clamp(44px, 4.45vw, 62px); font-weight: 600; letter-spacing: -3.3px; line-height: 1.09; margin-top: 27px; }
h1 em { font-style: normal; color: var(--blue); }
.hero-description { max-width: 475px; margin-top: 25px; font-size: 17px; line-height: 1.7; color: var(--muted); }
.hero-actions { display: flex; gap: 26px; align-items: center; margin-top: 31px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 54px; padding: 0 23px; border-radius: 12px; font-size: 14px; font-weight: 650; transition: transform 140ms var(--ease), background-color 140ms ease, box-shadow 140ms ease; }
.button:active { transform: scale(.98); }
.primary { background: var(--blue); color: #fff; box-shadow: 0 4px 10px #245ce519, inset 0 1px 0 #ffffff22; }
.primary span { color: #fff; font-size: 20px; }
.secondary { background: #fff; color: var(--blue-dark); border: 1px solid #c9d8f4; }
.secondary span { font-size: 20px; }
.text-link { display: inline-flex; gap: 13px; align-items: center; font-size: 13px; font-weight: 650; }
.text-link span { color: var(--blue); }
.hero-facts { display: flex; gap: 0; margin-top: 44px; }
.hero-facts > span { font-size: 12px; color: var(--muted); padding: 0 27px; border-left: 1px solid var(--line); }
.hero-facts > span:first-child { padding-left: 0; border-left: 0; }
.hero-facts strong { display: block; font-size: 18px; font-weight: 650; letter-spacing: -.4px; color: var(--ink); margin-bottom: 5px; white-space: nowrap; }
.connection-art { height: 448px; position: relative; border: 1px solid #dce7f8; border-radius: 30px; background: radial-gradient(ellipse at 72% 16%, #e0f5ff 0%, transparent 52%), linear-gradient(145deg, #edf3ff, #f4f8ff 60%, #e9f1ff); overflow: hidden; }
.art-grid { position: absolute; inset: 0; opacity: .38; background-image: radial-gradient(#b1c4e3 .8px, transparent .8px); background-size: 20px 20px; mask-image: linear-gradient(to bottom, transparent, black 22%, black 80%, transparent); }
.art-label { position: absolute; top: 25px; left: 25px; font-size: 9px; font-weight: 650; letter-spacing: 1.5px; color: #4d6590; display: flex; align-items: center; gap: 7px; }
.orbit { position: absolute; border: 1px solid #d0ddf2; border-radius: 50%; width: 355px; height: 355px; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.orbit-two { width: 465px; height: 465px; border-style: dashed; border-color: #cfddf0; }
.central-card { width: 215px; height: 260px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(-5deg); background: #fff; border: 1px solid #d7e3f7; box-shadow: 0 22px 42px -15px #284c803b, 0 3px 8px #254d7610; border-radius: 23px; display: flex; align-items: center; flex-direction: column; color: var(--ink); padding: 27px 20px; }
.central-logo { width: 64px; height: 64px; flex: 0 0 64px; display: grid; place-items: center; }
.central-card > strong { font-size: 19px; font-weight: 650; letter-spacing: -.5px; margin-top: 16px; }
.central-card > span { font-size: 11px; color: var(--muted); margin-top: 7px; }
.art-price { font-size: 35px; font-weight: 600; margin-top: 20px; letter-spacing: -1.1px; color: var(--blue); white-space: nowrap; }
.art-price small { font-size: 11px; font-weight: 450; color: var(--muted); letter-spacing: 0; }
.device { position: absolute; width: 101px; height: 92px; background: #ffffffed; border: 1px solid #d8e3f3; border-radius: 17px; box-shadow: 0 9px 20px -10px #40659144; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; }
.device svg { width: 35px; height: 35px; stroke: var(--blue); stroke-width: 1.5; }
.device span { font-size: 10px; color: #486180; }
.phone { left: 22px; top: 96px; transform: rotate(-9deg); }
.laptop { right: 17px; top: 165px; transform: rotate(7deg); }
.tablet { left: 57px; bottom: 47px; transform: rotate(4deg); }
.art-footer { position: absolute; bottom: 19px; left: 24px; right: 24px; display: flex; justify-content: space-between; font-size: 9px; text-transform: uppercase; letter-spacing: .8px; color: #536c90; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
.section-number { font-size: 10px; font-weight: 650; letter-spacing: 1.6px; color: #536c92; }
.section-heading h2, .faq-heading h2, .closing h2 { font-size: 36px; letter-spacing: -1.45px; line-height: 1.18; font-weight: 600; margin-top: 14px; }
.section-heading > p { font-size: 14px; line-height: 1.7; color: var(--muted); }
.plans-section { padding: 65px 0; background: #eef3fa; border-block: 1px solid #e0e8f4; }
.pricing-layout { display: grid; grid-template-columns: 1.25fr 1fr; gap: 28px; align-items: stretch; }
.plan-options { border: 0; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; min-width: 0; }
.plan-option { display: flex; align-items: center; position: relative; gap: 18px; border: 1px solid #d6e1ef; border-radius: 15px; min-height: 94px; flex: 1; padding: 18px 24px; cursor: pointer; background: #ffffffb3; }
.plan-option:has(input:checked) { border: 2px solid var(--blue); padding: 17px 23px; background: #fff; box-shadow: 0 5px 16px -9px #245ce539; }
.plan-option input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.plan-option:has(input:focus-visible) { outline: 3px solid #245ce5; outline-offset: 4px; }
.radio-dot { width: 20px; height: 20px; border: 1px solid #9caec7; flex-shrink: 0; border-radius: 50%; background: #fff; }
.plan-option input:checked + .radio-dot { background: var(--blue); border: 5px solid var(--blue); box-shadow: inset 0 0 0 3px white; }
.plan-info { flex: 1; min-width: 0; }
.plan-info strong, .plan-price strong { font-weight: 600; font-size: 19px; letter-spacing: -.4px; }
.plan-option small { display: block; color: var(--muted); font-size: 11px; margin-top: 7px; }
.plan-option .bonus { color: var(--blue-dark); }
.plan-price { text-align: right; flex-shrink: 0; }
.order-card { background: white; border: 1px solid #dce5f1; box-shadow: 0 10px 32px -22px #34577e42; border-radius: 21px; padding: 29px 32px; }
.order-top { display: flex; justify-content: space-between; align-items: center; font-size: 9px; font-weight: 550; letter-spacing: 1.3px; color: var(--muted); gap: 10px; }
.order-badge { background: var(--blue-soft); border-radius: 20px; padding: 6px 10px; letter-spacing: 0; color: #2856a0; font-size: 11px; }
.order-summary { margin-top: 20px; }
.order-summary h3 { font-size: 18px; font-weight: 500; }
.total { font-size: 58px; font-weight: 600; letter-spacing: -3px; margin-top: 4px; font-variant-numeric: tabular-nums; white-space: nowrap; }
.total > span:last-child { font-size: 35px; }
.order-summary > p:last-child { font-size: 11px; color: var(--muted); margin-top: 4px; }
.included { list-style: none; padding: 0; margin: 23px 0; font-size: 12px; line-height: 2.05; }
.included li:before { content: '✓'; color: var(--blue); font-weight: 700; margin-right: 10px; }
.full { display: flex; width: 100%; }
.checkout-note { text-align: center; font-size: 11px; line-height: 1.65; color: var(--muted); margin-top: 13px; }
.trial-row { margin-top: 28px; border: 1px solid #d8e3f4; border-radius: 18px; background: #f8faff; padding: 26px 29px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.trial-tag { font-size: 9px; font-weight: 550; letter-spacing: 1.3px; color: #526c96; }
.trial-row h3 { font-size: 26px; letter-spacing: -.8px; margin: 8px 0; font-weight: 600; }
.trial-row p { font-size: 12px; color: var(--muted); line-height: 1.65; }
.trial-action { text-align: right; }
.trial-action p { font-size: 11px; margin-top: 10px; }
.extra-note { font-size: 12px; line-height: 1.75; color: var(--muted); margin-top: 24px; }
.extra-note a { text-decoration: underline; text-underline-offset: 3px; color: var(--blue-dark); }
.how-section { padding-top: 80px; padding-bottom: 80px; }
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.steps li { padding: 26px; border: 1px solid var(--line); border-radius: 19px; background: #fff; }
.step-index { font-size: 12px; font-weight: 650; color: var(--blue); background: var(--blue-soft); width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center; margin-bottom: 29px; }
.steps h3 { font-size: 19px; font-weight: 600; letter-spacing: -.5px; }
.steps p { font-size: 13px; line-height: 1.8; color: var(--muted); margin-top: 12px; max-width: 320px; }
.faq-section { display: grid; grid-template-columns: 1fr 1.4fr; gap: 65px; padding-block: 65px; border-top: 1px solid var(--line); }
.faq-heading > p { font-size: 13px; line-height: 1.8; color: var(--muted); margin: 22px 0; }
.faq-list { min-width: 0; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
summary { list-style: none; cursor: pointer; font-size: 14px; font-weight: 600; padding: 23px 0; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
summary::-webkit-details-marker { display: none; }
summary span { font-size: 21px; font-weight: 400; color: var(--blue); flex-shrink: 0; width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: var(--blue-soft); }
details[open] summary span { transform: rotate(45deg); }
details p { font-size: 13px; line-height: 1.8; color: var(--muted); padding: 0 32px 24px 0; }
.closing { margin-top: 15px; margin-bottom: 70px; background: linear-gradient(115deg, #eaf2ff, #e9f5ff); border: 1px solid #d5e4fb; padding: 40px 42px; border-radius: 23px; display: flex; justify-content: space-between; align-items: center; gap: 25px; }
.closing .section-number { color: #45659b; }
.closing h2 { font-size: 31px; margin-top: 10px; }
.closing p { margin-top: 12px; font-size: 12px; color: #4d6485; }
.closing .button { flex-shrink: 0; }
.footer { border-top: 1px solid var(--line); padding-block: 31px; }
.footer-top, .footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.footer .brand { font-size: 19px; }
.footer .brand-mark { width: 33px; height: 33px; flex-basis: 33px; }
.footer-links { display: flex; gap: 22px; font-size: 12px; }
.footer-bottom { margin-top: 29px; color: var(--muted); font-size: 11px; line-height: 1.8; }
.footer-bottom > p:nth-child(2) { text-align: center; }
.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; }
@media (hover: hover) and (pointer: fine) {
  .primary:hover { background: var(--blue-dark); box-shadow: 0 5px 15px #245ce52a; }
  .secondary:hover, .header-help:hover { background: var(--blue-soft); }
  .text-link:hover, .header nav a:hover, .footer-links a:hover { color: var(--blue-dark); text-decoration: underline; text-underline-offset: 4px; }
  .plan-option:hover { border-color: #80a3ec; }
  .plan-option:has(input:checked):hover { border-color: var(--blue); }
}
@media (max-width: 1100px) {
  .hero { gap: 28px; }
  h1 { font-size: 49px; letter-spacing: -2.8px; }
  .connection-art { height: 420px; }
  .device { width: 84px; height: 80px; }
  .phone { left: 10px; }
  .laptop { right: 8px; top: 185px; }
  .tablet { left: 30px; bottom: 34px; }
  .central-card { width: 188px; height: 245px; padding: 24px 16px; }
  .central-card > strong { font-size: 17px; }
  .art-footer { display: none; }
  .hero-facts > span { padding-inline: 17px; }
  .hero-actions { gap: 17px; }
  .hero-actions .button { gap: 15px; padding-inline: 19px; }
  .pricing-layout { grid-template-columns: 1.2fr 1fr; }
  .steps { gap: 16px; }
  .steps li { padding: 23px; }
  .closing { padding: 32px; }
  .closing h2 { font-size: 28px; }
}
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 49px; padding-bottom: 55px; gap: 40px; }
  h1 { font-size: clamp(43px, 6.6vw, 62px); letter-spacing: -2.8px; }
  .hero-description { max-width: 560px; }
  .connection-art { height: 365px; }
  .central-card { width: 215px; height: 260px; padding-top: 27px; }
  .central-card > strong { font-size: 19px; }
  .phone { left: 15%; top: 65px; }
  .laptop { right: 14%; top: 137px; }
  .tablet { left: 24%; bottom: 26px; }
  .device { width: 96px; height: 87px; }
  .art-footer { display: flex; }
  .pricing-layout { grid-template-columns: 1.1fr 1fr; gap: 20px; }
  .plan-option { gap: 12px; padding-inline: 17px; }
  .plan-option:has(input:checked) { padding-inline: 16px; }
  .plan-info strong, .plan-price strong { font-size: 17px; }
  .order-card { padding: 26px 23px; }
  .steps { grid-template-columns: 1fr; gap: 14px; }
  .steps li { display: grid; grid-template-columns: 38px 1fr; gap: 6px 18px; }
  .step-index { grid-row: 1 / 3; margin: 0; }
  .steps h3 { margin-top: 6px; }
  .steps p { grid-column: 2; max-width: none; margin-top: 0; }
  .faq-section { gap: 32px; }
  .closing { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 640px) {
  .wrap { width: calc(100% - 40px); }
  .header { height: 82px; gap: 12px; }
  .header nav { display: none; }
  .brand { font-size: 21px; gap: 8px; }
  .brand-mark { width: 34px; height: 34px; flex-basis: 34px; }
  .header-help { gap: 12px; padding: 9px 11px; font-size: 12px; }
  .hero { padding-top: 39px; padding-bottom: 43px; gap: 33px; }
  h1 { font-size: clamp(37px, 9.4vw, 55px); letter-spacing: -2px; margin-top: 23px; }
  .hero-description { font-size: 15px; margin-top: 20px; line-height: 1.75; }
  .hero-actions { margin-top: 25px; gap: 20px; }
  .hero-actions .button { font-size: 13px; padding-inline: 17px; }
  .hero-actions .text-link { font-size: 12px; gap: 8px; }
  .hero-facts { margin-top: 31px; }
  .hero-facts > span { padding-inline: 19px; font-size: 11px; }
  .hero-facts strong { font-size: 16px; }
  .connection-art { height: 343px; border-radius: 24px; }
  .central-card { width: 181px; height: 231px; padding: 21px 13px; }
  .central-logo { width: 54px; height: 54px; flex-basis: 54px; }
  .central-card > strong { font-size: 17px; margin-top: 13px; }
  .art-price { font-size: 31px; margin-top: 16px; }
  .phone { left: 5%; top: 59px; }
  .laptop { right: 3%; top: 146px; }
  .tablet { left: 13%; bottom: 26px; }
  .device { width: 80px; height: 77px; border-radius: 14px; }
  .device svg { width: 31px; height: 31px; }
  .device span { font-size: 9px; }
  .art-label { top: 20px; left: 20px; font-size: 8px; }
  .art-footer { display: none; }
  .plans-section { padding-block: 42px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 17px; margin-bottom: 26px; }
  .section-heading h2, .faq-heading h2 { font-size: 30px; letter-spacing: -1.2px; }
  .section-heading > p { font-size: 13px; }
  .section-heading > p br { display: none; }
  .pricing-layout { grid-template-columns: 1fr; gap: 20px; }
  .plan-option { min-height: 86px; padding: 15px 18px; }
  .plan-option:has(input:checked) { padding: 14px 17px; }
  .plan-info strong, .plan-price strong { font-size: 18px; }
  .order-card { padding: 25px; }
  .order-summary { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 0 10px; }
  .order-summary .total { grid-column: 2; grid-row: 1 / 3; font-size: 43px; letter-spacing: -2px; }
  .total > span:last-child { font-size: 26px; }
  .order-summary > p:last-child { grid-column: 1; font-size: 10px; line-height: 1.5; }
  .order-summary h3 { font-size: 20px; }
  .order-card .included { display: grid; grid-template-columns: 1fr; gap: 3px; font-size: 12px; }
  .trial-row { align-items: flex-start; flex-direction: column; gap: 20px; padding: 23px; }
  .trial-action { text-align: left; width: 100%; }
  .trial-action .button { width: 100%; font-size: 13px; }
  .trial-action p { text-align: center; }
  .extra-note { font-size: 11px; }
  .how-section { padding-block: 45px; }
  .steps li { padding: 22px 20px; gap: 8px 15px; }
  .steps h3 { font-size: 18px; }
  .steps p { font-size: 12px; }
  .faq-section { grid-template-columns: 1fr; gap: 28px; padding-block: 40px; }
  .faq-heading h2 br { display: none; }
  .faq-heading > p { margin: 16px 0; }
  summary { font-size: 13px; padding: 20px 0; line-height: 1.55; gap: 14px; }
  details p { font-size: 12px; padding-right: 15px; }
  .closing { padding: 28px 24px; margin-block: 14px 38px; border-radius: 19px; }
  .closing h2 { font-size: 28px; }
  .closing .button { width: 100%; }
  .closing p { line-height: 1.7; }
  .footer-top { align-items: flex-start; flex-direction: column; gap: 22px; }
  .footer-links { gap: 15px; flex-wrap: wrap; font-size: 11px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 14px; margin-top: 23px; }
  .footer-bottom > p:nth-child(2) { text-align: left; }
}
@media (max-width: 380px) {
  .wrap { width: calc(100% - 30px); }
  .brand { font-size: 19px; }
  .brand-mark { width: 31px; height: 31px; flex-basis: 31px; }
  .header-help { padding-inline: 9px; gap: 8px; }
  h1 { font-size: 36px; letter-spacing: -1.8px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .button { font-size: 14px; }
  .hero-actions .text-link { justify-content: center; font-size: 13px; }
  .hero-facts > span { padding-inline: 14px; font-size: 10px; }
  .hero-facts strong { font-size: 15px; }
  .connection-art { height: 321px; }
  .device { width: 70px; height: 71px; }
  .phone { left: 6px; }
  .laptop { right: 4px; }
  .tablet { left: 19px; bottom: 22px; }
  .central-card { width: 167px; height: 222px; }
  .plan-option { gap: 10px; padding-inline: 15px; }
  .plan-option:has(input:checked) { padding-inline: 14px; }
  .plan-info strong, .plan-price strong { font-size: 16px; }
  .plan-option small { font-size: 10px; }
  .order-card { padding: 22px; }
  .order-summary { grid-template-columns: 1fr; gap: 4px; }
  .order-summary .total { grid-column: 1; grid-row: auto; font-size: 52px; }
  .order-summary > p:last-child { font-size: 11px; }
  .trial-row { padding: 22px; }
  .trial-action .button { padding-inline: 17px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
  .button:active { transform: none; }
}
