:root {
  --navy: #061936;
  --blue: #004ec3;
  --blue-2: #075bd8;
  --sky: #eaf5ff;
  --pale: #f4f9ff;
  --line: #d7e6f7;
  --text: #07152b;
  --muted: #526071;
  --yellow: #ffc914;
  --orange: #ff7a00;
  --gold: #d9a92c;
  --green: #078a85;
  --red: #e90016;
  --shadow: 0 16px 40px rgba(0, 47, 112, 0.12);
  --radius: 8px;
}

/* Reviewmoni hero visual */
.site-header {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 4px 22px rgba(5, 28, 72, 0.08);
}

.header-inner {
  min-height: 82px;
  gap: 24px;
}

.brand strong {
  font-size: clamp(24px, 2vw, 32px);
  letter-spacing: 0;
}

.brand small {
  font-size: 12px;
  color: #002b73;
}

.header-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 3vw, 48px);
  flex: 1 1 auto;
  min-width: 0;
}

.header-nav a {
  color: #002b73;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.header-actions .btn-small {
  min-height: 54px;
  padding: 0 26px;
  border-radius: 8px;
  font-size: 15px;
  box-shadow: 0 5px 0 #d49b00, 0 10px 22px rgba(255, 184, 0, 0.26);
}

.hero {
  background:
    radial-gradient(circle at 82% 28%, rgba(0, 104, 255, 0.11), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #f4f9ff 46%, #eaf4ff 100%) !important;
}

.hero::before {
  content: "" !important;
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(126deg, transparent 0 56%, rgba(0, 93, 210, 0.05) 56% 61%, transparent 61%),
    linear-gradient(140deg, transparent 0 68%, rgba(0, 93, 210, 0.08) 68% 72%, transparent 72%);
  pointer-events: none;
}

.hero-grid {
  min-height: 700px;
  grid-template-columns: minmax(0, 0.9fr) minmax(560px, 1.1fr);
  gap: 18px;
  padding-top: 70px;
  padding-bottom: 62px;
}

.hero-copy {
  max-width: 700px;
}

.hero .ribbon {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  margin-bottom: 28px;
  border: 2px solid #b8d4ff;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: none;
  color: #0051c8;
  transform: none;
  padding: 0 26px;
}

.hero h1 {
  font-size: clamp(50px, 5.9vw, 88px);
  line-height: 1.24;
  letter-spacing: 0;
}

.hero h1 .hero-line-main {
  color: #075bea;
  font-size: 1.16em;
}

.hero h1 .hero-line {
  white-space: nowrap;
}

.hero .lead {
  width: min(100%, 700px);
  margin-top: 22px;
  color: #07152b;
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.9;
}

.diagnose-search {
  width: min(100%, 660px);
  grid-template-columns: 1fr 250px;
  margin-top: 28px;
  border: 1px solid #d7e5f6;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(5, 43, 115, 0.14);
}

.diagnose-search input {
  min-height: 64px;
  padding-left: 24px;
  color: #0f2f66;
  font-weight: 900;
}

.diagnose-search .btn-hero {
  min-height: 64px;
  border-radius: 0 7px 7px 0;
  font-size: 18px;
  box-shadow: none;
}

.hero-trust-points {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  margin-top: 34px;
}

.hero-trust-points div {
  display: grid;
  grid-template-columns: 48px auto;
  align-items: center;
  column-gap: 12px;
  color: #002b73;
}

.hero-trust-points strong,
.hero-trust-points small {
  grid-column: 2;
}

.hero-trust-points strong {
  font-size: 18px;
  font-weight: 900;
}

.hero-trust-points small {
  color: #07152b;
  font-size: 14px;
  font-weight: 800;
}

.trust-icon,
.industry-icon,
.person-icon,
.chart-icon,
.shield-mini-icon,
.yen-mini-icon {
  position: relative;
  display: inline-grid;
  place-items: center;
}

.trust-icon {
  grid-row: 1 / span 2;
  width: 48px;
  height: 48px;
  border: 4px solid #003a8d;
  border-radius: 999px;
}

.timer-icon::before {
  content: "";
  width: 16px;
  height: 18px;
  border-left: 4px solid #003a8d;
  border-bottom: 4px solid #003a8d;
  transform: rotate(-42deg);
  transform-origin: bottom left;
}

.yen-icon::before {
  content: "¥";
  color: #003a8d;
  font-size: 27px;
  font-weight: 900;
}

.guard-icon {
  border-radius: 46% 46% 52% 52%;
}

.guard-icon::before {
  content: "";
  width: 18px;
  height: 24px;
  border-radius: 0 0 12px 12px;
  border: 4px solid #003a8d;
  border-top: 0;
}

.hero-visual {
  min-height: 560px;
  justify-content: flex-end;
  isolation: isolate;
}

.hero-device.laptop {
  position: absolute;
  right: 40px;
  bottom: 38px;
  width: min(760px, 92%);
  min-height: 410px;
  border: 14px solid #111827;
  border-bottom-width: 28px;
  border-radius: 18px 18px 12px 12px;
  background: #fff;
  box-shadow: 0 28px 46px rgba(7, 27, 66, 0.22);
}

.hero-device.laptop::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -44px;
  width: 112%;
  height: 22px;
  border-radius: 0 0 50% 50%;
  background: linear-gradient(180deg, #d8dee8, #8b95a3);
  transform: translateX(-50%);
}

.device-screen {
  padding: 26px;
}

.mock-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #002b73;
  font-size: 17px;
  font-weight: 900;
}

.mock-brand small {
  color: #07152b;
  font-size: 13px;
}

.mini-shield {
  width: 18px;
  height: 22px;
  border-radius: 45% 45% 55% 55%;
  background: #0057d8;
}

.mock-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 18px;
  margin-top: 18px;
}

.mock-score,
.mock-list,
.mock-impact article {
  border: 1px solid #d9e6f6;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(5, 43, 115, 0.08);
}

.mock-score {
  padding: 28px 18px;
  text-align: center;
}

.mock-score h3,
.mock-list h3 {
  margin: 0 0 16px;
  color: #002b73;
  font-size: 14px;
  font-weight: 900;
}

.mock-score strong {
  color: #ef233c;
  font-size: 66px;
  line-height: 1;
}

.mock-score span {
  color: #42526b;
  font-weight: 900;
}

.mock-score p {
  display: inline-flex;
  margin: 16px 0 0;
  border-radius: 6px;
  background: #ef233c;
  padding: 8px 16px;
  color: #fff;
  font-weight: 900;
}

.mock-list {
  padding: 22px;
}

.mock-list ul,
.phone-screen ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mock-list li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid #edf2f8;
  padding-bottom: 8px;
  color: #07152b;
  font-size: 13px;
  font-weight: 800;
}

.mock-list li::before {
  content: "⌕";
  color: #002b73;
  font-weight: 900;
}

.mock-list li b {
  margin-left: auto;
  color: #ef233c;
  white-space: nowrap;
}

