/* CV v15 immutable asset (2026-07-26): derived from cv-v14; aligns the header wordmark with the price-trend page. */
:root {
  --navy-950: #07152b;
  --navy-900: #0b1f3f;
  --navy-800: #12315e;
  --blue-650: #1f67a8;
  --steel-100: #f4f7fa;
  --steel-200: #e4ebf2;
  --steel-300: #c9d5e3;
  --ink: #172033;
  --muted: #5c6878;
  --paper: #ffffff;
  --orange: #e86f18;
  --orange-dark: #c9560d;
  --green: #1d8f73;
  --shadow: 0 24px 70px rgba(7, 21, 43, 0.16);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Avenir Next", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0;
}

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

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

.skip-link {
  position: absolute;
  top: -48px;
  left: 16px;
  z-index: 30;
  padding: 10px 14px;
  background: #b45309;
  color: #fff;
  border-radius: 6px;
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 12px;
}

.section-inner {
  width: min(100% - 40px, var(--max));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(201, 213, 227, 0.8);
  backdrop-filter: blur(16px);
}

.header-inner {
  width: min(100% - 32px, 1240px);
  min-height: 74px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  text-decoration: none;
  color: var(--navy-950);
}

.brand-lockup {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.brand-logo {
  display: block;
  color: #0b243d;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.brand-trademark {
  font-size: 0.62em;
  vertical-align: super;
}

.brand-tagline {
  display: block;
  margin: 4px 0 0;
  color: #5c6a78;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: uppercase;
}

.header-nav {
  display: flex;
  justify-content: center;
  gap: 22px;
  color: #30435c;
  font-size: 0.92rem;
}

.header-nav a {
  text-decoration: none;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.tel-link {
  color: var(--navy-900);
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
button:focus-visible {
  outline: 3px solid #006ebd;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px #fff;
}

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

.button-primary {
  background: #b45309;
  color: #fff;
  box-shadow: 0 14px 32px rgba(180, 83, 9, 0.28);
}

.button-primary:hover {
  background: #92400e;
}

.button-secondary {
  background: var(--navy-900);
  color: #fff;
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.button-small {
  min-height: 40px;
  padding: 9px 14px;
  font-size: 0.88rem;
}

.hero {
  position: relative;
  overflow: hidden;
  background: var(--navy-950);
  color: #fff;
}

.hero-bg,
.hero-network,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-bg {
  z-index: 0;
  object-fit: cover;
  object-position: center;
}

.hero-network {
  z-index: 2;
  width: 108%;
  height: auto;
  top: auto;
  right: auto;
  bottom: -13%;
  left: -18%;
  opacity: 0.34;
  mix-blend-mode: screen;
  pointer-events: none;
}

.hero-overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(7, 21, 43, 0.98) 0%, rgba(7, 21, 43, 0.88) 48%, rgba(7, 21, 43, 0.46) 100%),
    linear-gradient(180deg, rgba(7, 21, 43, 0.18) 0%, rgba(7, 21, 43, 0.92) 100%);
}

.hero-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(370px, 0.68fr);
  gap: 14px;
  align-items: start;
  min-height: calc(100svh - 74px);
  padding: 26px 0 70px;
}

.hero-copy {
  padding-top: 8px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.hero .eyebrow {
  font-size: clamp(1.05rem, 1.34vw, 1.3rem);
}

.hero h1 > .hero-title__eyebrow {
  font-family: "Avenir Next", "Hiragino Sans", "Yu Gothic", sans-serif;
  letter-spacing: 0;
}

.hero h1,
.footer-cta h2 {
  margin: 0;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(2.6rem, 4.42vw, 4.24rem);
  line-height: 1.16;
}

.hero h1 {
  font-size: clamp(2.65rem, 4.56vw, 4.34rem);
  letter-spacing: 0.012em;
}

.hero h1 > span {
  display: block;
  white-space: nowrap;
}

.hero-delay-word {
  display: inline;
  font-size: 1.025em;
  font-style: normal;
}

.hero-lead {
  max-width: 860px;
  margin: 42px 0 0;
  font-size: clamp(1.34rem, 2.18vw, 1.94rem);
  font-weight: 740;
  line-height: 1.5;
}

.hero-lead strong {
  display: block;
  margin-top: 2px;
  color: #fff;
  font-size: 1.35em;
  font-weight: 720;
  line-height: 1.25;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.34);
}

.hero-lead strong span {
  display: block;
}

.hero-sub {
  max-width: 780px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.02rem;
}

.alert-strip {
  width: min(100%, 760px);
  max-width: 100%;
  margin: 24px 0 0;
  padding: 18px 26px;
  border: 1px solid rgba(232, 111, 24, 0.72);
  border-left-width: 5px;
  border-radius: 8px;
  background: rgba(232, 111, 24, 0.15);
  color: #ffb172;
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 9px;
  font-size: clamp(1.22rem, 1.72vw, 1.48rem);
  font-weight: 720;
  line-height: 1.35;
  white-space: normal;
  box-shadow: 0 16px 42px rgba(232, 111, 24, 0.18);
}

.alert-strip span {
  min-width: 0;
  white-space: normal;
}

.alert-strip i {
  width: min(320px, 100%);
  height: 3px;
  background: currentColor;
  box-shadow: 0 0 10px rgba(255, 177, 114, 0.35);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.hero .cta-row .button {
  min-height: 60px;
  padding: 16px 30px;
  font-size: clamp(1.04rem, 1.16vw, 1.16rem);
  font-weight: 650;
}

.hero-panel {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 520px;
}

.hero-panel img {
  width: min(58vw, 780px);
  max-width: none;
  aspect-ratio: auto;
  object-fit: contain;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  filter: drop-shadow(0 26px 24px rgba(0, 0, 0, 0.48));
  transform: translate(6%, 18px);
}

.hero-metrics {
  display: grid;
  grid-template-columns: 1.06fr 0.86fr 1.18fr;
  gap: 7px;
  width: min(100%, 470px);
  margin: -14px 0 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  background: rgba(7, 21, 43, 0.52);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
  position: relative;
  z-index: 2;
  padding: 7px;
}

.hero-metrics div {
  position: relative;
  min-height: 90px;
  padding: 15px 9px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(7, 21, 43, 0.7) 100%),
    rgba(7, 21, 43, 0.82);
}

.hero-metrics div::before {
  content: "";
  position: absolute;
  top: 0;
  right: 12px;
  left: 12px;
  height: 3px;
  border-radius: 99px;
  background: var(--orange);
}

.metric-label {
  display: block;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.hero-metrics strong {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: clamp(1.12rem, 1.34vw, 1.25rem);
  font-weight: 900;
  line-height: 1.15;
  white-space: nowrap;
}

.section {
  padding: 86px 0;
}

.problem-section,
.info-section,
.flow-section {
  background: var(--steel-100);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.6fr);
  gap: 32px;
  align-items: end;
  max-width: none;
}

h2 {
  margin: 0;
  color: var(--navy-950);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(1.9rem, 3.2vw, 3rem);
  line-height: 1.28;
}

h3 {
  margin: 0;
  color: var(--navy-950);
  font-size: 1.08rem;
  line-height: 1.45;
}

p {
  margin: 0;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.number-card,
.feature-card,
.intent-card,
.case-card {
  border: 1px solid var(--steel-200);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(7, 21, 43, 0.06);
}

.number-card {
  position: relative;
  min-height: 230px;
  padding: 20px;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 10px 14px;
  align-items: start;
}

.number {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 0;
  border-radius: 8px;
  background: var(--navy-900);
  color: #fff;
  font-weight: 800;
}

.issue-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  grid-column: 1;
  border: 1px solid rgba(18, 49, 94, 0.16);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #eef4f8 100%);
}

.issue-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.number-card h3 {
  grid-column: 2;
  grid-row: 1 / span 2;
  min-width: 0;
  align-self: center;
  padding-top: 0;
  font-size: clamp(0.96rem, 1.05vw, 1.08rem);
  line-height: 1.42;
  word-break: keep-all;
}

.number-card p,
.feature-card p,
.section-note,
.section-lead,
.split-heading p,
.form-copy p,
.footer-cta p {
  color: var(--muted);
}

.number-card p {
  grid-column: 1 / -1;
  margin-top: 12px;
  font-size: 0.94rem;
}

.section-note {
  margin-top: 28px;
  padding-left: 18px;
  border-left: 4px solid var(--orange);
}

.answer-section {
  background:
    linear-gradient(180deg, #fff 0%, #f9fbfd 100%);
}

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

.feature-card {
  min-height: 136px;
  padding: 20px 22px;
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 16px;
  align-items: center;
}

.feature-icon {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 8px;
  border: 1px solid rgba(29, 143, 115, 0.18);
  background: linear-gradient(180deg, #f5faf8 0%, #e9f4ef 100%);
}

.feature-icon img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.info-list,
.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.info-list span,
.category-grid span {
  min-height: 62px;
  display: flex;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid var(--steel-200);
  border-radius: 8px;
  background: #fff;
  color: var(--navy-900);
  font-weight: 700;
}

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

.info-list span {
  min-height: 132px;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: 16px 10px;
  text-align: center;
  box-shadow: 0 12px 28px rgba(7, 21, 43, 0.06);
}

.info-list em {
  color: var(--navy-950);
  font-size: 0.95rem;
  font-style: normal;
  line-height: 1.34;
  word-break: keep-all;
}

.info-icon {
  position: relative;
  display: block;
  width: 54px;
  height: 54px;
  border: 2px solid var(--navy-900);
  border-radius: 10px;
  background: linear-gradient(180deg, #fff 0%, #eff5f9 100%);
}

.info-icon::before,
.info-icon::after {
  content: "";
  position: absolute;
}

.info-server::before {
  inset: 10px 13px;
  border: solid var(--orange);
  border-width: 4px 0;
  box-shadow: 0 10px 0 var(--orange);
}

.info-label::before {
  top: 13px;
  left: 10px;
  width: 34px;
  height: 25px;
  border: 2px solid var(--orange);
  border-radius: 4px;
}

.info-label::after {
  top: 22px;
  left: 16px;
  width: 21px;
  height: 3px;
  background: var(--navy-900);
  box-shadow: 0 7px 0 var(--navy-900);
}

.info-bios::before {
  inset: 10px;
  border: 2px solid var(--orange);
  border-radius: 4px;
}

.info-bios::after {
  left: 14px;
  bottom: 10px;
  width: 26px;
  height: 4px;
  border-radius: 99px;
  background: var(--navy-900);
}

.info-stack::before {
  top: 12px;
  left: 12px;
  width: 30px;
  height: 9px;
  border-radius: 3px;
  background: var(--orange);
  box-shadow: 0 12px 0 var(--orange), 0 24px 0 var(--orange);
}

.info-spec::before {
  top: 13px;
  left: 11px;
  width: 32px;
  height: 28px;
  border: 2px solid var(--orange);
  border-radius: 4px;
  background:
    linear-gradient(var(--navy-900), var(--navy-900)) 6px 7px / 20px 3px no-repeat,
    linear-gradient(var(--navy-900), var(--navy-900)) 6px 15px / 20px 3px no-repeat;
}

.info-spec::after {
  top: 9px;
  left: 17px;
  width: 3px;
  height: 36px;
  background: var(--orange);
  box-shadow: 9px 0 0 var(--orange);
}

.info-count::before {
  top: 11px;
  left: 14px;
  width: 26px;
  height: 32px;
  border: 2px solid var(--orange);
  border-radius: 5px;
}

.info-count::after {
  top: 20px;
  left: 21px;
  width: 12px;
  height: 12px;
  border: solid var(--navy-900);
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.info-deadline::before {
  inset: 12px;
  border: 2px solid var(--orange);
  border-radius: 50%;
}

.info-deadline::after {
  top: 16px;
  left: 26px;
  width: 3px;
  height: 16px;
  border-radius: 99px;
  background: var(--navy-900);
  transform-origin: bottom;
  transform: rotate(45deg);
}

.info-quote::before {
  top: 10px;
  left: 14px;
  width: 24px;
  height: 34px;
  border: 2px solid var(--orange);
  border-radius: 4px;
}

.info-quote::after {
  top: 19px;
  left: 20px;
  width: 16px;
  height: 2px;
  background: var(--navy-900);
  box-shadow: 0 8px 0 var(--navy-900), 0 16px 0 var(--navy-900);
}

.message-band {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  align-items: center;
  margin-top: 24px;
  padding: 24px 26px;
  border: 1px solid rgba(232, 111, 24, 0.24);
  border-left: 6px solid var(--orange);
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(232, 111, 24, 0.12) 0%, #fff 72%);
  color: var(--navy-950);
  box-shadow: 0 12px 30px rgba(7, 21, 43, 0.07);
}

.message-band strong {
  font-size: clamp(1.12rem, 1.7vw, 1.45rem);
  font-weight: 800;
  line-height: 1.35;
}

.message-band span {
  color: #3f4f65;
  font-weight: 700;
}

.proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.78fr);
  gap: 42px;
  align-items: stretch;
}

.intent-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #f5f8fb 100%);
}

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

.intent-card {
  position: relative;
  min-height: 236px;
  padding: 22px 20px 24px;
  overflow: hidden;
}

.intent-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--orange) 0%, var(--green) 100%);
}

