:root {
  --ink: #12262d;
  --ink-soft: #435b64;
  --muted: #63777f;
  --accent: #087ea4;
  --accent-deep: #05657f;
  --accent-bright: #1aa6c7;
  --mint: #63d5bf;
  --paper: #ffffff;
  --mist: #f4f8fa;
  --mist-deep: #eaf2f5;
  --line: #d9e5e9;
  --dark: #102b33;
  --dark-soft: #183a44;
  --success: #16865c;
  --shadow: 0 28px 80px rgba(18, 48, 58, .14);
  --shadow-soft: 0 14px 40px rgba(18, 48, 58, .09);
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 32px;
  --shell: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Segoe UI Variable", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: var(--accent-deep); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--accent); }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.035em; line-height: 1.08; }
h1 { font-size: clamp(3rem, 6vw, 6.65rem); margin-bottom: 26px; }
h2 { font-size: clamp(2.3rem, 4.3vw, 4.6rem); margin-bottom: 22px; }
h3 { font-size: 1.5rem; margin-bottom: 14px; }
em { color: var(--accent); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.narrow-shell { width: min(100%, 900px); }
.centered { text-align: center; margin-inline: auto; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; left: 18px; top: 14px; z-index: 999; transform: translateY(-180%); background: var(--ink); color: white; padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--accent-bright); outline-offset: 4px; }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.9); border-bottom: 1px solid rgba(217,229,233,.75); backdrop-filter: blur(18px); }
.header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; }
.brand img { border-radius: 10px; box-shadow: 0 7px 18px rgba(8,126,164,.18); }
.brand span { display: grid; line-height: 1.05; }
.brand strong { font-size: 1.15rem; letter-spacing: -.02em; }
.brand small { margin-top: 6px; color: var(--muted); font-size: .74rem; letter-spacing: .055em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 4px; }
.primary-nav a { color: var(--ink-soft); font-size: .94rem; font-weight: 600; padding: 11px 15px; border-radius: 10px; text-decoration: none; }
.primary-nav a:hover, .primary-nav a.is-active { color: var(--accent-deep); background: var(--mist-deep); }
.primary-nav .nav-cta { margin-left: 8px; color: white; background: var(--ink); padding-inline: 18px; }
.primary-nav .nav-cta:hover, .primary-nav .nav-cta.is-active { color: white; background: var(--accent-deep); }
.menu-toggle { display: none; width: 46px; height: 44px; border: 0; border-radius: 10px; background: var(--mist); place-content: center; gap: 5px; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 22px; height: 2px; background: var(--ink); border-radius: 2px; }

