:root {
  --ink: #07182c;
  --ink-2: #132b44;
  --teal: #2f6fff;
  --teal-dark: #245acb;
  --teal-pale: #e2ecff;
  --gold: #c29a52;
  --gold-pale: #e6d4ae;
  --cream: #f1f4f8;
  --paper: #ffffff;
  --line: #d8e0e9;
  --muted: #5d6f80;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(7, 24, 44, .14);
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: Manrope, Inter, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

/* Integração WordPress + Elementor */
body { margin: 0; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.site-header nav .menu { display: flex; align-items: center; gap: 38px; margin: 0; padding: 0; list-style: none; }
.site-header nav .menu a { color: inherit; }
.menu-toggle { display: none; color: #fff; background: transparent; border: 0; }
.menu-toggle > span:not(.screen-reader-text) { display: block; width: 24px; height: 2px; margin: 5px 0; background: currentColor; }
.medwebpro-page { margin: 0; }
.elementor .elementor-element.mw-section-shell { --display: block; --width: 100%; --padding-top: 0; --padding-bottom: 0; --padding-left: 0; --padding-right: 0; --gap: 0px 0px; }
.elementor .mw-section-shell > .e-con-inner { max-width: none; padding: 0; gap: 0; }
.elementor .mw-section-shell .elementor-widget-html, .elementor .mw-section-shell .elementor-widget-shortcode { width: 100%; }
.elementor .mw-section-shell .elementor-widget-html > .elementor-widget-container { width: 100%; }
.elementor-widget-html .section, .elementor-widget-html section { box-sizing: border-box; }
.rich-hero-media img { width: 100%; height: 100%; display: block; object-fit: cover; }
.hero-media img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center right; }
.showcase-visual > img { width: 100%; height: auto; display: block; }
.project-screen img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: top center; }
.article-art > img { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; }
.wp-block-image img, .article-image img, .article-hero-image img { width: 100%; height: auto; display: block; }
.archive-page { min-height: 60vh; padding-top: 150px; }
.archive-page article { padding: 24px 0; border-bottom: 1px solid rgba(7,24,44,.14); }
.pagination { padding-top: 30px; }
.faq-question { width: 100%; color: inherit; text-align: left; }
.faq-answer { display: none; }
.faq-item.open .faq-answer { display: block; }
.form-status { min-height: 1.5em; }
.form-status.success { color: #81e6c8; }
.form-status.error { color: #ffb4b4; }
@media (max-width: 820px) {
  .menu-toggle { display: block; margin-left: auto; }
  .site-header nav { display: none; position: absolute; left: 18px; right: 18px; top: 78px; padding: 20px; background: #07182c; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; box-shadow: 0 20px 60px rgba(0,0,0,.32); }
  .site-header nav.is-open { display: block; }
  .site-header nav .menu { display: grid; gap: 14px; }
}
::selection { background: var(--teal); color: white; }

.container { width: min(1320px, calc(100% - 96px)); margin: 0 auto; }
.narrow { width: min(880px, calc(100% - 48px)); }
.site-shell { overflow: clip; }
.section { padding: 120px 0; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 88px; color: white; background: rgba(5, 17, 32, .84); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(20px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 245px; }
.brand img { width: 48px; height: 48px; object-fit: contain; }
.brand > span { display: flex; flex-wrap: wrap; align-items: baseline; color: white; font-size: 21px; letter-spacing: .14em; line-height: 1; }
.brand strong { font-weight: 800; }
.brand small { display: block; flex-basis: 100%; margin-top: 6px; color: #72a5ff; font-size: 8px; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; }
.site-header nav { display: flex; align-items: center; gap: 38px; font-size: 14px; font-weight: 650; }
.site-header nav a { position: relative; padding: 12px 0; }
.site-header nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 1px; background: var(--gold); transition: right .2s ease; }
.site-header nav a:hover::after, .site-header nav a:focus-visible::after { right: 0; }
.header-cta { display: inline-flex; align-items: center; gap: 18px; padding: 14px 18px; color: white; background: var(--teal); border: 1px solid var(--teal); border-radius: 5px; font-size: 13px; font-weight: 700; box-shadow: 0 10px 28px rgba(47,111,255,.26); transition: .2s ease; }
.header-cta:hover { color: white; background: #4b82ff; border-color: #4b82ff; transform: translateY(-2px); }

.hero { position: relative; min-height: 900px; padding-top: 88px; color: white; background: var(--ink); isolation: isolate; }
.hero-media { position: absolute; inset: 88px 0 0; z-index: -3; }
.hero-media img { object-fit: cover; object-position: center right; }
.hero-wash { position: absolute; inset: 88px 0 0; z-index: -2; background: linear-gradient(90deg, rgba(7,24,44,.99) 0%, rgba(7,24,44,.96) 38%, rgba(7,24,44,.62) 58%, rgba(7,24,44,.12) 82%), linear-gradient(0deg, rgba(7,24,44,.6), transparent 45%); }
.hero-grid { position: relative; min-height: 812px; display: grid; grid-template-columns: minmax(0, 680px) 1fr; align-items: center; }
.hero-copy { padding: 72px 0 158px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; color: var(--teal); font-size: 12px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow > span { width: 42px; height: 1px; background: currentColor; }
.eyebrow.light { color: #83adff; }
.eyebrow.dark { color: var(--teal); }
.hero h1, .inner-hero h1 { margin: 0; max-width: 760px; font-family: var(--serif); font-size: clamp(42px, 4vw, 60px); font-weight: 500; line-height: 1.07; letter-spacing: -.035em; }
.hero h1 em { color: #72a5ff; font-style: normal; }
.hero-lead { max-width: 600px; margin: 30px 0 0; color: #c4d0de; font-size: 20px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 34px; }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 0 26px; border: 1px solid transparent; border-radius: 5px; font-size: 14px; font-weight: 750; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--teal); box-shadow: 0 12px 30px rgba(47,111,255,.28); }
.button-primary:hover { background: #4b82ff; box-shadow: 0 16px 38px rgba(47,111,255,.35); }
.button-ghost { color: white; border-color: rgba(255,255,255,.48); background: rgba(255,255,255,.04); }
.button-ghost:hover { background: white; color: var(--ink); }
.button-light { color: white; border-color: rgba(255,255,255,.5); }
.button-light:hover { background: white; color: var(--ink); }
.button-gold { color: var(--ink); background: var(--gold-pale); }
.button-gold:hover { background: #f0d59f; }
.button-dark-ghost { color: white; border-color: rgba(255,255,255,.35); }
.hero-signals { display: flex; gap: 28px; margin-top: 40px; color: #d4dfeb; font-size: 13px; font-weight: 650; }
.hero-signals span { display: flex; align-items: center; gap: 9px; }
.hero-signals span::before { content: ""; width: 7px; height: 7px; border: 1px solid var(--gold); transform: rotate(45deg); }
.diagnostic-card { position: absolute; right: 0; bottom: 118px; width: 520px; padding: 23px 25px; color: white; background: linear-gradient(145deg, rgba(8,28,52,.92), rgba(8,28,52,.78)); border: 1px solid rgba(125,169,255,.24); border-radius: 14px; box-shadow: 0 24px 64px rgba(0,0,0,.3); backdrop-filter: blur(20px); }
.diagnostic-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.14); }
.diagnostic-head strong { font-family: var(--serif); font-size: 20px; }
.diagnostic-head span { padding: 7px 10px; color: #b9d0ff; background: rgba(47,111,255,.2); border-radius: 99px; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.diagnostic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding: 18px 0; }
.diagnostic-grid div { display: grid; gap: 5px; padding-right: 12px; border-right: 1px solid rgba(255,255,255,.14); }
.diagnostic-grid div:last-child { border: 0; }
.diagnostic-grid b { color: #78a9ff; font-size: 11px; }
.diagnostic-grid strong { font-size: 13px; }
.diagnostic-grid small { color: #9fb0c2; font-size: 10px; }
.diagnostic-card > p { margin: 0; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.14); color: #aebdcb; font-size: 11px; line-height: 1.6; }

.signal-bar { background: #04101f; color: white; }
.signal-grid { min-height: 92px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.signal-grid span { min-height: 42px; display: flex; align-items: center; gap: 14px; padding: 0 28px; border-right: 1px solid rgba(255,255,255,.14); font-size: 12px; letter-spacing: .04em; }
.signal-grid span:first-child { padding-left: 0; }
.signal-grid span:last-child { border: 0; }
.signal-grid b { color: #72a5ff; font-size: 10px; }

.section-intro { background: var(--paper); }
.split-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 100px; align-items: end; }
.split-heading h2, .section-head h2, .showcase-copy h2, .process-sticky h2, .lead-copy h2, .faq-layout h2 { margin: 0; font-family: var(--serif); font-size: clamp(32px, 2.8vw, 44px); font-weight: 500; line-height: 1.14; letter-spacing: -.025em; }
.intro-copy { font-size: 18px; line-height: 1.8; }
.intro-copy p { margin: 0 0 18px; }
.muted { color: var(--muted); }
.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 72px; }
.solution-card { min-height: 410px; display: flex; flex-direction: column; padding: 32px; background: #f3f6fa; border: 1px solid var(--line); transition: .25s ease; }
.solution-card:hover { color: white; background: var(--ink); border-color: var(--ink); transform: translateY(-7px); box-shadow: var(--shadow); }
.solution-top { display: flex; align-items: center; justify-content: space-between; }
.solution-top > span { color: var(--gold); font-size: 12px; font-weight: 800; }
.solution-top small { padding: 7px 10px; border: 1px solid currentColor; border-radius: 99px; font-size: 9px; text-transform: uppercase; }
.solution-card h3 { max-width: 290px; margin: 76px 0 18px; font-family: var(--serif); font-size: 31px; font-weight: 500; line-height: 1.1; }
.solution-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.solution-card:hover p { color: #c4d0d9; }
.text-link { display: inline-flex; align-items: center; gap: 12px; margin-top: auto; padding-top: 30px; color: var(--teal); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.solution-card:hover .text-link { color: var(--gold-pale); }

.dark-section { position: relative; background: radial-gradient(circle at 88% 40%, rgba(47,111,255,.2), transparent 28%), var(--ink); color: white; }
.dark-section::before, .process-section::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, #000, transparent 76%); }
.showcase-grid { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: 54px; align-items: center; }
.showcase-copy > p:not(.eyebrow) { max-width: 600px; color: #b7c4cf; font-size: 17px; line-height: 1.8; }
.check-list { display: grid; gap: 14px; margin: 30px 0 38px; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 12px; color: #dce5eb; font-size: 14px; }
.check-list li::before { content: "✓"; color: #79a8ff; }
.showcase-visual { position: relative; padding: 14px; overflow: hidden; border: 1px solid rgba(125,169,255,.25); border-radius: 20px; background: rgba(255,255,255,.035); box-shadow: 0 32px 90px rgba(0,0,0,.28); }
.showcase-visual img { width: 100%; height: auto; max-width: 100%; margin: 0; object-fit: contain; object-position: center; border-radius: 12px; filter: drop-shadow(0 28px 48px rgba(0,0,0,.24)); }
.showcase-note { position: absolute; right: 5%; bottom: 5%; display: grid; gap: 4px; padding: 18px 22px; color: white; background: rgba(7,24,44,.88); border: 1px solid rgba(255,255,255,.14); box-shadow: var(--shadow); backdrop-filter: blur(14px); }
.showcase-note strong { font-family: var(--serif); font-size: 20px; }
.showcase-note span { font-size: 11px; }

.specialties { background: var(--cream); }
.section-head.centered { max-width: 790px; margin: 0 auto 66px; text-align: center; }
.section-head.centered .eyebrow { justify-content: center; }
.section-head > p, .section-head.centered > p:last-child { color: var(--muted); font-size: 17px; line-height: 1.75; }
.specialty-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.specialty-card { position: relative; min-height: 250px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: .2s ease; }
.specialty-card:hover { background: var(--paper); transform: translateY(-4px); box-shadow: 0 16px 44px rgba(11,33,56,.08); z-index: 2; }
.specialty-number { color: var(--gold); font-size: 10px; font-weight: 800; }
.specialty-card h3 { margin: 48px 0 12px; font-family: var(--serif); font-size: 25px; font-weight: 500; line-height: 1.12; }
.specialty-card p { max-width: 230px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.circle-arrow { position: absolute; right: 24px; bottom: 22px; width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--teal); }
.specialty-more { margin-top: 36px; text-align: center; }
.specialty-more a { display: inline-flex; gap: 12px; color: var(--teal); font-size: 12px; font-weight: 800; text-transform: uppercase; }

.projects { background: var(--paper); }
.project-head { display: grid; grid-template-columns: 1.15fr .65fr; gap: 100px; align-items: end; margin-bottom: 64px; }
.project-head > p { margin: 0; }
.project-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.project-card { padding: 16px; border: 1px solid var(--line); background: #f3f6fa; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.project-card:hover { transform: translateY(-7px); border-color: #b9c9dc; box-shadow: 0 28px 80px rgba(7,24,44,.16); }
.project-browser { position: relative; height: 410px; overflow: hidden; padding: 54px 14px 14px; background: radial-gradient(circle at 80% 20%, rgba(47,111,255,.22), transparent 35%), var(--ink); perspective: 1000px; }
.project-browser::after { content: ""; position: absolute; inset: auto 10% -42px; height: 80px; background: var(--teal); opacity: .18; filter: blur(45px); }
.project-browser-bar { position: absolute; inset: 0 0 auto; height: 42px; display: flex; align-items: center; gap: 6px; padding: 0 16px; color: #95a9bd; border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(3,13,25,.72); }
.project-browser-bar > span { width: 7px; height: 7px; background: rgba(255,255,255,.28); border-radius: 50%; }
.project-browser-bar > span:first-child { background: #ff7a75; }
.project-browser-bar > span:nth-child(2) { background: #e8b963; }
.project-browser-bar > span:nth-child(3) { background: #67c59a; }
.project-browser-bar small { margin-left: 10px; overflow: hidden; font-size: 9px; letter-spacing: .05em; text-overflow: ellipsis; white-space: nowrap; }
.project-screen { position: relative; z-index: 1; width: 100%; height: 100%; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 5px; background: white; box-shadow: 0 22px 55px rgba(0,0,0,.34); transform: rotateX(.8deg) translateZ(0); transition: transform .35s ease; }
.project-card:hover .project-screen { transform: rotateX(0) scale(1.012); }
.project-screen img { object-fit: cover; object-position: top center; }
.project-open { position: absolute; z-index: 3; right: 28px; bottom: 28px; display: inline-flex; align-items: center; gap: 10px; padding: 12px 15px; color: white; background: rgba(7,24,44,.9); border: 1px solid rgba(255,255,255,.2); backdrop-filter: blur(12px); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: background .2s ease; }
.project-card:hover .project-open { background: var(--teal); }
.project-meta { display: flex; justify-content: space-between; gap: 24px; align-items: end; padding: 26px 14px 10px; }
.project-meta small { color: var(--teal); font-size: 10px; font-weight: 750; text-transform: uppercase; }
.project-meta h3 { margin: 8px 0 0; font-family: var(--serif); font-size: 27px; font-weight: 500; }
.project-meta > span { color: var(--muted); font-size: 11px; text-align: right; }
.honesty-note { margin: 26px 0 0; color: var(--muted); font-size: 11px; text-align: center; }

.process-section { position: relative; background: #0b2240; color: white; }
.process-layout { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; }
.process-sticky { align-self: start; position: sticky; top: 140px; }
.process-sticky > p:not(.eyebrow) { color: #b9c7d1; font-size: 16px; line-height: 1.8; }
.process-list { border-top: 1px solid rgba(255,255,255,.2); }
.process-list article { display: grid; grid-template-columns: 60px 1fr; gap: 30px; padding: 34px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.process-list article > b { color: var(--gold-pale); font-size: 11px; }
.process-list h3 { margin: 0 0 9px; font-family: var(--serif); font-size: 27px; font-weight: 500; line-height: 1.12; }
.process-list p { margin: 0; color: #b9c7d1; font-size: 14px; line-height: 1.7; }

.content-section { background: var(--cream); }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.article-card { overflow: hidden; background: var(--paper); border: 1px solid var(--line); transition: .2s ease; }
.article-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.article-art { position: relative; height: 230px; padding: 22px; overflow: hidden; color: white; background: var(--ink); }
.article-image > img { object-fit: cover; object-position: center; transition: transform .45s ease, filter .45s ease; }
.article-card:hover .article-image > img { transform: scale(1.045); filter: saturate(1.08); }
.article-image-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(4,16,31,.52), transparent 50%, rgba(4,16,31,.35)); }
.article-art span { position: relative; z-index: 2; display: inline-flex; padding: 8px 10px; border: 1px solid rgba(255,255,255,.22); background: rgba(7,24,44,.7); backdrop-filter: blur(10px); font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.article-art b { position: absolute; z-index: 2; right: 20px; top: 16px; color: rgba(255,255,255,.78); font-family: var(--serif); font-size: 48px; font-weight: 400; text-shadow: 0 5px 24px rgba(0,0,0,.35); }
.article-body { min-height: 300px; display: flex; flex-direction: column; padding: 26px; }
.article-body > small { color: var(--teal); font-size: 10px; font-weight: 700; }
.article-body h3 { margin: 16px 0 12px; font-family: var(--serif); font-size: 25px; font-weight: 500; line-height: 1.16; }
.article-body p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.faq-section { background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 28px 50px 28px 0; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 24px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: absolute; right: 8px; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 700px; margin: -10px 0 26px; color: var(--muted); font-size: 14px; line-height: 1.75; }

.lead-section, .inside-conversion { position: relative; color: white; background: var(--ink); }
.lead-section::before, .inside-conversion::before { content: ""; position: absolute; width: 460px; height: 460px; left: -180px; bottom: -220px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 150px rgba(255,255,255,.018); }
.lead-grid { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.lead-copy { padding-top: 26px; }
.lead-copy > p:not(.eyebrow) { color: #bcc8d1; font-size: 17px; line-height: 1.8; }
.lead-points { display: grid; gap: 12px; margin-top: 32px; color: #dce5eb; font-size: 13px; }
.lead-form { position: relative; display: grid; gap: 18px; padding: 36px; color: var(--ink); background: var(--paper); box-shadow: 0 28px 80px rgba(0,0,0,.22); }
.form-heading { display: flex; justify-content: space-between; align-items: end; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.form-heading span { color: var(--teal); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.form-heading strong { font-family: var(--serif); font-size: 25px; font-weight: 500; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.lead-form label { display: grid; gap: 8px; color: var(--ink-2); font-size: 11px; font-weight: 750; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 3px; outline: 0; background: white; padding: 13px 14px; color: var(--ink); font-size: 13px; font-weight: 500; transition: border .15s, box-shadow .15s; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(20,123,120,.12); }
.lead-form textarea { resize: vertical; }
.lead-form .consent { display: flex; grid-template-columns: none; align-items: flex-start; gap: 10px; color: var(--muted); font-size: 10px; line-height: 1.5; font-weight: 500; }
.lead-form .consent input { width: 16px; margin-top: 1px; }
.lead-form .button { width: 100%; border: 0; }
.lead-form .button:disabled { opacity: .65; cursor: wait; }
.honey { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.form-status { margin: 0; padding: 12px 14px; font-size: 12px; line-height: 1.6; }
.form-status.success { color: #1d5d4f; background: #e1f2eb; }
.form-status.error { color: #8c3434; background: #f8e6e6; }

.site-footer { padding: 80px 0 30px; color: white; background: #081928; }
.footer-main { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 70px; }
.brand-light > span { color: white; }
.footer-brand p { max-width: 360px; margin-top: 24px; color: #9dafbd; font-size: 13px; line-height: 1.7; }
.footer-main > div:not(.footer-brand) { display: grid; align-content: start; gap: 14px; }
.footer-main > div > strong { margin-bottom: 10px; color: var(--gold-pale); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.footer-main a, .footer-main span { color: #aebdc8; font-size: 12px; }
.footer-main a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 58px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: #8294a1; font-size: 10px; }

.inner-hero { position: relative; padding: 210px 0 110px; color: white; background: var(--ink); overflow: hidden; }
.inner-hero::before { content: ""; position: absolute; inset: 0; opacity: .18; background: radial-gradient(circle at 80% 20%, var(--teal) 0, transparent 28%), linear-gradient(120deg, transparent 60%, rgba(255,255,255,.05) 60%); }
.inner-hero.compact { padding-bottom: 80px; }
.inner-hero .container { position: relative; }
.inner-hero h1 { max-width: 940px; }
.inner-hero p:not(.eyebrow) { max-width: 780px; margin: 28px 0 0; color: #c0ccd5; font-size: 19px; line-height: 1.7; }
.inner-hero .button { margin-top: 32px; }
.inner-grid { display: grid; grid-template-columns: 1.25fr .55fr; gap: 90px; align-items: end; }
.inner-panel { padding: 30px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.05); backdrop-filter: blur(12px); }
.inner-panel small { color: var(--gold-pale); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.inner-panel ul { display: grid; gap: 14px; margin: 22px 0 0; padding: 0; list-style: none; }
.inner-panel li { padding-bottom: 13px; border-bottom: 1px solid rgba(255,255,255,.12); color: #dbe3e8; font-size: 13px; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 70px; background: var(--line); border: 1px solid var(--line); }
.feature-grid article { min-height: 280px; padding: 30px; background: var(--paper); }
.feature-grid b { color: var(--gold); font-size: 11px; }
.feature-grid h3 { margin: 64px 0 14px; font-family: var(--serif); font-size: 25px; font-weight: 500; line-height: 1.14; }
.feature-grid p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.inside-conversion { padding: 110px 0; }
.case-detail { min-height: 360px; padding: 50px; color: white; background: var(--ink); }
.case-detail small { color: var(--gold-pale); font-size: 10px; text-transform: uppercase; }
.case-detail h2 { margin: 70px 0 20px; font-family: var(--serif); font-size: 30px; font-weight: 500; line-height: 1.14; }
.case-detail p { color: #b8c5ce; font-size: 14px; line-height: 1.75; }

.article-hero { text-align: center; }
.article-hero .eyebrow { justify-content: center; }
.article-hero h1 { margin-inline: auto; }
.article-hero p:not(.eyebrow) { margin-inline: auto; }
.article-byline { display: flex; justify-content: center; flex-wrap: wrap; gap: 18px; margin-top: 32px; color: #9fb0bd; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.article-content { padding-top: 90px; padding-bottom: 110px; }
.article-content .article-intro { margin: 0 0 64px; padding-left: 28px; border-left: 2px solid var(--gold); color: var(--ink); font-family: var(--serif); font-size: 28px; line-height: 1.45; }
.article-content section { margin: 56px 0; }
.article-content h2 { margin: 0 0 18px; font-family: var(--serif); font-size: 30px; font-weight: 500; line-height: 1.16; }
.article-content p, .article-content li { color: #4f626f; font-size: 16px; line-height: 1.9; }
.article-content ul { display: grid; gap: 9px; padding-left: 22px; }
.article-cta { margin-top: 80px; padding: 44px; color: white; background: var(--ink); }
.article-cta small { color: var(--gold-pale); font-weight: 800; text-transform: uppercase; }
.article-cta h2 { margin: 18px 0 10px; }
.article-cta p { color: #b8c5ce; }
.source-note { margin-top: 38px; padding-top: 22px; border-top: 1px solid var(--line); font-size: 11px !important; }

/* Rich internal pages */
.rich-hero { min-height: 760px; display: flex; align-items: flex-end; isolation: isolate; }
.rich-hero-media, .rich-hero-shade { position: absolute; inset: 0; }
.rich-hero-media { z-index: -2; }
.rich-hero-media img { object-fit: cover; filter: saturate(.88) contrast(1.06); }
.rich-hero-shade { z-index: -1; background: linear-gradient(90deg, rgba(4,17,32,.98) 0%, rgba(4,17,32,.91) 43%, rgba(4,17,32,.38) 76%, rgba(4,17,32,.58) 100%), linear-gradient(0deg, rgba(4,17,32,.82), transparent 45%); }
.rich-hero::before { display: none; }
.rich-hero-content { z-index: 1; }
.rich-hero h1 { max-width: 860px; font-size: clamp(42px, 4vw, 60px); line-height: 1.07; }
.solution-hero-copy { width: 100%; }
.solution-hero-copy > p:not(.eyebrow) { max-width: 690px; }
.breadcrumb { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 34px; color: #a9bac8; font-size: 10px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.breadcrumb:hover { color: white; }
.breadcrumb span { color: #72a5ff; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.hero-proof span { padding: 9px 12px; border: 1px solid rgba(255,255,255,.18); background: rgba(7,24,44,.45); backdrop-filter: blur(10px); color: #d8e2e9; font-size: 9px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.premium-panel { align-self: end; background: rgba(7,24,44,.68); box-shadow: 0 28px 70px rgba(0,0,0,.25); }
.premium-panel p { margin: 24px 0; color: white !important; font-family: var(--serif); font-size: 26px !important; line-height: 1.35 !important; }
.premium-panel b { display: block; color: #9abfff; font-size: 11px; line-height: 1.6; }

.priority-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 76px; border: 1px solid var(--line); background: var(--line); }
.priority-grid article { min-height: 310px; padding: 30px; background: white; }
.priority-grid b, .deliverable-grid b { color: var(--gold); font-size: 10px; letter-spacing: .14em; }
.priority-grid h3, .deliverable-grid h3 { margin: 70px 0 14px; font-family: var(--serif); font-size: 26px; font-weight: 500; line-height: 1.12; }
.priority-grid p, .deliverable-grid p { color: var(--muted); font-size: 13px; line-height: 1.72; }

.blueprint-section { position: relative; color: white; background: radial-gradient(circle at 15% 20%, rgba(47,111,255,.22), transparent 30%), #081b31; overflow: hidden; }
.blueprint-section::before { content: ""; position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px); background-size: 70px 70px; }
.blueprint-grid { position: relative; display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; align-items: center; }
.blueprint-grid > div:first-child > p:not(.eyebrow), .process-compact > div:first-child > p:not(.eyebrow) { color: #b7c6d1; font-size: 16px; line-height: 1.8; }
.page-stack { display: grid; gap: 10px; }
.page-stack article { display: grid; grid-template-columns: 50px 1fr 30px; align-items: center; gap: 18px; min-height: 100px; padding: 20px 24px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.05); backdrop-filter: blur(12px); transition: .2s ease; }
.page-stack article:hover { transform: translateX(-8px); background: rgba(47,111,255,.14); border-color: rgba(114,165,255,.45); }
.page-stack article > span { color: #75a7ff; font-size: 11px; font-weight: 800; }
.page-stack small { color: #93a8b8; font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.page-stack h3 { margin: 6px 0 0; font-family: var(--serif); font-size: 22px; font-weight: 500; }
.page-stack article > b { color: var(--gold-pale); }

.journey-section { background: #eef2f7; }
.journey-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #c9d3df; }
.journey-grid article { position: relative; padding: 42px 30px; border-right: 1px solid #c9d3df; }
.journey-grid article:last-child { border-right: 0; }
.journey-grid article::before { content: ""; position: absolute; width: 10px; height: 10px; top: -6px; left: 28px; background: var(--teal); border-radius: 50%; box-shadow: 0 0 0 6px #d9e5ff; }
.journey-grid b { color: var(--teal); font-size: 10px; }
.journey-grid h3 { margin: 42px 0 12px; font-family: var(--serif); font-size: 27px; font-weight: 500; line-height: 1.12; }
.journey-grid p { color: var(--muted); font-size: 13px; line-height: 1.72; }

.solution-statement { padding: 44px 0; color: white; background: var(--teal); }
.solution-statement .container { display: grid; grid-template-columns: 180px 1fr; gap: 40px; align-items: center; }
.solution-statement span { color: #d7e4ff; font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.solution-statement p { max-width: 980px; margin: 0; font-family: var(--serif); font-size: 28px; line-height: 1.35; }
.deliverable-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.deliverable-grid article { min-height: 310px; padding: 30px; border: 1px solid var(--line); background: #f5f7fa; transition: .2s ease; }
.deliverable-grid article:hover { color: white; background: var(--ink); border-color: var(--ink); transform: translateY(-5px); box-shadow: var(--shadow); }
.deliverable-grid article:hover p { color: #b9c7d1; }
.process-compact { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; }
.process-compact > div:last-child { border-top: 1px solid rgba(255,255,255,.18); }
.process-compact article { display: grid; grid-template-columns: 54px 1fr; gap: 26px; padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.process-compact article > span { color: #75a7ff; font-size: 10px; font-weight: 800; }
.process-compact h3 { margin: 0 0 8px; font-family: var(--serif); font-size: 25px; font-weight: 500; line-height: 1.14; }
.process-compact article p { margin: 0; color: #b8c6d0; font-size: 13px; line-height: 1.7; }

.content-hub-hero { min-height: 690px; }
.content-hub-hero .rich-hero-shade { background: linear-gradient(90deg, rgba(4,17,32,.98), rgba(4,17,32,.83) 52%, rgba(4,17,32,.45)), linear-gradient(0deg, rgba(4,17,32,.88), transparent); }
.featured-content { padding-bottom: 48px; background: white; }
.featured-article { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 500px; background: #081b31; color: white; box-shadow: var(--shadow); }
.featured-image { position: relative; min-height: 500px; overflow: hidden; }
.featured-image img { object-fit: cover; transition: transform .5s ease; }
.featured-article:hover .featured-image img { transform: scale(1.035); }
.featured-article > div:last-child { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 60px; }
.featured-article small { color: #86afff; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.featured-article h2 { margin: 28px 0 18px; font-family: var(--serif); font-size: 36px; font-weight: 500; line-height: 1.12; }
.featured-article p { margin: 0 0 34px; color: #b9c7d1; font-size: 15px; line-height: 1.75; }
.featured-article .button { margin-top: 0; }
.content-library { background: #eef2f7; }
.library-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.library-card { display: flex; flex-direction: column; padding: 12px 12px 28px; border: 1px solid var(--line); background: white; transition: .25s ease; }
.library-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.library-card > div { position: relative; height: 230px; margin-bottom: 24px; overflow: hidden; background: var(--ink); }
.library-card > div img { object-fit: cover; transition: transform .4s ease; }
.library-card:hover > div img { transform: scale(1.04); }
.library-card > div span { position: absolute; left: 14px; bottom: 14px; padding: 8px 10px; color: white; background: rgba(7,24,44,.78); border: 1px solid rgba(255,255,255,.18); font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; backdrop-filter: blur(10px); }
.library-card > small, .library-card > h3, .library-card > p, .library-card > b { margin-left: 14px; margin-right: 14px; }
.library-card > small { color: var(--teal); font-size: 9px; font-weight: 750; }
.library-card > h3 { margin-top: 14px; margin-bottom: 12px; font-family: var(--serif); font-size: 26px; font-weight: 500; line-height: 1.14; }
.library-card > p { color: var(--muted); font-size: 12px; line-height: 1.7; }
.library-card > b { margin-top: auto; padding-top: 24px; color: var(--teal); font-size: 10px; text-transform: uppercase; }

.rich-hero.article-hero { min-height: 720px; text-align: left; }
.rich-hero.article-hero .eyebrow { justify-content: flex-start; }
.rich-hero.article-hero h1, .rich-hero.article-hero p:not(.eyebrow) { margin-left: 0; }
.editorial-layout { width: min(1180px, calc(100% - 96px)); display: grid; grid-template-columns: 260px minmax(0, 760px); justify-content: space-between; gap: 80px; }
.article-toc { align-self: start; position: sticky; top: 130px; display: grid; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.article-toc > small { margin-bottom: 14px; color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.article-toc a { display: grid; grid-template-columns: 30px 1fr; gap: 8px; padding: 12px 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.article-toc a:hover { color: var(--teal); }
.article-toc b { color: var(--teal); }
.article-main { min-width: 0; }
.takeaway-box { display: grid; gap: 11px; margin: -20px 0 70px; padding: 28px 32px; border-left: 3px solid var(--teal); background: #e4ecf7; }
.takeaway-box small { margin-bottom: 5px; color: var(--teal); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.takeaway-box span { color: var(--ink-2); font-size: 13px; }
.section-index { display: block; margin-bottom: 14px; color: var(--teal); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.inline-faq { margin-top: 80px !important; }
.inline-faq details { border-bottom: 1px solid var(--line); }
.inline-faq summary { position: relative; padding: 22px 42px 22px 0; cursor: pointer; list-style: none; color: var(--ink); font-family: var(--serif); font-size: 22px; }
.inline-faq summary::-webkit-details-marker { display: none; }
.inline-faq summary span { position: absolute; right: 8px; }
.inline-faq details[open] summary span { transform: rotate(45deg); }
.inline-faq details p { margin-top: 0; }
.related-section { background: white; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.related-card { display: flex; flex-direction: column; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.related-card > div { position: relative; height: 210px; margin-bottom: 22px; overflow: hidden; }
.related-card img { object-fit: cover; transition: transform .4s ease; }
.related-card:hover img { transform: scale(1.04); }
.related-card small { color: var(--teal); font-size: 9px; font-weight: 750; text-transform: uppercase; }
.related-card h3 { margin: 14px 0 22px; font-family: var(--serif); font-size: 24px; font-weight: 500; line-height: 1.15; }
.related-card > span { margin-top: auto; color: var(--teal); font-size: 10px; font-weight: 800; text-transform: uppercase; }

@media (max-width: 1100px) {
  .container { width: min(100% - 48px, 1080px); }
  .site-header nav { display: none; }
  .hero { min-height: 820px; }
  .hero-grid { min-height: 732px; grid-template-columns: minmax(0, 610px) 1fr; }
  .hero-copy { padding-bottom: 180px; }
  .hero h1 { font-size: 52px; }
  .diagnostic-card { bottom: 92px; width: 480px; }
  .split-heading, .project-head { gap: 50px; }
  .solution-card { min-height: 380px; padding: 26px; }
  .specialty-grid { grid-template-columns: repeat(3, 1fr); }
  .showcase-grid, .process-layout, .lead-grid { gap: 55px; }
  .article-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .priority-grid, .journey-grid { grid-template-columns: repeat(2, 1fr); }
  .deliverable-grid, .library-grid { grid-template-columns: repeat(2, 1fr); }
  .editorial-layout { width: min(100% - 48px, 980px); grid-template-columns: 220px minmax(0, 680px); gap: 50px; }
  .footer-main { grid-template-columns: 1.4fr repeat(3, .8fr); gap: 30px; }
}

@media (max-width: 820px) {
  .section { padding: 86px 0; }
  .header-cta { font-size: 0; gap: 0; }
  .header-cta span { font-size: 18px; }
  .brand { min-width: auto; }
  .hero { min-height: auto; }
  .hero-media { inset: 88px 0 auto; height: 500px; opacity: .5; }
  .hero-wash { inset: 88px 0 auto; height: 500px; background: linear-gradient(90deg, rgba(7,24,44,.98), rgba(7,24,44,.68)); }
  .hero-grid { min-height: auto; display: block; padding-top: 80px; padding-bottom: 50px; }
  .hero-copy { padding: 40px 0 50px; }
  .hero h1 { font-size: clamp(40px, 7.5vw, 52px); }
  .hero-lead { font-size: 17px; }
  .diagnostic-card { position: relative; right: auto; bottom: auto; width: 100%; }
  .signal-grid { grid-template-columns: repeat(2, 1fr); padding: 16px 0; }
  .signal-grid span { padding: 16px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .signal-grid span:nth-child(2) { border-right: 0; }
  .split-heading, .project-head, .showcase-grid, .process-layout, .lead-grid, .faq-layout, .inner-grid, .blueprint-grid, .process-compact, .featured-article { grid-template-columns: 1fr; gap: 46px; }
  .solution-grid { grid-template-columns: 1fr; }
  .solution-card { min-height: 330px; }
  .solution-card h3 { margin-top: 50px; }
  .showcase-copy { order: 1; }
  .showcase-visual { order: 2; }
  .showcase-visual img { width: 100%; margin: 0; }
  .specialty-grid { grid-template-columns: repeat(2, 1fr); }
  .project-grid { grid-template-columns: 1fr; }
  .process-sticky { position: relative; top: 0; }
  .rich-hero { min-height: 720px; }
  .rich-hero h1 { font-size: clamp(38px, 7vw, 48px); }
  .rich-hero-shade { background: linear-gradient(90deg, rgba(4,17,32,.97), rgba(4,17,32,.72)), linear-gradient(0deg, rgba(4,17,32,.9), transparent); }
  .priority-grid, .journey-grid, .deliverable-grid, .library-grid, .related-grid { grid-template-columns: repeat(2, 1fr); }
  .journey-grid article:nth-child(2) { border-right: 0; }
  .editorial-layout { display: block; }
  .article-toc { position: relative; top: 0; margin-bottom: 56px; }
  .featured-image { min-height: 420px; }
  .featured-article > div:last-child { padding: 44px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .inner-hero { padding: 170px 0 90px; }
  .inner-panel { max-width: 520px; }
}

@media (max-width: 560px) {
  .container, .narrow { width: calc(100% - 36px); }
  .site-header { height: 76px; }
  .brand img { width: 40px; height: 40px; }
  .brand > span { font-size: 17px; }
  .brand small { font-size: 6px; }
  .header-cta { width: 42px; height: 42px; padding: 0; justify-content: center; }
  .hero-media, .hero-wash { top: 76px; }
  .hero-grid { padding-top: 64px; }
  .eyebrow { font-size: 10px; }
  .hero h1, .inner-hero h1 { font-size: 36px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-signals { flex-wrap: wrap; gap: 14px 20px; }
  .diagnostic-card { padding: 20px; }
  .diagnostic-grid { grid-template-columns: 1fr; }
  .diagnostic-grid div { grid-template-columns: 32px 1fr; align-items: center; border-right: 0; border-bottom: 1px solid var(--line); padding: 0 0 10px; }
  .diagnostic-grid small { grid-column: 2; }
  .signal-grid { grid-template-columns: 1fr; }
  .signal-grid span { border-right: 0; }
  .split-heading h2, .section-head h2, .showcase-copy h2, .process-sticky h2, .lead-copy h2, .faq-layout h2 { font-size: 30px; }
  .solution-grid { margin-top: 48px; }
  .specialty-grid { grid-template-columns: 1fr; }
  .specialty-card { min-height: 215px; }
  .project-browser { height: 300px; }
  .project-ui { inset: 52px 18px 0; padding: 42px 24px; }
  .project-ui b { font-size: 28px; }
  .project-meta { display: grid; }
  .project-meta > span { text-align: left; }
  .article-grid { grid-template-columns: 1fr; }
  .priority-grid, .journey-grid, .deliverable-grid, .library-grid, .related-grid { grid-template-columns: 1fr; }
  .priority-grid article, .deliverable-grid article { min-height: 260px; }
  .priority-grid h3, .deliverable-grid h3 { margin-top: 44px; }
  .journey-grid article { border-right: 0; border-bottom: 1px solid #c9d3df; }
  .solution-statement .container { grid-template-columns: 1fr; gap: 12px; }
  .solution-statement p { font-size: 23px; }
  .page-stack article { grid-template-columns: 38px 1fr 20px; padding: 18px; }
  .rich-hero { min-height: 680px; }
  .rich-hero h1 { font-size: clamp(34px, 9vw, 42px); }
  .content-hub-hero { min-height: 650px; }
  .featured-image { min-height: 290px; }
  .featured-article > div:last-child { padding: 32px 24px 38px; }
  .featured-article h2 { font-size: 30px; }
  .editorial-layout { width: min(100% - 32px, 760px); }
  .article-content .article-intro { padding-left: 20px; font-size: 24px; }
  .takeaway-box { padding: 24px; }
  .form-row { grid-template-columns: 1fr; }
  .lead-form { padding: 24px 18px; }
  .form-heading { display: grid; gap: 8px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { display: grid; gap: 10px; }
  .feature-grid { grid-template-columns: 1fr; }
  .inner-hero { padding: 150px 0 76px; }
  .article-content { padding-top: 64px; }
  .article-content .article-intro { font-size: 23px; }
  .article-content h2 { font-size: 27px; }
  .article-cta { padding: 30px 22px; }
}

@media (prefers-reduced-motion: no-preference) {
  .reveal { animation: reveal .65s ease both; }
  .diagnostic-card { animation: card-in .75s .14s ease both; }
  @keyframes reveal { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
  @keyframes card-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
}

:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
