:root {
  --ct-navy: #082a4b;
  --ct-navy-deep: #051f3b;
  --ct-blue: #197aa8;
  --ct-cyan: #12b9d0;
  --ct-cyan-dark: #087f9b;
  --ct-ink: #102b44;
  --ct-muted: #536a7c;
  --ct-line: #d3dfe5;
  --ct-pale: #f1f7f8;
  --ct-warm: #f8f7f3;
  --ct-white: #ffffff;
  --ct-alert: #cf4d42;
  --ct-shell: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ct-ink);
  background: var(--ct-white);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button, a { touch-action: manipulation; }
.ct-shell { width: min(calc(100% - 40px), var(--ct-shell)); margin-inline: auto; }
.ct-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.ct-skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  color: white;
  background: var(--ct-navy);
  transform: translateY(-150%);
}
.ct-skip-link:focus { transform: none; }

.ct-header {
  height: 72px;
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid var(--ct-line);
}
.ct-header__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ct-brand {
  width: 126px;
  height: 54px;
  display: inline-flex;
  align-items: center;
}
.ct-brand img {
  width: 126px;
  height: 54px;
  object-fit: contain;
  object-position: left center;
}
.ct-header__inner > span {
  color: var(--ct-navy);
  font: 700 .78rem/1.2 "Figtree", sans-serif;
}

.ct-button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.45;
  cursor: pointer;
  transition: background-color .2s, border-color .2s, color .2s;
}
.ct-button--primary { color: white; background: var(--ct-navy); }
.ct-button--primary:hover { background: #0d416f; }
.ct-button--cyan { width: 100%; color: white; background: var(--ct-navy); }
.ct-button--cyan:hover { background: #0d416f; }
.ct-button:disabled { opacity: .55; cursor: wait; }
.ct-button:focus-visible,
.ct-form input:focus-visible,
.ct-form textarea:focus-visible {
  outline: 3px solid rgba(18, 185, 208, .42);
  outline-offset: 3px;
}

.ct-hero {
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(0, 50%) minmax(0, 50%);
  background: white;
  border-bottom: 1px solid var(--ct-line);
}
.ct-hero__copy {
  min-width: 0;
  display: flex;
  align-items: center;
  padding: 52px 42px 52px max(40px, calc((100vw - var(--ct-shell)) / 2));
}
.ct-hero__copy-inner { width: min(100%, 540px); }
.ct-hero h1 {
  margin: 0;
  color: #071f54;
  font-size: clamp(2.35rem, 3vw, 3.2rem);
  font-weight: 700;
  line-height: 1.38;
}
.ct-mobile-break { display: none; }
.ct-hero__problem {
  margin: 20px 0 0;
  color: var(--ct-navy);
  font-size: clamp(1.08rem, 1.4vw, 1.3rem);
  font-weight: 700;
}
.ct-hero__lead { margin: 6px 0 24px; color: var(--ct-ink); }
.ct-hero__media {
  position: relative;
  min-width: 0;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  background: #10223a;
}
.ct-hero__media::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0 auto 0 0;
  width: 110px;
  pointer-events: none;
  background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.72) 28%, rgba(255,255,255,0) 100%);
}
.ct-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 57% center;
}

