/* Poppins, self-hosted: latin + latin-ext for the four weights the page uses. */
@font-face { font-family: Poppins; font-style: normal; font-weight: 400; font-display: swap; src: url('/fonts/poppins-400-latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: Poppins; font-style: normal; font-weight: 400; font-display: swap; src: url('/fonts/poppins-400-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: Poppins; font-style: normal; font-weight: 500; font-display: swap; src: url('/fonts/poppins-500-latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: Poppins; font-style: normal; font-weight: 500; font-display: swap; src: url('/fonts/poppins-500-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: Poppins; font-style: normal; font-weight: 600; font-display: swap; src: url('/fonts/poppins-600-latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: Poppins; font-style: normal; font-weight: 600; font-display: swap; src: url('/fonts/poppins-600-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: Poppins; font-style: normal; font-weight: 700; font-display: swap; src: url('/fonts/poppins-700-latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: Poppins; font-style: normal; font-weight: 700; font-display: swap; src: url('/fonts/poppins-700-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* Rotating angle for the hero input's border beam. */
@property --bb { syntax: '<angle>'; initial-value: 0deg; inherits: false; }
@keyframes bbeam { to { --bb: 360deg; } }
@keyframes spin { to { transform: rotate(360deg); } }

/* Tokens from the SteamAccountValue 2028 design (Skinpock design system, dark theme).
   rem values follow the root font size, which is 14px below 1024px and 16px above, as in the design. */
:root {
  color-scheme: dark;
  --background: oklch(0.155 0.015 240);
  --foreground: oklch(0.985 0.003 240);
  --card: oklch(0.205 0.018 240);
  --muted: oklch(0.27 0.02 240);
  --muted-foreground: oklch(0.71 0.018 240);
  --border: oklch(1 0 0 / 8%);
  --primary: #8b8ff5;
  --primary-foreground: #15171c;
  --ring: #8b8ff5;
  --success: oklch(0.74 0.16 152);
  --destructive: oklch(0.7 0.19 22);
  --radius: .625rem;
  --radius-md: calc(var(--radius) * .8);
  --radius-lg: var(--radius);
  --radius-xl: calc(var(--radius) * 1.4);
  --leading-sm: calc(1.25 / .875);
  --font-sans: Poppins, ui-sans-serif, system-ui, sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  --gutter: clamp(16px, 4vw, 28px);
  --section-space: clamp(56px, 7vw, 88px);
}

*, ::before, ::after { box-sizing: border-box; margin: 0; padding: 0; border: 0 solid var(--border); outline-color: color-mix(in oklab, var(--ring) 50%, transparent); -webkit-tap-highlight-color: transparent; }
html { font-size: .875rem; line-height: var(--leading-sm); -webkit-text-size-adjust: 100%; background: var(--background); scroll-behavior: smooth; scroll-padding-top: 76px; }
@media (min-width: 64rem) { html { font-size: 1rem; line-height: 1.5; } }
body { min-height: 100vh; overflow-x: clip; font-family: var(--font-sans); font-size: 16px; color: var(--foreground); background: var(--background); }
h1, h2, h3 { font-size: inherit; font-weight: inherit; }
ol, ul { list-style: none; }
img, svg { display: block; vertical-align: middle; }
img { max-width: 100%; height: auto; }
button, input { font: inherit; letter-spacing: inherit; color: inherit; background: transparent; border-radius: 0; }
button:not(:disabled) { cursor: pointer; }
table { border-collapse: collapse; text-indent: 0; border-color: inherit; }
b, strong { font-weight: bolder; }
a { color: var(--primary); text-decoration: none; }
a:hover { color: color-mix(in oklab, var(--primary) 78%, #fff); }
[hidden] { display: none !important; }

.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.ico { flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 200; padding: 10px 16px; border-radius: var(--radius-md); background: var(--primary); color: var(--primary-foreground); font-size: 14px; font-weight: 600; transform: translateY(-160%); }
.skip-link:focus, .skip-link:hover { color: var(--primary-foreground); transform: none; }
.container { max-width: 1240px; margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: var(--section-space); }
.band { background: var(--card); border-block: 1px solid var(--border); }
.muted { color: var(--muted-foreground); }
.mono { font-family: var(--font-mono); }
.section h2 { font-size: clamp(28px, 3.4vw, 40px); line-height: 1.1; font-weight: 700; letter-spacing: -1px; }
.text-link { display: inline-flex; align-items: center; gap: 6px; font-size: 13.5px; font-weight: 600; }
.text-link .ico { width: 14px; height: 14px; }

/* Button */
.btn { display: inline-flex; flex-shrink: 0; align-items: center; justify-content: center; gap: .375rem; height: 2.25rem; padding: 0 .625rem; border: 1px solid transparent; border-radius: var(--radius-md); background-clip: padding-box; font-size: .875rem; line-height: var(--leading-sm); font-weight: 500; white-space: nowrap; outline: none; user-select: none; cursor: pointer; transition: all .15s cubic-bezier(.4, 0, .2, 1); }
.btn:focus-visible { border-color: var(--ring); }
.btn:active { translate: 0 1px; }
.btn:disabled { pointer-events: none; opacity: .5; }
.btn-sm { height: 2rem; gap: .25rem; border-radius: min(var(--radius-md), 10px); }
.btn-primary { background-color: var(--primary); color: var(--primary-foreground); }
.btn-primary:hover { background-color: color-mix(in oklab, var(--primary) 80%, transparent); color: var(--primary-foreground); }
.btn-secondary { background-color: var(--muted); color: var(--foreground); }
.btn-secondary:hover { background-color: color-mix(in oklab, var(--muted) 80%, transparent); color: var(--foreground); }
.btn-ghost { color: var(--foreground); }
.btn-ghost:hover { background-color: color-mix(in oklab, var(--muted) 50%, transparent); color: var(--foreground); }

/* Badge */
.badge { display: inline-flex; flex-shrink: 0; align-items: center; justify-content: center; gap: .25rem; width: fit-content; height: 1.25rem; overflow: hidden; padding: .125rem .5rem; border: 1px solid transparent; border-radius: calc(var(--radius) * 2.6); font-size: .75rem; line-height: calc(1 / .75); font-weight: 500; white-space: nowrap; }
.badge .ico { width: .75rem; height: .75rem; }
.badge-outline { border-color: var(--border); color: var(--foreground); }
.badge-secondary { background: var(--muted); color: var(--foreground); }
.badge-success { background: color-mix(in oklab, var(--success) 14%, transparent); border-color: color-mix(in oklab, var(--success) 32%, transparent); color: var(--success); }

/* Card */
.card { display: flex; flex-direction: column; overflow: hidden; border-radius: var(--radius-md); background: var(--card); color: var(--foreground); font-size: .875rem; line-height: var(--leading-sm); }
.card-heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 14px 18px; border-bottom: 1px solid var(--border); }
.card-footer { display: flex; justify-content: space-between; flex-wrap: wrap; border-top: 1px solid var(--border); background: var(--muted); color: var(--muted-foreground); }

/* Header */
.site-header { position: sticky; top: 0; z-index: 100; background: color-mix(in oklab, var(--background) 92%, transparent); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border); }
.header-inner { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px; min-height: 64px; }
.site-header .brand { display: flex; align-items: center; flex: none; }
.site-header .brand img { width: auto; height: 23px; }
.nav-links { display: flex; align-items: center; flex-wrap: wrap; gap: 2px; }
.header-cta { margin-left: auto; }

/* Hero */
.hero { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 440px), 1fr)); align-items: center; gap: clamp(36px, 5vw, 64px); padding-block: clamp(40px, 6vw, 76px) clamp(40px, 5vw, 64px); }
.hero-copy { min-width: 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--muted-foreground); font-size: 11px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow .ico { width: 15px; height: 15px; color: var(--primary); }
.hero h1 { margin-top: 14px; font-size: clamp(34px, 4.8vw, 54px); line-height: 1.05; font-weight: 700; letter-spacing: -1.4px; text-wrap: balance; }
.hero-description { max-width: 520px; margin-top: 18px; color: var(--muted-foreground); font-size: clamp(15px, 1.35vw, 17px); line-height: 1.6; text-wrap: pretty; }
.hero-badges { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 18px; }
.hero-link { margin-top: 22px; }

/* Lookup form (hero + closing card) */
.lookup { min-width: 0; }
.hero .lookup { max-width: 560px; margin-top: 28px; }
.lookup label { display: block; margin-bottom: 8px; font-size: 12.5px; font-weight: 600; }
.lookup-controls { display: flex; flex-wrap: wrap; gap: 10px; }
.profile-field { position: relative; display: flex; align-items: center; gap: 10px; flex: 1 1 220px; min-width: 0; height: 50px; padding: 0 14px; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--background); transition: box-shadow .15s cubic-bezier(.4, 0, .2, 1); }
.profile-field .ico { width: 16px; height: 16px; color: var(--muted-foreground); }
.profile-field-hero { flex-basis: 260px; height: 54px; border: 0; background: var(--card); }
.profile-field-hero .ico { width: 17px; height: 17px; }
.profile-field:focus-within { box-shadow: inset 0 0 0 1px color-mix(in oklab, var(--ring) 30%, transparent); }
.profile-field:has([aria-invalid='true']) { box-shadow: inset 0 0 0 1px color-mix(in oklab, var(--destructive) 60%, transparent); }
.profile-field input { width: 100%; min-width: 0; padding: 0; color: var(--foreground); font-size: 15px; font-weight: 500; line-height: var(--leading-sm); outline: none; }
.profile-field input::placeholder { color: var(--muted-foreground); opacity: 1; }
.beam { position: absolute; inset: -1px; padding: 1.5px; border-radius: calc(var(--radius-lg) + 1px); pointer-events: none; background: conic-gradient(from var(--bb, 0deg), transparent 0 78%, var(--primary) 88%, color-mix(in oklab, var(--primary) 55%, #fff) 94%, transparent 100%); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; animation: bbeam 4.5s linear infinite; }
.btn-lookup { height: 50px; padding-inline: 20px; font-size: 14px; font-weight: 700; }
.hero .btn-lookup { height: 54px; padding-inline: 22px; font-size: 14.5px; }
.btn-lookup .spinner { width: 16px; height: 16px; animation: spin .9s linear infinite; }
.lookup-status { min-height: 20px; margin-top: 10px; color: var(--muted-foreground); font-size: 12.5px; }
.hero .lookup-status { line-height: 1.5; }
.lookup-error { color: var(--destructive); font-weight: 600; }

/* Example account preview */
.account-preview { min-width: 0; }
.preview-card { box-shadow: 0 30px 60px -20px rgba(0, 0, 0, .55); }
.preview-title { display: inline-flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 600; }
.preview-title .ico { width: 15px; height: 15px; color: var(--muted-foreground); }
.cover-shelf { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; padding: 18px 18px 0; }
.cover { position: relative; aspect-ratio: 2 / 3; overflow: hidden; border-radius: var(--radius-md); background: var(--muted); box-shadow: 0 10px 24px rgba(0, 0, 0, .35); }
.cover img { width: 100%; height: 100%; object-fit: cover; }
.cover span { position: absolute; left: 6px; bottom: 6px; padding: 2px 6px; border-radius: 4px; background: rgba(10, 11, 14, .78); color: #fff; font-size: 10px; font-weight: 700; font-variant-numeric: tabular-nums; }
.preview-body { padding: 20px 18px 18px; }
.kicker { display: block; color: var(--muted-foreground); font-size: 10.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.preview-total { margin-top: 6px; font-size: 40px; line-height: 1; font-weight: 700; letter-spacing: -1px; font-variant-numeric: tabular-nums; }
.preview-total span { color: var(--muted-foreground); font-size: 22px; }
.value-bar { display: flex; gap: 3px; height: 8px; margin-top: 16px; overflow: hidden; border-radius: 99px; }
.value-bar span:first-child { width: 25.3%; background: var(--muted-foreground); }
.value-bar span:last-child { flex: 1; background: var(--primary); }
.value-breakdown { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 14px; }
.value-breakdown div { display: flex; flex-direction: column; gap: 3px; }
.value-breakdown dt { display: flex; align-items: center; gap: 7px; color: var(--muted-foreground); font-size: 12px; }
.value-breakdown dd { font-size: 16px; font-weight: 700; font-variant-numeric: tabular-nums; }
.swatch { width: 8px; height: 8px; border-radius: 2px; background: var(--muted-foreground); }
.swatch-items { background: var(--primary); }
.top-items { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--border); }
.top-items .kicker { margin-bottom: 10px; }
.item-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.item-grid li { display: flex; flex-direction: column; gap: 6px; min-width: 0; padding: 10px 10px 9px; border-radius: var(--radius-md); background: var(--muted); }
.item-art { display: grid; place-items: center; height: 54px; }
.item-art img { width: auto; height: auto; max-height: 54px; object-fit: contain; filter: drop-shadow(0 6px 10px rgba(0, 0, 0, .45)); }
.item-name { overflow: hidden; color: var(--muted-foreground); font-size: 11px; line-height: 1.3; white-space: nowrap; text-overflow: ellipsis; }
.item-grid b { font-size: 13px; font-weight: 700; font-variant-numeric: tabular-nums; }
.preview-footer { gap: 6px 14px; padding: 12px 18px; font-size: 12px; }
.account-preview figcaption { margin-top: 10px; color: var(--muted-foreground); font-size: 12px; }

/* Steps */
.steps-section { padding-bottom: var(--section-space); }
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 12px; }
.steps li { display: flex; gap: 14px; padding: 18px; border: 1px solid var(--border); border-radius: var(--radius-xl); background: var(--card); }
.steps li div { min-width: 0; }
.step-number { display: grid; place-items: center; flex: none; width: 30px; height: 30px; border-radius: 99px; background: color-mix(in oklab, var(--primary) 16%, transparent); color: var(--primary); font-size: 13px; font-weight: 700; }
.steps h3 { margin-top: 4px; font-size: 15px; font-weight: 700; }
.steps p { margin-top: 6px; color: var(--muted-foreground); font-size: 13.5px; line-height: 1.55; text-wrap: pretty; }

/* Game library */
.section-intro { max-width: 720px; }
.section-intro p { margin-top: 14px; color: var(--muted-foreground); font-size: 15px; line-height: 1.65; text-wrap: pretty; }
.library-layout { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr)); align-items: start; gap: clamp(24px, 4vw, 48px); margin-top: 36px; }
.value-explanation { display: flex; flex-direction: column; gap: 22px; }
.value-explanation article { display: flex; gap: 14px; }
.feature-icon { display: grid; place-items: center; flex: none; width: 40px; height: 40px; border-radius: var(--radius-lg); background: var(--muted); color: var(--foreground); }
.feature-icon .ico { width: 20px; height: 20px; }
.feature-icon-items { background: color-mix(in oklab, var(--primary) 16%, transparent); color: var(--primary); }
.value-explanation h3 { margin-top: 2px; font-size: 16px; font-weight: 700; }
.value-explanation p { margin-top: 6px; color: var(--muted-foreground); font-size: 14px; line-height: 1.65; text-wrap: pretty; }
.method-link { padding-left: 54px; }
.library-card { background: var(--background); }
.library-card h3 { font-size: 14px; font-weight: 700; }
.currency { color: var(--muted-foreground); font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.table-scroll { position: relative; overflow-x: auto; }
.library-table { width: 100%; min-width: 520px; caption-side: bottom; }
.library-table tr { transition: background-color .15s cubic-bezier(.4, 0, .2, 1); }
.library-table tr:hover { background: color-mix(in oklab, var(--muted) 50%, transparent); }
.library-table thead tr { border-bottom: 1px solid var(--border); }
.library-table th { height: 2.5rem; padding: 0 .5rem; font-weight: 500; text-align: right; vertical-align: middle; white-space: nowrap; }
.library-table td { padding: .5rem; font-variant-numeric: tabular-nums; text-align: right; vertical-align: middle; white-space: nowrap; }
.library-table :is(th, td):first-child { padding-left: 18px; font-variant-numeric: normal; text-align: left; }
.library-table :is(th, td):last-child { padding-right: 18px; }
.library-table .item-value { color: var(--primary); font-weight: 700; }
.game-cell { display: flex; align-items: center; gap: 10px; min-width: 0; }
.game-cell img { flex: none; width: 64px; height: 30px; object-fit: cover; border-radius: 4px; }
.game-cell span { font-weight: 600; white-space: nowrap; }
.library-total { align-items: center; gap: 8px 16px; padding: 14px 18px; font-size: 13px; }
.library-total strong { margin-left: 6px; color: var(--foreground); font-size: 15px; font-variant-numeric: tabular-nums; }
.table-note { padding: 10px 18px 14px; color: var(--muted-foreground); font-size: 12px; }

/* Inventories */
.inventory-heading { display: flex; align-items: flex-end; justify-content: space-between; flex-wrap: wrap; gap: 12px 24px; }
.inventory-heading p { color: var(--muted-foreground); font-size: 15px; }
.game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); gap: 14px; margin-top: 32px; }
.game-grid li { position: relative; aspect-ratio: 3 / 4; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-xl); background: var(--card); }
.game-grid img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.game-grid li div { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 16px; background: linear-gradient(180deg, rgba(10, 11, 14, 0) 38%, rgba(10, 11, 14, .72) 68%, rgba(10, 11, 14, .96) 100%); }
.game-grid h3 { color: #fff; font-size: 17px; font-weight: 700; }
.game-grid p { margin-top: 4px; color: rgba(255, 255, 255, .78); font-size: 13px; line-height: 1.45; }

/* Methodology */
.methodology-layout { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr)); align-items: start; gap: clamp(28px, 5vw, 64px); }
.methodology-copy h2 { text-wrap: balance; }
.methodology-copy p { margin-top: 16px; color: var(--muted-foreground); font-size: 15px; line-height: 1.65; text-wrap: pretty; }
.methodology-copy p + p { margin-top: 12px; }
.methodology-copy .text-link { margin-top: 18px; }
.methodology-copy .text-link .ico { width: 13px; height: 13px; }
.method-list { display: flex; flex-direction: column; }
.method-list div { padding: 18px 0; border-top: 1px solid var(--border); }
.method-list dt { display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 700; }
.method-list .mono { color: var(--primary); font-size: 11px; font-weight: 700; }
.method-list dd { margin-top: 8px; padding-left: 28px; color: var(--muted-foreground); font-size: 14px; line-height: 1.65; text-wrap: pretty; }
.method-note { display: grid; grid-template-columns: auto 1fr; gap: .125rem .625rem; margin-top: 36px; padding: .75rem 1rem; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--background); font-size: .875rem; line-height: var(--leading-sm); }
.method-note .ico { grid-row: span 2; width: 16px; height: 16px; translate: 0 .125rem; }
.method-note p { color: var(--muted-foreground); text-wrap: balance; }
@media (min-width: 48rem) { .method-note p { text-wrap: pretty; } }

