:root {
  color-scheme: light;
  --bg: #f5f7fb;
  --panel: #ffffff;
  --panel-soft: #eef3f8;
  --ink: #142033;
  --muted: #5d6b7f;
  --line: #dce3ec;
  --brand: #185f9d;
  --brand-dark: #104a7c;
  --accent: #0e8d88;
  --orange: #d66f2c;
  --radius: 18px;
  --shadow: 0 22px 60px rgba(23, 48, 79, .12);
  --shell: 1180px;
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font-size: 16px; line-height: 1.62; }
a { color: var(--brand); text-decoration-thickness: .08em; text-underline-offset: .18em; }
img { max-width: 100%; }
button, input, select, textarea { font: inherit; }
.shell { width: min(var(--shell), calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 820px; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 1000; padding: 10px 14px; color: #fff; background: var(--ink); border-radius: 8px; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.9); border-bottom: 1px solid rgba(220,227,236,.85); backdrop-filter: blur(18px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; }
.site-brand img { border-radius: 10px; box-shadow: 0 8px 20px rgba(24,95,157,.17); }
.site-brand span { display: grid; line-height: 1.05; }
.site-brand strong { font-size: 17px; }
.site-brand small { margin-top: 5px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 7px; }
.site-nav > a, .nav-products > a { display: block; padding: 10px 13px; border-radius: 10px; color: #3f4d60; font-size: 14px; font-weight: 700; text-decoration: none; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--brand); background: #edf5fb; }
.nav-products { position: relative; }
.nav-menu { position: absolute; top: 100%; right: 0; min-width: 210px; display: none; padding: 8px; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); }
.nav-menu a { display: block; padding: 10px 12px; color: var(--ink); font-size: 14px; font-weight: 650; text-decoration: none; border-radius: 8px; }
.nav-products:hover .nav-menu, .nav-products:focus-within .nav-menu { display: block; }
.nav-toggle { display: none; padding: 9px 12px; border: 1px solid var(--line); border-radius: 9px; background: #fff; color: var(--ink); font-weight: 700; }
.eyebrow { margin: 0 0 10px; color: var(--brand); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.12; letter-spacing: -.025em; }
h1 { font-size: clamp(42px, 6vw, 76px); }
h2 { font-size: clamp(30px, 4vw, 48px); }
h3 { font-size: 21px; }
p { color: var(--muted); }
.hero-copy { max-width: 760px; margin: 0 0 28px; font-size: clamp(19px, 2vw, 24px); line-height: 1.45; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0; }
.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: 0 19px; border: 1px solid transparent; border-radius: 11px; font-weight: 800; text-decoration: none; cursor: pointer; }
.button.primary { color: #fff; background: var(--brand); box-shadow: 0 10px 24px rgba(24,95,157,.2); }
.button.primary:hover { background: var(--brand-dark); }
.button.secondary { color: var(--ink); background: #fff; border-color: var(--line); }
.text-link { font-weight: 800; }
.home-hero, .product-hero, .page-hero { position: relative; overflow: hidden; background: radial-gradient(circle at 80% 18%, rgba(14,141,136,.13), transparent 27%), linear-gradient(180deg, #eaf2fa 0%, rgba(245,247,251,0) 90%); }
.home-hero-grid, .product-hero-grid { min-height: 650px; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr); align-items: center; gap: 70px; padding-block: 92px; }
.home-hero h1 { max-width: 880px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 32px; color: var(--muted); font-size: 13px; font-weight: 700; }
.trust-row span::before { content: "✓"; margin-right: 7px; color: var(--accent); }
.hero-stack { min-height: 410px; position: relative; }
.stack-card { position: absolute; width: min(360px, 90%); display: flex; align-items: center; gap: 18px; padding: 24px; background: rgba(255,255,255,.94); border: 1px solid rgba(220,227,236,.9); border-radius: 22px; box-shadow: var(--shadow); }
.stack-card div { display: grid; }
.stack-card strong { font-size: 21px; }
.stack-card span { margin-top: 3px; color: var(--muted); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.stack-1 { top: 20px; right: 10px; transform: rotate(4deg); }
.stack-2 { top: 145px; left: 0; transform: rotate(-5deg); }
.stack-3 { bottom: 20px; right: 25px; transform: rotate(2deg); }
.section { padding-block: 88px; }
.section-tint { background: #eaf0f6; border-block: 1px solid var(--line); }
.section-heading { max-width: 760px; margin-bottom: 38px; }
.section-heading p:last-child { font-size: 18px; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.product-card { display: flex; flex-direction: column; padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 38px rgba(23,48,79,.07); }
.product-card img { margin-bottom: 24px; }
.product-card h3 { font-size: 29px; }
.product-card > p:not(.eyebrow) { min-height: 78px; }
.product-card ul { flex: 1; margin: 10px 0 25px; padding-left: 20px; color: var(--muted); }
.product-card li { margin: 8px 0; }
.card-actions { display: flex; align-items: center; gap: 18px; }
.value-grid { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); gap: 20px; align-items: start; }
.value-card { padding: 24px; background: rgba(255,255,255,.6); border: 1px solid rgba(220,227,236,.9); border-radius: 15px; }
.value-card strong { font-size: 18px; }
.cta-box { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 40px; color: #fff; background: var(--ink); border-radius: 24px; box-shadow: var(--shadow); }
.cta-box h2 { margin-bottom: 0; font-size: clamp(28px, 4vw, 43px); }
.cta-box p { color: #c9d5e3; }
.cta-box .eyebrow { color: #7ed8d3; }
.product-hero-grid { min-height: 610px; }
.product-visual { min-height: 420px; position: relative; display: grid; place-items: center; }
.product-visual > img { position: relative; z-index: 2; filter: drop-shadow(0 22px 30px rgba(23,48,79,.15)); }
.visual-glow { position: absolute; inset: 12% 6%; border-radius: 50%; background: radial-gradient(circle, rgba(24,95,157,.2), rgba(14,141,136,.08) 45%, transparent 70%); }
.mini-card { position: absolute; z-index: 3; right: 0; bottom: 28px; display: grid; padding: 17px 20px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
.mini-card span { color: var(--muted); font-size: 12px; }
.product-gallery-section { background: #f0f5fa; border-block: 1px solid var(--line); }
.product-gallery { max-width: 1000px; margin-inline: auto; }
.gallery-stage { position: relative; display: grid; place-items: center; min-height: 460px; padding: 24px 78px; background: #152337; border-radius: 20px; box-shadow: var(--shadow); }
.gallery-image-button { display: grid; max-width: 100%; padding: 0; cursor: zoom-in; background: transparent; border: 0; border-radius: 10px; overflow: hidden; }
.gallery-image-button img { max-width: 100%; max-height: 560px; object-fit: contain; border-radius: 8px; box-shadow: 0 14px 38px rgba(0,0,0,.28); }
.gallery-control, .lightbox-control, .lightbox-close { display: grid; place-items: center; padding: 0; cursor: pointer; color: var(--ink); background: #fff; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; box-shadow: 0 8px 22px rgba(0,0,0,.18); font-size: 25px; line-height: 1; }
.gallery-arrow { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.25; }
.gallery-close-icon { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 2.25; }
.gallery-control { position: absolute; z-index: 1; top: 50%; width: 46px; height: 46px; transform: translateY(-50%); }
.gallery-previous { left: 18px; }
.gallery-next { right: 18px; }
.gallery-control:hover, .lightbox-control:hover, .lightbox-close:hover { color: #fff; background: var(--brand); }
.gallery-footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 16px; }
.gallery-thumbnails { display: flex; gap: 10px; max-width: 100%; padding: 4px; overflow-x: auto; }
.gallery-thumbnail { flex: 0 0 92px; height: 62px; padding: 0; cursor: pointer; background: #fff; border: 2px solid transparent; border-radius: 8px; overflow: hidden; opacity: .68; }
.gallery-thumbnail:hover, .gallery-thumbnail:focus-visible, .gallery-thumbnail.is-active { border-color: var(--brand); opacity: 1; }
.gallery-thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.gallery-counter { flex: 0 0 auto; margin: 0; color: var(--muted); font-size: 13px; font-weight: 800; white-space: nowrap; }
.screenshot-lightbox { position: fixed; inset: 0; width: 100vw; max-width: none; height: 100dvh; max-height: none; margin: 0; padding: 32px 90px; color: #fff; background: rgba(8, 16, 28, .97); border: 0; }
.screenshot-lightbox::backdrop { background: rgba(8, 16, 28, .75); }
.screenshot-lightbox[open] { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 28px; align-items: center; }
.screenshot-lightbox figure { display: grid; min-width: 0; max-height: calc(100dvh - 80px); margin: 0; place-items: center; }
.screenshot-lightbox figure img { max-width: 100%; max-height: calc(100dvh - 120px); object-fit: contain; }
.screenshot-lightbox figcaption { margin-top: 12px; color: #d5deea; font-size: 14px; font-weight: 700; }
.lightbox-control { width: 52px; height: 52px; }
.lightbox-close { position: absolute; top: 22px; right: 26px; width: 42px; height: 42px; font-size: 31px; }
.check-list { margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; margin: 12px 0; padding-left: 29px; color: var(--muted); }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 20px; height: 20px; display: grid; place-items: center; color: #fff; background: var(--accent); border-radius: 50%; font-size: 12px; font-weight: 900; }
.hero-checks { max-width: 760px; margin-top: 30px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { padding: 26px; background: #fff; border: 1px solid var(--line); border-radius: 15px; }
.feature-card p { margin-bottom: 0; }
.two-column { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); gap: 70px; align-items: start; }
.arrow-list { margin: 25px 0 0; padding: 0; list-style: none; }
.arrow-list li { position: relative; padding: 15px 0 15px 35px; border-bottom: 1px solid #d5dee8; font-weight: 700; }
.arrow-list li::before { content: "→"; position: absolute; left: 0; color: var(--brand); }
.trial-card, .resource-panel, .sticky-support, .privacy-summary { padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.pill { display: inline-block; padding: 5px 9px; color: var(--brand); background: #edf5fb; border-radius: 999px; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.trial-card h2 { margin: 20px 0 12px; font-size: 30px; }
.trial-card a { font-weight: 800; }
.step-list { margin: 30px 0 0; padding: 0; list-style: none; }
.step-list li { display: grid; grid-template-columns: 40px 1fr; gap: 15px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.step-list span { width: 34px; height: 34px; display: grid; place-items: center; color: #fff; background: var(--brand); border-radius: 50%; font-weight: 800; }
.step-list p { margin: 3px 0 0; }
.resource-panel { display: grid; gap: 10px; }
.resource-panel > a { display: grid; padding: 17px; color: var(--ink); background: #f7f9fc; border: 1px solid var(--line); border-radius: 11px; text-decoration: none; }
.resource-panel span { margin-top: 4px; color: var(--muted); font-size: 13px; }
.cta-section { padding: 30px 0 90px; }
.page-hero { padding-block: 100px 78px; }
.page-hero h1 { margin-bottom: 20px; }
.page-hero p:not(.eyebrow) { font-size: 20px; }
.compact-hero { padding-block: 70px 55px; }
.updated { font-size: 14px !important; font-weight: 700; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 35px; color: var(--muted); font-size: 13px; font-weight: 700; }
.breadcrumbs a { color: var(--muted); }
.faq-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 45px; align-items: start; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { background: #fff; border: 1px solid var(--line); border-radius: 13px; overflow: hidden; }
.faq-list summary { cursor: pointer; padding: 20px 22px; font-size: 18px; font-weight: 800; }
.faq-list details[open] summary { color: var(--brand); border-bottom: 1px solid var(--line); }
.faq-answer { padding: 3px 22px 20px; }
.sticky-support { position: sticky; top: 100px; }
.sticky-support h2 { margin-top: 20px; font-size: 28px; }
.sticky-support .button { width: 100%; margin: 10px 0 18px; }
.support-product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.support-product-card { display: flex; align-items: center; gap: 17px; padding: 22px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 14px; text-decoration: none; box-shadow: 0 9px 28px rgba(23,48,79,.06); }
.support-product-card span { display: grid; }
.support-product-card small { color: var(--muted); }
.support-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: start; }
.privacy-note { margin-top: 28px; padding: 15px; background: #fff; border: 1px solid var(--line); border-radius: 10px; font-size: 14px; }
.contact-card { padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.contact-card form { display: grid; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label { display: grid; gap: 7px; color: var(--ink); font-size: 13px; font-weight: 800; }
input, select, textarea { width: 100%; padding: 12px 13px; color: var(--ink); background: #fff; border: 1px solid #c7d1de; border-radius: 9px; }
textarea { min-height: 170px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(24,95,157,.16); border-color: var(--brand); }
.honeypot { position: absolute; left: -10000px; }
.notice { margin-bottom: 18px; padding: 13px 15px; border-radius: 9px; font-weight: 700; }
.notice.success { color: #145b46; background: #e7f6ef; border: 1px solid #a8d9c8; }
.notice.error { color: #8a2424; background: #fff0f0; border: 1px solid #efb7b7; }
.dev-notice { padding: 10px; color: #745412; background: #fff7dc; border: 1px solid #e9d58c; border-radius: 8px; font-size: 12px; }
.privacy-layout { display: grid; grid-template-columns: 360px minmax(0, 1fr); gap: 55px; align-items: start; }
.privacy-summary { position: sticky; top: 100px; }
.status-list { margin: 0; padding: 0; list-style: none; }
.status-list li { display: grid; grid-template-columns: 11px 1fr; gap: 11px; align-items: start; }
.status-list li > span { width: 9px; height: 9px; margin-top: 9px; background: var(--accent); border-radius: 50%; }
.status-list p { margin: 0 0 14px; font-size: 14px; }
.legal-copy { padding: 36px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.legal-copy h2 { margin-top: 38px; font-size: 24px; }
.legal-copy h2:first-child { margin-top: 0; }
.site-footer { padding: 65px 0 25px; color: #d5deea; background: #101a29; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 50px; }
.footer-grid > div { display: grid; align-content: start; gap: 8px; }
.footer-grid h2 { margin-bottom: 8px; color: #fff; font-size: 14px; text-transform: uppercase; letter-spacing: .08em; }
.footer-grid a { color: #d5deea; text-decoration: none; }
.footer-grid p { max-width: 430px; color: #9eacbd; }
.footer-brand { color: #fff !important; font-size: 20px; font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 50px; padding-top: 22px; color: #8493a7; border-top: 1px solid #263348; font-size: 12px; }
.product-orange { --brand: #b95b20; --brand-dark: #934516; --accent: #d66f2c; }
.product-teal { --brand: #087a75; --brand-dark: #05635f; --accent: #0e8d88; }
@media (max-width: 980px) {
  .home-hero-grid, .product-hero-grid, .two-column, .support-layout, .privacy-layout { grid-template-columns: 1fr; }
  .home-hero-grid { padding-block: 70px; }
  .hero-stack { min-height: 420px; max-width: 600px; width: 100%; margin-inline: auto; }
  .product-visual { min-height: 330px; }
  .product-grid, .feature-grid, .support-product-grid { grid-template-columns: 1fr 1fr; }
  .value-grid { grid-template-columns: 1fr 1fr; }
  .faq-layout { grid-template-columns: 1fr; }
  .sticky-support, .privacy-summary { position: static; }
}
@media (max-width: 760px) {
  .shell { width: min(100% - 26px, var(--shell)); }
  .site-header { position: relative; }
  .header-inner { min-height: 68px; flex-wrap: wrap; padding-block: 10px; }
  .nav-toggle { display: block; }
  .site-nav { width: 100%; display: none; align-items: stretch; flex-direction: column; padding-bottom: 10px; }
  .site-nav.is-open { display: flex; }
  .nav-menu { position: static; display: grid; margin-left: 15px; box-shadow: none; }
  h1 { font-size: clamp(39px, 12vw, 58px); }
  .home-hero-grid, .product-hero-grid { min-height: auto; padding-block: 60px; }
  .hero-stack { min-height: auto; display: grid; gap: 12px; }
  .stack-card { position: static; width: 100%; transform: none; }
  .product-grid, .feature-grid, .support-product-grid, .value-grid, .form-row, .footer-grid { grid-template-columns: 1fr; }
  .product-card > p:not(.eyebrow) { min-height: 0; }
  .section { padding-block: 65px; }
  .cta-box { align-items: flex-start; flex-direction: column; padding: 28px; }
  .footer-bottom { flex-direction: column; }
  .legal-copy { padding: 24px; }
  .gallery-stage { min-height: 260px; padding: 16px 48px; border-radius: 15px; }
  .gallery-control { width: 36px; height: 36px; }
  .gallery-previous { left: 7px; }
  .gallery-next { right: 7px; }
  .gallery-footer { align-items: flex-start; flex-direction: column; }
  .gallery-counter { padding-inline: 4px; }
  .screenshot-lightbox { padding: 76px 14px 22px; }
  .screenshot-lightbox[open] { grid-template-columns: 42px minmax(0, 1fr) 42px; gap: 8px; }
  .screenshot-lightbox figure { max-height: calc(100dvh - 110px); }
  .screenshot-lightbox figure img { max-height: calc(100dvh - 145px); }
  .lightbox-control { width: 40px; height: 40px; }
  .lightbox-close { top: 18px; right: 18px; }
}

/* Product usage guides */
.guide-section { background: #fff; }
.narrow-copy { max-width: 760px; }
.guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 30px; }
.guide-card { padding: 26px; background: var(--panel, #fff); border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 12px 34px rgba(24, 33, 47, .06); }
.guide-card h3 { margin: 0 0 16px; font-size: 21px; }
.guide-list { display: grid; gap: 12px; margin: 0; padding-left: 20px; color: var(--muted); }
.guide-list strong { color: var(--ink); }
.guide-note { display: flex; gap: 8px; margin-top: 22px; padding: 18px 20px; color: #274760; background: #eef6fc; border: 1px solid #cfe2f2; border-left: 5px solid var(--brand); border-radius: 12px; }
.faq-heading { margin-bottom: 24px; }
.faq-answer p + p { margin-top: 12px; }

@media (max-width: 900px) {
  .guide-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .guide-card { padding: 21px; }
  .guide-note { align-items: flex-start; flex-direction: column; }
}