.ct-section { padding: 64px 0; }
.ct-problem { background: white; }
.ct-problem__grid {
  display: grid;
  grid-template-columns: minmax(360px, .85fr) minmax(0, 1.15fr);
  gap: 48px;
  align-items: center;
}
.ct-problem__copy h2,
.ct-value h2,
.ct-consultation h2 {
  margin: 0;
  color: var(--ct-navy);
  font-size: clamp(2rem, 2.8vw, 2.75rem);
  line-height: 1.45;
}
.ct-problem__copy p { margin: 12px 0 0; color: var(--ct-muted); }
.ct-problem__copy h2 { font-size: clamp(2rem, 2.5vw, 2.35rem); }
.ct-problem-flow {
  position: relative;
  min-width: 0;
  margin: 0;
  padding: 6px 0 58px;
}
.ct-problem-flow ol {
  list-style: none;
  display: grid;
  grid-template-columns: .82fr 1.04fr 1.3fr;
  gap: 38px;
  align-items: stretch;
  margin: 0;
  padding: 0;
}
.ct-problem-flow li {
  position: relative;
  min-height: 142px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ct-problem-flow li:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: -30px;
  color: #144f93;
  font: 500 2rem/1 "Figtree", sans-serif;
  transform: translateY(-50%);
}
.ct-problem-flow li > strong { color: var(--ct-navy); font-size: 1.08rem; line-height: 1.65; text-align: center; }
.ct-problem-flow__outcomes {
  padding-left: 28px;
  border-left: 1px solid #214a73;
}
.ct-problem-flow__outcomes div { display: grid; gap: 8px; }
.ct-problem-flow__outcomes strong { color: var(--ct-navy); font-size: 1rem; line-height: 1.45; }
.ct-problem-flow__outcomes strong:first-child,
.ct-problem-flow__outcomes strong:nth-child(2) { color: var(--ct-alert); }
.ct-problem-flow__loop {
  position: absolute;
  right: 22%;
  bottom: 12px;
  left: 8%;
  height: 48px;
  border-bottom: 1.5px solid #3b83d5;
  border-left: 1.5px solid #3b83d5;
  border-right: 1.5px solid #3b83d5;
  border-radius: 0 0 0 10px;
}
.ct-problem-flow__loop::before {
  content: "↑";
  position: absolute;
  top: -22px;
  left: -8px;
  color: #3b83d5;
  font: 400 1.55rem/1 "Figtree", sans-serif;
}

.ct-bridge {
  padding: 36px 0 42px;
  color: white;
  background: var(--ct-navy-deep);
  text-align: center;
}
.ct-bridge p {
  margin: 0 0 6px;
  color: #d9ebf3;
  font-size: clamp(1.02rem, 1.65vw, 1.3rem);
  font-weight: 700;
}
.ct-bridge h2 {
  margin: 0;
  color: white;
  font-size: clamp(1.55rem, 2.4vw, 2.25rem);
  line-height: 1.55;
}
.ct-bridge h2::after {
  content: "";
  width: 150px;
  height: 3px;
  display: block;
  margin: 16px auto 0;
  background: var(--ct-cyan);
}

.ct-solution { padding: 66px 0 48px; background: white; }
.ct-solution__intro { max-width: 920px; margin: 0 auto 34px; text-align: center; }
.ct-solution__intro h2 {
  margin: 0;
  color: var(--ct-navy);
  font-size: clamp(2rem, 3vw, 2.75rem);
  line-height: 1.45;
}
.ct-solution__intro p { margin: 14px 0 0; color: var(--ct-ink); font-size: 1.03rem; }
.ct-solution-mobile-break { display: none; }
.ct-solution-flow {
  overflow: hidden;
  margin: 0;
  background: #f5fafc;
  border: 1px solid #b8d3df;
  border-radius: 12px;
}
.ct-solution-lane {
  position: relative;
  display: grid;
  grid-template-columns: 152px minmax(0, 1fr);
}
.ct-solution-lane--room { min-height: 272px; }
.ct-solution-lane--staff { min-height: 150px; background: white; border-top: 1px solid #c6dbe4; }
.ct-solution-lane__label {
  display: flex;
  align-items: center;
  padding: 24px;
  color: var(--ct-navy);
  border-right: 1px solid #c6dbe4;
  font-size: 1.35rem;
  font-weight: 700;
  white-space: nowrap;
}
.ct-ai-steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(112px, 1fr));
  gap: 26px;
  align-items: center;
  margin: 0;
  padding: 34px 290px 34px 34px;
}
.ct-ai-steps li {
  position: relative;
  min-width: 0;
  display: grid;
  justify-items: center;
  gap: 10px;
  color: var(--ct-navy);
  text-align: center;
}
.ct-ai-steps li:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: -22px;
  color: #2589d6;
  font-size: 1.7rem;
  transform: translateY(-50%);
}
.ct-step-number {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--ct-cyan-dark);
  border: 1px solid var(--ct-cyan-dark);
  border-radius: 50%;
  font: 700 .9rem/1 "Figtree", sans-serif;
}
.ct-flow-icon,
.ct-branch-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: var(--ct-navy);
}
.ct-flow-icon svg,
.ct-branch-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ct-ai-steps strong { font-size: .86rem; line-height: 1.55; }
.ct-flow-branches {
  position: absolute;
  top: 34px;
  right: 22px;
  bottom: 26px;
  width: 250px;
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
}
.ct-flow-branches::before {
  content: "";
  position: absolute;
  top: 25%;
  bottom: 25%;
  left: -18px;
  width: 2px;
  background: linear-gradient(to bottom, var(--ct-cyan-dark) 0 50%, #d86219 50% 100%);
}
.ct-flow-branches::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -52px;
  width: 34px;
  border-top: 2px solid var(--ct-cyan-dark);
}
.ct-flow-branch {
  position: relative;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 10px;
  align-items: center;
  padding-left: 18px;
}
.ct-flow-branch::before {
  content: "";
  position: absolute;
  left: -18px;
  width: 36px;
  border-top: 2px solid currentColor;
}
.ct-flow-branch--complete { color: var(--ct-cyan-dark); }
.ct-flow-branch--handoff { color: #d86219; }
.ct-flow-branch--handoff::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 42px;
  z-index: 2;
  height: 126px;
  border-left: 2px solid #d86219;
}
.ct-branch-icon { width: 48px; height: 48px; }
.ct-flow-branch strong { font-size: .84rem; line-height: 1.5; }
.ct-staff-action {
  position: relative;
  width: 180px;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 6px;
  align-self: center;
  margin: 0 138px 0 auto;
  color: var(--ct-navy);
  text-align: center;
}
.ct-staff-action::before {
  content: "↓";
  position: absolute;
  top: -34px;
  left: 50%;
  z-index: 3;
  color: #d86219;
  font-size: 1.45rem;
  line-height: 1;
  transform: translateX(-50%);
}
.ct-staff-action .ct-step-number {
  position: absolute;
  top: 4px;
  left: 12px;
  color: #d86219;
  border-color: #d86219;
}
.ct-staff-action strong { font-size: .9rem; line-height: 1.5; }
.ct-solution__takeaway {
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid #b9cad2;
  text-align: center;
}
.ct-solution__takeaway h3 {
  margin: 0;
  color: var(--ct-navy);
  font-size: clamp(1.45rem, 2.4vw, 2.1rem);
  line-height: 1.55;
}
.ct-solution__takeaway p { margin: 8px 0 0; color: var(--ct-muted); font-size: .82rem; }