.mock-impact {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.mock-impact article {
  padding: 16px 8px;
  text-align: center;
}

.mock-impact p {
  margin: 8px 0;
  color: #002b73;
  font-size: 13px;
  font-weight: 900;
}

.mock-impact strong {
  color: #ef233c;
  font-size: 22px;
  font-weight: 900;
}

.person-icon::before {
  content: "●";
  color: #003a8d;
  font-size: 24px;
}

.chart-icon::before {
  content: "▰▰▰";
  color: #003a8d;
  font-size: 18px;
  letter-spacing: -2px;
}

.shield-mini-icon::before {
  content: "盾";
  color: #003a8d;
  font-size: 22px;
  font-weight: 900;
}

.yen-mini-icon::before {
  content: "¥";
  color: #003a8d;
  font-size: 24px;
  font-weight: 900;
}

.hero-medal {
  position: absolute;
  top: 66px;
  left: 24px;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 166px;
  height: 166px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: #fff;
  color: #002b73;
  text-align: center;
  box-shadow: 0 12px 32px rgba(5, 43, 115, 0.18);
}

.hero-medal span,
.hero-medal b {
  font-size: 14px;
  font-weight: 900;
}

.hero-medal strong {
  font-size: 34px;
  line-height: 1;
}

.hero-device.phone {
  position: absolute;
  right: 0;
  bottom: 10px;
  z-index: 5;
  width: 150px;
  height: 300px;
  border: 8px solid #111827;
  border-radius: 28px;
  background: #f8fbff;
  box-shadow: 0 18px 28px rgba(7, 27, 66, 0.22);
}

.phone-notch {
  position: absolute;
  top: 0;
  left: 50%;
  width: 62px;
  height: 14px;
  border-radius: 0 0 12px 12px;
  background: #111827;
  transform: translateX(-50%);
}

.phone-screen {
  padding: 24px 12px 12px;
  text-align: center;
}

.phone-logo {
  margin: 0 0 18px;
  color: #002b73;
  font-size: 10px;
  font-weight: 900;
  text-align: left;
}

.phone-screen h3 {
  margin: 0 0 8px;
  color: #002b73;
  font-size: 12px;
}

.phone-screen strong {
  color: #ef233c;
  font-size: 38px;
  line-height: 1;
}

.phone-screen span {
  color: #42526b;
  font-size: 11px;
  font-weight: 900;
}

.phone-screen b {
  display: inline-flex;
  margin-top: 8px;
  border-radius: 5px;
  background: #ef233c;
  padding: 5px 8px;
  color: #fff;
  font-size: 10px;
}

.phone-screen ul {
  margin-top: 18px;
  text-align: left;
}

.phone-screen li {
  border-bottom: 1px solid #e6eef8;
  padding-bottom: 6px;
  color: #07152b;
  font-size: 9px;
  font-weight: 800;
}

.client-strip {
  background: linear-gradient(90deg, #00286b, #0048a8 55%, #00286b);
}

.client-grid {
  padding-top: 28px;
  padding-bottom: 34px;
}

.industry-lead {
  margin: 0 0 22px;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
}

.hero-industries {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.hero-industries article {
  display: grid;
  min-height: 70px;
  grid-template-columns: 42px 1fr;
  align-items: center;
  column-gap: 10px;
  border-radius: 5px;
  background: #fff;
  padding: 12px 14px;
  color: #002b73;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.1);
}

.hero-industries strong {
  font-size: 16px;
  font-weight: 900;
  white-space: nowrap;
}

.hero-industries small {
  grid-column: 1 / -1;
  margin-top: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  transform: translateY(34px);
}

.industry-icon {
  width: 34px;
  height: 34px;
  color: #003a8d;
  font-size: 32px;
  font-weight: 900;
}

.medical-icon::before { content: "+"; }
.cart-icon::before { content: "🛒"; font-size: 28px; }
.law-icon::before { content: "▥"; }
.building-icon::before { content: "▦"; }
.scissors-icon::before { content: "✂"; }
.code-icon::before { content: "</>"; font-size: 22px; }

@media (max-width: 1280px) {
  .header-nav {
    display: none;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(470px, 1.08fr);
  }
}

@media (max-width: 1080px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    text-align: center;
  }

  .hero .ribbon,
  .diagnose-search,
  .hero .lead {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-visual {
    min-height: 520px;
    justify-content: center;
  }

  .hero-device.laptop {
    right: 50%;
    transform: translateX(50%);
  }

  .hero-medal {
    left: calc(50% - 380px);
  }

  .hero-industries {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 46px;
  }
}

@media (max-width: 760px) {
  .header-inner {
    justify-content: center;
  }

  .header-actions .btn-small {
    display: none;
  }

  .hero-grid {
    padding-top: 42px;
    padding-bottom: 38px;
  }

  .hero h1 {
    font-size: clamp(38px, 11vw, 58px);
  }

  .hero h1 .hero-line {
    white-space: normal;
  }

  .diagnose-search {
    grid-template-columns: 1fr;
  }

  .diagnose-search .btn-hero {
    border-radius: 7px;
  }

  .hero-trust-points {
    justify-content: center;
    gap: 18px;
  }

  .hero-visual {
    min-height: 430px;
  }

  .hero-device.laptop {
    width: 94%;
    min-height: 330px;
    border-width: 9px;
    border-bottom-width: 20px;
  }

  .device-screen {
    padding: 16px;
  }

  .mock-grid {
    grid-template-columns: 1fr;
  }

  .mock-list,
  .mock-impact {
    display: none;
  }

  .hero-medal {
    top: 10px;
    left: 8px;
    width: 118px;
    height: 118px;
  }

  .hero-medal strong {
    font-size: 24px;
  }

  .hero-device.phone {
    right: 12px;
    width: 118px;
    height: 230px;
  }

  .hero-industries {
    grid-template-columns: 1fr 1fr;
    row-gap: 46px;
  }
}

@media (max-width: 520px) {
  .hero-trust-points {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: start;
    width: fit-content;
    margin-inline: auto;
  }

  .hero-industries {
    grid-template-columns: 1fr;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  background: #fff;
  letter-spacing: 0;
}

.sr-only,
.hidden-field {
  display: none !important;
}

.diagnose-search {
  width: min(100%, 620px);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  margin-top: 24px;
}

.diagnose-search input {
  min-height: 68px;
  border: 3px solid #083a8f;
  border-radius: 999px;
  padding: 0 24px;
  background: #fff;
  color: var(--text);
  font: inherit;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(0, 48, 128, 0.12);
}

.diagnose-search input:focus {
  outline: 0;
  border-color: var(--yellow);
  box-shadow: 0 0 0 5px rgba(255, 201, 20, 0.28);
}

.diagnose-search .btn {
  border: 0;
  min-width: 230px;
}

.suggest-error {
  min-height: 1.6em;
  margin: 12px 0 0;
  color: var(--red);
  font-weight: 900;
}

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

img,
svg {
  max-width: 100%;
}

button,
input,
textarea {
  font: inherit;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.narrow {
  width: min(1060px, calc(100% - 40px));
}

.site-header .container,
.hero .container,
.client-strip .container {
  width: min(1400px, calc(100% - 56px));
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 2px 20px rgba(0, 35, 84, 0.08);
  backdrop-filter: blur(10px);
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  min-height: 82px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #06245a;
  font-weight: 900;
}

.brand-mark {
  position: relative;
  display: grid;
  width: 34px;
  height: 38px;
  place-items: center;
  background: linear-gradient(160deg, #053f9d, #0a64dd);
  clip-path: polygon(50% 0, 92% 15%, 82% 78%, 50% 100%, 18% 78%, 8% 15%);
}

.brand-mark::before {
  width: 15px;
  height: 15px;
  content: "";
  border: 3px solid #fff;
  border-top-width: 4px;
  clip-path: polygon(50% 0, 100% 20%, 88% 75%, 50% 100%, 12% 75%, 0 20%);
}



.mail-icon {
  border: 3px solid currentColor;
  border-radius: 2px;
}

.mail-icon::before,
.mail-icon::after {
  position: absolute;
  top: 5px;
  width: 16px;
  height: 3px;
  content: "";
  background: currentColor;
}

.mail-icon::before {
  left: 0;
  transform: rotate(35deg);
  transform-origin: left center;
}

.mail-icon::after {
  right: 0;
  transform: rotate(-35deg);
  transform-origin: right center;
}

.brand strong {
  display: block;
  font-size: 24px;
  line-height: 1;
}

.brand small,
.tel small,
.btn small {
  display: block;
  font-size: 12px;
  line-height: 1.3;
}

.header-copy {
  margin: 0;
  color: #001e56;
  font-weight: 800;
}

.header-actions {
  display: flex;
  gap: 18px;
  align-items: center;
}

.tel {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #071d4a;
  font-weight: 700;
}

.tel strong {
  display: block;
  font-size: clamp(22px, 2.3vw, 32px);
  line-height: 1.1;
}

.icon {
  flex: 0 0 auto;
  font-size: 24px;
  line-height: 1;
}

.icon-svg {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.btn {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 14px 26px;
  border: 0;
  border-radius: var(--radius);
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-yellow {
  color: #06101e;
  background: linear-gradient(180deg, #ffdc34, #ffc30b);
  box-shadow: inset 0 -3px 0 rgba(191, 132, 0, 0.22), 0 12px 24px rgba(225, 162, 0, 0.2);
}

.btn-orange {
  color: #fff;
  background: linear-gradient(180deg, #ff9b1b, #ff6d00);
  box-shadow: inset 0 -4px 0 rgba(169, 62, 0, 0.22), 0 18px 34px rgba(255, 117, 0, 0.24);
}

.btn-small {
  min-height: 54px;
  padding: 10px 22px;
}

.arrow {
  display: inline-grid;
  width: 32px;
  height: 32px;
  place-items: center;
  margin-left: auto;
  font-size: 34px;
  line-height: 1;
}

.hero {
  position: relative;
  overflow: hidden;
  background: url("assets/hero/main-image.png") center bottom / cover no-repeat;
}

.hero::before {
  content: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(560px, 0.95fr) minmax(650px, 1.05fr);
  gap: 48px;
  align-items: center;
  min-height: 690px;
  padding: 30px 0 34px;
}

.ribbon {
  display: inline-block;
  margin: 0 0 20px;
  padding: 10px 28px;
  color: #fff;
  font-size: clamp(17px, 2vw, 25px);
  font-weight: 900;
  background: #001f54;
  transform: skewX(-16deg);
}

.ribbon,
.ribbon * {
  transform-origin: center;
}

.hero h1,
.section h2,
.final-panel h2 {
  margin: 0;
  font-weight: 950;
  line-height: 1.18;
  letter-spacing: 0;
}

.hero h1 {
  font-size: clamp(42px, 4vw, 58px);
  line-height: 0.95;
}

.hero h1 .hero-line {
  display: block;
  color: #050505;
  white-space: nowrap;
}

.hero h1 .hero-line-main {
  position: relative;
  color: #062b70;
  font-size: 1.48em;
  letter-spacing: 0;
}

.hero h1 .hero-line-main::after {
  position: absolute;
  left: 2px;
  right: 16%;
  bottom: -0.08em;
  height: 3px;
  content: "";
  background: #062b70;
  transform: skewX(-20deg);
}

.hero h1 .hero-line-last {
  line-height: 1.03;
}

.hero h1 .hero-line-main em {
  color: #050505;
  font-size: 0.62em;
  font-style: normal;
  vertical-align: 0.08em;
}

.hero h1 .hero-line-last {
  padding-left: 38%;
  font-size: 1.32em;
}

.section h2 span,
.section-head h2 strong {
  color: var(--blue);
}

.hero h1 span:not(.hero-line),
.section h2 span,
.section-head h2 strong {
  color: var(--blue);
}

.lead {
  margin: 20px 0 24px;
  font-size: clamp(17px, 1.7vw, 21px);
  font-weight: 800;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 24px 0;
}

.stats div,
.metrics div {
  position: relative;
  display: grid;
  min-height: 95px;
  place-items: center;
  padding: 8px;
  text-align: center;
}

.stats div::before,
.stats div::after,
.metrics div::before,
.metrics div::after {
  position: absolute;
  top: 12px;
  bottom: 12px;
  width: 28px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 0;
}

.stats div::before,
.metrics div::before {
  left: 0;
  background-image: url("assets/hero/laurel-left.svg");
}

.stats div::after,
.metrics div::after {
  right: 0;
  background-image: url("assets/hero/laurel-right.svg");
}

.stats strong {
  color: #072967;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1;
}

.stats span {
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
}

.stats small,
.metrics span {
  order: -1;
  color: #072967;
  font-weight: 900;
}

.btn-hero {
  width: min(100%, 520px);
  min-height: 72px;
  font-size: clamp(18px, 2.2vw, 25px);
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.hero-points article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 10px;
  align-items: center;
  min-height: 106px;
  padding: 14px 12px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #cbddef;
  border-radius: 7px;
  box-shadow: 0 10px 24px rgba(0, 45, 100, 0.08);
}

.point-icon {
  position: relative;
  display: grid;
  grid-row: span 2;
  width: 36px;
  height: 36px;
  place-items: center;
  color: #003b98;
}

.shield-icon {
  background: currentColor;
  clip-path: polygon(50% 0, 90% 14%, 82% 76%, 50% 100%, 18% 76%, 10% 14%);
}

.shield-icon::before {
  width: 14px;
  height: 8px;
  content: "";
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  transform: rotate(-45deg);
}

.clock-icon {
  border: 4px solid currentColor;
  border-radius: 50%;
}

.clock-icon::before,
.clock-icon::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  background: currentColor;
  border-radius: 2px;
  transform-origin: left center;
}

.clock-icon::before {
  width: 11px;
  height: 4px;
  transform: translateY(-50%) rotate(0deg);
}

.clock-icon::after {
  width: 10px;
  height: 4px;
  transform: translateY(-50%) rotate(-90deg);
}

.lock-icon::before {
  position: absolute;
  left: 8px;
  top: 2px;
  width: 18px;
  height: 17px;
  content: "";
  border: 5px solid currentColor;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
}

.lock-icon::after {
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 2px;
  height: 21px;
  content: "";
  background: currentColor;
  border-radius: 4px;
}

.hero-points h2 {
  margin: 0;
  color: #003b98;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
}

.hero-points p {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.micro {
  margin: 12px 0 0;
  color: #273957;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.hero-visual {
  position: relative;
  min-width: 0;
}

.visual-caption {
  margin: 0 0 22px;
  color: #001e56;
  font-size: clamp(16px, 1.7vw, 21px);
  font-weight: 900;
  text-align: center;
}

.compare {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
}

.compare.wide {
  width: min(100%, 1120px);
  margin-inline: auto;
}

.search-card {
  position: relative;
  min-width: 0;
  padding: 34px 18px 18px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.card-label {
  position: absolute;
  top: -34px;
  left: 50%;
  min-width: 140px;
  padding: 8px 20px;
  color: #fff;
  font-size: 21px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  border-radius: 8px 8px 0 0;
  transform: translateX(-50%);
}

.card-label.dark {
  background: linear-gradient(180deg, #3a4048, #151922);
}

.card-label.blue {
  background: linear-gradient(180deg, #076be5, #003d9d);
}

.search-box {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
  padding: 10px 12px;
  border: 1px solid #b8c8dc;
  border-radius: 6px;
  box-shadow: inset 0 1px 5px rgba(0, 55, 120, 0.08);
  font-weight: 700;
  white-space: nowrap;
}

.search-icon {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

.search-icon::before {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 12px;
  height: 12px;
  content: "";
  border: 3px solid #061126;
  border-radius: 50%;
}

.search-icon::after {
  position: absolute;
  right: 2px;
  bottom: 2px;
  width: 10px;
  height: 3px;
  content: "";
  background: #061126;
  border-radius: 3px;
  transform: rotate(45deg);
}

.search-card ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.search-card li {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
}

.search-card li::before {
  content: "";
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  background:
    radial-gradient(circle at 38% 38%, transparent 0 28%, #061126 30% 43%, transparent 45%),
    linear-gradient(45deg, transparent 0 58%, #061126 59% 72%, transparent 73%);
}

.search-card em {
  margin-left: auto;
  color: var(--red);
  font-style: normal;
  font-weight: 900;
}

.search-card strong {
  margin-left: auto;
  color: #0043aa;
}

.compare-arrow {
  position: relative;
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
}

.compare-arrow::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 42px;
  height: 28px;
  content: "";
  background: linear-gradient(90deg, #0c5bc5, #003a97);
  transform: translateY(-50%);
}

.compare-arrow::after {
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  height: 0;
  content: "";
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 28px solid #003a97;
  transform: translateY(-50%);
}

.client-strip {
  color: #fff;
  background: linear-gradient(120deg, #002b58, #004688 70%, #00356c);
}

.client-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(560px, auto);
  gap: 18px 28px;
  align-items: center;
  padding: 28px 0;
}

.client-grid p {
  margin: 0;
  font-weight: 800;
}

.logo-row {
  display: grid;
  grid-column: 1;
  grid-template-columns: repeat(6, minmax(90px, 1fr));
  gap: 6px;
}

.logo-row span {
  display: grid;
  min-height: 52px;
  place-items: center;
  color: #0a2246;
  font-weight: 900;
  background: #fff;
  border-radius: 5px;
}

.client-grid dl {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  grid-column: 2;
  grid-row: 1 / span 2;
  gap: 16px;
  align-items: center;
  margin: 0;
}

.client-grid dl div {
  position: relative;
  min-height: 76px;
  padding-left: 82px;
  display: grid;
  align-content: center;
  border-left: 1px solid rgba(255, 255, 255, 0.45);
}

.client-grid dl div::before {
  position: absolute;
  left: 18px;
  top: 50%;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: #ffd437;
  font-size: 28px;
  font-weight: 900;
  content: "⌕";
  border: 2px solid #ffd437;
  border-radius: 50%;
  transform: translateY(-50%);
}

.client-grid dl div:nth-child(2)::before {
  content: "●";
  font-size: 22px;
}

.client-grid dl div:nth-child(3)::before {
  content: "▭";
}

.client-grid dt {
  color: #fff;
  font-weight: 800;
  line-height: 1.2;
}

.client-grid dd {
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.3;
}

.section {
  position: relative;
  overflow: hidden;
  padding: clamp(60px, 8vw, 96px) 0;
  background:
    radial-gradient(circle at left top, rgba(4, 100, 210, 0.1), transparent 24%),
    #fff;
}

.section.pale,
.cta-section,
.contact-section,
.final-cta {
  background:
    radial-gradient(circle at 10% 0, rgba(17, 109, 221, 0.13), transparent 26%),
    linear-gradient(180deg, #f8fbff, #eef7ff);
}

.section-head {
  width: min(100%, 960px);
  margin: 0 auto 44px;
  text-align: center;
}

.eyebrow,
.pill {
  margin: 0 0 8px;
  color: var(--blue);
  font-size: clamp(17px, 2vw, 24px);
  font-weight: 900;
}

.pill {
  display: inline-block;
  padding: 5px 26px;
  color: #fff;
  font-size: clamp(15px, 1.8vw, 20px);
  background: linear-gradient(180deg, #0b67db, #003c9b);
  border-radius: 8px;
}

.section h2 {
  font-size: clamp(32px, 5vw, 58px);
}

.section-head p:not(.eyebrow):not(.pill) {
  margin: 18px 0 0;
  font-size: clamp(16px, 1.6vw, 21px);
  font-weight: 700;
}

.cards,
.flow-cards,
.feature-row,
.case-grid,
.scope-grid,
.method-grid,
.promise-row {
  display: grid;
  gap: 22px;
}

.three {
  grid-template-columns: repeat(3, 1fr);
}

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

.five {
  grid-template-columns: repeat(5, 1fr);
}

.six {
  grid-template-columns: repeat(6, 1fr);
}

.problem-card,
.flow-cards article,
.reason-card,
.case-card,
.panel,
.method-card,
.promise-row article,
.feature-row article {
  position: relative;
  min-width: 0;
  padding: 34px 22px 24px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.problem-card {
  padding-top: 52px;
  text-align: center;
}

.num {
  display: inline-grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(180deg, #086fe8, #003c9e);
  border-radius: 50%;
}

.problem-card > .num,
.flow-cards .num,
.reason-card .num {
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
}

.mock-search,
.result-mock,
.sns-mock {
  display: grid;
  gap: 8px;
  min-height: 168px;
  margin-bottom: 22px;
  padding: 14px;
  border: 1px solid #bfd1e7;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #f7fbff);
  text-align: left;
}

.mock-search div {
  display: flex;
  justify-content: space-between;
  padding: 8px 10px;
  border: 1px solid #b9cbe1;
  border-radius: 5px;
  font-weight: 800;
}

.mock-search p,
.result-mock p,
.sns-mock p {
  margin: 0;
  font-weight: 800;
}

.mock-search em,
.result-mock strong {
  color: var(--red);
  font-style: normal;
}

.result-mock small {
  display: block;
  color: #11823a;
}

.sns-mock {
  grid-template-columns: auto 1fr;
  align-items: center;
}

.sns-mock span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #fff;
  background: #0d5ccc;
  border-radius: 50%;
  font-weight: 900;
}

h3,
h4 {
  margin: 0;
  color: #0043aa;
  line-height: 1.45;
}

.problem-card h3,
.flow-cards h3,
.reason-card h3 {
  font-size: clamp(19px, 2vw, 24px);
}

.problem-card p,
.flow-cards p,
.reason-card p,
.feature-row p,
.method-card p,
.case-card p,
.panel p {
  margin: 16px 0 0;
  font-weight: 600;
}

.notice,
.alert-box {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
  padding: 22px 28px;
  color: #071936;
  font-size: clamp(17px, 2vw, 24px);
  font-weight: 900;
  text-align: center;
  background: rgba(237, 246, 255, 0.94);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.notice span,
.alert-box::before {
  display: grid;
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  place-items: center;
  color: #fff;
  font-size: 34px;
  line-height: 1;
  background: linear-gradient(180deg, #096ee7, #003b9c);
  border-radius: 50%;
}

.alert-box {
  border-color: #0b54c4;
  background: #fff;
}

.alert-box::before {
  content: "!";
}

.concerns-section {
  padding: clamp(64px, 7vw, 92px) 0 clamp(54px, 7vw, 76px);
  background:
    radial-gradient(circle at 0 0, rgba(2, 97, 214, 0.2) 0 2px, transparent 3px) 0 0 / 14px 14px,
    radial-gradient(circle at 100% 100%, rgba(2, 97, 214, 0.16) 0 2px, transparent 3px) 100% 100% / 14px 14px,
    radial-gradient(circle at 52% 18%, rgba(255, 255, 255, 0.95), transparent 32%),
    linear-gradient(180deg, #f8fbff 0%, #eef7ff 100%);
}

.concerns-section::before,
.concerns-section::after {
  position: absolute;
  width: 220px;
  height: 220px;
  content: "";
  background: radial-gradient(circle, rgba(5, 97, 210, 0.22) 0 2px, transparent 3px) 0 0 / 13px 13px;
  opacity: 0.55;
  pointer-events: none;
}

.concerns-section::before {
  left: -58px;
  top: -28px;
  mask-image: radial-gradient(circle at left top, #000 0 55%, transparent 72%);
}

.concerns-section::after {
  right: -56px;
  bottom: -36px;
  mask-image: radial-gradient(circle at right bottom, #000 0 55%, transparent 72%);
}

.concerns-section .section-head {
  margin-bottom: 52px;
}

.concerns-section .eyebrow {
  position: relative;
  display: inline-flex;
  gap: 34px;
  align-items: center;
  color: #071936;
  font-size: clamp(16px, 1.8vw, 21px);
}

.concerns-section .eyebrow::before,
.concerns-section .eyebrow::after {
  width: 22px;
  height: 2px;
  content: "";
  background: #005bd6;
  transform: rotate(62deg);
}

.concerns-section .eyebrow::after {
  transform: rotate(-62deg);
}

.concerns-section .section-head h2 {
  color: #071426;
  font-size: clamp(38px, 5vw, 60px);
  line-height: 1.18;
}

.concerns-section .section-head h2 span {
  position: relative;
  display: inline-block;
  color: #005bd6;
}

.concerns-section .section-head h2 span::before,
.concerns-section .section-head h2 span::after {
  position: absolute;
  top: -15px;
  width: 8px;
  height: 8px;
  content: "";
  background: #005bd6;
  border-radius: 50%;
}

.concerns-section .section-head h2 span::before {
  left: 18%;
}

.concerns-section .section-head h2 span::after {
  right: 18%;
}

.concerns-section .section-head p:not(.eyebrow):not(.pill) {
  width: min(100%, 960px);
  margin-inline: auto;
  color: #071936;
  font-size: clamp(16px, 1.55vw, 20px);
  line-height: 1.8;
}

.concerns-section .cards.three {
  gap: 28px;
}

.concerns-section .problem-card {
  overflow: visible;
  min-height: 510px;
  padding: 54px 26px 28px;
  border: 1px solid #d9e8f8;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 40px rgba(0, 52, 120, 0.12);
}

.concerns-section .problem-card > .num {
  top: -34px;
  width: 68px;
  height: 68px;
  font-size: 28px;
  background: linear-gradient(180deg, #096eed 0%, #0044b5 100%);
  box-shadow: 0 8px 18px rgba(0, 70, 170, 0.2);
}

.concerns-section .concern-visual {
  position: relative;
  min-height: 210px;
  margin-bottom: 28px;
  border-color: #b7cce5;
  background: linear-gradient(180deg, #fff 0%, #f7fbff 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8), 0 10px 22px rgba(0, 60, 130, 0.08);
}

.concerns-section .suggest-visual {
  width: 76%;
  padding: 18px;
}

.concerns-section .suggest-visual::before {
  position: absolute;
  right: -82px;
  bottom: -12px;
  width: 82px;
  height: 130px;
  content: "";
  background:
    radial-gradient(circle at 50% 15%, #253246 0 20%, transparent 21%),
    linear-gradient(#244a8f 0 0) 50% 56% / 46px 70px no-repeat,
    linear-gradient(135deg, transparent 43%, #253246 44% 55%, transparent 56%) 13px 82px / 32px 42px no-repeat,
    linear-gradient(45deg, transparent 43%, #253246 44% 55%, transparent 56%) 37px 82px / 32px 42px no-repeat;
  border-radius: 38px 38px 10px 10px;
}

.concerns-section .suggest-visual::after {
  position: absolute;
  right: -60px;
  top: 44px;
  width: 26px;
  height: 34px;
  content: "";
  border: 3px solid #253246;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  opacity: 0.85;
  transform: rotate(28deg);
}

.concerns-section .mock-search div {
  min-height: 42px;
  border-color: #9db6d2;
  color: #071936;
}

.concerns-section .mock-search p {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 15px;
}

.concerns-section .mock-search p::before {
  width: 18px;
  height: 18px;
  content: "";
  background:
    radial-gradient(circle at 38% 38%, transparent 0 28%, #071936 30% 43%, transparent 45%),
    linear-gradient(45deg, transparent 0 58%, #071936 59% 72%, transparent 73%);
}

.concerns-section .result-visual {
  padding: 18px;
}

.concerns-section .result-visual::before {
  position: absolute;
  right: -12px;
  bottom: -10px;
  width: 84px;
  height: 130px;
  content: "";
  background:
    radial-gradient(circle at 50% 14%, #27354b 0 18%, transparent 19%),
    linear-gradient(#2e64bd 0 0) 50% 60% / 50px 72px no-repeat,
    linear-gradient(135deg, transparent 42%, #27354b 43% 56%, transparent 57%) 16px 86px / 30px 40px no-repeat,
    linear-gradient(45deg, transparent 42%, #27354b 43% 56%, transparent 57%) 41px 86px / 30px 40px no-repeat;
  border-radius: 40px 40px 12px 12px;
}

.concerns-section .result-mock p {
  padding: 12px 14px;
  border: 1px solid #c8d9ec;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 6px 14px rgba(0, 55, 120, 0.08);
  font-size: 14px;
}

.concerns-section .social-visual {
  min-height: 210px;
  padding: 22px 18px 22px 72px;
  border: 0;
  background:
    linear-gradient(#061936 0 0) 34px 26px / 4px 154px no-repeat,
    linear-gradient(#061936 0 0) 30px 26px / 74px 4px no-repeat,
    linear-gradient(#061936 0 0) 30px 176px / 74px 4px no-repeat,
    linear-gradient(180deg, #fff 0%, #f7fbff 100%);
  grid-template-columns: auto 1fr;
}

.concerns-section .social-visual::before {
  position: absolute;
  right: 0;
  bottom: -12px;
  width: 82px;
  height: 128px;
  content: "";
  background:
    radial-gradient(circle at 50% 14%, #263348 0 20%, transparent 21%),
    linear-gradient(#244a8f 0 0) 50% 58% / 46px 70px no-repeat,
    linear-gradient(135deg, transparent 43%, #263348 44% 55%, transparent 56%) 13px 84px / 32px 40px no-repeat,
    linear-gradient(45deg, transparent 43%, #263348 44% 55%, transparent 56%) 38px 84px / 32px 40px no-repeat;
  border-radius: 38px 38px 12px 12px;
}

.concerns-section .sns-mock span {
  width: 42px;
  height: 42px;
  margin-left: -54px;
  background: linear-gradient(180deg, #0b70ee, #0046b6);
  box-shadow: 0 6px 14px rgba(0, 70, 170, 0.18);
}

.concerns-section .sns-mock p {
  padding: 9px 12px;
  border: 1px solid #b9cde7;
  border-radius: 8px;
  background: #fff;
  font-size: 14px;
  box-shadow: 0 5px 12px rgba(0, 55, 120, 0.08);
}

.concerns-section .problem-card h3 {
  position: relative;
  padding-bottom: 20px;
  color: #0046b6;
  font-size: clamp(22px, 2.1vw, 27px);
  line-height: 1.45;
}

.concerns-section .problem-card h3::after {
  position: absolute;
  left: 6px;
  right: 6px;
  bottom: 0;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, transparent, #2d82e8 12% 88%, transparent);
}

.concerns-section .problem-card > p {
  margin-top: 20px;
  color: #071936;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.85;
  text-align: left;
}

.concerns-section .concern-notice {
  width: min(100%, 1120px);
  margin: 34px auto 0;
  padding: 22px 34px;
  border: 0;
  background: linear-gradient(90deg, #edf6ff 0%, #f8fbff 50%, #edf6ff 100%);
  box-shadow: 0 12px 28px rgba(0, 55, 120, 0.06);
  font-size: clamp(18px, 2vw, 24px);
}

.concerns-section .problem-card .concern-visual {
  display: block;
  min-height: 0;
  margin: 0 0 24px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 10px;
  background: transparent;
  box-shadow: none;
}

.concerns-section .concern-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}

.loss-section {
  padding: clamp(66px, 7vw, 94px) 0 clamp(56px, 7vw, 78px);
  background:
    radial-gradient(circle at 0 0, rgba(2, 97, 214, 0.19) 0 2px, transparent 3px) 0 0 / 14px 14px,
    linear-gradient(180deg, #f8fbff 0%, #eef7ff 100%);
}

.loss-section::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 185px;
  content: "";
  background:
    linear-gradient(180deg, transparent, rgba(229, 244, 255, 0.9)),
    url("assets/hero/main-image.png") center bottom / cover no-repeat;
  opacity: 0.32;
  pointer-events: none;
}

.loss-section .container {
  position: relative;
  z-index: 1;
  width: min(1380px, calc(100% - 56px));
}

.loss-section .section-head {
  width: min(100%, 1120px);
  margin-bottom: 58px;
}

.loss-section .eyebrow {
  position: relative;
  display: inline-flex;
  gap: 34px;
  align-items: center;
  color: #0046b6;
  font-size: clamp(21px, 2.2vw, 30px);
}

.loss-section .eyebrow::before,
.loss-section .eyebrow::after {
  width: 22px;
  height: 2px;
  content: "";
  background: #005bd6;
  transform: rotate(64deg);
}

.loss-section .eyebrow::after {
  transform: rotate(-64deg);
}

.loss-section .section-head h2 {
  color: #071426;
  font-size: clamp(38px, 4.6vw, 62px);
  line-height: 1.18;
}

.loss-section .section-head h2 span {
  color: #005bd6;
}

.loss-section .section-head p:not(.eyebrow):not(.pill) {
  width: min(100%, 1040px);
  margin-inline: auto;
  color: #071936;
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.8;
}

.loss-section .flow-cards.five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 30px;
}

.loss-section .flow-cards article {
  min-height: 420px;
  padding: 54px 22px 24px;
  border: 1px solid #d9e8f8;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 38px rgba(0, 52, 120, 0.12);
}

.loss-section .flow-cards article:not(:last-child)::after {
  position: absolute;
  right: -31px;
  top: 48%;
  z-index: 2;
  width: 32px;
  height: 46px;
  content: "";
  background: linear-gradient(90deg, #0c5bc5, #005bd6);
  clip-path: polygon(0 26%, 50% 26%, 50% 0, 100% 50%, 50% 100%, 50% 74%, 0 74%);
}

.loss-section .flow-cards .num {
  top: -28px;
  width: 58px;
  height: 58px;
  font-size: 24px;
  background: linear-gradient(180deg, #096eed 0%, #0044b5 100%);
  box-shadow: 0 8px 18px rgba(0, 70, 170, 0.2);
}

.loss-section .flow-cards img {
  display: block;
  width: 100%;
  height: 150px;
  margin: 0 auto 18px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}

.loss-section .flow-cards h3 {
  min-height: 58px;
  color: #0046b6;
  font-size: clamp(18px, 1.5vw, 23px);
  line-height: 1.35;
}

.loss-section .flow-cards p {
  margin-top: 16px;
  color: #071936;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.75;
  text-align: left;
}

.loss-section .loss-alert {
  width: min(100%, 1320px);
  margin: 36px auto 0;
  padding: 24px 38px;
  border: 2px solid #005bd6;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  font-size: clamp(20px, 2.1vw, 28px);
  line-height: 1.7;
}

.loss-section .loss-alert::before {
  content: "!";
}

.loss-section .loss-alert strong {
  color: #005bd6;
}

.loss-section .loss-alert em {
  color: #e60012;
  font-style: normal;
}

.flow-cards {
  margin-top: 36px;
}

.flow-cards article {
  padding-top: 56px;
  text-align: center;
}

.flow-cards i,
.reason-card i,
.feature-row i,
.promise-row i {
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  margin: 0 auto 18px;
  color: #004cb8;
  font-style: normal;
  font-size: 36px;
  font-weight: 900;
  background: #eaf3ff;
  border-radius: 50%;
}

.flow-cards small {
  display: block;
  margin-top: 18px;
  padding: 10px;
  color: #0043aa;
  font-weight: 900;
  background: #eef6ff;
  border-radius: 6px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(300px, 0.8fr);
  gap: 32px;
}

.reason-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.reason-grid article {
  padding: 18px;
  text-align: center;
  border-right: 1px solid var(--line);
}

.reason-grid article:last-child {
  border-right: 0;
}

.reason-grid .num {
  width: 42px;
  height: 42px;
  font-size: 16px;
}

.reason-grid i {
  display: block;
  margin: 14px 0;
  color: #0c55bd;
  font-size: 44px;
  font-style: normal;
}

.reason-grid h4 {
  font-size: 17px;
}

.blue-panel {
  background: linear-gradient(180deg, #eef7ff, #e5f2ff);
}

.engine-list {
  display: grid;
  gap: 20px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.engine-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 14px;
  align-items: start;
}

.engine-list span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: #fff;
  font-weight: 900;
  background: var(--blue);
  border-radius: 50%;
}

.engine-list strong {
  color: #0043aa;
  font-size: 19px;
}

.engine-list p {
  grid-column: 2;
  margin: 0;
}

.card-note {
  margin-top: 20px;
  padding: 16px;
  border-radius: 6px;
  font-weight: 900;
  text-align: center;
}

.card-note.gray {
  background: #eef1f5;
}

.blue-note {
  color: #0043aa;
  background: #edf5ff;
}

.engine-section {
  padding: clamp(66px, 7vw, 92px) 0 clamp(58px, 7vw, 78px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.45), rgba(238, 247, 255, 0.9)),
    url("assets/hero/main-image.png") center bottom / cover no-repeat;
}

.engine-section .container {
  width: min(1380px, calc(100% - 56px));
}

.engine-section .section-head {
  width: min(100%, 1120px);
  margin-bottom: 48px;
}

.engine-section .pill {
  min-width: min(100%, 590px);
  padding: 8px 26px;
  border-radius: 10px;
  background: linear-gradient(180deg, #075fd0, #003f9f);
  font-size: clamp(16px, 1.6vw, 22px);
}

.engine-section .section-head h2 {
  margin-top: 22px;
  color: #05070c;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.15;
}

.engine-section .section-head h2 span {
  color: #0052c8;
}

.engine-section .section-head p:not(.eyebrow):not(.pill) {
  width: min(100%, 1000px);
  margin-inline: auto;
  color: #071936;
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.85;
}

.engine-section .split {
  grid-template-columns: minmax(0, 1.35fr) minmax(360px, 0.72fr);
  gap: 40px;
  align-items: stretch;
}

.engine-section .panel {
  border: 1px solid #dbe9f8;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 38px rgba(0, 52, 120, 0.11);
}

.engine-section .panel > h3 {
  position: relative;
  width: min(100%, 650px);
  margin: -30px auto 28px;
  padding: 10px 20px;
  color: #fff;
  border-radius: 7px;
  background: linear-gradient(180deg, #075fd0, #003f9f);
  font-size: clamp(18px, 1.7vw, 24px);
  text-align: center;
}

.engine-section .panel > h3::after {
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 0;
  height: 0;
  content: "";
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #003f9f;
  transform: translateX(-50%);
}

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

.engine-section .reason-grid article {
  padding: 18px 18px 8px;
  border-right: 1px solid #d7e6f7;
}

.engine-section .reason-grid .num {
  width: 42px;
  height: 42px;
  margin-bottom: 10px;
  font-size: 17px;
}

.engine-section .reason-grid img {
  display: block;
  width: 100%;
  height: 118px;
  margin: 0 auto 18px;
  object-fit: contain;
}

.engine-section .reason-grid h4 {
  color: #0046b6;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.55;
}

.engine-section .reason-grid p {
  margin-top: 14px;
  color: #071936;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.75;
  text-align: left;
}

.engine-section .blue-panel {
  padding: 34px 36px;
  background: linear-gradient(180deg, rgba(238, 247, 255, 0.96), rgba(226, 241, 255, 0.96));
}

.engine-section .blue-panel > h3 {
  width: 100%;
  margin: 0 0 22px;
  padding: 0 0 14px;
  color: #0046b6;
  border-radius: 0;
  background: transparent;
  border-bottom: 1px solid #7aa9df;
}

.engine-section .blue-panel > h3::after {
  content: none;
}

.engine-section .engine-list {
  gap: 22px;
  margin: 0;
}

.engine-section .engine-list li {
  position: relative;
  grid-template-columns: 76px auto 1fr;
  gap: 0 14px;
  align-items: center;
}

.engine-section .engine-list li:not(:last-child)::after {
  position: absolute;
  left: 37px;
  bottom: -19px;
  color: #5f94d1;
  content: "↓";
  font-size: 22px;
  font-weight: 900;
}

.engine-section .engine-list img {
  grid-row: span 2;
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.engine-section .engine-list span {
  width: 34px;
  height: 34px;
  font-size: 16px;
}

.engine-section .engine-list strong {
  color: #0046b6;
  font-size: 18px;
}

.engine-section .engine-list p {
  grid-column: 3;
  color: #071936;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.65;
}

.engine-section .engine-alert {
  width: min(100%, 1280px);
  margin: 36px auto 0;
  padding: 22px 34px;
  border: 2px solid #005bd6;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.65;
}

.engine-section .engine-alert strong {
  color: #005bd6;
}

.engine-section .engine-alert small {
  display: block;
  margin-top: 8px;
  color: #071936;
  font-size: clamp(15px, 1.3vw, 18px);
  font-weight: 700;
}

.engine-alert-copy {
  min-width: 0;
}

.engine-alert-copy p {
  margin: 0;
}

.service-section {
  padding: clamp(66px, 7vw, 90px) 0 clamp(52px, 6vw, 70px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.55), rgba(238, 247, 255, 0.92)),
    url("assets/hero/main-image.png") center bottom / cover no-repeat;
}

.service-section .container {
  width: min(1380px, calc(100% - 56px));
}

.service-section .section-head {
  width: min(100%, 1380px);
  margin-bottom: 28px;
}

.service-section .pill {
  min-width: min(100%, 470px);
  padding: 8px 26px;
  border-radius: 8px;
  background: linear-gradient(180deg, #075fd0, #003f9f);
  font-size: clamp(16px, 1.6vw, 22px);
}

.service-section .section-head h2 {
  margin-top: 18px;
  color: #071426;
  font-size: clamp(36px, 4.1vw, 56px);
  line-height: 1.18;
}

.service-section .section-head h2 span {
  color: #0052c8;
}

.service-section .section-head p:not(.eyebrow):not(.pill) {
  width: min(100%, 1040px);
  margin-inline: auto;
  color: #071936;
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.85;
}

.service-compare-image {
  width: min(100%, 1240px);
  margin-inline: auto;
}

.service-compare-image img {
  display: block;
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(0, 52, 120, 0.12);
}

.service-section .center-title {
  position: relative;
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
  margin: 30px auto 18px;
  color: #0046b6;
  font-size: clamp(20px, 2vw, 27px);
}

.service-section .center-title::before,
.service-section .center-title::after {
  width: min(24vw, 360px);
  height: 2px;
  content: "";
  background: #005bd6;
}

.service-section .feature-row.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.service-section .feature-row article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px 18px;
  align-items: center;
  min-height: 136px;
  padding: 18px 20px;
  border: 1px solid #d9e8f8;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 14px 32px rgba(0, 52, 120, 0.11);
}

.service-section .feature-row img {
  grid-row: span 2;
  width: 92px;
  height: 92px;
  object-fit: contain;
  object-position: center;
  border-radius: 0;
}

.service-section .feature-row h4 {
  color: #0046b6;
  font-size: clamp(16px, 1.35vw, 19px);
}

.service-section .feature-row p {
  margin: 0;
  color: #071936;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
}

.center-title {
  margin: 42px 0 18px;
  font-size: clamp(21px, 2.6vw, 30px);
  text-align: center;
}

.feature-row article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px 16px;
  align-items: start;
  padding: 22px;
}

.feature-row i {
  grid-row: span 2;
  width: 62px;
  height: 62px;
  margin: 0;
  font-size: 26px;
}

.feature-row p {
  margin: 0;
}

.method-grid {
  grid-template-columns: repeat(2, 1fr);
}

.method-card {
  padding: 28px;
}

.method-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 6% 10%, rgba(19, 112, 224, 0.08), transparent 28%),
    radial-gradient(circle at 94% 4%, rgba(0, 156, 160, 0.08), transparent 30%),
    linear-gradient(180deg, #f8fbff 0%, #eef6ff 100%);
}

.method-section .section-head {
  max-width: 1040px;
}

.method-section .section-head .eyebrow {
  color: #0046b8;
  font-size: clamp(14px, 1.6vw, 18px);
}

.method-section .section-head h2 {
  font-size: clamp(32px, 4.2vw, 52px);
}

.method-section .section-head h2::first-letter {
  letter-spacing: 0;
}

.method-section .section-head p:last-child {
  color: #071936;
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 800;
}

.method-section .method-grid {
  gap: 26px;
  align-items: stretch;
}

.method-section .method-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 28px;
  overflow: hidden;
  border-color: #dbe9fb;
  border-radius: 12px;
  box-shadow: 0 18px 45px rgba(18, 54, 92, 0.11);
}

.method-section .method-card::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(135deg, rgba(0, 94, 214, 0.07), transparent 32%);
}

.method-section .method-card.seo::before {
  background: linear-gradient(135deg, rgba(0, 152, 149, 0.08), transparent 32%);
}

.method-card-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
}

.method-section .method-label {
  width: 70px;
  height: 88px;
  margin: 0;
  font-size: 17px;
  letter-spacing: 0;
}

.method-section .method-card h3 {
  margin: 4px 0 0;
  color: #0046b8;
  font-size: clamp(25px, 2.7vw, 34px);
}

.method-section .method-card.seo h3 {
  color: #008b88;
}

.method-section .method-card h3 small {
  margin-left: 6px;
  color: currentColor;
  font-size: 0.58em;
  white-space: nowrap;
}

.method-section .method-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #071936;
  font-weight: 700;
  line-height: 1.9;
}

.method-section .method-lead {
  margin-top: 6px !important;
  color: #0046b8 !important;
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 900 !important;
  line-height: 1.55 !important;
}

.method-section .method-lead.green {
  color: #008b88 !important;
}

.method-image-wrap {
  position: relative;
  z-index: 1;
  margin: 4px 0 2px;
  padding: 18px 16px 16px;
  background: #f7fbff;
  border: 1px solid #dbe9fb;
  border-radius: 10px;
}

.method-image-wrap.green {
  background: #f4fbfb;
  border-color: #d3eeee;
}

.method-image-wrap > span {
  display: block;
  width: min(300px, 70%);
  margin: -18px auto 12px;
  padding: 5px 12px;
  color: #0046b8;
  font-weight: 900;
  text-align: center;
  background: #eaf3ff;
  border-radius: 0 0 10px 10px;
}

.method-image-wrap.green > span {
  color: #008b88;
  background: #e7f8f7;
}

.method-image-wrap img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(6, 25, 54, 0.08);
}

.method-features {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: auto;
  overflow: hidden;
  background: linear-gradient(180deg, #eef6ff, #f9fcff);
  border: 1px solid #dbe9fb;
  border-radius: 10px;
}

.method-features.green {
  background: linear-gradient(180deg, #eaf8f7, #f8fdfd);
  border-color: #d3eeee;
}

.method-features article {
  padding: 18px 16px;
}

.method-features article + article {
  border-left: 1px solid #d2e1f4;
}

.method-features.green article + article {
  border-left-color: #c9e7e6;
}

.method-features strong {
  display: block;
  margin-bottom: 6px;
  color: #0046b8;
  font-size: 15px;
}

.method-features.green strong {
  color: #008b88;
}

.method-features span {
  display: block;
  color: #183052;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.65;
}

.method-notice {
  align-items: center;
  justify-content: center;
  margin-top: 26px;
  padding: 24px 28px;
  text-align: center;
  background: linear-gradient(90deg, #f2f8ff, #ecf7ff);
  border-color: #d5e7fb;
  border-radius: 10px;
}

.method-notice span {
  flex: 0 0 auto;
}

.method-notice div {
  min-width: 0;
}

.method-notice strong {
  display: block;
  color: #071936;
  font-size: clamp(18px, 2.1vw, 24px);
}

.method-notice small {
  display: block;
  margin-top: 8px;
  color: #183052;
  font-size: 15px;
  font-weight: 700;
}

.method-label {
  display: inline-grid;
  width: 62px;
  height: 62px;
  place-items: center;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  background: linear-gradient(180deg, #086be1, #003e9f);
  border-radius: 8px 8px 26px 26px;
}

.method-label.green {
  background: linear-gradient(180deg, #0aa394, #00736f);
}

.method-card h3 {
  font-size: clamp(24px, 3vw, 34px);
}

.method-card h3 small {
  color: inherit;
  font-size: 0.52em;
}

.mini-compare,
.ranking {
  margin: 26px 0;
  padding: 16px;
  background: #f7fbff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.mini-compare {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
  align-items: center;
  text-align: center;
}

.mini-compare div {
  padding: 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.mini-compare strong {
  display: inline-block;
  padding: 2px 14px;
  color: #fff;
  background: #697180;
  border-radius: 6px;
}

.mini-compare div:last-child strong {
  background: var(--blue);
}

.mini-compare p {
  margin-top: 10px;
}

.ranking p {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0 0 10px;
  color: #0043aa;
  font-weight: 900;
}

.ranking span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: #fff;
  background: #8c96a3;
  border-radius: 50%;
}

.ranking .bad {
  color: var(--red);
  margin-top: 18px;
  padding: 10px;
  border: 1px dashed #ff8a8a;
  border-radius: 6px;
}

.checks {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.checks li {
  position: relative;
  padding-left: 26px;
  color: #08275b;
  font-weight: 800;
}

.checks li::before {
  position: absolute;
  left: 0;
  top: 0.15em;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  color: #fff;
  font-size: 12px;
  content: "✓";
  background: var(--blue);
  border-radius: 50%;
}

.green-checks li::before {
  background: var(--green);
}

.cta-section {
  padding: 72px 0;
}

.cta-panel {
  padding: 42px;
  background: rgba(255, 255, 255, 0.46);
  border-radius: 18px;
}

.promise-row {
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 34px;
}

.promise-row article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 18px;
  align-items: center;
}

.promise-row i {
  grid-row: span 2;
  width: 72px;
  height: 72px;
  margin: 0;
}

.promise-row p {
  margin: 0;
}

.big-cta {
  display: grid;
  grid-template-columns: auto minmax(320px, 1fr) minmax(230px, 300px);
  gap: 24px;
  align-items: center;
  padding: 30px;
  color: #fff;
  background: linear-gradient(135deg, #003c9f, #005ad7);
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.badge {
  display: grid;
  width: 130px;
  height: 130px;
  place-items: center;
  color: #07152b;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  background: #fff;
  border-radius: 50%;
}

.badge strong {
  color: #f04120;
  font-size: 38px;
}

.big-cta p {
  margin: 0 0 14px;
  color: #ffe926;
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 950;
  text-align: center;
}

.btn-wide {
  width: 100%;
  min-height: 82px;
  font-size: clamp(24px, 3.2vw, 42px);
  border-radius: 999px;
}

.phone-card {
  display: grid;
  gap: 4px;
  padding: 22px;
  color: #0643a6;
  background: #fff;
  border-radius: var(--radius);
  font-weight: 900;
}

.phone-card strong {
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.1;
}

.phone-card span {
  color: #0f2e63;
}

.reassure {
  margin: 28px 0 0;
  font-weight: 800;
  text-align: center;
}

.cta-section {
  position: relative;
  overflow: hidden;
  padding: 84px 0 72px;
  background:
    radial-gradient(circle at 13% 8%, rgba(18, 111, 221, 0.11), transparent 30%),
    radial-gradient(circle at 88% 13%, rgba(18, 111, 221, 0.08), transparent 28%),
    linear-gradient(180deg, #eef7ff 0%, #f9fcff 100%);
}

.cta-section::before,
.cta-section::after {
  position: absolute;
  width: 220px;
  height: 220px;
  pointer-events: none;
  content: "";
  opacity: 0.45;
  background-image: radial-gradient(#b9d5f6 1.5px, transparent 1.5px);
  background-size: 13px 13px;
}

.cta-section::before {
  left: 28px;
  top: 24px;
}

.cta-section::after {
  right: 20px;
  bottom: 30px;
}

.cta-section .cta-panel {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  background: transparent;
  border-radius: 0;
}

.cta-section .section-head {
  width: min(100%, 1180px);
  margin-bottom: 34px;
}

.cta-section .section-head .eyebrow {
  color: #071936;
  font-size: clamp(17px, 2.1vw, 30px);
  line-height: 1.35;
}

.cta-section .section-head .eyebrow::before,
.cta-section .section-head .eyebrow::after {
  color: #005bd4;
}

.cta-section .section-head h2 {
  margin: 18px 0 22px;
  font-size: clamp(36px, 4.3vw, 58px);
  line-height: 1.2;
  letter-spacing: 0;
}

.cta-section .section-head h2 span,
.cta-section .section-head p span,
.cta-section .reassure span {
  color: #005bd4;
}

.cta-section .section-head p {
  width: min(100%, 920px);
  margin-inline: auto;
  color: #071936;
  font-size: clamp(17px, 1.8vw, 24px);
  font-weight: 850;
  line-height: 1.85;
}

.cta-section .promise-row {
  position: relative;
  z-index: 2;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 42px;
  padding: 34px min(300px, 24vw) 34px 34px;
  overflow: visible;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #dce9f8;
  border-radius: 18px;
  box-shadow: 0 18px 46px rgba(18, 54, 92, 0.12);
}

.cta-section .promise-row article {
  grid-template-columns: auto 1fr;
  gap: 5px 20px;
  align-items: center;
  padding: 6px 24px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.cta-section .promise-row article + article {
  border-left: 1px solid #d4e2f3;
}

.promise-icon {
  grid-row: span 2;
  width: 82px;
  height: 82px;
  padding: 18px;
  object-fit: contain;
  background: #eaf3ff;
  border-radius: 50%;
}

.cta-section .promise-row h3 {
  color: #0046b8;
  font-size: clamp(18px, 1.7vw, 24px);
}

.cta-section .promise-row p {
  color: #071936;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.8;
}

.cta-consultant {
  position: absolute;
  z-index: 3;
  right: 8px;
  top: 142px;
  width: min(300px, 25vw);
  max-height: 430px;
  object-fit: contain;
  object-position: right bottom;
  filter: drop-shadow(0 18px 26px rgba(10, 31, 64, 0.16));
  border-radius: 0 0 16px 16px;
}

.cta-section .big-cta {
  position: relative;
  z-index: 4;
  grid-template-columns: 150px minmax(320px, 1fr) minmax(250px, 320px);
  gap: 28px;
  padding: 34px 42px;
  overflow: hidden;
  background: linear-gradient(135deg, #0040a4 0%, #005bd4 55%, #003690 100%);
  border-radius: 14px;
  box-shadow: 0 24px 48px rgba(0, 54, 144, 0.22);
}

.cta-section .badge {
  width: 132px;
  height: 132px;
  color: #071936;
  background: #fff;
  box-shadow: inset 0 0 0 1px #e3edf9;
}

.cta-section .badge strong {
  color: #ef3e2f;
  font-size: 46px;
}

.cta-section .big-cta p {
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 950;
}

.cta-section .big-cta p span {
  color: #ffe536;
}

.cta-section .big-cta p::before,
.cta-section .big-cta p::after {
  color: #fff;
  content: "\\";
  margin-right: 12px;
}

.cta-section .big-cta p::after {
  content: "/";
  margin: 0 0 0 12px;
}

.cta-section .btn-wide {
  min-height: 88px;
  border-radius: 999px;
  color: #071936;
  font-size: clamp(25px, 3vw, 42px);
  box-shadow: 0 6px 0 #d99b00, 0 14px 26px rgba(0, 0, 0, 0.18);
}

.cta-section .phone-card {
  align-self: center;
  padding: 22px 24px;
  color: #0046b8;
  background: #f2f7ff;
  border: 1px solid #d7e7fb;
  border-radius: 8px;
}

.cta-section .phone-card small {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.cta-section .phone-card .icon {
  width: 22px;
  height: 22px;
}

.cta-section .phone-card strong {
  color: #0046b8;
}

.cta-section .reassure {
  display: inline-flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 34px;
  color: #071936;
  font-size: clamp(16px, 1.6vw, 20px);
}

.cta-section .reassure .icon {
  width: 54px;
  height: 54px;
  padding: 14px;
  background: #dfeeff;
  border-radius: 50%;
}

.reason-card {
  padding-top: 64px;
  text-align: center;
}

.reason-card i {
  width: 90px;
  height: 90px;
  font-size: 32px;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 34px;
  padding: 26px 42px;
  background: #eef6ff;
  border-radius: var(--radius);
  text-align: center;
}

.metrics strong {
  color: var(--blue);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.1;
}

.reasons-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 3% 34%, rgba(0, 91, 212, 0.12), transparent 26%),
    radial-gradient(circle at 98% 34%, rgba(0, 91, 212, 0.1), transparent 26%),
    linear-gradient(180deg, #f8fcff 0%, #eef7ff 100%);
}

.reasons-section .container {
  width: min(100% - 64px, 1480px);
}

.reasons-section .section-head {
  width: min(100%, 1120px);
  margin-bottom: 48px;
}

.reasons-section .section-head .eyebrow {
  color: #0046b8;
  font-size: clamp(17px, 2vw, 28px);
}

.reasons-section .section-head h2 {
  margin: 18px 0 22px;
  font-size: clamp(40px, 4.8vw, 68px);
  line-height: 1.18;
}

.reasons-section .section-head h2 span {
  color: #005bd4;
}

.reasons-section .section-head p {
  color: #071936;
  font-size: clamp(17px, 1.8vw, 24px);
  font-weight: 850;
  line-height: 1.8;
}

.reasons-section .cards.six {
  gap: 10px;
}

.reasons-section .reason-card {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 56px 18px 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #dbe8f8;
  border-radius: 10px;
  box-shadow: 0 16px 36px rgba(18, 54, 92, 0.1);
  text-align: center;
}

.reasons-section .reason-card .num {
  top: 14px;
  width: 54px;
  height: 54px;
  color: #fff;
  font-size: 25px;
  background: linear-gradient(180deg, #0b62d9, #003f9e);
  border-radius: 50%;
  transform: translateX(-50%);
}

.reason-icon {
  display: block;
  width: 128px;
  height: 128px;
  margin: 8px auto 14px;
  object-fit: contain;
  border-radius: 16px;
}

.reasons-section .reason-card h3 {
  min-height: 3.1em;
  color: #0046b8;
  font-size: clamp(20px, 1.55vw, 25px);
  line-height: 1.55;
}

.reasons-section .reason-card p {
  margin: 16px 0 18px;
  color: #071936;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.85;
  text-align: left;
}

.reasons-section .reason-card .checks {
  gap: 8px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid #dce7f4;
}

.reasons-section .reason-card .checks li {
  color: #08244d;
  font-size: 13px;
  font-weight: 850;
}

.reasons-section .metrics {
  position: relative;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 40px;
  margin-top: 34px;
  padding: 30px 56px;
  background: rgba(238, 246, 255, 0.92);
  border: 1px solid #dbe8f8;
  border-radius: 12px;
  box-shadow: 0 14px 34px rgba(18, 54, 92, 0.08);
}

.reasons-section .metrics h3 {
  grid-column: 1 / -1;
  margin: 0;
  color: #0046b8;
  font-size: clamp(22px, 2.5vw, 32px);
  text-align: center;
}

.reasons-section .metrics div {
  min-height: 130px;
  overflow: hidden;
}

.reasons-section .metrics div::before,
.reasons-section .metrics div::after {
  content: none;
}

.reasons-section .metrics strong {
  color: #005bd4;
  font-size: clamp(34px, 4vw, 48px);
}

.reasons-section .metrics small {
  display: block;
  color: #5f7087;
  font-size: 13px;
  font-weight: 700;
}

.metric-laurel {
  position: absolute;
  top: 18px;
  bottom: 18px;
  width: 44px;
  height: calc(100% - 36px);
  object-fit: contain;
}

.metric-laurel.left {
  left: 12px;
}

.metric-laurel.right {
  right: 12px;
}

.case-grid {
  grid-template-columns: repeat(3, 1fr);
}

.case-card {
  padding-top: 22px;
}

.case-label {
  display: inline-block;
  margin-bottom: 12px;
  padding: 8px 14px;
  color: #fff;
  font-weight: 900;
  background: linear-gradient(180deg, #086be1, #003f9e);
  border-radius: 8px 8px 22px 22px;
}

.case-meta {
  margin: 0 0 8px;
  font-weight: 800;
}

.case-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin: 20px 0;
}

.case-flow span {
  display: grid;
  min-height: 38px;
  place-items: center;
  color: #fff;
  font-weight: 900;
  background: #8a929e;
  border-radius: 5px;
}

.case-flow span:nth-child(2) {
  background: var(--blue);
}

.case-flow span:nth-child(3) {
  background: var(--gold);
}

blockquote {
  margin: 22px 0 0;
  padding: 18px;
  color: #0a2d67;
  font-weight: 800;
  background: #eef6ff;
  border-left: 5px solid var(--blue);
}

.support-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px;
  margin-top: 28px;
}

.blue-stat,
.industry-list {
  padding: 28px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.blue-stat {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: center;
  color: #fff;
  background: linear-gradient(120deg, #003c9f, #0061d7);
}

.blue-stat h3 {
  grid-column: 1 / -1;
  color: #fff;
  text-align: center;
}

.blue-stat strong {
  color: #ffd73b;
  font-size: 30px;
  text-align: center;
}

.industry-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  background: #fff;
  text-align: center;
}

.industry-list h3 {
  grid-column: 1 / -1;
}

.industry-list span {
  padding: 12px;
  color: #33445c;
  font-weight: 800;
  background: #f2f7ff;
  border-radius: 6px;
}

.case-study-section {
  position: relative;
  overflow: hidden;
  padding: 52px 0;
  background:
    radial-gradient(circle at 2% 42%, rgba(0, 91, 212, 0.12), transparent 24%),
    radial-gradient(circle at 98% 42%, rgba(0, 91, 212, 0.1), transparent 24%),
    linear-gradient(180deg, #f8fcff 0%, #eef7ff 100%);
}

.case-study-section .container {
  width: min(100% - 72px, 1490px);
}

.case-study-section .section-head {
  width: min(100%, 1460px);
  margin-bottom: 28px;
}

.case-study-section .section-head .eyebrow {
  color: #0046b8;
  font-size: clamp(17px, 2vw, 28px);
}

.case-study-section .section-head h2 {
  margin: 14px 0 14px;
  font-size: clamp(35px, 3.8vw, 52px);
  line-height: 1.2;
}

.case-study-section .section-head h2 span {
  color: #005bd4;
}

.case-study-section .section-head p {
  color: #071936;
  font-size: clamp(16px, 1.55vw, 21px);
  font-weight: 850;
}

@media (min-width: 1181px) {
  .case-study-section .section-head h2 {
    white-space: nowrap;
  }
}

.case-study-section .case-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.case-study-section .case-card {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 18px 16px 16px 88px;
  border-color: #dbe8f8;
  border-radius: 10px;
  box-shadow: 0 16px 36px rgba(18, 54, 92, 0.11);
}

.case-study-section .case-label {
  position: absolute;
  top: 0;
  left: 18px;
  display: grid;
  width: 62px;
  height: 78px;
  place-items: center;
  padding: 8px 0 10px;
  margin: 0;
  font-size: 14px;
  line-height: 1.05;
  text-align: center;
  border-radius: 0 0 24px 24px;
}

.case-study-section .case-label strong {
  display: block;
  font-size: 30px;
  line-height: 1;
}

.case-study-section .case-meta {
  margin: 0 0 10px;
  color: #071936;
  font-size: 13px;
  font-weight: 900;
}

.case-study-section .case-card h3 {
  color: #0046b8;
  font-size: clamp(18px, 1.38vw, 23px);
  line-height: 1.45;
}

.case-study-section .case-desc {
  margin: 10px 0 14px;
  color: #071936;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

.case-process {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin-top: 2px;
}

.case-process-item {
  display: flex;
  flex-direction: column;
  min-height: 142px;
  padding: 0 8px 9px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dce7f4;
  border-radius: 6px;
  text-align: center;
}

.case-tab {
  display: grid;
  min-height: 25px;
  place-items: center;
  margin: 0 -8px 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 50%, calc(100% - 14px) 100%, 0 100%);
}

.case-tab.gray {
  background: linear-gradient(180deg, #8e98a6, #6f7885);
}

.case-tab.blue {
  background: linear-gradient(180deg, #0068dc, #0044ac);
}

.case-tab.gold {
  background: linear-gradient(180deg, #c9971b, #a36e00);
}

.case-process-item p {
  min-height: 4.5em;
  margin: 0;
  color: #071936;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.6;
}

.case-process-item img {
  display: block;
  width: 48px;
  height: 48px;
  margin: auto auto 0;
  object-fit: contain;
}

.case-ranking {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 18px minmax(0, 1fr) 82px;
  gap: 7px;
  align-items: center;
  margin-top: 14px;
}

.rank-box {
  overflow: hidden;
  background: #fff;
  border: 1px solid #bfcde0;
  border-radius: 5px;
}

.rank-box > span {
  display: grid;
  min-height: 24px;
  place-items: center;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  background: linear-gradient(180deg, #748194, #4f5a69);
}

.rank-box:nth-of-type(2) > span {
  background: linear-gradient(180deg, #0068dc, #0044ac);
}

.rank-box ol {
  display: grid;
  gap: 4px;
  padding: 9px 7px 9px 22px;
  margin: 0;
  color: #071936;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.4;
}

.rank-box small {
  font-size: 8px;
}

.rank-arrow {
  color: #6e91bd;
  font-size: 32px;
  line-height: 1;
  text-align: center;
}

.score-circle {
  display: grid;
  width: 78px;
  height: 78px;
  box-sizing: border-box;
  place-items: center;
  align-content: center;
  gap: 1px;
  padding: 7px;
  color: #071936;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
  background: #fff;
  border: 2px solid #d6a524;
  border-radius: 50%;
}

.score-circle strong {
  display: block;
  color: #c18a00;
  font-size: 24px;
  line-height: 1;
}

.case-study-section blockquote {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 10px;
  align-items: center;
  margin-top: 14px;
  padding: 13px 14px;
  color: #0a2d67;
  font-size: 12px;
  line-height: 1.6;
  background: #eef6ff;
  border: 0;
  border-radius: 6px;
}

.case-study-section blockquote img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.case-study-section blockquote small {
  display: block;
  margin-top: 8px;
  color: #071936;
  font-weight: 900;
}

.scope-grid {
  grid-template-columns: 0.95fr 1.05fr 1.05fr;
}

.engine-logos {
  display: flex;
  justify-content: space-around;
  margin: 40px 0;
}

.engine-logos span {
  color: var(--blue);
  font-size: clamp(44px, 6vw, 76px);
  font-weight: 950;
  line-height: 1;
}

.engine-logos span:nth-child(2) {
  color: #e80d2f;
}

.engine-logos span:nth-child(3) {
  color: #0c856a;
}

.mini-icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 18px;
  background: #eff7ff;
  border-radius: 8px;
  text-align: center;
  font-weight: 800;
}

.media-list {
  display: grid;
  padding: 0;
  margin: 16px 0 0;
  list-style: none;
}

.media-list li {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.media-list strong {
  color: var(--blue);
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 20px;
}

.industry-grid span {
  padding: 16px;
  color: #0043aa;
  font-weight: 900;
  background: #f4f9ff;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.support-box {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 28px;
  align-items: center;
  margin-top: 34px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.72);
  border-radius: var(--radius);
}

.section.flow-section {
  position: relative;
  overflow: hidden;
  padding: 58px 0 34px;
  background:
    radial-gradient(circle at 0 0, rgba(0, 91, 212, 0.11), transparent 28%),
    radial-gradient(circle at 100% 0, rgba(0, 91, 212, 0.09), transparent 26%),
    linear-gradient(180deg, #f8fcff 0%, #eef7ff 100%);
}

.flow-section .container {
  width: min(100% - 64px, 1490px);
}

.flow-section .section-head {
  margin-bottom: 42px;
}

.flow-section .eyebrow {
  color: #004fc2;
  font-size: clamp(20px, 2vw, 30px);
}

.flow-section .section-head h2 {
  font-size: clamp(40px, 4.9vw, 66px);
  line-height: 1.18;
}

.flow-section .section-head h2 span {
  color: #0055d8;
}

.flow-section .section-head p:last-child {
  margin-top: 14px;
  color: #071936;
  font-size: clamp(17px, 1.6vw, 22px);
  font-weight: 800;
}

.flow-section .flow-cards.six {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  margin-top: 0;
}

.flow-section .flow-cards article {
  display: flex;
  min-height: 480px;
  padding: 52px 16px 16px;
  flex-direction: column;
  border: 1px solid #d7e7f9;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 10px 26px rgba(0, 53, 120, 0.1);
  text-align: center;
}

.flow-section .flow-cards article:not(:last-child)::after {
  position: absolute;
  right: -14px;
  top: 45%;
  z-index: 2;
  width: 26px;
  height: 34px;
  content: "";
  background: linear-gradient(90deg, #8ba7cd 0%, #2f66b9 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%, 22% 50%);
  filter: drop-shadow(0 2px 4px rgba(0, 53, 120, 0.22));
}

.flow-section .flow-cards .num {
  top: -20px;
  width: 54px;
  height: 54px;
  background: linear-gradient(180deg, #0873eb 0%, #0041a9 100%);
  box-shadow: 0 7px 18px rgba(0, 69, 170, 0.18);
  font-size: 24px;
}

.flow-section .flow-step-icon {
  display: block;
  width: 132px;
  height: 132px;
  margin: 0 auto 18px;
  object-fit: contain;
}

.flow-section .flow-cards h3 {
  min-height: 58px;
  color: #004fc2;
  font-size: clamp(18px, 1.35vw, 24px);
  line-height: 1.35;
}

.flow-section .flow-cards p {
  min-height: 126px;
  margin-top: 12px;
  color: #071936;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.75;
  text-align: left;
}

.flow-section .flow-cards small {
  display: grid;
  min-height: 82px;
  margin-top: auto;
  padding: 12px 10px;
  place-items: center;
  color: #0043aa;
  background: #eef6ff;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.45;
}

.flow-section .flow-cards small span,
.flow-section .flow-cards small strong,
.flow-section .flow-cards small em {
  display: block;
}

.flow-section .flow-cards small span {
  color: #0043aa;
  font-size: 13px;
}

.flow-section .flow-cards small strong {
  color: #004fc2;
  font-size: 18px;
}

.flow-section .flow-cards small em {
  color: #526785;
  font-size: 10px;
  font-style: normal;
}

.flow-section .support-box {
  grid-template-columns: minmax(0, 1.18fr) 190px minmax(0, 1.05fr);
  gap: 24px;
  margin-top: 22px;
  padding: 18px 26px;
  border: 1px solid #d9e9fb;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 30px rgba(0, 54, 120, 0.06);
}

.flow-section .support-intro {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
}

.flow-section .support-intro img {
  display: block;
  width: 168px;
  max-width: 100%;
  align-self: end;
}

.flow-section .support-intro h3,
.flow-section .promise-panel h3 {
  color: #0043aa;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.35;
}

.flow-section .support-intro p {
  margin-top: 10px;
  color: #071936;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
}

.flow-section .support-intro ul {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.flow-section .support-intro li {
  display: flex;
  gap: 9px;
  align-items: center;
  color: #0043aa;
  font-weight: 900;
  line-height: 1.45;
}

.flow-section .support-intro li::before {
  display: inline-grid;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  place-items: center;
  color: #fff;
  content: "✓";
  background: #004fc2;
  border-radius: 50%;
  font-size: 13px;
}

.flow-section .circle-cta {
  display: grid;
  width: 180px;
  height: 180px;
  place-items: center;
  gap: 2px;
  padding: 18px;
  color: #fff;
  background: radial-gradient(circle at 35% 30%, #0a73f0 0%, #0042b4 72%);
  border-radius: 50%;
  box-shadow: 0 18px 34px rgba(0, 68, 170, 0.24);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
}

.flow-section .circle-cta span {
  display: block;
}

.flow-section .circle-cta strong {
  display: block;
  color: #ffdf36;
  font-size: 31px;
  line-height: 1.05;
}

.flow-section .promise-panel {
  min-width: 0;
}

.flow-section .promise-panel h3 {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.flow-section .promise-panel h3::before {
  width: 28px;
  height: 28px;
  content: "";
  background: url("assets/service/reason-01-shield.png") center / contain no-repeat;
}

.flow-section .promise-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.flow-section .promise-mini-grid article {
  min-width: 0;
  padding: 16px 12px;
  border: 1px solid #e4eef9;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 18px rgba(0, 53, 120, 0.05);
  text-align: center;
}

.flow-section .promise-mini-grid img {
  display: block;
  width: 58px;
  height: 58px;
  margin: 0 auto 8px;
  object-fit: contain;
}

.flow-section .promise-mini-grid strong {
  display: block;
  color: #004fc2;
  font-size: 18px;
  line-height: 1.35;
}

.flow-section .promise-mini-grid p {
  margin-top: 8px;
  color: #071936;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
}

.flow-section .flow-note {
  margin-top: 18px;
  color: #465b78;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.section.scope-section {
  position: relative;
  overflow: hidden;
  padding: 46px 0;
  background:
    radial-gradient(circle at 7% 22%, rgba(0, 91, 212, 0.11), transparent 28%),
    radial-gradient(circle at 93% 22%, rgba(0, 91, 212, 0.09), transparent 28%),
    linear-gradient(180deg, #f8fcff 0%, #eef7ff 100%);
}

.scope-section .container {
  width: min(100% - 64px, 1480px);
}

.scope-section .section-head {
  width: min(100%, 1040px);
  margin-bottom: 36px;
}

.scope-section .section-head .eyebrow {
  color: #0046b8;
  font-size: clamp(17px, 2vw, 27px);
}

.scope-section .section-head h2 {
  margin: 14px 0 12px;
  font-size: clamp(40px, 4.8vw, 68px);
  line-height: 1.18;
}

.scope-section .section-head h2 span {
  color: #005bd4;
}

.scope-section .section-head p {
  color: #071936;
  font-size: clamp(16px, 1.55vw, 20px);
  font-weight: 800;
  line-height: 1.8;
}

.scope-section .scope-grid {
  grid-template-columns: 0.98fr 1.02fr 1.14fr;
  gap: 14px;
}

.scope-panel {
  min-width: 0;
  padding: 18px 18px 16px;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid #d6e6f8;
  border-radius: 10px;
  box-shadow: 0 16px 36px rgba(18, 54, 92, 0.1);
}

.scope-panel > h3 {
  display: block;
  width: fit-content;
  min-width: 230px;
  margin: 0 auto 14px;
  padding: 8px 22px;
  color: #fff;
  font-size: clamp(17px, 1.45vw, 20px);
  text-align: center;
  background: linear-gradient(180deg, #0068dc, #0044ac);
  border-radius: 999px;
}

.scope-panel > p {
  margin: 0 0 12px;
  color: #071936;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.75;
  text-align: center;
}

.scope-engine-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  align-items: end;
  margin: 24px 0 30px;
  text-align: center;
}

.scope-engine-list img {
  display: block;
  width: 82px;
  height: 82px;
  margin: 0 auto 8px;
  object-fit: contain;
}

.scope-engine-list span {
  color: #071936;
  font-size: 16px;
  font-weight: 800;
}

.scope-area-box {
  overflow: hidden;
  background: #eef6ff;
  border: 1px solid #dbe8f8;
  border-radius: 9px;
}

.scope-area-box h4 {
  margin: 0;
  padding: 11px;
  color: #0046b8;
  font-size: 18px;
  text-align: center;
  background: linear-gradient(180deg, #eaf4ff, #dfeeff);
}

.scope-area-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 14px 10px;
}

.scope-area-grid div {
  display: grid;
  gap: 8px;
  justify-items: center;
  align-content: start;
  min-height: 96px;
  padding: 0 8px;
  color: #071936;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
}

.scope-area-grid div + div {
  border-left: 1px solid #cbdcf0;
}

.scope-area-grid img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.scope-section .media-list {
  margin-top: 12px;
}

.scope-section .media-list li {
  display: grid;
  grid-template-columns: 42px 132px 1fr;
  gap: 10px;
  align-items: center;
  padding: 7px 0;
}

.scope-section .media-list li:last-child {
  border-bottom: 0;
}

.scope-section .media-list img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.scope-section .media-list strong {
  color: #0046b8;
  font-size: 14px;
}

.scope-section .media-list span {
  color: #071936;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.42;
}

.scope-industry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 14px;
  border-top: 1px solid #d4e3f4;
}

.scope-industry-grid div {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 4px 10px;
  align-items: center;
  min-height: 78px;
  padding: 10px 8px;
  border-bottom: 1px solid #d4e3f4;
}

.scope-industry-grid div:nth-child(odd) {
  border-right: 1px solid #d4e3f4;
}

.scope-industry-grid img {
  grid-row: span 2;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.scope-industry-grid strong {
  color: #0046b8;
  font-size: 14px;
}

.scope-industry-grid span {
  color: #071936;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
}

.scope-bottom {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 0;
  margin-top: 22px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #cfe2f8;
  border-radius: 10px;
  box-shadow: 0 14px 32px rgba(18, 54, 92, 0.08);
}

.scope-map-box,
.scope-flow-box {
  display: grid;
  align-items: center;
  min-height: 178px;
  padding: 18px 26px;
}

.scope-map-box {
  grid-template-columns: 1.08fr 0.92fr;
  gap: 20px;
  border-right: 1px solid #d5e4f5;
}

.scope-map-box > img {
  width: 100%;
  max-height: 138px;
  object-fit: contain;
}

.scope-map-box h3,
.scope-flow-box h3 {
  color: #0046b8;
  font-size: clamp(20px, 2vw, 26px);
}

.scope-map-box p,
.scope-flow-box p {
  margin-top: 8px;
  color: #071936;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
}

.scope-flow-box {
  text-align: center;
}

.scope-flow-box > img {
  width: min(100%, 620px);
  height: 92px;
  margin: 10px auto 2px;
  object-fit: contain;
}

.scope-flow-labels {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: min(100%, 620px);
  margin: 0 auto;
  color: #071936;
  font-size: 13px;
  font-weight: 850;
}

.circle-cta {
  display: grid;
  width: 178px;
  height: 178px;
  place-items: center;
  color: #fff;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
  background: linear-gradient(180deg, #096ee7, #003b9d);
  border-radius: 50%;
}

.circle-cta strong {
  color: #ffe033;
  font-size: 30px;
}

.accordion {
  display: grid;
  gap: 10px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 8px 20px rgba(0, 47, 112, 0.06);
}

summary {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 18px 24px;
  color: #0043aa;
  font-size: clamp(17px, 2vw, 22px);
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  margin-left: auto;
  color: #0043aa;
  font-size: 30px;
  content: "⌄";
}

details[open] summary::after {
  content: "⌃";
}

summary span,
details div span {
  display: grid;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #fff;
  background: var(--blue);
  border-radius: 50%;
}

details div {
  display: flex;
  gap: 16px;
  margin: 0 24px 20px 78px;
  padding: 18px 22px;
  background: #f2f7ff;
  border-radius: 6px;
  font-weight: 700;
}

.contact-section {
  position: relative;
  overflow: hidden;
  scroll-margin-top: 110px;
  padding: clamp(96px, 9vw, 126px) 0 clamp(48px, 6vw, 74px);
  background:
    linear-gradient(135deg, rgba(0, 91, 212, 0.08) 0 9%, transparent 9% 91%, rgba(0, 91, 212, 0.08) 91% 100%),
    radial-gradient(circle at 50% 0, rgba(255, 255, 255, 0.92), transparent 42%),
    linear-gradient(180deg, #f9fcff 0%, #eef7ff 100%);
}

.contact-section .container.narrow {
  width: min(100% - 64px, 1120px);
}

.contact-head {
  width: min(100%, 960px);
  margin-bottom: 40px;
}

.contact-head .eyebrow {
  display: inline-flex;
  gap: 28px;
  align-items: center;
  color: #004fc2;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.35;
}

.contact-head .eyebrow::before,
.contact-head .eyebrow::after {
  content: none;
}

.contact-head .eyebrow {
  flex-wrap: wrap;
  justify-content: center;
}

.contact-slash {
  color: #005bd6;
  font-size: 1.12em;
  font-weight: 900;
}

.contact-head h2 {
  margin-top: 18px;
  color: #071936;
  font-size: clamp(42px, 5.5vw, 68px);
}

.contact-head h2 span {
  color: #0055d8;
}

.contact-head h2 {
  text-wrap: balance;
}

.contact-head p {
  margin-top: 22px;
  color: #071936;
  font-size: clamp(17px, 1.7vw, 22px);
  font-weight: 700;
  line-height: 1.9;
}

.benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  width: min(100%, 1080px);
  margin: 0 auto 22px;
  padding: 18px 28px;
  border-radius: 12px;
  background: linear-gradient(180deg, #edf6ff 0%, #e7f2ff 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.benefits article {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 0 22px;
  text-align: left;
}

.benefits article + article {
  border-left: 1px solid #bcd3ee;
}

.benefits img {
  display: block;
  width: 62px;
  height: 62px;
  object-fit: contain;
}

.benefits strong,
.benefits span {
  display: block;
}

.benefits strong {
  color: #0043aa;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
}

.benefits span {
  margin-top: 4px;
  color: #071936;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.contact-form {
  display: grid;
  gap: 26px;
  padding: clamp(34px, 5vw, 52px) clamp(28px, 5vw, 40px) clamp(38px, 5vw, 52px);
  background: #fff;
  border: 1px solid #dce8f6;
  border-radius: 16px;
  box-shadow: 0 18px 46px rgba(0, 54, 120, 0.13);
}

.contact-form label {
  display: grid;
  grid-template-columns: 170px 58px minmax(0, 1fr);
  gap: 10px 20px;
  align-items: center;
  color: #07152b;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.35;
}

.contact-form label span,
.contact-form label em {
  display: inline-grid;
  width: 44px;
  height: 27px;
  place-items: center;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  line-height: 1;
  background: linear-gradient(180deg, #ff5b42, #ff351c);
  border-radius: 5px;
}

.contact-form label em {
  background: #8893a2;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  min-height: 74px;
  padding: 18px 24px;
  color: #07152b;
  border: 1px solid #b9c9dd;
  border-radius: 7px;
  outline: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #8a98ad;
  font-weight: 500;
}

.contact-form textarea {
  min-height: 220px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(0, 87, 204, 0.1);
}

.contact-form label small {
  grid-column: 3;
  margin-top: -2px;
  color: #071936;
  font-size: 15px;
  font-weight: 700;
}

.privacy {
  display: block;
  padding: 24px 28px;
  background: linear-gradient(180deg, #edf6ff 0%, #e6f2ff 100%);
  border-radius: 10px;
}

.privacy p {
  margin: 0;
  color: #071936;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
}

.privacy strong {
  display: block;
  color: #0043aa;
  font-size: 18px;
  line-height: 1.45;
}

.contact-form .btn-orange {
  position: relative;
  display: grid;
  width: min(100%, 940px);
  min-height: 118px;
  margin: 18px auto 0;
  place-items: center;
  gap: 6px;
  border-radius: 10px;
  background: linear-gradient(180deg, #ffae19 0%, #ff6a00 100%);
  box-shadow: 0 10px 24px rgba(236, 93, 0, 0.24);
  font-size: clamp(22px, 3.2vw, 38px);
  line-height: 1.25;
  text-align: center;
}

.contact-form .btn-orange > span {
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.2;
}

.contact-form .btn-orange strong {
  font-size: 1em;
}

.contact-form .btn-orange .arrow {
  position: absolute;
  right: 44px;
  top: 50%;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: #ff7a00;
  background: #fff;
  border-radius: 50%;
  font-size: 36px;
  font-style: normal;
  line-height: 1;
  transform: translateY(-50%);
}

.contact-form > .micro {
  margin-top: -4px;
  color: #65738a;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.final-cta {
  padding: 34px 0;
}

.final-panel {
  padding: clamp(38px, 7vw, 70px);
  text-align: center;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.final-panel h2 {
  font-size: clamp(34px, 5.4vw, 62px);
}

.final-panel h2,
.final-panel p {
  margin-inline: auto;
  max-width: 980px;
}

.final-panel > p:not(.eyebrow):not(.micro) {
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 800;
}

.btn-final {
  width: min(100%, 980px);
  min-height: 108px;
  margin: 30px auto;
  font-size: clamp(25px, 4vw, 48px);
}

.final-phone {
  display: inline-grid;
  grid-template-columns: auto auto auto;
  gap: 24px;
  align-items: center;
  padding: 24px 48px;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.final-phone span {
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  color: #fff;
  font-size: 34px;
  background: linear-gradient(180deg, #096ee7, #003b9d);
  border-radius: 50%;
}

.final-phone strong {
  color: var(--blue);
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1;
}

.final-phone small {
  color: #07152b;
  font-size: 18px;
  font-weight: 800;
  text-align: left;
}

.site-footer {
  color: #dceaff;
  background: linear-gradient(180deg, #06285f 0%, #02183a 100%);
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  padding: 34px 0 28px;
}

.footer-brand {
  min-width: 0;
}

.site-footer .brand {
  color: #fff;
}

.site-footer .brand small {
  color: #bdd4f3;
}

.footer-brand p {
  max-width: 620px;
  margin: 14px 0 0;
  color: #c8dbf5;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

.footer-nav {
  display: flex;
  gap: 6px 22px;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.footer-nav a {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.footer-nav a:hover {
  color: #ffcf26;
}

.footer-bottom {
  display: flex;
  justify-content: flex-end;
  padding: 14px 0 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-bottom small {
  color: #a9c1e2;
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 1180px) {
  .header-inner {
    grid-template-columns: auto 1fr;
  }

  .header-copy {
    display: none;
  }

  .header-actions {
    justify-content: end;
  }

  .header-actions .btn-small {
    display: none;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-copy {
    text-align: center;
  }

  .stats,
  .btn-hero {
    margin-inline: auto;
  }

  .client-grid,
  .client-grid dl,
  .logo-row {
    grid-column: auto;
    grid-row: auto;
  }

  .client-grid {
    grid-template-columns: 1fr;
  }

  .client-grid dl {
    justify-content: center;
  }

  .five,
  .six {
    grid-template-columns: repeat(3, 1fr);
  }

  .four,
  .reason-grid,
  .feature-row.four {
    grid-template-columns: repeat(2, 1fr);
  }

  .scope-grid,
  .support-grid {
    grid-template-columns: 1fr;
  }

  .big-cta {
    grid-template-columns: auto 1fr;
  }

  .phone-card {
    grid-column: 1 / -1;
  }
}

/* Header navigation */
.menu-toggle {
  display: none;
  width: 46px;
  height: 42px;
  place-items: center;
  padding: 9px;
  color: #003f9e;
  background: #fff;
  border: 1px solid #cfe0f5;
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(0, 44, 105, 0.08);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-toggle span + span {
  margin-top: 5px;
}

.menu-toggle.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-menu {
  display: none;
}

.mobile-menu[hidden] {
  display: none !important;
}

@media (min-width: 1025px) {
  .header-inner {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .header-nav {
    display: flex;
  }

  .header-actions {
    display: flex;
  }
}

@media (max-width: 1024px) {
  .site-header {
    position: sticky;
    top: 0;
  }

  .header-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    min-height: 68px;
    padding: 10px 0;
  }

  .brand {
    justify-content: flex-start;
  }

  .header-nav,
  .header-actions {
    display: none;
  }

  .menu-toggle {
    display: grid;
  }

  .mobile-menu {
    width: min(100% - 28px, 640px);
    margin: 0 auto 12px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid #d6e6f8;
    border-radius: 12px;
    box-shadow: 0 18px 34px rgba(0, 35, 84, 0.16);
  }

  .mobile-menu-nav {
    display: grid;
    gap: 2px;
  }

  .mobile-menu-nav a,
  .mobile-menu-tel {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 10px 12px;
    color: #06245a;
    font-weight: 900;
    text-decoration: none;
    border-radius: 8px;
  }

  .mobile-menu-nav a {
    background: #f3f8ff;
  }

  .mobile-menu-tel {
    gap: 10px;
    margin-top: 10px;
    color: #0046b8;
    background: #fff7d9;
    border: 1px solid #f5d25b;
  }

  .mobile-menu-tel .phone-icon {
    width: 24px;
    height: 24px;
  }

  .mobile-menu-tel strong {
    display: block;
    font-size: 21px;
    line-height: 1.1;
  }

  .mobile-menu-tel small {
    display: block;
    color: #0f2e63;
    font-size: 12px;
    line-height: 1.35;
  }
}

@media (max-width: 860px) {
  .container,
  .narrow {
    width: min(100% - 24px, 640px);
  }

  .site-header {
    position: static;
  }

  .header-inner {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 12px 0;
  }

  .brand {
    justify-content: center;
  }

  .header-actions {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  .tel {
    justify-content: center;
  }

  .hero-grid {
    gap: 42px;
    padding-top: 28px;
  }

  .ribbon {
    transform: none;
  }

  .stats,
  .three,
  .four,
  .five,
  .six,
  .case-grid,
  .promise-row,
  .method-grid,
  .metrics,
  .benefits {
    grid-template-columns: 1fr;
  }

  .compare,
  .compare.wide {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .hero-points {
    grid-template-columns: 1fr;
  }

  .compare-arrow {
    margin-inline: auto;
    transform: rotate(90deg);
  }

  .client-grid dl {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .client-grid dl div,
  .benefits span + span {
    border-left: 0;
  }

  .client-grid dl div {
    padding-left: 78px;
  }

  .logo-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .split,
  .reason-grid,
  .support-box,
  .big-cta {
    grid-template-columns: 1fr;
  }

  .reason-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .reason-grid article:last-child {
    border-bottom: 0;
  }

  .feature-row article,
  .promise-row article {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .feature-row i,
  .promise-row i {
    grid-row: auto;
    margin-inline: auto;
  }

  .big-cta {
    text-align: center;
  }

  .badge,
  .circle-cta {
    margin-inline: auto;
  }

  .support-box {
    text-align: center;
  }

  .contact-form label {
    grid-template-columns: 1fr auto;
  }

  .contact-form input,
  .contact-form textarea,
  .contact-form label small {
    grid-column: 1 / -1;
  }

  details div {
    margin-left: 24px;
  }

  .final-phone {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 24px;
  }

  .final-phone small {
    text-align: center;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .footer-brand p {
    margin-inline: auto;
  }

  .footer-nav {
    justify-content: center;
  }

  .footer-bottom {
    justify-content: center;
  }
}

@media (max-width: 1180px) {
  .loss-section .flow-cards.five {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .loss-section .flow-cards article:not(:last-child)::after {
    display: none;
  }

  .engine-section .split,
  .engine-section .reason-grid {
    grid-template-columns: 1fr;
  }

  .engine-section .reason-grid article {
    border-right: 0;
    border-bottom: 1px solid #d7e6f7;
  }

  .engine-section .reason-grid article:last-child {
    border-bottom: 0;
  }

  .service-section .feature-row.four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .loss-section .container {
    width: min(100% - 24px, 640px);
  }

  .loss-section .flow-cards.five {
    grid-template-columns: 1fr;
  }

  .loss-section .flow-cards article {
    min-height: auto;
  }

  .loss-section .loss-alert {
    display: grid;
    padding: 22px 16px;
  }

  .engine-section .container {
    width: min(100% - 24px, 640px);
  }

  .engine-section .panel,
  .engine-section .blue-panel {
    padding-inline: 16px;
  }

  .engine-section .panel > h3 {
    margin-top: -24px;
  }

  .engine-section .engine-list li {
    grid-template-columns: 62px auto 1fr;
  }

  .engine-section .engine-list img {
    width: 58px;
    height: 58px;
  }

  .engine-section .engine-list p {
    grid-column: 1 / -1;
    margin-top: 8px;
  }

  .engine-section .engine-alert {
    display: grid;
    padding: 22px 16px;
  }

  .service-section .container {
    width: min(100% - 24px, 640px);
  }

  .service-section .feature-row.four {
    grid-template-columns: 1fr;
  }

  .service-section .center-title {
    gap: 14px;
  }

  .service-section .center-title::before,
  .service-section .center-title::after {
    width: 42px;
  }
}

@media (max-width: 540px) {
  body {
    font-size: 15px;
  }

  .section {
    padding: 52px 0;
  }

  .hero h1 {
    font-size: clamp(30px, 10vw, 42px);
  }

  .hero h1 .hero-line {
    white-space: normal;
  }

  .hero h1 .hero-line-main {
    font-size: 1.38em;
  }

  .hero h1 .hero-line-last {
    padding-left: 0;
  }

  .section h2 {
    font-size: clamp(28px, 10vw, 42px);
  }

  .search-card {
    padding-inline: 14px;
  }

  .search-box,
  .search-card li {
    font-size: 14px;
  }

  .notice,
  .alert-box {
    display: grid;
    padding: 20px 16px;
  }

  .problem-card,
  .flow-cards article,
  .reason-card,
  .case-card,
  .panel,
  .method-card,
  .promise-row article,
  .feature-row article,
  .contact-form,
  .cta-panel {
    padding-inline: 16px;
  }

  .mini-compare {
    grid-template-columns: 1fr;
  }

  .mini-compare > span {
    transform: rotate(90deg);
  }

  .industry-list,
  .industry-grid,
  .mini-icons,
  .blue-stat {
    grid-template-columns: 1fr;
  }

  .media-list li {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .btn-wide,
  .btn-final {
    min-height: 74px;
    border-radius: 12px;
  }

  summary {
    padding: 16px;
  }

details div {
    display: grid;
    margin: 0 16px 16px;
  }
}

.diagnosis-results {
  background:
    radial-gradient(circle at 8% 8%, rgba(255, 201, 20, 0.16), transparent 28%),
    linear-gradient(180deg, #f5f9ff 0%, #fff 100%);
}

.diagnosis-summary-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.9fr 1fr 1fr;
  gap: 18px;
  align-items: stretch;
}

.diagnosis-score-card,
.diagnosis-count-card,
.diagnosis-chart-card,
.diagnosis-radar-card,
.diagnosis-metric-row article,
.word-card,
.diagnosis-table-card {
  border: 1px solid #d8e6f7;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 38px rgba(0, 42, 105, 0.08);
}

.diagnosis-score-card,
.diagnosis-count-card,
.diagnosis-chart-card,
.diagnosis-radar-card {
  padding: 24px;
}

.diagnosis-card-label,
.diagnosis-chart-card h3,
.diagnosis-radar-card h3 {
  margin: 0 0 14px;
  color: #003a97;
  font-weight: 900;
}

.diagnosis-score {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.diagnosis-score strong {
  color: var(--red);
  font-size: clamp(58px, 8vw, 88px);
  line-height: 0.95;
}

.diagnosis-score span {
  color: var(--muted);
  font-weight: 900;
}

.diagnosis-rank {
  margin: 18px 0;
  font-weight: 900;
}

.diagnosis-rank b {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-left: 6px;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
}

.diagnosis-alert {
  margin: 0;
  padding: 14px 16px;
  border-radius: 12px;
  background: #fff0ef;
  color: #c81e1e;
  font-weight: 800;
}

.diagnosis-count-card {
  display: grid;
  gap: 14px;
  align-content: center;
}

.diagnosis-count-card div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 13px;
  border-bottom: 1px solid #e4edf9;
  color: #17345f;
  font-weight: 900;
}

.diagnosis-count-card div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.risk-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.risk-dot.high,
.bar.high {
  background: var(--red);
}

.risk-dot.medium,
.bar.medium {
  background: var(--orange);
}

.risk-dot.low,
.bar.low {
  background: #21b36b;
}

.risk-dot.blue {
  background: #0d64d8;
}

.bar-chart {
  height: 220px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
  gap: 18px;
  padding: 18px 8px 0;
  border-top: 1px solid #e5eefb;
}

.bar-chart div {
  display: grid;
  align-items: end;
  justify-items: center;
  gap: 8px;
  height: 100%;
}

.bar-chart b {
  color: #003a97;
  font-weight: 900;
}

.bar {
  display: block;
  width: 46px;
  min-height: 18px;
  border-radius: 10px 10px 0 0;
}

.bar-chart small {
  color: var(--muted);
  font-weight: 900;
}

.diagnosis-radar-card canvas {
  width: 100%;
  max-width: 330px;
  height: auto;
}

.diagnosis-metric-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 18px;
}

.diagnosis-metric-row article {
  padding: 22px;
  text-align: center;
}

.diagnosis-metric-row h3 {
  margin: 0 0 10px;
  color: #003a97;
  font-size: 16px;
}

.diagnosis-metric-row strong {
  color: var(--red);
  font-size: 44px;
}

.diagnosis-metric-row span {
  color: var(--muted);
  font-weight: 900;
}

.diagnosis-metric-row p {
  margin: 10px 0 0;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.7;
}

.word-source-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 18px;
}

.word-card {
  padding: 22px;
}

.word-card-heading {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 14px;
}

.word-card-heading h3 {
  margin: 0;
  color: #003a97;
}

.word-card-heading span {
  display: inline-grid;
  place-items: center;
  min-width: 54px;
  min-height: 32px;
  border-radius: 999px;
  background: #e8f1ff;
  color: #003a97;
  font-weight: 900;
}

.word-card ul {
  list-style: none;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.word-card li {
  padding: 12px 14px;
  border-radius: 12px;
  background: #f6f9fe;
  color: #17345f;
  font-weight: 800;
}

.diagnosis-table-wrap {
  margin-top: 24px;
}

.diagnosis-table-wrap h3 {
  color: #003a97;
  font-size: 24px;
}

.diagnosis-table-card {
  overflow-x: auto;
}

.diagnosis-table-card table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
}

.diagnosis-table-card th,
.diagnosis-table-card td {
  padding: 14px 16px;
  border-bottom: 1px solid #e4edf9;
  text-align: left;
  vertical-align: top;
  font-weight: 800;
}

.diagnosis-table-card th {
  background: #eff6ff;
  color: #003a97;
}

.diagnosis-table-card th:nth-child(2),
.diagnosis-table-card td:nth-child(2) {
  width: 108px;
  min-width: 108px;
}

.diagnosis-table-card th:nth-child(3),
.diagnosis-table-card td:nth-child(3) {
  width: 112px;
  min-width: 112px;
}

.risk-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 76px;
  min-height: 30px;
  border-radius: 999px;
  color: #fff;
  font-weight: 900;
}

.risk-badge.high {
  background: var(--red);
}

.risk-badge.medium {
  background: var(--orange);
}

.risk-badge.low {
  background: #21b36b;
}

.risk-chip,
.type-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 76px;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  color: #fff;
  font-weight: 900;
  white-space: nowrap;
  word-break: keep-all;
}

.risk-chip.high {
  background: var(--red);
}

.risk-chip.medium {
  background: var(--orange);
}

.risk-chip.low {
  background: #21b36b;
}

.type-chip {
  min-width: 82px;
  padding-inline: 12px;
  background: #e8f1ff;
  color: #003a97;
  white-space: nowrap;
  word-break: keep-all;
}

.priority {
  color: #003a97;
  font-weight: 900;
}

.priority.high {
  color: var(--red);
}

.priority.medium {
  color: var(--orange);
}

.source-badge {
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 999px;
  background: #e8f1ff;
  color: #003a97;
  font-weight: 900;
  white-space: nowrap;
}

.form-status {
  margin: 0;
  text-align: center;
  font-weight: 900;
}

.form-status.success {
  color: #138a45;
}

.form-status.error {
  color: var(--red);
}

.diagnosis-preview-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-bottom: 28px;
}

.diagnosis-preview-card,
.report-request-card {
  overflow: hidden;
  border: 1px solid #d8e8fb;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(15, 58, 125, 0.12);
}

.diagnosis-preview-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.08fr);
}

.preview-score-panel {
  padding: 34px;
  border-right: 1px solid #d8e8fb;
  background: linear-gradient(135deg, #fff 0%, #eef6ff 100%);
}

.preview-score {
  justify-content: flex-start;
}

.preview-risk-level {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 20px 0 0;
  color: #06245c;
  font-weight: 900;
}

.preview-risk-level b {
  display: inline-grid;
  min-width: 42px;
  min-height: 42px;
  place-items: center;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  font-size: 18px;
}

.preview-risk-level span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border-radius: 999px;
  background: #fee2e2;
  padding: 0 14px;
  color: var(--red);
  font-size: 14px;
}

.preview-alert {
  margin-top: 22px;
  background: #fff;
  color: #334155;
  line-height: 1.8;
  box-shadow: 0 8px 22px rgba(15, 58, 125, 0.08);
}

.preview-metrics-panel {
  padding: 34px;
}

.preview-metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.preview-metric {
  border-radius: 8px;
  padding: 16px;
  font-weight: 900;
}

.preview-metric span {
  display: block;
  color: #64748b;
  font-size: 12px;
}

.preview-metric strong {
  display: block;
  margin-top: 6px;
  font-size: 28px;
  line-height: 1.1;
}

.preview-metric.red {
  background: #fff1f2;
  color: var(--red);
}

.preview-metric.orange {
  background: #fff7ed;
  color: var(--orange);
}

.preview-metric.blue {
  background: #eff6ff;
  color: #0057c8;
}

.priority-preview {
  margin-top: 18px;
  border: 1px solid #d8e8fb;
  border-radius: 8px;
  background: #eff6ff;
  padding: 16px;
}

.priority-preview h3 {
  margin: 0 0 12px;
  color: #06245c;
  font-size: 14px;
  font-weight: 900;
}

.priority-word-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.priority-word-list span {
  border-radius: 999px;
  background: #fff;
  padding: 8px 12px;
  color: #06245c;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 5px 14px rgba(15, 58, 125, 0.08);
}

.report-request-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 26px;
  padding: 34px;
  background: #06245c;
  color: #fff;
}

.report-pill {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border-radius: 999px;
  background: #ffd62e;
  padding: 10px 16px;
  color: #06245c;
  font-size: 14px;
  font-weight: 900;
}

.report-request-card h3 {
  margin: 18px 0 0;
  color: #fff;
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 900;
  line-height: 1.35;
}

.report-request-card > p {
  margin: 16px 0 0;
  color: #d9e8ff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.9;
}

.report-form label {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.report-form-row {
  display: grid;
  grid-template-columns: 1fr 128px;
  gap: 10px;
}

.report-form input {
  width: 100%;
  height: 56px;
  border: 0;
  border-radius: 8px;
  padding: 0 18px;
  color: #07152b;
  font-size: 15px;
  font-weight: 800;
}

.report-form button {
  height: 56px;
  border: 0;
  border-radius: 8px;
  background: #ffd62e;
  color: #06245c;
  cursor: pointer;
  font-size: 15px;
  font-weight: 900;
}

.report-form button:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

.report-form small {
  display: block;
  margin-top: 12px;
  color: #d9e8ff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.7;
}

.report-form .form-status {
  margin-top: 12px;
  text-align: left;
}

.score-lead-panel {
  position: relative;
  margin: 0 0 34px;
  padding: 0 0 10px;
}

.score-lead-head {
  position: relative;
  min-height: 0;
  margin-bottom: 34px;
  text-align: center;
}

.score-lead-head > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border-radius: 999px;
  background: linear-gradient(180deg, #064fc2, #002f91);
  padding: 0 34px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.06em;
  box-shadow: 0 8px 18px rgba(0, 48, 145, 0.18);
}

.score-lead-head h3 {
  margin: 22px 0 0;
  color: #07152b;
  font-size: clamp(42px, 5.4vw, 70px);
  font-weight: 900;
  line-height: 1.24;
  letter-spacing: 0;
}

.score-lead-head h3 strong {
  color: #065bea;
  font-style: normal;
}

.score-lead-head p {
  margin: 20px auto 0;
  max-width: 760px;
  color: #07152b;
  font-size: clamp(17px, 1.55vw, 22px);
  font-weight: 800;
  line-height: 1.8;
}

.score-lead-body {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 38px;
  align-items: start;
}

.result-diagnose-card {
  border: 1px solid #d7e5f6;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
  padding: 36px 38px 30px;
  box-shadow: 0 14px 42px rgba(15, 58, 125, 0.12);
}

.result-diagnose-card label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 20px;
  color: #002b73;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 900;
}

.building-mini-icon::before {
  content: "▦";
  color: #002b73;
  font-size: 28px;
}

.result-diagnose-card input {
  width: 100%;
  height: 84px;
  border: 2px solid #cad8e9;
  border-radius: 7px;
  padding: 0 26px;
  color: #07152b;
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 800;
}

.result-diagnose-card input::placeholder {
  color: #8f98a7;
}

.result-diagnose-card button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  width: 100%;
  min-height: 86px;
  margin-top: 28px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffe04f, #ffb900);
  color: #07152b;
  cursor: pointer;
  font-size: clamp(20px, 2.2vw, 30px);
  font-weight: 900;
  box-shadow: 0 7px 0 #d99a00, 0 16px 26px rgba(255, 184, 0, 0.22);
}

.result-diagnose-card button > span:last-child {
  margin-left: auto;
  padding-right: 18px;
  font-size: 36px;
}

.search-mini-icon {
  width: 34px;
  height: 34px;
  border: 5px solid #07152b;
  border-radius: 50%;
}

.search-mini-icon::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 5px;
  border-radius: 999px;
  background: #07152b;
  transform: translate(22px, 24px) rotate(45deg);
}

.result-check-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 42px;
  border-bottom: 1px solid #d8e6f7;
  padding-bottom: 34px;
}

.result-check-points div {
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 10px 14px;
  padding: 0 18px;
  border-left: 1px solid #d8e6f7;
}

.result-check-points div:first-child {
  border-left: 0;
}

.result-check-points strong {
  color: #002b73;
  font-size: 17px;
  font-weight: 900;
}

.result-check-points small {
  grid-column: 2;
  color: #07152b;
  font-size: 14px;
  font-weight: 800;
}

.timer-mini-icon,
.yen-circle-icon,
.lock-mini-icon {
  grid-row: 1 / span 2;
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 4px solid #002b73;
  border-radius: 50%;
  color: #002b73;
  font-weight: 900;
}

.timer-mini-icon::before {
  content: "";
  width: 15px;
  height: 18px;
  border-left: 4px solid #002b73;
  border-bottom: 4px solid #002b73;
  transform: rotate(-42deg);
}

.yen-circle-icon::before {
  content: "¥";
  font-size: 27px;
}

.lock-mini-icon::before {
  content: "▣";
  font-size: 24px;
}

.result-diagnose-card > p {
  margin: 24px 0 0;
  color: #69768a;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.diagnosis-menu-card {
  padding-top: 8px;
}

.diagnosis-menu-card h3 {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  margin: 0 0 18px;
  color: #002b73;
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 900;
  text-align: center;
}

.diagnosis-menu-card h3::before,
.diagnosis-menu-card h3::after {
  content: "";
  height: 1px;
  background: #b9cde8;
}

.diagnosis-menu-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.diagnosis-menu-card li {
  display: grid;
  grid-template-columns: 70px minmax(190px, 0.86fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid #cbdcf1;
  padding: 17px 0;
}

.diagnosis-menu-card i {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #eaf3ff;
  color: #002b73;
  font-style: normal;
  font-weight: 900;
}

.diagnosis-menu-card strong {
  color: #002b73;
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 900;
}

.diagnosis-menu-card span {
  color: #07152b;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.7;
}

.menu-search-icon::before { content: "⌕"; font-size: 34px; }
.menu-alert-icon::before { content: "!"; font-size: 34px; }
.menu-shield-icon::before { content: "盾"; font-size: 24px; }
.menu-person-icon::before { content: "●"; font-size: 30px; }
.menu-chart-icon::before { content: "▰▰▰"; font-size: 18px; letter-spacing: -2px; }
.menu-yen-icon::before { content: "¥"; font-size: 30px; }

@media (max-width: 1080px) {
  .score-lead-head {
    min-height: 0;
  }

  .score-lead-body {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .result-diagnose-card {
    padding: 24px 16px;
  }

  .result-diagnose-card input,
  .result-diagnose-card button {
    min-height: 64px;
    height: 64px;
  }

  .result-check-points {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .result-check-points div {
    border-left: 0;
    padding: 0;
  }

  .diagnosis-menu-card li {
    grid-template-columns: 58px 1fr;
  }

  .diagnosis-menu-card li span {
    grid-column: 2;
  }
}

@media (max-width: 1080px) {
  .diagnosis-summary-grid,
  .diagnosis-metric-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .diagnosis-preview-grid,
  .diagnosis-preview-card {
    grid-template-columns: 1fr;
  }

  .preview-score-panel {
    border-right: 0;
    border-bottom: 1px solid #d8e8fb;
  }
}

@media (max-width: 760px) {
  .diagnose-search,
  .diagnosis-summary-grid,
  .diagnosis-metric-row,
  .word-source-section {
    grid-template-columns: 1fr;
  }

  .preview-metric-grid,
  .report-form-row {
    grid-template-columns: 1fr;
  }

  .preview-score-panel,
  .preview-metrics-panel,
  .report-request-card {
    padding: 22px;
  }

  .diagnose-search .btn {
    width: 100%;
  }
}

/* Sajescore main visual */
.hero {
  position: relative;
  overflow: hidden;
  background: #fff !important;
}

.hero::before,
.hero::after {
  content: none !important;
}

.hero-bg-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  pointer-events: none;
}

.hero .container {
  position: relative;
  z-index: 1;
}

.hero-grid {
  min-height: 650px;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
  align-items: center;
  gap: 26px;
  padding-top: 48px;
  padding-bottom: 44px;
}

.hero-copy {
  max-width: 680px;
  text-align: left;
}

.hero .ribbon {
  width: fit-content;
  margin: 0 0 22px;
  padding: 11px 26px;
  color: #fff;
  background: #0648b6;
  border-radius: 0;
  box-shadow: 8px 8px 0 rgba(0, 38, 112, 0.12);
  transform: skewX(-12deg);
}

.hero .ribbon::before,
.hero .ribbon::after {
  content: none;
}

.hero .ribbon {
  font-size: clamp(14px, 1.25vw, 18px);
  font-weight: 900;
}

.hero h1 {
  margin: 0;
  color: #050505;
  font-size: clamp(42px, 5vw, 76px);
  line-height: 1.15;
  letter-spacing: 0;
}

.hero h1 .hero-line {
  display: block;
  white-space: nowrap;
}

.hero h1 .hero-line-main {
  color: #0657d8;
  font-size: 1.06em;
}

.hero h1 .hero-line-main::after {
  content: none;
}

.hero h1 .hero-line-main em {
  color: inherit;
  font-style: normal;
}

.hero h1 .hero-line-last {
  padding-left: 0;
}

.hero .lead {
  width: min(100%, 620px);
  margin: 24px 0 0;
  color: #07152b;
  font-size: clamp(17px, 1.6vw, 21px);
  font-weight: 900;
  line-height: 1.85;
}

.diagnose-search {
  width: min(100%, 670px);
  grid-template-columns: 1fr 220px;
  gap: 0;
  margin-top: 30px;
  border: 3px solid #fff;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 38, 112, 0.18);
}

.diagnose-search input {
  min-height: 66px;
  border: 0;
  border-radius: 6px 0 0 6px;
  box-shadow: none;
}

.diagnose-search input:focus {
  box-shadow: inset 0 0 0 3px rgba(0, 78, 195, 0.22);
}

.diagnose-search .btn {
  min-width: 0;
  min-height: 66px;
  border-radius: 6px;
  box-shadow: 0 6px 0 #d39400, 0 12px 22px rgba(255, 122, 0, 0.22);
  white-space: nowrap;
}

.diagnose-search .btn-hero {
  gap: 8px;
  min-height: 66px;
  padding: 0 14px;
  align-items: center;
  justify-content: center;
  font-size: clamp(14px, 1.25vw, 16px);
  line-height: 1;
}

.diagnose-search .btn-hero .mail-icon {
  width: 20px;
  height: 16px;
  border-width: 2px;
}

.diagnose-search .btn-hero .mail-icon::before,
.diagnose-search .btn-hero .mail-icon::after {
  top: 5px;
  width: 12px;
  height: 2px;
}

.diagnose-search .btn-hero .arrow {
  width: auto;
  height: auto;
  margin-left: 0;
  font-size: 22px;
  line-height: 1;
}

.hero-example {
  margin: 12px 0 0;
  color: #526071;
  font-size: 13px;
  font-weight: 800;
}

.hero-points {
  display: none;
}

.hero-visual {
  position: relative;
  min-height: 490px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-generated-visual {
  display: block;
  width: min(100%, 820px);
  max-width: none;
  height: auto;
  margin-right: -58px;
  filter: drop-shadow(0 24px 36px rgba(0, 45, 120, 0.18));
}

.client-strip {
  position: relative;
  z-index: 2;
  background: linear-gradient(90deg, #001f54, #003b8f 55%, #001f54);
  color: #fff;
  padding: 0;
}

.client-grid {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  gap: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.client-grid .hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(100%, 880px);
  gap: 0;
  grid-column: 1;
  grid-row: auto;
  margin: 0;
}

.client-grid .hero-stats div {
  display: grid;
  justify-items: center;
  position: relative;
  min-height: 0;
  padding: 0 34px;
  border-left: 1px solid rgba(255, 255, 255, 0.42);
}

.client-grid .hero-stats div:first-child {
  border-left: 0;
}

.client-grid .hero-stats div::before,
.client-grid .hero-stats div::after {
  content: none;
}

.hero-stats dt {
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.45;
}

.hero-stats dd {
  margin: 0;
  color: #fff;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 900;
  line-height: 1.05;
}

.hero-stats dd span {
  display: block;
  margin-top: 4px;
  font-size: 14px;
}

@media (max-width: 1080px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: none;
    text-align: center;
  }

  .hero .ribbon,
  .diagnose-search {
    margin-left: auto;
    margin-right: auto;
  }

  .hero h1 .hero-line {
    white-space: normal;
  }

  .hero-generated-visual {
    margin-right: 0;
  }

  .client-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}

@media (max-width: 640px) {
  .hero-grid {
    min-height: auto;
    padding-top: 36px;
    gap: 24px;
  }

  .hero .lead {
    width: min(100%, 520px);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .hero h1 {
    font-size: clamp(40px, 9vw, 50px);
    line-height: 1.16;
  }

  .hero h1 .hero-line,
  .hero h1 .hero-line-main,
  .hero h1 .hero-line-last {
    font-size: 1em;
    line-height: 1.16;
  }

  .hero .lead {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.7;
  }

  .diagnose-search {
    grid-template-columns: 1fr;
  }

  .diagnose-search input,
  .diagnose-search .btn {
    border-radius: 6px;
  }

  .hero-visual {
    min-height: 0;
    margin-top: 26px;
    padding-top: 0;
  }

  .hero-device.laptop {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(100%, 450px);
    min-height: 310px;
    margin: 0 auto 18px;
    transform: none;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .hero-bottom-cta {
    width: 100%;
    white-space: normal;
    text-align: center;
  }
}

@media (max-width: 1180px) {
  .case-study-section .container {
    width: min(100% - 32px, 980px);
  }

  .case-study-section .case-grid {
    grid-template-columns: 1fr;
  }

  .case-study-section .case-card {
    padding-left: 96px;
  }
}

@media (max-width: 640px) {
  .case-study-section .container {
    width: min(100% - 24px, 640px);
  }

  .case-study-section .section-head h2 {
    font-size: clamp(31px, 9vw, 42px);
  }

  .case-study-section .case-card {
    padding: 88px 14px 16px;
  }

  .case-study-section .case-label {
    left: 18px;
  }

  .case-process {
    grid-template-columns: 1fr;
  }

  .case-process-item {
    min-height: auto;
  }

  .case-process-item p {
    min-height: 0;
  }

  .case-process-item img {
    margin-top: 8px;
  }

  .case-ranking {
    grid-template-columns: 1fr;
  }

  .rank-arrow {
    transform: rotate(90deg);
  }

  .score-circle {
    margin: 0 auto;
  }

  .case-study-section blockquote {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
}

@media (max-width: 1180px) {
  .scope-section .container {
    width: min(100% - 32px, 980px);
  }

  .scope-section .scope-grid,
  .scope-bottom {
    grid-template-columns: 1fr;
  }

  .scope-map-box {
    border-right: 0;
    border-bottom: 1px solid #d5e4f5;
  }
}

@media (max-width: 760px) {
  .scope-section .container {
    width: min(100% - 24px, 640px);
  }

  .scope-section .section-head h2 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .scope-section .section-head p br {
    display: none;
  }

  .scope-engine-list {
    gap: 8px;
    margin: 24px 0 28px;
  }

  .scope-engine-list img {
    width: 70px;
    height: 70px;
  }

  .scope-industry-grid,
  .scope-map-box {
    grid-template-columns: 1fr;
  }

  .scope-industry-grid div:nth-child(odd) {
    border-left: 0;
    border-right: 0;
  }

  .scope-area-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 10px;
  }

  .scope-area-grid div {
    min-height: 0;
    padding: 10px 8px;
    gap: 5px;
    align-content: center;
    border: 1px solid #d5e4f5;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.84);
    font-size: 11px;
    line-height: 1.35;
  }

  .scope-area-grid div + div {
    border-left: 1px solid #d5e4f5;
  }

  .scope-area-grid img {
    width: 34px;
    height: 34px;
  }

  .scope-section .media-list li {
    grid-template-columns: 44px 1fr;
  }

  .scope-section .media-list span {
    grid-column: 2;
  }

  .scope-map-box,
  .scope-flow-box {
    padding: 22px 16px;
  }

  .scope-flow-box {
    min-height: 0;
    gap: 8px;
  }

  .scope-flow-box h3 {
    font-size: 20px;
    line-height: 1.45;
  }

  .scope-flow-box p {
    margin-top: 0;
    font-size: 13px;
    line-height: 1.65;
  }
}

@media (max-width: 860px) {
  .method-section .section-head p:last-child br {
    display: none;
  }

  .method-card-head {
    grid-template-columns: 1fr;
  }

  .method-section .method-label {
    width: 64px;
    height: 78px;
  }

  .method-section .method-card h3 small {
    display: block;
    margin: 6px 0 0;
    white-space: normal;
  }

  .method-features {
    grid-template-columns: 1fr;
  }

  .method-features article + article,
  .method-features.green article + article {
    border-top: 1px solid #d2e1f4;
    border-left: 0;
  }

  .cta-section {
    padding: 58px 0;
  }

  .cta-section .cta-panel {
    padding: 0;
  }

  .cta-section .section-head p br {
    display: none;
  }

  .cta-section .promise-row {
    grid-template-columns: 1fr;
    padding: 24px 18px;
  }

  .cta-section .promise-row article {
    grid-template-columns: auto 1fr;
    padding: 18px 4px;
    text-align: left;
  }

  .cta-section .promise-row article + article {
    border-top: 1px solid #d4e2f3;
    border-left: 0;
  }

  .cta-consultant {
    position: relative;
    right: auto;
    top: auto;
    display: block;
    width: min(270px, 74vw);
    margin: -18px auto -12px;
  }

  .cta-section .big-cta {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 28px 18px;
    text-align: center;
  }

  .cta-section .badge {
    margin-inline: auto;
  }

  .cta-section .phone-card {
    width: min(100%, 360px);
    margin-inline: auto;
  }

  .reasons-section .container {
    width: min(100% - 24px, 640px);
  }

  .reasons-section .section-head p br {
    display: none;
  }

  .reasons-section .cards.six {
    gap: 22px;
  }

  .reasons-section .reason-card {
    padding: 58px 22px 22px;
  }

  .reasons-section .reason-card h3 {
    min-height: 0;
  }

  .reasons-section .metrics {
    padding: 26px 18px;
  }

  .metric-laurel {
    width: 34px;
  }
}

@media (max-width: 640px) {
  .method-section .method-card {
    padding: 20px 14px;
  }

  .method-image-wrap {
    padding: 14px 10px 10px;
  }

  .method-image-wrap > span {
    width: min(260px, 82%);
    margin-top: -14px;
    font-size: 13px;
  }

  .method-notice {
    text-align: left;
  }

  .cta-section .section-head h2 {
    font-size: clamp(32px, 10vw, 44px);
  }

  .cta-section .promise-row article {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .promise-icon {
    margin-inline: auto;
  }

  .cta-section .btn-wide {
    min-height: 74px;
    font-size: clamp(24px, 8vw, 32px);
  }

  .cta-section .reassure {
    display: grid;
    justify-items: center;
    text-align: center;
  }

  .reasons-section .section-head h2 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .reason-icon {
    width: 116px;
    height: 116px;
  }

  .reasons-section .metrics div {
    padding-inline: 42px;
  }

  .footer-inner {
    padding: 28px 0 22px;
  }

  .footer-nav {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .footer-nav a {
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
  }
}

@media (max-width: 1280px) {
  .flow-section .flow-cards.six {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 18px;
  }

  .flow-section .flow-cards article {
    min-height: auto;
  }

  .flow-section .flow-cards article:not(:last-child)::after {
    display: none;
  }

  .flow-section .flow-cards h3,
  .flow-section .flow-cards p {
    min-height: 0;
  }

  .flow-section .support-box {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .flow-section .support-intro {
    width: 100%;
    grid-template-columns: 170px minmax(0, 1fr);
    text-align: left;
  }

  .flow-section .promise-panel {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .cta-section {
    padding: 46px 0;
  }

  .cta-section .section-head {
    margin-bottom: 22px;
  }

  .cta-section .promise-row {
    margin-bottom: 24px;
    padding: 22px 18px;
  }

  .cta-section .big-cta {
    grid-template-columns: 88px minmax(0, 1fr) 220px;
    gap: 14px;
    padding: 20px;
  }

  .cta-section .badge {
    width: 86px;
    height: 86px;
    font-size: 13px;
    line-height: 1.15;
  }

  .cta-section .badge strong {
    font-size: 31px;
  }

  .cta-section .big-cta p {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .cta-section .btn-wide {
    min-height: 62px;
    font-size: 22px;
  }

  .cta-section .phone-card {
    padding: 14px 16px;
  }

  .cta-section .phone-card strong {
    font-size: 25px;
  }

  .cta-section .reassure {
    margin-top: 22px;
  }

  .case-ranking {
    grid-template-columns: minmax(0, 1fr) 14px minmax(0, 1fr) 90px;
    gap: 6px;
  }

  .score-circle {
    width: 86px;
    height: 86px;
    margin-inline: auto;
    font-size: 9px;
    line-height: 1.25;
  }

  .score-circle strong {
    font-size: 24px;
  }

  .reasons-section .cards.six {
    gap: 14px;
  }

  .reasons-section .reason-card {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    column-gap: 14px;
    align-items: center;
    padding: 18px;
    text-align: left;
  }

  .reasons-section .reason-card .num {
    position: static;
    grid-column: 1;
    grid-row: 1;
    width: 48px;
    height: 48px;
    margin: 0 auto;
    font-size: 22px;
    transform: none;
  }

  .reason-icon {
    grid-column: 1;
    grid-row: 2 / span 2;
    width: 70px;
    height: 70px;
    margin: 4px auto 0;
  }

  .reasons-section .reason-card h3 {
    grid-column: 2;
    grid-row: 1;
    min-height: 0;
    font-size: 20px;
    line-height: 1.45;
  }

  .reasons-section .reason-card p {
    grid-column: 2;
    grid-row: 2;
    margin: 6px 0 8px;
    font-size: 13px;
    line-height: 1.65;
  }

  .reasons-section .reason-card .checks {
    grid-column: 1 / -1;
    margin-top: 4px;
    padding-top: 10px;
    gap: 5px;
  }
}

@media (max-width: 760px) {
  .section.flow-section {
    padding: 48px 0 28px;
  }

  .cta-section .big-cta {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 28px 18px;
    text-align: center;
  }

  .cta-section .badge {
    width: 132px;
    height: 132px;
    margin-inline: auto;
    font-size: 18px;
  }

  .cta-section .badge strong {
    font-size: 46px;
  }

  .cta-section .big-cta p {
    margin-bottom: 18px;
    font-size: clamp(24px, 8vw, 32px);
  }

  .cta-section .btn-wide {
    min-height: 74px;
    font-size: clamp(24px, 8vw, 32px);
  }

  .cta-section .phone-card {
    width: min(100%, 360px);
    margin-inline: auto;
    padding: 22px 24px;
  }

  .cta-section .phone-card strong {
    font-size: clamp(25px, 8vw, 34px);
  }

  .flow-section .container {
    width: min(100% - 24px, 620px);
  }

  .flow-section .section-head h2 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .flow-section .flow-cards.six {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .flow-section .flow-cards article {
    padding: 54px 18px 18px;
  }

  .flow-section .flow-step-icon {
    width: 112px;
    height: 112px;
  }

  .flow-section .flow-cards p {
    text-align: center;
  }

  .flow-section .support-box {
    padding: 22px 16px;
  }

  .flow-section .support-intro {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .flow-section .support-intro li {
    align-items: flex-start;
    text-align: left;
  }

  .flow-section .circle-cta {
    width: min(100%, 320px);
    height: auto;
    min-height: 0;
    grid-template-columns: auto auto;
    gap: 2px 8px;
    padding: 14px 18px;
    border-radius: 14px;
    font-size: 15px;
    line-height: 1.35;
  }

  .flow-section .circle-cta span:first-child {
    justify-self: end;
  }

  .flow-section .circle-cta strong {
    justify-self: start;
    font-size: 24px;
  }

  .flow-section .circle-cta span:last-child {
    grid-column: 1 / -1;
    font-size: 13px;
  }

  .flow-section .promise-mini-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .flow-section .promise-panel h3 {
    margin-bottom: 12px;
    font-size: 22px;
  }

  .flow-section .promise-mini-grid article {
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 2px 10px;
    align-items: center;
    padding: 10px 12px;
    text-align: left;
  }

  .flow-section .promise-mini-grid img {
    grid-row: 1 / span 2;
    width: 34px;
    height: 34px;
    margin: 0;
  }

  .flow-section .promise-mini-grid strong {
    font-size: 16px;
    line-height: 1.35;
  }

  .flow-section .promise-mini-grid p {
    margin: 0;
    font-size: 12px;
    line-height: 1.55;
  }
}

.report-offer-section {
  position: relative;
  overflow: hidden;
  padding: clamp(58px, 7vw, 96px) 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.95) 0 14%, transparent 32%),
    linear-gradient(135deg, #f7fbff 0%, #ffffff 45%, #eef6ff 100%);
}

.report-offer-section::before,
.report-offer-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  background: rgba(0, 86, 204, 0.07);
  filter: blur(2px);
}

.report-offer-section::before {
  width: 360px;
  height: 360px;
  left: -180px;
  top: 80px;
}

.report-offer-section::after {
  width: 420px;
  height: 420px;
  right: -210px;
  bottom: -160px;
}

.report-offer-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(360px, 0.92fr);
  gap: clamp(32px, 4vw, 56px);
  align-items: start;
}

.report-offer-copy {
  min-width: 0;
  text-align: center;
}

.report-bubble {
  position: relative;
  display: inline-grid;
  place-items: center;
  min-width: 260px;
  min-height: 54px;
  padding: 10px 36px;
  border-radius: 16px;
  background: linear-gradient(135deg, #004db9 0%, #00296d 100%);
  color: #fff;
  font-size: clamp(18px, 1.8vw, 26px);
  font-weight: 900;
  line-height: 1.2;
  box-shadow: 0 14px 26px rgba(0, 46, 112, 0.18);
}

.report-bubble::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -13px;
  width: 22px;
  height: 22px;
  transform: translateX(-50%) rotate(45deg);
  background: #003987;
  border-radius: 2px;
}

.report-offer-copy h2 {
  margin: 28px 0 10px;
  color: #071936;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 950;
  line-height: 1.16;
  letter-spacing: 0;
}

.report-offer-copy h2 span {
  color: #ff7900;
}

.report-offer-lead {
  margin: 0 auto clamp(26px, 3vw, 42px);
  color: #10254a;
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 800;
  line-height: 1.8;
}

.report-visual {
  position: relative;
  display: grid;
  grid-template-columns: 245px 1fr 1fr 1fr;
  gap: 16px;
  align-items: end;
  min-height: 330px;
  margin: 0 auto;
  padding: 12px 0 18px;
  text-align: left;
}

.report-book {
  position: relative;
  z-index: 4;
  display: grid;
  align-content: start;
  min-height: 308px;
  padding: 28px 26px 24px;
  border-radius: 6px;
  background: linear-gradient(145deg, #003c9e 0%, #001c58 100%);
  color: #fff;
  box-shadow: 10px 16px 28px rgba(0, 28, 82, 0.22);
  transform: rotate(-2deg);
}

.report-book-mark,
.report-book-logo {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
}

.report-book-mark {
  width: 34px;
  height: 34px;
  margin: 0 auto 22px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
}

.report-book strong {
  display: block;
  margin-bottom: 16px;
  text-align: center;
  font-size: 20px;
  font-weight: 950;
}

.report-book small {
  display: block;
  text-align: center;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 800;
}

.report-score-box {
  display: block;
  margin: 22px auto;
  width: 150px;
  padding: 16px 10px;
  border-radius: 6px;
  background: #fff;
  text-align: center;
  color: #062456;
}

.report-score-box span {
  display: block;
  font-size: 11px;
  font-weight: 900;
}

.report-score-box b {
  display: inline-block;
  color: #ff4d21;
  font-size: 44px;
  line-height: 1;
}

.report-score-box em {
  color: #63708a;
  font-style: normal;
  font-weight: 900;
}

.report-score-box i {
  display: inline-block;
  margin-top: 8px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #ffe5e1;
  color: #e43d2d;
  font-size: 12px;
  font-style: normal;
  font-weight: 950;
}

.report-book-logo {
  margin-top: auto;
  text-align: center;
}

.report-page {
  min-height: 292px;
  padding: 22px 24px;
  border: 1px solid #dce8f7;
  border-radius: 7px;
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
  box-shadow: 0 14px 26px rgba(9, 40, 90, 0.13);
}

.report-page h3 {
  margin: 0 0 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cbdcf3;
  color: #003b9b;
  font-size: 15px;
  font-weight: 950;
}

.report-lines {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.report-lines span {
  height: 8px;
  border-radius: 999px;
  background: #e6eef9;
}

.report-lines span:nth-child(2) {
  width: 78%;
}

.report-lines span:nth-child(3) {
  width: 88%;
}

.report-lines span:nth-child(4) {
  width: 66%;
}

.report-mini-table {
  display: grid;
  gap: 10px;
}

.report-mini-table p {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 10px;
  margin: 0;
  align-items: center;
  color: #23314d;
  font-size: 13px;
  font-weight: 850;
}

.report-mini-table strong {
  color: #f15a24;
}

.report-mini-table em {
  color: #d82028;
  font-style: normal;
}

.donut-chart {
  width: 120px;
  height: 120px;
  margin: 8px auto 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(#ef3340 0 32%, #ff8a00 32% 58%, #ffc436 58% 75%, #2abb78 75% 100%);
}

.donut-chart span {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #10254a;
  text-align: center;
  font-size: 11px;
  font-weight: 950;
  line-height: 1.35;
}

.report-page-chart ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.report-page-chart li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #283958;
  font-size: 12px;
  font-weight: 850;
}

.priority-box {
  margin: 12px 0 8px;
  color: #e43d2d;
  font-size: 14px;
  font-weight: 950;
}

.priority-box.medium {
  color: #ff8a00;
}

.report-page-plan p {
  position: relative;
  margin: 7px 0;
  padding-left: 15px;
  color: #283958;
  font-size: 12px;
  font-weight: 850;
}

.report-page-plan p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
}

.report-note {
  margin: 8px 0 28px;
  color: #344968;
  text-align: left;
  font-size: 14px;
  font-weight: 800;
}

.report-content-box,
.report-safe-box {
  margin-top: 30px;
}

.report-content-box h3,
.report-safe-box h3 {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 28px;
  align-items: center;
  margin: 0 0 22px;
  color: #071936;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 950;
}

.report-content-box h3::before,
.report-content-box h3::after,
.report-safe-box h3::before,
.report-safe-box h3::after {
  content: "";
  height: 1px;
  background: #a9c4e9;
}

.report-content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid #cadcf3;
  border-bottom: 1px solid #cadcf3;
}

.report-content-grid article {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 10px 18px;
  min-height: 120px;
  padding: 20px 18px;
  border-right: 1px solid #cadcf3;
  text-align: left;
}

.report-content-grid article:nth-child(3n) {
  border-right: 0;
}

.report-content-grid article:nth-child(n + 4) {
  border-top: 1px solid #cadcf3;
}

.report-content-grid span,
.report-safe-grid span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 14px;
  background: #e8f1ff;
  color: #003f9e;
  font-size: 13px;
  font-weight: 950;
}

.report-content-grid h4,
.report-safe-grid h4 {
  margin: 0;
  color: #0043a8;
  font-size: 18px;
  font-weight: 950;
}

.report-content-grid p,
.report-safe-grid p {
  margin: 0;
  color: #193052;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.65;
}

.report-safe-box {
  padding: 22px 0 0;
  border: 1px solid #bfd4f1;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
}

.report-safe-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding: 0 22px 22px;
}

.report-safe-grid article {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 8px 16px;
  padding: 0 22px;
  text-align: left;
  border-right: 1px solid #cadcf3;
}

.report-safe-grid article:last-child {
  border-right: 0;
}

.report-offer-form-card {
  padding: clamp(28px, 3vw, 48px);
  border: 1px solid #b9cfee;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 60px rgba(10, 46, 100, 0.12);
}

.report-offer-form-card h3 {
  position: relative;
  margin: 0 0 30px;
  text-align: center;
  color: #071936;
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 950;
}

.report-offer-form-card h3::before,
.report-offer-form-card h3::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 2px;
  margin: 0 16px 8px;
  background: #004ec3;
  transform: rotate(62deg);
}

.report-offer-form-card h3::after {
  transform: rotate(-62deg);
}

.report-offer-form-card h3 span {
  color: #ff7900;
}

.report-offer-form {
  display: grid;
  gap: 20px;
}

.report-offer-form label {
  display: grid;
  gap: 9px;
  text-align: left;
}

.report-offer-form label > span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #071936;
  font-size: 18px;
  font-weight: 950;
}

.report-offer-form b,
.report-offer-form em {
  display: inline-grid;
  place-items: center;
  min-width: 40px;
  min-height: 24px;
  padding: 2px 7px;
  border-radius: 4px;
  background: #ff432f;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 950;
}

.report-offer-form em {
  background: #8894a8;
}

.report-offer-form input,
.report-offer-form select {
  width: 100%;
  min-height: 60px;
  padding: 14px 18px;
  border: 1px solid #c4cfdd;
  border-radius: 8px;
  background: #fff;
  color: #071936;
  font: inherit;
  font-size: 17px;
  font-weight: 700;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.report-offer-form select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #004ec3 50%),
    linear-gradient(135deg, #004ec3 50%, transparent 50%);
  background-position:
    calc(100% - 24px) 50%,
    calc(100% - 16px) 50%;
  background-size: 8px 8px;
  background-repeat: no-repeat;
}

.report-offer-form input::placeholder {
  color: #8a97a9;
  font-weight: 600;
}

.report-offer-form input:focus,
.report-offer-form select:focus {
  border-color: #005bd6;
  box-shadow: 0 0 0 4px rgba(0, 91, 214, 0.12);
}

.report-privacy {
  margin: 0;
  color: #12284b;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.8;
}

.report-submit-button {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 86px;
  margin-top: 8px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, #ff9f11 0%, #ff6400 100%);
  color: #fff;
  font: inherit;
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 950;
  letter-spacing: 0;
  cursor: pointer;
  box-shadow: 0 14px 26px rgba(255, 116, 0, 0.22);
}

.report-submit-button::before {
  content: "";
  position: absolute;
  left: clamp(22px, 3vw, 36px);
  width: 30px;
  height: 38px;
  border: 4px solid #fff;
  border-radius: 4px;
}

.report-submit-button::after {
  content: "";
  position: absolute;
  right: clamp(22px, 3vw, 36px);
  width: 16px;
  height: 16px;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  transform: rotate(45deg);
}

.report-submit-button:disabled {
  cursor: wait;
  opacity: 0.72;
}

#report-offer-status {
  min-height: 22px;
}

@media (max-width: 1180px) {
  .report-offer-grid {
    grid-template-columns: 1fr;
  }

  .report-offer-form-card {
    width: min(100%, 760px);
    margin-inline: auto;
  }
}

@media (max-width: 900px) {
  .report-visual {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .report-book,
  .report-page {
    transform: none;
    min-height: 0;
  }

  .report-content-grid,
  .report-safe-grid {
    grid-template-columns: 1fr;
  }

  .report-content-grid article,
  .report-safe-grid article {
    border-right: 0;
    border-top: 1px solid #cadcf3;
  }

  .report-content-grid article:first-child,
  .report-safe-grid article:first-child {
    border-top: 0;
  }

  .report-safe-grid {
    padding-inline: 16px;
  }
}

@media (max-width: 640px) {
  .report-offer-section {
    padding: 46px 0;
  }

  .report-bubble {
    min-width: 210px;
    min-height: 48px;
    padding-inline: 24px;
  }

  .report-offer-copy h2 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .report-content-box h3,
  .report-safe-box h3 {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .report-content-box h3::before,
  .report-content-box h3::after,
  .report-safe-box h3::before,
  .report-safe-box h3::after {
    width: 100%;
  }

  .report-content-grid article,
  .report-safe-grid article {
    grid-template-columns: 58px 1fr;
    padding-inline: 10px;
  }

  .report-offer-form-card {
    padding: 24px 16px;
    border-radius: 12px;
  }

  .report-offer-form-card h3::before,
  .report-offer-form-card h3::after {
    display: none;
  }

  .report-submit-button {
    min-height: 74px;
    padding: 0 54px;
  }

  .report-submit-button::before {
    left: 16px;
    width: 22px;
    height: 30px;
    border-width: 3px;
  }

  .report-submit-button::after {
    right: 18px;
    width: 13px;
    height: 13px;
    border-width: 4px;
  }
}

.report-offer-image-section {
  margin: 0;
  padding: 0;
  background: #f6fbff;
}

.report-offer-image-wrap {
  position: relative;
  width: 100%;
  max-width: 1536px;
  margin: 0 auto;
}

.report-offer-image-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.report-offer-hotspot {
  position: absolute;
  left: 61.6%;
  top: 70.1%;
  width: 34.4%;
  height: 9.6%;
  cursor: pointer;
  border-radius: 14px;
}

.report-offer-hotspot:focus-visible {
  outline: 4px solid rgba(0, 91, 214, 0.45);
  outline-offset: 4px;
}

.report-offer-mobile {
  display: none;
}

@media (max-width: 900px) {
  .report-offer-image-section {
    padding: 18px 0;
    background: #f6fbff;
  }

  .report-offer-image-wrap {
    width: 100%;
    max-width: none;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .report-offer-image-wrap img {
    width: 960px;
    max-width: none;
  }

  .report-offer-hotspot {
    left: calc(960px * 0.616);
    top: 70.1%;
    width: calc(960px * 0.344);
    height: 9.6%;
  }
}

@media (max-width: 520px) {
  .report-offer-image-wrap img {
    width: 820px;
  }

  .report-offer-hotspot {
    left: calc(820px * 0.616);
    width: calc(820px * 0.344);
  }
}

@media (max-width: 640px) {
  .report-offer-image-section {
    padding: 0;
    background: #fff;
  }

  .report-offer-image-wrap {
    display: none;
  }

  .report-offer-mobile {
    display: block;
    padding: 26px 10px 0;
    color: #071936;
    text-align: center;
    background:
      radial-gradient(circle at 50% 3%, rgba(0, 92, 214, 0.06), transparent 34%),
      linear-gradient(180deg, #fff 0%, #fbfdff 86%, #eef7ff 100%);
  }

  .mobile-report-kicker {
    display: grid;
    grid-template-columns: 62px auto 62px;
    gap: 12px;
    align-items: center;
    justify-content: center;
    margin: 0 0 12px;
    color: #005bd6;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.3;
  }

  .mobile-report-kicker span {
    display: block;
    height: 1px;
    background: #4b8df1;
  }

  .report-offer-mobile h2 {
    margin: 0;
    color: #071936;
    font-size: clamp(30px, 9vw, 38px);
    font-weight: 950;
    line-height: 1.36;
    letter-spacing: 0;
  }

  .report-offer-mobile h2 strong {
    color: #005bd6;
  }

  .mobile-report-lead {
    margin: 14px 0 22px;
    color: #253957;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.85;
  }

  .mobile-report-visual {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    width: min(100%, 340px);
    margin: 0 auto 26px;
    padding: 0 4px;
  }

  .mobile-report-book,
  .mobile-report-sheet {
    min-height: 214px;
    border-radius: 6px;
    box-shadow: 0 12px 24px rgba(7, 25, 54, 0.16);
  }

  .mobile-report-book {
    position: relative;
    z-index: 2;
    display: grid;
    align-content: center;
    justify-items: center;
    padding: 22px 12px;
    color: #fff;
    background:
      radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.16), transparent 28%),
      linear-gradient(160deg, #0b63d8 0%, #053c9d 74%);
    text-align: center;
  }

  .mobile-report-book::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 48px;
    border-radius: 0 0 6px 6px;
    background:
      radial-gradient(140% 80% at 50% 10%, transparent 0 58%, rgba(255, 255, 255, 0.18) 60% 62%, transparent 64%),
      linear-gradient(180deg, rgba(0, 23, 86, 0), rgba(0, 23, 86, 0.28));
  }

  .mobile-report-book-mark {
    position: relative;
    z-index: 1;
    width: 28px;
    height: 32px;
    margin-bottom: 12px;
    background: #fff;
    clip-path: polygon(50% 0, 94% 18%, 86% 70%, 50% 100%, 14% 70%, 6% 18%);
  }

  .mobile-report-book-mark::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 8px;
    width: 12px;
    height: 7px;
    border-left: 3px solid #075bd5;
    border-bottom: 3px solid #075bd5;
    transform: rotate(-45deg);
  }

  .mobile-report-book b,
  .mobile-report-book small,
  .mobile-report-book em {
    position: relative;
    z-index: 1;
    display: block;
    font-style: normal;
  }

  .mobile-report-book b {
    font-size: 16px;
    font-weight: 950;
    line-height: 1.55;
  }

  .mobile-report-book small {
    margin-top: 10px;
    font-size: 10px;
    font-weight: 800;
  }

  .mobile-report-book em {
    margin-top: 22px;
    font-size: 9px;
    font-weight: 700;
  }

  .mobile-report-sheet {
    display: grid;
    align-content: center;
    justify-items: center;
    padding: 18px 12px;
    border: 1px solid #dbe6f3;
    background: #fff;
    text-align: center;
  }

  .mobile-report-sheet h3 {
    margin: 0 0 10px;
    color: #163f87;
    font-size: 10px;
    font-weight: 950;
  }

  .mobile-report-gauge {
    position: relative;
    display: grid;
    width: 92px;
    height: 92px;
    place-items: center;
    margin-bottom: 6px;
    border-radius: 999px;
    background:
      radial-gradient(circle, #fff 0 54%, transparent 56%),
      conic-gradient(#2f7df1 0 72%, #e8eef6 72% 100%);
  }

  .mobile-report-gauge span {
    color: #071936;
    font-size: 32px;
    font-weight: 900;
    line-height: 1;
  }

  .mobile-report-gauge small {
    position: absolute;
    right: 18px;
    bottom: 28px;
    color: #66738b;
    font-size: 9px;
    font-weight: 900;
  }

  .mobile-report-sheet p {
    margin: 0 0 10px;
    color: #071936;
    font-size: 9px;
    font-weight: 900;
  }

  .mobile-report-donut {
    width: 46px;
    height: 46px;
    border-radius: 999px;
    background:
      radial-gradient(circle, #fff 0 42%, transparent 44%),
      conic-gradient(#2e7bf1 0 46%, #ffb52d 46% 72%, #6ec6a6 72% 100%);
  }

  .mobile-report-benefits {
    display: grid;
    width: min(100%, 340px);
    margin: 0 auto 22px;
    text-align: left;
  }

  .mobile-report-benefits article {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    padding: 13px 0;
    border-top: 1px solid #d4e0f0;
  }

  .mobile-report-benefits article:first-child {
    border-top: 0;
  }

  .mobile-benefit-icon {
    position: relative;
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border: 1px solid #b9d0ee;
    border-radius: 999px;
    color: #0057d8;
    background: #fff;
    font-size: 20px;
    font-weight: 950;
  }

  .mobile-benefit-icon.lock::before {
    content: "";
    width: 22px;
    height: 17px;
    border: 3px solid #0057d8;
    border-radius: 3px;
    transform: translateY(5px);
  }

  .mobile-benefit-icon.lock::after {
    content: "";
    position: absolute;
    top: 12px;
    width: 20px;
    height: 17px;
    border: 3px solid #0057d8;
    border-bottom: 0;
    border-radius: 12px 12px 0 0;
  }

  .mobile-benefit-icon.support::before {
    content: "";
    width: 18px;
    height: 10px;
    border-left: 5px solid #0057d8;
    border-bottom: 5px solid #0057d8;
    transform: translateY(-2px) rotate(-45deg);
  }

  .mobile-benefit-icon.support::after {
    display: none;
  }

  .mobile-report-benefits strong,
  .mobile-report-benefits small {
    display: block;
  }

  .mobile-report-benefits strong {
    color: #005bd6;
    font-size: 17px;
    font-weight: 950;
    line-height: 1.35;
  }

  .mobile-report-benefits small {
    margin-top: 2px;
    color: #071936;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.5;
  }

  .mobile-report-button {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    width: min(100%, 340px);
    min-height: 58px;
    margin: 4px auto 20px;
    padding: 0 22px;
    border-radius: 7px;
    color: #fff;
    background: linear-gradient(180deg, #ff9c18, #ff4f0a);
    box-shadow: 0 10px 18px rgba(255, 93, 0, 0.2);
    font-size: 17px;
    font-weight: 950;
    line-height: 1.25;
    text-decoration: none;
  }

  .mobile-report-button span {
    font-size: 30px;
    line-height: 1;
  }

  .mobile-report-proof {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    margin: 0 -10px;
    padding: 18px 20px 20px;
    color: #10254a;
    background: #eef7ff;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.65;
    text-align: left;
  }

  .mobile-report-proof p {
    min-width: 0;
    margin: 0;
  }

  .mobile-report-proof-icon {
    position: relative;
    display: block;
    width: 34px;
    height: 40px;
    background: linear-gradient(180deg, #0c66de, #003d9a);
    clip-path: polygon(50% 0, 94% 18%, 84% 70%, 50% 100%, 16% 70%, 6% 18%);
  }

  .mobile-report-proof-icon::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 12px;
    width: 14px;
    height: 8px;
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff;
    transform: rotate(-45deg);
  }

  .mobile-report-proof strong {
    color: #0c58ca;
  }
}

.cta-mini-note {
  display: block;
  width: fit-content;
  margin: 0 auto 12px;
  padding: 5px 16px;
  border-radius: 999px;
  color: #0042a3;
  background: #fff;
  font-size: 14px;
  font-weight: 950;
  line-height: 1.35;
}

@media (max-width: 760px) {
  .score-lead-panel {
    margin-bottom: 22px;
  }

  .score-lead-head {
    margin-bottom: 18px;
  }

  .score-lead-head > span {
    min-height: 30px;
    padding: 5px 18px;
    font-size: 13px;
  }

  .score-lead-head h3 {
    margin-top: 14px;
    font-size: clamp(30px, 8.6vw, 42px);
    line-height: 1.18;
  }

  .score-lead-head p {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.55;
  }

  .score-lead-body {
    gap: 22px;
  }

  .result-diagnose-card {
    padding: 18px 16px 14px;
    border-radius: 10px;
  }

  .result-diagnose-card label {
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.45;
  }

  .building-mini-icon::before {
    font-size: 22px;
  }

  .result-diagnose-card input,
  .result-diagnose-card button {
    height: 56px;
    min-height: 56px;
  }

  .result-diagnose-card input {
    padding: 0 16px;
    font-size: 15px;
  }

  .result-diagnose-card button {
    gap: 12px;
    margin-top: 16px;
    font-size: 18px;
    box-shadow: 0 5px 0 #d99a00, 0 10px 18px rgba(255, 184, 0, 0.18);
  }

  .result-diagnose-card button > span:last-child {
    padding-right: 6px;
    font-size: 26px;
  }

  .search-mini-icon {
    width: 26px;
    height: 26px;
    border-width: 4px;
  }

  .search-mini-icon::after {
    width: 13px;
    height: 4px;
    transform: translate(18px, 18px) rotate(45deg);
  }

  .result-check-points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin-top: 20px;
    padding-bottom: 16px;
  }

  .result-check-points div {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 6px;
    padding: 0 6px;
    border-left: 1px solid #d8e6f7;
    text-align: center;
  }

  .result-check-points div:first-child {
    border-left: 0;
  }

  .timer-mini-icon,
  .yen-circle-icon,
  .lock-mini-icon {
    grid-row: auto;
    width: 38px;
    height: 38px;
    border-width: 3px;
  }

  .timer-mini-icon::before {
    width: 12px;
    height: 14px;
    border-left-width: 3px;
    border-bottom-width: 3px;
  }

  .yen-circle-icon::before {
    font-size: 21px;
  }

  .lock-mini-icon::before {
    font-size: 18px;
  }

  .result-check-points strong,
  .result-check-points small {
    grid-column: auto;
  }

  .result-check-points strong {
    font-size: 12px;
    line-height: 1.35;
  }

  .result-check-points small {
    font-size: 10px;
    line-height: 1.35;
  }

  .result-diagnose-card > p {
    margin-top: 12px;
    font-size: 11px;
    line-height: 1.5;
  }

  .diagnosis-menu-card {
    padding-top: 0;
  }

  .diagnosis-menu-card h3 {
    gap: 14px;
    margin-bottom: 12px;
    font-size: 22px;
  }

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

  .diagnosis-menu-card li {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 6px 8px;
    align-items: center;
    min-height: 116px;
    padding: 12px 10px;
    border: 1px solid #d9e8f8;
    border-radius: 10px;
    background: #fff;
  }

  .diagnosis-menu-card i {
    width: 32px;
    height: 32px;
  }

  .diagnosis-menu-card strong {
    font-size: 14px;
    line-height: 1.35;
  }

  .diagnosis-menu-card span,
  .diagnosis-menu-card li span {
    grid-column: 1 / -1;
    font-size: 11px;
    line-height: 1.55;
  }

  .menu-search-icon::before,
  .menu-alert-icon::before,
  .menu-yen-icon::before {
    font-size: 22px;
  }

  .menu-shield-icon::before {
    font-size: 17px;
  }

  .menu-person-icon::before {
    font-size: 20px;
  }

  .menu-chart-icon::before {
    font-size: 13px;
    letter-spacing: -2px;
  }
}

@media (max-width: 380px) {
  .diagnosis-menu-card ul {
    grid-template-columns: 1fr;
  }

  .diagnosis-menu-card li {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .client-strip {
    padding: 22px 0 24px;
  }

  .client-grid {
    width: min(100% - 28px, 520px);
    padding: 0;
  }

  .industry-lead {
    max-width: 100%;
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 1.55;
  }

  .hero-industries {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .hero-industries article {
    grid-template-columns: 34px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-content: center;
    min-height: 88px;
    padding: 13px 12px;
    column-gap: 10px;
    row-gap: 3px;
  }

  .hero-industries .industry-icon {
    grid-row: 1 / span 2;
    width: 30px;
    height: 30px;
    font-size: 28px;
  }

  .hero-industries strong {
    min-width: 0;
    font-size: 13px;
    line-height: 1.25;
    white-space: normal;
  }

  .hero-industries small {
    grid-column: 2;
    margin: 0;
    color: #003a8d;
    font-size: 12px;
    line-height: 1.25;
    text-align: left;
    transform: none;
  }
}

@media (max-width: 520px) {
  .hero-industries {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero-industries article {
    min-height: 76px;
    padding: 12px 18px;
  }

  .hero-industries strong {
    font-size: 16px;
  }

  .hero-industries small {
    font-size: 13px;
  }
}

@media (max-width: 760px) {
  .loss-section .flow-cards article {
    padding: 46px 18px 18px;
  }

  .loss-section .flow-cards h3 {
    min-height: 0;
    margin-top: 12px;
    font-size: 20px;
    line-height: 1.35;
  }

  .loss-section .flow-cards p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.65;
  }

  .loss-section .loss-alert {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-top: 20px;
    padding: 16px 14px;
    text-align: left;
    font-size: 14px;
    line-height: 1.75;
  }

  .loss-section .loss-alert::before {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    font-size: 28px;
  }

  .loss-section .loss-alert-text {
    display: block;
    min-width: 0;
  }

  .loss-section .loss-alert br {
    display: none;
  }

  .loss-section .loss-alert strong,
  .loss-section .loss-alert em {
    display: inline;
    white-space: normal;
  }

  .engine-section {
    padding: 42px 0 36px;
  }

  .engine-section .section-head {
    margin-bottom: 28px;
  }

  .engine-section .pill {
    min-width: 0;
    padding: 9px 14px;
    font-size: 14px;
    line-height: 1.45;
  }

  .engine-section .section-head h2 {
    margin-top: 18px;
    font-size: clamp(32px, 9vw, 42px);
  }

  .engine-section .section-head p:not(.eyebrow):not(.pill) {
    font-size: 14px;
    line-height: 1.65;
  }

  .engine-section .panel {
    padding: 18px 14px;
  }

  .engine-section .panel > h3 {
    width: 100%;
    margin: 0 0 14px;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 15px;
    line-height: 1.45;
  }

  .engine-section .panel > h3::after {
    content: none;
  }

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

  .engine-section .reason-grid article {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 6px 8px;
    align-items: center;
    min-height: 128px;
    padding: 12px 10px;
    border: 1px solid #d7e6f7;
    border-radius: 10px;
    background: #fff;
    text-align: left;
  }

  .engine-section .reason-grid article:last-child {
    border-bottom: 1px solid #d7e6f7;
  }

  .engine-section .reason-grid .num {
    grid-column: 1;
    width: 32px;
    height: 32px;
    margin: 0;
    font-size: 13px;
  }

  .engine-section .reason-grid img {
    grid-column: 1;
    width: 32px;
    height: 32px;
    margin: 0;
  }

  .engine-section .reason-grid h4 {
    grid-column: 2;
    grid-row: 1 / span 2;
    font-size: 13px;
    line-height: 1.45;
  }

  .engine-section .reason-grid h4 br {
    display: none;
  }

  .engine-section .reason-grid p {
    grid-column: 1 / -1;
    margin: 4px 0 0;
    font-size: 11px;
    line-height: 1.55;
  }
}

@media (max-width: 380px) {
  .engine-section .reason-grid {
    grid-template-columns: 1fr;
  }

  .engine-section .reason-grid article {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .engine-section .blue-panel {
    padding: 18px 14px;
  }

  .engine-section .engine-list {
    gap: 12px;
  }

  .engine-section .engine-list li {
    grid-template-columns: 34px 1fr;
    gap: 6px 10px;
    align-items: start;
  }

  .engine-section .engine-list img {
    display: none;
  }

  .engine-section .engine-list span {
    grid-column: 1;
    grid-row: 1;
    width: 32px;
    height: 32px;
    font-size: 14px;
  }

  .engine-section .engine-list strong {
    grid-column: 2;
    font-size: 16px;
    line-height: 1.45;
  }

  .engine-section .engine-list p {
    grid-column: 1 / -1;
    margin: 0;
    font-size: 13px;
    line-height: 1.65;
  }

  .engine-section .engine-list li:not(:last-child)::after {
    left: 14px;
    bottom: -15px;
    font-size: 18px;
  }

  .engine-section .engine-alert {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 12px;
    align-items: start;
    margin-top: 20px;
    padding: 16px 14px;
    text-align: left;
    font-size: 14px;
    line-height: 1.75;
  }

  .engine-section .engine-alert .engine-alert-copy {
    grid-column: 2;
    min-width: 0;
  }

  .engine-section .engine-alert .engine-alert-copy p {
    margin: 0;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.75;
  }

  .engine-section .engine-alert::before {
    width: 42px;
    height: 42px;
    font-size: 28px;
  }

  .engine-section .engine-alert br {
    display: none;
  }

  .engine-section .engine-alert strong {
    display: inline;
    line-height: inherit;
  }

  .engine-section .engine-alert small {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.7;
    text-align: left;
  }
}

@media (max-width: 760px) {
  #result-section .section-head.medal {
    margin-bottom: 24px;
  }

  #result-section .section-head.medal .eyebrow {
    font-size: 14px;
  }

  #result-section .section-head.medal h2 {
    font-size: clamp(26px, 8vw, 34px);
    line-height: 1.25;
  }

  #result-section .section-head.medal p:not(.eyebrow) {
    font-size: 14px;
  }

  .cta-section .reassure {
    display: block;
    width: min(100%, 360px);
    margin: 20px auto 0;
    padding: 14px 18px;
    border: 1px solid #d8e8fb;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.78);
    text-align: center;
    font-size: 13px;
    line-height: 1.65;
  }

  .cta-section .reassure .icon {
    display: none;
  }

  .cta-section .reassure span {
    display: inline;
    white-space: normal;
  }
}

@media (max-width: 640px) {
  .case-study-section {
    padding-top: 46px;
  }

  .case-study-section .section-head {
    margin-bottom: 22px;
  }

  .case-study-section .section-head h2 {
    font-size: clamp(30px, 9vw, 40px);
    line-height: 1.22;
  }

  .case-study-section .section-head p {
    font-size: 14px;
    line-height: 1.75;
  }

  .case-study-section .case-grid {
    gap: 14px;
  }

  .case-study-section .case-card {
    padding: 58px 14px 14px;
  }

  .case-study-section .case-label {
    left: 16px;
    top: 0;
    width: 56px;
    height: 56px;
    font-size: 13px;
  }

  .case-study-section .case-label strong {
    font-size: 26px;
  }

  .case-study-section .case-meta {
    margin: 0;
    font-size: 12px;
  }

  .case-study-section .case-card h3 {
    margin-top: 8px;
    font-size: 17px;
    line-height: 1.4;
  }

  .case-study-section .case-desc {
    margin: 6px 0 10px;
    font-size: 12px;
    line-height: 1.55;
  }

  .case-flow {
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
    margin: 12px 0;
  }

  .case-flow span {
    min-height: 28px;
    font-size: 12px;
  }

  .case-study-section .case-card .case-step {
    padding: 9px 8px;
  }

  .case-study-section .case-card .case-step p {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
  }

  .case-study-section .case-card .case-step img {
    display: none;
  }

  .case-process {
    grid-template-columns: 1fr;
    gap: 6px;
    margin-top: 8px;
  }

  .case-process-item {
    display: grid;
    grid-template-columns: 58px 1fr;
    min-height: 0;
    padding: 0;
    text-align: left;
  }

  .case-tab {
    min-height: 44px;
    height: 100%;
    margin: 0;
    clip-path: none;
    border-radius: 5px 0 0 5px;
    font-size: 12px;
  }

  .case-process-item p {
    min-height: 0;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 1.45;
  }

  .case-process-item p br,
  .case-process-item img {
    display: none;
  }

  .case-ranking,
  .case-comment,
  .case-study-section blockquote {
    display: none;
  }
}

/* Final header responsive overrides */
@media (min-width: 1025px) {
  .site-header .header-inner {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .site-header .header-nav {
    display: flex;
  }

  .site-header .header-actions {
    display: flex;
  }

  .site-header .menu-toggle,
  .site-header .mobile-menu {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .site-header {
    position: sticky;
    top: 0;
  }

  .site-header .header-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    min-height: 68px;
    padding: 10px 0;
  }

  .site-header .brand {
    justify-content: flex-start;
  }

  .site-header .header-nav,
  .site-header .header-actions {
    display: none;
  }

  .site-header .menu-toggle {
    display: grid;
  }

  .site-header .mobile-menu:not([hidden]) {
    display: block;
  }
}

/* Final polish: diagnosis lead, CTA, and mobile alignment */
.timer-icon::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 50%;
  width: 3px;
  height: 14px;
  border: 0;
  border-radius: 3px;
  background: #003a8d;
  transform: translateX(-50%);
}

.timer-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 3px;
  border-radius: 3px;
  background: #003a8d;
  transform: rotate(-35deg);
  transform-origin: left center;
}

.yen-icon::before {
  content: "\00a5";
}

.guard-icon {
  border-radius: 999px;
}

.guard-icon::before {
  content: "";
  position: absolute;
  bottom: 10px;
  width: 18px;
  height: 14px;
  border: 3px solid #003a8d;
  border-radius: 3px;
}

.guard-icon::after {
  content: "";
  position: absolute;
  top: 9px;
  width: 16px;
  height: 14px;
  border: 3px solid #003a8d;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}

.diagnose-search .btn-hero {
  font-size: clamp(17px, 1.8vw, 20px);
  font-weight: 950;
}

.method-notice .method-notice-icon {
  position: relative;
  display: inline-grid;
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(180deg, #1179f2, #0051c7);
  box-shadow: 0 10px 20px rgba(0, 80, 190, 0.2);
}

.method-notice .method-notice-icon::before,
.method-notice .method-notice-icon::after {
  content: "";
  position: absolute;
  background: #fff;
  border-radius: 999px;
}

.method-notice .method-notice-icon::before {
  width: 30px;
  height: 6px;
}

.method-notice .method-notice-icon::after {
  width: 6px;
  height: 30px;
}

.cta-section .big-cta {
  grid-template-columns: minmax(320px, 1fr) minmax(250px, 320px);
}

.benefits article {
  align-items: center;
}

.benefits img {
  flex: 0 0 auto;
}

@media (max-width: 900px) {
  .cta-section .big-cta {
    grid-template-columns: minmax(0, 1fr) 220px;
  }
}

@media (max-width: 860px) {
  .benefits {
    width: min(100%, 480px);
    padding: 18px 22px;
  }

  .benefits article {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 14px;
    justify-content: start;
    padding: 0;
  }

  .benefits article + article {
    padding-top: 12px;
    border-top: 1px solid #bcd3ee;
    border-left: 0;
  }

  .benefits img {
    width: 56px;
    height: 56px;
    justify-self: center;
  }
}

@media (max-width: 760px) {
  .cta-section .big-cta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .hero-trust-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    width: min(100%, 470px);
    margin: 24px auto 0;
  }

  .hero-trust-points div {
    grid-template-columns: 1fr;
    justify-items: center;
    row-gap: 4px;
    text-align: center;
  }

  .hero-trust-points strong,
  .hero-trust-points small {
    grid-column: 1;
  }

  .trust-icon {
    grid-row: auto;
    width: 42px;
    height: 42px;
    border-width: 3px;
  }

  .hero-trust-points strong {
    font-size: 15px;
    line-height: 1.25;
  }

  .hero-trust-points small {
    font-size: 12px;
    line-height: 1.35;
  }

  .diagnose-search .btn-hero {
    min-height: 70px;
    font-size: 18px;
  }

  .method-notice {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
  }

  .method-notice .method-notice-icon {
    width: 48px;
    height: 48px;
  }

  .method-notice strong {
    font-size: 17px;
    line-height: 1.65;
  }
}

@media (max-width: 380px) {
  .hero-trust-points {
    gap: 6px;
  }

  .trust-icon {
    width: 36px;
    height: 36px;
  }

  .hero-trust-points strong {
    font-size: 13px;
  }

  .hero-trust-points small {
    font-size: 11px;
  }
}

/* Final polish: result diagnosis button alignment */
.result-diagnose-card button {
  display: grid;
  grid-template-columns: 42px minmax(0, auto) 24px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.result-diagnose-card button > span:last-child {
  margin-left: 0;
  padding-right: 0;
  line-height: 1;
}

.search-mini-icon {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
}

.search-mini-icon::after {
  right: -11px;
  bottom: 0;
  transform: rotate(45deg);
  transform-origin: center;
}

@media (max-width: 760px) {
  .result-diagnose-card button {
    grid-template-columns: 32px minmax(0, auto) 18px;
    gap: 10px;
    font-size: 18px;
  }

  .result-diagnose-card button > span:last-child {
    font-size: 24px;
  }

  .search-mini-icon::after {
    right: -8px;
    bottom: 0;
    transform: rotate(45deg);
  }
}

@media (max-width: 380px) {
  .result-diagnose-card button {
    grid-template-columns: 28px minmax(0, auto) 16px;
    gap: 8px;
    font-size: 16px;
  }
}

/* Final polish: desktop alignment and compact sections */
.hero h1 {
  font-size: clamp(44px, 4.7vw, 70px);
  line-height: 1.1;
}

.hero h1 .hero-line,
.hero h1 .hero-line-main,
.hero h1 .hero-line-last,
.hero h1 .hero-line-main em {
  font-size: 1em;
  line-height: 1.1;
}

.hero h1 .hero-line-last {
  padding-left: 0;
}

.hero-medal {
  top: 92px;
  left: 10px;
  width: 122px;
  height: 122px;
  padding: 14px;
}

.hero-medal span,
.hero-medal b {
  font-size: 11px;
  line-height: 1.25;
}

.hero-medal strong {
  font-size: 28px;
}

.client-grid {
  gap: 10px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.industry-lead {
  margin: 0 0 12px;
  line-height: 1.45;
}

.hero-industries {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  max-width: 1280px;
}

.hero-industries article {
  min-height: 66px;
  grid-template-columns: 34px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-content: center;
  column-gap: 10px;
  row-gap: 2px;
  padding: 10px 12px;
}

.hero-industries .industry-icon {
  grid-row: 1 / span 2;
  width: 30px;
  height: 30px;
  font-size: 26px;
}

.hero-industries strong {
  min-width: 0;
  font-size: 14px;
  line-height: 1.25;
  white-space: normal;
}

.hero-industries small {
  grid-column: 2;
  margin: 0;
  color: #003a8d;
  font-size: 12px;
  line-height: 1.25;
  text-align: left;
  transform: none;
}

.score-lead-body {
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.82fr);
  gap: 28px;
}

.result-diagnose-card {
  padding: 26px 28px 22px;
}

.result-diagnose-card label {
  margin-bottom: 14px;
  font-size: clamp(18px, 1.65vw, 23px);
}

.result-diagnose-card input {
  height: 66px;
  font-size: clamp(16px, 1.5vw, 20px);
}

.result-diagnose-card button {
  min-height: 70px;
  margin-top: 18px;
  font-size: clamp(18px, 1.8vw, 24px);
}

.result-check-points {
  margin-top: 24px;
  padding-bottom: 20px;
}

.result-check-points div {
  padding: 0 10px;
}

.timer-mini-icon,
.yen-circle-icon,
.lock-mini-icon {
  width: 42px;
  height: 42px;
  border-width: 3px;
}

.diagnosis-menu-card h3 {
  margin-bottom: 12px;
  font-size: clamp(20px, 1.6vw, 24px);
}

.diagnosis-menu-card li {
  grid-template-columns: 48px minmax(150px, 0.82fr) minmax(0, 1fr);
  gap: 12px;
  padding: 10px 0;
}

.diagnosis-menu-card i {
  width: 42px;
  height: 42px;
}

.diagnosis-menu-card strong {
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.35;
}

.diagnosis-menu-card span {
  font-size: 13px;
  line-height: 1.55;
}

.engine-section .engine-list img {
  display: none !important;
}

.engine-section .engine-list li {
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 4px 12px;
}

.engine-section .engine-list span {
  grid-column: 1;
  grid-row: 1;
}

.engine-section .engine-list strong {
  grid-column: 2;
}

.engine-section .engine-list p {
  grid-column: 2;
}

.engine-section .engine-list li:not(:last-child)::after {
  left: 17px;
}

@media (max-width: 760px) {
  .hero h1 {
    font-size: clamp(36px, 9vw, 48px);
  }

  .hero-medal {
    top: 10px;
    left: 8px;
    width: 96px;
    height: 96px;
    padding: 10px;
  }

  .hero-medal strong {
    font-size: 21px;
  }

  .client-grid {
    padding-top: 0;
    padding-bottom: 0;
  }

  .score-lead-body {
    grid-template-columns: 1fr;
  }
}

/* Final polish: prevent desktop hero visual clipping */
@media (min-width: 1081px) {
  .hero-grid {
    min-height: 690px;
    padding-top: 72px;
    padding-bottom: 50px;
    align-items: center;
  }

  .hero-visual {
    min-height: 540px;
    align-items: center;
  }

  .hero-generated-visual {
    width: min(100%, 760px);
    margin-top: 10px;
    margin-right: -28px;
  }
}

@media (min-width: 1400px) {
  .hero-generated-visual {
    width: min(100%, 790px);
  }
}

/* Final polish: CTA button balance */
.cta-section .btn-wide {
  display: grid;
  grid-template-columns: 34px minmax(0, auto) 24px;
  justify-content: center;
  align-items: center;
  gap: 18px;
  padding-inline: 34px;
  text-align: center;
}

.cta-section .btn-wide .icon,
.cta-section .btn-wide .icon-svg {
  width: 28px;
  height: 28px;
  margin: 0;
  object-fit: contain;
}

.cta-section .btn-wide .arrow {
  display: inline-grid;
  width: auto;
  height: auto;
  margin: 0;
  place-items: center;
  font-size: 34px;
  line-height: 1;
}

@media (max-width: 760px) {
  .cta-section .btn-wide {
    grid-template-columns: 26px minmax(0, auto) 18px;
    gap: 12px;
    padding-inline: 22px;
  }

  .cta-section .btn-wide .icon,
  .cta-section .btn-wide .icon-svg {
    width: 22px;
    height: 22px;
  }

  .cta-section .btn-wide .arrow {
    font-size: 28px;
  }
}

@media (min-width: 761px) {
  .cta-section .big-cta p {
    white-space: nowrap;
    font-size: clamp(22px, 2.15vw, 30px);
  }
}

/* Final polish: stable trust icons and mobile industry cards */
.trust-icon {
  overflow: hidden;
}

.timer-icon::before,
.timer-icon::after {
  content: "";
  position: absolute;
  display: block;
  border: 0;
  border-radius: 999px;
  background: #003a8d;
  transform-origin: center;
}

.timer-icon::before {
  top: 12px;
  left: 50%;
  width: 4px;
  height: 14px;
  transform: translateX(-50%);
}

.timer-icon::after {
  top: 23px;
  left: 50%;
  width: 12px;
  height: 4px;
  transform: translateX(-1px) rotate(-35deg);
}

.yen-icon::before {
  content: "\00a5";
  color: #003a8d;
  font-size: 28px;
  font-weight: 950;
  line-height: 1;
}

.guard-icon {
  border-radius: 999px;
}

.guard-icon::before,
.guard-icon::after {
  content: "";
  position: absolute;
  display: block;
}

.guard-icon::before {
  left: 50%;
  bottom: 10px;
  width: 19px;
  height: 15px;
  border: 3px solid #003a8d;
  border-radius: 3px;
  transform: translateX(-50%);
}

.guard-icon::after {
  left: 50%;
  top: 9px;
  width: 16px;
  height: 14px;
  border: 3px solid #003a8d;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  transform: translateX(-50%);
}

@media (max-width: 760px) {
  .client-strip {
    padding: 22px 0 24px;
  }

  .client-strip .container,
  .client-grid {
    width: min(100% - 28px, 520px);
  }

  .industry-lead {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 1.5;
  }

  .hero-industries {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    max-width: 100%;
  }

  .hero-industries article {
    min-height: 82px;
    grid-template-columns: 34px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-content: center;
    padding: 12px;
    column-gap: 10px;
    row-gap: 3px;
  }

  .hero-industries .industry-icon {
    grid-row: 1 / span 2;
    width: 30px;
    height: 30px;
    font-size: 28px;
  }

  .hero-industries strong {
    min-width: 0;
    font-size: 13px;
    line-height: 1.25;
    white-space: normal;
  }

  .hero-industries small {
    grid-column: 2;
    margin: 0;
    color: #003a8d;
    font-size: 12px;
    line-height: 1.25;
    text-align: left;
    transform: none;
  }

  .timer-icon::before {
    top: 9px;
    height: 12px;
    width: 3px;
  }

  .timer-icon::after {
    top: 19px;
    width: 10px;
    height: 3px;
  }

  .yen-icon::before {
    font-size: 24px;
  }

  .guard-icon::before {
    bottom: 8px;
    width: 17px;
    height: 13px;
    border-width: 3px;
  }

  .guard-icon::after {
    top: 8px;
    width: 14px;
    height: 12px;
    border-width: 3px;
    border-bottom: 0;
  }
}

@media (max-width: 420px) {
  .hero-industries {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero-industries article {
    min-height: 72px;
    padding: 11px 16px;
  }

  .hero-industries strong {
    font-size: 15px;
  }

  .hero-industries small {
    font-size: 13px;
  }
}

/* Final override: mobile hero industries and stable trust icons */
.hero-trust-points .trust-icon {
  position: relative;
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  overflow: hidden;
  border: 4px solid #003a8d;
  border-radius: 999px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 58% 58%;
}

.hero-trust-points .trust-icon::before,
.hero-trust-points .trust-icon::after {
  content: none !important;
  display: none !important;
}

.hero-trust-points .timer-icon {
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2032%2032%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20fill%3D%27none%27%20stroke%3D%27%23003a8d%27%20stroke-width%3D%273.4%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Ccircle%20cx%3D%2716%27%20cy%3D%2716%27%20r%3D%2710%27/%3E%3Cpath%20d%3D%27M16%2010v7l5%203%27/%3E%3C/svg%3E");
}

.hero-trust-points .yen-icon {
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2032%2032%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20fill%3D%27none%27%20stroke%3D%27%23003a8d%27%20stroke-width%3D%273.4%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%27M9%206l7%209%207-9M16%2015v11M10%2015h12M10%2020h12%27/%3E%3C/svg%3E");
}

.hero-trust-points .guard-icon {
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2032%2032%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20fill%3D%27none%27%20stroke%3D%27%23003a8d%27%20stroke-width%3D%273.2%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Crect%20x%3D%278%27%20y%3D%2714%27%20width%3D%2716%27%20height%3D%2712%27%20rx%3D%272%27/%3E%3Cpath%20d%3D%27M11%2014v-3a5%205%200%200%201%2010%200v3%27/%3E%3C/svg%3E");
}

@media (max-width: 760px) {
  .hero-trust-points {
    display: grid !important;
    width: min(100%, 560px);
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    align-items: start;
    gap: 10px !important;
    margin-inline: auto;
  }

  .hero-trust-points div {
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: center;
    align-content: start;
    gap: 4px;
    min-width: 0;
    text-align: center;
  }

  .hero-trust-points .trust-icon {
    grid-row: auto !important;
    width: 44px !important;
    height: 44px !important;
    margin: 0 auto 2px;
    border-width: 4px;
  }

  .hero-trust-points strong,
  .hero-trust-points small {
    grid-column: 1 !important;
    max-width: 100%;
    overflow-wrap: normal;
    word-break: keep-all;
  }

  .hero-trust-points strong {
    font-size: 15px !important;
    line-height: 1.2 !important;
  }

  .hero-trust-points small {
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

  .client-strip {
    padding: 20px 0 22px !important;
  }

  .client-strip .client-grid {
    width: min(100% - 28px, 520px) !important;
    padding: 0 !important;
  }

  .client-strip .industry-lead {
    margin: 0 0 14px !important;
    font-size: 16px !important;
    line-height: 1.55 !important;
    text-align: center !important;
  }

  .client-strip .hero-industries {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    max-width: none !important;
  }

  .client-strip .hero-industries article {
    display: grid !important;
    min-width: 0 !important;
    min-height: 82px !important;
    grid-template-columns: 34px minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    align-content: center !important;
    padding: 12px !important;
    column-gap: 10px !important;
    row-gap: 3px !important;
  }

  .client-strip .hero-industries .industry-icon {
    grid-row: 1 / span 2 !important;
    width: 30px !important;
    height: 30px !important;
    font-size: 27px !important;
  }

  .client-strip .hero-industries strong {
    min-width: 0 !important;
    font-size: 13px !important;
    line-height: 1.25 !important;
    white-space: normal !important;
    text-align: left !important;
  }

  .client-strip .hero-industries small {
    display: block !important;
    grid-column: 2 !important;
    margin: 0 !important;
    color: #003a8d !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
    text-align: left !important;
    transform: none !important;
    opacity: 1 !important;
  }
}

@media (max-width: 380px) {
  .hero-trust-points {
    gap: 6px !important;
  }

  .hero-trust-points .trust-icon {
    width: 38px !important;
    height: 38px !important;
    border-width: 3px;
  }

  .hero-trust-points strong {
    font-size: 13px !important;
  }

  .hero-trust-points small {
    font-size: 11px !important;
  }
}

/* Final override: center mobile industry icons */
@media (max-width: 760px) {
  .client-strip .hero-industries article {
    align-items: center !important;
  }

  .client-strip .hero-industries .industry-icon {
    align-self: center !important;
    justify-self: center !important;
    display: grid !important;
    place-items: center !important;
    line-height: 1 !important;
    margin: 0 !important;
    transform: none !important;
  }
}

/* Final override: center desktop industry icons only */
@media (min-width: 1081px) {
  .client-strip .hero-industries article {
    align-items: center !important;
  }

  .client-strip .hero-industries .industry-icon {
    align-self: center !important;
    justify-self: center !important;
    display: grid !important;
    place-items: center !important;
    line-height: 1 !important;
    margin: 0 !important;
    transform: none !important;
  }
}

/* Final override: clean diagnosis menu icons */
.diagnosis-menu-card i {
  position: relative;
  overflow: hidden;
  background-color: #eaf3ff !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 58% 58% !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 1 !important;
}

.diagnosis-menu-card i::before,
.diagnosis-menu-card i::after {
  content: none !important;
  display: none !important;
}

.diagnosis-menu-card .menu-search-icon {
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2032%2032%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20fill%3D%27none%27%20stroke%3D%27%23003a8d%27%20stroke-width%3D%273.2%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Ccircle%20cx%3D%2714%27%20cy%3D%2714%27%20r%3D%278%27/%3E%3Cpath%20d%3D%27M20%2020l6%206%27/%3E%3C/svg%3E") !important;
}

.diagnosis-menu-card .menu-alert-icon {
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2032%2032%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20fill%3D%27none%27%20stroke%3D%27%23003a8d%27%20stroke-width%3D%273.2%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%27M16%205l12%2022H4L16%205z%27/%3E%3Cpath%20d%3D%27M16%2013v6M16%2024h.01%27/%3E%3C/svg%3E") !important;
}

.diagnosis-menu-card .menu-shield-icon {
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2032%2032%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20fill%3D%27none%27%20stroke%3D%27%23003a8d%27%20stroke-width%3D%273.2%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%27M16%203l10%204v8c0%206-4%2011-10%2014C10%2026%206%2021%206%2015V7l10-4z%27/%3E%3Cpath%20d%3D%27M11%2016l3%203%207-8%27/%3E%3C/svg%3E") !important;
}

.diagnosis-menu-card .menu-person-icon {
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2032%2032%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20fill%3D%27none%27%20stroke%3D%27%23003a8d%27%20stroke-width%3D%273.2%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Ccircle%20cx%3D%2716%27%20cy%3D%2711%27%20r%3D%275%27/%3E%3Cpath%20d%3D%27M7%2027c1.4-5%205-8%209-8s7.6%203%209%208%27/%3E%3C/svg%3E") !important;
}

.diagnosis-menu-card .menu-chart-icon {
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2032%2032%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20fill%3D%27none%27%20stroke%3D%27%23003a8d%27%20stroke-width%3D%273.2%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%27M5%2026h22%27/%3E%3Cpath%20d%3D%27M9%2026V16M16%2026V10M23%2026V6%27/%3E%3Cpath%20d%3D%27M8%2013l7-5%205%203%205-6%27/%3E%3C/svg%3E") !important;
}

.diagnosis-menu-card .menu-yen-icon {
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2032%2032%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20fill%3D%27none%27%20stroke%3D%27%23003a8d%27%20stroke-width%3D%273.2%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%27M9%206l7%209%207-9M16%2015v11M10%2015h12M10%2020h12%27/%3E%3C/svg%3E") !important;
}

/* Final override: coded proposal report offer section */
.report-offer-coded-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 18%, rgba(255, 255, 255, 0.94) 0 18%, transparent 38%),
    linear-gradient(115deg, #f6fbff 0%, #fff 48%, #eaf4ff 100%);
}

.report-offer-coded {
  position: relative;
  z-index: 1;
  padding: clamp(48px, 5vw, 70px) 0 32px;
}

.report-offer-coded-main {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(500px, 0.98fr);
  gap: clamp(32px, 4.4vw, 68px);
  align-items: center;
}

.report-offer-coded-copy {
  min-width: 0;
}

.report-coded-tag {
  display: inline-flex;
  align-items: center;
  min-height: 54px;
  margin: 0 0 24px;
  padding: 0 22px;
  border: 1px solid #0b3f95;
  background: rgba(255, 255, 255, 0.72);
  color: #071936;
  font-size: clamp(21px, 2vw, 28px);
  font-weight: 950;
  letter-spacing: 0.04em;
}

.report-offer-coded-copy h2 {
  margin: 0;
  color: #071936;
  font-size: clamp(44px, 5.3vw, 76px);
  font-weight: 950;
  line-height: 1.22;
  letter-spacing: 0;
}

.report-offer-coded-copy h2 span {
  color: #ff7a00;
}

.report-offer-coded-copy h2::after {
  content: "";
  display: block;
  width: 78px;
  height: 5px;
  margin: 24px 0 0;
  border-radius: 999px;
  background: #004dbf;
}

.report-coded-lead {
  max-width: 680px;
  margin: 22px 0 40px;
  color: #102448;
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 850;
  line-height: 1.85;
}

.report-coded-content h3 {
  display: grid;
  grid-template-columns: minmax(80px, 1fr) auto minmax(80px, 1fr);
  gap: 24px;
  align-items: center;
  margin: 0 0 24px;
  color: #0044a8;
  text-align: center;
  font-size: clamp(19px, 1.65vw, 25px);
  font-weight: 950;
}

.report-coded-content h3::before,
.report-coded-content h3::after {
  content: "";
  height: 1px;
  background: #8fb5e8;
}

.report-coded-items {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid #bfd5f1;
}

.report-coded-items article {
  display: grid;
  grid-template-rows: 74px auto auto;
  gap: 10px;
  min-height: 168px;
  padding: 20px 14px 10px;
  border-right: 1px solid #bfd5f1;
  text-align: center;
}

.report-coded-items article:last-child {
  border-right: 0;
}

.report-coded-items strong {
  color: #06245c;
  font-size: 16px;
  font-weight: 950;
  line-height: 1.35;
}

.report-coded-items small {
  color: #102448;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.6;
}

.report-coded-icon {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border-radius: 999px;
  background: #fff;
  box-shadow: inset 0 0 0 1px #d8e7fb, 0 9px 20px rgba(8, 52, 126, 0.08);
}

.report-coded-icon::before,
.report-coded-icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.report-coded-icon.search::before {
  left: 18px;
  top: 17px;
  width: 27px;
  height: 27px;
  border: 5px solid #004fc3;
  border-radius: 50%;
}

.report-coded-icon.search::after {
  right: 16px;
  bottom: 16px;
  width: 22px;
  height: 5px;
  border-radius: 999px;
  background: #004fc3;
  transform: rotate(45deg);
}

.report-coded-icon.chart::before {
  left: 18px;
  bottom: 18px;
  width: 8px;
  height: 24px;
  background: #004fc3;
  box-shadow: 14px -12px 0 #0b68dc, 28px -24px 0 #4f8ff0;
}

.report-coded-icon.chart::after {
  left: 14px;
  bottom: 13px;
  width: 42px;
  height: 4px;
  border-radius: 999px;
  background: #004fc3;
}

.report-coded-icon.pie::before {
  inset: 15px;
  border-radius: 50%;
  background: conic-gradient(#005bd6 0 25%, #fff 25% 28%, #003b99 28% 72%, #e7f0ff 72% 100%);
}

.report-coded-icon.pie::after {
  left: 34px;
  top: 15px;
  width: 4px;
  height: 40px;
  background: #fff;
}

.report-coded-icon.bulb::before {
  left: 22px;
  top: 14px;
  width: 27px;
  height: 34px;
  border: 4px solid #004fc3;
  border-bottom-width: 0;
  border-radius: 18px 18px 12px 12px;
}

.report-coded-icon.bulb::after {
  left: 27px;
  bottom: 16px;
  width: 18px;
  height: 12px;
  border-top: 4px solid #004fc3;
  border-bottom: 4px solid #004fc3;
}

.report-coded-icon.list::before {
  left: 19px;
  top: 14px;
  width: 34px;
  height: 42px;
  border: 4px solid #004fc3;
  border-radius: 4px;
}

.report-coded-icon.list::after {
  left: 28px;
  top: 26px;
  width: 19px;
  height: 4px;
  border-radius: 999px;
  background: #004fc3;
  box-shadow: 0 10px 0 #004fc3, 0 20px 0 #004fc3;
}

.report-coded-visual {
  position: relative;
  display: grid;
  grid-template-columns: 240px 190px 210px;
  align-items: center;
  justify-content: end;
  min-height: 430px;
  perspective: 1400px;
}

.report-coded-cover,
.report-coded-page {
  min-height: 380px;
  border-radius: 7px;
  box-shadow: 0 18px 34px rgba(9, 32, 74, 0.18);
}

.report-coded-cover {
  position: relative;
  z-index: 3;
  display: grid;
  align-content: center;
  justify-items: center;
  width: 260px;
  padding: 34px 22px;
  color: #fff;
  text-align: center;
  background:
    radial-gradient(circle at 25% 10%, rgba(255, 255, 255, 0.13), transparent 28%),
    linear-gradient(150deg, #072d77 0%, #031940 100%);
  transform: rotateY(-5deg) translateX(20px);
}

.report-coded-cover::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 74px;
  border-radius: 0 0 7px 7px;
  background:
    radial-gradient(130% 84% at 50% 12%, transparent 0 56%, rgba(95, 142, 218, 0.34) 58% 60%, transparent 62%),
    linear-gradient(180deg, transparent, rgba(0, 18, 66, 0.42));
}

.report-cover-shield {
  position: relative;
  width: 42px;
  height: 48px;
  margin-bottom: 28px;
  border: 3px solid rgba(255, 255, 255, 0.82);
  clip-path: polygon(50% 0, 92% 16%, 82% 68%, 50% 100%, 18% 68%, 8% 16%);
}

.report-cover-shield::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 16px;
  width: 16px;
  height: 9px;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  transform: rotate(-45deg);
}

.report-coded-cover strong {
  position: relative;
  z-index: 1;
  font-size: 24px;
  font-weight: 950;
  line-height: 1.55;
}

.report-coded-cover small,
.report-coded-cover em {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-style: normal;
  font-weight: 850;
}

.report-coded-cover em {
  align-self: end;
  margin-top: 72px;
  font-size: 18px;
  font-weight: 950;
}

.report-coded-page {
  position: relative;
  display: grid;
  align-content: start;
  width: 230px;
  padding: 30px 22px;
  border: 1px solid #d9e5f3;
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.report-coded-page.score {
  z-index: 2;
  transform: rotateY(-4deg) translateX(-2px);
}

.report-coded-page.plan {
  z-index: 1;
  transform: rotateY(-6deg) translateX(-28px);
}

.report-coded-page h3 {
  margin: 0 0 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid #bfcee1;
  color: #06245c;
  font-size: 15px;
  font-weight: 950;
}

.report-coded-score {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin: 0 0 10px;
  color: #ef3340;
}

.report-coded-score b {
  font-size: 52px;
  line-height: 0.9;
  font-weight: 950;
}

.report-coded-score span {
  color: #41506b;
  font-size: 18px;
  font-weight: 900;
}

.report-coded-page.score p {
  width: fit-content;
  margin: 0 0 18px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #ffe8e8;
  color: #ef3340;
  font-size: 12px;
  font-weight: 950;
}

.report-coded-scale {
  position: relative;
  height: 7px;
  margin: 3px 0 26px;
  border-radius: 999px;
  background: linear-gradient(90deg, #7fb46c 0 25%, #f7c44a 25% 50%, #ff8a00 50% 75%, #ef3340 75% 100%);
}

.report-coded-scale span {
  position: absolute;
  right: 6%;
  top: -7px;
  width: 12px;
  height: 20px;
  border-radius: 999px;
  background: #ef3340;
}

.report-coded-donut {
  width: 122px;
  height: 122px;
  margin: 0 auto;
  border-radius: 50%;
  background:
    radial-gradient(circle, #fff 0 44%, transparent 46%),
    conic-gradient(#ef3340 0 38%, #ff8a00 38% 61%, #f7c44a 61% 74%, #37b978 74% 100%);
}

.report-coded-page.plan dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.report-coded-page.plan dt {
  margin-top: 6px;
  color: #ef3340;
  font-size: 13px;
  font-weight: 950;
}

.report-coded-page.plan dt:nth-of-type(2) {
  color: #ff8a00;
}

.report-coded-page.plan dt:nth-of-type(3) {
  color: #17a566;
}

.report-coded-page.plan dd {
  position: relative;
  margin: 0;
  padding-left: 13px;
  color: #23314d;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.55;
}

.report-coded-page.plan dd::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
}

.report-coded-metrics {
  display: grid;
  grid-template-columns: minmax(360px, 1.7fr) repeat(3, minmax(160px, 1fr));
  align-items: center;
  gap: 0;
  margin-top: 34px;
  border: 1px solid #b9d2f2;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 28px rgba(7, 36, 92, 0.07);
}

.report-coded-proof,
.report-coded-metrics article {
  display: grid;
  align-items: center;
  min-height: 118px;
  padding: 20px 28px;
}

.report-coded-proof {
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 22px;
}

.report-coded-proof p {
  margin: 0;
  color: #07306f;
  font-size: clamp(20px, 1.75vw, 27px);
  font-weight: 950;
  line-height: 1.55;
}

.report-coded-proof strong {
  color: #005bd6;
  font-size: 1.12em;
}

.report-proof-icon {
  position: relative;
  display: block;
  width: 72px;
  height: 78px;
  border-radius: 50%;
  background: linear-gradient(180deg, #0b67de, #003f9f);
  clip-path: polygon(50% 0, 94% 18%, 84% 70%, 50% 100%, 16% 70%, 6% 18%);
}

.report-proof-icon::after {
  content: "";
  position: absolute;
  left: 24px;
  top: 26px;
  width: 25px;
  height: 14px;
  border-left: 6px solid #fff;
  border-bottom: 6px solid #fff;
  transform: rotate(-45deg);
}

.report-coded-metrics article {
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 18px;
  border-left: 1px solid #b9d2f2;
}

.report-coded-metrics article small,
.report-coded-metrics article strong {
  display: block;
}

.report-coded-metrics article small {
  margin-bottom: 4px;
  color: #06245c;
  font-size: 15px;
  font-weight: 950;
}

.report-coded-metrics article strong {
  color: #004fc3;
  font-size: clamp(28px, 2.3vw, 40px);
  font-weight: 950;
  line-height: 1.05;
}

.report-coded-metrics article em {
  color: #153864;
  font-size: 0.55em;
  font-style: normal;
}

.metric-icon {
  position: relative;
  display: block;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: #fff;
  box-shadow: inset 0 0 0 1px #d4e4f8;
}

.metric-icon::before,
.metric-icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.metric-icon.growth::before {
  left: 15px;
  bottom: 16px;
  width: 8px;
  height: 18px;
  background: #004fc3;
  box-shadow: 11px -8px 0 #0b67de, 22px -16px 0 #5d9bf3;
}

.metric-icon.growth::after {
  right: 13px;
  top: 14px;
  width: 18px;
  height: 18px;
  border-top: 4px solid #004fc3;
  border-right: 4px solid #004fc3;
  transform: rotate(-10deg);
}

.metric-icon.clock::before {
  inset: 12px;
  border: 4px solid #004fc3;
  border-radius: 50%;
}

.metric-icon.clock::after {
  left: 29px;
  top: 18px;
  width: 13px;
  height: 18px;
  border-left: 4px solid #004fc3;
  border-bottom: 4px solid #004fc3;
}

.metric-icon.people::before {
  left: 21px;
  top: 13px;
  width: 17px;
  height: 17px;
  border: 4px solid #004fc3;
  border-radius: 50%;
}

.metric-icon.people::after {
  left: 12px;
  bottom: 13px;
  width: 34px;
  height: 19px;
  border: 4px solid #004fc3;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  border-bottom: 0;
}

.report-coded-cta-band {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  padding: 34px 20px 44px;
  background: linear-gradient(180deg, #004cbb 0%, #002b76 100%);
}

.report-coded-cta {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, auto) auto;
  gap: 28px;
  align-items: center;
  justify-content: center;
  width: min(100%, 970px);
  min-height: 110px;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(180deg, #ff9c19 0%, #ff5e00 100%);
  box-shadow: inset 0 -5px 0 rgba(196, 56, 0, 0.3), 0 20px 30px rgba(0, 33, 92, 0.22);
  text-align: center;
  text-decoration: none;
  font-size: clamp(28px, 2.8vw, 42px);
  font-weight: 950;
  letter-spacing: 0;
}

.report-coded-cta::before,
.report-coded-cta::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 48px;
  height: 44px;
  background:
    linear-gradient(32deg, transparent 0 45%, #ff8a00 45% 55%, transparent 55%),
    linear-gradient(0deg, transparent 0 45%, #ff8a00 45% 55%, transparent 55%),
    linear-gradient(-32deg, transparent 0 45%, #ff8a00 45% 55%, transparent 55%);
}

.report-coded-cta::before {
  left: -78px;
  transform: translateY(-50%) rotate(180deg);
}

.report-coded-cta::after {
  right: -78px;
  transform: translateY(-50%);
}

.report-cta-doc {
  position: relative;
  width: 48px;
  height: 58px;
  border: 5px solid #fff;
  border-radius: 6px;
}

.report-cta-doc::before {
  content: "";
  position: absolute;
  right: -5px;
  top: -5px;
  width: 18px;
  height: 18px;
  border-left: 5px solid #fff;
  border-bottom: 5px solid #fff;
  background: rgba(255, 255, 255, 0.16);
}

.report-cta-doc::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 25px;
  width: 22px;
  height: 4px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 10px 0 #fff;
}

.report-cta-arrow {
  width: 20px;
  height: 20px;
  border-top: 6px solid #fff;
  border-right: 6px solid #fff;
  transform: rotate(45deg);
}

@media (max-width: 1180px) {
  .report-offer-coded-main {
    grid-template-columns: 1fr;
  }

  .report-coded-visual {
    justify-content: center;
  }

  .report-coded-metrics {
    grid-template-columns: 1fr 1fr;
  }

  .report-coded-proof {
    grid-column: 1 / -1;
    border-bottom: 1px solid #b9d2f2;
  }

  .report-coded-metrics article:nth-child(2) {
    border-left: 0;
  }
}

@media (max-width: 760px) {
  .report-offer-coded {
    padding: 42px 14px 0;
  }

  .report-offer-coded-copy {
    text-align: center;
  }

  .report-coded-tag {
    min-height: 0;
    margin-bottom: 14px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #005bd6;
    font-size: 17px;
  }

  .report-coded-tag::before,
  .report-coded-tag::after {
    content: "";
    width: 62px;
    height: 1px;
    margin: 0 14px;
    background: #5d91df;
  }

  .report-offer-coded-copy h2 {
    font-size: clamp(32px, 9vw, 42px);
    line-height: 1.34;
  }

  .report-offer-coded-copy h2::after {
    content: none;
  }

  .report-coded-lead {
    margin: 14px auto 22px;
    font-size: 14px;
    line-height: 1.75;
  }

  .report-coded-content {
    display: none;
  }

  .report-coded-visual {
    grid-template-columns: minmax(0, 155px) minmax(0, 168px);
    justify-content: center;
    min-height: 0;
    margin: 0 auto 28px;
    padding: 0;
  }

  .report-coded-cover,
  .report-coded-page {
    min-height: 224px;
    box-shadow: 0 12px 24px rgba(9, 32, 74, 0.15);
  }

  .report-coded-cover {
    width: auto;
    padding: 22px 14px;
    transform: none;
  }

  .report-cover-shield {
    width: 30px;
    height: 34px;
    margin-bottom: 12px;
  }

  .report-cover-shield::after {
    left: 8px;
    top: 10px;
    width: 12px;
    height: 7px;
    border-left-width: 3px;
    border-bottom-width: 3px;
  }

  .report-coded-cover strong {
    font-size: 17px;
    line-height: 1.45;
  }

  .report-coded-cover small {
    margin-top: 10px;
    font-size: 10px;
  }

  .report-coded-cover em {
    margin-top: 34px;
    font-size: 9px;
  }

  .report-coded-page {
    width: auto;
    padding: 20px 14px;
  }

  .report-coded-page.score {
    transform: none;
  }

  .report-coded-page.plan {
    display: none;
  }

  .report-coded-page h3 {
    margin-bottom: 10px;
    font-size: 11px;
    text-align: center;
  }

  .report-coded-score {
    justify-content: center;
  }

  .report-coded-score b {
    font-size: 44px;
  }

  .report-coded-score span {
    font-size: 13px;
  }

  .report-coded-page.score p {
    margin-inline: auto;
    font-size: 10px;
  }

  .report-coded-scale {
    display: none;
  }

  .report-coded-donut {
    width: 58px;
    height: 58px;
  }

  .report-coded-metrics {
    grid-template-columns: 1fr;
    margin: 0 -14px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .report-coded-proof {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    min-height: 0;
    padding: 18px 20px 22px;
    border: 0;
    background: #eef7ff;
  }

  .report-proof-icon {
    width: 34px;
    height: 40px;
  }

  .report-proof-icon::after {
    left: 10px;
    top: 12px;
    width: 14px;
    height: 8px;
    border-left-width: 4px;
    border-bottom-width: 4px;
  }

  .report-coded-proof p {
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
  }

  .report-coded-metrics article {
    display: none;
  }

  .report-coded-cta-band {
    padding: 0 20px 28px;
    background: transparent;
  }

  .report-coded-cta {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    min-height: 58px;
    padding: 0 22px;
    border-radius: 7px;
    font-size: 17px;
    line-height: 1.25;
    box-shadow: 0 10px 18px rgba(255, 93, 0, 0.2);
  }

  .report-coded-cta::before,
  .report-coded-cta::after,
  .report-cta-doc {
    display: none;
  }

  .report-cta-arrow {
    width: 12px;
    height: 12px;
    border-width: 4px;
  }
}

@media (max-width: 380px) {
  .report-coded-visual {
    grid-template-columns: minmax(0, 145px) minmax(0, 155px);
  }

  .report-offer-coded-copy h2 {
    font-size: 30px;
  }
}

/* Final override: desktop report offer title alignment */
@media (min-width: 1181px) {
  .report-offer-coded {
    padding-top: 54px;
  }

  .report-offer-coded-main {
    grid-template-columns: minmax(620px, 1fr) minmax(520px, 0.95fr);
    gap: clamp(46px, 5.2vw, 84px);
    align-items: start;
  }

  .report-offer-coded-copy h2 {
    white-space: nowrap;
    font-size: clamp(38px, 3vw, 52px);
    line-height: 1.12;
    letter-spacing: -0.01em;
  }

  .report-coded-lead {
    max-width: 620px;
    margin-top: 26px;
    margin-bottom: 36px;
    font-size: clamp(17px, 1.25vw, 21px);
  }

  .report-coded-content {
    margin-top: 0;
    max-width: 650px;
  }

  .report-coded-visual {
    align-self: start;
    justify-content: end;
    margin-top: 34px;
    transform: translateX(10px);
  }

  .report-coded-items article {
    min-height: 150px;
    padding: 16px 10px 8px;
  }

  .report-coded-icon {
    width: 58px;
    height: 58px;
  }

  .report-coded-icon.search::before {
    left: 15px;
    top: 14px;
    width: 23px;
    height: 23px;
    border-width: 4px;
  }

  .report-coded-icon.search::after {
    right: 13px;
    bottom: 13px;
    width: 19px;
    height: 4px;
  }

  .report-coded-items {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .report-coded-items strong {
    font-size: 14px;
  }

  .report-coded-items small {
    font-size: 11px;
  }
}

@media (max-width: 760px) {
  .report-offer-coded-copy h2 {
    white-space: normal;
  }
}

/* Final override: remove report CTA side ornaments at every size */
#report-offer .report-coded-cta::before,
#report-offer .report-coded-cta::after {
  content: none !important;
  display: none !important;
}

/* Final override: stable tablet metrics layout */
@media (min-width: 761px) and (max-width: 1180px) {
  #report-offer .report-coded-metrics {
    display: grid !important;
    grid-template-columns: minmax(0, 1.7fr) repeat(3, minmax(150px, 1fr)) !important;
    align-items: stretch !important;
    gap: 0 !important;
    min-height: 0 !important;
    margin-top: 22px !important;
  }

  #report-offer .report-coded-proof {
    grid-column: auto !important;
    grid-template-columns: 58px minmax(0, 1fr) !important;
    gap: 16px !important;
    min-height: 104px !important;
    padding: 18px 22px !important;
    border-bottom: 0 !important;
  }

  #report-offer .report-proof-icon {
    width: 52px !important;
    height: 58px !important;
    align-self: center !important;
  }

  #report-offer .report-proof-icon::after {
    left: 17px !important;
    top: 20px !important;
    width: 18px !important;
    height: 10px !important;
    border-left-width: 5px !important;
    border-bottom-width: 5px !important;
  }

  #report-offer .report-coded-proof p {
    font-size: 18px !important;
    line-height: 1.5 !important;
  }

  #report-offer .report-coded-metrics article {
    display: grid !important;
    grid-template-columns: 46px minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    gap: 3px 10px !important;
    align-items: center !important;
    min-height: 104px !important;
    padding: 18px 14px !important;
    border-left: 1px solid #b9d2f2 !important;
  }

  #report-offer .report-coded-metrics article:nth-child(2) {
    border-left: 1px solid #b9d2f2 !important;
  }

  #report-offer .report-coded-metrics article .metric-icon {
    grid-column: 1 !important;
    grid-row: 1 / 3 !important;
    width: 42px !important;
    height: 42px !important;
    align-self: center !important;
    justify-self: center !important;
  }

  #report-offer .report-coded-metrics article small {
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: end !important;
    margin: 0 !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
  }

  #report-offer .report-coded-metrics article strong {
    grid-column: 2 !important;
    grid-row: 2 !important;
    align-self: start !important;
    font-size: 27px !important;
    line-height: 1.05 !important;
    white-space: nowrap !important;
  }
}

/* Final override: 819px tablet viewport alignment */
@media (min-width: 761px) and (max-width: 900px) {
  .hero-visual {
    min-height: 420px !important;
    justify-content: center !important;
    overflow: hidden !important;
  }

  .hero-device.laptop {
    width: min(620px, 78vw) !important;
    min-height: 300px !important;
    right: 50% !important;
    bottom: 26px !important;
    transform: translateX(50%) !important;
    border-width: 8px !important;
    border-bottom-width: 18px !important;
  }

  .hero-medal {
    top: 36px !important;
    left: 18px !important;
    width: 88px !important;
    height: 88px !important;
    padding: 8px !important;
  }

  .hero-medal span,
  .hero-medal b {
    font-size: 9px !important;
    line-height: 1.2 !important;
  }

  .hero-medal strong {
    font-size: 20px !important;
  }

  .hero-device.phone {
    width: 104px !important;
    height: 210px !important;
    right: 8px !important;
  }

  .hero-device.phone .phone-screen ul {
    display: none !important;
  }

  #result-section .section-head.medal h2 {
    font-size: clamp(28px, 4.2vw, 34px) !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
  }

  #report-offer .report-offer-coded {
    width: min(100% - 32px, 760px) !important;
    padding-top: 34px !important;
  }

  #report-offer .report-offer-coded-main {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    justify-items: center !important;
    text-align: center !important;
  }

  #report-offer .report-offer-coded-copy {
    width: 100% !important;
    max-width: 760px !important;
    text-align: center !important;
  }

  #report-offer .report-coded-tag {
    display: inline-flex !important;
    justify-content: center !important;
    margin: 0 auto 16px !important;
    padding: 8px 22px !important;
    min-height: 0 !important;
    font-size: 18px !important;
  }

  #report-offer .report-offer-coded-copy h2 {
    width: 100% !important;
    max-width: 760px !important;
    margin: 0 auto !important;
    text-align: center !important;
    white-space: nowrap !important;
    font-size: clamp(30px, 4.4vw, 36px) !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
  }

  #report-offer .report-offer-coded-copy h2::after {
    margin: 14px auto 0 !important;
  }

  #report-offer .report-coded-lead {
    max-width: 660px !important;
    margin: 16px auto 18px !important;
    text-align: center !important;
    font-size: 15px !important;
    line-height: 1.75 !important;
  }

  #report-offer .report-coded-content {
    width: 100% !important;
    max-width: 720px !important;
    margin: 0 auto !important;
  }

  #report-offer .report-coded-content h3 {
    margin-bottom: 12px !important;
    font-size: 18px !important;
  }

  #report-offer .report-coded-items {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  #report-offer .report-coded-items article {
    min-height: 118px !important;
    padding: 10px 6px !important;
    grid-template-rows: 42px auto auto !important;
    gap: 6px !important;
  }

  #report-offer .report-coded-items .report-coded-icon {
    width: 42px !important;
    height: 42px !important;
  }

  #report-offer .report-coded-items strong {
    font-size: 12px !important;
    line-height: 1.3 !important;
  }

  #report-offer .report-coded-items small {
    font-size: 9px !important;
    line-height: 1.35 !important;
  }

  #report-offer .report-coded-visual {
    width: min(100%, 650px) !important;
    grid-template-columns: 160px 130px 150px !important;
    justify-content: center !important;
    min-height: 245px !important;
    margin: 4px auto 16px !important;
    transform: none !important;
  }

  #report-offer .report-coded-cover {
    width: 170px !important;
    min-height: 240px !important;
    padding: 22px 12px !important;
  }

  #report-offer .report-coded-page {
    width: 150px !important;
    min-height: 230px !important;
    padding: 16px 12px !important;
  }

  #report-offer .report-coded-metrics {
    width: min(100%, 700px) !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    justify-content: center !important;
    margin: 12px auto 0 !important;
    overflow: hidden !important;
  }

  #report-offer .report-coded-proof {
    grid-column: 1 / -1 !important;
    grid-template-columns: 42px minmax(0, 1fr) !important;
    min-height: 70px !important;
    padding: 10px 14px !important;
    gap: 10px !important;
  }

  #report-offer .report-coded-proof .proof-icon {
    width: 36px !important;
    height: 40px !important;
  }

  #report-offer .report-coded-proof p {
    font-size: 14px !important;
    line-height: 1.45 !important;
  }

  #report-offer .report-coded-metrics article {
    min-height: 66px !important;
    grid-template-columns: 28px minmax(0, 1fr) !important;
    padding: 8px 8px !important;
    gap: 2px 6px !important;
  }

  #report-offer .report-coded-metrics article .metric-icon {
    width: 26px !important;
    height: 26px !important;
  }

  #report-offer .report-coded-metrics article small {
    font-size: 10px !important;
    line-height: 1.15 !important;
  }

  #report-offer .report-coded-metrics article strong {
    font-size: 18px !important;
    line-height: 1.05 !important;
  }

  .cta-section .big-cta {
    width: min(100% - 32px, 720px) !important;
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 24px !important;
    gap: 16px !important;
    text-align: center !important;
  }

  .cta-section .big-cta > div {
    width: min(100%, 620px) !important;
  }

  .cta-section .big-cta p {
    white-space: nowrap !important;
    font-size: clamp(21px, 3.4vw, 27px) !important;
    line-height: 1.35 !important;
  }

  .cta-section .big-cta .btn-wide {
    width: min(100%, 520px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .cta-section .phone-card {
    width: min(100%, 360px) !important;
    margin: 0 auto !important;
  }
}

/* Final override: tablet portrait/compact landscape stability */
@media (min-width: 761px) and (max-width: 900px) {
  #result-section .score-lead-panel {
    max-width: 720px !important;
    margin: 0 auto 30px !important;
    overflow: hidden !important;
  }

  #result-section .score-lead-head {
    margin-bottom: 24px !important;
    padding: 0 18px !important;
  }

  #result-section .score-lead-head > span {
    min-height: 32px !important;
    padding: 6px 24px !important;
    font-size: 14px !important;
  }

  #result-section .score-lead-head h3 {
    margin-top: 16px !important;
    font-size: clamp(34px, 6vw, 48px) !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
  }

  #result-section .score-lead-head p {
    max-width: 620px !important;
    margin-top: 14px !important;
    font-size: 15px !important;
    line-height: 1.75 !important;
    text-align: center !important;
  }

  #result-section .score-lead-body {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    max-width: 620px !important;
    margin: 0 auto !important;
  }

  #result-section .result-diagnose-card {
    width: 100% !important;
    padding: 24px 28px !important;
  }

  #result-section .result-diagnose-card label {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-bottom: 14px !important;
    font-size: 21px !important;
    line-height: 1.35 !important;
  }

  #result-section .result-diagnose-card input {
    height: 60px !important;
    font-size: 17px !important;
  }

  #result-section .result-diagnose-card button {
    min-height: 64px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
    font-size: 21px !important;
    line-height: 1.2 !important;
  }

  #result-section .result-check-points {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0 !important;
    margin-top: 20px !important;
  }

  #result-section .result-check-points div {
    display: grid !important;
    grid-template-columns: 44px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 0 10px !important;
    text-align: left !important;
  }

  #result-section .timer-mini-icon,
  #result-section .yen-circle-icon,
  #result-section .lock-mini-icon {
    width: 42px !important;
    height: 42px !important;
  }

  #result-section .result-check-points strong {
    font-size: 15px !important;
    line-height: 1.25 !important;
  }

  #result-section .result-check-points small {
    font-size: 11px !important;
    line-height: 1.35 !important;
  }

  #result-section .diagnosis-menu-card {
    width: 100% !important;
    padding-top: 0 !important;
  }

  #result-section .diagnosis-menu-card h3 {
    gap: 16px !important;
    margin-bottom: 16px !important;
    font-size: 24px !important;
  }

  #result-section .diagnosis-menu-card ul {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  #result-section .diagnosis-menu-card li {
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr) !important;
    gap: 8px 10px !important;
    align-items: center !important;
    min-height: 118px !important;
    padding: 14px !important;
    border: 1px solid #cfe0f5 !important;
    border-radius: 10px !important;
    background: #fff !important;
  }

  #result-section .diagnosis-menu-card li + li {
    border-top: 1px solid #cfe0f5 !important;
  }

  #result-section .diagnosis-menu-card i {
    width: 40px !important;
    height: 40px !important;
    align-self: center !important;
    justify-self: center !important;
  }

  #result-section .diagnosis-menu-card strong {
    font-size: 17px !important;
    line-height: 1.3 !important;
  }

  #result-section .diagnosis-menu-card span {
    grid-column: 1 / -1 !important;
    font-size: 12px !important;
    line-height: 1.55 !important;
  }

  #report-offer .report-coded-metrics {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    margin-top: 18px !important;
    padding: 0 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
  }

  #report-offer .report-coded-proof {
    grid-column: 1 / -1 !important;
    grid-template-columns: 54px minmax(0, 1fr) !important;
    gap: 14px !important;
    min-height: 92px !important;
    padding: 14px 18px !important;
    border-bottom: 1px solid #b9d2f2 !important;
  }

  #report-offer .report-coded-proof .proof-icon {
    width: 46px !important;
    height: 50px !important;
  }

  #report-offer .report-coded-proof p {
    font-size: 16px !important;
    line-height: 1.45 !important;
  }

  #report-offer .report-coded-metrics article {
    grid-template-columns: 38px minmax(0, 1fr) !important;
    min-height: 84px !important;
    padding: 12px 10px !important;
    gap: 3px 8px !important;
    border-left: 1px solid #b9d2f2 !important;
  }

  #report-offer .report-coded-metrics article:nth-child(2) {
    border-left: 0 !important;
  }

  #report-offer .report-coded-metrics article .metric-icon {
    width: 34px !important;
    height: 34px !important;
  }

  #report-offer .report-coded-metrics article small {
    font-size: 12px !important;
    line-height: 1.2 !important;
  }

  #report-offer .report-coded-metrics article strong {
    font-size: 23px !important;
    line-height: 1.05 !important;
  }
}

/* Final override: broad tablet compact layout fixes */
@media (min-width: 761px) and (max-width: 1180px) {
  #report-offer .report-coded-metrics {
    width: min(100% - 32px, 860px) !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    margin: 18px auto 0 !important;
    padding: 0 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
  }

  #report-offer .report-coded-proof {
    grid-column: 1 / -1 !important;
    grid-template-columns: 50px minmax(0, 1fr) !important;
    gap: 12px !important;
    min-height: 82px !important;
    padding: 12px 18px !important;
    border-bottom: 1px solid #b9d2f2 !important;
  }

  #report-offer .report-coded-proof .proof-icon {
    width: 44px !important;
    height: 48px !important;
  }

  #report-offer .report-coded-proof p {
    margin: 0 !important;
    font-size: 16px !important;
    line-height: 1.45 !important;
    text-align: left !important;
  }

  #report-offer .report-coded-metrics article {
    display: grid !important;
    grid-template-columns: 36px minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    min-width: 0 !important;
    min-height: 76px !important;
    padding: 10px 12px !important;
    gap: 2px 8px !important;
    align-items: center !important;
    border-left: 1px solid #b9d2f2 !important;
    border-bottom: 0 !important;
  }

  #report-offer .report-coded-metrics article:nth-child(2) {
    border-left: 0 !important;
  }

  #report-offer .report-coded-metrics article .metric-icon {
    grid-column: 1 !important;
    grid-row: 1 / 3 !important;
    width: 32px !important;
    height: 32px !important;
    align-self: center !important;
    justify-self: center !important;
  }

  #report-offer .report-coded-metrics article small {
    grid-column: 2 !important;
    grid-row: 1 !important;
    margin: 0 !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
  }

  #report-offer .report-coded-metrics article strong {
    grid-column: 2 !important;
    grid-row: 2 !important;
    margin: 0 !important;
    font-size: 22px !important;
    line-height: 1.05 !important;
    white-space: nowrap !important;
  }

  #report-offer .report-coded-metrics article em {
    font-size: 0.58em !important;
  }

  .cta-section .reassure {
    display: block !important;
    width: min(100% - 32px, 720px) !important;
    margin: 18px auto 0 !important;
    padding: 12px 18px !important;
    color: #071936 !important;
    font-size: 14px !important;
    line-height: 1.8 !important;
    text-align: center !important;
    white-space: normal !important;
  }

  .cta-section .reassure .icon {
    display: none !important;
  }

  .cta-section .reassure span {
    display: inline !important;
    white-space: nowrap !important;
  }

  .engine-section .split {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .engine-section .panel {
    padding: 20px !important;
  }

  .engine-section .panel > h3 {
    margin-bottom: 16px !important;
    font-size: 18px !important;
    line-height: 1.45 !important;
  }

  .engine-section .reason-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 0 !important;
  }

  .engine-section .reason-grid article {
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    align-content: start !important;
    min-height: 0 !important;
    padding: 12px 10px !important;
    border-right: 1px solid #d7e6f7 !important;
    border-bottom: 0 !important;
    text-align: center !important;
  }

  .engine-section .reason-grid article:last-child {
    border-right: 0 !important;
  }

  .engine-section .reason-grid .num {
    width: 34px !important;
    height: 34px !important;
    margin: 0 0 8px !important;
    font-size: 14px !important;
  }

  .engine-section .reason-grid img {
    display: none !important;
  }

  .engine-section .reason-grid h4 {
    margin: 0 !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
  }

  .engine-section .reason-grid h4 br {
    display: none !important;
  }

  .engine-section .reason-grid p {
    margin: 8px 0 0 !important;
    font-size: 11px !important;
    line-height: 1.55 !important;
  }
}

/* Final override: prevent desktop report visual/title collision */
@media (min-width: 1181px) {
  #report-offer .report-offer-coded {
    width: min(100% - 64px, 1280px) !important;
    padding-top: 50px !important;
  }

  #report-offer .report-offer-coded-main {
    display: grid !important;
    grid-template-columns: minmax(0, 610px) minmax(0, 560px) !important;
    grid-template-areas:
      "tag tag"
      "title title"
      "lead lead"
      "content visual" !important;
    gap: 0 72px !important;
    align-items: start !important;
    justify-content: center !important;
  }

  #report-offer .report-offer-coded-copy {
    position: relative !important;
    z-index: 2 !important;
    max-width: 620px !important;
    display: contents !important;
  }

  #report-offer .report-coded-tag {
    grid-area: tag !important;
    justify-self: center !important;
    margin-bottom: 18px !important;
  }

  #report-offer .report-offer-coded-copy h2 {
    grid-area: title !important;
    justify-self: center !important;
    text-align: center !important;
    max-width: 620px !important;
    overflow: visible !important;
    white-space: nowrap !important;
    font-size: 46px !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
  }

  #report-offer .report-coded-lead {
    grid-area: lead !important;
    justify-self: center !important;
    max-width: 760px !important;
    margin: 18px 0 24px !important;
    font-size: 18px !important;
    line-height: 1.75 !important;
    text-align: center !important;
  }

  #report-offer .report-coded-content {
    grid-area: content !important;
    max-width: 620px !important;
  }

  #report-offer .report-coded-content h3 {
    margin-bottom: 16px !important;
  }

  #report-offer .report-coded-items {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    border-top: 0 !important;
  }

  #report-offer .report-coded-items article {
    display: grid !important;
    grid-template-columns: 58px minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    gap: 4px 14px !important;
    align-items: center !important;
    min-height: 92px !important;
    padding: 14px 14px !important;
    border: 1px solid #d2e3f8 !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.68) !important;
    text-align: left !important;
  }

  #report-offer .report-coded-items article:last-child {
    grid-column: 1 / -1 !important;
  }

  #report-offer .report-coded-items .report-coded-icon {
    grid-column: 1 !important;
    grid-row: 1 / 3 !important;
    align-self: center !important;
    justify-self: center !important;
    margin: 0 !important;
  }

  #report-offer .report-coded-items strong {
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: end !important;
    font-size: 15px !important;
    line-height: 1.25 !important;
  }

  #report-offer .report-coded-items small {
    grid-column: 2 !important;
    grid-row: 2 !important;
    align-self: start !important;
    font-size: 11px !important;
    line-height: 1.45 !important;
  }

  #report-offer .report-coded-visual {
    grid-area: visual !important;
    position: relative !important;
    z-index: 1 !important;
    width: 560px !important;
    grid-template-columns: 210px 165px 185px !important;
    justify-content: end !important;
    min-height: 360px !important;
    margin-top: 8px !important;
    transform: none !important;
  }

  #report-offer .report-coded-cover {
    width: 225px !important;
    min-height: 330px !important;
    padding: 28px 18px !important;
  }

  #report-offer .report-coded-page {
    width: 200px !important;
    min-height: 315px !important;
    padding: 24px 18px !important;
  }

  #report-offer .report-coded-icon {
    width: 62px !important;
    height: 62px !important;
  }

  #report-offer .report-coded-metrics {
    margin-top: 20px !important;
  }

  #report-offer .report-coded-proof,
  #report-offer .report-coded-metrics article {
    min-height: 102px !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }

  #report-offer .report-coded-metrics article {
    grid-template-columns: 58px minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    align-items: center !important;
    column-gap: 14px !important;
    padding: 18px 22px !important;
  }

  #report-offer .report-coded-metrics article .metric-icon {
    grid-column: 1 !important;
    grid-row: 1 / 3 !important;
    align-self: center !important;
    justify-self: center !important;
  }

  #report-offer .report-coded-metrics article small {
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: end !important;
    margin: 0 0 4px !important;
    line-height: 1.2 !important;
  }

  #report-offer .report-coded-metrics article strong {
    grid-column: 2 !important;
    grid-row: 2 !important;
    align-self: start !important;
    line-height: 1.05 !important;
  }

}