.intent-card span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 8px;
  background: var(--navy-900);
  color: #fff;
  font-weight: 900;
  line-height: 1;
}

.intent-card h3 {
  min-height: 3em;
  font-size: clamp(1rem, 1.06vw, 1.12rem);
}

.intent-card p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.72;
}

.section-lead {
  margin-top: 18px;
  max-width: 620px;
}

.kpi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 30px;
}

.kpi-grid div {
  min-height: 120px;
  padding: 18px 16px;
  border-top: 4px solid var(--orange);
  border-radius: 8px;
  background:
    linear-gradient(180deg, #fff 0%, #f3f7fa 100%);
  box-shadow: 0 12px 30px rgba(7, 21, 43, 0.06);
}

.kpi-grid span {
  display: block;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.3;
}

.kpi-grid strong {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px;
  margin-top: 10px;
  color: var(--navy-950);
  line-height: 1.25;
}

.kpi-grid em {
  color: var(--orange-dark);
  font-size: clamp(1.8rem, 2.7vw, 2.55rem);
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
}

.kpi-grid small {
  color: var(--navy-950);
  font-size: clamp(0.95rem, 1.2vw, 1.12rem);
  font-weight: 900;
  white-space: nowrap;
}

.case-card {
  overflow: hidden;
  display: grid;
  grid-template-rows: auto auto 1fr;
}

.case-card img {
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
}

.case-card h3 {
  padding: 18px 22px 0;
  font-size: 1.08rem;
}

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

.case-card li {
  position: relative;
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 44px;
  padding: 9px 10px 9px 38px;
  border: 1px solid var(--steel-200);
  border-radius: 8px;
  background: #fff;
}

.case-card li::before {
  content: "";
  position: absolute;
  left: 13px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--orange);
}

.case-card li::after {
  content: "";
  position: absolute;
  left: 18px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.case-card li b {
  color: var(--orange-dark);
  font-size: 0.82rem;
  line-height: 1.25;
  white-space: nowrap;
}

.case-card li span {
  color: var(--navy-950);
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.35;
}

.category-section {
  background: #fff;
}

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

.flow-list li {
  position: relative;
  min-height: 164px;
  padding: 14px 12px 16px;
  border: 1px solid var(--steel-200);
  border-radius: 8px;
  background:
    linear-gradient(180deg, #fff 0%, #f7fafc 100%);
  color: var(--navy-900);
  font-weight: 800;
  display: grid;
  grid-template-rows: auto 86px 1fr;
  justify-items: center;
  gap: 6px;
  text-align: center;
  box-shadow: 0 12px 28px rgba(7, 21, 43, 0.06);
}

.flow-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 69px;
  right: -23px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid var(--navy-900);
  filter: drop-shadow(0 2px 0 rgba(7, 21, 43, 0.08));
}

.flow-list span {
  display: block;
  justify-self: start;
  margin-bottom: 0;
  color: var(--orange);
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1;
}

.flow-list strong {
  display: block;
  min-width: 0;
  color: var(--navy-900);
  font-size: clamp(0.84rem, 0.98vw, 1.02rem);
  line-height: 1.25;
  word-break: keep-all;
}

.flow-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 92px;
  height: 86px;
  color: var(--navy-900);
}

.flow-icon img {
  width: 86px;
  height: 86px;
  object-fit: contain;
}

.flow-icon::before,
.flow-icon::after {
  content: none;
  position: absolute;
}

.flow-consult::before {
  top: 20px;
  left: 5px;
  width: 14px;
  height: 14px;
  border: 4px solid currentColor;
  border-radius: 50%;
  box-shadow: 32px 0 0 -1px currentColor;
}

.flow-consult::after {
  top: 7px;
  left: 19px;
  width: 22px;
  height: 14px;
  border: 3px solid var(--orange);
  border-radius: 12px;
  box-shadow: -17px 28px 0 -9px currentColor, 17px 28px 0 -9px currentColor;
}

.flow-search::before {
  top: 5px;
  left: 7px;
  width: 30px;
  height: 30px;
  border: 4px solid currentColor;
  border-radius: 50%;
}

.flow-search::after {
  right: 8px;
  bottom: 8px;
  width: 21px;
  height: 4px;
  border-radius: 99px;
  background: var(--orange);
  transform: rotate(45deg);
}

.flow-quote::before {
  top: 4px;
  left: 13px;
  width: 30px;
  height: 38px;
  border: 3px solid currentColor;
  border-radius: 5px;
  background:
    linear-gradient(currentColor, currentColor) 7px 9px / 14px 3px no-repeat,
    linear-gradient(currentColor, currentColor) 7px 18px / 17px 3px no-repeat;
}

.flow-quote::after {
  top: 24px;
  right: 4px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: inset 0 0 0 4px #fff;
}

.flow-order::before {
  top: 21px;
  left: 5px;
  width: 35px;
  height: 16px;
  border: 4px solid currentColor;
  border-left: 0;
  border-radius: 0 14px 14px 0;
  transform: rotate(22deg);
}

.flow-order::after {
  top: 21px;
  right: 5px;
  width: 35px;
  height: 16px;
  border: 4px solid var(--orange);
  border-right: 0;
  border-radius: 14px 0 0 14px;
  transform: rotate(-22deg);
}

.flow-delivery::before {
  left: 3px;
  top: 12px;
  width: 30px;
  height: 30px;
  border: 3px solid currentColor;
  border-radius: 50%;
  background:
    linear-gradient(currentColor, currentColor) center 13px / 36px 3px no-repeat,
    linear-gradient(90deg, transparent 47%, currentColor 48%, currentColor 52%, transparent 53%) center / 100% 100% no-repeat;
}

.flow-delivery::after {
  right: 3px;
  top: 15px;
  width: 22px;
  height: 14px;
  border: 3px solid var(--orange);
  border-left: 0;
  border-radius: 2px 12px 12px 2px;
  transform: rotate(-18deg);
  box-shadow: -11px 16px 0 -8px currentColor;
}

.flow-warranty::before {
  top: 4px;
  left: 15px;
  width: 30px;
  height: 38px;
  border: 4px solid currentColor;
  border-radius: 16px 16px 18px 18px;
}

.flow-warranty::after {
  top: 14px;
  left: 26px;
  width: 9px;
  height: 17px;
  border: solid var(--orange);
  border-width: 0 4px 4px 0;
  transform: rotate(45deg);
}

.conversion-band-section {
  padding: 0;
  border-top: 1px solid #dce5ee;
  border-bottom: 1px solid #dce5ee;
  background:
    radial-gradient(circle at 88% 50%, rgba(232, 111, 24, 0.1) 0%, rgba(232, 111, 24, 0) 32%),
    linear-gradient(180deg, #fbfcfd 0%, #edf4f8 100%);
  color: var(--navy-950);
}

.conversion-band {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 420px) 230px;
  gap: 22px;
  align-items: center;
  min-height: 168px;
  padding: 26px 0;
}

