:root {
  --ink: #102033;
  --muted: #5b6979;
  --paper: #f2f6fa;
  --surface: #ffffff;
  --line: #ccdae5;
  --navy: #08182c;
  --navy-deep: #04101f;
  --blue: #1c75d8;
  --cyan: #16c8d7;
  --cyan-soft: #9de8ef;
  --teal: #058c9a;
  --gold: #dcb564;
  --shadow: 0 18px 48px rgba(9, 28, 50, .1);
  --section-max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(rgba(28, 117, 216, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(28, 117, 216, .035) 1px, transparent 1px),
    var(--paper);
  background-size: 40px 40px;
  font-family: "Yu Gothic UI", "Meiryo", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
p {
  margin: 0;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 84px;
  padding: 12px clamp(18px, 4vw, 56px);
  color: #fff;
  background: rgba(4, 16, 31, .84);
  border-bottom: 1px solid rgba(157, 232, 239, .28);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 34px rgba(0, 0, 0, .16);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  font-weight: 800;
}

.brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  border-radius: 6px;
  background: rgba(255, 255, 255, .94);
}

.brand-copy {
  display: grid;
  gap: 1px;
  white-space: nowrap;
}

.brand-copy strong {
  color: #fff;
  font-size: 19px;
  line-height: 1.15;
}

.brand-copy small {
  color: rgba(157, 232, 239, .78);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 28px);
  color: rgba(255, 255, 255, .86);
  font-size: 14px;
  font-weight: 700;
}

.nav-links a {
  padding: 8px 0;
  transition: color .18s ease, border-color .18s ease, background .18s ease;
}

.nav-links a:hover {
  color: #fff;
}

.nav-cta {
  padding: 8px 14px !important;
  border: 1px solid rgba(22, 200, 215, .82);
  border-radius: 4px;
  color: #fff;
  background: rgba(22, 200, 215, .16);
  box-shadow: inset 0 -2px 0 rgba(220, 181, 100, .58);
}

.hero {
  position: relative;
  min-height: min(900px, 94svh);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
  padding: 144px clamp(18px, 5vw, 72px) 38px;
  color: #fff;
  overflow: hidden;
  background: var(--navy) url("../images/future-theme.png") center / cover no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 13, 27, .94) 0%, rgba(3, 13, 27, .78) 38%, rgba(3, 13, 27, .12) 100%),
    linear-gradient(180deg, rgba(3, 13, 27, .14) 0%, rgba(3, 13, 27, .72) 100%);
}

.hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 84px 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(22, 200, 215, .72), rgba(220, 181, 100, .5), transparent);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 930px;
  padding-bottom: 38px;
  min-width: 0;
}

.eyebrow,
.section-kicker {
  color: var(--cyan);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  border-left: 3px solid var(--gold);
  background: rgba(5, 18, 36, .58);
}

.hero h1 {
  margin-top: 14px;
  max-width: 930px;
  font-size: clamp(36px, 5vw, 68px);
  line-height: 1.1;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 16px 34px rgba(0, 0, 0, .34);
  overflow-wrap: anywhere;
}

.hero-lead {
  max-width: 760px;
  margin-top: 22px;
  color: rgba(244, 248, 255, .9);
  font-size: clamp(16px, 2vw, 21px);
  font-weight: 700;
  text-shadow: 0 10px 24px rgba(0, 0, 0, .32);
  overflow-wrap: anywhere;
}

