:root {
  --ink: #09101f;
  --ink-2: #172037;
  --paper: #f5f7fb;
  --white: #fff;
  --muted: #667085;
  --line: rgba(9, 16, 31, .11);
  --red: #df1523;
  --red-dark: #b80e1a;
  --cyan: #56e2d4;
  --lime: #c9ff61;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(23, 32, 55, .12);
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; }
button:disabled { opacity: .58; cursor: wait; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; left: 18px; top: -80px; z-index: 1000; padding: 10px 16px; background: #fff; border-radius: 8px; }
.skip-link:focus { top: 18px; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  border-bottom: 1px solid rgba(255,255,255,.11);
  background: rgba(9,16,31,.9);
  backdrop-filter: blur(18px);
}
.nav-wrap { height: 76px; display: flex; align-items: center; gap: 32px; }
.brand { display: flex; align-items: center; gap: 13px; flex-shrink: 0; color: #fff; }
.brand-mark { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; background: var(--red); color: #fff; font-weight: 900; letter-spacing: -.04em; }
.brand-text strong { display: block; font-size: 18px; letter-spacing: .06em; }
.brand-text small { display: block; color: #9ba7be; font-size: 10px; letter-spacing: .14em; }
.main-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; color: #d8deea; font-size: 14px; }
.main-nav a { position: relative; padding: 26px 0; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 19px; height: 2px; background: var(--red); transition: .25s; }
.main-nav a:hover::after, .main-nav a[aria-current="page"]::after { right: 0; }
.header-phone { color: #fff; font-weight: 700; white-space: nowrap; }
.header-phone span { color: var(--red); margin-right: 7px; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 12px; background: rgba(255,255,255,.09); color: #fff; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; background: var(--red); color: #fff; font-weight: 700; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(223,21,35,.24); background: var(--red-dark); }
.button.secondary { background: transparent; border-color: rgba(255,255,255,.35); }
.button.secondary:hover { background: rgba(255,255,255,.1); box-shadow: none; }
.button.dark { background: var(--ink); }
.button.light { background: #fff; color: var(--ink); }
.button.small { min-height: 42px; padding-inline: 18px; font-size: 14px; }
.arrow { font-size: 18px; }

.hero { position: relative; overflow: hidden; min-height: 760px; display: grid; align-items: center; color: #fff; background: var(--ink); }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 75% 20%, rgba(86,226,212,.19), transparent 30%), radial-gradient(circle at 20% 80%, rgba(223,21,35,.25), transparent 34%), linear-gradient(120deg,#09101f 0%,#101932 58%,#07111c 100%); }
.hero-grid { position: absolute; inset: 0; opacity: .28; 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(to bottom, #000, transparent 80%); }
.hero .container { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 60px; padding-block: 105px 80px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--red); font-size: 13px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.hero .eyebrow { color: var(--lime); }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(48px, 6.2vw, 86px); line-height: .98; letter-spacing: -.06em; }
.hero h1 em { font-style: normal; color: var(--lime); }
.hero-lead { max-width: 650px; margin: 28px 0 0; color: #b9c2d6; font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.trust-line { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 34px; color: #91a0ba; font-size: 13px; }
.trust-line span::before { content: "✓"; margin-right: 7px; color: var(--cyan); font-weight: 900; }
.hero-visual { position: relative; min-height: 510px; }
.orb { position: absolute; inset: 2% 0 0 7%; border-radius: 50%; background: conic-gradient(from 20deg, var(--red), #ff9f77, var(--lime), var(--cyan), #7a66ff, var(--red)); filter: blur(1px); animation: float 8s ease-in-out infinite; }
.orb::before { content: ""; position: absolute; inset: 10px; border-radius: inherit; background: #0b1427; }
.search-card { position: absolute; left: 0; right: 2%; top: 13%; padding: 28px; border: 1px solid rgba(255,255,255,.17); border-radius: 26px; background: rgba(14,24,47,.82); box-shadow: 0 35px 90px rgba(0,0,0,.35); backdrop-filter: blur(20px); transform: rotate(-2deg); }
.search-bar { display: flex; align-items: center; gap: 12px; padding: 15px 18px; border-radius: 14px; background: #fff; color: #46516a; }
.search-bar strong { color: var(--ink); }
.ai-answer { margin-top: 18px; padding: 18px; border-radius: 16px; background: rgba(255,255,255,.06); }
.answer-head { display: flex; justify-content: space-between; align-items: center; font-size: 12px; color: #91a0ba; }
.answer-head b { color: var(--lime); }
.ai-answer p { margin: 13px 0 0; color: #dbe3f1; font-size: 14px; }
.citation { display: flex; align-items: center; gap: 12px; margin-top: 18px; padding: 13px 15px; border: 1px solid rgba(201,255,97,.24); border-radius: 14px; background: rgba(201,255,97,.08); }
.citation i { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: var(--red); font-style: normal; font-weight: 900; }
.citation small { color: #91a0ba; }
.citation strong { display: block; font-size: 13px; }
.signal-card { position: absolute; right: -3%; bottom: 3%; width: 215px; padding: 18px; border-radius: 20px; background: var(--lime); color: var(--ink); box-shadow: var(--shadow); animation: float 7s ease-in-out infinite reverse; }
.signal-card b { display: block; font-size: 36px; letter-spacing: -.04em; }
.signal-card span { font-size: 12px; }
@keyframes float { 50% { transform: translateY(-14px) rotate(1deg); } }

.logo-strip { border-bottom: 1px solid var(--line); background: #fff; }
.logo-strip .container { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 20px; overflow: hidden; }
.logo-strip strong { flex: 0 0 auto; font-size: 13px; color: var(--muted); }
.logo-list { display: flex; align-items: center; justify-content: flex-end; gap: clamp(22px,4vw,60px); color: #677085; font-weight: 800; white-space: nowrap; }

.section { padding-block: 105px; }
.section.white { background: #fff; }
.section.dark { background: var(--ink); color: #fff; }
.section.soft { background: #eef2f8; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 48px; }
.section-head h2, .page-hero h1 { margin: 0; max-width: 780px; font-size: clamp(38px,5vw,64px); line-height: 1.06; letter-spacing: -.055em; }
.section-head p { max-width: 460px; margin: 0; color: var(--muted); }
.dark .section-head p { color: #99a6bc; }
.accent { color: var(--red); }

.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pain-card { min-height: 238px; position: relative; overflow: hidden; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.pain-card::after { content: attr(data-no); position: absolute; right: 18px; bottom: -28px; color: #f1f3f7; font-size: 100px; font-weight: 900; line-height: 1; }
.pain-card .icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: #ffecef; color: var(--red); font-weight: 900; }
.pain-card h3 { position: relative; z-index: 1; margin: 42px 0 8px; font-size: 22px; }
.pain-card p { position: relative; z-index: 1; margin: 0; color: var(--muted); font-size: 14px; }

.process { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); overflow: hidden; }
.process-step { min-height: 285px; padding: 30px; border-right: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.025); }
.process-step:last-child { border-right: 0; }
.process-step b { display: block; margin-bottom: 62px; color: var(--lime); font-size: 13px; }
.process-step h3 { margin: 0 0 10px; font-size: 21px; }
.process-step p { margin: 0; color: #99a6bc; font-size: 14px; }

.service-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.service-card { position: relative; min-height: 360px; padding: 38px; overflow: hidden; border-radius: var(--radius); color: #fff; background: var(--ink-2); }
.service-card { display: block; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 24px 60px rgba(9,16,31,.2); }
.service-card.featured { background: var(--red); }
.service-card .service-tag { display: inline-flex; padding: 6px 10px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; font-size: 11px; letter-spacing: .1em; }
.service-card h3 { max-width: 470px; margin: 58px 0 12px; font-size: 34px; line-height: 1.08; letter-spacing: -.04em; }
.service-card p { max-width: 480px; color: rgba(255,255,255,.68); }
.service-card .service-link { position: absolute; bottom: 34px; right: 34px; width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; font-size: 22px; }
.service-card::before { content: ""; position: absolute; width: 240px; height: 240px; right: -110px; top: -110px; border: 52px solid rgba(255,255,255,.06); border-radius: 50%; }

.proof-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 22px; }
.metrics-card { padding: 40px; border-radius: var(--radius); background: var(--ink); color: #fff; }
.metric { padding-block: 24px; border-bottom: 1px solid rgba(255,255,255,.12); }
.metric:first-child { padding-top: 0; }
.metric:last-child { border-bottom: 0; padding-bottom: 0; }
.metric b { display: block; font-size: 54px; line-height: 1; letter-spacing: -.05em; }
.metric span { color: #99a6bc; font-size: 13px; }
.case-feature { min-height: 570px; display: flex; align-items: end; position: relative; overflow: hidden; border-radius: var(--radius); background: #cad4e5 url("../images/biotech-case.jpg") center/cover; }
.case-feature::after { content: ""; position: absolute; inset: 25% 0 0; background: linear-gradient(transparent,rgba(9,16,31,.92)); }
.case-copy { position: relative; z-index: 1; padding: 40px; color: #fff; }
.case-copy h3 { margin: 10px 0; font-size: 35px; letter-spacing: -.04em; }
.case-copy p { max-width: 600px; color: #c3ccdb; }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; }
.tag { padding: 6px 11px; border-radius: 999px; background: rgba(255,255,255,.13); font-size: 12px; }

.answer-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.answer-sticky { position: sticky; top: 115px; }
.answer-sticky h2 { margin: 0; font-size: clamp(38px,5vw,64px); line-height: 1.04; letter-spacing: -.055em; }
.answer-list { display: grid; gap: 14px; }
.answer-item { padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.answer-item h3 { display: flex; gap: 12px; margin: 0 0 8px; font-size: 19px; }
.answer-item h3 span { color: var(--red); }
.answer-item p { margin: 0; color: var(--muted); font-size: 14px; }

.lead-panel { position: relative; overflow: hidden; padding: 58px; border-radius: 34px; background: var(--red); color: #fff; }
.lead-panel::after { content:""; position:absolute; right:-100px; top:-120px; width:420px; height:420px; border:80px solid rgba(255,255,255,.12); border-radius:50%; }
.lead-panel-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; }
.lead-panel h2 { margin: 0; font-size: clamp(38px,5vw,58px); line-height: 1.02; letter-spacing: -.05em; }
.lead-panel p { color: rgba(255,255,255,.78); }
.lead-form { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field { width: 100%; min-height: 54px; padding: 0 17px; border: 1px solid rgba(255,255,255,.28); border-radius: 14px; outline: none; background: rgba(255,255,255,.1); color: #fff; }
.field::placeholder { color: rgba(255,255,255,.66); }
textarea.field { min-height: 118px; padding-top: 14px; resize: vertical; }
.field:focus { border-color: #fff; box-shadow: 0 0 0 3px rgba(255,255,255,.13); }
.span-2 { grid-column: span 2; }
.form-note { grid-column: span 2; margin: 0; font-size: 11px; color: rgba(255,255,255,.68); }

.faq-list { max-width: 900px; margin-inline: auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 0; border: 0; background: transparent; text-align: left; color: var(--ink); font-weight: 750; cursor: pointer; }
.faq-button span:last-child { font-size: 24px; color: var(--red); transition: transform .2s; }
.faq-item.open .faq-button span:last-child { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; color: var(--muted); transition: max-height .3s ease; }
.faq-answer p { margin: 0; padding: 0 0 24px; }

.page-hero { padding: 95px 0 70px; background: var(--ink); color: #fff; }
.page-hero p { max-width: 720px; margin: 24px 0 0; color: #aab5c8; font-size: 18px; }
.breadcrumbs { margin-bottom: 28px; color: #8693aa; font-size: 12px; }
.content-grid { display: grid; grid-template-columns: 1fr 340px; gap: 50px; }
.article { min-width: 0; }
.article h2 { margin: 54px 0 18px; font-size: 34px; letter-spacing: -.04em; }
.article h2:first-child { margin-top: 0; }
.article h3 { margin-top: 34px; font-size: 23px; }
.article p, .article li { color: #4d586d; }
.article-callout { margin: 34px 0; padding: 26px; border-left: 4px solid var(--red); border-radius: 0 16px 16px 0; background: #fff; }
.sidebar-card { position: sticky; top: 105px; padding: 28px; border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
.sidebar-card h3 { margin-top: 0; }
.check-list { padding: 0; list-style: none; }
.check-list li { display: flex; gap: 10px; margin: 11px 0; color: var(--muted); font-size: 14px; }
.check-list li::before { content: "✓"; color: var(--red); font-weight: 900; }

.cards-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.insight-card { min-height: 100%; display: flex; flex-direction: column; overflow: hidden; border: 1px solid rgba(9,16,31,.06); border-radius: 22px; background: #fff; box-shadow: 0 15px 45px rgba(24,33,55,.07); transition: transform .25s ease, box-shadow .25s ease; }
a.insight-card:hover { transform: translateY(-6px); box-shadow: 0 25px 60px rgba(24,33,55,.14); }
.insight-card img { width: 100%; height: 245px; object-fit: cover; object-position: center; background: #e8edf5; }
.insight-copy { flex: 1; display: flex; flex-direction: column; padding: 25px; }
.insight-copy small { color: var(--red); font-weight: 800; }
.insight-copy h3 { margin: 10px 0; font-size: 21px; line-height: 1.3; }
.insight-copy p { margin: 0; color: var(--muted); font-size: 14px; }
.insight-copy .card-link { margin-top: auto; padding-top: 20px; color: var(--red); font-size: 13px; font-weight: 800; }

.industry-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.industry-card { min-height: 270px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: #fff; transition: transform .25s, border-color .25s, box-shadow .25s; }
.industry-card:hover { transform: translateY(-5px); border-color: rgba(223,21,35,.3); box-shadow: var(--shadow); }
.industry-card small { color: var(--red); font-weight: 800; letter-spacing: .08em; }
.industry-card h3 { margin: 34px 0 10px; font-size: 24px; letter-spacing: -.03em; }
.industry-card p { margin: 0; color: var(--muted); font-size: 14px; }
.industry-card span:last-child { margin-top: auto; padding-top: 18px; color: var(--red); font-weight: 800; font-size: 13px; }

.deliverable-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.deliverable { padding: 24px; border-radius: 18px; background: #fff; border: 1px solid var(--line); }
.deliverable b { display: block; margin-bottom: 8px; font-size: 18px; }
.deliverable p { margin: 0; color: var(--muted); font-size: 13px; }

.detail-cover { width: 100%; height: clamp(300px,45vw,610px); object-fit: cover; border-radius: 28px; background: #e6ebf3; }
.article-meta { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 18px 0 36px; color: var(--muted); font-size: 13px; }
.article-meta span::before { content: "·"; margin-right: 9px; color: var(--red); }
.article-lead { margin: 0 0 36px; font-size: 21px; line-height: 1.7; color: #303b50; }
.prose-quote { margin: 36px 0; padding: 30px; border-radius: 20px; background: var(--ink); color: #fff; font-size: 20px; line-height: 1.6; }
.data-table { width: 100%; margin: 28px 0; border-collapse: collapse; border-radius: 16px; overflow: hidden; background: #fff; }
.data-table th, .data-table td { padding: 16px 18px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.data-table th { width: 28%; color: var(--ink); font-size: 14px; }
.data-table td { color: var(--muted); font-size: 14px; }
.data-table tr:last-child th, .data-table tr:last-child td { border-bottom: 0; }
.next-links { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 55px; }
.next-link { padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.next-link small { color: var(--red); }
.next-link strong { display: block; margin-top: 8px; }

.site-footer { padding: 70px 0 30px; background: #060b15; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3,1fr); gap: 45px; }
.footer-brand p { max-width: 350px; color: #8995aa; font-size: 14px; }
.site-footer h3 { margin: 0 0 18px; font-size: 14px; }
.footer-links { display: grid; gap: 10px; color: #8995aa; font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); color: #667286; font-size: 12px; }
.trust-footer { margin-top: 28px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); display: flex; flex-wrap: wrap; gap: 10px 22px; }
.trust-footer a { color: #aeb8ca; font-size: 13px; }
.trust-footer a:hover { color: #fff; }
.floating-cta { position: fixed; right: 20px; bottom: 20px; z-index: 40; display: flex; gap: 10px; }
.floating-cta a { min-width: 54px; height: 54px; display: grid; place-items: center; padding: 0 18px; border-radius: 999px; background: var(--red); color: #fff; box-shadow: 0 12px 35px rgba(223,21,35,.3); font-weight: 800; font-size: 13px; }
.floating-cta .wecom-link { background: #07c160; box-shadow: 0 12px 35px rgba(7,193,96,.28); }
.toast { position: fixed; left: 50%; bottom: 30px; z-index: 100; transform: translate(-50%,120px); padding: 14px 22px; border-radius: 12px; background: var(--ink); color: #fff; box-shadow: var(--shadow); transition: .3s; }
.toast.show { transform: translate(-50%,0); }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.consent-field { display: flex; align-items: flex-start; gap: 9px; color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.55; }
.consent-field input { margin-top: 3px; flex: 0 0 auto; accent-color: var(--red); }
.consent-field a { color: #fff; text-decoration: underline; }

@media (max-width: 980px) {
  .menu-toggle { display: grid; place-items: center; margin-left: auto; }
  .main-nav { position: fixed; inset: 76px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 20px; background: #09101f; }
  .menu-open .main-nav { display: flex; }
  .main-nav a { padding: 14px 10px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .main-nav a::after { display: none; }
  .header-phone, .nav-wrap > .button { display: none; }
  .hero .container, .answer-layout, .lead-panel-grid, .proof-grid, .content-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-visual { min-height: 440px; max-width: 650px; width: 100%; margin-inline: auto; }
  .pain-grid, .cards-3, .industry-grid { grid-template-columns: repeat(2,1fr); }
  .deliverable-grid { grid-template-columns: repeat(2,1fr); }
  .process { grid-template-columns: 1fr 1fr; }
  .process-step:nth-child(2) { border-right: 0; }
  .process-step:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .answer-sticky, .sidebar-card { position: static; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > :last-child { grid-column: 1/-1; }
}

@media (max-width: 680px) {
  :root { --container: min(100% - 28px, 1180px); --radius: 19px; }
  .nav-wrap { height: 68px; }
  .brand-text small { display: none; }
  .main-nav { top: 68px; }
  .hero .container { padding-block: 78px 55px; }
  .hero h1 { font-size: 48px; }
  .hero-lead { font-size: 16px; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 390px; }
  .search-card { top: 8%; padding: 18px; transform: none; }
  .search-bar { align-items: flex-start; font-size: 13px; }
  .signal-card { right: 0; width: 170px; }
  .logo-strip .container { padding-block: 20px; align-items: flex-start; flex-direction: column; }
  .logo-list { width: 100%; overflow: auto; justify-content: flex-start; padding-bottom: 4px; }
  .section { padding-block: 72px; }
  .section-head { align-items: start; flex-direction: column; margin-bottom: 34px; }
  .section-head h2, .page-hero h1 { font-size: 38px; }
  .pain-grid, .service-grid, .cards-3, .industry-grid, .process, .next-links { grid-template-columns: 1fr; }
  .deliverable-grid { grid-template-columns: 1fr 1fr; }
  .insight-card img { height: 210px; }
  .process-step { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); min-height: auto; }
  .process-step:nth-child(3) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .process-step b { margin-bottom: 35px; }
  .service-card { min-height: 330px; padding: 28px; }
  .service-card h3 { margin-top: 48px; font-size: 29px; }
  .case-feature { min-height: 500px; }
  .lead-panel { padding: 32px 22px; border-radius: 24px; }
  .lead-form { grid-template-columns: 1fr; }
  .span-2, .form-note { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
  .footer-grid > :last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .floating-cta .diagnosis-link { display: none; }
}

@media (max-width: 430px) {
  .deliverable-grid { grid-template-columns: 1fr; }
  .data-table, .data-table tbody, .data-table tr, .data-table th, .data-table td { display: block; width: 100%; }
  .data-table th { padding-bottom: 4px; border-bottom: 0; }
  .data-table td { padding-top: 4px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
