@font-face {
  font-family: 'Wix Madefor Display';
  src: url('assets/wix-madefor-display.ttf') format('truetype');
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}
:root {
  color-scheme: light;
  --ink: #0a0a0a;
  --muted: #5c5c5c;
  --paper: #fff;
  --soft: #e0e0e0;
  --accent: #ff3d3d;
  --accent-text: #bd2323;
  --line: rgba(0,0,0,.13);
  --radius: 18px;
}
* { box-sizing: border-box; margin: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { font-family: 'Wix Madefor Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif; background: var(--paper); color: var(--ink); line-height: 1.65; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; height: auto; }
button, a, input, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
::selection { background: #ff3d3d; color: #0a0a0a; }
.wrap { width: calc(100% - 40px); max-width: 1200px; margin-inline: auto; }
.draft { position: relative; min-height: 32px; padding: 6px 20px; display: flex; justify-content: center; gap: 16px; align-items: center; background: #eee; color: #404040; font-size: 10px; font-weight: 800; letter-spacing: 1px; }
.draft span { font-weight: 500; letter-spacing: 0; }
.draft-back { position: absolute; left: 20px; color: #0a0a0a; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-decoration: none; }
.draft-back:hover { color: #ff3d3d; }
header { min-height: 72px; padding: 12px max(20px,calc((100% - 1200px)/2)); display: flex; align-items: center; justify-content: space-between; gap: 24px; position: sticky; top: 0; z-index: 20; background: #191919; color: #fff; border-bottom: 1px solid #303030; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 24px; line-height: 1; font-weight: 800; letter-spacing: -.8px; flex-shrink: 0; }
.brandmark { display: block; flex: 0 0 auto; width: 40px; height: 40px; object-fit: contain; }
.by { margin-left: 6px; padding-left: 14px; border-left: 1px solid #555; font-size: 10px; font-weight: 700; letter-spacing: .5px; color: #bfbfbf; }
nav { display: flex; gap: 28px; align-items: center; }
nav a, .nav-cta { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .35px; }
nav a { color: #c5c5c5; padding-block: 10px; }
nav a:hover { color: #fff; }
.nav-cta { padding: 12px 19px; border-radius: 10px; background: var(--accent); color: #0a0a0a; white-space: nowrap; }
.nav-cta:hover, .button:hover { background: #ff6868; }
.hero { position: relative; padding-block: 64px 44px; background: #0a0a0a; color: #fff; }
/* Full-width hero background while its content stays on the common 1200px rail. */
main { overflow: clip; }
.hero::before { content: ''; position: absolute; z-index: -1; inset: 0 calc((1200px - 100vw)/2); background: #0a0a0a; }
.hero { isolation: isolate; }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; font-size: 11px; font-weight: 800; letter-spacing: 1.7px; line-height: 1.6; text-transform: uppercase; color: var(--accent-text); }
.eyebrow::after { content: ''; width: 42px; height: 1px; flex: 0 0 auto; background: currentColor; opacity: .55; }
.hero-issue { color: #bfbfbf; }
.hero-issue::after { display: none; }
.hero-issue b { color: #fff; }
.hero-issue i { width: 34px; height: 1px; background: var(--accent); flex: 0 0 auto; }
.hero-copy { display: grid; grid-template-columns: minmax(0,1.22fr) minmax(0,1fr); align-items: end; gap: 48px; margin-block: 25px 38px; }
h1 { font-size: clamp(48px,6.4vw,82px); font-weight: 800; letter-spacing: -3.4px; line-height: 1.04; }
em { font-style: normal; color: var(--accent); }
.lede { max-width: 510px; font-size: 18px; line-height: 1.55; font-weight: 700; }
.sublede { margin-top: 16px; color: #bfbfbf; font-size: 15px; line-height: 1.65; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 25px; min-height: 50px; padding: 14px 24px; border-radius: 10px; background: var(--accent); color: #0a0a0a; font-size: 12px; line-height: 1.5; text-transform: uppercase; font-weight: 800; letter-spacing: .4px; transition: background .18s; }
.hero .button { margin-top: 25px; }
.button span { font-size: 20px; line-height: 1; }
.meta { display: block; margin-top: 17px; font-size: 11px; letter-spacing: .3px; color: #bfbfbf; }
.hero-proof { display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: center; margin-top: 22px; padding-top: 20px; border-top: 1px solid #383838; }
.hero-proof>strong { color: var(--accent); font-size: 44px; line-height: .9; letter-spacing: -2px; }
.hero-proof span { color: #bdbdbd; font-size: 12px; line-height: 1.5; }
.hero-proof b { display: block; margin-bottom: 3px; color: #fff; font-size: 10px; letter-spacing: 1px; }
.hero-screen { border: 1px solid #3a3a3a; border-radius: var(--radius); overflow: hidden; background: #161616; }
.image-open { display: block; width: 100%; padding: 0; border: 0; background: #161616; text-align: left; cursor: zoom-in; }
.image-open img { width: 100%; }
.hero-screen .image-open img { aspect-ratio: 1386/893; object-fit: contain; }
figcaption { font-size: 12px; color: var(--muted); line-height: 1.5; }
.hero-screen figcaption { padding: 16px 22px; display: flex; gap: 16px; justify-content: space-between; color: #bfbfbf; font-size: 10px; letter-spacing: .8px; }
.hero-screen figcaption span:first-child { font-weight: 800; color: #fff; }
.hero-screen figcaption i { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); margin-right: 7px; }
.story, .workflow, .compare-section, .photoshop, .pricing, .faq { padding-block: 76px; }
.story { border-bottom: 1px solid var(--line); }
.story-head { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(300px,.8fr); gap: 72px; align-items: end; }
.story-head h2 { max-width: 760px; }
.story-head h2 em { display: inline-block; margin-top: 8px; color: var(--accent-text); }
.story-copy { padding-left: 28px; border-left: 2px solid var(--accent); }
.story-copy p { color: var(--muted); font-size: 15px; }
.story-copy p+p { margin-top: 17px; }
.story-timeline { display: grid; grid-template-columns: auto minmax(18px,1fr) auto minmax(18px,1fr) auto; align-items: center; gap: 16px; margin-top: 48px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.story-timeline i { height: 1px; background: var(--line); }
.story-timeline strong { color: var(--ink); font-size: 12px; letter-spacing: .5px; text-align: center; }
.story-pillars { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin-top: 24px; }
.story-pillars article { position: relative; min-height: 345px; padding: 28px; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid var(--line); border-radius: var(--radius); background: #f4f4f4; overflow: hidden; }
.story-pillars article:nth-child(2) { background: #fff4f4; border-color: #f1b4b4; }
.story-number { position: absolute; top: 17px; right: 22px; color: #d0d0d0; font-size: 58px; line-height: 1; font-weight: 800; letter-spacing: -3px; }
.story-pillars article:nth-child(2) .story-number { color: #f2caca; }
.story-pillars .tag { position: relative; z-index: 1; padding: 0; border: 0; border-radius: 0; color: var(--accent-text); letter-spacing: 1.2px; }
.story-pillars h3 { position: relative; z-index: 1; margin-top: 38px; font-size: 28px; }
.story-pillars p { margin-top: 20px; color: var(--muted); font-size: 14px; }
.story-pillars a, .story-proof { margin-top: auto; padding-top: 24px; color: var(--accent-text); font-size: 11px; font-weight: 800; letter-spacing: .3px; }
.story-pillars a:hover { text-decoration: underline; text-underline-offset: 4px; }
.story-proof { color: var(--muted); letter-spacing: .7px; }
.story-license { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(330px,.9fr); gap: 70px; margin-top: 24px; padding: 44px; border-radius: var(--radius); background: #0a0a0a; color: #fff; box-shadow: inset 0 4px 0 var(--accent); }
.story-license .eyebrow { color: #ff7777; }
.story-license h3 { margin-top: 24px; font-size: clamp(34px,4.1vw,52px); line-height: 1.03; letter-spacing: -2px; }
.story-license h3 em { color: var(--accent); }
.story-license p { color: #c4c4c4; font-size: 15px; }
.story-license ul { margin: 22px 0 0; padding: 20px 0 0; list-style: none; border-top: 1px solid #363636; }
.story-license li { position: relative; padding: 5px 0 5px 22px; color: #e6e6e6; font-size: 13px; }
.story-license li::before { content: '✓'; position: absolute; left: 0; color: var(--accent); font-weight: 900; }
.story-license .button { margin-top: 27px; }
.story-boundary { max-width: 920px; margin-top: 20px; color: var(--muted); font-size: 11px; }
.project-ref { padding-block: 76px; background: #e9e9e9; border-bottom: 1px solid var(--line); }
.project-ref-head { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(300px,.85fr); gap: 60px; align-items: end; }
.project-ref-head h2 em { display: inline-block; margin-top: 7px; color: var(--accent-text); }
.project-ref-head>p { color: var(--muted); font-size: 15px; }
.project-ref-demo { margin-top: 38px; overflow: hidden; border: 1px solid #353535; border-radius: var(--radius); background: #171719; box-shadow: 0 24px 55px rgba(0,0,0,.16); }
.project-ref-demo img { width: 100%; aspect-ratio: 952/640; object-fit: contain; background: #171719; }
.project-ref-demo figcaption { display: flex; justify-content: space-between; gap: 20px; padding: 15px 20px; color: #999; background: #111; font-size: 10px; font-weight: 700; letter-spacing: .7px; }
.project-ref-demo figcaption span:first-child { color: #fff; }
.project-ref-demo figcaption i { display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: var(--accent); }
.project-ref-points { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin-top: 18px; }
.project-ref-points article { min-height: 190px; padding: 25px; border: 1px solid #cfcfcf; border-radius: var(--radius); background: #fff; }
.project-ref-points .tag { padding: 0; border: 0; border-radius: 0; color: var(--accent-text); letter-spacing: 1.2px; }
.project-ref-points h3 { margin-top: 34px; font-size: 24px; }
.project-ref-points p { margin-top: 12px; color: var(--muted); font-size: 13px; }
.node-workflow { background: #111; color: #fff; border-bottom-color: #2d2d2d; }
.node-workflow .project-ref-head>p { color: #b8b8b8; }
.node-workflow .project-ref-demo { border-color: #404040; box-shadow: 0 28px 70px rgba(0,0,0,.38); }
.node-workflow .project-ref-points article { border-color: #353535; background: #191919; }
.node-workflow .project-ref-points h3 { color: #fff; }
.node-workflow .project-ref-points p { color: #aaa; }
.photoshop-node-proof { display: grid; grid-template-columns: minmax(0,1.45fr) minmax(300px,.55fr); gap: 42px; align-items: center; margin-top: 58px; padding-top: 48px; border-top: 1px solid #333; }
.photoshop-node-proof figure { overflow: hidden; border: 1px solid #404040; border-radius: var(--radius); background: #171719; box-shadow: 0 24px 55px rgba(0,0,0,.34); }
.photoshop-node-proof figure img { width: 100%; aspect-ratio: 800/537; object-fit: contain; background: #171719; }
.photoshop-node-proof figcaption { display: flex; justify-content: space-between; gap: 18px; padding: 13px 16px; color: #888; background: #0d0d0d; font-size: 9px; font-weight: 750; letter-spacing: .7px; }
.photoshop-node-proof figcaption span:first-child { color: #fff; }
.photoshop-node-proof figcaption i { display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: var(--accent); }
.photoshop-node-copy .tag { padding: 0; border: 0; color: var(--accent); letter-spacing: 1.1px; }
.photoshop-node-copy h3 { margin-top: 24px; color: #fff; font-size: 38px; line-height: 1.05; letter-spacing: -1.6px; }
.photoshop-node-copy h3 em { color: var(--accent); }
.photoshop-node-copy>p { margin-top: 20px; color: #b8b8b8; font-size: 14px; line-height: 1.75; }
.photoshop-node-copy ol { margin: 25px 0 0; padding: 0; list-style: none; counter-reset: workflow-point; border-top: 1px solid #333; }
.photoshop-node-copy li { display: grid; grid-template-columns: 110px 1fr; gap: 14px; padding: 16px 0; border-bottom: 1px solid #333; }
.photoshop-node-copy li b { color: #fff; font-size: 12px; }
.photoshop-node-copy li span { color: #909090; font-size: 12px; line-height: 1.55; }
.node-workflow .node-scope { max-width: 820px; margin-top: 18px; color: #777; font-size: 11px; }
.feature-reel { padding-block: 92px; background: #101010; color: #fff; }
.feature-reel-head { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(300px,.75fr); gap: 64px; align-items: end; }
.feature-reel-head h2 { margin-top: 18px; color: #fff; }
.feature-reel-head h2 em { color: var(--accent); }
.feature-reel-head>p { max-width: 430px; color: #aaa; font-size: 15px; line-height: 1.75; }
.reel-list { margin-top: 68px; border-bottom: 1px solid #2e2e2e; }
.reel-row { display: grid; grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr); gap: clamp(42px,6vw,82px); align-items: center; padding-block: 54px; border-top: 1px solid #2e2e2e; }
.reel-row.flip { grid-template-columns: minmax(0,1.28fr) minmax(280px,.72fr); }
.reel-row.flip .reel-copy { order: 2; }
.reel-row.flip .reel-media { order: 1; justify-self: start; }
.reel-copy { position: relative; max-width: 460px; padding-left: 72px; }
.reel-index { position: absolute; top: -9px; left: 0; color: #343434; font-size: 54px; font-weight: 850; line-height: 1; letter-spacing: -3px; }
.reel-copy .tag { padding: 0; border: 0; color: var(--accent); letter-spacing: 1.2px; }
.reel-copy h3 { margin-top: 20px; color: #fff; font-size: clamp(28px,3vw,39px); line-height: 1.04; letter-spacing: -1.6px; }
.reel-copy>p { margin-top: 18px; color: #aaa; font-size: 14px; line-height: 1.75; }
.reel-points { margin: 22px 0 0; padding: 0; list-style: none; }
.reel-points li { position: relative; padding: 5px 0 5px 20px; color: #ddd; font-size: 12px; }
.reel-points li::before { content: '↳'; position: absolute; left: 0; color: var(--accent); font-weight: 800; }
.reel-media { position: relative; width: min(100%,610px); justify-self: end; margin: 0; overflow: hidden; border-radius: 12px; background: #171719; box-shadow: 0 24px 60px rgba(0,0,0,.42); }
.reel-media img { display: block; width: 100%; height: auto; background: #171719; }
.reel-media figcaption { position: absolute; inset: auto 0 0; display: flex; justify-content: space-between; gap: 18px; padding: 36px 15px 13px; background: linear-gradient(transparent,rgba(0,0,0,.88)); color: #aaa; font-size: 9px; font-weight: 750; letter-spacing: .7px; }
.reel-media figcaption span:first-child { color: #fff; }
.reel-media figcaption i { display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: var(--accent); }
.reel-details { margin-top: 22px; border-top: 1px solid #303030; }
.reel-details>div { display: grid; grid-template-columns: 110px 1fr; gap: 14px; padding: 14px 0; border-bottom: 1px solid #303030; }
.reel-details dt { color: #fff; font-size: 12px; font-weight: 750; }
.reel-details dd { color: #8f8f8f; font-size: 12px; line-height: 1.55; }
.reel-scope { max-width: 820px; margin-top: 22px; color: #686868; font-size: 11px; line-height: 1.65; }
.workflow-intro { max-width: 760px; margin-top: 22px; font-size: 16px; color: var(--muted); }
.channel-showcase { display: grid; grid-template-columns: minmax(0,1.55fr) minmax(0,1fr); gap: 48px; align-items: center; }
.channel-showcase .image-open { border-radius: var(--radius); overflow: hidden; }
.channel-showcase h3 { font-size: 40px; line-height: 1.06; letter-spacing: -1.4px; color: var(--ink); margin-top: 18px; }
.channel-list { margin-top: 26px; }
.channel-list>div { padding-block: 17px; border-top: 1px solid var(--line); }
.channel-list dt { font-size: 17px; font-weight: 800; color: var(--ink); }
.channel-list dt span { margin-right: 12px; color: var(--accent-text); font-size: 12px; }
.channel-list dd { margin-top: 7px; font-size: 14px; line-height: 1.65; }
.channel-compare { margin-top: 15px; font-size: 13px; font-weight: 600; color: var(--ink); line-height: 1.7; }
.channel-link { display: inline-block; margin-top: 18px; font-size: 12px; color: var(--accent-text); font-weight: 800; padding-block: 8px; }
.channel-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.channel-zoom { display: block; font-size: 11px; margin-top: 12px; }
.channel-detail { margin-top: 28px; border-block: 1px solid var(--line); }
.channel-detail p { max-width: 950px; }
.smart-mask { padding-bottom: 76px; }
.smart-mask .split-title>p { max-width: 410px; }
.mask-screen { margin-top: 32px; border-radius: var(--radius); overflow: hidden; background: #191919; }
.mask-screen figcaption { padding: 15px 20px; display: flex; justify-content: space-between; gap: 20px; font-size: 11px; color: #c7c7c7; }
.mask-screen figcaption span:first-child { font-weight: 700; color: #fff; }
.mask-benefits { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 32px; margin-top: 34px; }
.mask-benefits .tag { padding: 0; border: 0; border-radius: 0; color: var(--accent-text); letter-spacing: 1.5px; }
.mask-benefits h3 { margin-top: 14px; font-size: 24px; }
.mask-benefits p { font-size: 14px; color: var(--muted); margin-top: 14px; }
.mask-note { margin-top: 28px; padding-top: 17px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.look-finish { padding-block: 76px; border-bottom: 1px solid var(--line); }
.look-layout { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(0,.8fr); gap: 70px; align-items: center; margin-top: 25px; }
.look-intro { max-width: 580px; margin-top: 22px; color: var(--muted); font-size: 16px; }
.look-topics { margin-top: 30px; }
.look-topics article { padding-block: 22px; border-top: 1px solid var(--line); }
.look-topics .tag { padding: 0; border: 0; border-radius: 0; color: var(--accent-text); letter-spacing: 1.2px; }
.look-topics h3 { margin-top: 12px; font-size: 26px; }
.look-topics p { margin-top: 12px; color: var(--muted); font-size: 14px; }
.look-topics strong { color: var(--ink); font-weight: 700; }
.look-topics .look-detail { font-size: 12px; }
.look-local { padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.look-shot { width: 100%; max-width: 360px; justify-self: end; }
.look-shot .image-open { border-radius: var(--radius); overflow: hidden; border: 1px solid #333; }
.look-shot figcaption { margin-top: 15px; font-size: 11px; line-height: 1.65; }
.focus-section { padding-block: 76px; border-bottom: 1px solid var(--line); }
.focus-section .split-title>p { max-width: 470px; }
.focus-benefits strong, .focus-notes strong { font-weight: 700; color: var(--ink); }
.focus-notes { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 32px; padding: 24px; margin-top: 30px; border-radius: 16px; background: #f0f0f0; }
.focus-notes p { color: var(--muted); font-size: 13px; }
.focus-inline-link { color: var(--accent-text); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.section-top { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 16px; }
.tiny { font-size: 10px; letter-spacing: 1.3px; font-weight: 700; color: var(--muted); }
h2 { font-size: clamp(34px,4.4vw,56px); font-weight: 800; line-height: 1.04; letter-spacing: -2.2px; }
h3 { font-size: 25px; font-weight: 800; line-height: 1.15; letter-spacing: -.7px; }
.steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 32px; margin-block: 38px; }
.steps article { position: relative; display: flex; flex-direction: column; align-items: start; padding-block: 20px; border-top: 1px solid var(--line); }
.step-number { font-size: 42px; line-height: 1; letter-spacing: -2px; font-weight: 800; color: var(--accent-text); }
.step-icon { position: absolute; top: 20px; right: 2px; font-size: 26px; line-height: 1; font-weight: 700; }
.step-icon span { font-size: 18px; vertical-align: top; margin-left: 5px; }
.node-icon { letter-spacing: -3px; font-size: 23px; }
.steps h3 { margin-top: 23px; }
.steps p { margin-block: 14px 18px; color: var(--muted); font-size: 15px; }
.tag { display: inline-flex; font-size: 10px; font-weight: 700; letter-spacing: .5px; padding: 5px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); }
.steps .tag { margin-top: auto; }
.flow-screen { display: grid; grid-template-columns: minmax(0,1fr) 210px; gap: 30px; align-items: end; }
.flow-screen .image-open { border-radius: var(--radius); overflow: hidden; }
.flow-screen figcaption { padding-bottom: 4px; font-size: 14px; }
.split-title { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.split-title>p { color: #404040; font-size: 15px; }
.compare-grid { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1fr); gap: 70px; margin-top: 28px; align-items: center; }
.compare-grid p { color: var(--muted); font-size: 16px; margin-top: 24px; max-width: 400px; }
.compare-grid .small, .small { font-size: 12px; line-height: 1.65; color: var(--muted); }
.compare-grid label { display: flex; justify-content: space-between; gap: 16px; font-size: 11px; font-weight: 700; margin-block: 30px 12px; }
#compare-range { width: 100%; accent-color: var(--accent-text); cursor: ew-resize; }
.compare-image { position: relative; aspect-ratio: 3230/4096; overflow: hidden; border-radius: var(--radius); background: #151515; touch-action: pan-y; cursor: ew-resize; user-select: none; }
.compare-image img { width: 100%; height: 100%; object-fit: cover; pointer-events: none; -webkit-user-drag: none; }
.compare-before { position: absolute; inset: 0; clip-path: inset(0 calc(100% - var(--reveal)) 0 0); }
.compare-line { position: absolute; top: 0; bottom: 0; left: var(--reveal); width: 2px; transform: translateX(-1px); background: #fff; pointer-events: none; }
.compare-line::after { content: '↔'; display: grid; place-items: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 40px; height: 40px; border-radius: 50%; background: #fff; color: #0a0a0a; font-weight: 800; box-shadow: 0 1px 8px #0004; }
.compare-label { position: absolute; top: 15px; padding: 6px 10px; border-radius: 6px; background: #0a0a0add; color: #fff; font-size: 9px; letter-spacing: .5px; font-weight: 800; pointer-events: none; }
.compare-label.left { left: 15px; }
.compare-label.right { right: 15px; }
.photoshop { padding: 50px 44px; margin-block: 0 76px; border-radius: var(--radius); background: #0a0a0a; color: #fff; }
.photoshop .eyebrow { color: #ff6b6b; }
.photoshop h2 { margin-top: 18px; }
.photoshop h2 em { color: var(--accent); }
.ps-intro { max-width: 670px; margin-top: 22px; color: #c7c7c7; font-size: 16px; }
.table-scroll { margin-top: 34px; width: 100%; }
table { width: 100%; border-collapse: collapse; font-size: 13px; text-align: left; }
th, td { padding: 17px 16px; border-bottom: 1px solid #363636; }
th:first-child, td:first-child { padding-left: 0; }
th:last-child, td:last-child { padding-right: 0; }
thead th { font-size: 10px; font-weight: 800; letter-spacing: 1px; color: #bfbfbf; }
tbody th { font-weight: 600; width: 47%; }
tbody td { color: #c7c7c7; }
.pill { display: inline-block; border: 1px solid #555; padding: 3px 10px; border-radius: 999px; font-size: 10px; color: #fff; white-space: nowrap; }
.pill.cloud { border-color: #b35252; color: #ffacac; }
.scope-note { max-width: 770px; margin-top: 24px; color: #bfbfbf; font-size: 12px; }
.pricing { border-top: 1px solid var(--line); }
.pricing-intro { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(300px,.7fr); align-items: end; gap: 55px; }
.pricing-intro h2 em { color: var(--accent-text); }
.pricing-intro>p { color: var(--muted); font-size: 15px; }
.license-grid { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(0,.92fr); gap: 18px; margin-top: 34px; }
.pricing-action { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 18px; padding: 20px 22px; border: 1px solid #cfcfcf; border-radius: 14px; background: #f5f5f5; }
.pricing-action p { margin: 0; }
.pricing-action strong { display: block; font-size: 16px; }
.pricing-action p span { display: block; max-width: 680px; margin-top: 5px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.pricing-action .button { flex: 0 0 auto; margin: 0; }
.credit-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.license-card { min-height: 360px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #f3f3f3; }
.license-card.retail { background: #0a0a0a; color: #fff; border: 2px solid #0a0a0a; box-shadow: inset 0 0 0 1px #353535; }
.license-card.student { position: relative; background: var(--accent); color: #0a0a0a; border: 2px solid #0a0a0a; box-shadow: 9px 9px 0 #0a0a0a; }
.card-top, .credit-name { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.price-label { font-size: 10px; font-weight: 800; letter-spacing: 1.35px; color: var(--accent-text); }
.student .price-label { color: #0a0a0a; }
.retail .price-label { color: #ff7777; }
.price-badge { display: inline-flex; align-items: center; min-height: 26px; padding: 5px 9px; border-radius: 999px; background: #fff; color: #111; font-size: 9px; line-height: 1.3; font-weight: 800; letter-spacing: .55px; }
.student .price-badge { background: #0a0a0a; color: #fff; }
.price-old { margin-top: 42px; color: #747474; font-size: 13px; }
.student .price-old { color: #571010; font-weight: 700; }
.retail .price-old { margin-top: 17px; color: #aaa; }
.price-old s { margin-left: 5px; }
.price-main { margin-top: 2px; font-size: clamp(38px,5vw,58px); line-height: 1.08; letter-spacing: -2.6px; font-weight: 800; }
.price-once { margin-top: 8px; color: var(--muted); font-size: 12px; font-weight: 700; }
.student .price-once { color: #0a0a0a; }
.retail .price-once { color: #fff; }
.student-saving { display: inline-flex; margin-top: 18px; padding: 7px 10px; border-radius: 7px; background: #0a0a0a; color: #fff; font-size: 10px; line-height: 1.4; font-weight: 800; letter-spacing: .2px; }
.retail-hook { margin-top: 27px; color: #ff6f6f; font-size: 16px; line-height: 1.3; font-weight: 800; }
.ownership-line { display: grid; grid-template-columns: auto 1fr auto auto 1fr; align-items: center; gap: 8px; margin-top: 18px; padding: 11px 12px; border: 1px solid #363636; border-radius: 9px; background: #171717; }
.ownership-line span { color: #999; font-size: 8px; font-weight: 800; letter-spacing: .8px; }
.ownership-line b { font-size: 10px; white-space: nowrap; }
.ownership-line i { color: var(--accent); font-style: normal; }
.license-card ul { margin: 28px 0 0; padding: 20px 0 0; list-style: none; border-top: 1px solid var(--line); }
.student ul { margin-top: 20px; border-color: rgba(0,0,0,.28); }
.retail ul { margin-top: 18px; border-color: #353535; }
.license-card li { position: relative; padding: 6px 0 6px 22px; font-size: 13px; }
.license-card li::before { content: '✓'; position: absolute; left: 0; color: var(--accent-text); font-weight: 900; }
.student li::before { color: #0a0a0a; }
.retail li::before { color: #ff6f6f; }
.license-policy { display: grid; grid-template-columns: minmax(250px,.72fr) minmax(0,1.28fr); gap: 38px 52px; margin-top: 24px; padding: 34px; border: 1px solid #bdbdbd; border-radius: var(--radius); background: #f5f5f5; }
.license-policy-lead { display: flex; flex-direction: column; align-items: flex-start; }
.license-policy-lead h3 { margin-top: 16px; font-size: 34px; letter-spacing: -1.3px; }
.license-policy-lead>p { margin-top: 18px; color: var(--muted); font-size: 13px; }
.license-account-badge { display: inline-flex; margin-top: auto; padding: 8px 11px; border-radius: 999px; background: #0a0a0a; color: #fff; font-size: 9px; font-weight: 800; letter-spacing: .35px; }
.legal-links { grid-column: 1/-1; display: flex; flex-wrap: wrap; gap: 10px; padding-top: 20px; border-top: 1px solid #cecece; }
.legal-links a { padding: 9px 12px; border: 1px solid #c4c4c4; border-radius: 999px; background: #fff; color: #222; font-size: 10px; font-weight: 800; letter-spacing: .1px; text-transform: none; }
.legal-links a:hover { border-color: #111; }
.license-facts { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.license-facts>div { min-width: 0; padding: 19px 20px 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.license-facts dt { color: var(--accent-text); font-size: 9px; font-weight: 800; letter-spacing: 1.1px; }
.license-facts dd { margin: 10px 0 0; }
.license-facts strong { display: block; font-size: 14px; line-height: 1.35; }
.license-facts span { display: block; margin-top: 7px; color: var(--muted); font-size: 11px; line-height: 1.55; }
.license-boundary { grid-column: 1/-1; margin-top: -12px; border-top: 1px solid var(--line); }
.license-boundary summary { padding: 17px 0 7px; color: #333; font-size: 12px; }
.license-boundary-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; padding: 10px 0 0; }
.license-boundary-grid p { min-width: 0; margin: 0; padding: 15px 17px; border-radius: 10px; background: #fff; color: var(--muted); font-size: 11px; line-height: 1.55; }
.license-boundary-grid strong { display: block; margin-bottom: 5px; color: var(--ink); font-size: 10px; letter-spacing: .25px; }
.credit-heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,.75fr); gap: 45px; align-items: end; margin-top: 70px; padding-top: 28px; border-top: 1px solid var(--line); }
.credit-heading h3 { margin-top: 10px; font-size: 34px; }
.credit-heading>p { color: var(--muted); font-size: 13px; }
.credit-grid { margin-top: 24px; }
.credit-card { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.credit-card.pro { border: 2px solid var(--accent); background: #fff7f7; }
.credit-name>div { display: flex; flex-direction: column; }
.credit-name span { color: var(--accent-text); font-size: 10px; font-weight: 800; letter-spacing: 1.4px; }
.credit-name strong { margin-top: 4px; font-size: 26px; line-height: 1.2; }
.credit-name>b { padding: 8px 11px; border-radius: 8px; background: #0a0a0a; color: #fff; font-size: 11px; }
.credit-card.pro .credit-name>b { background: var(--accent); color: #0a0a0a; }
.credit-yields { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: 24px; border-block: 1px solid var(--line); }
.credit-yields>div { padding: 20px 12px 20px 0; }
.credit-yields>div+div { padding-left: 16px; border-left: 1px solid var(--line); }
.credit-yields strong { display: block; font-size: 32px; line-height: 1; letter-spacing: -1.5px; }
.credit-yields span { display: block; margin-top: 8px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.credit-yields .secondary strong, .credit-yields .secondary span { color: #777; }
.credit-card>p { margin-top: 14px; color: var(--muted); font-size: 11px; }
.credit-buy { width: 100%; margin-top: 20px; justify-content: space-between; }
.credit-rule { margin-top: 18px; padding: 17px 19px; border-radius: 12px; background: #ededed; color: #4b4b4b; font-size: 12px; }
.credit-rule strong { color: var(--ink); }
.price-method { margin-top: 10px; border-bottom: 1px solid var(--line); }
.price-method summary { font-size: 12px; }
.price-method p { max-width: 980px; font-size: 12px; }
.closing { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(0,.9fr); gap: 50px; padding: 44px; border-radius: var(--radius); background: #eee; }
.closing h2 { font-size: clamp(32px,3.6vw,48px); margin-top: 18px; letter-spacing: -1.7px; }
.closing h2 em { color: var(--accent-text); }
.closing>div:last-child { align-self: end; }
.closing p { font-size: 15px; color: var(--muted); }
.closing .button { margin-block: 24px 18px; }
.closing .small { font-size: 11px; }
.faq { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); column-gap: 65px; align-items: start; }
.faq>.eyebrow { grid-column: 1; grid-row: 1; }
.faq h2 { grid-column: 1; grid-row: 2/6; margin-top: 12px; font-size: 42px; line-height: 1.05; }
.faq details { grid-column: 2; border-bottom: 1px solid var(--line); }
.faq details:first-of-type { grid-row: 1/3; }
summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; padding: 19px 0; list-style: none; font-size: 15px; font-weight: 700; line-height: 1.5; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; font-size: 25px; font-weight: 400; color: var(--accent-text); }
details[open] summary::after { content: '−'; }
details p { padding: 0 25px 22px 0; font-size: 14px; color: var(--muted); }
footer { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-block: 26px; border-top: 1px solid var(--line); }
footer .brand { font-size: 22px; }
footer .brandmark { width: 32px; height: 32px; }
footer>span { color: var(--muted); font-size: 11px; }
dialog { position: fixed; inset: 0; width: min(1500px,96vw); max-width: 96vw; max-height: 94vh; margin: auto; padding: 45px 8px 8px; background: #161616; border: 1px solid #555; border-radius: 12px; }
dialog::backdrop { background: #000d; }
#dialog-image { margin: auto; max-height: calc(94vh - 62px); object-fit: contain; }
#close-image { position: absolute; right: 8px; top: 6px; padding: 7px 12px; border: 0; background: #333; color: #fff; border-radius: 6px; font-size: 12px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media (max-width:1240px) { .hero::before { inset-inline: -20px; } }
@media (max-width:1000px) {
  .story-head { grid-template-columns: 1fr; gap: 30px; }
  .story-copy { max-width: 720px; }
  .story-pillars { gap: 12px; }
  .story-pillars article { min-height: 370px; padding: 24px; }
  .story-pillars h3 { font-size: 24px; }
  .story-license { grid-template-columns: 1fr 1fr; gap: 35px; padding: 36px; }
  .project-ref-head { grid-template-columns: 1fr; gap: 24px; }
  .project-ref-points { gap: 12px; }
  .photoshop-node-proof { grid-template-columns: minmax(0,1.25fr) minmax(290px,.75fr); gap: 28px; }
  .photoshop-node-copy h3 { font-size: 32px; }
  .photoshop-node-copy li { grid-template-columns: 95px 1fr; }
  .feature-reel-head { grid-template-columns: 1fr; gap: 24px; }
  .feature-reel-head>p { max-width: 720px; }
  .reel-row, .reel-row.flip { grid-template-columns: minmax(250px,.75fr) minmax(0,1.25fr); gap: 34px; }
  .reel-copy { padding-left: 58px; }
  .reel-index { font-size: 44px; }
  .pricing-intro, .credit-heading { gap: 30px; }
  .license-card { min-height: 390px; }
  .license-policy { gap: 30px; padding: 28px; }
  .license-policy-lead h3 { font-size: 30px; }
  .credit-yields strong { font-size: 27px; }
  .look-layout { gap: 35px; grid-template-columns: minmax(0,1.2fr) minmax(0,.8fr); }
  .look-copy h2 { font-size: 40px; letter-spacing: -1.6px; }
  .channel-showcase { gap: 28px; grid-template-columns: minmax(0,1.15fr) minmax(0,1fr); }
  .channel-showcase h3 { font-size: 32px; }
  .channel-showcase .eyebrow { font-size: 9px; letter-spacing: .9px; }
  .channel-list { margin-top: 20px; }
  .mask-benefits { gap: 22px; }
  .mask-benefits h3 { font-size: 22px; }
  header { gap: 20px; }
  .by { display: none; }
  nav { gap: 18px; }
  .hero-copy { gap: 30px; }
  h1 { font-size: 64px; letter-spacing: -2.5px; }
  .lede { font-size: 16px; }
  .sublede { font-size: 14px; }
  .steps { gap: 22px; }
  .steps h3 { font-size: 23px; }
  .flow-screen { grid-template-columns: 1fr; gap: 16px; }
  .compare-grid { gap: 35px; }
  .closing { padding: 34px; gap: 30px; }
  .faq { gap: 0 30px; }
  .faq h2 { font-size: 36px; }
}
@media (max-width:680px) {
  html, body { max-width: 100%; overflow-x: hidden; }
  .focus-section { padding-block: 46px; }
  .focus-notes { grid-template-columns: 1fr; gap: 18px; padding: 20px; }
  .look-finish { padding-block: 46px; }
  .look-layout { grid-template-columns: 1fr; gap: 28px; margin-top: 20px; }
  .look-copy h2 { font-size: 34px; letter-spacing: -1.5px; }
  .look-intro { font-size: 14px; margin-top: 18px; }
  .look-topics { margin-top: 25px; }
  .look-topics h3 { font-size: 24px; }
  .look-shot { justify-self: center; }
  .workflow-intro { margin-top: 18px; font-size: 14px; }
  .channel-showcase { grid-template-columns: 1fr; gap: 25px; }
  .channel-showcase h3 { font-size: 32px; }
  .channel-list dd { font-size: 14px; }
  .channel-detail summary { font-size: 14px; }
  .smart-mask { padding-bottom: 46px; }
  .mask-screen { margin-top: 24px; border-radius: 12px; }
  .mask-screen figcaption { flex-direction: column; gap: 5px; padding: 12px; font-size: 10px; }
  .mask-benefits { grid-template-columns: 1fr; gap: 24px; margin-top: 26px; }
  .mask-benefits article+article { padding-top: 20px; border-top: 1px solid var(--line); }
  .mask-benefits h3 { font-size: 25px; }
  .mask-benefits h3 br { display: none; }
  .mask-note { font-size: 11px; }
  html { scroll-padding-top: 125px; }
  .draft { justify-content: flex-start; gap: 0; overflow: hidden; white-space: nowrap; font-size: 0; min-height: 27px; padding: 5px 10px; }
  .draft-back { position: static; font-size: 8px; white-space: nowrap; }
  .draft span { display: none; }
  header { width: 100%; min-width: 0; flex-wrap: wrap; gap: 8px 16px; padding-block: 10px 4px; }
  .brand { font-size: 22px; }
  .brandmark { width: 36px; height: 36px; }
  .nav-cta { display: none; }
  nav { order: 3; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); width: 100%; min-width: 0; gap: 0; }
  nav a { min-width: 0; font-size: 9px; letter-spacing: 0; padding: 9px 2px; text-align: center; white-space: nowrap; }
  .hero { padding-block: 35px 24px; }
  .hero-issue { flex-wrap: wrap; gap: 9px; font-size: 9px; letter-spacing: 1px; }
  .hero-issue i { width: 22px; }
  .hero-copy { grid-template-columns: 1fr; gap: 24px; margin-block: 23px 28px; }
  h1 { font-size: clamp(42px,10.8vw,65px); line-height: 1.03; letter-spacing: -2.2px; }
  .lede { font-size: 16px; }
  .sublede { max-width: 480px; }
  .button { padding: 14px 18px; font-size: 11px; gap: 16px; }
  .hero-screen { border-radius: 12px; }
  .hero-screen figcaption { padding: 11px; font-size: 8px; gap: 12px; }
  .hero-screen figcaption span:nth-child(2) { display: none; }
  .story, .workflow, .compare-section, .pricing, .faq { padding-block: 46px; }
  .hero-proof { gap: 13px; margin-top: 19px; padding-top: 17px; }
  .hero-proof>strong { font-size: 38px; }
  .hero-proof span { font-size: 11px; }
  .story-head { gap: 24px; }
  .story-head h2 em { margin-top: 5px; }
  .story-copy { padding-left: 18px; }
  .story-copy p { font-size: 14px; }
  .story-timeline { grid-template-columns: auto 1fr auto; gap: 10px; margin-top: 32px; }
  .story-timeline i:nth-of-type(2), .story-timeline span:last-child { display: none; }
  .story-timeline strong { text-align: right; font-size: 10px; }
  .story-pillars { grid-template-columns: 1fr; gap: 12px; margin-top: 20px; }
  .story-pillars article { min-height: 0; padding: 24px 22px; }
  .story-pillars h3 { margin-top: 32px; font-size: 27px; }
  .story-pillars p { font-size: 14px; }
  .story-pillars a, .story-proof { margin-top: 22px; padding-top: 0; }
  .story-number { font-size: 50px; }
  .story-license { grid-template-columns: 1fr; gap: 27px; padding: 30px 22px; }
  .story-license h3 { font-size: 34px; letter-spacing: -1.5px; }
  .story-license p { font-size: 14px; }
  .story-boundary { font-size: 10px; }
  .project-ref { padding-block: 46px; }
  .project-ref-head { gap: 20px; }
  .project-ref-head>p { font-size: 14px; }
  .project-ref-demo { margin-top: 26px; border-radius: 12px; }
  .project-ref-demo figcaption { display: block; padding: 12px; font-size: 8px; }
  .project-ref-demo figcaption span:last-child { display: block; margin-top: 5px; color: #777; }
  .project-ref-points { grid-template-columns: 1fr; }
  .project-ref-points article { min-height: 0; padding: 22px; }
  .project-ref-points h3 { margin-top: 24px; font-size: 24px; }
  .photoshop-node-proof { grid-template-columns: 1fr; gap: 26px; margin-top: 40px; padding-top: 35px; }
  .photoshop-node-proof figcaption { display: block; padding: 11px 12px; font-size: 8px; }
  .photoshop-node-proof figcaption span:last-child { display: block; margin-top: 4px; color: #777; }
  .photoshop-node-copy h3 { margin-top: 18px; font-size: 30px; }
  .photoshop-node-copy>p { font-size: 13px; }
  .photoshop-node-copy li { grid-template-columns: 90px 1fr; gap: 10px; }
  .feature-reel { padding-block: 48px; }
  .feature-reel-head { grid-template-columns: 1fr; gap: 18px; }
  .feature-reel-head h2 { margin-top: 14px; }
  .feature-reel-head>p { font-size: 14px; }
  .reel-list { margin-top: 38px; }
  .reel-row, .reel-row.flip { grid-template-columns: 1fr; gap: 24px; padding-block: 38px; }
  .reel-row .reel-copy, .reel-row.flip .reel-copy { order: 1; max-width: none; padding-left: 0; }
  .reel-row .reel-media, .reel-row.flip .reel-media { order: 2; width: 100%; max-width: 480px; justify-self: center; }
  .reel-index { position: static; display: block; margin-bottom: 10px; color: #3b3b3b; font-size: 38px; letter-spacing: -2px; }
  .reel-copy h3 { margin-top: 16px; font-size: 30px; }
  .reel-copy>p { margin-top: 15px; font-size: 13px; }
  .reel-media { border-radius: 9px; }
  .reel-media figcaption { padding: 30px 10px 9px; font-size: 7px; }
  .reel-media figcaption span:last-child { display: none; }
  .reel-details>div { grid-template-columns: 88px 1fr; gap: 10px; }
  .reel-scope { font-size: 10px; }
  .section-top { margin-bottom: 14px; }
  .tiny { display: none; }
  .eyebrow { font-size: 9px; letter-spacing: 1.1px; gap: 9px; }
  .eyebrow::after { width: 22px; }
  h2 { font-size: 34px; letter-spacing: -1.5px; line-height: 1.06; }
  .steps { grid-template-columns: 1fr; gap: 0; margin-block: 26px 20px; }
  .steps article { padding-block: 22px; }
  .steps h3 { font-size: 25px; margin-top: 17px; }
  .steps p { font-size: 14px; }
  .step-number { font-size: 36px; }
  .flow-screen figcaption { font-size: 12px; }
  .split-title { display: block; }
  .split-title>p { margin-top: 20px; font-size: 14px; }
  .compare-grid { grid-template-columns: 1fr; gap: 26px; margin-top: 22px; }
  .compare-grid p { font-size: 14px; margin-top: 18px; }
  .compare-grid .small { font-size: 12px; }
  .compare-label { top: 12px; font-size: 8px; }
  .compare-label.left { left: 12px; }
  .compare-label.right { right: 12px; }
  .photoshop { padding: 32px 22px; margin-bottom: 46px; }
  .photoshop .eyebrow { font-size: 8px; letter-spacing: .6px; }
  .photoshop .eyebrow::after { display: none; }
  .photoshop h2 { font-size: 32px; }
  .ps-intro { font-size: 14px; }
  table { font-size: 11px; }
  th, td { padding: 14px 6px; }
  thead th { font-size: 8px; letter-spacing: .2px; }
  .pill { font-size: 9px; padding: 3px 6px; white-space: normal; }
  .scope-note { font-size: 11px; }
  .pricing-intro, .credit-heading { grid-template-columns: 1fr; gap: 18px; }
  .license-grid, .credit-grid { grid-template-columns: 1fr; }
  .license-card { min-height: 0; padding: 24px 22px; }
  .license-card.student { margin: 0 8px 8px 0; }
  .license-policy { grid-template-columns: 1fr; gap: 24px; padding: 24px 22px; }
  .license-policy-lead h3 { font-size: 29px; }
  .license-policy-lead>p { font-size: 12px; }
  .license-account-badge { margin-top: 18px; }
  .license-facts { grid-template-columns: 1fr; }
  .license-boundary { margin-top: 0; }
  .license-boundary-grid { grid-template-columns: 1fr; }
  .price-old { margin-top: 34px; }
  .price-main { font-size: 42px; letter-spacing: -2px; }
  .credit-heading { margin-top: 46px; }
  .credit-heading h3 { font-size: 29px; }
  .credit-card { padding: 22px; }
  .credit-yields>div { padding-right: 8px; }
  .credit-yields>div+div { padding-left: 10px; }
  .credit-yields strong { font-size: 27px; }
  .credit-yields span { font-size: 10px; }
  .credit-rule { font-size: 11px; }
  .closing { grid-template-columns: 1fr; padding: 28px 22px; gap: 24px; }
  .closing h2 { font-size: 32px; }
  .closing p { font-size: 14px; }
  .faq { display: block; }
  .faq h2 { font-size: 34px; margin-block: 14px 24px; }
  summary { font-size: 14px; }
  footer { flex-wrap: wrap; gap: 16px 25px; }
  footer>span:last-child { width: 100%; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
  .pricing-action { align-items: stretch; flex-direction: column; padding: 18px; }
  .pricing-action .button { justify-content: center; text-align: center; }
