:root {
  color-scheme: light dark;
  --bg: #fffdfb;
  --surface: #ffffff;
  --surface-warm: #fff8f5;
  --text: #0a0c12;
  --muted: #5a6371;
  --soft: #8c95a2;
  --line: #edded8;
  --line-strong: #e4b09f;
  --orange: #ff4f31;
  --orange-strong: #e23a1e;
  --orange-soft: #fff0ea;
  --shadow: 0 14px 34px rgba(99, 47, 25, 0.075);
  --weight-heavy: 780;
  --weight-strong: 760;
  --weight-action: 680;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", "Courier New", monospace;
}

@media (prefers-color-scheme: dark) {
  :root {
    --bg: #070c13;
    --surface: #101720;
    --surface-warm: #0c121a;
    --text: #f8fafc;
    --muted: #d2d8e1;
    --soft: #9099a6;
    --line: #28323e;
    --line-strong: #a64c39;
    --orange: #ff5538;
    --orange-strong: #ff6849;
    --orange-soft: rgba(255, 79, 49, 0.12);
    --shadow: 0 18px 46px rgba(0, 0, 0, 0.30);
  }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.55;
}
a { color: inherit; }
svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.site-frame {
  width: min(1118px, calc(100% - 72px));
  margin-inline: auto;
}
.site-header {
  min-height: 96px;
  display: flex;
  align-items: center;
}
.nav-bar,
.nav-cluster,
.nav-links,
.footer-bar,
.footer-links,
.footer-mail,
.join-cta {
  display: flex;
  align-items: center;
}
.nav-bar { justify-content: space-between; gap: 30px; }
.brand,
.footer-brand {
  color: var(--orange);
  font-weight: var(--weight-heavy);
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
}
.brand { font-size: clamp(1.8rem, 3vw, 2.22rem); }
.footer-brand { font-size: 1.1rem; }
.nav-cluster { gap: clamp(24px, 4.2vw, 54px); }
.nav-links { gap: clamp(21px, 3.4vw, 44px); }
.nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  color: var(--text);
  font-size: 0.93rem;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
  white-space: nowrap;
}
.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  border-radius: 99px;
  background: transparent;
}
.nav-link:hover::after,
.nav-link.is-active::after { background: var(--orange); }
.join-cta {
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 11px;
  background: linear-gradient(180deg, var(--orange), var(--orange-strong));
  color: #fff;
  font-size: 0.90rem;
  font-weight: var(--weight-action);
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 9px 20px rgba(255, 79, 49, 0.22);
  white-space: nowrap;
}
.arrow { margin-left: 8px; font-size: 1.15em; }
.mobile-menu-link { display: none; }
.hero {
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(28px, 4vw, 50px);
  align-items: center;
  min-height: 392px;
  padding-top: 8px;
}
.bee-panel {
  min-height: 342px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: visible;
}
.bee-art {
  margin: 0;
  color: var(--text);
  font-family: var(--mono);
  font-size: clamp(6.8px, 0.84vw, 9.8px);
  line-height: 1.02;
  letter-spacing: -0.08em;
  white-space: pre;
}
.hero-copy { padding-top: 4px; }
.hero h1 {
  width: min(100%, 670px);
  margin: 0;
  color: var(--text);
  font-size: clamp(2.42rem, 3.95vw, 3.55rem);
  line-height: 1.075;
  letter-spacing: 0;
  font-weight: var(--weight-heavy);
}
.hero-title-line {
  display: block;
}
.hero-title-accent {
  color: var(--orange);
  white-space: nowrap;
}
.orange-rule {
  width: 95px;
  height: 2px;
  margin: 15px 0 16px;
  border-radius: 99px;
  background: var(--orange);
}
.hero-kicker {
  margin: 0;
  color: var(--text);
  font-size: clamp(1.08rem, 1.6vw, 1.35rem);
  line-height: 1.45;
  font-weight: 510;
}
.agent-invite {
  display: flex;
  align-items: center;
  gap: 19px;
  width: min(650px, 100%);
  margin: 23px 0 0;
  padding: 15px 19px;
  border: 1.5px solid var(--line-strong);
  border-radius: 10px;
  background: color-mix(in srgb, var(--surface) 94%, transparent);
  box-shadow: var(--shadow);
}
.invite-icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--orange) 45%, var(--line));
  color: var(--orange);
}
.agent-invite p {
  margin: 0;
  color: var(--text);
  font-size: clamp(1.05rem, 1.62vw, 1.40rem);
  line-height: 1.44;
  letter-spacing: -0.02em;
}
.agent-invite strong { color: var(--orange); font-weight: var(--weight-heavy); }
.agent-invite a { text-underline-offset: 0.15em; }
.svg-icon {
  --icon-url: none;
  display: block;
  width: 1em;
  height: 1em;
  background: currentColor;
  -webkit-mask-image: var(--icon-url);
  mask-image: var(--icon-url);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.icon-robot { --icon-url: url("assets/icons/robot.svg"); }
.icon-fingerprint { --icon-url: url("assets/icons/fingerprint.svg"); }
.icon-chart-line-up-bold { --icon-url: url("assets/icons/chart-line-up-bold.svg"); }
.icon-certificate-badge { --icon-url: url("assets/icons/certificate-badge.svg"); }
.icon-unlock-1 { --icon-url: url("assets/icons/unlock-1.svg"); }
.invite-icon .svg-icon {
  width: 30px;
  height: 30px;
}
.problem-section {
  width: min(1080px, calc(100% - 72px));
  margin-top: clamp(24px, 3.2vw, 34px);
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: clamp(30px, 4.5vw, 54px);
  align-items: center;
  padding: clamp(20px, 2.5vw, 28px) clamp(22px, 3.2vw, 36px);
  border: 1px solid color-mix(in srgb, var(--orange) 14%, var(--line));
  border-radius: 14px;
  background: color-mix(in srgb, var(--surface) 96%, var(--orange) 4%);
  box-shadow: 0 16px 34px rgba(41, 32, 26, 0.055);
}
.problem-heading {
  position: relative;
  left: 0;
}
.section-eyebrow {
  margin: 0 0 10px;
  color: var(--orange-strong);
  font-size: 0.80rem;
  line-height: 1.2;
  font-weight: var(--weight-heavy);
  letter-spacing: 0.075em;
}
.problem-heading h2 {
  max-width: 500px;
  margin: 0;
  color: var(--text);
  font-size: clamp(1.72rem, 2.42vw, 2.00rem);
  line-height: 1.32;
  letter-spacing: 0;
  font-weight: var(--weight-heavy);
}
.problem-copy {
  max-width: 520px;
  margin: 0;
  color: var(--text);
  font-size: clamp(1rem, 1.35vw, 1.10rem);
  line-height: 1.56;
  font-weight: 440;
}
.solution-section {
  margin-top: clamp(24px, 3.2vw, 34px);
}
.solution-heading {
  text-align: center;
}
.solution-heading h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(2.05rem, 3.45vw, 2.62rem);
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: var(--weight-heavy);
}
.solution-heading p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: clamp(0.98rem, 1.45vw, 1.14rem);
  line-height: 1.44;
  font-weight: 450;
}
.solution-steps {
  position: relative;
  width: min(900px, 100%);
  margin: 34px auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 62px;
  align-items: stretch;
  overflow: visible;
}
.solution-flow-lines {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  color: color-mix(in srgb, var(--soft) 52%, transparent);
  pointer-events: none;
}
.solution-flow-path {
  fill: none;
  stroke: currentColor;
  stroke-width: 0.9;
  stroke-dasharray: 2 3.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.solution-card {
  --step-accent: var(--orange);
  position: relative;
  z-index: 1;
  min-width: 0;
  min-height: 184px;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 28px 28px 25px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: color-mix(in srgb, var(--surface) 97%, transparent);
  box-shadow: 0 16px 34px rgba(41, 32, 26, 0.055);
}
.solution-card-identity { --step-accent: #fc4b0e; }
.solution-card-trust { --step-accent: #1b8f5b; }
.solution-card-level { --step-accent: #9d5efa; }
.solution-card-access { --step-accent: #519cfb; }
.solution-number {
  position: absolute;
  top: 14px;
  left: 14px;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--step-accent);
  color: #fff;
  font-size: 0.95rem;
  line-height: 1;
  font-weight: var(--weight-heavy);
}
.solution-icon {
  justify-self: end;
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  margin-top: 20px;
  border: 1px solid color-mix(in srgb, var(--step-accent) 28%, transparent);
  border-radius: 50%;
  background: color-mix(in srgb, var(--step-accent) 16%, var(--surface));
  color: var(--step-accent);
}
.solution-icon .svg-icon {
  width: 54px;
  height: 54px;
}
.solution-card-level .solution-icon .svg-icon { width: 58px; height: 58px; }
.solution-copy h3 {
  margin: 0 0 13px;
  color: var(--text);
  font-size: clamp(1.08rem, 1.58vw, 1.24rem);
  line-height: 1.20;
  letter-spacing: 0;
  font-weight: var(--weight-strong);
}
.solution-copy h3::after {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  margin-top: 9px;
  border-radius: 99px;
  background: var(--step-accent);
}
.solution-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.50;
  font-weight: 420;
}
.result-section {
  width: min(900px, calc(100% - 72px));
  margin-top: 26px;
}
.result-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  min-height: 104px;
  padding: 23px 30px;
  border: 1px solid color-mix(in srgb, #1b8f5b 34%, transparent);
  border-radius: 12px;
  background: color-mix(in srgb, var(--surface) 97%, transparent);
  box-shadow: 0 16px 34px rgba(41, 32, 26, 0.055);
}
.result-card::after {
  content: "";
  position: absolute;
  right: -76px;
  bottom: -98px;
  width: 260px;
  height: 190px;
  opacity: 0.5;
  background:
    repeating-radial-gradient(
      ellipse at 100% 100%,
      transparent 0 13px,
      color-mix(in srgb, #1b8f5b 34%, transparent) 14px 15px,
      transparent 16px 23px
    );
  pointer-events: none;
}
.result-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border: 2px solid #1b8f5b;
  border-radius: 50%;
  background: color-mix(in srgb, var(--surface) 99%, transparent);
  color: #1b8f5b;
}
.result-icon .svg-icon {
  width: 42px;
  height: 42px;
}
.result-section p {
  position: relative;
  z-index: 1;
  max-width: 690px;
  margin: 0;
  color: var(--text);
  font-size: clamp(1.02rem, 1.55vw, 1.18rem);
  line-height: 1.52;
  font-weight: 470;
  letter-spacing: -0.012em;
}
.result-section strong {
  display: inline-block;
  margin-right: 0.25em;
  color: #1b8f5b;
  font-weight: var(--weight-heavy);
}

.site-footer {
  min-height: 64px;
  display: flex;
  align-items: center;
  margin-top: 28px;
  border-top: 1px solid var(--line);
}
.footer-bar {
  justify-content: space-between;
  gap: 18px;
}
.footer-links {
  justify-content: center;
  gap: clamp(14px, 3vw, 40px);
  color: var(--text);
  font-size: 0.78rem;
}
.footer-links a,
.footer-mail { text-decoration: none; white-space: nowrap; }
.footer-links span { color: var(--soft); }
.footer-mail {
  justify-content: flex-end;
  gap: 11px;
  color: var(--text);
  font-size: 0.78rem;
}
.footer-mail svg { width: 22px; height: 22px; color: var(--orange); }
.api-main { padding: 6px 0 0; }
.api-shell {
  width: min(760px, calc(100% - 104px));
  margin: 0 auto;
}
.status-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 18px 0 18px;
  padding: 5px 11px;
  border-radius: 999px;
  background: var(--orange-soft);
  color: var(--orange-strong);
  font-size: 0.82rem;
  font-weight: 560;
}
.api-shell h1,
.legal-shell h1 {
  margin: 0;
  color: var(--text);
  font-size: clamp(2.9rem, 6.3vw, 4.45rem);
  line-height: 1.04;
  letter-spacing: 0;
  font-weight: var(--weight-heavy);
}
.last-updated {
  margin: 13px 0 15px;
  color: var(--soft);
  font-size: 0.88rem;
}
.api-intro,
.legal-intro {
  max-width: 510px;
  margin: 0 0 32px;
  color: var(--text);
  font-size: 0.98rem;
  line-height: 1.64;
}
.legal-intro { margin: 13px 0 32px; }
.api-card,
.contact-card,
.legal-card {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: color-mix(in srgb, var(--surface) 97%, transparent);
  box-shadow: var(--shadow);
}
.api-card {
  min-height: 318px;
  display: grid;
  grid-template-columns: 212px minmax(0, 1fr);
  gap: 25px;
  align-items: center;
  padding: 34px 38px;
}
.api-mark {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 235px;
}
.dot-ring {
  width: 164px;
  height: 164px;
  border-radius: 50%;
  background-image: radial-gradient(var(--orange) 1.1px, transparent 1.4px);
  background-size: 14px 14px;
  mask-image: radial-gradient(circle, transparent 38%, black 39%, black 70%, transparent 71%);
  opacity: 0.76;
}
.brace-mark {
  position: absolute;
  top: 71px;
  color: var(--orange);
  font-size: 4.4rem;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.02em;
}
.api-badge {
  position: absolute;
  bottom: 16px;
  padding: 11px 34px;
  border-radius: 999px;
  background: var(--orange-soft);
  color: var(--orange-strong);
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
}
.api-card-copy h2 {
  margin: 0 0 13px;
  color: var(--text);
  font-size: clamp(1.65rem, 3.2vw, 2.12rem);
  line-height: 1.12;
  letter-spacing: 0;
  font-weight: var(--weight-strong);
}
.api-card-copy > p {
  margin: 0 0 27px;
  color: var(--text);
  font-size: 0.93rem;
  line-height: 1.56;
}
.api-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 23px 28px;
}
.api-feature {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
}
.api-feature-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: var(--surface-warm);
  color: var(--orange);
}
.api-feature h3 {
  margin: 0 0 5px;
  color: var(--text);
  font-size: 0.95rem;
  line-height: 1.18;
  font-weight: 700;
}
.api-feature p {
  margin: 0;
  color: var(--text);
  font-size: 0.80rem;
  line-height: 1.52;
}
.contact-card {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 94px 1px minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 27px 30px;
}
.contact-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: 0 auto;
  border-radius: 50%;
  background: var(--orange-soft);
  color: var(--orange);
}
.contact-divider { width: 1px; height: 70px; background: var(--line); }
.contact-copy h2 {
  margin: 0 0 6px;
  color: var(--text);
  font-size: 0.98rem;
  line-height: 1.22;
}
.contact-copy p {
  margin: 0;
  color: var(--text);
  font-size: 0.82rem;
  line-height: 1.52;
}
.contact-button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 45px;
  padding: 0 18px;
  border: 1px solid var(--line-strong);
  border-radius: 7px;
  color: var(--orange-strong);
  font-size: 0.88rem;
  font-weight: 650;
  text-decoration: none;
  white-space: nowrap;
}
.contact-button svg { width: 22px; height: 22px; color: var(--orange); }
.check-back {
  margin: 27px 0 28px;
  color: var(--text);
  text-align: center;
  font-size: 0.92rem;
}
.check-back span { color: var(--orange); font-size: 1.15em; }
.legal-main { padding: 18px 0 0; }
.legal-shell {
  width: min(760px, calc(100% - 104px));
  margin: 0 auto;
}
.legal-card { padding: 34px 40px; }
.legal-card h2 {
  margin: 30px 0 10px;
  color: var(--text);
  font-size: clamp(1.35rem, 2.8vw, 1.9rem);
  line-height: 1.12;
  letter-spacing: 0;
  font-weight: var(--weight-strong);
}
.legal-card h2:first-child { margin-top: 0; }
.legal-card p,
.legal-card li { color: var(--text); }
.legal-card a { color: var(--orange-strong); }
.notice {
  margin: 0 0 24px;
  padding: 14px 17px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background: var(--orange-soft);
}
@media (max-width: 900px) {
  .site-frame { width: min(100% - 56px, 820px); }
  .hero { grid-template-columns: 0.86fr 1.14fr; gap: 28px; }
  .bee-art { font-size: 5.9px; }
  .agent-invite { width: 100%; margin-left: 0; }
  .solution-steps { gap: 22px 42px; }
  .solution-card { grid-template-columns: 78px minmax(0, 1fr); padding-inline: 24px; }
  .solution-icon { width: 70px; height: 70px; }
  .solution-icon .svg-icon { width: 46px; height: 46px; }
  .solution-card-level .solution-icon .svg-icon { width: 50px; height: 50px; }
}
@media (max-width: 720px) {
  .site-frame,
  .api-shell,
  .legal-shell,
  .result-section { width: min(100% - 32px, 680px); }
  .site-header {
    min-height: 62px;
    padding: 0;
    border-bottom: 1px solid var(--line);
  }
  .nav-bar {
    min-height: 62px;
    justify-content: space-between;
    gap: 16px;
  }
  .brand { font-size: 1.72rem; }
  .nav-cluster { display: none; }
  .mobile-menu-link {
    position: relative;
    display: inline-flex;
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    color: var(--text);
    text-decoration: none;
  }
  .mobile-menu-link::before,
  .mobile-menu-link::after,
  .mobile-menu-link span {
    content: "";
    position: absolute;
    right: 4px;
    width: 24px;
    height: 2px;
    border-radius: 99px;
    background: currentColor;
  }
  .mobile-menu-link::before { top: 10px; }
  .mobile-menu-link span { top: 17px; }
  .mobile-menu-link::after { top: 24px; }
  .nav-link::after { display: none; }
  .nav-link.is-active::before,
  .nav-link[aria-current="page"]::before {
    content: "";
    flex: 0 0 auto;
    width: 7px;
    height: 7px;
    margin-right: 8px;
    border-radius: 50%;
    background: var(--orange);
  }
  .hero,
  .problem-section,
  .api-card,
  .contact-card { grid-template-columns: 1fr; }
  .hero {
    display: block;
    min-height: 0;
    padding-top: 22px;
  }
  .bee-panel { display: none; }
  .hero-copy { padding-top: 0; }
  .hero h1 {
    width: 100%;
    font-size: clamp(2.05rem, 9vw, 2.55rem);
    line-height: 1.08;
  }
  .orange-rule {
    width: 96px;
    margin: 12px 0 14px;
  }
  .hero-kicker {
    color: var(--muted);
    font-size: clamp(1rem, 4.25vw, 1.18rem);
    line-height: 1.42;
  }
  .agent-invite {
    width: 100%;
    margin: 16px 0 0;
    gap: 13px;
    padding: 12px 14px;
    border-radius: 9px;
  }
  .invite-icon {
    width: 48px;
    height: 48px;
  }
  .invite-icon .svg-icon {
    width: 27px;
    height: 27px;
  }
  .agent-invite p {
    font-size: clamp(0.98rem, 4.2vw, 1.08rem);
    line-height: 1.42;
    letter-spacing: 0;
  }
  .agent-invite br { display: none; }
  .problem-section,
  .solution-steps,
  .api-feature-grid { grid-template-columns: 1fr; }
  .problem-section {
    margin-top: 16px;
    gap: 10px;
    padding: 17px 18px 19px;
    border-radius: 11px;
  }
  .problem-heading { left: 0; }
  .section-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 9px;
  }
  .section-eyebrow::after {
    content: "";
    width: 34px;
    height: 2px;
    border-radius: 99px;
    background: var(--orange);
  }
  .problem-heading h2 {
    max-width: none;
    font-size: clamp(1.38rem, 6.2vw, 1.68rem);
    line-height: 1.16;
  }
  .problem-copy {
    max-width: none;
    color: var(--muted);
    font-size: clamp(0.98rem, 4.1vw, 1.06rem);
    line-height: 1.42;
  }
  .solution-section { margin-top: 17px; }
  .solution-heading h2 {
    font-size: clamp(1.72rem, 7.5vw, 2.08rem);
    line-height: 1.08;
  }
  .solution-heading p {
    margin-top: 3px;
    font-size: 0.98rem;
    line-height: 1.28;
  }
  .solution-flow-lines { display: none; }
  .solution-steps {
    gap: 8px;
    margin-top: 9px;
    padding-left: 0;
  }
  .solution-card {
    grid-template-columns: 58px minmax(0, 1fr);
    min-height: 0;
    gap: 12px;
    align-items: center;
    padding: 12px 14px 12px 50px;
    border-radius: 10px;
  }
  .solution-number {
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
  }
  .solution-icon {
    width: 54px;
    height: 54px;
    margin-top: 0;
    justify-self: center;
  }
  .solution-icon .svg-icon { width: 40px; height: 40px; }
  .solution-card-level .solution-icon .svg-icon { width: 42px; height: 42px; }
  .solution-copy h3 {
    margin-bottom: 5px;
    font-size: clamp(1rem, 4.5vw, 1.14rem);
    line-height: 1.12;
  }
  .solution-title-break { display: none; }
  .solution-copy h3::after { display: none; }
  .solution-copy p {
    font-size: clamp(0.84rem, 3.65vw, 0.95rem);
    line-height: 1.30;
  }
  .result-section { margin-top: 8px; }
  .result-card {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 12px;
    min-height: 0;
    padding: 12px 14px;
    border-radius: 10px;
  }
  .result-card::after {
    right: -104px;
    bottom: -118px;
    opacity: 0.42;
  }
  .result-icon { width: 52px; height: 52px; }
  .result-icon .svg-icon { width: 34px; height: 34px; }
  .result-section p {
    font-size: clamp(0.92rem, 4vw, 1.02rem);
    line-height: 1.36;
    letter-spacing: 0;
  }
  .contact-divider { display: none; }
  .site-footer {
    min-height: auto;
    display: block;
    margin-top: 11px;
    padding: 0 0 18px;
  }
  .footer-bar {
    display: block;
  }
  .footer-brand { display: none; }
  .footer-links {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
    justify-content: flex-start;
    font-size: 0.96rem;
  }
  .footer-links span { display: none; }
  .footer-links a,
  .footer-mail {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 39px;
    border-bottom: 1px solid var(--line);
    color: var(--muted);
    text-decoration: none;
  }
  .footer-links a { padding-left: 0; }
  .footer-links a.is-active,
  .footer-links a[aria-current="page"] {
    padding-left: 18px;
    color: var(--text);
  }
  .footer-links a.is-active::before,
  .footer-links a[aria-current="page"]::before {
    content: "";
    position: absolute;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--orange);
  }
  .footer-links a::after,
  .footer-mail::after {
    content: ">";
    margin-left: auto;
    color: var(--muted);
    font-weight: var(--weight-action);
  }
  .footer-mail {
    justify-content: flex-start;
    gap: 0;
    font-size: 0.96rem;
  }
  .footer-mail svg {
    flex: 0 0 36px;
    width: 21px;
    height: 21px;
  }
}