.mobile-break {
  display: none;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.mockup-notice {
  width: fit-content;
  max-width: 760px;
  margin-top: 14px;
  padding: 9px 12px;
  border-left: 3px solid var(--gold);
  color: rgba(244, 248, 255, .82);
  background: rgba(5, 18, 36, .68);
  font-size: 12px;
  line-height: 1.65;
}

.mockup-notice strong {
  margin-right: 8px;
  color: #ffe3a0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 4px;
  font-weight: 900;
  text-align: center;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  color: #051528;
  background: linear-gradient(135deg, #21d9e7, #dcb564);
  box-shadow: 0 14px 34px rgba(25, 202, 224, .24);
  border-bottom: 2px solid rgba(255, 235, 181, .68);
}

.button.secondary {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .32);
  background: rgba(255, 255, 255, .08);
}

.button.secondary.light {
  color: var(--ink);
  border-color: var(--line);
  background: #fff;
}

.button.secondary.dark {
  color: #dbefff;
  border-color: rgba(157, 213, 255, .28);
  background: rgba(255, 255, 255, .06);
}

.button.compact {
  min-height: 42px;
  padding: 10px 14px;
  font-size: 14px;
}

.hero-metrics {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(980px, 100%);
  border: 1px solid rgba(157, 232, 239, .34);
  background: rgba(164, 221, 255, .16);
  backdrop-filter: blur(14px);
}

.hero-metrics div {
  min-height: 88px;
  padding: 16px 18px;
  background: rgba(4, 16, 31, .72);
}

.hero-metrics span {
  display: block;
  color: rgba(255, 255, 255, .62);
  font-size: 12px;
  font-weight: 800;
}

.hero-metrics strong {
  display: block;
  margin-top: 6px;
  color: #fff;
  font-size: clamp(18px, 2.4vw, 27px);
  line-height: 1.25;
}

.section {
  width: min(var(--section-max), calc(100% - 36px));
  margin: 0 auto;
  padding: 82px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
  padding-left: 18px;
  border-left: 2px solid var(--cyan);
}

.section-heading h2,
.visual-copy h2,
.estimate-copy h2,
.profile-body h2,
.closing-cta h2 {
  margin-top: 8px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.22;
  letter-spacing: 0;
  text-wrap: balance;
}

.pain-grid,
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pain-item,
.service-card,
.option-grid article,
.price-main,
.flow-list li,
.profile-panel {
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.pain-item {
  padding: 26px;
  border-top: 3px solid rgba(28, 117, 216, .64);
}

.pain-item h3,
.service-card h3,
.option-grid h3 {
  font-size: 19px;
  line-height: 1.4;
}

.pain-item p,
.service-card p,
.visual-copy p,
.price-main p,
.flow-list p,
.estimate-copy p,
.profile-body p,
.closing-cta p {
  margin-top: 10px;
  color: var(--muted);
}

.service-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-section {
  width: 100%;
  max-width: none;
  padding-left: max(18px, calc((100% - var(--section-max)) / 2));
  padding-right: max(18px, calc((100% - var(--section-max)) / 2));
  border-top: 1px solid rgba(28, 117, 216, .14);
  border-bottom: 1px solid rgba(28, 117, 216, .14);
  background:
    linear-gradient(rgba(28, 117, 216, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(28, 117, 216, .045) 1px, transparent 1px),
    #eaf1f7;
  background-size: 34px 34px;
}

.service-card {
  position: relative;
  min-height: 236px;
  padding: 26px;
  overflow: hidden;
  box-shadow: 0 16px 42px rgba(7, 24, 43, .09);
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--cyan), var(--gold));
}

.service-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 34px;
  margin-bottom: 28px;
  border: 1px solid rgba(22, 200, 215, .42);
  border-radius: 3px;
  color: var(--teal);
  font-weight: 900;
}

.visual-section {
  position: relative;
  min-height: 620px;
  display: grid;
  align-items: center;
  color: #fff;
  background: var(--navy-deep);
  overflow: hidden;
}

.visual-backdrop,
.visual-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.visual-backdrop {
  object-fit: contain;
  object-position: center;
}

.visual-overlay {
  background:
    linear-gradient(90deg, rgba(4, 16, 31, .98) 0%, rgba(4, 16, 31, .9) 36%, rgba(4, 16, 31, .28) 66%, rgba(4, 16, 31, .06) 100%),
    linear-gradient(180deg, rgba(4, 16, 31, .12), rgba(4, 16, 31, .46));
}

.visual-inner {
  position: relative;
  z-index: 1;
  width: min(var(--section-max), calc(100% - 36px));
  margin: 0 auto;
}

.profile-section {
  padding-top: 0;
}

.profile-panel {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 28px;
  align-items: center;
  padding: 30px;
  color: #fff;
  border-color: rgba(157, 213, 255, .26);
  background:
    radial-gradient(circle at 14% 18%, rgba(22, 200, 215, .24), transparent 28%),
    linear-gradient(135deg, #07192d, #0c2a45 56%, #07192d);
  box-shadow: 0 28px 80px rgba(7, 24, 43, .22);
}

.profile-mark {
  display: grid;
  place-items: center;
  min-height: 150px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 4px;
  background: rgba(255, 255, 255, .94);
}

.profile-mark img {
  width: 116px;
}

.profile-body p {
  max-width: 760px;
  color: rgba(242, 247, 255, .78);
}

.profile-actions,
.estimate-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.visual-copy {
  max-width: 600px;
}

.visual-copy h2 {
  color: #fff;
  text-shadow: 0 12px 30px rgba(0, 0, 0, .28);
}

.visual-copy p {
  max-width: 560px;
  color: rgba(242, 247, 255, .8);
  font-weight: 700;
}

.visual-pipeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(600px, 100%);
  margin-top: 34px;
  border: 1px solid rgba(157, 232, 239, .3);
  background: rgba(157, 232, 239, .22);
}

.visual-pipeline span {
  min-height: 62px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: rgba(4, 16, 31, .78);
  color: rgba(255, 255, 255, .82);
  font-size: 12px;
  font-weight: 900;
}

.visual-pipeline strong {
  color: var(--gold);
}