.conversion-message {
  padding-right: 20px;
}

.conversion-message h2 {
  margin: 0;
  color: var(--navy-950);
  font-size: clamp(1.95rem, 3.2vw, 3.35rem);
  font-weight: 900;
  line-height: 1.18;
}

.conversion-message h2 > span {
  display: block;
  color: var(--navy-950);
}

.conversion-message h2 em {
  color: var(--orange);
  font-style: normal;
}

.conversion-message h2 > span:last-child {
  color: var(--orange);
}

.conversion-message p {
  margin-top: 14px;
  color: #415067;
  font-size: clamp(0.92rem, 1.2vw, 1.08rem);
  font-weight: 700;
  line-height: 1.58;
}

.conversion-brand {
  display: grid;
  gap: 11px;
  min-width: 0;
  padding: 18px 18px 18px 26px;
  border: 1px solid #d3deea;
  border-left: 5px solid var(--navy-900);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92) 0%, rgba(236, 244, 249, 0.94) 100%);
  box-shadow: 0 18px 42px rgba(7, 21, 43, 0.11);
  width: 100%;
  max-width: 420px;
}

.conversion-brand strong {
  color: var(--navy-950);
  font-size: clamp(1.9rem, 2.35vw, 2.45rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
}

.conversion-brand sup {
  font-size: 0.45em;
}

.conversion-brand a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: var(--navy-950);
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.22;
  text-decoration: none;
}

.conversion-url {
  overflow-wrap: anywhere;
}

.conversion-brand a[href^="tel"],
.conversion-tel {
  font-size: clamp(1.52rem, 1.95vw, 1.95rem);
  font-weight: 900;
  letter-spacing: 0.03em;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.band-icon {
  position: relative;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
}

.globe-icon {
  border: 3px solid currentColor;
  border-radius: 50%;
}

.globe-icon::before,
.globe-icon::after {
  content: "";
  position: absolute;
  inset: 5px;
  border: solid currentColor;
}

.globe-icon::before {
  border-width: 0 2px;
  border-radius: 50%;
}

.globe-icon::after {
  top: 11px;
  right: -3px;
  left: -3px;
  height: 0;
  border-width: 2px 0 0;
}

.phone-icon::before {
  content: "";
  position: absolute;
  inset: 4px 7px 4px 6px;
  border: 4px solid currentColor;
  border-top: 0;
  border-left: 0;
  border-radius: 0 0 12px 0;
  transform: rotate(36deg);
}

.conversion-button {
  display: flex;
  justify-self: end;
  width: min(100%, 250px);
  min-height: 108px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 20px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, #b45309 0%, #92400e 100%);
  color: #fff;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.32;
  text-align: center;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.34);
  box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.18), 0 18px 36px rgba(232, 111, 24, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.conversion-button span:not(.cart-icon) {
  white-space: nowrap;
}

.conversion-button:hover {
  background:
    linear-gradient(180deg, #92400e 0%, #78350f 100%);
  transform: translateY(-1px);
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.18), 0 22px 42px rgba(232, 111, 24, 0.3);
}

.faq-section {
  background: #fff;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  border: 1px solid var(--steel-200);
  border-radius: 8px;
  background:
    linear-gradient(180deg, #fff 0%, #f8fbfd 100%);
  box-shadow: 0 12px 34px rgba(7, 21, 43, 0.05);
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  position: relative;
  padding: 20px 56px 20px 22px;
  color: var(--navy-950);
  font-weight: 800;
  line-height: 1.5;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 12px;
  height: 12px;
  border: solid var(--orange);
  border-width: 0 3px 3px 0;
  transform: translateY(-68%) rotate(45deg);
  transition: transform 0.2s ease;
}

.faq-item[open] summary::after {
  transform: translateY(-28%) rotate(225deg);
}

.faq-item p {
  padding: 0 22px 22px;
  color: var(--muted);
  line-height: 1.8;
}

.cart-icon {
  position: relative;
  flex: 0 0 34px;
  width: 34px;
  height: 26px;
  border: 4px solid currentColor;
  border-top: 0;
  transform: translateY(2px);
}

.cart-icon::before {
  content: "";
  position: absolute;
  top: -11px;
  left: -8px;
  width: 18px;
  height: 4px;
  background: currentColor;
  transform: rotate(16deg);
}

.cart-icon::after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 20px 0 0 currentColor;
}

.form-section {
  background:
    linear-gradient(180deg, #fff 0%, #f5f8fb 100%);
}

.form-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.56fr) minmax(480px, 0.9fr);
  gap: 44px;
  align-items: start;
}

.form-copy {
  position: sticky;
  top: 110px;
}

.form-panel {
  min-width: 0;
  scroll-margin-top: 92px;
}

.form-copy p {
  margin-top: 18px;
}

.form-copy .form-action-copy {
  margin-top: 10px;
  color: var(--navy-950);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(1.85rem, 3vw, 3rem);
  font-weight: 900;
  line-height: 1.22;
}

.form-copy .form-primary-copy {
  margin-top: 16px;
  color: #415067;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.72;
}

.contact-box {
  display: grid;
  gap: 4px;
  margin-top: 26px;
  padding: 20px;
  border: 1px solid var(--steel-200);
  border-radius: 8px;
  background: #fff;
}

.contact-box span {
  color: var(--muted);
  font-size: 0.86rem;
}

.contact-box a {
  color: var(--navy-950);
  font-size: 1.6rem;
  font-weight: 900;
  text-decoration: none;
}

.inquiry-form {
  padding: 28px;
  border: 1px solid var(--steel-200);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.kb-context {
  margin-bottom: 16px;
  padding: 22px 24px;
  border: 1px solid rgba(232, 111, 24, 0.34);
  border-left: 5px solid var(--orange);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(232, 111, 24, 0.09), rgba(255, 255, 255, 0.98) 72%),
    #fff;
  box-shadow: 0 14px 34px rgba(7, 21, 43, 0.08);
}

.kb-context[hidden] {
  display: none;
}

.kb-context__eyebrow {
  margin: 0 0 6px;
  color: #a94308;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.kb-context h2 {
  color: var(--navy-950);
  font-size: clamp(1.25rem, 2vw, 1.6rem);
}

.kb-context > p:last-child {
  margin-top: 12px;
  color: #415067;
  font-size: 0.92rem;
  line-height: 1.65;
}

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

.kb-context__summary > div {
  padding: 11px 13px;
  border: 1px solid rgba(232, 111, 24, 0.18);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.84);
}

.kb-context__summary > div[hidden] {
  display: none;
}

.kb-context__summary span {
  display: block;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 800;
}

.kb-context__summary strong {
  display: block;
  margin-top: 3px;
  color: var(--navy-950);
  font-weight: 900;
}

.js-only {
  display: none;
}

.js-required-notice {
  margin: 0 0 24px;
  padding: 16px;
  border: 1px solid #b45309;
  border-left: 4px solid #b45309;
  border-radius: 7px;
  background: #fff8e6;
  color: #452a12;
  line-height: 1.65;
}

.js-required-notice strong {
  display: block;
  color: #78350f;
}

.js-required-notice p {
  margin: 6px 0 0;
}

.js-required-notice a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: #075985;
  font-weight: 800;
  text-underline-offset: 3px;
}

.js .js-required-notice {
  display: none;
}

.js .form-progress.js-only {
  display: grid;
}

.form-progress {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.form-progress li {
  position: relative;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 7px;
  align-items: center;
  min-width: 0;
  padding: 9px;
  border: 1px solid var(--steel-200);
  border-radius: 7px;
  background: var(--steel-100);
  color: #59687b;
}

.form-progress li span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: inherit;
  font-size: 0.82rem;
  font-weight: 900;
}