/* FAQ */
.faq-layout { display: flex; flex-wrap: wrap; align-items: flex-start; gap: clamp(28px, 5vw, 64px); }
.faq-intro { flex: 1 1 280px; max-width: 360px; }
.faq-intro p { margin-top: 14px; color: var(--muted-foreground); font-size: 15px; line-height: 1.65; }
.faq-cta { margin-top: 20px; }
.faq-list { display: flex; flex-direction: column; flex: 999 1 420px; min-width: 0; }
.faq-list summary { display: flex; align-items: flex-start; justify-content: space-between; padding: 18px 0; border: 1px solid transparent; border-radius: var(--radius-md); font-size: 15px; font-weight: 600; line-height: var(--leading-sm); list-style: none; outline: none; cursor: pointer; transition: all .15s cubic-bezier(.4, 0, .2, 1); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:hover { text-decoration: underline; }
.faq-list summary:focus-visible { border-color: var(--ring); box-shadow: 0 0 0 3px color-mix(in oklab, var(--ring) 50%, transparent); }
.faq-list summary span { flex: 1 1 auto; min-width: 0; }
.faq-list summary .ico { width: 1rem; height: 1rem; margin-left: auto; color: var(--muted-foreground); stroke-width: 2; }
.faq-list details[open] summary .ico { rotate: 180deg; }
.faq-answer { padding-bottom: 1rem; color: var(--muted-foreground); font-size: 14px; line-height: 1.65; }
@supports (interpolate-size: allow-keywords) {
  :root { interpolate-size: allow-keywords; }
  .faq-list details::details-content { height: 0; overflow: hidden; transition: height .2s ease-out, content-visibility .2s ease-out allow-discrete; }
  .faq-list details[open]::details-content { height: auto; }
}

/* Closing call to action */
.closing { padding-bottom: var(--section-space); }
.closing-card { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr)); align-items: center; gap: 24px 48px; padding: clamp(22px, 3.5vw, 40px); }
.closing h2 { font-size: clamp(24px, 2.8vw, 32px); line-height: 1.15; font-weight: 700; letter-spacing: -.7px; text-wrap: balance; }
.closing h2 + p { margin-top: 10px; color: var(--muted-foreground); font-size: 15px; }