.prototype-note {
  width: min(600px, 100%);
  margin-top: 12px;
  color: rgba(242, 247, 255, .66);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.7;
}

.analyzer-showcase {
  max-width: none;
  padding-left: max(18px, calc((100% - var(--section-max)) / 2));
  padding-right: max(18px, calc((100% - var(--section-max)) / 2));
  background: #edf3f7;
}

.analyzer-heading {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, .75fr);
  gap: 64px;
  align-items: end;
}

.analyzer-heading h2 {
  max-width: 720px;
  margin-bottom: 0;
}

.analyzer-intro {
  max-width: 560px;
  margin: 0 0 4px;
  color: var(--text-muted);
  font-weight: 700;
}

.analyzer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 44px;
}

.analyzer-panel {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid #c8d7e2;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 20px 52px rgba(7, 31, 52, .1);
}

.analyzer-window {
  position: relative;
  aspect-ratio: 144 / 83;
  overflow: hidden;
  border-bottom: 1px solid #c8d7e2;
  background: #dce7ef;
}

.analyzer-window img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.analyzer-panel figcaption {
  padding: 24px;
}

.analyzer-panel h3 {
  margin: 8px 0 10px;
  color: var(--navy-deep);
  font-size: 22px;
}

.analyzer-panel figcaption > p:not(.analyzer-type) {
  margin: 0;
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 700;
}

.analyzer-type {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: #547087;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.analyzer-type span {
  display: inline-grid;
  place-items: center;
  min-width: 34px;
  height: 26px;
  padding: 0 7px;
  border: 1px solid rgba(22, 200, 215, .5);
  border-radius: 3px;
  color: #087c8c;
  background: rgba(22, 200, 215, .09);
}

.analyzer-features {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 18px;
}

.analyzer-features span {
  padding: 6px 9px;
  border: 1px solid #d5e0e8;
  border-radius: 3px;
  color: #35546b;
  background: #f6f9fb;
  font-size: 11px;
  font-weight: 900;
}

.analyzer-disclaimer {
  margin: 16px 0 0;
  color: #667e90;
  font-size: 11px;
  font-weight: 700;
}

.flow-section {
  width: 100%;
  max-width: none;
  padding-left: max(18px, calc((100% - var(--section-max)) / 2));
  padding-right: max(18px, calc((100% - var(--section-max)) / 2));
  background: #07192d;
  color: #fff;
}

.flow-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.flow-list li {
  min-height: 220px;
  padding: 24px;
  color: #fff;
  border-color: rgba(157, 213, 255, .22);
  background: rgba(255, 255, 255, .06);
  box-shadow: none;
}

.flow-list span {
  display: block;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
}

.flow-list strong {
  display: block;
  margin-top: 24px;
  font-size: 22px;
}

.flow-list p {
  color: rgba(242, 247, 255, .76);
}

.pricing-layout {
  display: grid;
  grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr);
  gap: 18px;
}

.price-main {
  padding: 28px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(16, 112, 194, .88), rgba(5, 140, 154, .9)),
    #0b243d;
}

.price-main span {
  display: block;
  color: rgba(255, 255, 255, .72);
  font-weight: 900;
}

.price-main strong {
  display: block;
  margin-top: 12px;
  color: #fff;
  font-size: clamp(40px, 5vw, 62px);
  line-height: 1;
}

.price-main p {
  color: rgba(255, 255, 255, .86);
  font-weight: 700;
}

.option-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.option-grid article {
  padding: 22px;
}

.option-grid p {
  margin-top: 10px;
  color: var(--teal);
  font-size: 24px;
  font-weight: 900;
}

.estimate-section {
  display: grid;
  grid-template-columns: minmax(300px, .75fr) minmax(0, 1.25fr);
  gap: 28px;
  align-items: start;
  padding-bottom: 74px;
}

.estimate-copy {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 18px;
  align-items: start;
}

.estimate-copy img {
  width: 86px;
  border-radius: 4px;
  background: #fff;
  box-shadow: var(--shadow);
}

.estimate-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.estimate-grid span {
  min-height: 54px;
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
  color: var(--ink);
  font-weight: 800;
}

.estimate-actions {
  grid-column: 2;
  margin-top: 6px;
}

.closing-cta {
  width: min(var(--section-max), calc(100% - 36px));
  margin: 0 auto 86px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 32px;
  border: 1px solid rgba(22, 200, 215, .3);
  border-radius: 4px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(7, 25, 45, .96), rgba(13, 54, 84, .94)),
    url("../images/future-theme.png") center / cover no-repeat;
  box-shadow: 0 30px 90px rgba(7, 24, 43, .2);
}

.closing-cta p {
  max-width: 720px;
  color: rgba(242, 247, 255, .78);
}

.site-footer {
  padding: 30px 18px;
  color: rgba(255, 255, 255, .74);
  background: #061526;
  text-align: center;
  font-size: 13px;
}