/* Final override: stabilize report offer metrics and CTA decorations */
#report-offer .report-coded-cta::before,
#report-offer .report-coded-cta::after {
  content: none !important;
  display: none !important;
}

@media (min-width: 761px) and (max-width: 1180px) {
  #report-offer .report-coded-metrics {
    display: grid !important;
    grid-template-columns: minmax(300px, 1.35fr) repeat(3, minmax(128px, 0.75fr)) !important;
    align-items: stretch !important;
    gap: 0 !important;
    min-height: 0 !important;
    margin-top: 22px !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  #report-offer .report-coded-proof {
    grid-column: auto !important;
    display: grid !important;
    grid-template-columns: 64px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 14px !important;
    min-height: 104px !important;
    padding: 16px 18px !important;
    border-bottom: 0 !important;
  }

  #report-offer .report-coded-proof .proof-icon {
    width: 56px !important;
    height: 60px !important;
    align-self: center !important;
    justify-self: center !important;
  }

  #report-offer .report-coded-proof p {
    margin: 0 !important;
    font-size: 17px !important;
    line-height: 1.45 !important;
    text-align: left !important;
  }

  #report-offer .report-coded-metrics article {
    display: grid !important;
    grid-template-columns: 48px minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    align-items: center !important;
    gap: 4px 12px !important;
    min-height: 104px !important;
    padding: 16px 14px !important;
    border-left: 1px solid #b9d2f2 !important;
    border-bottom: 0 !important;
  }

  #report-offer .report-coded-metrics article:nth-child(2) {
    border-left: 1px solid #b9d2f2 !important;
  }

  #report-offer .report-coded-metrics article .metric-icon {
    grid-column: 1 !important;
    grid-row: 1 / 3 !important;
    width: 46px !important;
    height: 46px !important;
    align-self: center !important;
    justify-self: center !important;
    margin: 0 !important;
  }

  #report-offer .report-coded-metrics article small {
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: end !important;
    margin: 0 !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
  }

  #report-offer .report-coded-metrics article strong {
    grid-column: 2 !important;
    grid-row: 2 !important;
    align-self: start !important;
    margin: 0 !important;
    font-size: 27px !important;
    line-height: 1.05 !important;
    white-space: nowrap !important;
  }
}

