:root {
  --ink: #101a32;
  --ink-strong: #090f26;
  --blue: #0872c6;
  --blue-dark: #0756a2;
  --paper: #f7f9fc;
  --white: #fff;
  --pale: #eff3f8;
  --muted: #65748b;
  --line: #d9e1eb;
  --navy: #0b1534;
  --serif: Inter, "PingFang SC", "Microsoft YaHei", sans-serif;
  --sans: Inter, "PingFang SC", "Microsoft YaHei", sans-serif;
  --max: 1240px;
  --shadow: 0 24px 72px rgba(16, 42, 86, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body, button, input, textarea, select { font-family: var(--sans); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
[hidden] { display: none !important; }
.topline { min-height: 33px; display: flex; justify-content: space-between; align-items: center; padding: 4px max(calc((100vw - var(--max)) / 2), 24px); color: rgba(255,255,255,.72); background: var(--ink-strong); font-size: 11px; letter-spacing: .055em; }
.topline span:last-child { color: #d1ddf3; font: 10px var(--serif); letter-spacing: .11em; }
.topline i { color: var(--blue); font-style: normal; padding-left: 9px; }
.site-header { position: sticky; top: 0; z-index: 20; display: flex; min-height: 79px; align-items: center; justify-content: space-between; gap: 24px; padding: 0 max(calc((100vw - var(--max)) / 2), 24px); background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(11,21,52,.08); backdrop-filter: blur(16px); }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; min-width: 176px; }
.brand-logo { width: 176px; max-height: 60px; object-fit: contain; object-position: left center; }
.nav-links { display: flex; align-items: center; justify-content: flex-end; gap: clamp(15px, 2.3vw, 33px); color: #53627a; font-size: 14px; }
.nav-links > a:not(.nav-cta) { position: relative; padding: 28px 0; white-space: nowrap; }
.nav-links > a:not(.nav-cta)::after { position: absolute; right: 0; bottom: 19px; left: 0; height: 2px; content: ""; background: var(--blue); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.nav-links > a:hover, .nav-links > a.active { color: var(--ink); }
.nav-links > a:hover::after, .nav-links > a.active::after { transform: scaleX(1); }
.nav-cta { display: inline-flex; align-items: center; gap: 11px; padding: 11px 16px; color: white; background: var(--blue); border-radius: 3px; font-weight: 600; white-space: nowrap; transition: background .2s, transform .2s; }
.nav-cta:hover { background: var(--blue-dark); transform: translateY(-1px); }
.nav-cta span { color: #bdd7f5; }
.menu-toggle { display: none; border: 0; background: transparent; }
main { overflow: hidden; }
.section { padding: 96px max(calc((100vw - var(--max)) / 2), 24px); }
.section-paper { background: var(--white); }
.section-pale { background: var(--paper); }
.section-ink, .section-dark { color: white; background: var(--navy); }
.kicker { margin: 0 0 14px; color: var(--blue); font: 700 11px/1.4 var(--serif); letter-spacing: .17em; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 42px; margin-bottom: 43px; }
.section-head h2, .templates-teaser h2, .proof-copy h2, .contact-band h2, .template-next h2, .lighting-cta h2 { margin: 0; font-size: clamp(30px, 4.2vw, 48px); line-height: 1.18; letter-spacing: -.045em; font-weight: 700; }
.section-head h2 em, .templates-teaser h2 em, .proof-copy h2 em, .contact-band h2 em, .template-next h2 em, .lighting-cta h2 em, .template-intro h1 em, .industry-hero h1 em, .cases-empty h1 em { color: var(--blue); font-style: normal; }
.section-head-light h2 em, .templates-teaser h2 em, .contact-band h2 em, .template-next h2 em { color: #a8c8ec; }
.section-aside { max-width: 410px; margin: 0 0 4px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.section-head-light .section-aside { color: #b8c6dc; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--blue); font-weight: 700; font-size: 14px; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.light-link { color: white; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 50px; padding: 0 21px; border: 1px solid transparent; border-radius: 3px; font-size: 14px; font-weight: 700; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button span { color: var(--blue); }
.button-light { color: var(--ink); background: white; box-shadow: 0 9px 28px rgba(5,20,48,.1); }
.button-light:hover { background: #eef4ff; }
.button-dark { color: white; background: var(--ink); }
.button-dark:hover { background: var(--blue-dark); }
.button-outline { color: white; border-color: rgba(255,255,255,.42); background: transparent; }
.button-outline:hover { border-color: white; background: rgba(255,255,255,.08); }
.breadcrumbs { display: flex; align-items: center; gap: 12px; padding: 18px max(calc((100vw - var(--max)) / 2), 24px); color: var(--muted); background: white; font-size: 13px; }
.breadcrumbs span { color: #a3afc1; }
.breadcrumbs b { color: var(--ink); font-weight: 600; }

/* Home hero */
.hero-home { position: relative; min-height: 650px; display: flex; align-items: center; padding: 86px max(calc((100vw - var(--max)) / 2), 24px) 74px; isolation: isolate; background: var(--paper); }
.hero-photo { position: absolute; z-index: -2; top: 0; right: 0; bottom: 0; width: 47%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; z-index: -1; inset: 0 0 0 53%; background: linear-gradient(90deg, rgba(10,30,60,.06), rgba(8,25,53,.54) 72%, rgba(8,25,53,.62)); }
.hero-content { position: relative; z-index: 1; width: min(560px, 47%); max-width: 560px; }
.eyebrow { display: flex; align-items: center; gap: 13px; margin-bottom: 25px; color: #687994; font: 700 11px var(--serif); letter-spacing: .16em; }
.eyebrow-line { display: inline-block; width: 33px; height: 2px; background: var(--blue); }
.hero h1 { max-width: 660px; margin: 0; color: var(--ink-strong); font-size: clamp(44px, 5.5vw, 70px); letter-spacing: -.06em; line-height: 1.11; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-content > p { max-width: 560px; margin: 24px 0 0; color: #50617b; font-size: 18px; line-height: 1.85; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 30px; }
.hero-index { display: flex; align-items: center; gap: 19px; margin-top: 43px; padding-top: 17px; color: #728198; border-top: 1px solid #d5dfe9; font-size: 12px; }
.hero-index span:first-child { color: var(--blue); font: 700 12px var(--serif); letter-spacing: .1em; }
.photo-credit { position: absolute; z-index: 2; right: max(calc((100vw - var(--max)) / 2), 24px); bottom: 28px; display: flex; align-items: center; gap: 11px; color: rgba(255,255,255,.83); font-size: 12px; }
.ai-tag { display: inline-flex; padding: 5px 8px; color: var(--ink); background: #e2edfa; border-radius: 2px; font-size: 10px; font-weight: 700; letter-spacing: .06em; }

/* Buyer and strategy */
.buyer-section { padding-top: 100px; }
.buyer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.buyer-card { position: relative; min-height: 248px; padding: 26px 24px; border: 1px solid var(--line); background: white; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.buyer-card:hover { transform: translateY(-4px); border-color: #a8bbdb; box-shadow: var(--shadow); }
.buyer-card-featured { background: var(--paper); }
.card-no { color: #7c8ba2; font: 700 10px var(--serif); letter-spacing: .12em; }
.buyer-card h3 { margin: 28px 0 10px; color: var(--ink); font-size: 22px; line-height: 1.4; letter-spacing: -.03em; }
.buyer-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.buyer-arrow { position: absolute; right: 21px; bottom: 18px; color: var(--blue); font-size: 18px; }
.note-strip { display: flex; align-items: center; gap: 21px; margin-top: 25px; padding: 19px 23px; color: white; background: var(--ink); }
.note-strip > span { flex: 0 0 auto; color: #a8c8ec; font-size: 12px; font-weight: 700; }
.note-strip p { flex: 1; margin: 0; font-size: 14px; }
.note-strip a { flex: 0 0 auto; color: white; font-size: 13px; font-weight: 700; }
.note-strip a span { color: var(--blue); padding-left: 7px; }
.strategy-section { padding-top: 93px; padding-bottom: 70px; }
.strategy-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid rgba(255,255,255,.19); border-bottom: 1px solid rgba(255,255,255,.19); }
.strategy-grid article { min-height: 226px; padding: 25px 22px 21px; border-right: 1px solid rgba(255,255,255,.16); }
.strategy-grid article:first-child { border-left: 1px solid rgba(255,255,255,.16); }
.strategy-grid article > span { color: var(--blue); font: 700 11px var(--serif); letter-spacing: .1em; }
.strategy-grid h3 { margin: 29px 0 10px; font-size: 21px; }
.strategy-grid p { min-height: 58px; margin: 0; color: #c0cce0; font-size: 14px; line-height: 1.7; }
.strategy-grid small { display: inline-block; margin-top: 19px; color: #879bb8; font: 10px var(--serif); letter-spacing: .11em; }
.strategy-foot { display: flex; align-items: center; gap: 16px; margin-top: 23px; color: #99abc5; font: 10px var(--serif); letter-spacing: .13em; }
.strategy-rule { flex: 1; height: 1px; background: rgba(255,255,255,.22); }

/* Buyer journey and foundation */
.buyer-journey { padding-top: 92px; }
.journey-layout { display: grid; grid-template-columns: 1.13fr .87fr; gap: 54px; align-items: stretch; }
.journey-image { position: relative; min-height: 430px; overflow: hidden; background: #243858; }
.journey-image::after { position: absolute; inset: 35% 0 0; content: ""; background: linear-gradient(0deg,rgba(6,21,44,.82),transparent); }
.journey-image > img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; transition: transform .6s; }
.journey-image:hover > img { transform: scale(1.025); }
.image-stamp { position: absolute; z-index: 1; top: 20px; left: 20px; padding: 9px 12px; color: white; border: 1px solid rgba(255,255,255,.45); background: rgba(8,25,53,.5); font: 9px/1.6 var(--serif); letter-spacing: .12em; }
.journey-caption { position: absolute; z-index: 2; right: 26px; bottom: 24px; left: 26px; display: flex; align-items: end; justify-content: space-between; gap: 16px; color: white; font-size: 14px; }
.journey-caption b { font: 700 10px var(--serif); letter-spacing: .12em; }
.journey-list { display: flex; flex-direction: column; justify-content: center; }
.journey-list article { display: grid; grid-template-columns: 47px 1fr; gap: 17px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.journey-list article > span { display: grid; width: 37px; height: 37px; place-items: center; color: var(--blue); border: 1px solid #cdd8eb; border-radius: 50%; font: 700 11px var(--serif); }
.journey-list h3 { margin: 0 0 5px; font-size: 18px; }
.journey-list p { margin: 0; color: var(--muted); font-size: 14px; }
.journey-link { display: flex; justify-content: space-between; margin-top: 23px; color: var(--blue); font-size: 14px; font-weight: 700; }
.included-section { padding-top: 96px; }
.included-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.included-grid article { min-height: 220px; padding: 23px 23px 21px; border: 1px solid #dce4ed; background: white; }
.service-icon { display: grid; width: 43px; height: 43px; place-items: center; color: var(--blue); border-radius: 50%; background: #e9efff; font-size: 23px; }
.included-grid h3 { margin: 18px 0 8px; font-size: 19px; }
.included-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.included-grid small { display: block; margin-top: 12px; color: #52677f; font-size: 12px; font-weight: 600; }
.buyer-touchpoints { display: grid; grid-template-columns: .82fr 1.18fr; gap: 45px; margin-top: 55px; padding-top: 43px; border-top: 1px solid #d5dfeb; }
.touchpoint-intro h3 { margin: 0 0 13px; font-size: 28px; line-height: 1.34; letter-spacing: -.04em; }
.touchpoint-intro > p:not(.kicker) { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.platform-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; align-content: start; }
.platform-card { display: flex; min-height: 78px; align-items: center; gap: 14px; padding: 14px 16px; border: 1px solid #dce5ef; background: white; }
.platform-card > img { width: 32px; height: 32px; flex: 0 0 auto; }
.platform-card b { display: block; color: var(--ink); font-size: 14px; }
.platform-card small { display: block; margin-top: 2px; color: var(--muted); font-size: 12px; }
.material-ledger { display: grid; grid-template-columns: .72fr 1.28fr; gap: 40px; margin-top: 39px; padding: 31px; color: white; background: var(--ink); }
.material-ledger-head .kicker { color: #a8c8ec; }
.material-ledger-head h3 { margin: 0 0 8px; font-size: 25px; line-height: 1.35; }
.material-ledger-head > p:last-child { margin: 0; color: #c0cee2; font-size: 14px; }
.material-ledger-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.material-ledger-grid article { padding: 18px 16px; border-top: 2px solid var(--blue); background: rgba(255,255,255,.08); }
.material-ledger-grid article:nth-child(2) { border-color: var(--blue); }
.material-ledger-grid article > span { display: block; margin-bottom: 12px; color: #aebfd9; font: 10px var(--serif); letter-spacing: .05em; }
.material-ledger-grid article > b { display: block; margin-bottom: 8px; color: white; font-size: 15px; }
.material-ledger-grid article > p { margin: 0; color: #d1dcec; font-size: 13px; line-height: 1.7; }
.fineprint { display: flex; gap: 14px; margin: 21px 0 0; padding: 14px 16px; color: #52627a; border-left: 3px solid var(--blue); background: rgba(255,255,255,.66); font-size: 13px; line-height: 1.75; }
.fineprint span { flex: 0 0 auto; color: var(--ink); font-weight: 700; }

/* Industry and template preview */
.industries-section { padding-top: 95px; }
.industry-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.industry-card { display: block; border: 1px solid var(--line); background: white; transition: transform .22s, box-shadow .22s; }
.industry-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.industry-image { position: relative; display: grid; height: 230px; overflow: hidden; place-items: center; background: #dae2ec; }
.industry-image img { width: 100%; height: 100%; object-fit: cover; }
.industry-image::after { position: absolute; inset: 50% 0 0; content: ""; background: linear-gradient(0deg,rgba(7,22,46,.72),transparent); }
.industry-image b, .industry-image > span { position: absolute; z-index: 1; bottom: 16px; left: 17px; color: white; font-size: 13px; font-weight: 600; }
.industry-meta { display: flex; justify-content: space-between; margin: 20px 20px 0; color: #7b8aa0; font: 10px var(--serif); letter-spacing: .1em; }
.industry-meta i { color: var(--blue); font-style: normal; font-size: 15px; }
.industry-card h3 { margin: 6px 20px 5px; color: var(--ink); font-size: 20px; }
.industry-card p { margin: 0 20px 21px; color: var(--muted); font-size: 14px; }
.industry-foot { display: flex; justify-content: space-between; gap: 20px; margin-top: 21px; color: var(--muted); font-size: 13px; }
.industry-foot a { flex: 0 0 auto; color: var(--blue); font-weight: 700; }
.templates-teaser { display: grid; grid-template-columns: 1fr .9fr; gap: 80px; align-items: center; padding-top: 86px; padding-bottom: 86px; }
.templates-teaser .kicker { color: #a8c8ec; }
.templates-teaser-copy > p:not(.kicker) { max-width: 505px; margin: 20px 0 23px; color: #c2cfe2; font-size: 16px; line-height: 1.8; }
.template-teaser-art { position: relative; padding: 25px 25px 30px; background: #1b3762; }
.browser-frame { overflow: hidden; color: var(--ink); background: white; box-shadow: 0 28px 50px rgba(0,0,0,.24); transform: rotate(1deg); }
.browser-top { display: flex; align-items: center; gap: 5px; height: 34px; padding: 0 13px; background: #eff3f7; }
.browser-top i { width: 6px; height: 6px; border-radius: 50%; background: #aab5c4; }
.browser-top span { margin-left: 12px; color: #728198; font: 8px var(--serif); letter-spacing: .12em; }
.browser-image { height: 160px; overflow: hidden; }
.browser-image img { width: 100%; height: 100%; object-fit: cover; }
.browser-caption { display: grid; grid-template-columns: .55fr 1fr; gap: 9px 20px; padding: 19px; }
.browser-caption > span { color: var(--blue); font: 9px var(--serif); letter-spacing: .1em; }
.browser-caption b { grid-row: span 2; font-size: 24px; line-height: 1.15; }
.browser-caption small { color: var(--muted); font-size: 11px; }
.art-label { position: absolute; right: 2px; bottom: 5px; color: #c8d7e9; font-size: 11px; }

/* Proof, insights and consultation */
.proof-section { display: grid; grid-template-columns: .95fr 1.05fr; gap: 75px; align-items: center; }
.proof-copy > p:not(.kicker) { max-width: 500px; margin: 18px 0 22px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.case-placeholder { position: relative; display: flex; min-height: 310px; flex-direction: column; justify-content: space-between; padding: 25px; color: white; background: linear-gradient(135deg,#20416d,#122d55 65%,#1e4f8a); overflow: hidden; }
.case-placeholder::after { position: absolute; right: 20%; bottom: -120px; width: 280px; height: 280px; content: ""; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 0 0 40px rgba(255,255,255,.04), 0 0 0 80px rgba(255,255,255,.03); }
.case-placeholder > span:first-child { position: relative; z-index: 1; color: #a8c2e4; font: 10px var(--serif); letter-spacing: .15em; }
.case-mark { position: relative; z-index: 1; align-self: center; text-align: center; color: white; font-size: 34px; font-weight: 700; line-height: 1.35; }
.case-bottom { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 15px; color: #d1dcec; font-size: 12px; }
.case-bottom b { color: #a8c8ec; font-size: 16px; }
.insight-section { padding-top: 72px; padding-bottom: 86px; }
.draft-label { color: #64748a; font-size: 13px; }
.insight-list { border-top: 1px solid var(--line); }
.insight-list a { display: grid; grid-template-columns: 150px 1fr 24px; gap: 17px; align-items: center; padding: 18px 4px; border-bottom: 1px solid var(--line); transition: padding .18s, color .18s; }
.insight-list a:hover { padding-right: 10px; padding-left: 10px; color: var(--blue); }
.insight-list a > span { color: #76869d; font: 10px var(--serif); letter-spacing: .1em; }
.insight-list b { font-size: 16px; }
.insight-list i { color: var(--blue); font-style: normal; }
.contact-band { display: grid; grid-template-columns: .82fr 1.18fr; gap: 55px; padding: 80px max(calc((100vw - var(--max)) / 2), 24px); color: white; background: linear-gradient(118deg,#0b1534,#173d75); }
.contact-band .kicker { color: #a8c8ec; }
.contact-band h2 { font-size: clamp(32px,4vw,46px); }
.contact-band > div:first-child > p:last-child { max-width: 470px; margin: 19px 0 0; color: #c0cde0; font-size: 16px; line-height: 1.8; }
.demo-form { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; align-content: start; padding: 27px; color: var(--ink); background: white; box-shadow: 0 20px 60px rgba(4,16,36,.22); }
.demo-form label { display: grid; gap: 7px; color: #374a66; font-size: 13px; font-weight: 700; }
.demo-form label:nth-child(5) { grid-column: 1 / -1; }
.demo-form input, .demo-form textarea, .demo-form select { width: 100%; min-height: 47px; padding: 11px 13px; color: var(--ink); border: 1px solid #ccd7e5; border-radius: 2px; background: #fbfcff; font-size: 14px; font-weight: 400; }
.demo-form textarea { min-height: 84px; resize: vertical; }
.demo-form input::placeholder, .demo-form textarea::placeholder { color: #8996a9; }
.demo-form .button { grid-column: 1 / -1; justify-self: start; color: white; background: var(--blue); box-shadow: none; }
.demo-form .button:hover { background: var(--blue-dark); }
.form-note { grid-column: 1/-1; margin: -4px 0 0; color: #66768c; font-size: 12px; line-height: 1.6; }
.form-status { grid-column: 1/-1; margin: 0; color: var(--blue); font-size: 13px; }
.contact-direct { grid-column: 2; display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: -37px; padding: 17px 20px; color: var(--ink); background: #edf3fb; }
.contact-direct-copy { display: grid; gap: 2px; }
.contact-direct-label { margin-bottom: 4px; color: #64748a; font-size: 12px; }
.contact-direct-copy a { color: var(--ink); font-size: 14px; font-weight: 700; }
.contact-direct-copy span:not(.contact-direct-label), .contact-direct-copy small { color: #5d6e85; font-size: 12px; }
.contact-direct img { width: 92px; height: 92px; object-fit: cover; background: white; }

/* Industry page */
.industry-hero { display: grid; grid-template-columns: 1.15fr .85fr; gap: 0; min-height: 600px; background: var(--paper); }
.industry-hero-image { position: relative; min-height: 600px; overflow: hidden; }
.industry-hero-image > img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.industry-hero-image > p { position: absolute; z-index: 1; bottom: 15px; left: 25px; margin: 0; color: rgba(255,255,255,.88); font-size: 12px; }
.image-stamp-light { top: 22px; right: auto; bottom: auto; left: 22px; }
.industry-hero-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 65px clamp(35px,6vw,90px); }
.industry-hero h1 { margin: 0; font-size: clamp(42px,5vw,62px); line-height: 1.14; letter-spacing: -.05em; }
.industry-hero-copy > p:not(.kicker) { margin: 20px 0 23px; color: var(--muted); font-size: 16px; line-height: 1.85; }
.copy-status { margin-top: 15px; color: #75839a; font-size: 12px; }
.verify-table { border-top: 1px solid #cfd9e5; }
.verify-row { display: grid; grid-template-columns: 1fr 1.15fr 1.8fr; gap: 20px; align-items: center; padding: 17px 20px; border-bottom: 1px solid #dbe3ec; }
.verify-row > span { color: #65758d; font-size: 13px; }
.verify-row > b { font-size: 16px; }
.verify-row > p { margin: 0; color: #5c6d85; font-size: 14px; }
.verify-head { color: white; background: var(--ink); }
.verify-head > span { color: white; font-size: 12px; font-weight: 700; }
.lighting-evidence { padding-top: 91px; padding-bottom: 91px; }
.evidence-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: center; }
.evidence-photo { margin: 0; }
.evidence-photo img { width: 100%; aspect-ratio: 1.45; object-fit: cover; }
.evidence-photo figcaption { display: flex; justify-content: space-between; gap: 12px; padding-top: 10px; color: #a9bad1; font-size: 12px; }
.evidence-copy { color: white; }
.evidence-number { color: var(--blue); font: 10px var(--serif); letter-spacing: .16em; }
.evidence-copy h3 { margin: 14px 0; font-size: 29px; line-height: 1.35; }
.evidence-copy > p, .evidence-copy li { color: #c5d1e3; font-size: 14px; line-height: 1.8; }
.evidence-copy ul { padding-left: 19px; margin: 18px 0; }
.evidence-copy li { padding: 3px 0; }
.page-map { padding: 30px; background: white; border: 1px solid #dbe4ee; }
.page-map-root { width: min(430px,100%); margin: 0 auto 35px; padding: 20px; text-align: center; color: white; background: var(--ink); }
.page-map-root span, .page-map-root small { display: block; color: #b8c8dd; font: 10px var(--serif); letter-spacing: .12em; }
.page-map-root b { display: block; margin: 7px 0; font-size: 21px; }
.page-map-root small { font: 12px var(--sans); letter-spacing: 0; }
.map-branches { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.map-branches article { padding: 18px; border-top: 2px solid var(--blue); background: var(--paper); }
.map-branches article > span { color: var(--blue); font: 10px var(--serif); }
.map-branches article > b, .map-branches article > small { display: block; }
.map-branches article > b { margin: 8px 0; font-size: 16px; }
.map-branches article > small { color: var(--muted); font-size: 12px; line-height: 1.6; }
.lighting-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.lighting-cta p:not(.kicker) { color: var(--muted); }

/* Template library */
.template-intro { padding-top: 19px; padding-bottom: 65px; }
.template-intro .breadcrumbs { padding: 0 0 25px; }
.template-intro-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 75px; align-items: end; }
.template-intro h1 { margin: 0; font-size: clamp(42px,5.3vw,64px); line-height: 1.14; letter-spacing: -.055em; }
.template-intro-grid > div:last-child > p { margin: 0 0 12px; color: #52637b; font-size: 16px; line-height: 1.85; }
.template-intro-grid small { color: #718098; font-size: 12px; line-height: 1.6; }
.template-gallery { padding-top: 57px; }
.gallery-tools { margin-bottom: 25px; }
.gallery-tools > p { display: flex; flex-direction: column; gap: 4px; margin: 0 0 17px; }
.gallery-tools > p b { color: var(--ink); font-size: 16px; }
.gallery-tools > p span { color: var(--muted); font-size: 13px; }
.filter-row { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-chip { min-height: 38px; padding: 7px 12px; color: #51627a; border: 1px solid #cfdae7; border-radius: 2px; background: white; font-size: 13px; cursor: pointer; transition: color .2s, background .2s, border-color .2s; }
.filter-chip:hover, .filter-chip.active { color: white; border-color: var(--ink); background: var(--ink); }
.filter-chip small { margin-left: 6px; color: #a8c8ec; font-size: 11px; }
.template-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.template-card { overflow: hidden; border: 1px solid #dbe3ed; background: white; box-shadow: 0 10px 24px rgba(11,21,52,.045); }
.template-art { position: relative; display: flex; min-height: 300px; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 17px 20px 23px; color: white; background: #1a3763; }
.template-art::before { position: absolute; z-index: 1; top: -70px; right: -35px; width: 280px; height: 280px; content: ""; border: 1px solid rgba(255,255,255,.23); border-radius: 50%; box-shadow: 0 0 0 36px rgba(255,255,255,.05), 0 0 0 74px rgba(255,255,255,.035); }
.template-art::after { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; height: 58%; content: ""; background: linear-gradient(0deg,rgba(5,18,39,.48),transparent); }
.art-manufactt { background: #173b6c; }
.art-induztry { background: #173b6c; }
.art-manufact { background: #173b6c; }
.art-sanayi { background: #173b6c; }
.template-art-image { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.art-top { position: relative; z-index: 2; display: flex; align-items: center; gap: 5px; height: 28px; padding: 0 9px; background: rgba(255,255,255,.13); backdrop-filter: blur(5px); }
.art-top i { color: #a6c1df; font-size: 7px; font-style: normal; }
.art-top small { margin-left: 8px; color: white; font: 9px var(--serif); letter-spacing: .12em; }
.template-art > div { position: relative; z-index: 2; max-width: 80%; }
.template-art > div small { display: block; color: #dceafa; font: 10px var(--serif); letter-spacing: .15em; }
.template-art > div b { display: block; margin: 10px 0; font-size: clamp(25px,3vw,37px); line-height: 1.1; letter-spacing: -.04em; }
.template-art > div span { color: #d7e0ee; font-size: 12px; }
.art-disclosure { position: absolute; z-index: 3; right: 13px; bottom: 12px; color: rgba(255,255,255,.75); text-align: right; font-size: 10px; line-height: 1.35; }
.template-card-copy { padding: 22px 23px 23px; }
.template-card-meta { display: flex; justify-content: space-between; color: #75849b; font: 10px var(--serif); letter-spacing: .1em; }
.template-card-meta i { color: var(--blue); font-style: normal; }
.template-card h2 { margin: 11px 0 8px; font-size: 23px; letter-spacing: -.03em; }
.template-card-copy > p { min-height: 54px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.template-tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 15px 0 18px; }
.template-tags span { padding: 4px 8px; color: #4d6079; background: #edf2f8; font-size: 11px; }
.template-source { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-size: 13px; font-weight: 700; }
.template-source b { font-size: 16px; }
.gallery-disclaimer { display: grid; grid-template-columns: 170px 1fr; gap: 20px; margin: 25px 0 0; padding: 18px 20px; color: #50617b; border-left: 3px solid var(--blue); background: white; font-size: 13px; line-height: 1.7; }
.gallery-disclaimer b { color: var(--ink); }
.industry-categories { padding-top: 86px; }
.category-cloud { display: grid; grid-template-columns: repeat(6,1fr); gap: 8px; }
.category-cloud span { min-height: 56px; display: flex; align-items: center; padding: 10px 13px; color: #61728a; border: 1px solid #d6e0ec; background: white; font-size: 13px; line-height: 1.45; }
.category-cloud .category-live { color: var(--ink); border-color: #aebed2; box-shadow: inset 0 2px var(--blue); font-weight: 700; }
.category-legend { display: flex; align-items: center; gap: 8px; margin: 15px 0 0; color: #687890; font-size: 12px; }
.category-legend i { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--blue); }
.category-legend span { margin-left: 8px; }
.template-next { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 64px max(calc((100vw - var(--max)) / 2),24px); color: white; background: var(--ink); }
.template-next .kicker { color: var(--blue); }

/* Cases archive */
.cases-empty { display: grid; grid-template-columns: .55fr 1.45fr; gap: 70px; min-height: 620px; align-items: center; }
.case-index { align-self: start; margin-top: 54px; padding-top: 14px; color: #71829a; border-top: 1px solid var(--line); font: 11px/1.9 var(--serif); letter-spacing: .15em; }
.case-index b { color: var(--blue); font-size: 23px; }
.cases-empty h1 { margin: 0; color: var(--ink-strong); font-size: clamp(45px,6vw,72px); line-height: 1.13; letter-spacing: -.06em; }
.cases-empty-lede { max-width: 700px; margin: 22px 0 28px; color: var(--muted); font-size: 17px; line-height: 1.85; }
.case-progress { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin: 23px 0 28px; }
.case-progress span { padding: 13px 14px; color: #5d6e85; background: var(--paper); font-size: 12px; }
.case-progress b { display: block; margin-bottom: 4px; color: var(--blue); font: 700 10px var(--serif); }
.case-empty-note { display: flex; gap: 16px; margin-bottom: 26px; padding: 20px; border: 1px solid #d7e0ec; background: white; }
.case-empty-symbol { color: var(--blue); font: 30px var(--serif); }
.case-empty-note b { font-size: 15px; }
.case-empty-note p { margin: 4px 0 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

/* Search-first editorial page */
.article-hero { padding: 57px max(calc((100vw - 900px) / 2),24px) 52px; background: var(--paper); }
.article-hero .breadcrumbs { padding: 0 0 28px; background: transparent; }
.article-hero h1 { max-width: 850px; margin: 0; color: var(--ink-strong); font-size: clamp(38px,5.4vw,62px); line-height: 1.18; letter-spacing: -.05em; }
.article-hero > p:not(.kicker) { max-width: 740px; margin: 18px 0 0; color: #586a83; font-size: 18px; line-height: 1.8; }
.article-meta { display: flex; flex-wrap: wrap; gap: 9px 18px; margin-top: 20px; color: #728199; font-size: 12px; }
.article-meta span { display: inline-flex; align-items: center; gap: 7px; }
.article-meta i { width: 6px; height: 6px; border-radius: 50%; background: var(--blue); }
.article-body { display: grid; grid-template-columns: 210px minmax(0,740px); gap: 52px; justify-content: center; padding: 60px 24px 90px; }
.article-contents { position: sticky; top: 105px; align-self: start; padding: 17px; border: 1px solid var(--line); background: var(--paper); }
.article-contents b { display: block; margin-bottom: 9px; color: var(--ink); font-size: 13px; }
.article-contents a { display: block; padding: 6px 0; color: #5d6e85; font-size: 12px; line-height: 1.45; }
.article-contents a:hover { color: var(--blue); }
.article-copy { min-width: 0; }
.article-copy h2 { margin: 43px 0 12px; color: var(--ink); font-size: 29px; line-height: 1.35; letter-spacing: -.035em; }
.article-copy h3 { margin: 28px 0 8px; font-size: 19px; line-height: 1.5; }
.article-copy p, .article-copy li { color: #465a75; font-size: 16px; line-height: 1.9; }
.article-copy p { margin: 12px 0; }
.article-copy ul, .article-copy ol { padding-left: 23px; }
.article-copy li { padding: 3px 0; }
.article-copy a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.article-callout { margin: 22px 0; padding: 19px 21px; border-left: 3px solid var(--blue); background: var(--paper); }
.article-callout b { display: block; margin-bottom: 4px; color: var(--ink); }
.article-callout p { margin: 0; font-size: 14px; }
.article-source-list { margin-top: 35px; padding-top: 18px; border-top: 1px solid var(--line); }
.article-source-list h2 { margin-top: 0; font-size: 21px; }
.article-source-list li, .article-source-list a { font-size: 13px; }
.article-cta { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 36px; padding: 24px; color: white; background: var(--ink); }
.article-cta p { margin: 0; color: #d4deec; font-size: 14px; }

/* Shared footer and small screens */
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 27px; padding: 27px max(calc((100vw - var(--max)) / 2),24px); color: #bdc9da; background: #071932; font-size: 12px; }
.brand-footer { width: 170px; min-width: 170px; padding: 7px 11px; background: white; }
.brand-footer .brand-logo { width: 148px; max-height: 51px; }
.site-footer > span { flex: 1; }
.site-footer > div { display: flex; flex-wrap: wrap; gap: 19px; }
.site-footer a:hover { color: white; }
.page-cases .site-footer, .page-templates .site-footer { margin-top: 0; }

@media (max-width: 1050px) {
  .nav-links { gap: 15px; font-size: 13px; }
  .brand { min-width: 150px; }
  .brand-logo { width: 150px; }
  .section { padding-right: 35px; padding-left: 35px; }
  .hero-home { padding-right: 35px; padding-left: 35px; }
  .hero-content { width: 51.5%; max-width: none; }
  .buyer-touchpoints, .material-ledger { grid-template-columns: 1fr; gap: 25px; }
  .category-cloud { grid-template-columns: repeat(4,1fr); }
}
@media (max-width: 760px) {
  .topline { padding-right: 18px; padding-left: 18px; }
  .topline span:last-child { font-size: 8px; }
  .site-header { min-height: 69px; padding: 0 18px; }
  .brand { min-width: 138px; }
  .brand-logo { width: 138px; max-height: 53px; }
  .menu-toggle { display: grid; gap: 5px; width: 42px; height: 42px; place-content: center; cursor: pointer; }
  .menu-toggle span { width: 22px; height: 2px; background: var(--ink); transition: transform .2s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .nav-links { position: absolute; top: 68px; right: 0; left: 0; display: none; align-items: stretch; padding: 10px 18px 20px; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 20px 30px rgba(11,21,52,.09); }
  .nav-links.open { display: flex; flex-direction: column; gap: 0; }
  .nav-links > a:not(.nav-cta) { padding: 12px 5px; }
  .nav-links > a:not(.nav-cta)::after { display: none; }
  .nav-cta { justify-content: space-between; margin-top: 9px; }
  .section { padding: 66px 19px; }
  .section-head { display: block; margin-bottom: 28px; }
  .section-head h2, .templates-teaser h2, .proof-copy h2, .contact-band h2, .template-next h2, .lighting-cta h2 { font-size: clamp(29px,8vw,39px); }
  .section-aside { margin-top: 15px; font-size: 14px; }
  .hero-home { display: block; min-height: unset; padding: 66px 20px 270px; }
  .hero-photo { z-index: 0; right: 0; bottom: 0; width: 100%; height: 250px; object-position: center; }
  .hero-shade { z-index: 1; inset: auto 0 0; height: 250px; background: linear-gradient(0deg,rgba(8,25,53,.55),transparent); }
  .hero-content { z-index: 2; width: 100%; }
  .eyebrow { font-size: 9px; }
  .hero h1 { font-size: clamp(42px,11vw,56px); }
  .hero-content > p { margin-top: 17px; font-size: 16px; line-height: 1.8; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; margin-top: 22px; }
  .hero-index { gap: 10px; margin-top: 25px; font-size: 10px; }
  .hero-index span:last-child { line-height: 1.6; }
  .photo-credit { right: 16px; bottom: 12px; gap: 7px; color: white; font-size: 10px; }
  .ai-tag { padding: 4px 6px; font-size: 9px; }
  .buyer-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .buyer-card { min-height: 210px; padding: 18px 15px; }
  .buyer-card h3 { margin-top: 22px; font-size: 18px; }
  .buyer-card p { font-size: 13px; }
  .note-strip { align-items: flex-start; flex-wrap: wrap; gap: 8px 13px; padding: 15px; }
  .note-strip p { flex: 1 1 100%; order: 2; font-size: 13px; }
  .note-strip a { margin-left: auto; font-size: 12px; }
  .strategy-grid { grid-template-columns: 1fr 1fr; border-bottom: 0; }
  .strategy-grid article { min-height: 195px; padding: 18px 15px; border-bottom: 1px solid rgba(255,255,255,.16); }
  .strategy-grid article:nth-child(odd) { border-left: 1px solid rgba(255,255,255,.16); }
  .strategy-grid article:nth-child(even) { border-right: 1px solid rgba(255,255,255,.16); }
  .strategy-grid article:last-child { grid-column: 1 / -1; }
  .strategy-grid h3 { margin: 19px 0 8px; font-size: 18px; }
  .strategy-grid p { min-height: 0; font-size: 13px; }
  .strategy-grid small { margin-top: 13px; font-size: 9px; }
  .strategy-foot { gap: 8px; font-size: 8px; letter-spacing: .08em; }
  .journey-layout, .evidence-grid { grid-template-columns: 1fr; gap: 26px; }
  .journey-image, .journey-image > img { min-height: 285px; }
  .journey-caption { right: 15px; bottom: 15px; left: 15px; align-items: flex-start; flex-direction: column; gap: 4px; font-size: 12px; }
  .journey-list article { grid-template-columns: 39px 1fr; padding: 15px 0; }
  .journey-list h3 { font-size: 16px; }
  .journey-list p { font-size: 13px; }
  .included-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .included-grid article { min-height: 215px; padding: 17px 14px; }
  .included-grid h3 { margin-top: 14px; font-size: 16px; }
  .included-grid p { font-size: 13px; }
  .included-grid small { font-size: 11px; }
  .buyer-touchpoints { margin-top: 36px; padding-top: 30px; }
  .touchpoint-intro h3 { font-size: 24px; }
  .touchpoint-intro > p:not(.kicker) { font-size: 14px; }
  .platform-grid { grid-template-columns: 1fr 1fr; gap: 7px; }
  .platform-card { min-height: 73px; padding: 9px; gap: 8px; }
  .platform-card > img { width: 25px; height: 25px; }
  .platform-card b { font-size: 12px; }
  .platform-card small { font-size: 10px; line-height: 1.4; }
  .material-ledger { margin-top: 25px; padding: 20px 16px; }
  .material-ledger-head h3 { font-size: 22px; }
  .material-ledger-grid { grid-template-columns: 1fr; gap: 7px; }
  .material-ledger-grid article { padding: 13px; }
  .material-ledger-grid article > p { font-size: 13px; }
  .fineprint { display: block; font-size: 12px; }
  .fineprint span { display: block; margin-bottom: 3px; }
  .industry-grid { grid-template-columns: 1fr; gap: 12px; }
  .industry-image { height: 210px; }
  .industry-card h3 { font-size: 19px; }
  .industry-foot { display: block; font-size: 12px; line-height: 1.7; }
  .industry-foot a { display: inline-block; margin-top: 8px; }
  .templates-teaser { grid-template-columns: 1fr; gap: 32px; padding-top: 65px; padding-bottom: 65px; }
  .templates-teaser-copy > p:not(.kicker) { font-size: 14px; }
  .template-teaser-art { max-width: 500px; padding: 17px 17px 25px; }
  .browser-image { height: 125px; }
  .browser-caption { padding: 14px; }
  .browser-caption b { font-size: 20px; }
  .proof-section { grid-template-columns: 1fr; gap: 27px; }
  .proof-copy > p:not(.kicker) { font-size: 14px; }
  .case-placeholder { min-height: 260px; padding: 18px; }
  .case-mark { font-size: 28px; }
  .case-bottom { font-size: 10px; }
  .insight-section { padding-top: 56px; }
  .insight-section .section-head { display: flex; align-items: start; justify-content: space-between; gap: 10px; }
  .insight-list a { grid-template-columns: 1fr 20px; gap: 5px 10px; padding: 14px 2px; }
  .insight-list a > span { grid-column: 1; grid-row: 1; }
  .insight-list b { grid-column: 1; grid-row: 2; font-size: 14px; }
  .insight-list i { grid-column: 2; grid-row: 1 / span 2; }
  .contact-band { grid-template-columns: 1fr; gap: 26px; padding: 58px 19px; }
  .contact-band > div:first-child > p:last-child { font-size: 14px; }
  .demo-form { grid-template-columns: 1fr; gap: 12px; padding: 18px; }
  .demo-form label:nth-child(5), .demo-form .button, .form-note, .form-status { grid-column: auto; }
  .demo-form label { font-size: 12px; }
  .demo-form input, .demo-form textarea { font-size: 14px; }
  .contact-direct { grid-column: 1; margin-top: -15px; padding: 14px; }
  .contact-direct img { width: 80px; height: 80px; }
  .site-footer { align-items: flex-start; flex-direction: column; gap: 14px; padding: 24px 19px; }
  .site-footer > span { font-size: 11px; }
  .site-footer > div { gap: 14px; font-size: 11px; }
  .industry-hero { grid-template-columns: 1fr; }
  .industry-hero-image { min-height: 340px; }
  .industry-hero-copy { padding: 38px 21px 43px; }
  .industry-hero h1 { font-size: 42px; }
  .industry-hero-copy > p:not(.kicker) { font-size: 14px; }
  .verify-row { grid-template-columns: .75fr 1fr; gap: 8px 13px; padding: 14px 12px; }
  .verify-row > p { grid-column: 2; font-size: 13px; }
  .verify-head { display: none; }
  .evidence-copy h3 { font-size: 25px; }
  .evidence-copy > p, .evidence-copy li { font-size: 13px; }
  .page-map { padding: 17px 13px; }
  .map-branches { grid-template-columns: 1fr 1fr; gap: 7px; }
  .map-branches article { padding: 13px 11px; }
  .map-branches article > b { font-size: 14px; }
  .map-branches article > small { font-size: 11px; }
  .lighting-cta { align-items: flex-start; flex-direction: column; }
  .template-intro { padding-top: 14px; padding-bottom: 43px; }
  .template-intro-grid { grid-template-columns: 1fr; gap: 18px; }
  .template-intro h1 { font-size: 42px; }
  .template-intro-grid > div:last-child > p { font-size: 14px; }
  .template-gallery { padding-top: 42px; }
  .template-grid { grid-template-columns: 1fr; gap: 14px; }
  .template-art { min-height: 250px; }
  .template-card-copy { padding: 18px; }
  .template-card h2 { font-size: 21px; }
  .template-card-copy > p { min-height: 0; font-size: 13px; }
  .gallery-disclaimer { grid-template-columns: 1fr; gap: 5px; padding: 15px; font-size: 12px; }
  .category-cloud { grid-template-columns: 1fr 1fr; gap: 6px; }
  .category-cloud span { min-height: 49px; padding: 8px 10px; font-size: 12px; }
  .category-legend { align-items: flex-start; flex-wrap: wrap; font-size: 11px; }
  .template-next { align-items: flex-start; flex-direction: column; padding: 48px 19px; }
  .cases-empty { grid-template-columns: 1fr; gap: 22px; min-height: unset; padding-top: 36px; padding-bottom: 60px; }
  .case-index { margin-top: 0; }
  .cases-empty h1 { font-size: 48px; }
  .cases-empty-lede { font-size: 15px; }
  .case-progress { grid-template-columns: 1fr; gap: 6px; }
  .article-hero { padding: 35px 20px 38px; }
  .article-hero h1 { font-size: 39px; }
  .article-hero > p:not(.kicker) { font-size: 15px; }
  .article-body { display: block; padding: 35px 20px 60px; }
  .article-contents { position: static; margin-bottom: 30px; }
  .article-copy h2 { margin-top: 35px; font-size: 25px; }
  .article-copy p, .article-copy li { font-size: 15px; }
  .article-cta { align-items: flex-start; flex-direction: column; padding: 19px; }
}
.faq-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.faq-grid details { padding: 18px 20px; border: 1px solid #d7e0eb; background: white; }
.faq-grid summary { position: relative; padding-right: 26px; color: var(--ink); font-size: 15px; font-weight: 700; cursor: pointer; list-style: none; }
.faq-grid summary::-webkit-details-marker { display: none; }
.faq-grid summary::after { position: absolute; top: 0; right: 0; color: var(--blue); content: "+"; font-size: 20px; line-height: 1; }
.faq-grid details[open] summary::after { content: "−"; }
.faq-grid details p { margin: 11px 0 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.filter-empty { margin: 4px 0 0; padding: 24px; color: var(--muted); border: 1px dashed #b8c7d9; background: white; font-size: 14px; }
.article-faq { margin-top: 34px; }
.article-faq h2 { margin-top: 0; }
@media (max-width: 760px) { .faq-grid { grid-template-columns: 1fr; gap: 7px; } .faq-grid details { padding: 15px; } }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