.ct-value { background: white; }
.ct-value__layout {
  display: grid;
  grid-template-columns: minmax(330px, .82fr) minmax(0, 1.18fr);
  gap: 34px;
  align-items: stretch;
}
.ct-value__heading { display: flex; align-items: center; }
.ct-value__heading h2 { font-size: clamp(1.9rem, 2.3vw, 2.35rem); }
.ct-value__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--ct-line);
  border-bottom: 1px solid var(--ct-line);
}
.ct-value article { padding: 20px 18px; }
.ct-value article + article { border-left: 1px solid var(--ct-line); }
.ct-value article > span { color: var(--ct-cyan-dark); font: 700 2rem/1 "Figtree", sans-serif; }
.ct-value article h3 { margin: 12px 0 8px; color: var(--ct-navy); font-size: 1rem; line-height: 1.55; }
.ct-value article p { margin: 0; color: var(--ct-muted); font-size: .9rem; }

.ct-consultation { padding: 54px 0; color: white; background: var(--ct-navy-deep); }
.ct-consultation__grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 48px;
  align-items: center;
}
.ct-consultation h2 { color: white; }
.ct-consultation h2 { font-size: clamp(2rem, 2.4vw, 2.35rem); }
.ct-form-panel { min-width: 0; padding: 22px 24px; color: var(--ct-ink); background: white; }
.ct-form { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 16px; }
.ct-field label { display: block; margin-bottom: 6px; color: var(--ct-navy); font-size: .86rem; font-weight: 700; }
.ct-field label span { margin-left: 7px; color: var(--ct-alert); font-size: .7rem; }
.ct-field input,
.ct-field textarea {
  width: 100%;
  min-height: 42px;
  padding: 8px 10px;
  color: var(--ct-ink);
  background: white;
  border: 1px solid #aebfca;
  border-radius: 0;
}
.ct-field textarea { min-height: 78px; resize: vertical; }
.ct-field--full,
.ct-form__privacy,
.ct-form__status,
.ct-form .ct-button { grid-column: 1 / -1; }
.ct-form__privacy { margin: 0; color: var(--ct-muted); font-size: .78rem; }
.ct-form__privacy a { text-underline-offset: 3px; }
.ct-form__status { margin: 0; padding: 10px 12px; color: #8f2e28; background: #fff0ef; border-left: 3px solid var(--ct-alert); }
.ct-form-success { padding: 36px 12px; text-align: center; }
.ct-form-success > span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  color: var(--ct-navy);
  background: var(--ct-cyan);
  font-size: 1.7rem;
}
.ct-form-success h3 { margin: 0 0 10px; color: var(--ct-navy); font-size: 1.65rem; }
.ct-form-success p { margin: 0; color: var(--ct-muted); }