/* Final override: hide overflowing hero phone keyword list on tablet/mobile */
@media (max-width: 900px) {
  .hero-device.phone .phone-screen ul {
    display: none !important;
  }

  .hero-device.phone .phone-screen {
    overflow: hidden !important;
  }
}

/* Final override: keep contact submit arrow from overlapping text on narrow screens */
@media (max-width: 480px) {
  .contact-form .btn-orange {
    min-height: 0 !important;
    padding: 18px 46px 20px !important;
    gap: 6px !important;
    border-radius: 10px !important;
    font-size: 23px !important;
    line-height: 1.22 !important;
  }

  .contact-form .btn-orange > span {
    display: block !important;
    font-size: 16px !important;
    line-height: 1.25 !important;
    white-space: nowrap !important;
  }

  .contact-form .btn-orange strong {
    display: block !important;
    max-width: 100% !important;
    font-size: 24px !important;
    line-height: 1.22 !important;
  }

  .contact-form .btn-orange .arrow {
    right: 16px !important;
    width: 30px !important;
    height: 30px !important;
    font-size: 24px !important;
    pointer-events: none !important;
  }
}

/* Final override: keep contact submit button inside form on very narrow screens */
@media (max-width: 480px) {
  .contact-form {
    overflow: hidden !important;
  }

  .contact-form .btn-orange {
    box-sizing: border-box !important;
    justify-self: stretch !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 18px 0 0 !important;
    padding: 18px 40px 20px 14px !important;
    overflow: hidden !important;
  }

  .contact-form .btn-orange > span,
  .contact-form .btn-orange strong {
    min-width: 0 !important;
    overflow-wrap: anywhere !important;
    word-break: keep-all !important;
  }

  .contact-form .btn-orange strong {
    font-size: 22px !important;
  }
}