.form-progress li strong {
  overflow: hidden;
  font-size: 0.78rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.form-progress li[aria-current="step"] {
  border-color: rgba(232, 111, 24, 0.42);
  background: rgba(232, 111, 24, 0.1);
  color: #a94308;
}

.form-progress li.is-complete {
  border-color: rgba(30, 126, 79, 0.26);
  background: rgba(30, 126, 79, 0.08);
  color: #17643e;
}

.form-step + .form-step {
  margin-top: 42px;
  padding-top: 36px;
  border-top: 1px solid var(--steel-200);
}

.js .form-step + .form-step {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.form-step[hidden] {
  display: none;
}

.form-step__heading {
  margin-bottom: 24px;
}

.form-step__heading > span {
  display: inline-block;
  margin-bottom: 5px;
  color: #a94308;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.form-step__heading h2 {
  color: var(--navy-950);
  font-size: clamp(1.35rem, 2.3vw, 1.85rem);
  line-height: 1.35;
}

.form-step__heading p {
  margin-top: 7px;
  color: #526075;
  font-size: 0.94rem;
  line-height: 1.65;
}

.js .form-step-actions.js-only {
  display: flex;
}

.form-step-actions {
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}

.form-step-actions--end {
  justify-content: flex-end;
}

.form-step-actions--back-only {
  justify-content: flex-start;
  margin: 4px 0 16px;
}

.form-step-actions .button {
  min-width: 160px;
}

.mode-guidance {
  margin: 0 0 18px;
  padding: 13px 15px;
  border-left: 4px solid var(--orange);
  border-radius: 6px;
  background: #fff8ef;
  color: #5c3a22;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.6;
}

.mode-guidance[hidden] {
  display: none;
}

.is-context-priority {
  padding: 12px;
  border: 2px solid rgba(232, 111, 24, 0.42);
  border-radius: 8px;
  background: rgba(232, 111, 24, 0.05);
}

.response-sample {
  margin: 20px 0 18px;
  padding: 18px 20px;
  border: 1px solid var(--steel-200);
  border-radius: 8px;
  background: var(--steel-100);
}

.response-sample h3 {
  color: var(--navy-950);
  font-size: 1rem;
}

.response-sample ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.response-sample li {
  padding: 6px 9px;
  border: 1px solid var(--steel-200);
  border-radius: 999px;
  background: #fff;
  color: #415067;
  font-size: 0.78rem;
  font-weight: 800;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.form-row {
  display: grid;
  gap: 16px;
  margin-bottom: 18px;
}

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

label,
fieldset {
  min-width: 0;
}

label > span,
legend {
  display: block;
  margin-bottom: 7px;
  color: var(--navy-900);
  font-weight: 800;
}

label b,
legend b {
  color: var(--orange-dark);
  font-size: 0.78rem;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--steel-300);
  border-radius: 6px;
  padding: 11px 13px;
  background: #fff;
  color: var(--ink);
}

textarea {
  resize: vertical;
}

fieldset {
  margin: 0 0 18px;
  padding: 0;
  border: 0;
}

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

.checkbox-grid label {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 9px;
  padding: 10px 12px;
  border: 1px solid var(--steel-200);
  border-radius: 6px;
  color: #2f3c50;
  line-height: 1.45;
}

input[type="checkbox"] {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  accent-color: var(--orange);
}

.file-field {
  display: block;
  margin-bottom: 18px;
  padding: 18px;
  border: 1px dashed var(--steel-300);
  border-radius: 8px;
  background: var(--steel-100);
}

.file-field small {
  color: var(--muted);
  font-weight: 600;
}

.file-field input {
  width: 100%;
  min-height: 44px;
  margin-top: 10px;
  padding-block: 8px;
}

.file-field em {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.9rem;
  font-style: normal;
}

.file-preview-grid {
  display: none;
  grid-template-columns: repeat(auto-fill, minmax(108px, 128px));
  gap: 16px;
  justify-content: start;
  margin-top: 14px;
}

.file-preview-grid.is-visible {
  display: grid;
}

.file-preview-item {
  position: relative;
  min-width: 0;
  overflow: visible;
  border: 1px solid var(--steel-200);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(7, 21, 43, 0.06);
}

.file-preview-thumb {
  display: grid;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  place-items: center;
  border-radius: 7px 7px 0 0;
  background:
    linear-gradient(135deg, rgba(11, 31, 63, 0.08) 0%, rgba(232, 111, 24, 0.08) 100%),
    #f5f8fb;
  color: var(--navy-900);
  font-size: 0.78rem;
  font-weight: 800;
  text-align: center;
}

.file-preview-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.file-preview-name {
  display: block;
  padding: 8px 9px 0;
  overflow: hidden;
  color: var(--navy-900);
  font-size: 0.78rem;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.file-preview-meta {
  display: block;
  padding: 3px 9px 9px;
  color: var(--muted);
  font-size: 0.74rem;
}

.file-preview-remove {
  position: absolute;
  top: -9px;
  right: -9px;
  z-index: 2;
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  border: 0;
  background: transparent;
  color: transparent;
  font-size: 0;
  cursor: pointer;
}

.file-preview-remove::before {
  content: "×";
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid rgba(11, 31, 63, 0.28);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  color: var(--navy-900);
  box-shadow: 0 5px 14px rgba(7, 21, 43, 0.18);
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  transition: border-color 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.file-preview-remove:hover::before {
  border-color: var(--orange);
  color: var(--orange-dark);
  transform: scale(1.06);
  box-shadow: 0 7px 18px rgba(7, 21, 43, 0.22);
}

.file-preview-remove:focus-visible {
  outline: none;
}

.file-preview-remove:focus-visible::before {
  outline: 3px solid #006ebd;
  outline-offset: 2px;
}

.hp-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.privacy-note {
  margin: 14px 0 18px;
  color: var(--muted);
  font-size: 0.88rem;
}

.button-submit {
  width: 100%;
}

.js-submit-only,
.js-submit-only[hidden] {
  display: none;
}

.js .button-submit.js-submit-only:not([hidden]) {
  display: inline-flex;
}

.form-status {
  min-height: 28px;
  margin-top: 14px;
  color: var(--navy-900);
  font-weight: 700;
}

.form-success-panel {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
  margin-top: 16px;
  padding: 18px;
  border: 1px solid rgba(30, 126, 79, 0.3);
  border-left: 5px solid #1e7e4f;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(30, 126, 79, 0.1) 0%, rgba(255, 255, 255, 0.96) 74%),
    #fff;
  box-shadow: 0 16px 34px rgba(7, 21, 43, 0.08);
}

.form-success-panel[hidden] {
  display: none;
}

.success-mark {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #1e7e4f;
  box-shadow: 0 8px 20px rgba(30, 126, 79, 0.22);
}

.success-mark::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 16px;
  width: 10px;
  height: 18px;
  border: solid #fff;
  border-width: 0 4px 4px 0;
  transform: rotate(45deg);
}

.form-success-panel strong {
  display: block;
  color: var(--navy-950);
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.45;
}

.form-success-panel p {
  margin-top: 5px;
  color: #415067;
  font-size: 0.94rem;
  line-height: 1.65;
}

.second-fixed-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  display: grid;
  gap: 8px;
  width: min(360px, calc(100vw - 40px));
  padding: 10px;
  overflow: hidden;
  border: 2px solid rgba(7, 21, 43, 0.92);
  border-radius: 10px;
  background:
    radial-gradient(circle at 14% -24%, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0) 52%),
    linear-gradient(135deg, rgba(248, 250, 252, 0.22) 0%, rgba(235, 240, 246, 0.16) 58%, rgba(218, 226, 236, 0.12) 100%);
  box-shadow:
    0 24px 64px rgba(7, 21, 43, 0.32),
    0 7px 20px rgba(7, 21, 43, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.38);
  -webkit-backdrop-filter: blur(2px) saturate(105%);
  backdrop-filter: blur(2px) saturate(105%);
  transform-origin: bottom right;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.second-fixed-cta[hidden] {
  display: none;
}

@keyframes second-fixed-cta-reveal {
  0% {
    opacity: 0;
    transform: translateY(12px) scale(0.94);
  }
  65% {
    opacity: 1;
    transform: translateY(-2px) scale(1.025);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.second-fixed-cta.is-entering {
  animation: second-fixed-cta-reveal 520ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.second-fixed-cta.is-form-visible {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
  animation: none;
}

.second-fixed-cta__link {
  display: grid;
  gap: 1px;
  min-height: 48px;
  align-content: center;
  margin-right: 38px;
  padding: 5px 9px;
  border: 1px solid rgba(7, 21, 43, 0.12);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--navy-950);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.second-fixed-cta__kicker {
  color: #52647a;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.second-fixed-cta__button {
  color: var(--navy-950);
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.45;
}

.second-fixed-cta__link:hover,
.second-fixed-cta__link:focus-visible {
  border-color: rgba(7, 21, 43, 0.28);
  background: rgba(255, 255, 255, 0.92);
  box-shadow:
    0 6px 16px rgba(7, 21, 43, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.second-fixed-cta__link:focus-visible {
  outline: 3px solid #006ebd;
  outline-offset: 2px;
}

.second-fixed-cta__email {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) 96px;
  gap: 6px;
  align-items: center;
  min-height: 44px;
  padding: 0 6px;
  border: 1px solid rgba(7, 21, 43, 0.11);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  color: #52647a;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.3;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.second-fixed-cta__email-label {
  color: #5e7085;
  white-space: nowrap;
}

.second-fixed-cta__email-address {
  min-width: 0;
  color: var(--navy-900);
  font-weight: 800;
  overflow-wrap: anywhere;
  white-space: nowrap;
  user-select: text;
  -webkit-user-select: text;
  cursor: text;
}

.second-fixed-cta__email-copy {
  width: 96px;
  min-height: 44px;
  padding: 0 6px;
  border: 1px solid rgba(7, 21, 43, 0.9);
  border-radius: 8px;
  background: linear-gradient(180deg, #12315e 0%, #07152b 100%);
  color: #fff;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  cursor: pointer;
  box-shadow:
    0 6px 14px rgba(7, 21, 43, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.second-fixed-cta__email-copy:hover {
  border-color: #1f67a8;
  background: linear-gradient(180deg, #1d4d82 0%, #0b1f3f 100%);
  box-shadow:
    0 8px 18px rgba(7, 21, 43, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
}

.second-fixed-cta__email-copy:focus-visible {
  border-color: #006ebd;
  outline: 3px solid #006ebd;
  outline-offset: 2px;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.9);
}

.second-fixed-cta__email-copy.is-copied {
  border-color: #0f766e;
  background: linear-gradient(180deg, #148579 0%, #0f625b 100%);
  color: #fff;
}

.second-fixed-cta__close {
  position: absolute;
  top: 10px;
  right: 2px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(7, 21, 43, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.48);
  color: #42556d;
  cursor: pointer;
  font-size: 1.15rem;
  line-height: 1;
}

.second-fixed-cta__close:hover,
.second-fixed-cta__close:focus-visible {
  border-color: rgba(7, 21, 43, 0.28);
  background: rgba(255, 255, 255, 0.82);
  color: var(--navy-950);
}

@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  .second-fixed-cta {
    background: rgba(237, 242, 247, 0.28);
  }
}

.footer-cta {
  padding: 78px 0;
  background:
    linear-gradient(135deg, rgba(7, 21, 43, 0.98) 0%, rgba(11, 31, 63, 0.98) 64%, rgba(18, 49, 94, 0.96) 100%);
  color: #fff;
}

.footer-cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.46fr);
  gap: 40px;
  align-items: center;
}

.footer-cta h2 {
  color: #fff;
  font-size: clamp(2rem, 4.2vw, 4rem);
}

.footer-cta p {
  max-width: 680px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.76);
}

.footer-contact {
  position: relative;
  display: grid;
  gap: 14px;
  min-width: 0;
  max-width: 430px;
  justify-self: end;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-left: 5px solid var(--orange);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.07) 58%, rgba(232, 111, 24, 0.13) 100%),
    rgba(7, 21, 43, 0.72);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.footer-contact::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 78px;
  height: 78px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  transform: translate(30px, -30px) rotate(45deg);
}

.footer-contact strong {
  color: #fff;
  font-size: clamp(1.6rem, 2.25vw, 2.08rem);
  font-weight: 700;
  line-height: 1;
}

.footer-contact a:not(.button) {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 620;
  line-height: 1.25;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.footer-contact a[href^="tel"] {
  color: #fff;
  font-size: clamp(1.55rem, 2.25vw, 2.08rem);
  font-weight: 720;
  line-height: 1;
  white-space: nowrap;
}

.footer-contact .button {
  min-height: 56px;
  width: 100%;
  padding-inline: 16px;
  background:
    linear-gradient(180deg, #b45309 0%, #92400e 100%);
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.16), 0 14px 30px rgba(232, 111, 24, 0.34);
  font-size: 0.96rem;
  white-space: nowrap;
}

.footer-contact .button:hover {
  background:
    linear-gradient(180deg, #92400e 0%, #78350f 100%);
}

.footer-contact .button:focus-visible {
  outline: 3px solid #006ebd;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px #fff;
}

.site-footer {
  padding: 24px 0;
  background: #050c1a;
  color: rgba(255, 255, 255, 0.75);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  align-items: center;
  font-size: 0.88rem;
}

.footer-links a {
  text-decoration: none;
}

.footer-copy {
  margin-left: auto;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.82rem;
}

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

  .header-nav {
    display: none;
  }

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

  .hero-grid,
  .proof-grid,
  .form-grid,
  .conversion-band,
  .footer-cta-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: auto;
  }

  .hero-panel {
    min-height: auto;
  }

  .hero-panel img {
    width: min(92vw, 700px);
    transform: translate(2%, 8px);
  }

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

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

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

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

  .flow-list li::after {
    display: none;
  }

  .form-copy {
    position: static;
  }

  .conversion-brand {
    padding: 20px;
    border-left-width: 5px;
  }

  .conversion-button {
    justify-self: start;
    min-width: 260px;
  }

  .footer-contact {
    justify-self: start;
    width: min(100%, 430px);
  }
}

@media (max-width: 1180px) {
  .conversion-band {
    grid-template-columns: 1fr;
  }

  .conversion-brand {
    max-width: 460px;
  }

  .conversion-button {
    justify-self: start;
  }
}

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

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

  .site-header {
    position: relative;
  }

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

  .header-actions {
    width: 100%;
    justify-content: space-between;
  }

  .tel-link {
    font-size: 0.92rem;
  }

  .button-small {
    flex: 1;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(7, 21, 43, 0.96) 0%, rgba(7, 21, 43, 0.86) 58%, rgba(7, 21, 43, 0.96) 100%);
  }

  .hero-network {
    width: 176%;
    bottom: 30%;
    left: -58%;
    opacity: 0.22;
  }

  .hero-grid {
    padding: 34px 0 42px;
    gap: 34px;
  }

  .hero-copy {
    padding-top: 0;
  }

  .hero h1 {
    font-size: clamp(2rem, 8.3vw, 2.36rem);
    line-height: 1.16;
  }

  .hero h1 > span {
    white-space: normal;
  }

  .hero-lead {
    margin-top: 18px;
    font-size: 1.06rem;
    line-height: 1.46;
  }

  .hero-sub {
    margin-top: 12px;
    font-size: 0.95rem;
    line-height: 1.62;
  }

  .alert-strip {
    display: flex;
    flex-wrap: wrap;
    margin-top: 18px;
    padding: 12px 14px;
    font-size: 1.06rem;
    line-height: 1.55;
    white-space: normal;
  }

  .alert-strip i {
    flex-basis: 38px;
    margin-top: 0.75em;
  }

  .cta-row {
    margin-top: 20px;
  }

  .cta-row {
    display: grid;
  }

  .hero .cta-row .button {
    min-height: 54px;
    padding: 14px 18px;
    font-size: 1rem;
  }

  .hero-panel img {
    width: min(132%, 520px);
    aspect-ratio: auto;
    transform: translate(8%, 4px);
  }

  .hero-metrics {
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: -6px;
  }

  .section {
    padding: 62px 0;
  }

  .conversion-band {
    gap: 18px;
    padding: 24px 0;
  }

  .conversion-message h2 {
    font-size: 1.72rem;
    line-height: 1.22;
  }

  .conversion-message p {
    font-size: 0.92rem;
  }

  .conversion-brand strong {
    font-size: 2rem;
  }

  .conversion-brand a {
    font-size: 0.92rem;
  }

  .conversion-brand a[href^="tel"] {
    font-size: 1.68rem;
  }

  .conversion-button {
    width: 100%;
    min-height: 76px;
    min-width: 0;
  }

  .form-copy .form-action-copy {
    font-size: 2rem;
  }

  .form-copy .form-primary-copy {
    font-size: 0.98rem;
    line-height: 1.68;
  }

  .split-heading,
  .problem-grid,
  .feature-grid,
  .intent-grid,
  .info-list,
  .category-grid,
  .kpi-grid,
  .two-columns,
  .checkbox-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: 108px;
    grid-template-columns: 58px 1fr;
  }

  .feature-icon {
    width: 52px;
    height: 52px;
  }

  .feature-icon img {
    width: 42px;
    height: 42px;
  }

  .flow-list {
    grid-template-columns: 1fr;
  }

  .flow-list li {
    min-height: 104px;
    display: grid;
    grid-template-columns: 42px 82px 1fr;
    grid-template-rows: 1fr;
    align-items: center;
    justify-items: start;
    gap: 12px;
    text-align: left;
  }

  .flow-list li::after {
    display: none;
  }

  .flow-list span {
    margin-bottom: 0;
  }

  .flow-list strong {
    text-align: left;
  }

  .flow-icon,
  .flow-icon img {
    width: 76px;
    height: 76px;
  }

  .footer-contact strong {
    font-size: 1.7rem;
  }

  .footer-contact a[href^="tel"] {
    font-size: 1.65rem;
  }

  .footer-copy {
    flex-basis: 100%;
    margin-left: 0;
  }

  .case-card li {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .inquiry-form {
    padding: 18px;
  }

  .kb-context {
    padding: 18px;
  }

  .kb-context__summary {
    grid-template-columns: 1fr;
  }

  .form-progress {
    gap: 5px;
    margin-bottom: 22px;
  }

  .form-progress li {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 4px;
    padding: 7px 4px;
    text-align: center;
  }

  .form-progress li strong {
    max-width: 100%;
    font-size: 0.7rem;
  }

  .js .form-step-actions.js-only {
    display: grid;
    grid-template-columns: 1fr;
  }

  .form-step-actions .button {
    width: 100%;
    min-width: 0;
  }

  .form-step-actions--back-only .button {
    width: auto;
  }

  .response-sample {
    padding: 16px;
  }

  .has-second-fixed-cta body {
    padding-bottom: calc(120px + env(safe-area-inset-bottom));
  }

  .second-fixed-cta {
    left: 8px;
    right: 8px;
    bottom: calc(8px + env(safe-area-inset-bottom));
    width: auto;
    max-height: 112px;
    gap: 6px;
    padding: 6px 8px;
    border-radius: 9px;
    transform-origin: bottom center;
  }

  .second-fixed-cta__link {
    min-height: 44px;
    height: 44px;
    margin-right: 38px;
    padding: 4px 8px;
  }

  .second-fixed-cta__kicker {
    display: none;
  }

  .second-fixed-cta__button {
    font-size: 0.86rem;
    line-height: 1.4;
  }

  .second-fixed-cta__close {
    top: 6px;
    right: 4px;
    width: 44px;
    height: 44px;
  }

  .second-fixed-cta__email {
    min-height: 44px;
    font-size: 0.68rem;
  }

  .second-fixed-cta__email-copy {
    font-size: 0.68rem;
  }

  .footer-cta {
    padding: 58px 0;
  }
}

@media (max-width: 360px) {
  .header-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .header-actions .tel-link {
    text-align: center;
  }

  .header-actions .button-small {
    flex: none;
    width: 100%;
  }

  .second-fixed-cta__email {
    grid-template-columns: minmax(0, 1fr) 96px;
  }

  .second-fixed-cta__email-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

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

  .second-fixed-cta.is-entering {
    opacity: 1;
    transform: none;
    animation: none !important;
  }
}

/* Compact single-action fixed CTA. Email remains available in the hero and form. */
.second-fixed-cta {
  display: block;
  width: min(340px, calc(100vw - 32px));
  max-height: 64px;
  padding: 5px 48px 5px 5px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(24, 71, 91, 0.24);
  border-left: 4px solid var(--orange);
  border-radius: 999px;
  box-shadow:
    0 16px 38px rgba(11, 36, 61, 0.22),
    0 4px 12px rgba(11, 36, 61, 0.10),
    inset 0 1px 0 #fff;
  -webkit-backdrop-filter: blur(3px) saturate(118%);
  backdrop-filter: blur(3px) saturate(118%);
  text-align: center;
}

.second-fixed-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: inherit;
  background: transparent;
  pointer-events: none;
}

.second-fixed-cta__link {
  position: relative;
  z-index: 1;
  display: block;
  box-sizing: border-box;
  width: 100%;
  min-height: 0;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
}

.second-fixed-cta__kicker { display: none; }

.second-fixed-cta__button {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 100%;
  min-height: 50px;
  padding: 0 18px;
  border: 1px solid #e86f18;
  border-radius: 999px;
  background: #e86f18;
  color: #fff;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.2;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(232, 111, 24, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.24);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.second-fixed-cta__link:hover,
.second-fixed-cta__link:focus-visible {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.second-fixed-cta__link:hover .second-fixed-cta__button,
.second-fixed-cta__link:focus-visible .second-fixed-cta__button {
  border-color: #c9560d;
  background: #c9560d;
  box-shadow: 0 10px 22px rgba(201, 86, 13, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.26);
  transform: translateY(-1px);
}

.second-fixed-cta__link:focus-visible {
  border-radius: 999px;
  outline: 3px solid #006ebd;
  outline-offset: 3px;
}

.second-fixed-cta__close {
  top: 10px;
  right: 5px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: #314b5e;
  font-size: 1.1rem;
  transition: background 180ms ease, transform 180ms ease;
}

.second-fixed-cta__close:hover,
.second-fixed-cta__close:focus-visible {
  background: rgba(230, 241, 249, 0.9);
  color: #314b5e;
  transform: scale(1.04);
}

@media (max-width: 720px) {
  .has-second-fixed-cta body {
    padding-bottom: calc(72px + env(safe-area-inset-bottom));
  }

  .second-fixed-cta {
    left: 8px;
    right: 8px;
    bottom: calc(8px + env(safe-area-inset-bottom));
    width: auto;
    max-height: 64px;
    padding: 5px 48px 5px 5px;
  }

  .second-fixed-cta__button {
    min-height: 50px;
    padding-inline: 14px;
    font-size: 19px;
  }
}

@media (max-width: 360px) {
  .second-fixed-cta__button {
    gap: 0;
    padding-inline: 10px;
    font-size: 19px;
  }
}

/* Compact pill controls for the page CTAs and the three inquiry-form actions. */
.hero .cta-row .second-pill-cta,
.conversion-button.second-pill-cta,
.footer-contact .second-pill-cta {
  box-sizing: border-box;
  display: inline-flex;
  width: 276px;
  max-width: calc(100vw - 44px);
  min-width: 0;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  white-space: nowrap;
}

.hero .cta-row .second-pill-cta--primary,
.conversion-button.second-pill-cta--primary,
.footer-contact .second-pill-cta--primary {
  border-color: var(--orange);
  background: var(--orange);
  color: #fff;
  box-shadow: 0 8px 18px rgba(232, 111, 24, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.hero .cta-row .second-pill-cta--primary:hover,
.conversion-button.second-pill-cta--primary:hover,
.footer-contact .second-pill-cta--primary:hover {
  border-color: var(--orange-dark);
  background: var(--orange-dark);
  color: #fff;
  box-shadow: 0 10px 22px rgba(201, 86, 13, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.conversion-button.second-pill-cta:focus-visible {
  outline: 3px solid #006ebd;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px #fff;
}

.inquiry-form .form-step-actions .form-pill-action,
.inquiry-form .button-submit.form-pill-action {
  box-sizing: border-box;
  width: fit-content;
  min-width: 0;
  max-width: 100%;
  min-height: 50px;
  padding: 0 22px;
  border-color: var(--orange);
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  box-shadow: 0 8px 18px rgba(232, 111, 24, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.20);
}

.inquiry-form .form-step-actions .form-pill-action {
  justify-self: end;
  margin-left: auto;
}

.form-submit-actions {
  display: flex;
  justify-content: center;
}

.inquiry-form .form-pill-action:not(:disabled):hover {
  border-color: var(--orange-dark);
  background: var(--orange-dark);
  box-shadow: 0 10px 22px rgba(201, 86, 13, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.inquiry-form .form-pill-action:disabled {
  border-color: var(--orange);
  background: var(--orange);
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

/* CV v2: fact-first hero, proof, timing selection, and form transparency. */
.header-actions .button-small {
  border-color: var(--orange);
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-weight: 850;
  white-space: nowrap;
}

.header-actions .button-small:hover {
  border-color: var(--orange-dark);
  background: var(--orange-dark);
}

.hero-lead--fact {
  max-width: 760px;
  margin-top: 24px;
  color: #fff;
  font-size: clamp(1.12rem, 1.55vw, 1.34rem);
  font-weight: 760;
  line-height: 1.65;
}

.hero-assurance {
  display: grid;
  gap: 7px;
  width: min(100%, 780px);
  margin-top: 18px;
  padding: 15px 18px;
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-left: 4px solid var(--orange);
  border-radius: 10px;
  background: rgba(7, 21, 43, 0.58);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.2);
}

.hero-assurance p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.65;
}

.hero-proof-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  width: min(100%, 790px);
  margin-top: 18px;
}

.hero-proof-strip span,
.hero-proof-strip a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 6px 11px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 820;
  line-height: 1.3;
  text-decoration: none;
}

.hero-proof-strip a {
  min-height: 44px;
  border-color: rgba(255, 177, 114, 0.58);
  color: #ffd1ad;
}

.hero-proof-strip a:hover,
.hero-proof-strip a:focus-visible {
  border-color: #fff;
  color: #fff;
}

.hero-trust-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 12px;
  width: min(100%, 790px);
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.875rem;
  font-weight: 720;
}

.hero-trust-line a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-weight: 820;
  text-underline-offset: 3px;
}

.hero-trust-line a:hover,
.hero-trust-line a:focus-visible {
  color: #ffd1ad;
}

.hero-contact-alternatives {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  width: min(100%, 790px);
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.875rem;
  font-weight: 700;
}

.hero-contact-alternatives > span {
  flex-basis: 100%;
}

.hero-contact-alternatives a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-weight: 850;
  text-underline-offset: 3px;
}

.hero-contact-alternatives button {
  min-width: 64px;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font: inherit;
  cursor: pointer;
}

.hero-contact-alternatives button:hover,
.hero-contact-alternatives button:focus-visible {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.18);
}

.form-facts {
  margin-bottom: 16px;
  padding: 18px 20px;
  border: 1px solid #cbd8e3;
  border-left: 5px solid #006ebd;
  border-radius: 9px;
  background: #f8fbfd;
  color: var(--navy-950);
}

.form-facts > strong {
  display: block;
  font-size: 1.05rem;
}

.form-facts ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 14px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.form-facts li {
  position: relative;
  padding-left: 17px;
  color: #415067;
  font-size: 0.82rem;
  font-weight: 760;
  line-height: 1.55;
}

.form-facts li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #0074d9;
  font-weight: 900;
}

.form-facts > p {
  margin: 12px 0 0;
  padding-top: 11px;
  border-top: 1px solid #dbe4eb;
  color: #415067;
  font-size: 0.82rem;
  font-weight: 720;
  line-height: 1.55;
}

.form-facts__mobile-summary {
  display: none;
}

.kb-context__summary {
  grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
}

.timing-fieldset {
  margin-bottom: 24px;
}

.timing-fieldset > legend,
.inquiry-form fieldset > legend:not(.visually-hidden) {
  margin-bottom: 10px;
  color: var(--navy-950);
  font-size: 0.95rem;
  font-weight: 900;
}

.inquiry-form fieldset > legend small {
  margin-left: 6px;
  color: var(--muted);
  font-size: 0.76rem;
}

.timing-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.timing-grid label {
  position: relative;
  min-width: 0;
  cursor: pointer;
}

.timing-grid input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.timing-grid span {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 8px 7px;
  border: 1px solid var(--steel-200);
  border-radius: 8px;
  background: #fff;
  color: #2f3c50;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.timing-grid input:checked + span {
  border-color: var(--orange);
  background: #fff6ed;
  color: #8f3c09;
  box-shadow: inset 0 0 0 1px var(--orange);
}

.timing-grid input:focus-visible + span {
  outline: 3px solid #006ebd;
  outline-offset: 2px;
}

.timing-guidance {
  margin: 10px 0 0;
  padding: 10px 12px;
  border-left: 3px solid var(--orange);
  background: #fff7ed;
  color: #7c3610;
  font-size: 0.84rem;
  font-weight: 760;
  line-height: 1.6;
}

.timing-guidance[hidden],
.selection-summary[hidden] {
  display: none;
}

.selection-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 12px;
  margin: 0 0 18px;
  padding: 12px 14px;
  border: 1px solid #d4dee7;
  border-radius: 8px;
  background: #f7fafc;
  color: #425269;
  font-size: 0.8rem;
  line-height: 1.5;
}

.selection-summary > strong {
  flex-basis: 100%;
  color: var(--navy-950);
}

.selection-summary span[hidden] {
  display: none;
}

.selection-summary b {
  color: var(--navy-950);
}

@media (max-width: 980px) {
  .timing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .hero-assurance {
    padding: 13px 14px;
  }

  .hero-proof-strip span {
    flex: 1 1 calc(50% - 8px);
    justify-content: center;
  }

  .hero-proof-strip a {
    flex-basis: 100%;
    justify-content: center;
  }

  .hero-trust-line {
    gap: 2px 12px;
  }

  .hero-trust-line span {
    flex-basis: 100%;
  }

  .hero-contact-alternatives a:first-of-type {
    max-width: calc(100% - 74px);
    overflow-wrap: anywhere;
  }

  .form-facts {
    margin-bottom: 10px;
    padding: 12px 13px;
  }

  .form-facts > strong {
    font-size: 0.94rem;
  }

  .form-facts .form-facts__mobile-summary {
    display: block;
    margin: 5px 0 0;
    padding: 0;
    border: 0;
    font-size: 0.78rem;
    line-height: 1.45;
  }

  .form-facts ul {
    display: none;
  }

  .form-facts .form-facts__retention {
    margin: 6px 0 0;
    padding: 6px 0 0;
    font-size: 0.75rem;
    line-height: 1.4;
  }

  .kb-context {
    margin-bottom: 10px;
    padding: 11px 12px;
    border-left-width: 4px;
  }

  .kb-context__eyebrow {
    margin-bottom: 3px;
    font-size: 0.68rem;
  }

  .kb-context h2 {
    font-size: 1rem;
  }

  .kb-context__summary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
    margin-top: 8px;
  }

  .kb-context__summary > div {
    min-width: 0;
    padding: 7px 6px;
  }

  .kb-context__summary span {
    font-size: 0.72rem;
  }

  .kb-context__summary strong {
    margin-top: 2px;
    font-size: 0.8rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  .kb-context > p:last-child {
    margin-top: 7px;
    font-size: 0.78rem;
    line-height: 1.45;
  }

  .inquiry-form {
    padding: 14px;
  }

  .form-progress {
    margin-bottom: 14px;
  }

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

  .timing-grid span {
    justify-content: flex-start;
    padding-inline: 14px;
    font-size: 0.9rem;
  }
}

/* CV v3: Email-first inquiry launcher and central modal */
.second-quick-launcher,
.second-quick-launcher *,
.second-quick-inquiry,
.second-quick-inquiry *,
.second-quick-inquiry *::before,
.second-quick-inquiry *::after {
  box-sizing: border-box;
}

.second-quick-launcher {
  align-self: center;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(17, 74, 121, 0.18);
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(31, 103, 168, 0.1), transparent 42%),
    linear-gradient(145deg, #ffffff 0%, #f3f8fc 100%);
  box-shadow: 0 22px 56px rgba(7, 21, 43, 0.12);
}

.second-quick-launcher:focus {
  outline: none;
}

.second-quick-launcher:focus-visible {
  outline: 3px solid #1673b5;
  outline-offset: 4px;
}

.second-quick-launcher h2 {
  margin: 8px 0 12px;
  color: #0b2c50;
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  line-height: 1.35;
}

.second-quick-launcher > p:not(.eyebrow) {
  margin: 0;
  color: #405a73;
  line-height: 1.8;
}

.second-quick-launcher ul {
  display: grid;
  gap: 9px;
  margin: 20px 0 24px;
  padding: 0;
  color: #173a5f;
  font-weight: 750;
  line-height: 1.55;
  list-style: none;
}

.second-quick-launcher li {
  position: relative;
  padding-left: 25px;
}

.second-quick-launcher li::before {
  position: absolute;
  top: 0;
  left: 2px;
  color: #f97316;
  font-weight: 900;
  content: "✓";
}

.second-quick-launcher__button {
  width: fit-content;
  max-width: 100%;
}

.second-quick-launcher__noscript {
  margin-top: 16px !important;
  color: #596d80 !important;
  font-size: 0.82rem;
}

.second-quick-inquiry__modal {
  position: fixed;
  inset: 0;
  z-index: 100020;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(12, 24, 40, 0.68);
  opacity: 0;
  visibility: hidden;
  transition: opacity 180ms ease, visibility 0s linear 180ms;
}

.second-quick-inquiry__modal[hidden] {
  display: none;
}

.second-quick-inquiry__modal.is-open {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

body.second-quick-inquiry-open {
  overflow: hidden;
}

body.second-quick-inquiry-open .second-fixed-cta {
  display: none !important;
}

.second-quick-inquiry__panel {
  position: relative;
  width: min(640px, 100%);
  max-height: calc(100vh - 48px);
  max-height: min(840px, calc(100dvh - 48px));
  overflow: auto;
  overscroll-behavior: contain;
  border: 1px solid rgba(16, 56, 96, 0.17);
  border-radius: 24px;
  background: #fff;
  color: #10233f;
  box-shadow: 0 30px 90px rgba(3, 16, 34, 0.38);
  transform: translateY(18px) scale(0.985);
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.second-quick-inquiry__modal.is-open .second-quick-inquiry__panel {
  transform: translateY(0) scale(1);
}

.second-quick-inquiry__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  border: 1px solid #c9d6e4;
  border-radius: 50%;
  background: #fff;
  color: #15385f;
  font-family: inherit;
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
}

.second-quick-inquiry__close:hover {
  background: #edf6ff;
}

.second-quick-inquiry__close:disabled {
  opacity: 0.55;
  cursor: wait;
}

.second-quick-inquiry__close:focus-visible,
.second-quick-inquiry__details summary:focus-visible,
.second-quick-inquiry__input:focus-visible,
.second-quick-inquiry__textarea:focus-visible,
.second-quick-inquiry__file:focus-visible,
.second-quick-inquiry__submit:focus-visible,
.second-quick-inquiry__success-close:focus-visible {
  outline: 3px solid #006ebd;
  outline-offset: 3px;
}

.second-quick-inquiry__header {
  padding: 34px 70px 22px 34px;
  border-bottom: 1px solid #dce6f0;
  background: linear-gradient(145deg, #f4f9fd 0%, #eaf3fb 100%);
}

.second-quick-inquiry__eyebrow {
  margin: 0 0 8px;
  color: #176c9f;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.second-quick-inquiry__title {
  margin: 0;
  color: #0c2f55;
  font-size: clamp(1.45rem, 3.2vw, 2rem);
  line-height: 1.35;
  letter-spacing: 0.02em;
}

.second-quick-inquiry__lead {
  margin: 12px 0 0;
  color: #334f6d;
  font-size: 0.96rem;
  line-height: 1.75;
}

.second-quick-inquiry__form {
  padding: 26px 34px 32px;
}

.second-quick-inquiry__field {
  display: grid;
  gap: 7px;
  margin: 0;
}

.second-quick-inquiry__label {
  color: #173a5f;
  font-size: 0.92rem;
  font-weight: 800;
}

.second-quick-inquiry__required {
  color: #b45309;
}

.second-quick-inquiry__input,
.second-quick-inquiry__textarea {
  width: 100%;
  border: 1px solid #b9c9d9;
  border-radius: 12px;
  background: #fff;
  color: #10233f;
  font: inherit;
  font-size: 16px;
}

.second-quick-inquiry__input {
  min-height: 50px;
  padding: 11px 13px;
}

.second-quick-inquiry__textarea {
  min-height: 112px;
  padding: 12px 13px;
  resize: vertical;
}

.second-quick-inquiry__input:focus,
.second-quick-inquiry__textarea:focus {
  border-color: #176c9f;
  box-shadow: 0 0 0 3px rgba(23, 108, 159, 0.14);
}

.second-quick-inquiry__details {
  margin: 18px 0 0;
  border-top: 1px solid #dce6f0;
  border-bottom: 1px solid #dce6f0;
}

.second-quick-inquiry__details summary {
  position: relative;
  padding: 16px 38px 16px 2px;
  color: #155b8a;
  font-size: 0.92rem;
  font-weight: 800;
  list-style: none;
  cursor: pointer;
}

.second-quick-inquiry__details summary::-webkit-details-marker {
  display: none;
}

.second-quick-inquiry__details summary::after {
  position: absolute;
  top: 50%;
  right: 6px;
  width: 26px;
  height: 26px;
  border: 1px solid #bfd2e3;
  border-radius: 50%;
  color: #155b8a;
  font-size: 1.1rem;
  line-height: 23px;
  text-align: center;
  content: "+";
  transform: translateY(-50%);
}

.second-quick-inquiry__details[open] summary::after {
  content: "−";
}

.second-quick-inquiry__details-body {
  display: grid;
  gap: 15px;
  padding: 2px 0 20px;
}

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

.second-quick-inquiry__file-wrap {
  display: grid;
  gap: 8px;
}

.second-quick-inquiry__file {
  width: 100%;
  padding: 11px;
  border: 1px dashed #9db4c9;
  border-radius: 12px;
  background: #f6f9fc;
  color: #294966;
  font: inherit;
  font-size: 0.86rem;
}

.second-quick-inquiry__file-status {
  margin: 0;
  color: #637486;
  font-size: 0.72rem;
  line-height: 1.6;
  white-space: pre-line;
}

.second-quick-inquiry__previews {
  margin-top: 2px;
}

.second-quick-inquiry__submit {
  display: flex;
  box-sizing: border-box;
  width: 129px;
  max-width: 100%;
  min-width: 0;
  min-height: 54px;
  margin: 22px auto 0;
  padding: 13px 20px;
  align-items: center;
  justify-content: center;
  border: 1px solid #e86f18;
  border-radius: 999px;
  background: #e86f18;
  color: #fff;
  box-shadow: 0 8px 18px rgba(249, 115, 22, 0.24);
  font: inherit;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.45;
  white-space: nowrap;
  cursor: pointer;
}

.second-quick-inquiry__submit:hover {
  border-color: #c9560d;
  background: #c9560d;
  transform: translateY(-1px);
}

.second-quick-inquiry__submit:disabled {
  opacity: 0.64;
  cursor: wait;
  transform: none;
}

.second-quick-inquiry__privacy {
  margin: 13px 0 0;
  color: #637486;
  font-size: 0.72rem;
  line-height: 1.6;
  text-align: center;
}

.second-quick-inquiry__status {
  min-height: 1.6em;
  margin: 10px 0 0;
  color: #a63a26;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.second-quick-inquiry__trap {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.second-quick-inquiry__success {
  display: block;
  padding: 58px 34px 46px;
  border: 0;
  background: #fff;
  text-align: center;
}

.second-quick-inquiry__success[hidden],
.second-quick-inquiry__form[hidden] {
  display: none;
}

.second-quick-inquiry__success-mark {
  display: grid;
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  place-items: center;
  border-radius: 50%;
  background: #e9f7ef;
  color: #197846;
  font-size: 1.65rem;
  font-weight: 900;
}

.second-quick-inquiry__success h2 {
  margin: 0;
  color: #0c2f55;
  font-size: 1.45rem;
}

.second-quick-inquiry__success p {
  margin: 12px auto 0;
  max-width: 440px;
  color: #405a73;
  line-height: 1.75;
}

.second-quick-inquiry__success-close {
  min-height: 44px;
  margin: 22px auto 0;
  padding: 10px 25px;
  border: 1px solid #9eb5c9;
  border-radius: 999px;
  background: #fff;
  color: #174e78;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

@media (max-width: 640px) {
  .second-quick-inquiry__modal {
    align-items: end;
    padding: 0;
  }

  .second-quick-inquiry__panel {
    width: 100%;
    max-height: min(92vh, 860px);
    max-height: min(92dvh, 860px);
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 22px 22px 0 0;
    transform: translateY(28px);
  }

  .second-quick-inquiry__header {
    padding: 26px 58px 18px 20px;
  }

  .second-quick-inquiry__lead {
    font-size: 0.88rem;
    line-height: 1.65;
  }

  .second-quick-inquiry__form {
    padding: 22px 20px calc(26px + env(safe-area-inset-bottom));
  }

  .second-quick-inquiry__grid {
    grid-template-columns: 1fr;
  }

  .second-quick-inquiry__submit {
    width: 118px;
    min-width: 0;
    padding-inline: 15px;
    font-size: 0.94rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .second-quick-inquiry__modal,
  .second-quick-inquiry__panel,
  .second-quick-inquiry__submit {
    transition: none !important;
  }

  .second-quick-inquiry__submit:hover {
    transform: none;
  }
}

/* CV v8 (2026-07-23): inquiry-first header and non-duplicative hero proof. */
.header-phone {
  display: grid;
  justify-items: center;
  gap: 1px;
  line-height: 1.2;
}

.header-phone small {
  color: #68778a;
  font-size: 0.68rem;
  font-weight: 700;
  white-space: nowrap;
}

.header-estimate-cta {
  gap: 0;
}

.hero-proof-strip {
  gap: 8px 20px;
}

.hero-proof-strip .hero-proof-item {
  min-height: 32px;
  padding: 2px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 0.91rem;
  font-weight: 760;
}

.hero-proof-item::before {
  content: "✓";
  margin-right: 7px;
  color: #76dfbd;
  font-weight: 900;
}

.hero-proof-link {
  display: inline-flex;
  width: 210px;
  max-width: 100%;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 11px;
  padding: 11px 24px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 999px;
  color: #fff;
  font-size: 1rem;
  font-weight: 760;
  line-height: 1.35;
  text-decoration: none;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.hero-proof-link:hover,
.hero-proof-link:focus-visible {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.hero-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hero-metrics strong {
  display: flex;
  min-height: 2.4em;
  align-items: center;
  margin-top: 7px;
  font-size: clamp(1rem, 1.17vw, 1.12rem);
  line-height: 1.2;
  white-space: normal;
  text-wrap: balance;
}

.hero-brand-assurance {
  width: min(100%, 470px);
  margin: 12px 0 0;
  padding: 11px 15px;
  border-left: 3px solid var(--orange);
  background: rgba(7, 21, 43, 0.52);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.65;
  text-align: left;
}

.hero-brand-assurance span {
  white-space: nowrap;
}

@media (max-width: 1180px) and (min-width: 1061px) {
  .header-inner {
    gap: 14px;
  }

  .header-nav {
    gap: 15px;
    font-size: 0.86rem;
  }

  .header-actions {
    gap: 9px;
  }

  .header-actions .button-small {
    padding-right: 17px;
    padding-left: 17px;
  }
}

@media (max-width: 760px) {
  .header-phone {
    justify-items: start;
  }

  .hero-proof-strip {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .hero-proof-strip .hero-proof-item {
    min-height: 30px;
    justify-content: flex-start;
    padding: 2px 0;
  }

  .hero-proof-link {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-brand-assurance {
    font-size: 0.82rem;
  }
}

@media (max-width: 360px) {
  .header-phone {
    justify-items: center;
  }
}

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

  .hero-metrics strong {
    min-height: 0;
  }
}

/* CV v9 (2026-07-23): hero emphasis and a clearer CTA hierarchy. */
.hero #hero-title {
  line-height: 1.21;
  letter-spacing: 0.025em;
}

.hero-title__accent {
  color: var(--orange);
}

.hero-brand-assurance {
  font-size: 1rem;
  line-height: 1.7;
}

.header-actions .header-estimate-cta {
  border-color: #08756f;
  background: linear-gradient(135deg, #16877f 0%, #08756f 100%);
  color: #fff;
  box-shadow: 0 8px 18px rgba(8, 117, 111, 0.22);
}

.header-actions .header-estimate-cta:hover,
.header-actions .header-estimate-cta:focus-visible {
  border-color: #056761;
  background: linear-gradient(135deg, #117d76 0%, #056761 100%);
  color: #fff;
}

.second-quick-launcher .second-quick-launcher__button {
  width: fit-content;
  min-height: 54px;
  padding: 13px 30px;
  border: 1px solid #e86f18;
  border-radius: 999px;
  background: #e86f18;
  color: #fff;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.35;
  box-shadow: 0 10px 24px rgba(232, 111, 24, 0.22);
}

.second-quick-launcher .second-quick-launcher__button:hover,
.second-quick-launcher .second-quick-launcher__button:focus-visible {
  border-color: #c9560d;
  background: #c9560d;
  color: #fff;
}

@media (max-width: 760px) {
  .hero #hero-title {
    line-height: 1.21;
    letter-spacing: 0.025em;
  }

  .hero-brand-assurance {
    font-size: 0.94rem;
  }
}

/* CV v10 (2026-07-23): delivery facts, proof readability, and focused contact routes. */
.hero-assurance__accent,
.hero-metric__accent,
.hero-brand-assurance__accent,
.footer-cta__accent {
  color: var(--orange);
}

.hero-proof-strip .hero-proof-item {
  font-size: clamp(0.95rem, 0.9vw, 1rem);
  line-height: 1.45;
}

.hero-proof-item::before {
  flex: 0 0 auto;
  font-size: 1.25em;
  line-height: 1;
}

.conversion-email-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
}

.conversion-brand .conversion-email {
  color: #075fa8;
  text-decoration: none;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  overflow-wrap: anywhere;
}

.conversion-brand .conversion-email:hover,
.conversion-brand .conversion-email:focus-visible {
  color: #064c85;
  text-decoration: underline;
}

.conversion-email-copy {
  min-width: 68px;
  min-height: 44px;
  padding: 8px 15px;
  border: 1px solid rgba(7, 35, 70, 0.24);
  border-radius: 999px;
  background: #fff;
  color: var(--navy-950);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.conversion-email-copy:hover {
  border-color: rgba(7, 35, 70, 0.48);
  background: #f3f7fa;
}

.conversion-email-copy:focus-visible {
  outline: 3px solid #006ebd;
  outline-offset: 3px;
}

.conversion-email-copy.is-copied {
  border-color: #16877f;
  color: #08756f;
}

.footer-contact.footer-contact--cta-only {
  width: auto;
  max-width: none;
  justify-self: end;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.footer-contact.footer-contact--cta-only::before {
  display: none;
}

.footer-contact--cta-only .button {
  width: 276px;
  max-width: calc(100vw - 44px);
}

@media (max-width: 1060px) {
  .footer-contact.footer-contact--cta-only {
    width: auto;
    justify-self: start;
  }
}

/* CV v11 (2026-07-23): refined hero proof and stronger final conversion cue. */
.hero h1 > .hero-title__eyebrow {
  color: #76dfbd;
}

.header-actions .header-estimate-cta {
  font-weight: 700;
}

.hero-lead--fact {
  font-weight: 700;
}

.hero-proof-strip .hero-proof-item {
  white-space: nowrap;
}

.hero-proof-item::before {
  content: "✔︎";
  font-size: 1.35em;
  font-weight: 900;
}

.hero-brand-assurance {
  font-size: 1.075rem;
}

.hero .cta-row .second-pill-cta--primary,
.conversion-button.second-pill-cta--primary,
.second-quick-launcher .second-quick-launcher__button,
.footer-contact--cta-only .second-pill-cta--primary {
  font-weight: 700;
}

.footer-cta h2 {
  font-size: clamp(2.15rem, 4.9vw, 4.3rem);
  line-height: 1.12;
}

.footer-contact--cta-only .button {
  width: 320px;
  min-height: 64px;
  font-size: 1.0625rem;
  font-weight: 700;
}

@media (max-width: 760px) {
  .hero-brand-assurance {
    font-size: 1rem;
  }
}

/* CV v12 (2026-07-23): exact accents, full-width proof row, and price-page final CTA parity. */
.hero-lead__accent {
  color: var(--orange);
}

.header-actions .header-estimate-cta {
  gap: 0;
  padding-inline: 20px;
  white-space: nowrap;
}

@media (min-width: 761px) {
  .hero-proof-strip {
    width: min(calc(100vw - 40px), var(--max));
    max-width: none;
    flex-wrap: nowrap;
    gap: clamp(10px, 1.5vw, 20px);
  }

  .hero-proof-strip .hero-proof-item {
    flex: 0 0 auto;
  }
}

@media (min-width: 1061px) {
  .hero-brand-assurance {
    margin-top: 72px;
  }
}

@media (min-width: 1061px) and (max-width: 1135px) {
  .hero-brand-assurance {
    margin-top: 150px;
  }
}

.footer-cta {
  padding: 76px 0;
}

.footer-cta-grid {
  grid-template-columns: minmax(0, 0.98fr) minmax(420px, 0.5fr);
  gap: 42px;
  align-items: center;
}

.footer-cta h2 {
  margin: 0;
  color: #fff;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(3rem, 5.65vw, 5.45rem);
  line-height: 1.16;
  font-weight: 700;
  letter-spacing: 0;
}

.footer-cta__headline-line {
  display: block;
  white-space: nowrap;
}

.footer-cta__accent {
  font-size: 1.03em;
  font-weight: 800;
}

.footer-contact.footer-contact--cta-only {
  display: flex;
  width: 100%;
  justify-self: stretch;
  align-items: center;
  justify-content: center;
}

@media (max-width: 820px) {
  .footer-cta {
    padding: 58px 0;
  }

  .footer-cta-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-cta h2 {
    font-size: clamp(2.65rem, 11.6vw, 3.35rem);
  }

  .footer-cta__headline-line {
    white-space: normal;
  }

  .footer-contact.footer-contact--cta-only {
    justify-self: stretch;
  }
}

/* CV v14 (2026-07-26): arrow-free CTA labels and symmetric optical balance. */
@media (min-width: 1061px) {
  .header-actions .header-estimate-cta {
    padding-inline: 20px;
  }
}

@media (min-width: 1061px) and (max-width: 1135px) {
  .hero-brand-assurance {
    margin-top: clamp(187px, calc(371px - 16.2vw), 199px);
  }
}

@media (min-width: 1136px) and (max-width: 1360px) {
  .hero-brand-assurance {
    margin-top: clamp(88px, calc(247px - 11.7vw), 114px);
  }
}

@media (min-width: 1361px) and (max-width: 1531px) {
  .hero-brand-assurance {
    margin-top: clamp(88px, calc(17.5vw - 150px), 118px);
  }
}

@media (min-width: 1532px) {
  .hero-brand-assurance {
    margin-top: 117px;
  }
}