.footer-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-bottom: 12px;
}

.footer-brand img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  border-radius: 3px;
  background: #fff;
}

.footer-brand strong {
  color: #fff;
  font-size: 17px;
}

.footer-brand span {
  color: var(--cyan-soft);
  font-size: 11px;
  font-weight: 800;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 10px;
}

.footer-links a {
  color: rgba(255, 255, 255, .86);
}

.error-page {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 24px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(3, 13, 27, .92), rgba(7, 25, 45, .78)),
    url("../images/future-theme.png") center / cover no-repeat;
}

.error-shell {
  width: min(620px, 100%);
  padding: 32px;
  border: 1px solid rgba(157, 213, 255, .26);
  border-radius: 8px;
  background: rgba(6, 18, 34, .78);
  backdrop-filter: blur(14px);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .26);
}

.error-shell img {
  width: 88px;
  margin-bottom: 22px;
  border-radius: 8px;
  background: #fff;
}

.error-shell h1 {
  margin-top: 8px;
  font-size: clamp(30px, 6vw, 48px);
  line-height: 1.2;
}

.error-shell p:not(.section-kicker) {
  margin: 12px 0 24px;
  color: rgba(242, 247, 255, .78);
}

@media (max-width: 980px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .nav-links {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .hero {
    min-height: 92svh;
    padding-top: 170px;
  }

  .pain-grid,
  .service-grid,
  .flow-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-layout,
  .estimate-section,
  .closing-cta {
    grid-template-columns: 1fr;
  }

  .visual-copy {
    max-width: 760px;
  }

  .estimate-actions {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 10px 16px;
  }

  .brand-copy strong {
    font-size: 16px;
  }

  .brand-copy small {
    font-size: 9px;
  }

  .brand img {
    width: 42px;
    height: 42px;
  }

  .nav-links {
    gap: 12px;
    font-size: 13px;
  }

  .nav-links a {
    white-space: nowrap;
  }

  .hero {
    min-height: auto;
    padding: 148px 18px 22px;
    background-position: 58% center;
  }

  .hero-content,
  .hero-metrics {
    justify-self: stretch;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .hero h1 {
    max-width: 100%;
    font-size: 30px;
    line-height: 1.18;
    text-wrap: auto;
  }

  .mobile-break {
    display: inline;
  }

  .hero-lead {
    max-width: 100%;
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.8;
  }

  .hero-content {
    padding-bottom: 24px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .mockup-notice {
    width: 100%;
  }

  .button {
    width: 100%;
    min-height: 46px;
  }

  .hero-metrics,
  .pain-grid,
  .service-grid,
  .flow-list,
  .option-grid,
  .estimate-grid {
    grid-template-columns: 1fr;
  }

  .section {
    width: min(100% - 28px, var(--section-max));
    padding: 62px 0;
  }

  .service-section {
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
  }

  .section-heading {
    padding-left: 14px;
  }

  .visual-section {
    min-height: 760px;
    align-items: start;
  }

  .visual-backdrop {
    object-position: 66% center;
  }

  .visual-overlay {
    background:
      linear-gradient(180deg, rgba(4, 16, 31, .98) 0%, rgba(4, 16, 31, .92) 48%, rgba(4, 16, 31, .42) 78%, rgba(4, 16, 31, .24) 100%),
      linear-gradient(90deg, rgba(4, 16, 31, .72), rgba(4, 16, 31, .12));
  }

  .visual-inner {
    width: calc(100% - 28px);
    padding-top: 66px;
  }

  .visual-pipeline {
    grid-template-columns: 1fr;
    width: min(250px, 100%);
    margin-top: 26px;
  }

  .visual-pipeline span {
    min-height: 48px;
  }

  .analyzer-heading,
  .analyzer-grid {
    grid-template-columns: 1fr;
  }

  .analyzer-heading {
    gap: 22px;
  }

  .analyzer-grid {
    gap: 18px;
    margin-top: 32px;
  }

  .analyzer-panel figcaption {
    padding: 20px;
  }

  .analyzer-panel h3 {
    font-size: 20px;
  }

  .pain-item,
  .service-card,
  .option-grid article,
  .price-main,
  .flow-list li {
    padding: 22px;
  }

  .service-card {
    min-height: auto;
  }

  .profile-panel {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .profile-mark {
    min-height: 118px;
  }

  .profile-mark img {
    width: 96px;
  }

  .flow-section {
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
  }

  .estimate-copy {
    grid-template-columns: 1fr;
  }

  .estimate-actions,
  .profile-actions {
    flex-direction: column;
  }

  .closing-cta {
    width: min(100% - 28px, var(--section-max));
    margin-bottom: 62px;
    padding: 24px;
  }

  .hero-metrics div {
    min-height: 72px;
    padding: 14px 16px;
  }
}