/* Footer */
.site-footer { background: var(--card); border-top: 1px solid var(--border); }
.site-footer .container { padding-block: clamp(40px, 5vw, 56px) 28px; }
.footer-top { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 28px 48px; }
.footer-about { max-width: 380px; }
.footer-about .brand { display: inline-flex; }
.footer-about .brand img { width: auto; height: 22px; }
.footer-about p { margin-top: 14px; color: var(--muted-foreground); font-size: 13.5px; line-height: 1.65; text-wrap: pretty; }
.footer-links { display: grid; grid-template-columns: repeat(2, minmax(0, auto)); align-content: start; gap: 10px 36px; }
.footer-links a, .footer-links a:hover { color: var(--foreground); font-size: 13.5px; opacity: .8; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 24px; margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--border); color: var(--muted-foreground); font-size: 12px; }

/* 404 page */
.not-found { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 18px; min-height: 100vh; }
.not-found h1 { font-size: clamp(34px, 4.8vw, 54px); line-height: 1.05; font-weight: 700; letter-spacing: -1.4px; }
.not-found p:not(.eyebrow) { max-width: 520px; color: var(--muted-foreground); font-size: clamp(15px, 1.35vw, 17px); line-height: 1.6; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .beam, .btn-lookup .spinner { animation: none; }
  .faq-list details::details-content { transition: none; }
}