@media (max-width: 340px) {
  .contact-form .btn-orange {
    padding: 16px 34px 18px 12px !important;
  }

  .contact-form .btn-orange > span {
    font-size: 14px !important;
  }

  .contact-form .btn-orange strong {
    font-size: 20px !important;
  }

  .contact-form .btn-orange .arrow {
    right: 10px !important;
    width: 26px !important;
    height: 26px !important;
    font-size: 21px !important;
  }
}

/* Final override: prevent hero horizontal overflow on extra narrow phones */
@media (max-width: 360px) {
  html,
  body {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .hero {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .hero .container,
  .hero-grid,
  .hero-copy,
  .hero-visual,
  .diagnose-search {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }

  .hero .container {
    width: calc(100% - 24px) !important;
    max-width: calc(100% - 24px) !important;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    padding-top: 28px !important;
    gap: 22px !important;
  }

  .hero .ribbon {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto 22px !important;
    padding: 10px 8px !important;
    transform: none !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    white-space: normal !important;
    text-align: center !important;
  }

  .hero h1 {
    max-width: 100% !important;
    font-size: clamp(34px, 12vw, 39px) !important;
    line-height: 1.16 !important;
    overflow-wrap: anywhere !important;
  }

  .hero h1 .hero-line,
  .hero h1 .hero-line-main,
  .hero h1 .hero-line-last {
    max-width: 100% !important;
    white-space: normal !important;
  }

  .hero .lead {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 13px !important;
    line-height: 1.65 !important;
    overflow-wrap: anywhere !important;
  }

  .diagnose-search {
    grid-template-columns: minmax(0, 1fr) !important;
    margin-top: 26px !important;
  }

  .diagnose-search input,
  .diagnose-search .btn,
  .diagnose-search .btn-hero {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .diagnose-search input {
    padding-inline: 12px !important;
    font-size: 14px !important;
  }

  .diagnose-search .btn-hero {
    min-height: 68px !important;
    padding-inline: 12px !important;
    font-size: 18px !important;
  }

  .hero-trust-points {
    width: 100% !important;
    max-width: 100% !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .hero-device.laptop {
    width: calc(100vw - 42px) !important;
    max-width: calc(100vw - 42px) !important;
    min-width: 0 !important;
  }
}

/* Final override: make preview lists feel like a teaser for the full report. */
#result-section .word-card,
#result-section .diagnosis-table-card {
  position: relative !important;
}

#result-section .word-card {
  overflow: hidden !important;
  padding-bottom: 88px !important;
}

#result-section .word-card::before,
#result-section .diagnosis-table-card::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 52%;
  z-index: 4;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.74) 44%,
    rgba(255, 255, 255, 0.96) 78%,
    #fff 100%
  );
}

