:root {
  --heading-color: #111111;
  --body-color: #4a4a4a;
  --accent-color: #ff8b7b;
  --accent-soft: #ffe0d9;
  --accent-warm: #ffb36b;
  --light-bg: #f7f7f8;
  --dark-bg: #111111;
  --white-bg: #ffffff;
  --white-color: #ffffff;
  --light-color: #ececef;
  --light-color2: #dedee2;
  --green-bg: #168a52;
  --grey-color: #6f6f74;
  --page-gutter: clamp(20px, 4vw, 56px);
  --shadow-soft: 0 30px 80px rgba(17, 17, 17, .12);
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body {
  min-height: 100%;
  color: var(--body-color);
  background: var(--white-bg);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.65;
}
body.menu-open { overflow: hidden; }
body:not(.menu-open) { overflow-x: clip; overflow-y: visible; }
h1, h2, h3, h4, h5, h6, .post__title {
  color: var(--heading-color);
  font-family: ClashGroteskSemibold, "Segoe UI", Arial, sans-serif;
  font-weight: 600;
}
a { color: inherit; }
img { height: auto; }
button, input, select, textarea { font: inherit; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 3px solid rgba(255, 139, 123, .5);
  outline-offset: 4px;
}
.container { max-width: 1296px; padding-left: var(--page-gutter); padding-right: var(--page-gutter); }
.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: 16px; top: -80px; z-index: 99999; padding: 12px 18px; border-radius: 999px; background: #111; color: #fff; }
.skip-link:focus { top: 16px; }
.honeypot { position: absolute!important; left: -10000px!important; width: 1px!important; height: 1px!important; overflow: hidden!important; }

/* Supplied Sofax header structure, branded for Involora. */
.sofax-header-section { position: relative!important; z-index: 1000; width: 100%; padding: 14px 0; background: rgba(255,255,255,.96); transition: padding .28s ease, box-shadow .28s ease; }
.sofax-header-section.is-sticky { position: sticky!important; top: 0; padding: 8px 0; box-shadow: 0 10px 35px rgba(17,17,17,.07); backdrop-filter: blur(16px); }
.site-navbar { min-height: 64px; padding: 0; }
.brand-logo.involora-brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand-logo.involora-brand img { width: 190px; max-height: 48px; object-fit: contain; object-position: left center; }
.site-menu-main { display: flex; align-items: center; gap: 28px; }
.site-menu-main .nav-link-item { position: relative; display: block; padding: 12px 0; color: #171717; font-size: 16px; font-weight: 600; white-space: nowrap; }
.site-menu-main .nav-link-item::after { content: ""; position: absolute; left: 0; bottom: 6px; width: 100%; height: 2px; background: var(--accent-color); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.site-menu-main .nav-link-item:hover::after, .site-menu-main .nav-link-item[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.site-menu-main .nav-link-item[aria-current="page"] { color: #000; }
.sofax-default-btn { min-height: 54px; padding: 14px 30px; border: 1px solid var(--accent-color); border-radius: 999px; background: var(--accent-color); color: #111; font-size: 16px; font-weight: 700; line-height: 1.2; transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.sofax-default-btn:hover { transform: translateY(-3px); background: #111; border-color: #111; color: #fff; box-shadow: 0 15px 35px rgba(17,17,17,.15); }
.sofax-header-btn:hover { color: #fff!important; }
.sofax-header-btn:hover .button-wraper { opacity: 1; transform: none; }
.sofax-header-btn::after { display: none; }
.mobile-menu-trigger { display: none; position: relative; width: 46px; height: 46px; margin-left: 14px; border: 1px solid #dedee2; border-radius: 50%; }
.mobile-menu-trigger span, .mobile-menu-trigger span::before, .mobile-menu-trigger span::after { position: absolute; left: 12px; width: 20px; height: 2px; background: #111; content: ""; transition: .25s ease; }
.mobile-menu-trigger span { top: 22px; }
.mobile-menu-trigger span::before { left: 0; top: -6px; }
.mobile-menu-trigger span::after { left: 0; top: 6px; }
.mobile-menu-head { display: none; }
.menu-overlay { display: none; }

/* Home uses the template's centered SaaS hero and dashboard stage. */
.sofax-hero-section.involora-hero { position: relative; overflow: hidden; padding: clamp(72px, 8vw, 128px) 0 0; background: #fff; }
.involora-hero .sofax-hero-content { max-width: 1120px; margin: 0 auto; text-align: center; }
.involora-hero h1 { max-width: 1050px; margin: 0 auto 26px; font-size: clamp(56px, 7.5vw, 112px); line-height: .94; letter-spacing: -.055em; }
.involora-hero h1 em { color: var(--accent-color); font-style: normal; }
.involora-hero .hero-copy { max-width: 860px; margin: 0 auto; color: #4a4a4a; font-size: clamp(18px, 1.8vw, 22px); line-height: 1.55; }
.hero-actions { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.hero-proof { display: flex; justify-content: center; align-items: center; gap: 10px; margin-top: 25px; color: #5b5b60; font-size: 16px; }
.hero-proof strong { color: #111; }
.hero-proof-dots { display: flex; gap: 5px; }
.hero-proof-dots i { width: 9px; height: 9px; border-radius: 50%; background: var(--accent-color); }
.sofax-hero-thumb1.involora-dashboard-stage { position: relative; max-width: 1130px; margin: 72px auto 0; padding: 16px 16px 0; border: 2px solid #111; border-bottom: 0; border-radius: 28px 28px 0 0; background: #191a21; box-shadow: var(--shadow-soft); }
.involora-dashboard-stage > img { display: block; width: 100%; border-radius: 14px 14px 0 0; }
.hero-scribble, .footer-scribble { position: absolute; pointer-events: none; }
.hero-scribble--left { left: max(20px, calc(50% - 630px)); top: 330px; width: 118px; height: 90px; border-left: 4px solid var(--accent-warm); border-bottom: 4px solid var(--accent-warm); border-radius: 0 0 0 70%; transform: rotate(-13deg); }
.hero-scribble--right { right: max(20px, calc(50% - 640px)); bottom: 120px; width: 95px; height: 95px; border: 5px solid var(--accent-color); border-left-color: transparent; border-bottom-color: transparent; border-radius: 50%; transform: rotate(-24deg); }
.sofax-slider-section.involora-workflow { padding: 38px 0; border-top: 1px solid var(--light-color); border-bottom: 1px solid var(--light-color); overflow: hidden; }
.workflow-track { display: flex; width: max-content; will-change: transform; animation: workflow-slide 72s linear infinite; }
.workflow-group { display: flex; flex: none; }
.workflow-track span { position: relative; padding: 0 34px; color: #171717; font-family: ClashGroteskSemibold, sans-serif; font-size: clamp(23px, 2vw, 32px); }
.workflow-track span::after { content: "✦"; position: absolute; right: -8px; color: var(--accent-color); }
.involora-workflow:hover .workflow-track { animation-play-state: paused; }
@keyframes workflow-slide { to { transform: translate3d(-50%, 0, 0); } }

.sofax-section-padding { padding: clamp(80px, 10vw, 140px) 0; }
.sofax-section-padding2 { padding: clamp(70px, 8vw, 110px) 0; }
.bg-light { background: var(--light-bg)!important; }
.sofax-section-title { margin-bottom: 58px; }
.sofax-section-title.center { max-width: 900px; margin-left: auto; margin-right: auto; text-align: center; }
.sofax-section-title h2, .sofax-default-content h2 { font-size: clamp(46px, 6vw, 76px); line-height: 1.02; letter-spacing: -.045em; }
.sofax-section-title p, .sofax-default-content > p { max-width: 720px; margin: 22px auto 0; font-size: 20px; }
.involora-kicker { display: block; margin-bottom: 20px; color: #111; font-size: 14px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.template-service-list { border-top: 1px solid #bbbcc1; }
.template-service-row { display: grid; grid-template-columns: minmax(220px, .9fr) minmax(280px, 1.45fr) auto; gap: 40px; align-items: center; padding: 38px 0; border-bottom: 1px solid #bbbcc1; }
.template-service-row h3 { margin: 0; font-size: clamp(28px, 3vw, 42px); }
.template-service-row p { margin: 0; font-size: 18px; }
.circle-link { display: inline-flex; align-items: center; justify-content: center; width: 72px; height: 72px; border: 1px solid #111; border-radius: 50%; color: #111; transition: .25s ease; }
.circle-link svg { width: 26px; height: 26px; fill: currentColor; }
.template-service-row:hover .circle-link, .circle-link:hover { background: var(--accent-color); border-color: var(--accent-color); transform: rotate(45deg); }
.feature-visual { position: relative; }
.feature-visual img { display: block; width: 100%; border: 2px solid #111; border-radius: 22px; box-shadow: var(--shadow-soft); }
.feature-points { margin-top: 34px; }
.feature-point { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 23px 0; border-bottom: 1px solid var(--light-color2); }
.feature-point:first-child { border-top: 1px solid var(--light-color2); }
.feature-point span { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; background: var(--accent-soft); color: #111; font-weight: 800; }
.feature-point h4 { margin: 0 0 4px; font-size: 23px; }
.feature-point p { margin: 0; font-size: 17px; }

.document-story { overflow: hidden; background: #fff; }
.document-story-heading { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: clamp(40px, 8vw, 110px); align-items: end; margin-bottom: clamp(48px, 6vw, 78px); }
.document-story-heading h2 { max-width: 870px; margin: 0; font-size: clamp(48px, 6vw, 82px); line-height: .96; letter-spacing: -.05em; }
.document-story-heading > p { max-width: 470px; margin: 0 0 8px; font-size: 20px; }
.document-story-layout { display: grid; grid-template-columns: minmax(280px, .63fr) minmax(0, 1.37fr); gap: clamp(38px, 6vw, 82px); align-items: start; }
.document-story-tabs { border-top: 1px solid #b9b9bd; }
.document-story-tab { position: relative; display: grid; grid-template-columns: 48px 1fr; gap: 18px; align-items: center; width: 100%; min-height: 108px; padding: 22px 18px 22px 8px; border: 0; border-bottom: 1px solid #b9b9bd; border-radius: 0; background: transparent; color: #111; text-align: left; cursor: pointer; transition: background .3s ease, padding .3s ease; }
.document-story-tab::before { position: absolute; inset: 0 auto 0 0; width: 4px; background: var(--accent-color); content: ""; transform: scaleY(0); transform-origin: center; transition: transform .3s ease; }
.document-story-tab:hover { background: #faf3f1; padding-left: 16px; }
.document-story-tab.is-active { padding-left: 18px; background: var(--accent-soft); }
.document-story-tab.is-active::before { transform: scaleY(1); }
.document-story-number { color: #77777c; font-family: ClashGroteskSemibold, sans-serif; font-size: 15px; }
.document-story-tab strong, .document-story-tab small { display: block; }
.document-story-tab strong { margin-bottom: 4px; font-family: ClashGroteskSemibold, sans-serif; font-size: clamp(25px, 2.3vw, 34px); line-height: 1; }
.document-story-tab small { color: #606066; font-size: 14px; line-height: 1.35; }
.document-story-stage { display: grid; min-width: 0; }
.document-story-panel { grid-area: 1 / 1; visibility: hidden; opacity: 0; transform: translateY(18px); pointer-events: none; transition: visibility 0s linear .4s, opacity .4s ease, transform .45s cubic-bezier(.2,.7,.2,1); }
.document-story-panel.is-active { z-index: 1; visibility: visible; opacity: 1; transform: none; pointer-events: auto; transition-delay: 0s; }
.document-story-panel > p { max-width: 760px; margin: 22px 0 0; color: #45454a; font-size: 18px; }
.document-story-window { overflow: hidden; border: 2px solid #111; border-radius: 22px; background: #111; box-shadow: var(--shadow-soft); }
.document-story-windowbar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 46px; padding: 0 16px; color: #fff; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.document-story-windowbar > span { display: flex; gap: 6px; }
.document-story-windowbar i { width: 9px; height: 9px; border-radius: 50%; background: #55565e; }
.document-story-windowbar i:first-child { background: var(--accent-color); }
.document-story-window img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: top center; border-radius: 0 0 18px 18px; }
.document-story-panel.is-active .document-story-window img { animation: workflow-image-enter .65s cubic-bezier(.2,.7,.2,1) both; }
@keyframes workflow-image-enter { from { opacity: .7; transform: scale(1.015); } }

.dark-band { background: #111; color: #fff; }
.dark-band h2, .dark-band h3, .dark-band h4 { color: #fff; }
.dark-band .involora-kicker { color: var(--accent-color); }
.dark-band .template-service-list, .dark-band .template-service-row { border-color: #3a3a3e; }
.dark-band .circle-link { border-color: #fff; color: #fff; }

/* Inner pages follow the supplied breadcrumb, service, portfolio, pricing and article patterns. */
.sofax-breadcrumb { padding: clamp(72px, 8vw, 120px) 0 64px; background: var(--light-bg); text-align: center; }
.sofax-breadcrumb .post__title { max-width: 1000px; margin: 0 auto 24px; color: #111!important; font-size: clamp(56px, 8vw, 112px); line-height: .95; letter-spacing: -.055em; }
.breadcrumbs ul { display: flex; justify-content: center; align-items: center; gap: 12px; color: #66666b; font-size: 16px; }
.breadcrumbs a { color: #111!important; font-weight: 700; }
.breadcrumbs .crumb-arrow { color: var(--accent-color); font-size: 22px; }
.page-intro { max-width: 760px; margin: 24px auto 0; font-size: 20px; }
.page-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 32px; }
.sofax-default-btn.outline-btn { border-color: #111; background: transparent; color: #111; }
.sofax-default-btn.outline-btn:hover { background: #111; color: #fff; }
.sofax-default-btn.dark-btn { border-color: #111; background: #111; color: #fff; }
.sofax-default-btn.dark-btn:hover { background: var(--accent-color); border-color: var(--accent-color); color: #111; }

/* Features page: editorial product index with authentic product captures. */
.feature-page { background: #fff; }
.feature-hero { overflow: hidden; padding: clamp(70px, 8vw, 124px) 0 clamp(58px, 7vw, 96px); border-bottom: 1px solid #dedee2; }
.feature-hero-grid { display: grid; grid-template-columns: minmax(380px, .75fr) minmax(560px, 1.25fr); gap: clamp(48px, 7vw, 104px); align-items: center; }
.feature-hero-copy h1 { margin: 0; font-size: clamp(62px, 6.4vw, 100px); line-height: .91; letter-spacing: -.06em; }
.feature-hero-copy h1 em { color: var(--accent-color); font-style: normal; }
.feature-hero-copy > p { max-width: 610px; margin: 28px 0 0; color: #505055; font-size: clamp(18px, 1.5vw, 21px); line-height: 1.55; }
.feature-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.feature-download-button, .feature-secondary-button { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 58px; padding: 15px 24px; border: 1px solid #111; border-radius: 12px; font-size: 16px; font-weight: 800; line-height: 1; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease, color .25s ease; }
.feature-download-button { border-color: var(--accent-color); background: var(--accent-color); color: #111; box-shadow: 0 12px 30px rgba(255,139,123,.22); }
.feature-download-button::after, .feature-secondary-button::after { display: none!important; content: none!important; }
.feature-download-button svg { width: 20px; height: 20px; flex: 0 0 auto; transition: transform .25s ease; }
.feature-download-button:hover { transform: translateY(-3px); background: #111; border-color: #111; color: #fff; box-shadow: 0 16px 36px rgba(17,17,17,.18); }
.feature-download-button:hover svg { transform: translateY(2px); }
.feature-secondary-button { background: #fff; color: #111; }
.feature-secondary-button:hover { transform: translateY(-3px); background: #f4f4f5; color: #111; box-shadow: 0 14px 32px rgba(17,17,17,.09); }
.feature-hero-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 610px; margin: 46px 0 0; border-top: 1px solid #cfcfd3; }
.feature-hero-facts div { padding: 20px 18px 0 0; }
.feature-hero-facts div + div { padding-left: 18px; border-left: 1px solid #cfcfd3; }
.feature-hero-facts dt { color: #111; font-family: ClashGroteskSemibold, sans-serif; font-size: 32px; line-height: 1; }
.feature-hero-facts dd { margin: 7px 0 0; color: #6b6b70; font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.feature-hero-visual, .feature-story-visual { overflow: hidden; margin: 0; border: 2px solid #111; border-radius: 18px; background: #17181e; box-shadow: var(--shadow-soft); }
.feature-hero-visual { transform: rotate(1.1deg); }
.feature-window-bar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 44px; padding: 0 14px; background: #111; color: #fff; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.feature-window-bar > span { display: flex; gap: 6px; }
.feature-window-bar i { width: 8px; height: 8px; border-radius: 50%; background: #5c5c62; }
.feature-window-bar i:first-child { background: var(--accent-color); }
.feature-window-bar strong { color: #fff; font-size: 12px; }
.feature-window-bar small { justify-self: end; color: #a8a8ae; font-size: 10px; }
.feature-hero-visual img, .feature-story-visual img { display: block; width: 100%; background: #fff; object-fit: cover; object-position: top center; }
.feature-hero-visual img { aspect-ratio: 16 / 9; }

.feature-index { position: sticky; z-index: 800; top: 80px; border-bottom: 1px solid #dedee2; background: rgba(255,255,255,.96); box-shadow: 0 10px 30px rgba(17,17,17,.04); backdrop-filter: blur(14px); }
.feature-index-scroll { display: flex; align-items: stretch; overflow-x: auto; scrollbar-width: thin; }
.feature-index a { position: relative; display: flex; flex: 1 0 auto; align-items: center; justify-content: center; gap: 8px; min-height: 72px; padding: 14px 17px; color: #55555a; font-size: 14px; font-weight: 750; white-space: nowrap; }
.feature-index a::after { position: absolute; inset: auto 14px -1px; height: 3px; background: var(--accent-color); content: ''; transform: scaleX(0); transition: transform .25s ease; }
.feature-index a:hover, .feature-index a[aria-current="true"] { color: #111; }
.feature-index a[aria-current="true"]::after { transform: scaleX(1); }
.feature-index a span { color: var(--accent-color); font-family: ClashGroteskSemibold, sans-serif; font-size: 12px; }

.feature-story-section { scroll-margin-top: 152px; padding: clamp(86px, 9vw, 132px) 0; border-bottom: 1px solid #dedee2; }
.feature-story-section:nth-child(even):not(.feature-story-section--dark) { background: #f7f7f8; }
.feature-story-heading { display: grid; grid-template-columns: 78px minmax(0, 1.25fr) minmax(280px, .75fr); gap: clamp(24px, 4vw, 64px); align-items: start; margin-bottom: clamp(58px, 7vw, 94px); }
.feature-story-number { color: var(--accent-color); font-family: ClashGroteskSemibold, sans-serif; font-size: clamp(45px, 5vw, 70px); line-height: .85; letter-spacing: -.04em; }
.feature-story-label { margin: 0 0 13px; color: #111; font-size: 14px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.feature-story-heading h2 { max-width: 760px; margin: 0; font-size: clamp(46px, 5.1vw, 76px); line-height: .98; letter-spacing: -.05em; }
.feature-story-heading > p { max-width: 440px; margin: 34px 0 0; color: #59595f; font-size: 18px; line-height: 1.55; }
.feature-story-body { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(390px, .88fr); gap: clamp(44px, 7vw, 92px); align-items: start; }
.feature-story-body--reverse .feature-story-visual { order: 2; }
.feature-story-body--reverse .feature-capability-list { order: 1; }
.feature-story-visual { position: sticky; top: 178px; }
.feature-story-visual img { aspect-ratio: 16 / 10; }
.feature-capability-list { border-top: 1px solid #bfc0c4; }
.feature-capability-list article { display: grid; grid-template-columns: 34px 1fr; gap: 17px; padding: 25px 0; border-bottom: 1px solid #cfd0d4; }
.feature-capability-list article > span { padding-top: 4px; color: var(--accent-color); font-family: ClashGroteskSemibold, sans-serif; font-size: 13px; }
.feature-capability-list h3 { margin: 0 0 7px; font-size: clamp(23px, 2vw, 29px); line-height: 1.05; }
.feature-capability-list p { margin: 0; color: #5b5b60; font-size: 15px; line-height: 1.55; }
.feature-story-body--list-only { display: block; }
.feature-story-body--list-only .feature-capability-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 clamp(42px, 7vw, 100px); }

.feature-story-section--dark { border-bottom-color: #343438; background: #111; color: #fff; }
.feature-story-section--dark .feature-story-label, .feature-story-section--dark h2, .feature-story-section--dark h3 { color: #fff; }
.feature-story-section--dark .feature-story-heading > p, .feature-story-section--dark .feature-capability-list p { color: #b9b9bf; }
.feature-story-section--dark .feature-capability-list { border-top-color: #44444a; }
.feature-story-section--dark .feature-capability-list article { border-bottom-color: #343438; }
.feature-final-cta { padding: clamp(66px, 8vw, 104px) 0; background: #111; color: #fff; }
.feature-final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 42px; padding-top: 48px; border-top: 1px solid #3f3f44; }
.feature-final-cta p { margin: 0 0 10px; color: var(--accent-color); font-size: 14px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.feature-final-cta h2 { max-width: 820px; margin: 0; color: #fff; font-size: clamp(46px, 5.4vw, 76px); line-height: .98; letter-spacing: -.05em; }
.feature-download-button--light { flex: 0 0 auto; min-width: 214px; }

/* Gallery page: a complete, filterable atlas of authentic app screens. */
.gallery-page { background: #fff; }
.gallery-hero { overflow: hidden; padding: clamp(68px, 7vw, 110px) 0 clamp(70px, 8vw, 118px); border-bottom: 1px solid #dedee2; }
.gallery-hero-grid { display: grid; grid-template-columns: minmax(450px, .9fr) minmax(560px, 1.1fr); gap: clamp(45px, 5vw, 80px); align-items: center; }
.gallery-hero-copy h1 { margin: 0; font-size: clamp(62px, 5.2vw, 82px); line-height: .94; letter-spacing: -.058em; }
.gallery-hero-copy h1 em { color: var(--accent-color); font-style: normal; }
.gallery-hero-copy > p { max-width: 620px; margin: 28px 0 0; color: #55555a; font-size: clamp(18px, 1.5vw, 21px); line-height: 1.55; }
.gallery-primary-button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 58px; margin-top: 34px; padding: 15px 24px; border: 1px solid var(--accent-color); border-radius: 12px; background: var(--accent-color); color: #111; font-size: 16px; font-weight: 800; line-height: 1; box-shadow: 0 12px 30px rgba(255,139,123,.2); transition: transform .25s ease, background-color .25s ease, color .25s ease, box-shadow .25s ease; }
.gallery-primary-button::after { display: none!important; content: none!important; }
.gallery-primary-button svg { width: 20px; height: 20px; }
.gallery-primary-button:hover { transform: translateY(-3px); border-color: #111; background: #111; color: #fff; box-shadow: 0 17px 38px rgba(17,17,17,.16); }
.gallery-hero-visual { overflow: hidden; margin: 0; border: 2px solid #111; border-radius: 18px; background: #111; box-shadow: var(--shadow-soft); transform: rotate(.7deg); }
.gallery-window-bar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 44px; padding: 0 14px; color: #fff; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.gallery-window-bar > span { display: flex; gap: 6px; }
.gallery-window-bar i { width: 8px; height: 8px; border-radius: 50%; background: #5a5a60; }
.gallery-window-bar i:first-child { background: var(--accent-color); }
.gallery-window-bar strong { color: #fff; font-size: 12px; }
.gallery-window-bar small { justify-self: end; color: #aaaab0; font-size: 10px; }
.gallery-hero-visual img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: top center; background: #f5f6f8; }

.gallery-browser { scroll-margin-top: 150px; background: #fff; }
.gallery-controls { position: sticky; z-index: 790; top: 80px; border-bottom: 1px solid #dcdce0; background: rgba(255,255,255,.97); box-shadow: 0 10px 30px rgba(17,17,17,.045); backdrop-filter: blur(14px); }
.gallery-controls-inner { display: flex; align-items: center; min-height: 84px; }
.gallery-filter-scroll { display: flex; gap: 4px; min-width: 0; overflow-x: auto; scrollbar-width: thin; }
.gallery-filter-scroll button { flex: 0 0 auto; min-height: 46px; padding: 11px 16px; border: 1px solid transparent; border-radius: 10px; background: transparent; color: #505055; font-size: 13px; font-weight: 750; white-space: nowrap; transition: background-color .22s ease, border-color .22s ease, color .22s ease; }
.gallery-filter-scroll button:hover { border-color: #d8d8dc; color: #111; }
.gallery-filter-scroll button.active { border-color: var(--accent-color); background: var(--accent-color); color: #111; }
.gallery-atlas { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(55px, 6vw, 82px) 28px; padding-top: clamp(72px, 8vw, 112px); padding-bottom: clamp(90px, 10vw, 150px); }
.gallery-atlas-item { min-width: 0; margin: 0; }
.gallery-atlas-item[hidden] { display: none; }
.gallery-atlas-item--wide { grid-column: span 2; }
.gallery-atlas-item--featured { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(260px, .45fr); grid-column: 1 / -1; gap: clamp(36px, 6vw, 84px); align-items: center; padding-bottom: clamp(60px, 7vw, 94px); border-bottom: 1px solid #cfcfd3; }
.gallery-atlas-image { position: relative; display: block; overflow: hidden; width: 100%; padding: 0; border: 2px solid #111; border-radius: 15px; background: #111; cursor: zoom-in; box-shadow: 0 18px 48px rgba(17,17,17,.09); }
.gallery-atlas-image img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: top center; background: #f5f6f8; transition: transform .55s cubic-bezier(.2,.7,.2,1), filter .35s ease; }
.gallery-image-action { position: absolute; right: 14px; bottom: 14px; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: #fff; color: #111; box-shadow: 0 8px 22px rgba(17,17,17,.18); opacity: 0; transform: translateY(8px); transition: opacity .25s ease, transform .25s ease, background-color .25s ease; }
.gallery-image-action svg { width: 20px; height: 20px; }
.gallery-atlas-item:hover .gallery-atlas-image img { transform: scale(1.018); }
.gallery-atlas-item:hover .gallery-image-action, .gallery-atlas-image:focus-visible .gallery-image-action { opacity: 1; transform: none; }
.gallery-image-action:hover { background: var(--accent-color); }
.gallery-atlas-caption { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding-top: 21px; }
.gallery-atlas-caption p { margin: 0 0 7px; color: var(--accent-color); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.gallery-atlas-caption h2 { margin: 0 0 7px; font-size: clamp(25px, 2.3vw, 34px); line-height: 1; }
.gallery-atlas-caption span { display: block; max-width: 480px; color: #606065; font-size: 14px; line-height: 1.5; }
.gallery-atlas-caption > button { display: grid; place-items: center; flex: 0 0 auto; width: 46px; height: 46px; border: 1px solid #111; border-radius: 50%; background: transparent; color: #111; transition: transform .25s ease, background-color .25s ease, border-color .25s ease; }
.gallery-atlas-caption > button svg { width: 21px; height: 21px; }
.gallery-atlas-item:hover .gallery-atlas-caption > button, .gallery-atlas-caption > button:hover { transform: translateY(-3px); border-color: var(--accent-color); background: var(--accent-color); }
.gallery-atlas-item--featured .gallery-atlas-caption { padding-top: 0; }
.gallery-atlas-item--featured .gallery-atlas-caption h2 { font-size: clamp(42px, 5vw, 68px); }
.gallery-atlas-item--featured .gallery-atlas-caption span { font-size: 17px; }
.gallery-empty { grid-column: 1 / -1; margin: 0; padding: 75px 0; border-top: 1px solid #111; border-bottom: 1px solid #111; color: #55555a; font-size: 18px; }

/* Pricing page: an editorial plan ledger with one dominant value choice. */
.pricing-page { overflow: hidden; background: #fff; }
.pricing-hero { border-top: 1px solid #111; border-bottom: 1px solid #111; background: #fff; }
.pricing-hero-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(330px, .55fr); gap: clamp(60px, 9vw, 140px); align-items: end; min-height: clamp(610px, 74vh, 790px); padding-top: clamp(76px, 9vw, 125px); padding-bottom: clamp(72px, 8vw, 112px); }
.pricing-eyebrow { display: block; margin-bottom: 22px; color: #e36f64; font-size: 12px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.pricing-hero-copy h1 { max-width: 980px; margin: 0; color: #111; font-size: clamp(69px, 8.3vw, 126px); line-height: .84; letter-spacing: -.065em; }
.pricing-hero-copy h1 em { color: #e36f64; font-style: normal; }
.pricing-hero-copy > p { max-width: 720px; margin: 37px 0 0; color: #56565b; font-size: clamp(18px, 1.55vw, 22px); line-height: 1.55; }
.pricing-jump { display: inline-flex; align-items: center; gap: 13px; margin-top: 33px; border-bottom: 1px solid #111; color: #111; font-size: 15px; font-weight: 800; line-height: 2.25; }
.pricing-jump span { transition: transform .25s ease; }
.pricing-jump:hover { color: #e36f64; }
.pricing-jump:hover span { transform: translateY(4px); }
.pricing-hero-note { display: grid; grid-template-columns: 76px minmax(0, 1fr); gap: 24px; align-items: start; padding-top: 29px; border-top: 1px solid #111; }
.pricing-note-mark { display: grid; place-items: center; width: 76px; height: 76px; border-radius: 50%; background: var(--accent-color); color: #111; font-size: 26px; font-weight: 900; }
.pricing-hero-note small { display: block; margin: 2px 0 7px; color: #77777c; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.pricing-hero-note strong { display: block; color: #111; font-family: ClashGroteskSemibold, sans-serif; font-size: 31px; line-height: 1; }
.pricing-hero-note p { margin: 13px 0 0; color: #626267; font-size: 14px; line-height: 1.55; }

.pricing-offers { padding: clamp(90px, 10vw, 148px) 0; background: #f3f3f0; scroll-margin-top: 84px; }
.pricing-notice { margin-bottom: 36px; padding: 18px 22px; border: 1px solid #111; background: #fff; color: #111; font-size: 14px; font-weight: 700; }
.pricing-section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 480px); gap: 50px; align-items: end; margin-bottom: clamp(55px, 7vw, 85px); }
.pricing-section-heading h2 { margin: 0; color: #111; font-size: clamp(55px, 6.5vw, 88px); line-height: .91; letter-spacing: -.05em; }
.pricing-section-heading > p { margin: 0 0 7px; color: #5e5e63; font-size: 17px; line-height: 1.6; }
.pricing-plan-list { border-top: 1px solid #111; }
.pricing-plan-row { position: relative; display: grid; grid-template-columns: 64px minmax(250px, 1fr) minmax(255px, .64fr) minmax(220px, auto); gap: clamp(22px, 3vw, 52px); align-items: center; min-height: 205px; padding: 35px 0; border-bottom: 1px solid #111; transition: padding .32s ease, background-color .32s ease, color .32s ease; }
.pricing-plan-row::before { content: ""; position: absolute; z-index: 0; inset: 0 calc(var(--page-gutter) * -1); background: #111; opacity: 0; transform: scaleY(.72); transition: opacity .3s ease, transform .35s cubic-bezier(.2,.7,.2,1); }
.pricing-plan-row > * { position: relative; z-index: 1; }
.pricing-plan-row:hover::before, .pricing-plan-row:focus-within::before { opacity: 1; transform: scaleY(1); }
.pricing-plan-row:hover, .pricing-plan-row:focus-within { color: #fff; }
.pricing-plan-row.is-recommended::after { content: "Recommended"; position: absolute; z-index: 2; top: 0; right: 0; padding: 8px 13px; background: var(--accent-color); color: #111; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.pricing-plan-index { color: #8a8a8f; font-size: 12px; font-weight: 850; letter-spacing: .12em; }
.pricing-plan-label { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; }
.pricing-plan-label h3 { margin: 0; color: #111; font-size: clamp(35px, 3.7vw, 52px); line-height: .95; transition: color .3s ease; }
.pricing-plan-label span { padding: 7px 10px; border-radius: 999px; background: var(--accent-color); color: #111; font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.pricing-plan-name p { max-width: 490px; margin: 12px 0 0; color: #69696e; font-size: 14px; line-height: 1.5; transition: color .3s ease; }
.pricing-plan-price { display: grid; grid-template-columns: auto minmax(0, auto); align-items: start; justify-content: start; color: #111; }
.pricing-plan-price > span { margin: 8px 7px 0 0; font-size: 14px; font-weight: 850; }
.pricing-plan-price strong { color: inherit; font-family: ClashGroteskSemibold, sans-serif; font-size: clamp(48px, 5vw, 67px); line-height: .92; letter-spacing: -.045em; }
.pricing-plan-price small { grid-column: 2; margin-top: 7px; color: #77777c; font-size: 12px; font-weight: 700; }
.pricing-plan-row:hover h3, .pricing-plan-row:focus-within h3, .pricing-plan-row:hover .pricing-plan-name p, .pricing-plan-row:focus-within .pricing-plan-name p, .pricing-plan-row:hover .pricing-plan-price, .pricing-plan-row:focus-within .pricing-plan-price, .pricing-plan-row:hover .pricing-plan-price small, .pricing-plan-row:focus-within .pricing-plan-price small { color: #fff; }
.pricing-plan-action form { margin: 0; }
.pricing-buy-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 22px; width: 100%; min-width: 215px; min-height: 58px; padding: 14px 18px 14px 24px; border: 1px solid #111; border-radius: 999px; background: #fff; color: #111; font-size: 14px; font-weight: 850; transition: transform .25s ease, border-color .25s ease, background-color .25s ease; }
.pricing-buy-button svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; transition: transform .25s ease; }
.pricing-buy-button:hover { transform: translateY(-3px); border-color: var(--accent-color); background: var(--accent-color); }
.pricing-buy-button:hover svg { transform: translateX(4px); }
.pricing-buy-button:disabled { cursor: not-allowed; opacity: .5; transform: none; }
.pricing-tax-note { margin: 25px 0 0; color: #77777c; font-size: 12px; line-height: 1.6; }

.pricing-included { padding: clamp(90px, 11vw, 155px) 0; background: #111; color: #fff; }
.pricing-included-grid { display: grid; grid-template-columns: minmax(300px, .68fr) minmax(480px, 1fr); gap: clamp(60px, 9vw, 145px); align-items: start; }
.pricing-included-heading { position: sticky; top: 130px; }
.pricing-included-heading h2 { max-width: 540px; margin: 0; color: #fff; font-size: clamp(55px, 6vw, 82px); line-height: .92; letter-spacing: -.05em; }
.pricing-included-heading p { max-width: 520px; margin: 30px 0 0; color: #b6b6bb; font-size: 17px; line-height: 1.6; }
.pricing-feature-list { border-top: 1px solid #4c4c50; }
.pricing-feature-row { display: grid; grid-template-columns: 42px minmax(0, 1fr) 42px; gap: 18px; align-items: center; min-height: 108px; border-bottom: 1px solid #4c4c50; }
.pricing-feature-row > span { color: #7d7d82; font-size: 11px; font-weight: 850; letter-spacing: .1em; }
.pricing-feature-row strong { color: #fff; font-family: ClashGroteskSemibold, sans-serif; font-size: clamp(22px, 2.1vw, 30px); line-height: 1.16; }
.pricing-feature-row i { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--accent-color); color: #111; font-size: 13px; font-style: normal; font-weight: 900; transition: transform .25s ease; }
.pricing-feature-row:hover i { transform: rotate(10deg) scale(1.08); }

.pricing-assurance { border-bottom: 1px solid #111; background: var(--accent-color); }
.pricing-assurance-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pricing-assurance-grid > div { min-height: 310px; padding: 54px clamp(25px, 4vw, 58px) 48px 0; }
.pricing-assurance-grid > div + div { padding-left: clamp(25px, 4vw, 58px); border-left: 1px solid #111; }
.pricing-assurance span { color: #a94740; font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.pricing-assurance h3 { margin: 65px 0 13px; color: #111; font-size: clamp(32px, 3.1vw, 45px); line-height: 1; }
.pricing-assurance p { max-width: 390px; margin: 0; color: #3f2927; font-size: 14px; line-height: 1.55; }

.checkout-page { background: #f3f3f0; }
.checkout-result { padding: clamp(72px, 8vw, 118px) 0; border-top: 1px solid #111; border-bottom: 1px solid #111; }
.checkout-result-shell { display: grid; grid-template-columns: minmax(320px, .68fr) minmax(500px, 1fr); min-height: 640px; padding: 0; border: 1px solid #111; background: #fff; }
.checkout-result-aside { display: flex; flex-direction: column; padding: clamp(42px, 5vw, 70px); background: #111; color: #fff; }
.checkout-result-kicker, .checkout-state > small { display: block; color: var(--accent-color); font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.checkout-result-symbol { display: grid; place-items: center; width: 92px; height: 92px; margin-top: auto; border-radius: 50%; background: var(--accent-color); color: #111; font-size: 36px; font-weight: 900; }
.checkout-result-aside h2 { max-width: 480px; margin: 34px 0 0; color: #fff; font-size: clamp(44px, 4.8vw, 67px); line-height: .94; }
.checkout-result-aside p { max-width: 420px; margin: 23px 0 0; color: #bdbdc2; font-size: 15px; line-height: 1.55; }
.checkout-result-content { display: grid; align-items: center; padding: clamp(42px, 6vw, 84px); }
.checkout-state[hidden] { display: none; }
.checkout-state h1 { max-width: 650px; margin: 18px 0 21px; color: #111; font-size: clamp(51px, 5.7vw, 78px); line-height: .92; letter-spacing: -.05em; }
.checkout-state > p { max-width: 650px; margin: 0; color: #626267; font-size: 17px; line-height: 1.6; }
.checkout-spinner { display: block; width: 58px; height: 58px; margin-bottom: 35px; border: 4px solid #d9d9d5; border-top-color: #e36f64; border-radius: 50%; animation: checkout-spin .8s linear infinite; }
@keyframes checkout-spin { to { transform: rotate(360deg); } }
.checkout-license-summary { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 38px 0 0; border-top: 1px solid #111; border-bottom: 1px solid #111; }
.checkout-license-summary > div { padding: 21px 22px 21px 0; }
.checkout-license-summary > div + div { padding-left: 22px; border-left: 1px solid #111; }
.checkout-license-summary dt { color: #77777c; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.checkout-license-summary dd { overflow-wrap: anywhere; margin: 8px 0 0; color: #111; font-size: 15px; font-weight: 800; }
.checkout-license-panel { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 18px; margin-top: 30px; padding: 24px; background: #f3f3f0; }
.checkout-license-panel > div > span { display: block; color: #111; font-size: 14px; font-weight: 850; }
.checkout-license-panel > div > small { display: block; margin-top: 3px; color: #77777c; font-size: 11px; }
.checkout-toggle { align-self: start; border-bottom: 1px solid #111; color: #111; font-size: 12px; font-weight: 850; }
.checkout-license-key { display: flex; align-items: center; justify-content: space-between; gap: 20px; grid-column: 1 / -1; width: 100%; padding: 18px 0; border-top: 1px solid #c6c6c2; border-bottom: 1px solid #c6c6c2; color: #111; text-align: left; }
.checkout-license-key code { overflow-wrap: anywhere; color: inherit; font-size: 16px; font-weight: 800; }
.checkout-license-key span { flex: 0 0 auto; color: #e36f64; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.checkout-license-panel > p { grid-column: 1 / -1; margin: -7px 0 0; color: #77777c; font-size: 11px; }
.checkout-result-actions { display: flex; align-items: center; gap: 25px; margin-top: 30px; }
.checkout-result-actions .pricing-buy-button { width: auto; }
.checkout-result-actions > a:last-child { border-bottom: 1px solid #111; color: #111; font-size: 13px; font-weight: 800; line-height: 2; }
.unavailable-panel { padding: clamp(34px, 5vw, 60px); border: 1px solid #111; border-radius: 20px; background: #fff; }
.unavailable-panel strong { display: block; margin-bottom: 14px; color: #111; font-family: ClashGroteskSemibold, sans-serif; font-size: clamp(30px, 4vw, 46px); line-height: 1.1; }
.unavailable-panel p { max-width: 760px; }

/* Download page: a precise release console with open platform rows. */
.download-page { background: #fff; }
.download-hero { overflow: hidden; border-top: 1px solid #111; border-bottom: 1px solid #111; }
.download-hero-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr); gap: clamp(60px, 9vw, 138px); align-items: center; min-height: clamp(650px, 76vh, 820px); padding-top: clamp(72px, 8vw, 110px); padding-bottom: clamp(72px, 8vw, 110px); }
.download-eyebrow { display: block; margin-bottom: 23px; color: var(--accent-color); font-size: 12px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.download-hero-copy h1 { margin: 0; font-size: clamp(76px, 8.8vw, 132px); line-height: .82; letter-spacing: -.065em; }
.download-hero-copy > p { max-width: 610px; margin: 37px 0 0; color: #4f4f54; font-size: clamp(19px, 1.65vw, 23px); line-height: 1.5; }
.download-jump-link { display: inline-flex; align-items: center; gap: 13px; margin-top: 36px; border-bottom: 1px solid #111; color: #111; font-size: 15px; font-weight: 800; line-height: 2.2; }
.download-jump-link svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; transition: transform .25s ease; }
.download-jump-link:hover { color: var(--accent-color); }
.download-jump-link:hover svg { transform: translateY(4px); }
.download-hero-status { display: grid; justify-items: center; gap: 42px; }
.download-orbit { display: grid; place-items: center; width: clamp(230px, 26vw, 338px); aspect-ratio: 1; border-radius: 50%; background: var(--accent-color); color: #111; animation: download-orbit-float 5s ease-in-out infinite; }
.download-orbit svg { width: 53%; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 6; }
@keyframes download-orbit-float { 50% { transform: translateY(-9px); } }
.download-status-line { display: grid; grid-template-columns: 12px minmax(0, 1fr); gap: 15px; width: min(100%, 420px); padding-top: 23px; border-top: 1px solid #bdbdc2; }
.download-status-dot { width: 10px; height: 10px; margin-top: 8px; border-radius: 50%; background: var(--accent-color); box-shadow: 0 0 0 5px var(--accent-soft); }
.download-status-dot.is-ready { background: var(--green-bg); box-shadow: 0 0 0 5px rgba(22,138,82,.13); }
.download-status-line strong { display: block; color: #111; font-size: 17px; line-height: 1.4; }
.download-status-line p { margin: 7px 0 0; color: #67676c; font-size: 13px; line-height: 1.55; }

.download-platform-section { padding: clamp(85px, 10vw, 138px) 0; scroll-margin-top: 90px; }
.download-platform-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 430px); gap: 42px; align-items: end; margin-bottom: 58px; }
.download-platform-heading h2 { margin: 0; font-size: clamp(50px, 6.3vw, 82px); line-height: .95; letter-spacing: -.05em; }
.download-platform-heading p { margin: 0; color: #626267; font-size: 16px; line-height: 1.6; }
.download-platform-list { border-top: 1px solid #111; }
.download-platform-row { display: grid; grid-template-columns: minmax(390px, 1.15fr) minmax(210px, .55fr) minmax(210px, auto); gap: clamp(28px, 5vw, 74px); align-items: center; min-height: 176px; padding: 35px 0; border-bottom: 1px solid #111; }
.download-platform-main { display: grid; grid-template-columns: 82px minmax(0, 1fr); gap: 25px; align-items: center; }
.download-platform-icon { display: grid; place-items: center; width: 82px; height: 82px; border-radius: 50%; background: var(--accent-soft); color: #111; }
.download-platform-icon svg { width: 40px; height: 40px; fill: currentColor; }
.download-platform-main h3 { margin: 0 0 5px; font-size: clamp(35px, 3.6vw, 50px); line-height: 1; }
.download-platform-main p { margin: 0; color: #65656a; font-size: 15px; line-height: 1.55; }
.download-platform-state { display: grid; gap: 6px; align-content: center; }
.download-state-label { position: relative; padding-left: 18px; color: #111; font-size: 12px; font-weight: 850; letter-spacing: .095em; line-height: 1.4; text-transform: uppercase; }
.download-state-label::before { content: ""; position: absolute; left: 0; top: .32em; width: 9px; height: 9px; border-radius: 50%; background: var(--accent-color); }
.download-state-label.is-ready::before { background: var(--green-bg); }
.download-platform-state small { color: #77777c; font-size: 12px; line-height: 1.45; }
.download-platform-action { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-width: 210px; min-height: 58px; padding: 15px 25px; border: 1px solid #111; border-radius: 999px; background: #111; color: #fff; font-size: 15px; font-weight: 800; line-height: 1.2; transition: transform .25s ease, background-color .25s ease, border-color .25s ease, color .25s ease; }
.download-platform-action svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.download-platform-action:not([aria-disabled="true"]):hover { transform: translateY(-3px); border-color: var(--accent-color); background: var(--accent-color); color: #111; }

.download-guidance { border-top: 1px solid #111; border-bottom: 1px solid #111; background: var(--accent-color); color: #111; }
.download-guidance-grid { display: grid; grid-template-columns: minmax(270px, .72fr) minmax(0, 1.28fr); }
.download-guidance-title { display: flex; flex-direction: column; justify-content: center; min-height: 300px; padding: 55px clamp(40px, 5vw, 78px) 55px 0; border-right: 1px solid #111; }
.download-guidance-title span { margin-bottom: 14px; font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.download-guidance-title h2 { max-width: 420px; margin: 0; font-size: clamp(46px, 5vw, 67px); line-height: .95; letter-spacing: -.045em; }
.download-guidance-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.download-guidance-item { display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 14px; align-items: start; min-height: 150px; padding: 38px clamp(24px, 4vw, 48px); border-bottom: 1px solid #111; color: #111; transition: background-color .25s ease; }
.download-guidance-item:nth-child(odd) { border-right: 1px solid #111; }
.download-guidance-item:nth-last-child(-n+2) { border-bottom: 0; }
.download-guidance-item > span { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid #111; border-radius: 50%; font-size: 10px; font-weight: 850; }
.download-guidance-item p { margin: 3px 0 0; color: #111; font-size: 15px; font-weight: 750; line-height: 1.5; }
a.download-guidance-item:hover { background: rgba(255,255,255,.34); }
[aria-disabled="true"] { cursor: not-allowed; opacity: .45; pointer-events: none; }

.sofax-accordion-section-wrapper { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.sofax-accordion-section-v2 { display: grid; align-content: start; gap: 18px; }
.sofax-accordion-item { border: 1px solid #111; border-radius: 14px; background: #fff; overflow: hidden; }
.sofax-accordion-header { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; width: 100%; padding: 24px 26px; text-align: left; }
.sofax-accordion-header h3, .sofax-accordion-header h4 { margin: 0; font-size: 22px; }
.sofax-accordion-btn { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; background: var(--accent-color); color: #111; font-size: 24px; transition: transform .25s ease; }
.sofax-accordion-item.open .sofax-accordion-btn { transform: rotate(45deg); }
.sofax-accordion-body { display: none; padding: 0 26px 25px; }
.sofax-accordion-item.open .sofax-accordion-body { display: block; }
.sofax-accordion-body p { margin: 0; font-size: 17px; }

.contact-layout, .form-layout { display: grid; grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr); gap: clamp(50px, 8vw, 110px); align-items: start; }
.contact-intro h2, .form-intro h2 { font-size: clamp(44px, 5vw, 68px); line-height: 1; }
.contact-intro address { margin-top: 35px; font-style: normal; }
.sofax-field-box, .form-stack { padding: clamp(28px, 4vw, 46px); border-radius: 24px; background: #fff; box-shadow: 0 4px 60px rgba(17,17,17,.09); }
.sofax-main-field, .field { margin-bottom: 22px; }
.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.sofax-main-field label, .field label { display: block; margin-bottom: 9px; color: #111; font-size: 16px; font-weight: 700; }
.sofax-main-field input, .sofax-main-field select, .sofax-main-field textarea, .field input, .field select, .field textarea, .docs-search input {
  width: 100%; min-height: 56px; padding: 14px 16px; border: 1px solid #c8c8cd; border-radius: 10px; background: #fff; color: #111; font-size: 16px;
}
.sofax-main-field textarea, .field textarea { min-height: 150px; resize: vertical; }
.consent-field { display: flex; gap: 12px; align-items: flex-start; margin: 8px 0 26px; font-size: 15px; }
.consent-field input { width: 18px; height: 18px; flex: 0 0 auto; margin-top: 5px; accent-color: var(--accent-color); }

/* Trial request: email-verified, three-step application. */
.trial-layout{align-items:center}.trial-benefits{display:grid;gap:13px;margin:30px 0 0;padding:0;list-style:none}.trial-benefits li{position:relative;padding-left:31px;color:#222;font-weight:700}.trial-benefits li:before{content:"✓";position:absolute;left:0;top:-2px;display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:var(--accent-color);font-size:12px}.trial-card{border:1px solid #111;box-shadow:8px 8px 0 var(--accent-color)}.trial-card h2{margin:8px 0 10px;font-size:clamp(36px,4vw,54px);line-height:1}.trial-card>p{margin-bottom:28px}.trial-progress{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin:0 0 32px;padding:0;list-style:none}.trial-progress li{padding-top:11px;border-top:4px solid #d7d7da;color:#777;font-size:11px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.trial-progress li.is-active{border-color:#111;color:#111}.trial-step{color:#777;font-size:11px;font-weight:850;letter-spacing:.11em;text-transform:uppercase}.trial-card .sofax-main-field input{border-color:#777}.trial-card .contact-submit{margin-top:4px}.trial-otp{font-size:28px!important;font-weight:800;letter-spacing:.28em;text-align:center}.trial-actions{display:flex;gap:20px;margin-top:24px;padding-top:20px;border-top:1px solid #ddd}.trial-actions button{padding:0;border:0;background:none;color:#111;font-size:13px;font-weight:800;text-decoration:underline;text-underline-offset:4px}.trial-actions button:disabled{color:#888}.trial-verified{display:grid;gap:5px;margin:24px 0;padding:22px;border:1px solid #111;background:#f7f7f8}.trial-verified strong{font-size:20px}.trial-verified span{color:#666;font-size:14px}.honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}

/* Contact page: an editorial support plane paired with a focused form workspace. */
.contact-page { background: #fff; }
.contact-stage { display: grid; grid-template-columns: minmax(440px, 42%) minmax(0, 58%); min-height: 720px; border-top: 1px solid #111; border-bottom: 1px solid #111; }
.contact-stage__story { display: flex; align-items: center; padding: clamp(52px, 5vw, 78px); background: var(--accent-color); color: #111; }
.contact-story-inner { width: min(100%, 560px); margin-inline: auto; }
.contact-story-inner h1 { margin: 0; font-size: clamp(70px, 6.2vw, 104px); line-height: .85; letter-spacing: -.06em; }
.contact-lead { max-width: 470px; margin: 32px 0 0; color: #171717; font-size: clamp(18px, 1.35vw, 22px); line-height: 1.48; }
.contact-direct { margin-top: clamp(42px, 5vw, 70px); border-top: 1px solid rgba(17,17,17,.72); }
.contact-direct-row { display: grid; grid-template-columns: 54px minmax(0, 1fr); gap: 18px; align-items: center; min-height: 92px; border-bottom: 1px solid rgba(17,17,17,.35); color: #111; }
a.contact-direct-row { transition: padding-left .25s ease, background-color .25s ease; }
a.contact-direct-row:hover { padding-left: 9px; color: #111; }
.contact-direct-icon { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid #111; border-radius: 50%; }
.contact-direct-icon svg { width: 23px; height: 23px; }
.contact-direct-row strong, .contact-direct-row small { display: block; }
.contact-direct-row strong { margin-bottom: 2px; font-size: 16px; }
.contact-direct-row small { overflow-wrap: anywhere; color: #222; font-size: 14px; line-height: 1.45; }
.contact-stage__form { display: flex; align-items: center; padding: 40px clamp(44px, 5vw, 76px); background: #fff; }
.contact-form { width: min(100%, 900px); margin-inline: auto; }
.contact-form-heading { display: flex; align-items: end; justify-content: space-between; gap: 26px; margin-bottom: 30px; padding-bottom: 18px; border-bottom: 1px solid #111; }
.contact-form-heading h2 { margin: 0; font-size: clamp(38px, 3.3vw, 55px); line-height: 1; }
.contact-form-heading p { max-width: 210px; margin: 0; color: #6a6a70; font-size: 13px; line-height: 1.45; text-align: right; }
.contact-form .field-grid { gap: 20px; }
.contact-form .sofax-main-field { margin-bottom: 18px; }
.contact-form .sofax-main-field label { display: flex; align-items: center; gap: 7px; margin-bottom: 9px; font-size: 14px; font-weight: 800; }
.contact-form .sofax-main-field label > span:not(.field-optional) { color: var(--accent-color); }
.contact-form .field-optional { margin-left: auto; color: #77777c; font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.contact-form .sofax-main-field input, .contact-form .sofax-main-field select, .contact-form .sofax-main-field textarea { min-height: 54px; border-color: #77777d; border-radius: 9px; background: #fff; font-size: 15px; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.contact-form .sofax-main-field textarea { height: 152px; min-height: 152px; }
.contact-form .sofax-main-field input:hover, .contact-form .sofax-main-field select:hover, .contact-form .sofax-main-field textarea:hover { border-color: #111; }
.contact-form .sofax-main-field input:focus, .contact-form .sofax-main-field select:focus, .contact-form .sofax-main-field textarea:focus { outline: 0; border-color: #111; box-shadow: 0 0 0 4px rgba(255,139,123,.24); }
.contact-form .consent-field { align-items: center; margin: 5px 0 22px; color: #66666c; font-size: 14px; }
.contact-form .consent-field input { width: 17px; height: 17px; margin-top: 0; }
.contact-submit { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-width: 218px; min-height: 60px; padding: 8px 9px 8px 24px; border: 1px solid var(--accent-color); border-radius: 999px; background: var(--accent-color); color: #111; font-size: 15px; font-weight: 800; transition: transform .25s ease, border-color .25s ease, background-color .25s ease, color .25s ease; }
.contact-submit svg { width: 42px; height: 42px; padding: 10px; border: 1px solid currentColor; border-radius: 50%; transition: transform .25s ease; }
.contact-submit:hover { border-color: #111; background: #111; color: #fff; transform: translateY(-3px); }
.contact-submit:hover svg { transform: translateX(2px); }
.contact-support-rail { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-bottom: 1px solid #111; background: #fff; }
.contact-support-rail > a { display: grid; grid-template-columns: 58px minmax(0, 1fr) 48px; gap: 18px; align-items: center; min-height: 146px; padding: 24px clamp(28px, 4vw, 64px); border-right: 1px solid #111; color: #111; transition: background-color .25s ease; }
.contact-support-rail > a:last-child { border-right: 0; }
.contact-support-rail > a:hover { background: #f7f7f8; color: #111; }
.contact-support-rail strong { font-size: clamp(15px, 1.15vw, 18px); }
.contact-support-icon, .contact-support-arrow { display: grid; place-items: center; border: 1px solid var(--accent-color); border-radius: 50%; }
.contact-support-icon { width: 54px; height: 54px; color: var(--accent-color); }
.contact-support-icon svg { width: 25px; height: 25px; }
.contact-support-icon--filled { background: var(--accent-color); color: #fff; }
.contact-support-arrow { width: 44px; height: 44px; justify-self: end; border-color: #111; font-size: 21px; transition: transform .25s ease, background-color .25s ease; }
.contact-support-arrow svg { width: 21px; height: 21px; }
.contact-support-rail > a:hover .contact-support-arrow { background: var(--accent-color); transform: translate(3px, -3px); }

.timeline { border-top: 1px solid #111; }
.release { display: grid; grid-template-columns: 170px 150px 1fr; gap: 32px; padding: 42px 0; border-bottom: 1px solid #111; }
.release h2 { font-size: 40px; }
.release h3 { margin: 0 0 6px; font-size: 20px; }
.release p { margin: 0 0 20px; }
.release time { color: #77777c; font-size: 15px; font-weight: 700; }

.legal-copy, .docs-article { width: min(100% - 40px, 940px); margin: 0 auto; padding: clamp(70px, 9vw, 120px) 0; }
.legal-copy h1, .docs-article h1 { margin-bottom: 35px; font-size: clamp(52px, 7vw, 90px); line-height: .98; }
.legal-copy h2, .docs-article h2 { margin: 48px 0 14px; font-size: 35px; }
.legal-copy h3, .docs-article h3 { margin: 36px 0 10px; font-size: 26px; }
.legal-copy p, .legal-copy li, .docs-article p, .docs-article li { font-size: 18px; }
.legal-status { margin: 30px 0 45px; padding: 24px; border-left: 5px solid var(--accent-color); background: var(--light-bg); }

.result-page { min-height: 72vh; display: grid; place-items: center; padding: 80px 20px; }
.result-content { max-width: 850px; text-align: center; }
.result-code { color: var(--accent-color); font-family: ClashGroteskSemibold, sans-serif; font-size: clamp(110px, 18vw, 240px); line-height: .8; }
.result-content h1 { margin: 35px auto 20px; font-size: clamp(46px, 6vw, 76px); line-height: 1; }
.result-content .page-actions { margin-top: 32px; }

/* Existing SQLite user-guide markup inherits the same article/list system. */
.page-hero { padding: clamp(70px, 8vw, 110px) 0 65px; background: var(--light-bg); text-align: center; }
.page-hero h1 { max-width: 1000px; margin: 0 auto 20px; font-size: clamp(56px, 8vw, 105px); line-height: .95; }
.page-hero p { max-width: 720px; margin-inline: auto; }
.eyebrow { margin: 0 0 16px; color: #111; font-size: 14px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.section { padding: clamp(76px, 9vw, 120px) 0; }
.section--tight { margin-top: 46px; }
.section-header { max-width: 850px; margin-bottom: 48px; }
.section-header h2 { font-size: clamp(46px, 6vw, 74px); line-height: 1; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 14px 28px; border: 1px solid var(--accent-color); border-radius: 999px; background: var(--accent-color); color: #111; font-size: 16px; font-weight: 800; }
.button:hover { background: #111; border-color: #111; color: #fff; }
.button--dark { background: #111; border-color: #111; color: #fff; }
.button--ghost { background: transparent; border-color: #111; }
.docs-search { display: flex; max-width: 700px; margin: 35px auto 0; gap: 10px; }
.docs-search input { flex: 1; }
.docs-grid, .search-results { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.docs-card, .search-result { padding: 28px 0; border-top: 1px solid #111; border-bottom: 1px solid #111; }
.docs-card h2, .search-result h2 { margin: 0 0 10px; font-size: 28px; }

/* User Guide: an editorial operating manual with persistent topic navigation. */
.guide-home, .guide-article-page { background: #fff; }
.guide-hero { padding: clamp(72px, 8vw, 112px) 0 0; border-top: 1px solid #111; border-bottom: 1px solid #111; }
.guide-hero-copy { max-width: 1080px; }
.guide-hero-copy h1 { margin: 0; font-size: clamp(70px, 8.9vw, 132px); line-height: .84; letter-spacing: -.062em; }
.guide-hero-copy h1 em { color: var(--accent-color); font-style: normal; }
.guide-hero-copy p { max-width: 800px; margin: 34px 0 0; color: #505055; font-size: clamp(18px, 1.7vw, 23px); line-height: 1.55; }
.guide-search { display: grid; grid-template-columns: 72px minmax(0, 1fr) auto; align-items: stretch; margin-top: 50px; border: 1px solid var(--accent-color); background: #fff; }
.guide-search-icon { display: grid; place-items: center; color: var(--accent-color); }
.guide-search-icon svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.7; }
.guide-search input { min-width: 0; min-height: 80px; padding: 18px 12px; border: 0!important; border-radius: 0!important; outline: 0; background: transparent; color: #111; font-size: 19px; box-shadow: none!important; }
.guide-search input::placeholder { color: #85858a; }
.guide-search:focus-within { box-shadow: 0 0 0 4px var(--accent-soft); }
.guide-search button { min-width: 190px; border: 0; background: var(--accent-color); color: #111; font-size: 16px; font-weight: 850; transition: background-color .25s ease, color .25s ease; }
.guide-search button:hover { background: #111; color: #fff; }
.guide-live-status { margin: 13px 0 0; color: #66666b; font-size: 13px; font-weight: 700; }
.guide-essentials { margin-top: 54px; padding-bottom: 44px; }
.guide-essentials h2 { margin: 0 0 24px; font-size: 22px; line-height: 1.2; letter-spacing: -.015em; }
.guide-essentials ol { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0; padding: 0; list-style: none; }
.guide-essentials li { position: relative; }
.guide-essentials li:not(:last-child)::after { content: ""; position: absolute; right: 24px; top: 20px; width: 44px; height: 1px; background: #111; }
.guide-essentials a { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 13px; align-items: center; min-height: 74px; padding-right: 82px; color: #111; }
.guide-essentials a > span { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--accent-color); border-radius: 50%; color: var(--accent-color); font-size: 12px; font-weight: 850; transition: background-color .25s ease, color .25s ease; }
.guide-essentials a strong { font-size: 14px; line-height: 1.35; }
.guide-essentials a svg { display: none; width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.guide-essentials a:hover > span { background: var(--accent-color); color: #111; }

.guide-directory { padding: clamp(80px, 9vw, 128px) 0; }
.guide-directory-grid { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: clamp(52px, 7vw, 104px); align-items: start; }
.guide-category-nav { position: sticky; top: 105px; display: grid; border-left: 1px solid #c7c7cc; }
.guide-category-nav > strong { padding: 0 0 17px 24px; color: #77777c; font-size: 11px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.guide-category-nav a { position: relative; padding: 10px 0 10px 24px; color: #5d5d62; font-size: 15px; font-weight: 650; transition: color .2s ease, transform .2s ease; }
.guide-category-nav a::before { content: ""; position: absolute; left: -2px; top: 8px; width: 3px; height: calc(100% - 16px); background: var(--accent-color); opacity: 0; transform: scaleY(.3); transition: opacity .2s ease, transform .2s ease; }
.guide-category-nav a:hover, .guide-category-nav a[aria-current="true"] { color: #111; transform: translateX(3px); }
.guide-category-nav a[aria-current="true"]::before { opacity: 1; transform: scaleY(1); }
.guide-directory-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, 390px); gap: 42px; align-items: end; padding-bottom: 48px; }
.guide-directory-heading h2 { margin: 0; font-size: clamp(50px, 6.5vw, 84px); line-height: .94; letter-spacing: -.052em; }
.guide-directory-heading p { margin: 0; color: #66666b; font-size: 15px; line-height: 1.6; }
.guide-topic-section { padding-top: 36px; scroll-margin-top: 100px; border-top: 1px solid #111; }
.guide-topic-section + .guide-topic-section { margin-top: 64px; }
.guide-topic-section > header { display: grid; grid-template-columns: 44px 1fr; gap: 18px; align-items: center; margin-bottom: 18px; }
.guide-topic-section > header span { color: var(--accent-color); font-size: 12px; font-weight: 850; }
.guide-topic-section > header h3 { margin: 0; font-size: clamp(31px, 3.5vw, 46px); line-height: 1; }
.guide-article-list { border-top: 1px solid #c8c8cd; }
.guide-article-row { display: grid; grid-template-columns: 44px minmax(0, 1fr) 46px; gap: 18px; align-items: center; min-height: 112px; padding: 24px 0; border-bottom: 1px solid #c8c8cd; color: #111; transition: padding-left .28s ease, background-color .28s ease; }
.guide-article-row > span { color: #8a8a8f; font-size: 11px; font-weight: 850; }
.guide-article-row strong { display: block; margin-bottom: 4px; font-size: 20px; line-height: 1.3; }
.guide-article-row p { margin: 0; color: #6b6b70; font-size: 14px; line-height: 1.5; }
.guide-article-row svg { width: 24px; height: 24px; justify-self: end; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; transition: transform .25s ease; }
.guide-article-row:hover { padding-left: 15px; background: var(--accent-soft); }
.guide-article-row:hover svg { transform: translateX(5px); }
.guide-support { border-top: 1px solid #111; border-bottom: 1px solid #111; background: var(--accent-color); }
.guide-support-inner { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); align-items: center; min-height: 225px; }
.guide-support h2 { margin: 0; font-size: clamp(52px, 6vw, 78px); line-height: .95; letter-spacing: -.05em; }
.guide-support-inner > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-left: 1px solid #111; }
.guide-support a { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 225px; padding: 38px clamp(28px, 4vw, 50px); border-right: 1px solid #111; color: #111; font-size: 15px; font-weight: 850; }
.guide-support a:last-child { border-right: 0; }
.guide-support a:hover { background: rgba(255,255,255,.34); }
.guide-support a svg { width: 23px; height: 23px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; transition: transform .25s ease; }
.guide-support a:hover svg { transform: translateX(5px); }

.guide-article-page { padding: 42px 0 clamp(90px, 10vw, 140px); border-top: 1px solid #111; }
.guide-breadcrumb { display: flex; gap: 12px; align-items: center; color: #747479; font-size: 14px; }
.guide-breadcrumb a { color: var(--accent-color); font-weight: 750; }
.guide-article-header { max-width: 1030px; margin: 54px 0 62px 300px; padding-bottom: 34px; border-bottom: 1px solid #bdbdc2; }
.guide-article-header h1 { margin: 0; font-size: clamp(58px, 7.2vw, 96px); line-height: .91; letter-spacing: -.055em; }
.guide-article-header > p { max-width: 850px; margin: 25px 0 22px; color: #55555a; font-size: clamp(18px, 1.7vw, 22px); line-height: 1.55; }
.guide-article-header > span { color: #76767b; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.guide-article-layout { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 50px; align-items: start; }
.guide-article-nav { position: sticky; top: 105px; border-right: 1px solid #c8c8cd; }
.guide-article-nav > strong { display: block; margin-bottom: 17px; color: #111; font-size: 15px; }
.guide-article-nav nav { display: grid; }
.guide-article-nav a { position: relative; padding: 10px 28px 10px 0; color: #66666b; font-size: 14px; font-weight: 650; line-height: 1.4; }
.guide-article-nav a::before { content: ""; position: absolute; right: -2px; top: 8px; width: 3px; height: calc(100% - 16px); background: var(--accent-color); opacity: 0; transform: scaleY(.3); transition: opacity .2s ease, transform .2s ease; }
.guide-article-nav a:hover, .guide-article-nav a[aria-current="true"] { color: var(--accent-color); }
.guide-article-nav a[aria-current="true"]::before { opacity: 1; transform: scaleY(1); }
.guide-content { max-width: 930px; }
.guide-content > h2 { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 18px; margin: 0; padding: 34px 0 14px; scroll-margin-top: 110px; border-top: 1px solid #c8c8cd; font-size: clamp(27px, 3vw, 38px); line-height: 1.1; }
.guide-content > h2:first-child { padding-top: 0; border-top: 0; }
.guide-content > h2::before { content: counter(guide-step, decimal-leading-zero); color: var(--accent-color); font-size: 14px; font-weight: 850; line-height: 2.4; }
.guide-content { counter-reset: guide-step; }
.guide-content > h2 { counter-increment: guide-step; }
.guide-content > p, .guide-content > ul, .guide-content > ol, .guide-content > h3, .guide-content > .guide-note { margin-left: 66px; }
.guide-content > p { margin-top: 0; margin-bottom: 28px; color: #4f4f54; font-size: 17px; line-height: 1.7; }
.guide-content > h3 { margin-top: 28px; margin-bottom: 9px; font-size: 22px; }
.guide-content > ul, .guide-content > ol { margin-top: 0; margin-bottom: 30px; padding-left: 22px; }
.guide-content > li, .guide-content li { margin-bottom: 9px; color: #4f4f54; font-size: 16px; line-height: 1.6; }
.guide-note { margin-top: 26px; margin-bottom: 34px; padding: 25px 28px; border: 1px solid var(--accent-color); background: #fff; }
.guide-note strong { display: block; margin-bottom: 7px; color: var(--accent-color); font-size: 17px; }
.guide-note p { margin: 0; color: #4f4f54; font-size: 15px; line-height: 1.65; }
.guide-article-pagination { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 58px 0 20px 66px; }
.guide-article-pagination > a { display: grid; min-height: 100px; padding: 21px 24px; border: 1px solid #111; color: #111; transition: background-color .25s ease, transform .25s ease; }
.guide-article-pagination > a:last-child { text-align: right; }
.guide-article-pagination > a:hover { transform: translateY(-3px); background: var(--accent-soft); }
.guide-article-pagination span { color: #77777c; font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.guide-article-pagination strong { margin-top: 6px; font-size: 15px; line-height: 1.4; }
.guide-article-support { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-left: 66px; padding: 25px 28px; background: var(--accent-color); color: #111; }
.guide-article-support strong { font-size: 21px; }
.guide-article-support a { color: #111; font-size: 15px; font-weight: 850; }
.guide-search-page { background: #fff; }
.guide-search-hero { padding: clamp(60px, 7vw, 96px) 0 70px; border-top: 1px solid #111; border-bottom: 1px solid #111; }
.guide-search-back { display: inline-block; margin-bottom: 34px; color: var(--accent-color); font-size: 14px; font-weight: 800; }
.guide-search-hero h1 { max-width: 1100px; margin: 0; font-size: clamp(54px, 7vw, 94px); line-height: .95; letter-spacing: -.05em; }
.guide-search-hero .guide-search { margin-top: 38px; }
.guide-search-results { min-height: 430px; padding: clamp(70px, 8vw, 110px) 0; }
.guide-search-count { margin: 0 0 18px; color: #77777c; font-size: 12px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.guide-empty { padding: 55px 0; border-top: 1px solid #111; border-bottom: 1px solid #111; }
.guide-empty strong { display: block; color: #111; font-family: ClashGroteskSemibold, sans-serif; font-size: clamp(36px, 5vw, 58px); line-height: 1; }
.guide-empty p { margin: 15px 0 25px; }
.guide-empty a { color: var(--accent-color); font-weight: 800; border-bottom: 1px solid currentColor; }

.involora-footer { padding-top: clamp(80px, 10vw, 135px); background: var(--light-bg); }
.sofax-footer-titlev5 { padding-bottom: 75px; border-bottom: 1px solid #111; }
.sofax-footer-titlev5 h2 { margin: 0; font-size: clamp(50px, 7vw, 92px); line-height: .95; letter-spacing: -.05em; }
.sofax-footer-title-btn-icon { display: flex; align-items: center; justify-content: center; width: 116px; height: 116px; border-radius: 50%; background: var(--accent-color); transition: transform .3s ease, background .3s ease; }
.sofax-footer-title-btn-icon:hover { transform: rotate(45deg); background: var(--accent-warm); }
.sofax-footer-title-btn-icon svg { width: 31px; height: 31px; fill: #111; }
.sofax-footer-top { padding: 70px 0; }
.involora-footer-brand img { width: 220px; margin-bottom: 24px; }
.involora-footer-brand p { max-width: 360px; font-size: 16px; }
.sofax-footer-menu h5 { margin-bottom: 22px; font-size: 18px; }
.sofax-footer-menu ul { display: grid; gap: 9px; }
.sofax-footer-menu li a { color: #56565b; font-size: 15px; }
.sofax-footer-menu li a:hover { color: #111; transform: translateX(3px); }
.sofax-subscription-field5 { display: grid; gap: 10px; }
.sofax-subscription-field5 input { width: 100%; min-height: 52px; padding: 13px 16px; border: 1px solid #bbbcc1; border-radius: 999px; background: #fff; font-size: 15px; }
.sofax-subcribe-btn2 { min-height: 52px; padding: 12px 20px; border-radius: 999px; background: #111; color: #fff; font-size: 15px; font-weight: 800; }
.sofax-footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; border-top: 1px solid #c9c9ce; }
.sofax-footer-bottom p { margin: 0; font-size: 14px; }
.sofax-footer-bottom nav { display: flex; gap: 20px; font-size: 14px; }

.progress-bar-container { position: fixed; inset: 0 0 auto; z-index: 10000; height: 3px; pointer-events: none; }
.progress-bar { width: 0; height: 100%; background: linear-gradient(90deg, var(--accent-color), var(--accent-warm)); }
.progress-wrap { position: fixed; right: 24px; bottom: 24px; z-index: 999; display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: #fff; box-shadow: 0 8px 30px rgba(17,17,17,.14); opacity: 0; transform: translateY(12px); pointer-events: none; transition: .25s ease; }
.progress-wrap.active-progress { opacity: 1; transform: none; pointer-events: auto; }
.progress-wrap svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.progress-wrap path { fill: none; stroke: var(--accent-color); stroke-width: 5; }
.top-arrow { color: #111; font-weight: 900; }
.site-alert { position: fixed; top: 92px; left: 50%; z-index: 1500; display: flex; align-items: center; gap: 20px; max-width: min(90vw, 680px); padding: 15px 18px; border: 1px solid #111; border-radius: 12px; background: #fff; color: #111; box-shadow: var(--shadow-soft); transform: translateX(-50%); }
.site-alert button { margin-left: auto; font-size: 24px; }
.lightbox { position: fixed; inset: 0; z-index: 3000; display: grid; grid-template-columns: 58px minmax(0, 1fr) 58px; place-items: center; gap: 28px; padding: 58px clamp(30px, 5vw, 90px) 44px; background: rgba(10,10,12,.97); color: #fff; }
.lightbox[hidden] { display: none; }
.lightbox-shell { grid-column: 2; width: min(100%, 1440px); min-width: 0; }
.lightbox-heading { display: grid; grid-template-columns: 1fr auto; gap: 4px 28px; align-items: end; margin-bottom: 18px; }
.lightbox-heading > div { min-width: 0; }
.lightbox-heading p { margin: 0 0 5px; color: var(--accent-color); font-size: 11px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.lightbox-heading h2 { overflow: hidden; margin: 0; color: #fff; font-size: clamp(26px, 3vw, 42px); line-height: 1.08; text-overflow: ellipsis; white-space: nowrap; }
.lightbox-progress { align-self: center; color: #b7b7be; font-size: 13px; font-weight: 750; letter-spacing: .08em; }
.lightbox figure { overflow: hidden; width: 100%; margin: 0; border: 1px solid rgba(255,255,255,.25); border-radius: 15px; background: #f4f5f7; box-shadow: 0 28px 80px rgba(0,0,0,.45); }
.lightbox img { display: block; width: 100%; max-height: calc(100vh - 185px); object-fit: contain; object-position: top center; }
.lightbox-close, .lightbox-nav { display: grid; place-items: center; width: 50px; height: 50px; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; color: #fff; transition: border-color .2s ease, background-color .2s ease, color .2s ease, transform .2s ease; }
.lightbox-close:hover, .lightbox-nav:hover { border-color: var(--accent-color); background: var(--accent-color); color: #111; transform: scale(1.04); }
.lightbox-close:focus-visible, .lightbox-nav:focus-visible { outline: 3px solid var(--accent-color); outline-offset: 4px; }
.lightbox-close { position: fixed; right: 24px; top: 20px; z-index: 1; }
.lightbox-close svg, .lightbox-nav svg { width: 22px; height: 22px; }
.lightbox-nav--previous { grid-column: 1; }
.lightbox-nav--next { grid-column: 3; }

.js [data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.js [data-reveal].is-visible { opacity: 1; transform: none; }
.hero-enter { animation: hero-enter .8s cubic-bezier(.2,.7,.2,1) both; }
.hero-enter:nth-child(2) { animation-delay: .08s; }
.hero-enter:nth-child(3) { animation-delay: .16s; }
.hero-enter:nth-child(4) { animation-delay: .24s; }
@keyframes hero-enter { from { opacity: 0; transform: translateY(24px); } }

@media (max-width: 1150px) and (min-width: 992px) {
  .brand-logo.involora-brand img { width: 160px; }
  .site-menu-main { gap: 16px; }
  .site-menu-main .nav-link-item { font-size: 14px; }
  .sofax-header-btn { min-height: 48px; padding: 12px 22px; font-size: 14px; }
  .guide-directory-heading { grid-template-columns: 1fr; gap: 18px; }
  .guide-directory-heading p { max-width: 560px; }
}

@media (max-width: 991px) {
  .mobile-menu-trigger { display: block; }
  .header-btn { display: none!important; }
  .menu-block-wrapper { position: static; }
  .menu-overlay { display: block; position: fixed; inset: 0; z-index: 1; visibility: hidden; background: rgba(17,17,17,.45); opacity: 0; transition: .25s ease; }
  .menu-block { position: fixed!important; z-index: 2; top: 0!important; right: 0!important; left: auto!important; width: min(88vw, 420px)!important; height: 100dvh!important; padding: 24px; background: #fff; transform: translateX(105%)!important; transition: transform .3s ease; }
  .menu-open .menu-block { transform: none!important; }
  .menu-open .menu-overlay { visibility: visible; opacity: 1; }
  .mobile-menu-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px; }
  .mobile-brand img { width: 160px; }
  .mobile-menu-close { color: #111; font-size: 36px; line-height: 1; }
  .site-menu-main { display: grid; gap: 0; }
  .site-menu-main .nav-link-item { padding: 15px 0; border-bottom: 1px solid var(--light-color2); font-size: 18px; }
  .hero-scribble { display: none; }
  .contact-layout, .form-layout { grid-template-columns: 1fr; }
  .contact-stage { grid-template-columns: 1fr; }
  .contact-stage__story, .contact-stage__form { padding: clamp(58px, 9vw, 92px) var(--page-gutter); }
  .contact-story-inner, .contact-form { width: min(100%, 780px); }
  .contact-story-inner { margin-inline: auto; }
  .contact-story-inner h1 { font-size: clamp(72px, 11vw, 98px); }
  .contact-support-rail { grid-template-columns: 1fr; }
  .contact-support-rail > a { min-height: 112px; border-right: 0; border-bottom: 1px solid #111; }
  .contact-support-rail > a:last-child { border-bottom: 0; }
  .feature-hero-grid { grid-template-columns: 1fr; }
  .feature-hero-copy { max-width: 780px; }
  .feature-hero-visual { max-width: 920px; transform: none; }
  .feature-story-heading { grid-template-columns: 70px 1fr; }
  .feature-story-heading > p { grid-column: 2; margin-top: 0; }
  .feature-story-body { grid-template-columns: 1fr; }
  .feature-story-body--reverse .feature-story-visual, .feature-story-body--reverse .feature-capability-list { order: initial; }
  .feature-story-visual { position: static; max-width: 900px; }
  .feature-story-body--list-only .feature-capability-list { grid-template-columns: 1fr; }
  .feature-final-cta-inner { align-items: flex-start; flex-direction: column; }
  .document-story-heading, .document-story-layout { grid-template-columns: 1fr; }
  .document-story-heading { gap: 24px; }
  .document-story-heading > p { max-width: 680px; }
  .document-story-layout { gap: 44px; }
  .document-story-tabs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .document-story-tab:nth-child(odd) { border-right: 1px solid #b9b9bd; }
  .template-service-row { grid-template-columns: 1fr auto; }
  .template-service-row p { grid-column: 1 / -1; grid-row: 2; }
  .sofax-accordion-section-wrapper { grid-template-columns: 1fr; }
  .download-hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .download-hero-status { grid-template-columns: auto minmax(0, 1fr); justify-items: start; align-items: center; }
  .download-orbit { width: 230px; }
  .download-status-line { align-self: end; margin-bottom: 15px; }
  .download-platform-heading { grid-template-columns: 1fr; align-items: start; }
  .download-platform-heading p { max-width: 620px; }
  .download-platform-row { grid-template-columns: minmax(0, 1fr) minmax(210px, auto); }
  .download-platform-state { grid-column: 1; padding-left: 107px; }
  .download-platform-action { grid-column: 2; grid-row: 1 / span 2; }
  .download-guidance-grid { grid-template-columns: 1fr; }
  .download-guidance-title { min-height: 0; padding: 66px 0 48px; border-right: 0; border-bottom: 1px solid #111; }
  .release { grid-template-columns: 130px 1fr; }
  .release > div { grid-column: 1 / -1; }
  .docs-grid, .search-results { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .guide-essentials ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .guide-essentials li:not(:last-child)::after { display: none; }
  .guide-essentials a { padding-right: 25px; border-bottom: 1px solid #c8c8cd; }
  .guide-directory-grid { grid-template-columns: 1fr; }
  .guide-category-nav { position: sticky; top: 80px; z-index: 20; display: flex; gap: 0; overflow-x: auto; margin-inline: calc(var(--page-gutter) * -1); padding-inline: var(--page-gutter); border: 0; border-top: 1px solid #111; border-bottom: 1px solid #111; background: rgba(255,255,255,.96); scrollbar-width: none; }
  .guide-category-nav::-webkit-scrollbar { display: none; }
  .guide-category-nav > strong { display: none; }
  .guide-category-nav a { flex: 0 0 auto; padding: 17px 18px; }
  .guide-category-nav a::before { left: 18px; right: 18px; top: auto; bottom: -1px; width: auto; height: 3px; transform: scaleX(.3); }
  .guide-category-nav a[aria-current="true"]::before { transform: scaleX(1); }
  .guide-directory-heading { grid-template-columns: 1fr; }
  .guide-support-inner { grid-template-columns: 1fr; padding-top: 55px; }
  .guide-support-inner > div { margin-inline: calc(var(--page-gutter) * -1); border-top: 1px solid #111; border-left: 0; }
  .guide-article-header { margin-left: 0; }
  .guide-article-layout { grid-template-columns: 1fr; }
  .guide-article-nav { position: sticky; top: 80px; z-index: 20; overflow-x: auto; padding: 15px 0; border-top: 1px solid #111; border-right: 0; border-bottom: 1px solid #111; background: rgba(255,255,255,.96); scrollbar-width: none; }
  .guide-article-nav::-webkit-scrollbar { display: none; }
  .guide-article-nav > strong { display: none; }
  .guide-article-nav nav { display: flex; }
  .guide-article-nav a { flex: 0 0 auto; padding: 8px 18px; }
  .guide-article-nav a::before { display: none; }
  .gallery-hero-grid { grid-template-columns: 1fr; }
  .gallery-hero-copy { max-width: 760px; }
  .gallery-hero-visual { max-width: 920px; transform: none; }
  .gallery-atlas { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery-atlas-item--featured { grid-template-columns: 1fr; }
  .gallery-atlas-item--featured .gallery-atlas-caption { padding-top: 21px; }
  .pricing-hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .pricing-hero-copy { max-width: 900px; }
  .pricing-hero-note { max-width: 620px; }
  .pricing-section-heading { grid-template-columns: 1fr; align-items: start; }
  .pricing-section-heading > p { max-width: 680px; }
  .pricing-plan-row { grid-template-columns: 48px minmax(220px, 1fr) minmax(220px, .75fr); }
  .pricing-plan-action { grid-column: 2 / -1; }
  .pricing-buy-button { width: min(100%, 360px); }
  .pricing-included-grid { grid-template-columns: 1fr; }
  .pricing-included-heading { position: static; }
  .pricing-included-heading p { max-width: 680px; }
  .checkout-result-shell { grid-template-columns: 1fr; }
  .checkout-result-aside { min-height: 440px; }
}

@media (max-width: 767px) {
  :root { --page-gutter: 20px; }
  body { font-size: 16px; }
  .sofax-header-section { padding: 8px 0; }
  .site-navbar { min-height: 56px; }
  .brand-logo.involora-brand img { width: 154px; }
  .involora-hero { padding-top: 62px!important; }
  .involora-hero h1 { font-size: clamp(47px, 15vw, 66px); }
  .involora-hero .hero-copy { font-size: 17px; }
  .sofax-hero-thumb1.involora-dashboard-stage { margin-top: 48px; padding: 8px 8px 0; border-radius: 16px 16px 0 0; }
  .hero-actions .sofax-default-btn { width: 100%; }
  .sofax-slider-section.involora-workflow { padding: 27px 0; }
  .workflow-track span { padding-inline: 24px; }
  .sofax-section-title { margin-bottom: 40px; }
  .sofax-section-title h2, .sofax-default-content h2 { font-size: 42px; }
  .document-story-heading h2 { font-size: 45px; }
  .document-story-heading > p { font-size: 17px; }
  .document-story-tabs { display: block; }
  .document-story-tab:nth-child(odd) { border-right: 0; }
  .document-story-tab { min-height: 90px; grid-template-columns: 40px 1fr; }
  .document-story-window { border-radius: 15px; }
  .document-story-windowbar { min-height: 40px; }
  .document-story-window img { border-radius: 0 0 12px 12px; }
  .document-story-panel > p { margin-top: 17px; font-size: 16px; }
  .template-service-row { gap: 18px; padding: 28px 0; }
  .circle-link { width: 56px; height: 56px; }
  .feature-hero { padding-top: 60px; }
  .feature-hero-grid { gap: 48px; }
  .feature-hero-copy h1 { font-size: clamp(50px, 15vw, 70px); }
  .feature-hero-copy > p { font-size: 17px; }
  .feature-hero-actions > a { width: 100%; }
  .feature-hero-facts { margin-top: 36px; }
  .feature-hero-facts div { padding-right: 8px; }
  .feature-hero-facts div + div { padding-left: 10px; }
  .feature-hero-facts dt { font-size: 26px; }
  .feature-hero-facts dd { font-size: 10px; letter-spacing: .03em; }
  .feature-hero-visual, .feature-story-visual { border-radius: 13px; }
  .feature-window-bar { min-height: 38px; }
  .feature-index { top: 72px; }
  .feature-index-scroll { padding-inline: 10px; }
  .feature-index a { min-height: 58px; padding: 10px 13px; font-size: 12px; }
  .feature-story-section { scroll-margin-top: 130px; padding: 78px 0; }
  .feature-story-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 48px; }
  .feature-story-heading > p { grid-column: 1; margin-top: 0; font-size: 16px; }
  .feature-story-number { font-size: 48px; }
  .feature-story-heading h2 { font-size: clamp(40px, 12vw, 56px); }
  .feature-story-body { gap: 42px; }
  .feature-capability-list article { grid-template-columns: 29px 1fr; gap: 12px; padding: 22px 0; }
  .feature-capability-list h3 { font-size: 24px; }
  .feature-final-cta h2 { font-size: 43px; }
  .feature-download-button--light { width: 100%; }
  .gallery-hero { padding: 58px 0 72px; }
  .gallery-hero-grid { gap: 46px; }
  .gallery-hero-copy h1 { font-size: clamp(50px, 14vw, 70px); }
  .gallery-hero-copy > p { font-size: 17px; }
  .gallery-primary-button { width: 100%; }
  .gallery-hero-visual { border-radius: 13px; }
  .gallery-window-bar { min-height: 39px; }
  .gallery-browser { border-radius: 0 0 10px 10px; }
  .gallery-controls { top: 72px; }
  .gallery-controls-inner { min-height: 72px; }
  .gallery-filter-scroll { margin-inline: -20px; padding-inline: 20px; }
  .gallery-atlas { grid-template-columns: 1fr; gap: 54px; padding-top: 64px; }
  .gallery-atlas-item--wide, .gallery-atlas-item--featured { grid-column: 1; display: block; padding-bottom: 0; border-bottom: 0; }
  .gallery-atlas-item--featured .gallery-atlas-caption { padding-top: 21px; }
  .gallery-atlas-item--featured .gallery-atlas-caption h2 { font-size: clamp(31px, 9vw, 42px); }
  .gallery-atlas-caption h2 { font-size: 29px; }
  .gallery-image-action { opacity: 1; transform: none; }
  .pricing-hero-grid { gap: 52px; padding-top: 64px; padding-bottom: 70px; }
  .pricing-hero-copy h1 { font-size: clamp(57px, 17vw, 78px); }
  .pricing-hero-copy > p { margin-top: 28px; font-size: 17px; }
  .pricing-hero-note { grid-template-columns: 60px minmax(0, 1fr); gap: 18px; padding-top: 24px; }
  .pricing-note-mark { width: 60px; height: 60px; }
  .pricing-hero-note strong { font-size: 27px; }
  .pricing-offers { padding: 72px 0; scroll-margin-top: 72px; }
  .pricing-section-heading { gap: 22px; margin-bottom: 44px; }
  .pricing-section-heading h2 { font-size: 50px; }
  .pricing-section-heading > p { font-size: 15px; }
  .pricing-plan-row { grid-template-columns: 34px minmax(0, 1fr); gap: 13px 14px; min-height: 0; padding: 31px 0; }
  .pricing-plan-row::before { inset-inline: -20px; }
  .pricing-plan-row.is-recommended::after { right: -20px; }
  .pricing-plan-name, .pricing-plan-price, .pricing-plan-action { grid-column: 2; }
  .pricing-plan-label { display: block; }
  .pricing-plan-label h3 { font-size: 39px; }
  .pricing-plan-label span { display: inline-block; margin-top: 10px; }
  .pricing-plan-name p { margin-top: 11px; }
  .pricing-plan-price { margin-top: 11px; }
  .pricing-plan-price strong { font-size: 57px; }
  .pricing-plan-action { margin-top: 11px; }
  .pricing-buy-button { width: 100%; }
  .pricing-included { padding: 74px 0; }
  .pricing-included-grid { gap: 53px; }
  .pricing-included-heading h2 { font-size: 50px; }
  .pricing-feature-row { grid-template-columns: 32px minmax(0, 1fr) 36px; gap: 10px; min-height: 94px; }
  .pricing-feature-row strong { font-size: 21px; }
  .pricing-feature-row i { width: 32px; height: 32px; }
  .pricing-assurance-grid { grid-template-columns: 1fr; }
  .pricing-assurance-grid > div { min-height: 0; padding: 37px 0 40px; }
  .pricing-assurance-grid > div + div { padding-left: 0; border-top: 1px solid #111; border-left: 0; }
  .pricing-assurance h3 { margin-top: 35px; font-size: 38px; }
  .checkout-result { padding: 54px 20px; }
  .checkout-result-shell { min-height: 0; }
  .checkout-result-aside { min-height: 390px; padding: 36px 28px; }
  .checkout-result-symbol { width: 72px; height: 72px; font-size: 28px; }
  .checkout-result-aside h2 { margin-top: 27px; font-size: 47px; }
  .checkout-result-content { padding: 46px 25px; }
  .checkout-state h1 { font-size: 49px; }
  .checkout-state > p { font-size: 16px; }
  .checkout-license-summary { grid-template-columns: 1fr; }
  .checkout-license-summary > div + div { padding-left: 0; border-top: 1px solid #111; border-left: 0; }
  .checkout-license-panel { padding: 20px; }
  .checkout-license-key { align-items: flex-start; flex-direction: column; gap: 12px; }
  .checkout-result-actions { align-items: stretch; flex-direction: column; }
  .checkout-result-actions .pricing-buy-button { width: 100%; }
  .contact-stage__story { padding-top: 66px; padding-bottom: 66px; }
  .contact-story-inner h1 { font-size: clamp(58px, 17vw, 76px); }
  .contact-lead { margin-top: 25px; font-size: 17px; }
  .contact-direct { margin-top: 38px; }
  .contact-direct-row { grid-template-columns: 48px minmax(0, 1fr); min-height: 86px; }
  .contact-direct-icon { width: 43px; height: 43px; }
  .contact-stage__form { padding-top: 58px; padding-bottom: 68px; }
  .contact-form-heading { display: block; margin-bottom: 34px; }
  .contact-form-heading h2 { font-size: 42px; }
  .contact-form-heading p { max-width: none; margin-top: 10px; text-align: left; }
  .contact-form .field-grid { grid-template-columns: 1fr; gap: 0; }
  .contact-form .sofax-main-field textarea { min-height: 165px; }
  .contact-submit { width: 100%; }
  .contact-support-rail > a { grid-template-columns: 52px minmax(0, 1fr) 44px; gap: 14px; min-height: 100px; padding: 20px; }
  .contact-support-icon { width: 48px; height: 48px; }
  .contact-support-arrow { width: 40px; height: 40px; }
  .field-grid { grid-template-columns: 1fr; gap: 0; }
  .download-hero-grid { gap: 50px; padding-top: 62px; padding-bottom: 66px; }
  .download-eyebrow { margin-bottom: 18px; }
  .download-hero-copy h1 { font-size: clamp(63px, 19vw, 82px); }
  .download-hero-copy > p { margin-top: 28px; font-size: 17px; }
  .download-jump-link { margin-top: 26px; }
  .download-hero-status { display: grid; grid-template-columns: 1fr; gap: 30px; }
  .download-orbit { width: min(58vw, 210px); }
  .download-status-line { width: 100%; margin: 0; }
  .download-platform-section { padding: 72px 0; scroll-margin-top: 72px; }
  .download-platform-heading { gap: 20px; margin-bottom: 39px; }
  .download-platform-heading h2 { font-size: 48px; }
  .download-platform-row { display: grid; grid-template-columns: 1fr; gap: 22px; min-height: 0; padding: 31px 0; }
  .download-platform-main { grid-template-columns: 64px minmax(0, 1fr); gap: 18px; }
  .download-platform-icon { width: 64px; height: 64px; }
  .download-platform-icon svg { width: 31px; height: 31px; }
  .download-platform-main h3 { font-size: 36px; }
  .download-platform-state { grid-column: 1; padding-left: 82px; }
  .download-platform-action { grid-column: 1; grid-row: auto; width: 100%; }
  .download-guidance-title { padding: 54px 0 42px; }
  .download-guidance-title h2 { font-size: 48px; }
  .download-guidance-list { grid-template-columns: 1fr; }
  .download-guidance-item { min-height: 0; padding: 27px 0; border-right: 0!important; border-bottom: 1px solid #111!important; }
  .download-guidance-item:last-child { border-bottom: 0!important; }
  .release { display: block; }
  .release time { display: block; margin: 8px 0 22px; }
  .docs-grid, .search-results { grid-template-columns: 1fr; }
  .docs-search { flex-direction: column; }
  .guide-hero { padding-top: 58px; }
  .guide-hero-copy h1 { font-size: clamp(58px, 17vw, 76px); }
  .guide-hero-copy p { margin-top: 27px; font-size: 17px; }
  .guide-search { grid-template-columns: 52px minmax(0, 1fr); margin-top: 36px; }
  .guide-search input { min-height: 64px; padding-left: 0; font-size: 15px; }
  .guide-search button { grid-column: 1 / -1; min-height: 56px; }
  .guide-essentials { margin-top: 42px; }
  .guide-essentials ol { grid-template-columns: 1fr; }
  .guide-essentials a { grid-template-columns: 42px minmax(0, 1fr) 22px; padding: 13px 0; }
  .guide-essentials a svg { display: block; }
  .guide-directory { padding: 68px 0; }
  .guide-directory-grid { gap: 48px; }
  .guide-category-nav { top: 72px; }
  .guide-category-nav a { padding: 15px 14px; font-size: 13px; }
  .guide-directory-heading { gap: 18px; padding-bottom: 38px; }
  .guide-directory-heading h2 { font-size: 48px; }
  .guide-topic-section + .guide-topic-section { margin-top: 54px; }
  .guide-article-row { grid-template-columns: 31px minmax(0, 1fr) 27px; gap: 10px; min-height: 102px; padding: 20px 0; }
  .guide-article-row strong { font-size: 17px; }
  .guide-article-row p { font-size: 13px; }
  .guide-support-inner { padding-top: 48px; }
  .guide-support h2 { font-size: 49px; }
  .guide-support-inner > div { grid-template-columns: 1fr; margin-top: 38px; }
  .guide-support a { min-height: 88px; padding: 24px 20px; border-right: 0; border-bottom: 1px solid #111; }
  .guide-support a:last-child { border-bottom: 0; }
  .guide-article-page { padding-top: 28px; }
  .guide-breadcrumb { font-size: 13px; }
  .guide-article-header { margin: 38px 0 42px; }
  .guide-article-header h1 { font-size: clamp(48px, 14vw, 66px); }
  .guide-article-header > p { font-size: 17px; }
  .guide-article-layout { gap: 36px; }
  .guide-article-nav { top: 72px; margin-inline: -20px; padding-inline: 6px; }
  .guide-content > h2 { grid-template-columns: 37px minmax(0, 1fr); gap: 12px; font-size: 26px; }
  .guide-content > h2::before { font-size: 12px; }
  .guide-content > p, .guide-content > ul, .guide-content > ol, .guide-content > h3, .guide-content > .guide-note { margin-left: 49px; }
  .guide-content > p { font-size: 16px; }
  .guide-note { padding: 20px; }
  .guide-article-pagination { grid-template-columns: 1fr; margin-left: 49px; }
  .guide-article-pagination > span { display: none; }
  .guide-article-support { align-items: flex-start; flex-direction: column; margin-left: 49px; }
  .sofax-footer-title-btn-icon { width: 88px; height: 88px; margin-top: 32px; }
  .sofax-footer-bottom { display: grid; text-align: left; }
  .sofax-footer-bottom nav { flex-wrap: wrap; }
  .lightbox { grid-template-columns: 1fr; align-content: center; gap: 0; padding: 70px 16px 88px; }
  .lightbox-shell { grid-column: 1; }
  .lightbox-heading { grid-template-columns: minmax(0, 1fr) auto; gap: 8px 14px; }
  .lightbox-heading h2 { font-size: 27px; }
  .lightbox figure { border-radius: 10px; }
  .lightbox img { max-height: calc(100vh - 215px); }
  .lightbox-close { right: 16px; top: 15px; width: 45px; height: 45px; }
  .lightbox-nav { position: fixed; bottom: 20px; width: 48px; height: 48px; }
  .lightbox-nav--previous { left: calc(50% - 61px); }
  .lightbox-nav--next { right: calc(50% - 61px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; }
  .workflow-track { animation: none; }
  .js [data-reveal] { opacity: 1; transform: none; }
}