.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--accent-deep); margin-bottom: 20px; font-size: .78rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 2px; background: var(--accent); }
.centered .eyebrow { justify-content: center; }
.hero { position: relative; overflow: hidden; padding: 92px 0 82px; background: linear-gradient(145deg, #f7fbfc 0%, #edf6f8 66%, #f8fbfc 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: var(--line); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 600px; height: 600px; right: -180px; top: -230px; background: radial-gradient(circle, rgba(99,213,191,.2), transparent 68%); }
.hero-glow-two { width: 520px; height: 520px; left: -250px; bottom: -280px; background: radial-gradient(circle, rgba(8,126,164,.13), transparent 68%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .87fr 1.13fr; align-items: center; gap: 66px; }
.hero-copy h1 { max-width: 750px; }
.hero-lede { max-width: 600px; color: var(--ink-soft); font-size: 1.17rem; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 22px; border: 1px solid transparent; border-radius: 11px; font-weight: 700; line-height: 1.2; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--accent); box-shadow: 0 12px 26px rgba(8,126,164,.23); }
.button-primary:hover { color: white; background: var(--accent-deep); box-shadow: 0 15px 30px rgba(8,126,164,.27); }
.button-secondary { color: var(--ink); background: rgba(255,255,255,.68); border-color: var(--line); }
.button-secondary:hover { color: var(--accent-deep); background: white; }
.button-light { color: var(--dark); background: white; }
.button-light:hover { color: var(--dark); background: #e9f8f5; }
.button-disabled { color: #6c7f86; background: #e3ebee; cursor: not-allowed; }
.button-disabled:hover { transform: none; }
.windows-mark { display: grid; grid-template-columns: 6px 6px; gap: 2px; transform: skewY(-4deg); }
.windows-mark i { width: 6px; height: 6px; background: currentColor; display: block; }
.hero-checks { list-style: none; display: flex; flex-wrap: wrap; gap: 12px 22px; padding: 0; margin: 28px 0 0; color: var(--ink-soft); font-size: .9rem; font-weight: 600; }
.hero-checks span { color: var(--success); margin-right: 4px; }

.app-showcase { min-width: 0; padding: 15px; border: 1px solid rgba(204,224,231,.95); border-radius: 27px; background: rgba(255,255,255,.72); box-shadow: var(--shadow); backdrop-filter: blur(14px); }
.showcase-topline { display: flex; justify-content: space-between; color: var(--muted); padding: 1px 4px 12px; font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.showcase-topline > div { display: flex; align-items: center; gap: 8px; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 4px rgba(99,213,191,.15); }
.slides { display: grid; }
.slide { grid-area: 1 / 1; min-width: 0; margin: 0; opacity: 0; visibility: hidden; transform: translateX(12px); transition: opacity .3s ease, transform .3s ease; }
.slide.is-current { opacity: 1; visibility: visible; transform: none; }
.window-frame { overflow: hidden; border: 1px solid #cfdee3; border-radius: 15px; background: #f5f9fa; box-shadow: 0 12px 34px rgba(13,48,59,.13); }
.window-bar { height: 30px; display: flex; align-items: center; gap: 6px; padding: 0 10px; background: #edf3f5; border-bottom: 1px solid #d8e4e8; }
.window-bar > span { width: 7px; height: 7px; border-radius: 50%; background: #b8c8ce; }
.window-bar > span:first-child { background: #25a7c4; }
.window-bar small { margin-left: 5px; color: #70858d; font-size: .65rem; }
.window-frame img { width: 100%; height: auto; aspect-ratio: 1.56; object-fit: contain; object-position: center; background: #f5f9fa; }
.slide figcaption { display: flex; align-items: baseline; gap: 10px; padding: 13px 5px 0; }
.slide figcaption strong { font-size: 1rem; }
.slide figcaption span { color: var(--muted); font-size: .82rem; }
.slider-controls { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 4px 1px; }
.slider-controls > button { flex: 0 0 auto; width: 38px; height: 34px; border: 1px solid var(--line); border-radius: 9px; background: white; cursor: pointer; }
.slider-controls > button:hover { color: white; background: var(--accent); border-color: var(--accent); }
.slide-dots { display: flex; align-items: center; justify-content: center; gap: 6px; }
.slide-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 10px; background: #b7c7cd; cursor: pointer; transition: width .18s ease, background .18s ease; }
.slide-dots button.is-current { width: 24px; background: var(--accent); }

.trust-strip { background: white; border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { min-height: 108px; display: flex; align-items: center; gap: 14px; padding: 24px 20px; border-right: 1px solid var(--line); }
.trust-grid > div:first-child { border-left: 1px solid var(--line); }
.trust-icon { width: 38px; height: 38px; display: grid; place-items: center; color: var(--accent); border-radius: 10px; background: var(--mist-deep); font-weight: 800; }
.trust-grid p { display: grid; margin: 0; line-height: 1.25; }
.trust-grid strong { font-size: .9rem; }
.trust-grid small { margin-top: 5px; color: var(--muted); font-size: .75rem; }

.section { padding: 112px 0; }
.section-soft { background: var(--mist); border-block: 1px solid var(--line); }
.section-heading { width: min(100%, 780px); margin-bottom: 56px; }
.section-heading > p:last-child, .split-heading > p { color: var(--ink-soft); font-size: 1.08rem; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.feature-card { position: relative; min-height: 300px; overflow: hidden; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 8px 26px rgba(18,48,58,.045); }
.feature-card-large { grid-row: span 2; min-height: 620px; display: flex; flex-direction: column; justify-content: flex-end; }
.feature-card > p { color: var(--ink-soft); }
.feature-number { position: absolute; top: 28px; right: 30px; color: #8aa0a8; font-size: .72rem; font-weight: 800; letter-spacing: .16em; }
.feature-symbol { width: 64px; height: 64px; display: grid; place-items: center; margin-bottom: auto; color: var(--accent); border-radius: 18px; background: var(--mist-deep); font-size: 1.75rem; }
.teal-card { color: white; border: 0; background: linear-gradient(145deg, #087ea4, #075c70); box-shadow: 0 25px 56px rgba(7,99,124,.24); }
.teal-card::before { content: ""; position: absolute; width: 400px; height: 400px; top: -210px; right: -140px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 0 0 38px rgba(255,255,255,.04), 0 0 0 80px rgba(255,255,255,.025); }
.teal-card .feature-symbol { color: white; background: rgba(255,255,255,.12); }
.teal-card .feature-number { color: rgba(255,255,255,.65); }
.teal-card h3 { width: min(100%, 470px); font-size: 2.25rem; }
.teal-card p { width: min(100%, 500px); color: rgba(255,255,255,.82); }
.mini-list { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 20px 0 0; }
.mini-list li { padding: 7px 10px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; font-size: .78rem; }
.privacy-card { display: grid; grid-template-columns: auto 1fr; gap: 26px; min-height: 270px; align-items: center; background: #eff9f6; border-color: #cdebe4; }
.privacy-card a { font-weight: 700; text-decoration: none; }
.privacy-lock { width: 94px; height: 110px; position: relative; display: grid; place-items: end center; }
.privacy-lock::before { content: ""; position: absolute; top: 0; width: 56px; height: 58px; border: 9px solid var(--success); border-bottom: 0; border-radius: 32px 32px 0 0; }
.privacy-lock span { width: 88px; height: 72px; border-radius: 16px; background: var(--success); }

.split-heading { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 90px; margin-bottom: 50px; }
.split-heading h2 { margin-bottom: 0; }
.workflow-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--line); }
.workflow-grid article { min-height: 295px; padding: 34px 28px; background: white; }
.workflow-grid article > span { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 68px; color: var(--accent-deep); border: 1px solid #bcd4dc; border-radius: 50%; font-size: .84rem; font-weight: 800; }
.workflow-grid p { color: var(--ink-soft); margin-bottom: 0; }

.plans-preview { background: white; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 20px; }
.price-card { display: flex; flex-direction: column; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow-soft); }
.price-card.current { border: 2px solid var(--accent); }
.plan-label { align-self: flex-start; margin-bottom: 24px; padding: 6px 10px; color: white; border-radius: 999px; background: var(--accent); font-size: .67rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.plan-label.muted { color: var(--accent-deep); background: var(--mist-deep); }
.plan-label.light { color: var(--dark); background: var(--mint); }
.price-card > p { min-height: 52px; color: var(--muted); }
.price { margin: 16px 0 24px; font-size: 2.9rem; font-weight: 750; letter-spacing: -.04em; }
.price small { display: block; color: var(--muted); font-size: .72rem; font-weight: 500; letter-spacing: 0; }
.price-card ul { flex: 1; list-style: none; padding: 0; margin: 0 0 28px; }
.price-card li { position: relative; padding: 8px 0 8px 24px; color: var(--ink-soft); border-bottom: 1px solid #edf2f4; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--success); font-weight: 800; }
.dark-card { color: white; border-color: var(--dark); background: var(--dark); }
.dark-card > p, .dark-card .price small, .dark-card li { color: #bcd0d6; }
.dark-card li { border-color: rgba(255,255,255,.1); }
.dark-card li::before { color: var(--mint); }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: start; }
.muted-copy { color: var(--muted); }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; justify-content: space-between; gap: 20px; padding: 24px 4px; cursor: pointer; font-size: 1.06rem; font-weight: 700; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { transition: transform .2s ease; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { max-width: 760px; padding: 0 34px 22px 4px; color: var(--ink-soft); }
.final-cta { padding: 86px 0; color: white; background: linear-gradient(135deg, #087ea4, #075667); }
.final-cta-inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; }
.final-cta h2 { margin-bottom: 12px; }
.final-cta p { color: rgba(255,255,255,.8); margin-bottom: 0; }
.light-eyebrow { color: white; }
.light-eyebrow > span { background: var(--mint); }
.final-actions { display: flex; flex-direction: column; align-items: center; gap: 14px; flex: 0 0 auto; }
.text-link-light { color: white; font-weight: 700; text-decoration: none; }
.text-link-light:hover { color: var(--mint); }

.page-hero { position: relative; overflow: hidden; padding: 120px 0 100px; background: var(--mist); border-bottom: 1px solid var(--line); }
.page-hero::after { content: ""; position: absolute; width: 540px; height: 540px; right: -190px; top: -260px; border: 1px solid #d0e7ec; border-radius: 50%; box-shadow: 0 0 0 45px rgba(8,126,164,.035), 0 0 0 92px rgba(8,126,164,.025); }
.page-hero p:not(.eyebrow) { max-width: 750px; color: var(--ink-soft); font-size: 1.14rem; }
.compact-hero h1 { font-size: clamp(3.4rem, 6.3vw, 6rem); }
.detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.detail-grid article { min-width: 0; display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 24px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); }
.detail-grid article > div { min-width: 0; }
.detail-grid article:nth-child(3n + 1) { background: var(--mist); }
.detail-icon { width: 52px; height: 52px; display: grid; place-items: center; color: var(--accent); border-radius: 14px; background: var(--mist-deep); font-size: 1.4rem; }
.detail-grid p, .detail-grid li { color: var(--ink-soft); }
.detail-grid ul { padding-left: 20px; margin-bottom: 0; }
.feature-screenshot { display: grid; grid-template-columns: .68fr 1.32fr; gap: 70px; align-items: center; }
.feature-screenshot img {
  width: 100%;
  height: auto;
  aspect-ratio: 2216 / 1423;
  object-fit: contain;
  align-self: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.feature-screenshot .button { margin-top: 18px; }
.plans-hero p { margin-inline: auto; }
.plans-page-section { padding-top: 60px; }
.full-plans .price-card { scroll-margin-top: 110px; }
.store-note { display: flex; align-items: flex-start; gap: 16px; margin-top: 22px; padding: 22px 24px; border: 1px solid #c8e5eb; border-radius: var(--radius-sm); background: #eef9fb; }
.store-note > span { color: var(--accent); font-size: 1.4rem; }
.store-note p { margin: 4px 0 0; color: var(--ink-soft); }
.comparison-section .section-heading { margin-bottom: 36px; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
table { width: 100%; border-collapse: collapse; min-width: 760px; }
th, td { padding: 18px 20px; border-bottom: 1px solid var(--line); text-align: left; }
thead th { color: var(--ink); background: var(--mist-deep); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
tbody th { font-size: .93rem; }
tbody td { color: var(--ink-soft); }
.yes { color: var(--success); font-weight: 750; }

.support-layout { display: grid; grid-template-columns: 310px 1fr; gap: 74px; align-items: start; }
.support-card { position: sticky; top: 112px; padding: 28px; color: white; border-radius: var(--radius); background: var(--dark); }
.support-card > span { color: var(--mint); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.support-card h2 { margin-top: 12px; font-size: 1.9rem; }
.support-card a { color: white; }
.support-card small { color: #bdd0d6; }
.support-content > h2 { margin: 10px 0 30px; font-size: 2.25rem; }
.support-content > h2:not(:first-child) { margin-top: 72px; }
.help-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.help-grid article { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius-sm); }
.help-grid article > span { color: var(--accent); font-size: .7rem; font-weight: 800; letter-spacing: .12em; }
.help-grid h3 { margin-top: 22px; }
.help-grid p { color: var(--ink-soft); margin-bottom: 0; }

.store-hero { padding-block: 105px; }
.store-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 430px; gap: 90px; align-items: center; }
.store-panel { padding: 46px; text-align: center; border: 1px solid var(--line); border-radius: var(--radius-lg); background: white; box-shadow: var(--shadow); }
.store-panel img { margin: 0 auto 24px; border-radius: 28px; box-shadow: 0 18px 40px rgba(8,126,164,.2); }
.store-panel h2 { font-size: 2rem; margin-bottom: 8px; }
.store-panel > p { color: var(--muted); }
.store-meta { display: flex; justify-content: center; flex-wrap: wrap; gap: 7px; margin-top: 24px; }
.store-meta span { padding: 6px 9px; border-radius: 99px; color: var(--accent-deep); background: var(--mist-deep); font-size: .72rem; font-weight: 700; }
.release-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.release-grid article { display: flex; gap: 18px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); }
.release-status { flex: 0 0 auto; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-weight: 800; }
.release-status.ready { color: white; border-color: var(--success); background: var(--success); }
.release-status.active { color: white; border-color: var(--accent); background: var(--accent); }
.release-grid h2 { font-size: 1.35rem; }
.release-grid p { color: var(--ink-soft); margin-bottom: 0; }
.system-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: start; }
.system-grid dl { margin: 0; border-top: 1px solid var(--line); }
.system-grid dl div { display: grid; grid-template-columns: 170px 1fr; gap: 24px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.system-grid dt { font-weight: 750; }
.system-grid dd { margin: 0; color: var(--ink-soft); }

.legal-hero { padding: 90px 0 64px; background: var(--mist); border-bottom: 1px solid var(--line); }
.legal-heading h1 { font-size: clamp(3rem, 5vw, 5rem); margin-bottom: 16px; }
.legal-heading > p:last-child { color: var(--muted); }
.legal-section { padding: 80px 0 120px; }
.legal-layout { display: grid; grid-template-columns: 300px minmax(0, 760px); justify-content: space-between; gap: 80px; align-items: start; }
.legal-summary { position: sticky; top: 112px; padding: 26px; border: 1px solid #cce4e9; border-radius: var(--radius); background: #f0f9fa; }
.legal-summary strong { display: block; margin-bottom: 10px; font-size: 1.14rem; }
.legal-summary p { color: var(--ink-soft); }
.legal-summary a { font-weight: 700; text-decoration: none; }
.legal-copy h2 { margin: 42px 0 12px; font-size: 1.45rem; letter-spacing: -.02em; }
.legal-copy h2:first-child { margin-top: 0; }
.legal-copy p { color: #354e57; }
.not-found { min-height: 70vh; display: grid; place-items: center; text-align: center; background: var(--mist); }
.not-found .shell { display: grid; justify-items: center; }
.not-found .shell > span { color: var(--accent); font-size: 1rem; font-weight: 900; letter-spacing: .2em; }
.not-found h1 { max-width: 760px; margin: 18px 0; font-size: clamp(3rem, 6vw, 6rem); }
.not-found p { color: var(--muted); font-size: 1.1rem; }

.site-footer { color: #d6e5e9; background: #0b2229; }
.footer-grid { display: grid; grid-template-columns: 1.55fr .7fr .7fr 1.05fr; gap: 65px; padding-block: 70px 58px; }
.site-footer .brand { color: white; }
.site-footer .brand small { color: #9bb1b8; text-transform: none; letter-spacing: 0; }
.footer-brand > p { max-width: 360px; margin-top: 22px; color: #9fb4ba; }
.footer-grid h2 { margin: 7px 0 18px; color: white; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid a { margin: 5px 0; color: #c4d4d8; text-decoration: none; }
.footer-grid a:hover { color: var(--mint); }
.footer-note { color: #8fa7ae; font-size: .78rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 40px; padding-block: 22px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p { max-width: 580px; margin: 0; color: #819ba3; font-size: .72rem; }

@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: 1fr; gap: 58px; }
  .hero-copy { max-width: 800px; }
  .app-showcase { width: min(100%, 900px); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div:nth-child(3) { border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
  .trust-grid > div:nth-child(4) { border-top: 1px solid var(--line); }
  .workflow-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: 1fr; width: min(100%, 730px); margin-inline: auto; }
  .price-card > p { min-height: 0; }
  .faq-grid { gap: 60px; }
  .footer-grid { grid-template-columns: 1.3fr repeat(3, 1fr); gap: 35px; }
  .store-hero-grid { grid-template-columns: 1fr 350px; gap: 55px; }
  .release-grid { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .header-inner { min-height: 72px; }
  .menu-toggle { display: grid; }
  .primary-nav { position: fixed; inset: 72px 0 auto; display: none; padding: 18px 16px 26px; flex-direction: column; align-items: stretch; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 22px 40px rgba(17,48,57,.12); }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: 13px 16px; }
  .primary-nav .nav-cta { margin: 6px 0 0; text-align: center; }
  .hero { padding-top: 70px; }
  .section { padding: 84px 0; }
  .feature-grid, .detail-grid { grid-template-columns: 1fr; }
  .feature-card-large { grid-row: auto; min-height: 540px; }
  .privacy-card { min-height: 0; }
  .split-heading, .feature-screenshot, .faq-grid, .support-layout, .system-grid, .legal-layout { grid-template-columns: 1fr; gap: 42px; }
  .support-card, .legal-summary { position: static; }
  .store-hero-grid { grid-template-columns: 1fr; }
  .store-panel { width: min(100%, 430px); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .final-actions { align-items: flex-start; }
}

@media (max-width: 580px) {
  h1 { font-size: clamp(2.9rem, 15vw, 4.6rem); }
  h2 { font-size: clamp(2.2rem, 11vw, 3.4rem); }
  .hero { padding-block: 58px 64px; }
  .hero-grid { gap: 42px; }
  .hero-actions, .hero-actions .button { width: 100%; }
  .app-showcase { padding: 10px; border-radius: 20px; }
  .slide figcaption { display: grid; gap: 2px; }
  .window-bar { height: 25px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { border-left: 1px solid var(--line); border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
  .trust-grid > div:first-child { border-top: 0; }
  .section-heading { margin-bottom: 38px; }
  .feature-card { padding: 26px; }
  .feature-card-large { min-height: 500px; }
  .teal-card h3 { font-size: 1.9rem; }
  .privacy-card { grid-template-columns: 1fr; }
  .privacy-lock { transform: scale(.76); transform-origin: left center; margin-bottom: -18px; }
  .workflow-grid { grid-template-columns: 1fr; }
  .workflow-grid article { min-height: 240px; }
  .workflow-grid article > span { margin-bottom: 42px; }
  .price-card { padding: 26px; }
  .help-grid { grid-template-columns: 1fr; }
  .system-grid dl div { grid-template-columns: 1fr; gap: 4px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}

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