#result-section .word-card::after,
#result-section .diagnosis-table-card::after {
  content: "無料レポートにてご確認いただけます";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  z-index: 5;
  display: grid;
  place-items: center;
  min-height: 48px;
  padding: 10px 16px;
  border: 1px solid #c4dcff;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 28px rgba(0, 52, 132, 0.14);
  color: #0047b8;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
  pointer-events: none;
}

#result-section .diagnosis-table-card {
  padding-bottom: 86px !important;
}

#result-section .diagnosis-table-card::before {
  height: 44%;
  min-height: 130px;
}

@media (max-width: 640px) {
  #result-section .word-card {
    padding-bottom: 76px !important;
  }

  #result-section .word-card::after,
  #result-section .diagnosis-table-card::after {
    left: 14px;
    right: 14px;
    bottom: 14px;
    min-height: 44px;
    font-size: 13px;
  }

  #result-section .diagnosis-table-card {
    padding-bottom: 74px !important;
  }
}

/* Final override: add the city building image to the main visual background. */
.hero {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.88) 44%, rgba(239, 247, 255, 0.56) 100%),
    url("assets/hero/sajescore-city-bg.png") center right / cover no-repeat !important;
}

@media (max-width: 900px) {
  .hero {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.84) 48%, rgba(235, 246, 255, 0.62) 100%),
      url("assets/hero/sajescore-city-bg.png") center bottom / cover no-repeat !important;
  }
}

