@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/Manrope-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/Manrope-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/Manrope-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/Manrope-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-display: swap;
}
:root {
  --primary: #3549e8;
  --primary-dark: #17205f;
  --auth-bg: #faf8f3;
  --surface: #fff;
  --ink: #151927;
  --muted: #596278;
  --border: #dfe3ed;
  --amber: #ffca73;
  --gold-ink: #795009;
  --green: #087549;
  --light-blue: #f1f4ff;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; color: var(--ink); background: var(--auth-bg); font-family: "Manrope", Arial, sans-serif; font-size: 1rem; line-height: 1.6; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, summary:focus-visible, [tabindex="0"]:focus-visible { outline: 3px solid var(--primary); outline-offset: 4px; }
.section-navy :focus-visible, .hero :focus-visible { outline-color: var(--amber); }
a:hover { text-decoration-thickness: 2px; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 100; padding: 12px 20px; color: #fff; background: var(--primary-dark); border-radius: 8px; }
.skip-link:focus { top: 8px; }
.site-header {
  position: fixed; z-index: 20; top: 16px; left: 50%; transform: translateX(-50%);
  width: min(calc(100% - 32px), var(--max)); min-height: 68px;
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px;
  padding: 10px 12px 10px 14px; border: 1px solid var(--border); border-radius: 12px;
  background: rgba(255,255,255,.96); box-shadow: 0 8px 30px #10184216; backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; color: var(--primary-dark); }
.brand img { width: 42px; height: 42px; border-radius: 9px; }
.site-nav { justify-self: center; display: flex; align-items: center; gap: 2px; }
.site-nav a { padding: 10px; border-radius: 6px; font-size: .9rem; font-weight: 700; }
.site-nav a:hover { color: var(--primary); background: var(--light-blue); }
.header-cta, .button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 18px; border: 1px solid transparent; border-radius: 8px; font-size: .95rem; font-weight: 800; line-height: 1.4; cursor: pointer; transition: background 160ms ease, box-shadow 160ms ease; text-align: center; }
.header-cta, .button-primary { color: #fff; background: var(--primary); }
.header-cta:hover, .button-primary:hover { background: #293ac2; box-shadow: 0 8px 20px #10184220; }
.button-secondary { color: #fff; background: #ffffff0d; border-color: #ffffff70; }
.button-secondary:hover { background: #ffffff1f; }
.button-outline { color: var(--primary); border-color: #b5beef; background: #fff; }
.button-outline:hover { background: var(--light-blue); }
.button:disabled { opacity: .75; cursor: wait; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 1px solid var(--border); border-radius: 8px; background: #fff; cursor: pointer; }
.nav-toggle span { display: block; height: 2px; width: 20px; margin: 4px 0; background: var(--ink); }
.hero { color: #fff; background: radial-gradient(ellipse at 85% 45%, #3646bc 0, transparent 53%), var(--primary-dark); padding: 142px 24px 64px; }
.hero-layout { width: min(100%, var(--max)); margin: auto; display: grid; grid-template-columns: 1.16fr .84fr; align-items: center; gap: 44px; }
.hero-content, .hero-product { min-width: 0; }
.trial-badge { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 28px; padding: 7px 12px; border: 1px solid #ffca7360; border-radius: 6px; background: #ffca7310; color: var(--amber); font-size: .875rem; font-weight: 700; }
.eyebrow { margin: 0 0 14px; color: var(--gold-ink); font-size: .875rem; font-weight: 800; }
.hero .eyebrow, .section-navy .eyebrow { color: var(--amber); }
.hero h1 { margin: 0; font-size: clamp(2.6rem, 4.5vw, 4rem); line-height: 1.08; letter-spacing: -.04em; font-weight: 800; }
.hero h1 span { color: #c8d0ff; }
.hero-copy { max-width: 520px; margin: 24px 0 0; color: #e0e4fa; font-size: 1.15rem; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-note { max-width: 440px; font-size: .875rem; color: #d6dcf6; margin: 16px 0 0; }
.hero-tour-link { display: inline-flex; align-items: center; gap: 16px; padding: 12px 0; margin-top: 16px; color: #fff; font-weight: 700; }
.hero-tour-link:hover { text-decoration: underline; }
.hero-product { margin: 0; display: grid; justify-items: center; }
.hero-product-label { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; font-size: .875rem; color: #e0e4fa; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--amber); }
.hero-devices { display: grid; grid-template-columns: 1fr; width: 100%; max-width: 390px; padding: 8px 16px; }
.hero-device { grid-area: 1 / 1; width: 66%; border: 4px solid #a7b2ee; border-radius: 18px; box-shadow: 0 22px 40px #080f4340; }
.hero-device-front { justify-self: start; transform: rotate(-5deg); }
.hero-device-back { justify-self: end; transform: rotate(6deg) translateY(14px); }
.hero-product figcaption { margin-top: 30px; color: #d6dcf6; font-size: .8rem; text-align: center; }
.value-strip { width: min(100% - 48px, var(--max)); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--border); padding: 26px 0; gap: 24px; }
.value-strip p { display: grid; gap: 3px; margin: 0; padding-left: 24px; border-left: 2px solid var(--border); }
.value-strip p:first-child { border: 0; padding-left: 0; }
.value-strip strong { font-size: 1.08rem; color: var(--primary-dark); }
.value-strip span { color: var(--muted); font-size: .875rem; }
.section { padding: 80px 24px; }
.section-light { background: var(--auth-bg); }
.section-white { background: #fff; }
.section-navy { color: #fff; background: var(--primary-dark); }
.section-heading { width: min(100%, 750px); margin: 0 auto 36px; text-align: center; }
h2 { margin: 0; font-size: clamp(2rem, 3.5vw, 2.8rem); font-weight: 800; line-height: 1.16; letter-spacing: -.035em; }
.section-heading > p:not(.eyebrow) { margin: 18px 0 0; color: var(--muted); }
.feature-grid { width: min(100%, var(--max)); margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-card { padding: 28px; border: 1px solid var(--border); border-radius: 10px; background: #fff; }
.feature-kicker { color: var(--primary); font-size: .875rem; font-weight: 800; }
.feature-card h3 { margin: 30px 0 12px; font-size: 1.3rem; line-height: 1.3; }
.feature-card p { margin: 0; color: var(--muted); }
.feature-footnote { margin: 24px auto 0; max-width: var(--max); text-align: center; color: var(--muted); font-size: .95rem; }
.feature-footnote strong { color: var(--primary-dark); font-weight: 600; }
.anchor-target { display: block; }
.tour-layout { width: min(100%, var(--max)); margin: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.tour-intro > p:not(.eyebrow) { color: #d6dcf6; margin: 22px 0; }
.screen-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.screen-tab { flex: 1 1 44%; display: flex; align-items: center; gap: 12px; min-height: 48px; padding: 14px 16px; text-align: left; border: 1px solid #ffffff50; border-radius: 8px; background: transparent; color: #e2e6ff; cursor: pointer; font-weight: 700; }
.screen-tab > span { font-size: .875rem; opacity: .85; }
.screen-tab:hover { background: #ffffff15; }
.screen-tab.is-active { background: #fff; border-color: #fff; color: var(--primary-dark); }
.tour-intro .tour-note { font-size: .875rem; }
.tour-note a { display: block; margin-top: 10px; color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.screen-panel { min-width: 0; border: 1px solid #ffffff38; border-radius: 12px; padding: 24px; background: #ffffff09; }
.screen-copy { min-height: 152px; }
.screen-copy > span { font-size: .875rem; font-weight: 700; color: var(--amber); }
.screen-copy h3 { margin: 8px 0; font-size: 1.35rem; line-height: 1.3; }
.screen-copy p { color: #d6dcf6; margin: 0; }
.screen-frame { display: grid; place-items: center; margin-top: 20px; padding: 22px 14px; border-radius: 8px; background: #c8d0ff; }
.screen-frame img { width: auto; height: 470px; max-width: 100%; object-fit: contain; border-radius: 8px; box-shadow: 0 10px 28px #10184230; }
.pricing-grid { width: min(100%, var(--max)); margin: auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.price-card { display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--border); border-radius: 12px; background: #fff; }
.plan-heading { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px; }
.plan-heading h3 { font-size: 1.5rem; margin: 0; }
.plan-badge { padding: 4px 9px; border-radius: 5px; color: var(--muted); background: #f0f2f7; font-size: .8rem; font-weight: 700; }
.gold-badge { background: #ffdf9e; color: #664005; }
.plan-price { margin: 28px 0 12px; font-size: 2.35rem; line-height: 1.2; font-weight: 800; letter-spacing: -.04em; }
.plan-price > span { color: var(--muted); font-size: .95rem; font-weight: 400; letter-spacing: 0; }
.plan-description, .lite-note { color: var(--muted); margin: 0; line-height: 1.7; }
.price-card ul { display: grid; gap: 12px; padding: 0; margin: 24px 0 30px; list-style: none; }
.price-card li { padding-left: 22px; position: relative; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 800; }
.price-card > .button { width: 100%; margin-top: auto; }
.price-card.highlighted { border: 2px solid #b17a20; background: linear-gradient(#fff6e1, #fff 50%); box-shadow: 0 12px 32px #85622113; padding: 25px; }
.price-help { display: block; text-align: center; text-decoration: underline; text-underline-offset: 4px; color: var(--primary); font-size: .875rem; padding-top: 16px; }
.coming-soon { background: #f7f8fb; }
.lite-note { margin: 28px 0; }
.plan-unavailable { margin: auto 0 0; padding: 12px; border: 1px dashed #a2a9ba; border-radius: 8px; color: var(--muted); text-align: center; font-size: .875rem; }
.trial-details { width: min(100%, var(--max)); margin: 24px auto 0; border: 1px solid var(--border); border-radius: 8px; background: var(--auth-bg); }
.trial-details > div { padding: 0 22px 20px; color: var(--muted); }
.trial-details p { margin: 12px 0 0; }
.trial-details strong { color: var(--ink); }
.faq-layout { width: min(100%, var(--max)); margin: auto; display: grid; grid-template-columns: .75fr 1.25fr; gap: 64px; }
.faq-layout .section-heading { text-align: left; margin: 0; }
.text-link, .faq-list a, .legal-content a { color: var(--primary); text-decoration: underline; text-underline-offset: 3px; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { border: 1px solid var(--border); border-radius: 8px; background: #fff; }
summary { min-height: 60px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 15px 20px; font-weight: 700; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; flex: 0 0 auto; color: var(--primary); font-size: 1.3rem; }
details[open] > summary::after { content: "−"; }
.faq-list p { margin: 0; padding: 0 20px 20px; color: var(--muted); }
.demo-layout { width: min(100%, var(--max)); display: grid; grid-template-columns: 1fr 1fr; gap: 64px; margin: auto; align-items: start; }
.demo-layout > div > p:not(.eyebrow) { color: #d6dcf6; margin: 22px 0; }
.contact-email { display: inline-flex; align-items: center; gap: 14px; color: #fff; font-size: 1.2rem; text-decoration: underline; text-underline-offset: 5px; }
.demo-download { margin-top: 40px; padding-top: 24px; border-top: 1px solid #ffffff38; }
.demo-download p { color: #d6dcf6; margin: 0 0 14px; }
.demo-form, .contact-form { display: grid; gap: 16px; padding: 28px; border: 1px solid #ffffff40; border-radius: 12px; background: #ffffff0d; }
.demo-form label, .contact-form label { display: grid; gap: 8px; font-weight: 700; }
.form-trap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.demo-form input, .demo-form select, .contact-form input, .contact-form textarea { min-width: 0; width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid #bdc4d5; border-radius: 7px; color: var(--ink); background: #fff; }
input::placeholder, textarea::placeholder { color: #687184; opacity: 1; }
input:focus, select:focus, textarea:focus { outline: 3px solid var(--primary); outline-offset: 3px; }
.demo-form input:focus, .demo-form select:focus { outline-color: var(--amber); }
input[aria-invalid="true"] { border: 2px solid #b3261e; }
.demo-form .field-hint, .contact-form .field-hint { margin: -10px 0 0; font-size: .875rem; font-weight: 400; }
.demo-form .field-hint, .demo-form .form-privacy { color: #d6dcf6; }
.form-privacy { margin: 0; font-size: .875rem; line-height: 1.7; }
.form-privacy a { text-decoration: underline; text-underline-offset: 3px; }
.form-note { margin: 0; color: var(--gold-ink); font-size: .95rem; font-weight: 700; }
.form-note:empty { display: none; }
.demo-form .form-note { color: var(--amber); }
.form-email-fallback { font-size: .875rem; text-align: center; text-decoration: underline; text-underline-offset: 4px; }
.demo-form .form-email-fallback { color: #fff; }
.demo-dialog { position: fixed; margin: auto; width: min(calc(100% - 48px), 440px); padding: 32px; border: none; border-radius: 16px; color: var(--ink); background: var(--surface); box-shadow: 0 30px 80px #10184240; }
.demo-dialog::backdrop { background: #10184299; }
.demo-dialog:not([open]) { display: none; }
.demo-dialog h3 { margin: 0 0 12px; padding-right: 28px; font-size: 1.3rem; }
.demo-dialog p { margin: 0 0 24px; color: var(--muted); }
.demo-dialog-close { position: absolute; top: 18px; right: 18px; width: 32px; height: 32px; display: inline-flex; align-items: center; justify-content: center; padding: 0; border: none; border-radius: 8px; color: var(--muted); background: transparent; font-size: 1.4rem; line-height: 1; cursor: pointer; }
.demo-dialog-close:hover { color: var(--ink); background: var(--light-blue); }
.demo-dialog-actions { display: grid; gap: 10px; }
.demo-dialog-actions .button-outline { border-color: var(--border); }
.site-footer { width: min(calc(100% - 48px), var(--max)); display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 24px 40px; margin: auto; padding: 36px 0; color: var(--muted); }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 46px; height: 46px; border-radius: 8px; }
.footer-brand div { display: grid; gap: 2px; }
.footer-brand strong { color: var(--ink); }
.footer-brand span { font-size: .875rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 20px; }
.footer-links a { display: inline-flex; align-items: center; min-height: 44px; font-size: .875rem; font-weight: 700; }
.footer-links a:hover { color: var(--primary); text-decoration: underline; }
.site-footer > p { grid-column: 1 / -1; margin: 0; padding-top: 20px; border-top: 1px solid var(--border); font-size: .8rem; text-align: center; }
.legal-hero { padding: 144px 24px 52px; }
.legal-hero .section-heading { margin-bottom: 0; }
.legal-meta { color: var(--muted); font-size: .875rem; }
.legal-content { width: min(100%, 780px); margin: auto; display: grid; gap: 30px; }
.legal-content h2 { margin: 0 0 12px; font-size: 1.3rem; line-height: 1.4; letter-spacing: 0; }
.legal-content p { margin: 0; color: var(--muted); line-height: 1.8; }
.legal-content p + p { margin-top: 14px; }
.legal-hero h1 { font-size: clamp(2rem, 4vw, 3rem); line-height: 1.15; margin: 0; }
.contact-layout { width: min(100%, 960px); margin: auto; display: grid; grid-template-columns: 1fr 1.3fr; gap: 48px; align-items: start; }
.contact-info h3 { margin: 0 0 12px; font-size: 1.2rem; }
.contact-info p { margin: 0 0 20px; color: var(--muted); }
.contact-info a, .contact-form .form-email-fallback, .contact-form .form-privacy a { color: var(--primary); text-decoration: underline; text-underline-offset: 3px; }
.contact-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.contact-form { background: #fff; border-color: var(--border); }
.contact-form textarea { min-height: 120px; resize: vertical; }
.contact-form .field-hint, .contact-form .form-privacy { color: var(--muted); }
@media (max-width: 1080px) {
  .site-header { grid-template-columns: auto auto; justify-content: space-between; }
  .site-nav, .header-cta { display: none; }
  .nav-toggle { display: block; }
  body.nav-open .site-nav { position: absolute; top: calc(100% + 8px); left: 0; right: 0; display: grid; padding: 12px; border: 1px solid var(--border); border-radius: 10px; background: #fff; box-shadow: 0 12px 32px #10184226; max-height: calc(100dvh - 110px); overflow-y: auto; }
  .site-nav a { min-height: 48px; display: flex; align-items: center; padding: 12px; }
  .hero-layout { gap: 28px; }
  .hero h1 { font-size: clamp(2.45rem, 4.9vw, 3.4rem); }
  .tour-layout, .demo-layout, .faq-layout { gap: 32px; }
  .price-card { padding: 20px; }
  .price-card.highlighted { padding: 19px; }
  .plan-price { font-size: 2rem; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 96px; }
  .site-header { top: 10px; width: calc(100% - 24px); min-height: 62px; padding: 8px 10px; }
  .hero { padding: 114px 20px 32px; }
  .hero-layout { grid-template-columns: minmax(0, 1fr); gap: 36px; }
  .hero h1 { font-size: clamp(2.25rem, 7.4vw, 3.4rem); }
  .trial-badge { margin-bottom: 24px; }
  .hero-copy { font-size: 1.05rem; margin-top: 20px; }
  .hero-actions { gap: 10px; margin-top: 24px; }
  .hero-actions .button { flex: 1 1 auto; }
  .hero-note { max-width: 100%; }
  .hero-tour-link { margin-top: 8px; }
  .hero-product { width: 100%; max-width: 400px; margin: auto; }
  .hero-product-label { margin-bottom: 14px; }
  .hero-devices { max-width: 285px; }
  .hero-device { width: 65%; }
  .hero-product figcaption { margin-top: 24px; }
  .value-strip { width: calc(100% - 40px); gap: 12px; padding: 22px 0; }
  .value-strip p { padding-left: 12px; }
  .value-strip strong { font-size: .875rem; }
  .value-strip span { font-size: .8rem; }
  .section { padding: 56px 20px; }
  .section-heading { text-align: left; margin-bottom: 28px; }
  .feature-grid, .pricing-grid, .tour-layout, .demo-layout, .faq-layout, .contact-layout { grid-template-columns: minmax(0, 1fr); }
  .feature-grid { gap: 12px; }
  .feature-card { padding: 22px; }
  .feature-card h3 { margin-top: 14px; }
  .feature-footnote { text-align: left; }
  .tour-layout { gap: 20px; }
  .screen-tabs { flex-wrap: nowrap; gap: 6px; }
  .screen-tab { flex: 1 1 0; min-width: 0; justify-content: center; padding: 12px 4px; font-size: .875rem; }
  .screen-tab > span { display: none; }
  .screen-panel { padding: 20px; }
  .screen-copy { min-height: 150px; }
  .screen-frame { padding: 18px 10px; }
  .screen-frame img { height: 400px; }
  .tour-intro .tour-note { margin: 16px 0 0; }
  .price-card, .price-card.highlighted { padding: 24px; }
  .plan-price { font-size: 2.25rem; margin-top: 20px; }
  .coming-soon .lite-note { margin: 20px 0; }
  .trial-details > div { padding: 0 20px 20px; }
  .faq-layout { gap: 28px; }
  .demo-download { margin-top: 24px; }
  .demo-form, .contact-form { padding: 22px; }
  .site-footer { width: calc(100% - 40px); grid-template-columns: 1fr; gap: 20px; }
  .footer-links { justify-content: flex-start; }
  .site-footer > p { text-align: left; }
  .legal-hero { padding: 124px 20px 40px; }
  .contact-layout { gap: 32px; }
}
@media (max-width: 380px) {
  .hero, .section { padding-left: 16px; padding-right: 16px; }
  .hero-actions { display: grid; }
  .value-strip { gap: 8px; }
  .value-strip p { padding-left: 8px; }
  .value-strip p:first-child { padding-left: 0; }
  .value-strip span { display: none; }
  .price-card, .price-card.highlighted, .screen-panel, .demo-form, .contact-form { padding: 18px; }
  .screen-tabs { gap: 4px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
