@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('assets/fonts/plus-jakarta-sans.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('assets/fonts/source-sans-3.woff2') format('woff2');
}
:root {
  --navy: #082344;
  --blue: #087ff5;
  --blue-dark: #0867cc;
  --white: #ffffff;
  --ice: #eff6fc;
  --text: #526479;
  --line: #dce6f0;
  --green: #168166;
  --font-heading: 'Plus Jakarta Sans', 'Segoe UI', sans-serif;
  --font-body: 'Source Sans 3', 'Segoe UI', sans-serif;
  --page-max: 1200px;
  --radius: 22px;
  --scroll-thumb: #8aa5c0;
  --scroll-track: #eff6fc;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 105px; scrollbar-color: var(--scroll-thumb) var(--scroll-track); scrollbar-width: thin; }
body { margin: 0; color: var(--navy); background: var(--white); overflow-x: clip; font-family: var(--font-body); font-size: 17px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body:has(dialog[open]) { overflow: hidden; }
::-webkit-scrollbar { width: 9px; height: 9px; }
::-webkit-scrollbar-track { background: var(--scroll-track); }
::-webkit-scrollbar-thumb { background: var(--scroll-thumb); border: 2px solid var(--scroll-track); border-radius: 8px; }
::-webkit-scrollbar-thumb:hover { background: var(--text); }
::-webkit-scrollbar-thumb:active { background: var(--navy); }
button, a, summary { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
button, summary { cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .5; }
button, a { touch-action: manipulation; }
button, a, summary { outline-offset: 5px; }
:focus-visible { outline: 3px solid var(--blue-dark); }
::selection { color: var(--navy); background: #b8ddff; }
img { max-width: 100%; display: block; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: var(--font-heading); }
h2 { font-size: clamp(30px, 3.05vw, 43px); line-height: 1.24; letter-spacing: -1.2px; font-weight: 750; }
p { color: var(--text); }
ul { margin: 0; padding: 0; list-style: none; }
.container { width: min(var(--page-max), calc(100% - 96px)); margin-inline: auto; }
.section-pad { padding-block: 96px; }
.icon { width: 22px; height: 22px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; vertical-align: middle; }
.icon-definitions { width: 0; height: 0; position: absolute; pointer-events: none; }
.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; }
.skip-link { position: fixed; left: 16px; top: -100px; padding: 12px 20px; background: var(--navy); color: var(--white); z-index: 100; border-radius: 8px; }
.skip-link:focus { top: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 16px 22px; min-height: 54px; border: 1px solid transparent; border-radius: 9px; font-weight: 650; font-size: 16px; line-height: 1.4; transition: background .2s, transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button > .icon:last-child { transition: transform .22s cubic-bezier(.22,1,.36,1); }
.button:hover > .icon:last-child { transform: translate(2px, -2px); }
.header-login:hover > .icon:last-child { transform: none; }
.button-primary { color: var(--white); background: var(--blue-dark); box-shadow: 0 6px 14px #0867cc12; }
.button-primary:hover { background: #0555ae; box-shadow: 0 8px 22px #0867cc22; }
.button-dark { background: var(--navy); color: var(--white); }
.button-dark:hover { background: #153d68; }
.button-outline { border-color: #b7cce0; background: transparent; }
.button-outline:hover { background: var(--ice); border-color: var(--blue-dark); }
.button-small { min-height: 44px; padding: 10px 18px; font-size: 15px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-size: 16px; font-weight: 650; transition: color .2s; }
.text-link:hover { color: var(--blue-dark); }
.text-link .icon { width: 19px; transition: transform .2s; }
.text-link:hover .icon { transform: translateX(3px); }
.icon-button { display: inline-grid; place-items: center; width: 42px; height: 42px; padding: 0; background: var(--white); border: 1px solid var(--line); border-radius: 50%; transition: background .2s, color .2s; }
.icon-button:hover { background: var(--ice); color: var(--blue-dark); }
.icon-button:active { background: #d8eaff; }
.eyebrow { display: flex; align-items: center; gap: 9px; font-family: var(--font-heading); font-size: 10px; font-weight: 750; letter-spacing: 1.7px; color: var(--blue-dark); margin-bottom: 22px; }
.status-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--blue); flex-shrink: 0; box-shadow: 0 0 0 4px #087ff50c; }
.site-header { position: sticky; top: 0; z-index: 20; background: #fffffff0; backdrop-filter: blur(18px); border-bottom: 1px solid #e8eef580; transition: background-color .25s ease, border-color .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { background: #fffffff9; border-bottom-color: #dbe7f2; box-shadow: 0 12px 30px -28px #0823447a; }
.header-inner { height: 88px; display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-heading); font-size: 25px; font-weight: 800; letter-spacing: -1px; white-space: nowrap; }
.brand img { object-fit: contain; transition: transform .25s ease; }
.brand-light { font-weight: 500; margin-left: 3px; }
.brand-dot { color: var(--blue); }
.desktop-nav { display: flex; gap: 32px; margin-left: auto; font-size: 15px; font-weight: 600; }
.desktop-nav a { position: relative; padding-block: 10px; }
.desktop-nav a::after { content: ''; position: absolute; bottom: 4px; left: 0; width: 0; height: 2px; background: var(--blue); transition: width .2s; }
.desktop-nav a:hover::after { width: 100%; }
.header-actions { display: flex; align-items: center; gap: 9px; }
.header-actions .button { transition: background .2s, transform .25s ease, box-shadow .2s, border-color .2s, color .2s; }
.site-header.is-scrolled .brand img { transform: scale(.92); }
.site-header.is-scrolled .header-actions .button { transform: scale(.97); }
.site-header.is-scrolled .header-actions .button:hover { transform: scale(.97) translateY(-2px); }
.header-login { min-width: 94px; color: var(--navy); background: var(--white); border-color: #c8d7e6; gap: 10px; }
.header-login:hover { color: var(--blue-dark); background: var(--ice); border-color: #9abddd; }
.header-login .icon, .header-cta .icon { width: 17px; height: 17px; }
.menu-toggle, .mobile-nav { display: none; }
.hero { position: relative; overflow: hidden; padding: 74px 0 0; background: linear-gradient(130deg, #fff 25%, #f6faff 78%, #e9f4ff); }
.hero-glow { position: absolute; right: -8%; top: 0; width: 68%; height: 90%; background: radial-gradient(ellipse at 65% 42%, #c1e0ff99, transparent 66%); pointer-events: none; }
.hero-main { position: relative; display: grid; grid-template-columns: 48% 52%; min-height: 490px; align-items: center; padding-bottom: 62px; }
.hero-copy { position: relative; z-index: 2; transform: translateY(-28px); }
h1 { font-size: clamp(40px, 4.15vw, 59px); letter-spacing: -2px; word-spacing: .025em; line-height: 1.15; font-weight: 750; }
h1 > span { color: var(--blue-dark); }
.mobile-break { display: none; }
.hero-description { max-width: 410px; font-size: 18px; line-height: 1.6; margin-top: 22px; }
.hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 28px; }
.hero-actions .button { font-size: 15px; padding-inline: 18px; gap: 11px; }
.hero-actions .text-link { font-size: 14px; white-space: nowrap; }
.hero-note { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; font-size: 13px; margin-top: 17px; }
.hero-note .icon { width: 15px; height: 15px; color: var(--green); }
.hero-note > span { margin: 0 2px; color: #8b9bac; }
.hero-visual { position: relative; min-width: 0; min-height: 434px; margin-left: 8px; }
.visual-orbit { position: absolute; left: 7%; top: -23px; width: 520px; height: 520px; border: 1px solid #91bcdf38; border-radius: 50%; }
.orbit-two { transform: scale(.82); background: linear-gradient(135deg, #d8eaff65, #cbe5ff65); border-color: #b6d6f148; }
.hero-browser { position: absolute; width: 107%; top: 49px; left: 1%; background: var(--white); border: 7px solid var(--white); border-radius: 13px; box-shadow: 0 28px 65px -20px #164d7a4a, 0 1px 5px #164d7a12; transform: perspective(1300px) rotateY(-9deg) rotateX(4deg) rotateZ(-2deg); overflow: hidden; }
.browser-bar { height: 31px; padding: 0 9px; display: flex; align-items: center; justify-content: space-between; font-size: 9px; color: var(--text); background: #f7fafc; border-radius: 5px 5px 0 0; }
.browser-bar > .icon { width: 12px; height: 12px; }
.window-dots { display: flex; gap: 4px; }
.window-dots i { width: 5px; height: 5px; border-radius: 50%; background: #cedae5; }
.window-dots i:first-child { background: #c0cfe0; }
.browser-divider { color: #a9b9c8; padding-inline: 7px; }
.screenshot-crop { overflow: hidden; background: #f4f7fb; }
.screenshot-crop img { width: 100%; max-width: none; height: auto; margin-top: -6.83%; }
.floating-card { display: flex; align-items: center; gap: 12px; position: absolute; z-index: 3; background: #fffffff5; border: 1px solid #fff; border-radius: 12px; box-shadow: 0 14px 34px -10px #133d7133; }
.floating-calendar { left: -18px; bottom: -4px; padding: 17px 19px; align-items: flex-start; transform: rotate(-3deg); }
.floating-icon { color: var(--blue-dark); background: #e8f2ff; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 9px; }
.floating-icon .icon { width: 18px; }
.mini-label { display: block; font-size: 8px; letter-spacing: 1.1px; color: var(--text); }
.floating-calendar strong { display: block; font-size: 12px; font-weight: 650; margin: 3px 0 9px; }
.mini-calendar { display: grid; grid-template-columns: repeat(7, 17px); gap: 5px; font-size: 8px; text-align: center; color: #8a9aab; }
.mini-calendar i { display: block; background: #daf1e7; height: 15px; border-radius: 3px; }
.mini-calendar .booked { background: #a8cfff; }
.floating-payment { right: -4%; top: 3px; padding: 12px 15px; transform: rotate(3deg); }
.paid-icon { background: #e8f6ef; color: var(--green); border-radius: 50%; display: grid; place-items: center; width: 31px; height: 31px; }
.paid-icon .icon { width: 18px; }
.floating-payment strong { display: block; font-size: 12px; }
.floating-payment div > span { font-size: 10px; color: var(--text); }
.floating-payment > .icon { margin-left: 6px; width: 17px; color: #92a3b5; }
.visual-footnote { position: absolute; bottom: 1px; right: 15px; color: var(--text); font-size: 10px; }
.benefit-strip { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); padding: 27px 18px; border-radius: 16px 16px 0 0; color: var(--white); background: var(--navy); }
.benefit-strip > div { display: flex; align-items: center; gap: 15px; padding-inline: 22px; border-right: 1px solid #ffffff20; transition: background-color .25s ease; }
.benefit-strip > div:last-child { border-right: 0; }
.benefit-strip > div > .icon { width: 27px; height: 27px; color: #7ebcfa; stroke-width: 1.4; transition: transform .25s cubic-bezier(.22,1,.36,1), color .25s ease; }
.benefit-strip span { font-size: 15px; font-weight: 600; }
.benefit-strip small { display: block; color: #c0cede; font-size: 11px; font-weight: 400; margin-top: 3px; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 35px; }
.section-heading .eyebrow { margin-bottom: 15px; }
.section-heading > p { max-width: 315px; font-size: 17px; line-height: 1.6; padding-bottom: 4px; }
.features { overflow: hidden; }
.features > .container { display: flex; flex-direction: column; }
.features .section-heading { order: 0; margin-bottom: 42px; }
.feature-tabs { order: 3; display: flex; justify-content: center; gap: 12px; padding: 17px 0 0; border-top: 1px solid var(--line); }
.feature-tabs button { display: flex; justify-content: center; align-items: center; gap: 10px; padding: 12px 17px; border: 1px solid transparent; border-radius: 8px; background: transparent; color: var(--text); font-size: 14px; font-weight: 600; line-height: 1.4; transition: background .2s, color .2s, box-shadow .2s; }
.feature-tabs button .icon { width: 19px; height: 19px; }
.feature-tabs button:hover { color: var(--blue-dark); background: var(--ice); }
.feature-tabs button[aria-selected="true"] { color: var(--blue-dark); background: #eaf3ff; border-color: #cfe2f8; }
.showcase { order: 1; position: relative; isolation: isolate; background: radial-gradient(ellipse at 50% 36%, #e4f1ff 0%, #f5f9fe 45%, transparent 72%); touch-action: pan-y; }
.showcase-track { position: relative; width: 100%; padding-top: calc(33.9% + 148px); perspective: 1600px; }
.feature-slide { position: absolute; top: 18px; left: 13%; width: 74%; display: flex; flex-direction: column-reverse; min-width: 0; transform-origin: center 35%; transform: scale(.72); opacity: 0; z-index: 0; pointer-events: none; transition: transform .6s cubic-bezier(.22,1,.36,1), opacity .36s ease-out; }
.showcase.is-moving .feature-slide { will-change: transform, opacity; }
.feature-slide[data-position="0"], .feature-slide:first-child:not([data-position]) { transform: translateX(0) scale(1); opacity: 1; z-index: 3; pointer-events: auto; }
.feature-slide[data-position="-1"] { transform: translateX(-33%) scale(.79) rotateY(4deg); opacity: .46; z-index: 1; }
.feature-slide[data-position="1"] { transform: translateX(33%) scale(.79) rotateY(-4deg); opacity: .46; z-index: 1; }
.slide-caption { text-align: center; padding: 26px 12px 0; min-height: 111px; opacity: 0; transition: opacity .22s ease-out; }
.feature-slide[data-position="0"] .slide-caption, .feature-slide:first-child:not([data-position]) .slide-caption { opacity: 1; transition-delay: .12s; }
.slide-caption h3 { font-size: 21px; letter-spacing: -.6px; font-weight: 700; line-height: 1.5; }
.slide-caption p { font-size: 15px; margin: 8px auto 0; max-width: 590px; }
.slide-tag { display: none; }
.showcase-image { position: relative; width: 100%; margin: 0; padding: 8px; border: 1px solid #d2dfec; border-radius: 16px; overflow: hidden; background: var(--white); box-shadow: 0 20px 36px -21px #0b37675c, 0 3px 8px #0823440b; }
.feature-slide:not([data-position="0"]) .showcase-image { border-color: #dce7f1; box-shadow: 0 10px 18px -15px #0b376738; }
.showcase-image .screenshot-crop { border-radius: 9px; }
.showcase-image .screenshot-crop { aspect-ratio: 1918 / 878; }
.expand-button { position: absolute; right: 18px; bottom: 18px; display: flex; align-items: center; gap: 8px; border: 1px solid #d9e5f2; background: #ffffffed; backdrop-filter: blur(12px); border-radius: 7px; padding: 9px 12px; font-size: 12px; font-weight: 600; box-shadow: 0 3px 12px #08234412; }
.feature-slide:not([data-position="0"]) .expand-button { visibility: hidden; }
.slider-arrow { position: absolute; top: calc(16.9% + 68px); z-index: 5; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--white); color: var(--navy); border: 1px solid #cbddeb; box-shadow: 0 5px 20px #08234412; transition: background .2s, color .2s, transform .2s; }
.slider-arrow:hover { background: var(--navy); color: var(--white); transform: scale(1.05); }
.slider-arrow:active { transform: scale(.96); }
.slider-arrow-prev { left: 0; }
.slider-arrow-next { right: 0; }
.expand-button:hover { background: var(--navy); border-color: var(--navy); color: var(--white); }
.expand-button .icon { width: 15px; height: 15px; }
.gallery-controls { order: 2; display: flex; align-items: center; justify-content: space-between; margin: 5px 0 16px; }
.gallery-note { font-size: 12px; color: var(--text); }
.gallery-buttons { display: flex; align-items: center; gap: 10px; }
.gallery-buttons .icon-button { width: 35px; height: 35px; }
.gallery-buttons .icon { width: 17px; height: 17px; }
.rotate { transform: rotate(180deg); }
.slide-counter { display: flex; gap: 7px; align-items: center; font-size: 12px; font-variant-numeric: tabular-nums; padding-inline: 4px; }
.slide-counter > span { color: var(--text); }
.control-divider { height: 18px; width: 1px; background: var(--line); margin-inline: 5px; }
.invoice-section { padding-block: 65px; background: #f3f8fd; border-block: 1px solid #e8f0f8; overflow: hidden; }
.invoice-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.invoice-stage { min-height: 470px; position: relative; display: flex; align-items: center; justify-content: center; }
.invoice-orbit { position: absolute; width: 380px; height: 380px; background: #e3f0ff; border: 1px solid #d6e8fd; border-radius: 50%; top: 60px; }
.invoice-orbit::after { position: absolute; inset: -24px; content: ''; border: 1px dashed #c6daee; border-radius: 50%; }
.paper-label { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 8px; letter-spacing: 1.1px; font-weight: 600; position: absolute; z-index: 2; top: 5px; left: 10%; color: var(--text); transform: rotate(-5deg); }
.paper-label .icon { width: 15px; height: 15px; }
.invoice-paper { position: relative; width: 294px; transform: rotate(-5deg); border-radius: 4px; background: var(--white); border: 1px solid #dce6f0; padding: 5px; box-shadow: 0 19px 42px -12px #18497838; transition: transform .38s cubic-bezier(.22,1,.36,1), box-shadow .38s ease; }
.invoice-paper:hover { transform: rotate(-2deg) translateY(-5px); box-shadow: 0 25px 48px -14px #1849784d; }
.invoice-paper img { width: 100%; height: auto; aspect-ratio: 595 / 842; object-fit: contain; }
.invoice-seal { position: absolute; bottom: 63px; right: 8px; padding: 12px 18px; display: flex; align-items: center; gap: 10px; background: var(--white); border: 1px solid #e3edf6; border-radius: 10px; box-shadow: 0 8px 24px #08234410; font-size: 12px; line-height: 1.5; transform: rotate(3deg); }
.invoice-seal .icon { width: 29px; height: 29px; padding: 5px; color: var(--green); background: #e5f6ee; border-radius: 50%; }
.document-note { position: absolute; bottom: -4px; left: 0; right: 0; text-align: center; font-size: 10px; color: var(--text); }
.invoice-copy { padding-right: 13px; }
.invoice-copy .eyebrow { margin-bottom: 18px; }
.invoice-copy > p { margin-top: 23px; font-size: 17px; max-width: 420px; }
.check-list { display: grid; gap: 12px; margin-block: 23px 29px; font-size: 14px; }
.check-list li { display: flex; align-items: center; gap: 9px; }
.check-list .icon { width: 16px; height: 16px; color: var(--blue-dark); }
.invoice-copy .button { font-size: 14px; min-height: 49px; padding: 12px 19px; }
.pricing-shell { display: grid; grid-template-columns: .83fr 1.47fr; column-gap: 44px; background: var(--navy); border-radius: 24px; padding: 54px 48px 29px; position: relative; overflow: hidden; }
.pricing-shell::before { content: ''; position: absolute; top: -240px; left: -100px; width: 660px; height: 660px; border: 1px solid #ffffff07; border-radius: 50%; box-shadow: 0 0 0 90px #ffffff02, 0 0 0 180px #ffffff02; pointer-events: none; }
.pricing-intro { position: relative; padding-top: 7px; }
.light-eyebrow { color: #99caff; font-size: 9px; letter-spacing: 1.55px; }
.pricing-intro h2 { font-size: 32px; letter-spacing: -1.3px; line-height: 1.36; color: var(--white); }
.pricing-intro h2 > span { color: #a8cfff; }
.pricing-intro > p { font-size: 15px; color: #c1d0e1; line-height: 1.65; margin-top: 20px; max-width: 345px; }
.trial-badge { margin-top: 29px; padding: 17px 19px 18px; border-left: 3px solid #5daafb; border-radius: 0 12px 12px 0; background: #ffffff08; }
.trial-kicker { display: block; color: #8fc5fa; font-family: var(--font-heading); font-size: 8px; font-weight: 750; letter-spacing: 1.45px; }
.trial-badge > strong { display: block; margin-top: 5px; color: var(--white); font-family: var(--font-heading); font-size: 18px; line-height: 1.35; font-weight: 650; }
.trial-badge > strong > span { font-size: 26px; letter-spacing: -.7px; }
.trial-badge > p { margin-top: 3px; color: #b9cce0; font-size: 12px; }
.price-options { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; position: relative; }
.price-card { position: relative; background: var(--white); padding: 31px 27px 25px; border: 1px solid #e1eaf3; border-radius: 18px; display: flex; flex-direction: column; box-shadow: 0 15px 34px -29px #031b38; transition: transform .3s cubic-bezier(.22,1,.36,1), box-shadow .3s ease, border-color .3s ease; }
.plan-header { min-height: 25px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.plan-label { font-family: var(--font-heading); font-size: 10px; font-weight: 750; color: var(--text); letter-spacing: 1.8px; }
.price-card h3 { min-height: 42px; font-family: var(--font-body); font-size: 13px; line-height: 1.55; font-weight: 400; margin-top: 9px; color: var(--text); }
.price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px; font-family: var(--font-heading); font-weight: 750; color: var(--navy); font-size: 30px; letter-spacing: -1.2px; margin-top: 19px; line-height: 1.2; }
.price > span { font-family: var(--font-body); font-size: 12px; color: var(--text); font-weight: 400; letter-spacing: 0; white-space: nowrap; }
.plan-description { font-size: 12px; line-height: 1.55; margin-top: 10px; min-height: 38px; }
.plan-description strong { color: var(--navy); font-weight: 650; }
.plan-rule { height: 1px; background: var(--line); margin-block: 20px; }
.plan-benefits { display: grid; gap: 9px; color: var(--navy); font-size: 12px; }
.plan-benefits li { display: flex; align-items: center; gap: 8px; }
.plan-benefits .icon { color: var(--green); width: 15px; height: 15px; }
.price-card .button { font-size: 14px; min-height: 46px; padding: 11px 14px; justify-content: space-between; margin-top: auto; }
.annual-card { overflow: hidden; background: #f3f8fe; border-color: #b9d9fa; }
.annual-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--blue-dark), #65b3ff); }
.annual-card .plan-label { color: var(--blue-dark); }
.saving-badge { color: #075bad; background: #dceeff; border: 1px solid #c5e1fb; font-size: 8px; line-height: 1.3; font-weight: 700; letter-spacing: .2px; border-radius: 999px; padding: 5px 8px; white-space: nowrap; }
.pricing-footnote { grid-column: 2; text-align: left; max-width: 650px; font-size: 11px; line-height: 1.55; color: #b9cce0; padding-top: 19px; position: relative; }
.faq-section { padding: 0 0 64px; }
.faq-layout { display: grid; grid-template-columns: .85fr 1.4fr; gap: 75px; padding: 0 30px 63px; }
.faq-intro .eyebrow { margin-bottom: 16px; }
.faq-intro h2 { font-size: 35px; }
.faq-intro p { margin-top: 18px; font-size: 15px; }
.faq-intro .text-link { margin-top: 10px; color: var(--blue-dark); font-size: 14px; }
.faq-list details { border-bottom: 1px solid var(--line); padding: 19px 0; }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; font-weight: 600; font-size: 16px; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:hover { color: var(--blue-dark); }
.faq-list summary .icon { width: 17px; height: 17px; transition: transform .2s; color: #6483a0; }
.faq-list details[open] summary .icon { transform: rotate(45deg); }
.faq-list details p { font-size: 14px; line-height: 1.7; padding: 13px 32px 0 0; }
.faq-list details[open] p { animation: faq-answer-in .28s cubic-bezier(.22,1,.36,1) both; }
.closing-cta { position: relative; isolation: isolate; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 42px; padding: 38px 42px 38px 49px; background: radial-gradient(circle at 91% 20%, #cfe6ff 0, #eaf4fe 22%, transparent 47%), #f4f9fe; border: 1px solid #d9e9f7; border-radius: 27px 14px 27px 14px; box-shadow: 0 18px 42px -36px #08234480; }
.closing-cta::before { content: ''; position: absolute; z-index: -1; left: 0; top: 23px; bottom: 23px; width: 5px; border-radius: 0 5px 5px 0; background: linear-gradient(180deg, #55a8fb, var(--blue-dark)); }
.closing-cta::after { content: ''; position: absolute; z-index: -1; right: 106px; top: 50%; width: 190px; height: 190px; border: 1px solid #78b9f51f; border-radius: 50%; transform: translateY(-50%); }
.closing-copy { max-width: 570px; }
.closing-cta h2 { font-size: 27px; line-height: 1.28; letter-spacing: -.9px; }
.closing-cta p { margin-top: 8px; font-size: 15px; }
.closing-cta .button { position: relative; white-space: nowrap; min-height: 52px; padding: 13px 20px; font-size: 14px; gap: 11px; box-shadow: 0 13px 26px -16px #0867cc99; }
.closing-cta .button .icon { width: 19px; height: 19px; stroke-width: 1.75; }
.whatsapp-icon { stroke-linejoin: round; }
.site-footer { border-top: 1px solid var(--line); background: #fcfdff; }
.footer-top { display: flex; align-items: center; gap: 30px; padding-block: 25px; }
.footer-top .brand { font-size: 21px; }
.footer-top > span { color: var(--text); font-size: 13px; }
.footer-top > a:last-child { margin-left: auto; display: flex; align-items: center; gap: 9px; font-size: 13px; }
.footer-top > a:last-child:hover { color: var(--blue-dark); }
.footer-top > a:last-child .icon { width: 17px; height: 17px; stroke-width: 1.75; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid #e9eff5; padding-block: 17px; font-size: 10px; color: var(--text); }
.image-dialog { width: min(1350px, calc(100vw - 50px)); max-width: none; max-height: calc(100dvh - 50px); padding: 0; border: 1px solid var(--line); border-radius: 14px; color: var(--navy); box-shadow: 0 30px 100px #0005; }
.image-dialog::backdrop { background: #04172ccc; backdrop-filter: blur(7px); }
.dialog-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 20px; }
.dialog-header h2 { font-size: 17px; letter-spacing: -.4px; }
.dialog-header .icon-button { width: 36px; height: 36px; }
.dialog-scroll { overflow: auto; max-height: calc(100dvh - 200px); }
.dialog-scroll .screenshot-crop { min-width: 800px; }
.image-dialog > p { padding: 12px 20px; font-size: 12px; }
.image-dialog > p > span:first-child { margin-inline: 5px; }
@media (min-width: 1450px) {
  .hero { padding-top: 83px; }
  .hero-main { min-height: 550px; padding-bottom: 80px; }
  .hero-visual { transform: scale(1.035); transform-origin: left center; }
}
@media (max-width: 1150px) {
  .container { width: calc(100% - 64px); }
  .hero-main { grid-template-columns: 49% 51%; }
  h1 { font-size: 48px; }
  .hero-actions { gap: 15px; flex-wrap: wrap; }
  .hero-description { max-width: 360px; }
  .hero-visual { min-height: 385px; }
  .hero-browser { top: 57px; }
  .visual-orbit { width: 440px; height: 440px; top: 0; }
  .floating-calendar { bottom: -6px; left: 1px; transform: scale(.85) rotate(-3deg); transform-origin: left bottom; }
  .floating-payment { right: -5%; top: 18px; transform: scale(.9) rotate(3deg); }
  .visual-footnote { bottom: -27px; }
  .benefit-strip > div { padding-inline: 13px; gap: 10px; }
  .benefit-strip span { font-size: 13px; }
  .benefit-strip small { font-size: 10px; }
  .benefit-strip > div > .icon { width: 22px; }
  .invoice-layout { gap: 45px; }
  .invoice-seal { right: -8px; }
  .pricing-shell { grid-template-columns: .8fr 1.5fr; column-gap: 27px; padding-inline: 30px; }
  .pricing-intro h2 { font-size: 29px; }
  .price-card { padding-inline: 17px; }
  .price { font-size: 26px; }
  .closing-cta { gap: 28px; padding: 34px 30px 34px 39px; }
  .closing-cta h2 { font-size: 24px; }
  .closing-cta p { font-size: 14px; }
  .closing-cta .button { padding-inline: 17px; font-size: 13px; }
}
@media (max-width: 1000px) {
  .desktop-nav { display: none; }
  .header-actions { margin-left: auto; }
  .menu-toggle { display: inline-grid; flex: 0 0 auto; width: 38px; height: 38px; border-radius: 8px; }
  .mobile-nav:not([hidden]) { display: grid; grid-template-columns: repeat(3, auto) minmax(190px, auto); align-items: center; gap: 4px; padding: 8px max(32px, calc((100% - 936px) / 2)) 14px; border-top: 1px solid var(--line); box-shadow: 0 12px 24px #0823440b; }
  .mobile-nav > a { padding: 10px 12px; border-radius: 7px; font-size: 14px; font-weight: 600; }
  .mobile-nav > a:hover { color: var(--blue-dark); background: var(--ice); }
  .mobile-nav .mobile-signup { display: flex; align-items: center; justify-content: center; gap: 9px; margin-left: 8px; color: var(--white); background: var(--navy); }
  .mobile-nav .mobile-signup:hover { color: var(--white); background: #153d68; }
  .mobile-signup .icon { width: 16px; height: 16px; }
}
@media (max-width: 900px) {
  .brand { font-size: 23px; }
  .header-inner { gap: 16px; height: 78px; }
  .hero { padding-top: 48px; }
  h1 { font-size: 41px; letter-spacing: -1.3px; }
  .hero-main { min-height: 460px; }
  .hero-copy { transform: none; }
  .hero-description { font-size: 16px; }
  .hero-visual { min-height: 350px; }
  .hero-browser { width: 116%; top: 48px; }
  .floating-payment { top: 13px; right: -10%; }
  .floating-calendar { bottom: 12px; }
  .visual-orbit { width: 380px; height: 380px; top: -10px; }
  .visual-footnote { bottom: -16px; right: -12px; }
  .hero-note { font-size: 11px; }
  .benefit-strip { grid-template-columns: repeat(2, 1fr); row-gap: 24px; padding: 24px; border-radius: 16px 16px 0 0; }
  .benefit-strip > div { padding-inline: 16px; }
  .benefit-strip > div:nth-child(2) { border-right: 0; }
  .benefit-strip span { font-size: 14px; }
  .benefit-strip small { font-size: 11px; }
  .section-pad { padding-block: 72px; }
  .feature-tabs button { font-size: 12px; gap: 7px; }
  .feature-tabs button .icon { width: 17px; }
  .section-heading { gap: 25px; }
  .section-heading h2 { font-size: 34px; }
  .section-heading > p { max-width: 260px; font-size: 15px; }
  .slide-caption { padding: 23px 0 0; min-height: 119px; }
  .slide-caption h3 { font-size: 18px; }
  .slide-caption p { font-size: 14px; }
  .slide-tag { display: none; }
  .showcase-image { width: 100%; padding: 6px; }
  .invoice-layout { gap: 30px; grid-template-columns: .9fr 1fr; }
  .invoice-stage { min-height: 415px; }
  .invoice-paper { width: 242px; }
  .invoice-orbit { width: 290px; height: 290px; }
  .paper-label { left: 0; font-size: 7px; top: 12px; }
  .invoice-seal { bottom: 58px; right: -9px; padding: 9px 12px; font-size: 10px; }
  .invoice-copy { padding: 0; }
  .invoice-copy h2 { font-size: 31px; }
  .invoice-copy > p { font-size: 15px; }
  .check-list { font-size: 12px; gap: 9px; }
  .document-note { font-size: 8px; bottom: 9px; }
  .pricing-shell { grid-template-columns: 1fr; padding: 35px 30px 27px; column-gap: 0; row-gap: 28px; }
  .pricing-intro { display: grid; grid-template-columns: 1fr 1fr; column-gap: 35px; padding: 0; }
  .pricing-intro .eyebrow { grid-column: 1 / -1; margin-bottom: 16px; }
  .pricing-intro h2 { grid-column: 1; font-size: 32px; }
  .pricing-intro > p { grid-column: 2; grid-row: 2; margin: 0; font-size: 14px; }
  .trial-badge { grid-column: 1 / -1; margin-top: 22px; }
  .price-options { gap: 18px; }
  .price-card { padding: 27px; }
  .price { font-size: 33px; }
  .pricing-footnote { grid-column: 1; padding-top: 0; text-align: left; }
  .faq-layout { gap: 35px; padding-inline: 0; grid-template-columns: .8fr 1.3fr; }
  .faq-intro h2 { font-size: 31px; }
  .faq-list summary { font-size: 14px; }
  .closing-cta { gap: 22px; }
}
@media (max-width: 680px) {
  html { scroll-padding-top: 88px; }
  .container { width: calc(100% - 40px); }
  .header-inner { height: 73px; gap: 11px; }
  .brand { font-size: 22px; gap: 4px; }
  .brand img { width: 36px; height: 36px; }
  .header-actions { margin-left: auto; }
  .header-cta { display: none; }
  .header-login { min-width: 82px; min-height: 37px; padding: 8px 11px; gap: 7px; font-size: 12px; }
  .header-login .icon { width: 15px; height: 15px; }
  .menu-toggle { display: inline-grid; width: 34px; height: 34px; border: 0; border-radius: 5px; background: transparent; }
  .mobile-nav:not([hidden]) { display: grid; grid-template-columns: 1fr; gap: 0; padding: 7px 20px 16px; border-top: 1px solid var(--line); box-shadow: 0 10px 20px #08234408; }
  .mobile-nav a { padding: 11px 7px; font-size: 15px; border-radius: 5px; }
  .mobile-nav a:hover { background: var(--ice); }
  .mobile-nav .mobile-signup { margin: 8px 0 0; padding: 12px 14px; }
  .hero { padding-top: 42px; }
  .hero-main { display: flex; flex-direction: column; align-items: stretch; padding-bottom: 32px; }
  h1 { font-size: clamp(39px, 9.2vw, 57px); letter-spacing: -1.3px; line-height: 1.17; }
  h1 > span { display: block; }
  .hero-description { max-width: 385px; font-size: 16px; margin-top: 20px; }
  .hero-actions { gap: 21px; margin-top: 25px; }
  .hero-actions .button { font-size: 13px; min-height: 49px; padding-inline: 14px; gap: 8px; }
  .hero-actions .text-link { font-size: 12px; gap: 6px; }
  .hero-actions .text-link .icon { width: 16px; }
  .hero-note { font-size: 11px; margin-top: 14px; }
  .hero-visual { width: 100%; min-height: 305px; margin: 28px 0 0; }
  .hero-browser { width: 95%; top: 38px; left: 2%; border-width: 5px; transform: perspective(900px) rotateY(-5deg) rotateZ(-2deg); }
  .browser-bar { height: 24px; font-size: 7px; }
  .visual-orbit { width: 320px; height: 320px; left: calc(50% - 160px); top: 0; }
  .floating-payment { top: 2px; right: -3px; transform: rotate(3deg) scale(.8); transform-origin: right center; }
  .floating-calendar { bottom: 9px; left: -1px; transform: rotate(-3deg) scale(.75); }
  .visual-footnote { bottom: 0; right: 0; font-size: 8px; }
  .benefit-strip { padding: 22px 13px; gap: 22px 0; border-radius: 13px 13px 0 0; }
  .benefit-strip > div { padding-inline: 7px; gap: 10px; align-items: flex-start; }
  .benefit-strip > div > .icon { width: 20px; height: 20px; margin-top: 3px; }
  .benefit-strip span { font-size: 12px; }
  .benefit-strip small { font-size: 9px; margin-top: 4px; max-width: 115px; line-height: 1.5; }
  .section-pad { padding-block: 56px; }
  .eyebrow { font-size: 8px; letter-spacing: 1.4px; }
  .section-heading { display: block; margin-bottom: 25px; }
  .section-heading h2 { font-size: 32px; letter-spacing: -.9px; }
  .section-heading > p { max-width: 360px; margin-top: 18px; font-size: 15px; }
  .features .section-heading { margin-bottom: 24px; }
  .feature-tabs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 5px; padding: 15px 0 0; margin-bottom: 0; }
  .feature-tabs button { padding: 12px 7px; font-size: 11px; justify-content: flex-start; padding-left: 10px; gap: 8px; }
  .feature-tabs button .icon { width: 16px; height: 16px; }
  .showcase-track { padding-top: calc(39.4% + 178px); }
  .feature-slide { left: 7%; width: 86%; top: 15px; }
  .feature-slide[data-position="-1"] { transform: translateX(-19%) scale(.8) rotateY(2deg); opacity: .36; }
  .feature-slide[data-position="1"] { transform: translateX(19%) scale(.8) rotateY(-2deg); opacity: .36; }
  .slide-caption { padding: 23px 0 0; min-height: 155px; }
  .slide-caption h3 { font-size: 16px; letter-spacing: -.4px; line-height: 1.5; }
  .slide-caption p { font-size: 13px; margin-top: 8px; line-height: 1.55; }
  .showcase-image { width: 100%; padding: 4px; border-radius: 10px; }
  .showcase-image .screenshot-crop { border-radius: 6px; }
  .slider-arrow { top: calc(13% + 30px); width: 34px; height: 34px; }
  .slider-arrow .icon { width: 17px; height: 17px; }
  .slider-arrow-prev { left: -7px; }
  .slider-arrow-next { right: -7px; }
  .expand-button { bottom: 9px; right: 9px; padding: 7px 8px; font-size: 9px; gap: 5px; }
  .expand-button .icon { width: 12px; height: 12px; }
  .gallery-controls { margin: 2px 0 14px; gap: 8px; }
  .gallery-note { font-size: 10px; max-width: 112px; line-height: 1.5; }
  .gallery-buttons { gap: 6px; }
  .gallery-buttons .icon-button { width: 34px; height: 34px; }
  .slide-counter { font-size: 10px; gap: 5px; }
  .control-divider { margin-inline: 2px; }
  .invoice-section { padding-block: 48px; }
  .invoice-layout { display: flex; flex-direction: column-reverse; gap: 29px; }
  .invoice-copy { width: 100%; }
  .invoice-copy h2 { font-size: 33px; }
  .invoice-copy > p { font-size: 15px; margin-top: 19px; }
  .check-list { font-size: 13px; margin-block: 21px 25px; }
  .invoice-copy .button { font-size: 13px; }
  .invoice-stage { width: 100%; min-height: 410px; }
  .invoice-paper { width: 252px; }
  .paper-label { top: 0; left: 3%; font-size: 7px; }
  .invoice-seal { bottom: 42px; right: 0; font-size: 11px; }
  .document-note { bottom: -8px; font-size: 9px; }
  .pricing-shell { width: calc(100% - 24px); padding: 33px 20px 24px; border-radius: 18px; gap: 30px; }
  .pricing-intro { display: block; }
  .pricing-intro .eyebrow { font-size: 7px; }
  .pricing-intro h2 { font-size: 31px; }
  .pricing-intro > p { margin-top: 16px; max-width: none; font-size: 14px; }
  .trial-badge { margin-top: 22px; padding: 15px 17px 16px; }
  .trial-badge > strong > span { font-size: 24px; }
  .price-options { grid-template-columns: 1fr; gap: 29px; }
  .price-card { padding: 25px; }
  .price-card h3 { min-height: 0; font-size: 14px; margin-top: 6px; }
  .price { font-size: 35px; margin-top: 17px; }
  .plan-description { font-size: 13px; min-height: 0; }
  .plan-rule { margin-block: 19px; }
  .price-card .button { margin-top: 20px; }
  .pricing-footnote { font-size: 11px; margin-top: -5px; }
  .faq-section { padding-bottom: 40px; }
  .faq-layout { grid-template-columns: 1fr; gap: 29px; padding-bottom: 35px; }
  .faq-intro h2 { font-size: 31px; }
  .faq-intro h2 br { display: none; }
  .faq-intro p { margin-top: 13px; }
  .faq-list summary { font-size: 14px; gap: 18px; }
  .faq-list details { padding-block: 18px; }
  .faq-list details p { font-size: 13px; padding-right: 20px; }
  .closing-cta { grid-template-columns: 1fr; align-items: stretch; padding: 29px 23px 24px 30px; gap: 22px; border-radius: 22px 12px 22px 12px; }
  .closing-cta::before { top: 19px; bottom: 19px; width: 4px; }
  .closing-cta::after { right: -70px; top: auto; bottom: -100px; transform: none; }
  .closing-copy { max-width: none; }
  .closing-cta h2 { font-size: 23px; line-height: 1.3; }
  .closing-cta p { font-size: 13px; margin-top: 9px; }
  .closing-cta .button { width: 100%; font-size: 13px; min-height: 49px; }
  .footer-top { gap: 12px; flex-wrap: wrap; padding-block: 25px; }
  .footer-top > span { flex-basis: 100%; order: 3; font-size: 12px; }
  .footer-top .brand { font-size: 19px; }
  .footer-top .brand img { width: 31px; height: 31px; }
  .footer-top > a:last-child { font-size: 11px; gap: 5px; }
  .footer-bottom { flex-direction: column; gap: 5px; font-size: 9px; }
  .image-dialog { width: calc(100vw - 20px); max-height: calc(100dvh - 30px); border-radius: 10px; }
  .dialog-header { padding: 11px 12px; }
  .dialog-header h2 { font-size: 13px; }
  .image-dialog > p { font-size: 10px; padding: 12px; }
  .image-dialog > p > span:first-child { display: none; }
  .dialog-hint { display: block; }
}
@media (min-width: 480px) and (max-width: 680px) {
  .hero-visual { min-height: 345px; }
  .floating-calendar { bottom: 0; }
  .visual-footnote { bottom: -11px; }
}
@media (max-width: 370px) {
  .container { width: calc(100% - 32px); }
  .brand { font-size: 19px; }
  .brand img { width: 31px; height: 31px; }
  .header-login { min-width: 67px; padding-inline: 9px; font-size: 11px; }
  .header-login .icon { display: none; }
  .hero-actions { gap: 12px; }
  .hero-actions .button { font-size: 12px; padding-inline: 12px; }
  h1 { font-size: 37px; }
  .hero-visual { min-height: 270px; }
  .floating-calendar { bottom: 7px; }
  .feature-tabs button { font-size: 10px; gap: 5px; padding-left: 6px; }
  .benefit-strip { padding-inline: 8px; }
  .benefit-strip > div { gap: 7px; }
  .benefit-strip span { font-size: 11px; }
  .benefit-strip small { font-size: 8px; }
  .slide-caption { min-height: 155px; }
  .closing-cta h2 { font-size: 20px; }
}

/* Restrained motion system: one-shot entrances and short, purposeful feedback. */
@keyframes hero-content-in {
  from { opacity: 0; translate: 0 20px; }
  to { opacity: 1; translate: 0 0; }
}
@keyframes hero-visual-in {
  from { opacity: 0; translate: 32px 0; }
  to { opacity: 1; translate: 0 0; }
}
@keyframes hero-card-in {
  from { opacity: 0; translate: 0 12px; }
  to { opacity: 1; translate: 0 0; }
}
@keyframes hero-strip-in {
  from { opacity: 0; translate: 0 16px; }
  to { opacity: 1; translate: 0 0; }
}
@keyframes faq-answer-in {
  from { opacity: 0; translate: 0 -5px; }
  to { opacity: 1; translate: 0 0; }
}
.hero-copy > h1 { animation: hero-content-in .7s cubic-bezier(.22,1,.36,1) .04s both; }
.hero-description { animation: hero-content-in .7s cubic-bezier(.22,1,.36,1) .12s both; }
.hero-actions { animation: hero-content-in .7s cubic-bezier(.22,1,.36,1) .2s both; }
.hero-note { animation: hero-content-in .7s cubic-bezier(.22,1,.36,1) .27s both; }
.hero-visual { animation: hero-visual-in .82s cubic-bezier(.22,1,.36,1) .1s both; }
.floating-card { animation: hero-card-in .48s cubic-bezier(.22,1,.36,1) .58s both; }
.benefit-strip { animation: hero-strip-in .55s cubic-bezier(.22,1,.36,1) .62s both; }

[data-reveal] { --reveal-x: 0px; --reveal-y: 22px; --reveal-delay: 0ms; }
[data-reveal-from="left"] { --reveal-x: -22px; --reveal-y: 0px; }
[data-reveal-from="right"] { --reveal-x: 22px; --reveal-y: 0px; }
.motion-enabled [data-reveal] {
  transition: opacity .58s ease-out, transform .68s cubic-bezier(.22,1,.36,1);
  transition-delay: var(--reveal-delay);
}
.motion-enabled [data-reveal]:not(.is-visible) {
  opacity: 0;
  transform: translate3d(var(--reveal-x), var(--reveal-y), 0);
}
.motion-enabled [data-reveal].is-visible { opacity: 1; transform: translate3d(0, 0, 0); }

@media (max-width: 680px) {
  [data-reveal-from="left"], [data-reveal-from="right"] { --reveal-x: 0px; --reveal-y: 18px; }
}

@media (hover: hover) {
  .benefit-strip > div:hover { background: #ffffff08; }
  .benefit-strip > div:hover > .icon { color: #a9d3ff; transform: translateY(-2px); }
  .price-card:hover { transform: translateY(-4px); border-color: #d6e5f3; box-shadow: 0 18px 36px -25px #08234470; }
  .annual-card:hover { border-color: #77b9fa; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .motion-enabled [data-reveal] { opacity: 1 !important; transform: none !important; }
}
@media (forced-colors: active) {
  html { scrollbar-color: auto; }
  .button, .price-card, .feature-tabs button[aria-selected="true"] { border: 1px solid ButtonText; }
  .status-dot { background: Highlight; }
}