@media (max-width: 480px) {
  .hero {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.9) 52%, rgba(235, 246, 255, 0.7) 100%),
      url("assets/hero/sajescore-city-bg.png") 68% bottom / auto 100% no-repeat !important;
  }
}

/* Final override: replace the hero device mockup with the suggest list preview. */
.hero-visual .hero-device.laptop,
.hero-visual .hero-device.phone,
.hero-visual .hero-medal {
  display: none !important;
}

.hero-visual {
  justify-content: center !important;
}

.hero-suggest-preview {
  position: relative;
  z-index: 6;
  width: min(100%, 500px);
  margin: 0 auto;
  padding: 28px 30px 30px;
  border: 1px solid rgba(190, 207, 229, 0.9);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 44px rgba(0, 34, 89, 0.16);
  color: #07152b;
}

.hero-suggest-preview h2 {
  margin: 0 0 20px;
  color: #002b73;
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: 900;
  letter-spacing: 0;
}

.hero-suggest-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  margin-bottom: 20px;
  padding: 0 22px;
  border: 1px solid #c9d5e5;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 29, 78, 0.12);
  font-size: 18px;
  font-weight: 800;
}

.hero-suggest-search i,
.hero-suggest-preview li::before {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  border: 3px solid #002b73;
  border-radius: 50%;
  box-sizing: border-box;
}