.ct-footer { padding: 18px 0 16px; color: rgba(255,255,255,.7); background: #04182d; }
.ct-footer__main { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.ct-footer__brand { width: 126px; height: 48px; display: inline-flex; align-items: center; }
.ct-footer__brand img {
  width: 126px;
  height: 48px;
  object-fit: contain;
  object-position: left center;
  filter: grayscale(1) brightness(0) invert(1);
}
.ct-footer nav { display: flex; flex-wrap: wrap; gap: 24px; }
.ct-footer nav a { min-height: 44px; display: inline-flex; align-items: center; text-decoration: none; }
.ct-footer nav a:hover { color: white; }
.ct-footer__notes { margin-top: 10px; padding-top: 10px; border-top: 1px solid rgba(255,255,255,.16); }
.ct-footer__notes p { margin: 0 0 3px; font-size: .72rem; }
.ct-footer__notes span { display: block; margin-top: 6px; font: 500 .74rem/1.5 "Figtree", sans-serif; }
[hidden] { display: none !important; }

@media (max-width: 1100px) {
  .ct-shell { width: min(calc(100% - 56px), var(--ct-shell)); }
  .ct-hero { min-height: 420px; grid-template-columns: minmax(0, 44%) minmax(0, 56%); }
  .ct-hero__copy { padding: 42px 28px 42px max(28px, calc((100vw - var(--ct-shell)) / 2)); }
  .ct-hero h1 { font-size: clamp(2rem, 4.2vw, 2.75rem); }
  .ct-hero__problem { font-size: 1rem; }
  .ct-hero__lead { font-size: .9rem; }
  .ct-hero__media { min-height: 420px; }
  .ct-section { padding: 52px 0; }
  .ct-problem__grid { grid-template-columns: minmax(250px, .82fr) minmax(0, 1.18fr); gap: 30px; }
  .ct-problem__copy h2 { font-size: clamp(1.55rem, 3vw, 2rem); }
  .ct-problem__copy p { font-size: .86rem; }
  .ct-problem-flow { padding-inline: 0; }
  .ct-problem-flow ol { gap: 20px; }
  .ct-problem-flow li:not(:last-child)::after { right: -16px; }
  .ct-problem-flow li > strong { font-size: .88rem; }
  .ct-problem-flow__outcomes { padding-left: 18px; }
  .ct-problem-flow__outcomes strong { font-size: .84rem; }
  .ct-problem-flow__loop { right: 23%; left: 7%; }
  .ct-solution { padding: 48px 0 40px; }
  .ct-solution__intro { margin-bottom: 28px; }
  .ct-solution__intro h2 { font-size: clamp(1.8rem, 3.4vw, 2.35rem); }
  .ct-solution__intro p { font-size: .94rem; }
  .ct-solution-lane { grid-template-columns: 116px minmax(0, 1fr); }
  .ct-solution-lane__label { padding-inline: 22px; font-size: 1.15rem; }
  .ct-ai-steps { grid-template-columns: repeat(4, minmax(78px, 1fr)); gap: 14px; padding: 28px 214px 28px 22px; }
  .ct-ai-steps li:not(:last-child)::after { right: -12px; font-size: 1.35rem; }
  .ct-flow-icon { width: 50px; height: 50px; }
  .ct-ai-steps strong { font-size: .74rem; }
  .ct-flow-branches { right: 14px; width: 190px; }
  .ct-flow-branches::before { left: -14px; width: 2px; }
  .ct-flow-branches::after { left: -38px; width: 24px; }
  .ct-flow-branch { grid-template-columns: 44px 1fr; gap: 7px; padding-left: 12px; }
  .ct-flow-branch::before { left: -14px; width: 26px; }
  .ct-branch-icon { width: 40px; height: 40px; }
  .ct-flow-branch strong { font-size: .73rem; }
  .ct-flow-branch--handoff::after { left: 32px; }
  .ct-staff-action { width: 150px; grid-template-columns: 1fr; margin-right: 97px; }
  .ct-staff-action strong { font-size: .76rem; }
  .ct-value__layout { grid-template-columns: minmax(250px, .7fr) minmax(0, 1.3fr); gap: 24px; }
  .ct-value__heading h2 { font-size: clamp(1.55rem, 3vw, 2rem); }
  .ct-value article { padding-inline: 14px; }
  .ct-value article p { font-size: .78rem; }
  .ct-consultation__grid { grid-template-columns: .72fr 1.28fr; gap: 34px; }
  .ct-consultation h2 { font-size: clamp(1.65rem, 3vw, 2rem); }
}

@media (max-width: 760px) {
  .ct-shell { width: min(calc(100% - 32px), var(--ct-shell)); }
  .ct-header { height: 68px; }
  .ct-brand, .ct-brand img { width: 116px; height: 50px; }
  .ct-hero { min-height: 0; grid-template-columns: 1fr; }
  .ct-hero__copy { padding: 44px 20px 46px; }
  .ct-hero__copy-inner { width: min(100%, 660px); }
  .ct-hero h1 { font-size: clamp(2.05rem, 9.2vw, 2.7rem); line-height: 1.42; }
  .ct-mobile-break { display: inline; }
  .ct-hero__problem { margin-top: 18px; font-size: 1rem; line-height: 1.7; }
  .ct-hero__lead { margin: 8px 0 22px; font-size: .92rem; line-height: 1.75; }
  .ct-hero__media { min-height: 270px; }
  .ct-hero__media::before { display: none; }
  .ct-section { padding: 56px 0; }
  .ct-problem__grid,
  .ct-value__layout,
  .ct-consultation__grid { grid-template-columns: 1fr; }
  .ct-problem__grid { gap: 28px; }
  .ct-value__layout { gap: 26px; }
  .ct-consultation__grid { gap: 30px; }
  .ct-problem__copy h2 { font-size: clamp(1.75rem, 8vw, 2.1rem); line-height: 1.5; }
  .ct-problem__copy p { font-size: .9rem; line-height: 1.85; }
  .ct-problem-flow { padding: 0; }
  .ct-problem-flow ol {
    counter-reset: problem-step;
    grid-template-columns: 1fr;
    gap: 0;
    border-top: 1px solid var(--ct-line);
    border-bottom: 1px solid var(--ct-line);
  }
  .ct-problem-flow li {
    counter-increment: problem-step;
    min-height: 0;
    display: block;
    padding: 18px 42px 18px 58px;
    border-bottom: 1px solid var(--ct-line);
  }
  .ct-problem-flow li:last-child { border-bottom: 0; }
  .ct-problem-flow li::before {
    content: "0" counter(problem-step);
    position: absolute;
    top: 19px;
    left: 8px;
    color: var(--ct-cyan-dark);
    font: 700 1rem/1.5 "Figtree", sans-serif;
  }
  .ct-problem-flow li > strong {
    display: block;
    font-size: 1rem;
    line-height: 1.65;
    text-align: left;
  }
  .ct-problem-flow li:not(:last-child)::after {
    content: "↓";
    z-index: 2;
    top: auto;
    right: 10px;
    bottom: -17px;
    left: auto;
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    color: #3b83d5;
    background: white;
    font-size: 1.45rem;
    transform: none;
  }
  .ct-problem-flow__outcomes { padding: 18px 10px 18px 58px; border-top: 0; border-left: 0; }
  .ct-problem-flow__outcomes div { grid-template-columns: 1fr; gap: 6px; }
  .ct-problem-flow__outcomes strong { font-size: .9rem; line-height: 1.55; }
  .ct-problem-flow__outcomes strong br { display: none; }
  .ct-problem-flow__loop { display: none; }
  .ct-bridge { padding: 38px 0 42px; }
  .ct-bridge p { margin-bottom: 8px; font-size: .92rem; }
  .ct-bridge h2 { font-size: clamp(1.42rem, 6.4vw, 1.75rem); line-height: 1.65; }
  .ct-bridge h2 br { display: none; }
  .ct-bridge h2::after { width: 110px; margin-top: 14px; }
  .ct-solution { padding: 54px 0 48px; }
  .ct-solution__intro { margin: 0 0 26px; text-align: left; }
  .ct-solution__intro h2 { font-size: 1.8rem; line-height: 1.55; }
  .ct-solution__intro p { font-size: .9rem; line-height: 1.85; }
  .ct-solution__intro p br { display: none; }
  .ct-solution-mobile-break { display: inline; }
  .ct-solution-lane { grid-template-columns: 1fr; }
  .ct-solution-lane--room { min-height: 0; }
  .ct-solution-lane--staff { min-height: 0; }
  .ct-solution-lane__label {
    min-height: 54px;
    padding: 13px 16px;
    border-right: 0;
    border-bottom: 1px solid #c6dbe4;
    font-size: 1.05rem;
  }
  .ct-ai-steps { grid-template-columns: 1fr; gap: 0; padding: 0 16px; }
  .ct-ai-steps li {
    grid-template-columns: 40px 46px 1fr;
    justify-items: start;
    align-items: center;
    gap: 10px;
    min-height: 76px;
    border-bottom: 1px solid #d3e2e8;
    text-align: left;
  }
  .ct-ai-steps li:not(:last-child)::after {
    content: "↓";
    top: 50%;
    right: 4px;
    color: #2589d6;
    font-size: 1.35rem;
    transform: translateY(-50%);
  }
  .ct-flow-icon { width: 42px; height: 42px; }
  .ct-ai-steps strong { font-size: .86rem; }
  .ct-flow-branches {
    position: static;
    width: auto;
    display: grid;
    grid-template-rows: auto;
    gap: 0;
    padding: 0 16px 10px;
  }
  .ct-flow-branches::before,
  .ct-flow-branches::after { display: none; }
  .ct-flow-branch {
    min-height: 72px;
    grid-template-columns: 46px 1fr;
    gap: 12px;
    padding: 10px 12px;
    border-bottom: 1px solid #d3e2e8;
  }
  .ct-flow-branch::before,
  .ct-flow-branch--handoff::after { display: none; }
  .ct-branch-icon { width: 42px; height: 42px; }
  .ct-flow-branch strong { font-size: .86rem; }
  .ct-flow-branch--handoff { background: rgba(216,98,25,.06); border-left: 3px solid #d86219; }
  .ct-staff-action {
    width: auto;
    grid-template-columns: 40px 46px 1fr;
    justify-items: start;
    gap: 10px;
    min-height: 78px;
    align-self: auto;
    margin: 0 16px;
    padding: 10px 0;
    text-align: left;
  }
  .ct-staff-action .ct-flow-icon { width: 42px; height: 42px; }
  .ct-staff-action .ct-step-number { position: static; }
  .ct-staff-action strong { font-size: .88rem; }
  .ct-solution__takeaway { margin-top: 30px; padding-top: 24px; }
  .ct-solution__takeaway h3 { font-size: clamp(1.35rem, 6.4vw, 1.65rem); line-height: 1.65; }
  .ct-solution__takeaway h3 br { display: none; }
  .ct-solution__takeaway p { font-size: .76rem; line-height: 1.8; }
  .ct-value__heading h2 { font-size: clamp(1.65rem, 7.5vw, 1.95rem); line-height: 1.55; }
  .ct-value__grid { grid-template-columns: 1fr; }
  .ct-value article {
    display: grid;
    grid-template-columns: 52px 1fr;
    column-gap: 12px;
    padding: 20px 4px;
  }
  .ct-value article > span { grid-row: 1 / 3; font-size: 1.75rem; }
  .ct-value article h3 { margin: 0 0 6px; font-size: 1rem; }
  .ct-value article h3 br { display: none; }
  .ct-value article p { font-size: .82rem; line-height: 1.75; }
  .ct-value article + article { border-top: 1px solid var(--ct-line); border-left: 0; }
  .ct-consultation { padding: 52px 0; }
  .ct-consultation h2 { font-size: clamp(1.75rem, 8vw, 2.05rem); line-height: 1.55; }
  .ct-form-panel { padding: 20px; }
  .ct-form { grid-template-columns: 1fr; }
  .ct-field input, .ct-field textarea { min-height: 48px; }
  .ct-field textarea { min-height: 126px; }
  .ct-field--full,
  .ct-form__privacy,
  .ct-form__status,
  .ct-form .ct-button { grid-column: auto; }
  .ct-footer { padding-top: 24px; }
  .ct-footer__main { align-items: flex-start; flex-direction: column; }
  .ct-footer nav { width: 100%; flex-direction: row; gap: 8px 24px; }
  .ct-footer nav a { min-height: 40px; }
}

@media (max-width: 420px) {
  .ct-header__inner > span { font-size: .7rem; }
  .ct-hero h1 { font-size: 2.05rem; }
  .ct-button { width: 100%; }
  .ct-form-panel { padding: 20px 18px; }
}

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