:root {
  --ink: #17243a;
  --muted: #617087;
  --navy: #173b63;
  --blue: #2f6fb7;
  --blue-dark: #215a9e;
  --aqua: #48c4c9;
  --purple: #7656c7;
  --pink: #c9627e;
  --crea-pink: #e89aae;
  --crea-green: #6e9b53;
  --white: #fff;
  --soft: #f5f8fd;
  --aqua-soft: #eafafa;
  --border: #dae4ef;
  --shadow: 0 20px 60px rgba(34, 65, 105, .12);
  --radius: 18px;
  --radius-sm: 12px;
  --font: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", YuGothic, Meiryo, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font); line-height: 1.78; letter-spacing: .02em; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2, h3 { margin-top: 0; line-height: 1.35; letter-spacing: .01em; }
p { margin: 0 0 1.1em; }
.container { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.narrow { width: min(820px, calc(100% - 48px)); margin-inline: auto; }
.center { text-align: center; }
.skip-link { position: fixed; z-index: 9999; top: 8px; left: 8px; padding: 10px 16px; color: #fff; background: var(--navy); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 50; top: 0; background: rgba(255, 255, 255, .94); border-bottom: 1px solid rgba(218, 228, 239, .86); backdrop-filter: blur(14px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 205px; height: auto; display: block; }
.brand-service { padding: 5px 10px; border: 1px solid #cdddec; border-radius: 999px; color: var(--navy); font-size: 12px; font-weight: 800; white-space: nowrap; }
.main-nav { display: flex; align-items: center; gap: 2px; }
.main-nav a { padding: 12px 11px; border-radius: 999px; font-size: 14px; font-weight: 700; text-decoration: none; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--blue-dark); background: #edf5ff; }
.main-nav .nav-cta { margin-left: 8px; padding-inline: 19px; color: #fff; background: linear-gradient(135deg, var(--blue-dark), var(--purple)); box-shadow: 0 8px 20px rgba(62, 89, 172, .2); }
.main-nav .nav-cta:hover, .main-nav .nav-cta:focus-visible { color: #fff; background: linear-gradient(135deg, #194b87, #6546b8); }
.nav-toggle { display: none; padding: 8px 12px; color: var(--navy); background: #fff; border: 1px solid var(--border); border-radius: 10px; font-weight: 800; }

.eyebrow { margin-bottom: 10px; color: var(--blue-dark); font-size: 12px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.section { padding: 96px 0; }
.section-soft { background: var(--soft); }
.section-gradient { background: linear-gradient(135deg, #f3f8ff 0%, #f3efff 52%, #ebfbfb 100%); }
.section-dark { color: #fff; background: linear-gradient(135deg, #132f50, #283f79 56%, #4d438d); }
.section-dark .eyebrow { color: #8fe0e0; }
.section-title { max-width: 780px; margin-bottom: 22px; font-size: clamp(30px, 4vw, 50px); }
.section-lead { max-width: 760px; margin: 0 auto 32px; color: var(--muted); font-size: 18px; }
.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 42px; }
.section-heading-row .section-title { margin-bottom: 0; }

.hero { position: relative; overflow: hidden; min-height: 680px; display: grid; align-items: center; padding: 78px 0 86px; background: radial-gradient(circle at 85% 12%, rgba(72, 196, 201, .21), transparent 27%), radial-gradient(circle at 52% 80%, rgba(118, 86, 199, .14), transparent 30%), linear-gradient(150deg, #fff 0%, #f4f8ff 55%, #f6f1ff 100%); }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .42; background-image: linear-gradient(rgba(35, 84, 135, .04) 1px, transparent 1px), linear-gradient(90deg, rgba(35, 84, 135, .04) 1px, transparent 1px); background-size: 40px 40px; mask-image: linear-gradient(to right, transparent, #000); }
.hero-grid { position: relative; display: grid; grid-template-columns: .95fr 1.05fr; gap: 64px; align-items: center; }
.hero-copy h1 { margin-bottom: 26px; font-size: clamp(42px, 5.2vw, 72px); letter-spacing: -.04em; }
.hero-copy h1 span { color: transparent; background: linear-gradient(90deg, var(--blue-dark), var(--purple) 65%, var(--pink)); background-clip: text; -webkit-background-clip: text; }
.hero-lead { max-width: 680px; color: #475874; font-size: clamp(17px, 1.7vw, 21px); font-weight: 600; }
.microcopy { margin: 18px 0 0; color: var(--muted); font-size: 13px; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 30px; }
.button-row.center { justify-content: center; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 24px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--blue-dark), var(--purple)); box-shadow: 0 12px 28px rgba(55, 76, 153, .25); }
.button-secondary { color: var(--navy); background: #fff; border-color: #cbdbea; box-shadow: 0 8px 22px rgba(42, 74, 112, .08); }
.button-light { color: var(--navy); background: #fff; box-shadow: 0 12px 28px rgba(13, 36, 64, .18); }
.button-wide { width: 100%; }
.text-link { color: var(--blue-dark); font-weight: 800; text-decoration: none; }

.hero-visual { position: relative; min-height: 510px; border: 1px solid rgba(255, 255, 255, .8); border-radius: 32px; background: linear-gradient(145deg, rgba(255, 255, 255, .66), rgba(223, 238, 255, .78)); box-shadow: var(--shadow); isolation: isolate; }
.hero-picture { position: absolute; inset: 16px; overflow: hidden; border-radius: 24px; }
.hero-picture::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16, 41, 74, .08), rgba(36, 62, 120, .04)); }
.hero-picture img { width: 100%; height: 100%; display: block; object-fit: cover; }
.phone-orb { position: absolute; z-index: 2; left: 34px; top: 36px; width: 102px; height: 102px; display: grid; place-content: center; color: #fff; text-align: center; border: 7px solid rgba(255, 255, 255, .78); border-radius: 50%; background: linear-gradient(145deg, var(--aqua), var(--blue) 54%, var(--purple)); box-shadow: 0 20px 40px rgba(39, 83, 144, .28); }
.phone-orb span { font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.phone-orb strong { font-size: 34px; line-height: 1; }
.signal { position: absolute; z-index: -1; border: 1px solid rgba(55, 125, 204, .28); border-radius: 50%; }
.signal-one { width: 340px; height: 340px; top: 44px; left: 48px; }
.signal-two { width: 450px; height: 450px; top: -12px; left: -10px; }
.flow-card { position: absolute; z-index: 3; width: min(224px, 42%); padding: 14px 16px; border: 1px solid rgba(218, 228, 239, .9); border-radius: 14px; background: rgba(255, 255, 255, .94); box-shadow: 0 14px 34px rgba(35, 67, 107, .15); backdrop-filter: blur(9px); }
.flow-card span { float: right; color: var(--blue); font-size: 12px; font-weight: 900; }
.flow-card strong, .flow-card small { display: block; }
.flow-card strong { color: var(--navy); }
.flow-card small { margin-top: 3px; color: var(--muted); }
.flow-card-one { top: 42px; right: 26px; }
.flow-card-two { right: 40px; bottom: 152px; }
.flow-card-three { right: 80px; bottom: 38px; }

.proof-strip { color: #fff; background: linear-gradient(90deg, #173b63, #304b8d 60%, #6049a6); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid div { padding: 24px 28px; border-right: 1px solid rgba(255, 255, 255, .15); }
.proof-grid div:last-child { border-right: 0; }
.proof-grid strong, .proof-grid span { display: block; }
.proof-grid strong { font-size: 17px; }
.proof-grid span { color: #d6e2f5; font-size: 13px; }

.card-grid { display: grid; gap: 22px; }
.card-grid.two { grid-template-columns: repeat(2, 1fr); }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.card-grid.four { grid-template-columns: repeat(4, 1fr); }
.problem-card, .use-card, .card-grid.two > article { padding: 30px; border: 1px solid var(--border); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 30px rgba(43, 76, 115, .06); }
.problem-card > span, .use-card > span { color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.problem-card h3, .use-card h3, .card-grid.two h3 { margin: 15px 0 10px; font-size: 22px; }
.problem-card p, .use-card p { color: var(--muted); }

.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.process article { position: relative; padding: 28px 24px; border-radius: var(--radius); background: rgba(255, 255, 255, .82); box-shadow: 0 12px 30px rgba(46, 77, 124, .08); }
.process article:not(:last-child)::after { content: "→"; position: absolute; top: 47%; right: -16px; z-index: 2; color: var(--blue); font-size: 22px; font-weight: 900; }
.process span { width: 38px; height: 38px; display: grid; place-content: center; color: #fff; border-radius: 50%; background: linear-gradient(135deg, var(--blue), var(--purple)); font-weight: 900; }
.process h3 { margin: 18px 0 8px; font-size: 20px; }
.process p { color: var(--muted); font-size: 14px; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.check-list { margin: 25px 0 30px; padding: 0; list-style: none; }
.check-list li { position: relative; margin: 10px 0; padding-left: 30px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: .05em; width: 21px; height: 21px; display: grid; place-content: center; color: #fff; border-radius: 50%; background: linear-gradient(135deg, var(--aqua), var(--blue)); font-size: 12px; font-weight: 900; }
.dashboard-visual { overflow: hidden; border: 1px solid #cbd9e9; border-radius: 24px; background: #fff; box-shadow: var(--shadow); transform: rotate(1.2deg); }
.dashboard-head { display: flex; align-items: center; gap: 10px; padding: 18px 22px; color: #fff; background: linear-gradient(90deg, var(--navy), var(--purple)); }
.dashboard-head small { margin-left: auto; color: #dce9f7; }
.dot { width: 10px; height: 10px; border-radius: 50%; background: #6fe0be; box-shadow: 0 0 0 5px rgba(111, 224, 190, .14); }
.dashboard-visual dl { margin: 0; padding: 12px 28px 4px; }
.dashboard-visual dl div { display: grid; grid-template-columns: 100px 1fr; gap: 12px; padding: 16px 0; border-bottom: 1px solid #e7edf5; }
.dashboard-visual dt { color: var(--muted); font-size: 13px; }
.dashboard-visual dd { margin: 0; font-weight: 700; }
.dashboard-visual > p { padding: 6px 28px 20px; color: var(--muted); font-size: 12px; }
.tag { padding: 4px 10px; color: #8a4e22; border-radius: 999px; background: #fff0db; font-size: 12px; }

.breadcrumbs { width: min(1160px, calc(100% - 48px)); display: flex; flex-wrap: wrap; gap: 6px; margin: 0 auto; padding: 18px 0 0; color: var(--muted); font-size: 12px; list-style: none; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: 6px; color: #a9b5c5; }
.page-hero { padding: 76px 0 82px; background: radial-gradient(circle at 85% 20%, rgba(72, 196, 201, .2), transparent 24%), linear-gradient(145deg, #f7faff, #f2efff); }
.page-hero h1 { max-width: 900px; margin-bottom: 18px; font-size: clamp(38px, 5vw, 62px); }
.page-hero p:last-child { max-width: 780px; color: #52627a; font-size: 18px; }

.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.feature-list article { display: grid; grid-template-columns: 58px 1fr; gap: 18px; padding: 28px; border: 1px solid var(--border); border-radius: var(--radius); }
.feature-list article > span { color: var(--blue); font-size: 13px; font-weight: 900; letter-spacing: .12em; }
.feature-list h2 { margin-bottom: 9px; font-size: 22px; }
.feature-list p { color: var(--muted); }
.cases { display: grid; gap: 30px; }
.cases > article { display: grid; grid-template-columns: 120px 1fr; gap: 32px; padding: 40px; border: 1px solid var(--border); border-radius: 24px; background: linear-gradient(135deg, #fff, #f9fbff); box-shadow: 0 14px 36px rgba(43, 76, 115, .07); }
.case-number { color: transparent; background: linear-gradient(145deg, var(--blue), var(--purple)); background-clip: text; -webkit-background-clip: text; font-size: 58px; font-weight: 900; line-height: 1; }
.cases h2 { font-size: 32px; }
.price-panel { padding: 50px; border: 1px solid var(--border); border-radius: 28px; background: #fff; box-shadow: var(--shadow); }
.price-panel > h2 { font-size: 34px; }
.price-note { margin-top: 26px; padding: 22px; border-left: 4px solid var(--crea-pink); border-radius: 0 12px 12px 0; background: #fff5f8; }
.price-note p { margin: 6px 0 0; color: var(--muted); }
.timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 36px 0; text-align: left; }
.timeline > div { padding: 26px; border-radius: var(--radius); background: rgba(255, 255, 255, .8); }
.timeline span { width: 36px; height: 36px; display: grid; place-content: center; margin-bottom: 15px; color: #fff; border-radius: 50%; background: var(--blue); font-weight: 900; }
.timeline strong { font-size: 18px; }
.timeline p { margin: 8px 0 0; color: var(--muted); font-size: 14px; }
.demo-panel { margin-bottom: 70px; padding: 56px; text-align: center; border: 1px solid #cfe1f1; border-radius: 28px; background: radial-gradient(circle at 85% 10%, rgba(72, 196, 201, .24), transparent 28%), linear-gradient(145deg, #fff, #f3f5ff); box-shadow: var(--shadow); }
.demo-icon { width: 92px; height: 92px; display: grid; place-content: center; margin: 0 auto 22px; color: #fff; border: 8px solid rgba(255, 255, 255, .8); border-radius: 50%; background: linear-gradient(135deg, var(--aqua), var(--blue), var(--purple)); box-shadow: 0 15px 30px rgba(54, 91, 155, .2); font-size: 32px; font-weight: 900; }
.faq-list details { margin-bottom: 14px; border: 1px solid var(--border); border-radius: 14px; background: #fff; }
.faq-list summary { position: relative; padding: 22px 58px 22px 24px; cursor: pointer; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 24px; top: 17px; color: var(--blue); font-size: 28px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details > div { padding: 0 24px 22px; color: var(--muted); }

.contact-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 60px; align-items: start; }
.contact-aside { margin-top: 30px; padding: 22px; border-radius: var(--radius-sm); background: var(--aqua-soft); }
.contact-aside p { margin: 7px 0 0; color: var(--muted); }
.contact-form { position: relative; padding: 38px; border: 1px solid var(--border); border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 8px; margin-bottom: 20px; color: var(--navy); font-weight: 800; }
.field span small { color: var(--muted); font-weight: 500; }
.field em, .consent em { color: #a6425f; font-size: 12px; font-style: normal; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 14px; color: var(--ink); border: 1px solid #bdcddd; border-radius: 10px; background: #fff; font-weight: 500; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid rgba(55, 125, 204, .18); border-color: var(--blue); }
.field textarea { min-height: 190px; resize: vertical; }
.consent { display: flex; align-items: flex-start; gap: 10px; margin: 12px 0 24px; font-weight: 700; }
.consent input { width: 20px; height: 20px; flex: 0 0 auto; margin-top: 4px; accent-color: var(--blue-dark); }
.form-status { margin-bottom: 22px; padding: 14px 16px; border-radius: 10px; background: #edf6ff; font-weight: 700; }
.form-status.error { color: #8d253d; background: #fff0f3; }
.form-note { margin: 14px 0 0; color: var(--muted); font-size: 12px; text-align: center; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.prose { font-size: 17px; }
.prose h2 { margin: 52px 0 16px; font-size: 30px; }
.prose h2:first-child { margin-top: 0; }
.prose p { color: #47576d; }
.updated { margin-top: 42px; color: var(--muted); font-size: 14px; }
.column-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.column-card { overflow: hidden; border: 1px solid var(--border); border-radius: 20px; background: #fff; box-shadow: 0 12px 32px rgba(43, 76, 115, .07); }
.column-card > a { display: block; height: 100%; text-decoration: none; }
.column-card > a > div:last-child { padding: 26px; }
.column-card h2 { font-size: 21px; }
.column-card p:not(.eyebrow) { color: var(--muted); }
.column-thumb { min-height: 180px; display: grid; place-content: center; color: rgba(255, 255, 255, .92); background: linear-gradient(135deg, var(--blue), var(--purple)); font-size: 56px; font-weight: 900; }
.thumb-two { background: linear-gradient(135deg, var(--aqua), var(--blue)); }
.thumb-three { background: linear-gradient(135deg, var(--crea-pink), var(--purple)); }
.article-header { padding: 76px 0 66px; background: radial-gradient(circle at 90% 10%, rgba(72, 196, 201, .2), transparent 25%), linear-gradient(145deg, #f8fbff, #f2efff); }
.article-header h1 { font-size: clamp(36px, 5vw, 58px); }
.article-lead { color: #4c5e77; font-size: 20px; font-weight: 600; }
.article-meta { color: var(--muted); font-size: 13px; }
.article-body { padding-block: 70px 96px; }
.article-body section { padding-bottom: 4px; }
.article-cta { margin-top: 64px; padding: 34px; color: #fff; border-radius: 22px; background: linear-gradient(135deg, var(--navy), var(--purple)); }
.article-cta h2 { margin-top: 0; }
.article-cta p { color: #e4eaf7; }
.simple-result { min-height: 66vh; display: grid; align-items: center; padding: 100px 0; background: linear-gradient(145deg, #f8fbff, #f3efff); }
.simple-result h1 { font-size: clamp(36px, 5vw, 58px); }
.result-icon { width: 76px; height: 76px; display: grid; place-content: center; margin: 0 auto 22px; color: #fff; border-radius: 50%; background: linear-gradient(135deg, var(--aqua), var(--blue)); font-size: 34px; font-weight: 900; }
.error-code { margin: 0; color: transparent; background: linear-gradient(135deg, var(--blue), var(--purple)); background-clip: text; -webkit-background-clip: text; font-size: 96px; font-weight: 900; line-height: 1; }

.final-cta { padding: 64px 0; color: #fff; background: linear-gradient(110deg, #173b63, #2c4c8d 55%, #6a4dad); }
.final-cta .eyebrow { color: #8fe0e0; }
.final-cta h2 { margin-bottom: 10px; font-size: clamp(28px, 4vw, 42px); }
.final-cta p { margin-bottom: 0; color: #dfe9f7; }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.site-footer { padding: 66px 0 26px; color: #dce5f0; background: #111d2e; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 60px; }
.footer-logo { width: 220px; padding: 8px; border-radius: 9px; background: #fff; }
.footer-grid h2 { color: #fff; font-size: 16px; }
.footer-grid ul { margin: 0; padding: 0; list-style: none; }
.footer-grid li { margin: 8px 0; }
.footer-grid a { color: #dce5f0; }
.footer-legal { margin-top: 42px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .14); color: #9dadc2; font-size: 12px; }
.mobile-cta { display: none; }

@media (max-width: 1020px) {
  .main-nav { display: none; position: absolute; top: 78px; right: 24px; left: 24px; padding: 14px; border: 1px solid var(--border); border-radius: 16px; background: #fff; box-shadow: var(--shadow); }
  .main-nav.is-open { display: grid; }
  .main-nav a { padding: 13px 16px; }
  .main-nav .nav-cta { margin: 4px 0 0; text-align: center; }
  .nav-toggle { display: flex; align-items: center; gap: 8px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 820px; }
  .hero-visual { width: min(680px, 100%); margin-inline: auto; }
  .card-grid.four { grid-template-columns: 1fr 1fr; }
  .process { grid-template-columns: 1fr 1fr; }
  .process article:nth-child(2)::after { display: none; }
  .column-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  body { padding-bottom: 62px; }
  .container, .narrow, .breadcrumbs { width: min(100% - 32px, 1160px); }
  .header-inner { min-height: 68px; }
  .brand img { width: 156px; }
  .brand-service { display: none; }
  .main-nav { top: 68px; right: 16px; left: 16px; }
  .section { padding: 68px 0; }
  .hero { min-height: auto; padding: 60px 0 70px; }
  .hero-grid { gap: 40px; }
  .hero-copy h1 { font-size: clamp(38px, 12vw, 54px); }
  .hero-lead { font-size: 17px; }
  .hero-visual { min-height: 430px; }
  .hero-picture { inset: 10px; border-radius: 22px; }
  .phone-orb { top: 24px; left: 22px; width: 84px; height: 84px; }
  .phone-orb strong { font-size: 28px; }
  .flow-card { width: 54%; }
  .flow-card-one { top: 26px; right: 14px; }
  .flow-card-two { right: 18px; bottom: 126px; }
  .flow-card-three { right: 40px; bottom: 28px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid div:nth-child(2) { border-right: 0; }
  .proof-grid div:nth-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, .15); }
  .section-heading-row { align-items: start; flex-direction: column; }
  .card-grid.two, .card-grid.three, .card-grid.four, .feature-list, .split, .contact-grid, .form-row, .column-grid, .footer-grid { grid-template-columns: 1fr; }
  .process { grid-template-columns: 1fr; }
  .process article:not(:last-child)::after { content: "↓"; top: auto; right: 50%; bottom: -20px; display: block; transform: translateX(50%); }
  .dashboard-visual { transform: none; }
  .cases > article { grid-template-columns: 1fr; padding: 28px; }
  .case-number { font-size: 44px; }
  .timeline { grid-template-columns: 1fr; }
  .price-panel, .demo-panel, .contact-form { padding: 28px 22px; }
  .final-cta-inner { align-items: stretch; flex-direction: column; }
  .footer-grid { gap: 32px; }
  .mobile-cta { position: fixed; z-index: 45; right: 0; bottom: 0; left: 0; height: 62px; display: grid; grid-template-columns: .8fr 1.2fr; background: #fff; box-shadow: 0 -8px 24px rgba(30, 58, 94, .14); }
  .mobile-cta a { display: grid; place-content: center; color: var(--navy); font-weight: 900; text-decoration: none; }
  .mobile-cta a:last-child { color: #fff; background: linear-gradient(135deg, var(--blue-dark), var(--purple)); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

@media print {
  .site-header, .mobile-cta, .final-cta, .button { display: none !important; }
  body { color: #000; background: #fff; }
  .section { padding: 28px 0; }
}