.hero-suggest-search i {
  position: relative;
}

.hero-suggest-search i::after,
.hero-suggest-preview li::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 3px;
  border-radius: 999px;
  background: #002b73;
  transform: rotate(45deg);
}

.hero-suggest-search i::after {
  right: -6px;
  bottom: -2px;
}

.hero-suggest-preview ul {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-suggest-preview li {
  position: relative;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 18px;
  min-height: 28px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
}

.hero-suggest-preview li::before {
  content: "";
  position: relative;
  grid-column: 1;
  width: 17px;
  height: 17px;
  border-width: 3px;
}

.hero-suggest-preview li::after {
  left: 15px;
  top: 18px;
  width: 8px;
  height: 3px;
}

.hero-suggest-preview li span {
  grid-column: 2;
  white-space: nowrap;
}

.hero-suggest-preview li strong {
  grid-column: 3;
  color: #e60012;
  font-weight: 900;
  white-space: nowrap;
}

@media (min-width: 901px) {
  .hero-suggest-preview {
    margin-right: clamp(10px, 3vw, 58px);
  }
}

@media (max-width: 900px) {
  .hero-visual {
    min-height: auto !important;
    padding-bottom: 28px;
  }

  .hero-suggest-preview {
    width: min(100%, 430px);
    padding: 22px 18px 24px;
  }

  .hero-suggest-preview ul {
    gap: 13px;
  }

  .hero-suggest-search,
  .hero-suggest-preview li {
    font-size: 16px;
  }
}

@media (max-width: 420px) {
  .hero-suggest-preview {
    width: 100%;
    padding: 14px 14px 16px;
  }

  .hero-suggest-preview h2 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .hero-suggest-search {
    min-height: 48px;
    margin-bottom: 12px;
    padding: 0 14px;
    font-size: 15px;
  }

  .hero-suggest-preview ul {
    gap: 9px;
  }

  .hero-suggest-preview li {
    grid-template-columns: 24px minmax(0, 1fr) auto;
    column-gap: 10px;
    min-height: 22px;
    font-size: 14px;
  }

  .hero-suggest-preview li:nth-child(n + 7) {
    display: none;
  }
}

/* Supplied brand logo */
.brand-mark {
  display: inline-block !important;
  flex: 0 0 44px !important;
  width: 44px !important;
  height: 44px !important;
  background: url("assets/brand-logo.png") center / contain no-repeat !important;
  border-radius: 0 !important;
  clip-path: none !important;
}

.brand-mark::before {
  content: none !important;
}

@media (max-width: 640px) {
  .brand-mark {
    flex-basis: 48px !important;
    width: 48px !important;
    height: 48px !important;
  }
}

/* Company profile page */
.company-page {
  overflow: hidden;
  background: #fff;
  color: var(--ink);
}

.company-page .company-hero {
  position: relative;
  padding: clamp(72px, 8vw, 118px) 0 clamp(58px, 7vw, 96px);
  background:
    linear-gradient(105deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 44%, rgba(227, 243, 255, 0.72) 100%),
    url("assets/hero/sajescore-city-bg.png") center right / cover no-repeat;
}

.company-page .company-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(0, 92, 217, 0.12), transparent 32%),
    linear-gradient(135deg, transparent 0 58%, rgba(0, 92, 217, 0.08) 58% 60%, transparent 60% 100%);
  pointer-events: none;
}

.company-hero-grid,
.company-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: start;
}

.company-hero-grid {
  max-width: 980px;
}

.company-hero-copy .ribbon {
  width: fit-content;
  margin: 0 0 24px;
}

.company-hero-copy h1 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(48px, 7vw, 86px);
  font-weight: 950;
  line-height: 1.04;
  letter-spacing: 0;
}

.company-hero-copy h1::after {
  content: "";
  display: block;
  width: 92px;
  height: 6px;
  margin-top: 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), var(--yellow));
}

.company-hero-copy > p:not(.ribbon) {
  max-width: 780px;
  margin: 24px 0 0;
  color: #08224a;
  font-size: clamp(17px, 1.6vw, 22px);
  font-weight: 800;
  line-height: 1.9;
}

.company-hero-card {
  position: relative;
  max-width: 760px;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid rgba(183, 207, 238, 0.95);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 58px rgba(0, 43, 115, 0.14);
}

.company-hero-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7px;
  border-radius: 18px 18px 0 0;
  background: linear-gradient(90deg, var(--blue), var(--navy));
}

.company-hero-card span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 15px;
  border-radius: 999px;
  background: #edf5ff;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.company-hero-card strong {
  display: block;
  color: var(--navy);
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 950;
  line-height: 1.2;
}

.company-hero-card p {
  margin: 18px 0 0;
  color: #243b5f;
  font-weight: 700;
  line-height: 1.9;
}

.company-section {
  padding: clamp(64px, 8vw, 104px) 0;
  background: #fff;
}

.company-section-blue {
  background:
    radial-gradient(circle at 14% 10%, rgba(255, 217, 63, 0.14), transparent 24%),
    linear-gradient(180deg, #eef7ff 0%, #f8fbff 100%);
}

.company-head {
  text-align: left;
}

.company-head.center {
  max-width: 860px;
  margin: 0 auto 34px;
  text-align: center;
}

.company-head .eyebrow {
  color: var(--blue);
  font-weight: 950;
  letter-spacing: 0.08em;
}

.company-head h2 {
  margin: 8px 0 16px;
  color: var(--navy);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 950;
  line-height: 1.18;
}

.company-head > p:last-child {
  color: #314766;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.9;
}

.company-overview {
  overflow: hidden;
  border: 1px solid #d7e5f5;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(0, 43, 115, 0.09);
}

.company-overview dl {
  margin: 0;
}

.company-overview dl > div {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  border-bottom: 1px solid #e4eef9;
}

.company-overview dl > div:last-child {
  border-bottom: 0;
}

.company-overview dt,
.company-overview dd {
  margin: 0;
  padding: 20px 24px;
  font-weight: 800;
  line-height: 1.7;
}

.company-overview dt {
  display: flex;
  align-items: center;
  background: #f1f7ff;
  color: #003b91;
}

.company-overview dd {
  color: #10223d;
  background: #fff;
}

.company-overview a {
  color: var(--blue);
  text-decoration: none;
}

.company-policy-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
}

.company-policy-grid article {
  position: relative;
  min-height: auto;
  padding: 32px 28px;
  border: 1px solid #d4e4f6;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 40px rgba(0, 43, 115, 0.08);
}

.company-policy-grid span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), #003b91);
  color: #fff;
  font-size: 20px;
  font-weight: 950;
}

.company-policy-grid h3 {
  margin: 24px 0 12px;
  color: #0049b8;
  font-size: 24px;
  font-weight: 950;
}

.company-policy-grid p {
  margin: 0;
  color: #233b5e;
  font-weight: 700;
  line-height: 1.85;
}

.company-contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid #d0e2f7;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(238, 247, 255, 0.94)),
    radial-gradient(circle at right center, rgba(255, 217, 63, 0.16), transparent 32%);
  box-shadow: 0 20px 48px rgba(0, 43, 115, 0.1);
}

.company-contact-panel h2 {
  margin: 4px 0 12px;
  color: var(--navy);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 950;
}

.company-contact-panel p {
  margin: 0;
  color: #314766;
  font-weight: 800;
  line-height: 1.8;
}

.company-contact-panel .btn {
  width: fit-content;
  min-width: 270px;
  justify-content: center;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .company-page .company-hero {
    padding-top: 64px;
    text-align: center;
  }

  .company-hero-grid,
  .company-layout,
  .company-contact-panel {
    grid-template-columns: 1fr;
  }

  .company-hero-copy .ribbon,
  .company-hero-copy h1::after {
    margin-right: auto;
    margin-left: auto;
  }

  .company-hero-copy > p:not(.ribbon) {
    margin-right: auto;
    margin-left: auto;
  }

  .company-head {
    text-align: center;
  }

  .company-policy-grid {
    grid-template-columns: 1fr;
  }

  .company-contact-panel {
    text-align: center;
  }

  .company-contact-panel .btn {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .company-page .company-hero {
    padding: 48px 0 54px;
  }

  .company-hero-card,
  .company-overview,
  .company-policy-grid article,
  .company-contact-panel {
    border-radius: 12px;
  }

  .company-overview dl > div {
    grid-template-columns: 1fr;
  }

  .company-overview dt,
  .company-overview dd {
    padding: 14px 16px;
  }

  .company-overview dt {
    border-bottom: 1px solid #e4eef9;
  }

  .company-policy-grid article {
    min-height: auto;
    padding: 24px 20px;
  }

  .company-policy-grid h3 {
    margin-top: 18px;
    font-size: 21px;
  }
}
