:root {
  --bg: #081120;
  --bg-soft: #101a2f;
  --panel: rgba(16, 26, 47, 0.78);
  --surface: #ffffff;
  --surface-soft: #f4f7fb;
  --text: #0f172a;
  --text-muted: #51607a;
  --text-light: #d7e2ff;
  --line: rgba(148, 163, 184, 0.2);
  --primary: #246bff;
  --primary-strong: #0f52e0;
  --accent: #0fd6b0;
  --accent-soft: rgba(15, 214, 176, 0.14);
  --warm: #ffd166;
  --danger: #d92d20;
  --shadow: 0 20px 60px rgba(2, 12, 27, 0.18);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: 110px;
}

body {
  margin: 0;
  font-family: "Inter", "PingFang SC", "Microsoft YaHei", sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #edf3ff 0%, #ffffff 24%, #f8fbff 100%);
  line-height: 1.6;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input,
textarea,
select {
  font: inherit;
}

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

.section {
  padding: 92px 0;
}

.section-sm {
  padding: 70px 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(36, 107, 255, 0.12);
  color: var(--primary-strong);
  font-weight: 700;
  font-size: 14px;
}

.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
}

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

.section-heading h2 {
  margin: 16px 0 14px;
  font-size: clamp(34px, 4.5vw, 54px);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.section-heading p {
  margin: 0;
  color: var(--text-muted);
  font-size: 18px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(8, 17, 32, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: white;
  flex-shrink: 0;
}

.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 18px;
  background: linear-gradient(135deg, var(--primary), #7a5cff 65%, var(--accent));
  box-shadow: 0 14px 30px rgba(36, 107, 255, 0.35);
}

.brand-text strong {
  display: block;
  font-size: 18px;
  letter-spacing: 0.01em;
}

.brand-text span {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.72);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

.site-nav a {
  color: rgba(255, 255, 255, 0.84);
  font-weight: 600;
  font-size: 15px;
  transition: color 0.2s ease;
}

.site-nav a:hover,
.site-nav a.active {
  color: white;
}

.site-nav a.active {
  position: relative;
}

.site-nav a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), #84a2ff);
}

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

.btn,
button.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  font-weight: 700;
}

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

.btn-primary {
  background: linear-gradient(135deg, var(--primary), #5f84ff);
  color: white;
  padding: 14px 22px;
  box-shadow: 0 18px 40px rgba(36, 107, 255, 0.28);
}

.btn-primary:hover {
  box-shadow: 0 22px 50px rgba(36, 107, 255, 0.36);
}

.btn-secondary {
  background: white;
  color: var(--text);
  padding: 14px 22px;
  box-shadow: var(--shadow);
}

.btn-ghost {
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 12px 18px;
  background: rgba(255, 255, 255, 0.06);
}

.mobile-menu-button {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.06);
  color: white;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0 40px;
  background: radial-gradient(circle at top left, rgba(95, 132, 255, 0.42), transparent 32%),
    radial-gradient(circle at 80% 10%, rgba(15, 214, 176, 0.22), transparent 26%),
    linear-gradient(180deg, #081120 0%, #0d1830 100%);
  color: white;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto auto -120px -60px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(15, 214, 176, 0.12);
  filter: blur(30px);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 44px;
  align-items: center;
}

.hero-copy h1 {
  margin: 18px 0 18px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.hero-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  max-width: 620px;
  font-size: 20px;
}

.hero-actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

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

.consult-outcome-card {
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 42px rgba(3, 10, 22, 0.16);
}

.consult-outcome-card.accent {
  background: linear-gradient(135deg, rgba(36, 107, 255, 0.2), rgba(15, 214, 176, 0.16));
}

.consult-outcome-label {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 800;
}

.consult-outcome-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.3;
}

.consult-outcome-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.hero-inline-points {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.hero-inline-points span {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 500;
}

.hero-inline-points span::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: 8px;
  flex: 0 0 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), #75f0d2);
  box-shadow: 0 0 0 6px rgba(15, 214, 176, 0.12);
}

.hero-trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.hero-fit-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 20px 22px;
  margin-top: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-fit-copy strong {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
}

.hero-fit-copy p {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.74);
}

.hero-fit-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.hero-fit-tags span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: white;
  font-size: 13px;
  font-weight: 700;
}

.trust-pill {
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.trust-pill strong {
  display: block;
  font-size: 15px;
  margin-bottom: 6px;
}

.trust-pill span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.5;
}

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

.hero-support-card {
  padding: 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 42px rgba(3, 10, 22, 0.16);
}

.hero-support-card.accent {
  background: linear-gradient(135deg, rgba(36, 107, 255, 0.2), rgba(15, 214, 176, 0.16));
}

.support-label {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  margin-bottom: 12px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-support-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.25;
}

.hero-support-card p,
.hero-support-card .list-check span {
  color: rgba(255, 255, 255, 0.8);
}

.hero-support-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.hero-support-tags span {
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: white;
  font-size: 13px;
  font-weight: 700;
}

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

.hero-delivery-preview {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.delivery-preview-card {
  padding: 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 42px rgba(3, 10, 22, 0.16);
}

.delivery-preview-card.accent {
  background: linear-gradient(135deg, rgba(36, 107, 255, 0.2), rgba(122, 92, 255, 0.18));
}

.delivery-preview-label {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.delivery-preview-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.3;
}

.delivery-preview-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
}

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

.hero-decision-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

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

.hero-entry-card {
  padding: 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 42px rgba(3, 10, 22, 0.16);
}

.hero-entry-card.accent {
  background: linear-gradient(135deg, rgba(36, 107, 255, 0.2), rgba(15, 214, 176, 0.18));
}

.hero-entry-label {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.hero-entry-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 19px;
  line-height: 1.3;
}

.hero-entry-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
}

.decision-board-card {
  padding: 24px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 42px rgba(3, 10, 22, 0.16);
}

.decision-board-card.subdued {
  background: rgba(255, 255, 255, 0.08);
}

.decision-board-card.emphasis {
  background: linear-gradient(135deg, rgba(36, 107, 255, 0.24), rgba(15, 214, 176, 0.18));
}

.decision-board-label {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.decision-board-card .list-check {
  margin-top: 0;
}

.decision-board-card .list-check span {
  color: rgba(255, 255, 255, 0.84);
}

.decision-board-card .list-check span::before {
  background: rgba(255, 255, 255, 0.14);
  color: var(--warm);
}

.journey-card {
  padding: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.journey-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  margin-bottom: 12px;
  background: rgba(15, 214, 176, 0.14);
  color: white;
  font-size: 13px;
  font-weight: 800;
}

.journey-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.3;
}

.journey-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.metric-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md);
  padding: 18px 20px;
}

.metric-card strong {
  display: block;
  font-size: 30px;
  margin-bottom: 6px;
}

.metric-card span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.hero-visual {
  position: relative;
}

.hero-panel {
  position: relative;
  background: linear-gradient(180deg, rgba(18, 28, 52, 0.94), rgba(8, 17, 32, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 32px;
  box-shadow: 0 28px 80px rgba(3, 10, 22, 0.4);
  padding: 24px;
}

.panel-topline {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}

.panel-topline span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
}

.panel-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 18px;
}

.panel-card,
.floating-card,
.info-card,
.service-card,
.case-card,
.team-card,
.contact-panel,
.page-panel,
.pricing-card,
.value-card,
.timeline-item,
.office-card,
.faq-item,
.stat-strip,
.cta-band {
  background: white;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
}

.panel-card.dark {
  background: linear-gradient(180deg, #14213d, #101a2f);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.panel-card {
  padding: 22px;
}

.panel-card h3 {
  margin: 0 0 14px;
  font-size: 18px;
}

.panel-kpis {
  display: grid;
  gap: 12px;
}

.progress-row {
  display: grid;
  gap: 8px;
}

.progress-row strong {
  font-size: 14px;
}

.progress-row span {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.progress-row i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent), #59f0cc);
}

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

.panel-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px;
  border-radius: 16px;
  background: var(--surface-soft);
}

.panel-list-item strong {
  display: block;
  font-size: 15px;
}

.panel-list-item span {
  color: var(--text-muted);
  font-size: 13px;
}

.panel-tag {
  color: var(--primary-strong);
  background: rgba(36, 107, 255, 0.12);
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.floating-card {
  position: absolute;
  right: -18px;
  bottom: 22px;
  width: min(250px, 70%);
  padding: 18px;
  z-index: 2;
}

.floating-card strong {
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
}

.floating-card p {
  margin: 0;
  color: var(--text-muted);
  font-size: 14px;
}

.hero-side-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.hero-side-proof-item {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 16px 40px rgba(3, 10, 22, 0.18);
}

.hero-side-proof-item strong {
  display: block;
  font-size: 20px;
  color: white;
  margin-bottom: 4px;
}

.hero-side-proof-item span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
}

.logos {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 22px;
}

.feature-card {
  padding: 24px;
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, #ffffff, #f7faff);
  border: 1px solid rgba(148, 163, 184, 0.14);
  box-shadow: var(--shadow);
}

.feature-card-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  flex: 0 0 44px;
  background: linear-gradient(135deg, rgba(36, 107, 255, 0.14), rgba(15, 214, 176, 0.18));
  color: var(--primary-strong);
  font-weight: 800;
  font-size: 14px;
}

.feature-card strong {
  font-size: 18px;
}

.feature-card p {
  margin: 0;
  color: var(--text-muted);
}

.feature-showcase {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 22px;
}

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

.feature-story-card {
  padding: 28px;
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, #ffffff, #f7faff);
  border: 1px solid rgba(148, 163, 184, 0.14);
  box-shadow: var(--shadow);
}

.feature-story-main {
  background: linear-gradient(180deg, #0f1730, #132247);
  color: white;
  position: relative;
  overflow: hidden;
}

.feature-story-main::after {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  right: -80px;
  top: -60px;
  border-radius: 50%;
  background: rgba(15, 214, 176, 0.12);
  filter: blur(6px);
}

.feature-story-main h3,
.feature-story-card strong {
  display: block;
  font-size: 28px;
  line-height: 1.12;
  margin-bottom: 12px;
}

.feature-story-card p,
.feature-story-main p {
  margin: 0;
  color: var(--text-muted);
}

.feature-story-main p,
.feature-story-main .list-check span {
  color: rgba(255, 255, 255, 0.82);
}

.feature-label {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.accent-card {
  background: linear-gradient(135deg, rgba(36, 107, 255, 0.08), rgba(15, 214, 176, 0.12));
}

.feature-operating-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.feature-proof-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.feature-process-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.feature-capability-matrix {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 22px;
  margin-top: 22px;
}

.feature-comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 22px;
}

.feature-outcome-board {
  margin-top: 22px;
  padding: 28px;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, #f7faff, #ffffff);
  border: 1px solid rgba(148, 163, 184, 0.16);
  box-shadow: var(--shadow);
}

.feature-service-board {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 22px;
  margin-top: 22px;
}

.feature-service-intro {
  padding: 28px;
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, #0f1730, #132247);
  color: white;
  box-shadow: var(--shadow);
}

.feature-service-intro h3 {
  margin: 14px 0 10px;
  font-size: 30px;
  line-height: 1.12;
}

.feature-service-intro p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
}

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

.feature-service-card {
  padding: 24px;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  border: 1px solid rgba(148, 163, 184, 0.14);
  box-shadow: var(--shadow);
}

.feature-service-card.accent {
  background: linear-gradient(135deg, rgba(36, 107, 255, 0.08), rgba(15, 214, 176, 0.12));
}

.feature-service-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.feature-service-card p {
  margin: 0;
  color: var(--text-muted);
}

.feature-mini-process {
  margin-top: 22px;
  padding: 28px;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  border: 1px solid rgba(148, 163, 184, 0.16);
  box-shadow: var(--shadow);
}

.feature-mini-process-head {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.feature-mini-process-head h3 {
  margin: 0;
  font-size: 30px;
  line-height: 1.12;
}

.feature-mini-process-table {
  display: grid;
  gap: 12px;
}

.feature-mini-row {
  display: grid;
  grid-template-columns: 0.9fr 1.05fr 1.05fr;
  gap: 16px;
  align-items: start;
  padding: 18px 20px;
  border-radius: 18px;
  background: white;
  border: 1px solid rgba(148, 163, 184, 0.14);
}

.feature-mini-row-head {
  background: linear-gradient(135deg, rgba(36, 107, 255, 0.08), rgba(15, 214, 176, 0.12));
}

.feature-mini-row-head span {
  color: var(--primary-strong);
  font-size: 13px;
  font-weight: 800;
}

.feature-mini-row strong {
  font-size: 18px;
}

.feature-mini-row span {
  color: var(--text-muted);
}

.feature-outcome-head {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.feature-outcome-head h3 {
  margin: 0;
  font-size: 32px;
  line-height: 1.12;
}

.feature-outcome-table {
  display: grid;
  gap: 12px;
}

.feature-outcome-row {
  display: grid;
  grid-template-columns: 0.9fr 1.05fr 1.05fr;
  gap: 16px;
  align-items: start;
  padding: 18px 20px;
  border-radius: 18px;
  background: white;
  border: 1px solid rgba(148, 163, 184, 0.14);
}

.feature-outcome-header {
  background: linear-gradient(135deg, rgba(36, 107, 255, 0.08), rgba(15, 214, 176, 0.12));
}

.feature-outcome-header span {
  color: var(--primary-strong);
  font-size: 13px;
  font-weight: 800;
}

.feature-outcome-row strong {
  font-size: 18px;
}

.feature-outcome-row span {
  color: var(--text-muted);
}

.comparison-card {
  padding: 28px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
}

.comparison-card.subdued {
  background: linear-gradient(180deg, #ffffff, #f7faff);
  border: 1px solid rgba(148, 163, 184, 0.14);
}

.comparison-card.emphasis {
  background: linear-gradient(180deg, #0f1730, #132247);
  color: white;
}

.comparison-card h3 {
  margin: 0 0 8px;
  font-size: 30px;
  line-height: 1.12;
}

.comparison-card.subdued .feature-label {
  background: rgba(36, 107, 255, 0.08);
  border-color: rgba(36, 107, 255, 0.12);
  color: var(--primary-strong);
}

.comparison-card.emphasis .list-check span::before {
  background: rgba(255, 255, 255, 0.12);
  color: var(--warm);
}

.comparison-list {
  margin-top: 16px;
}

.muted-list span {
  color: var(--text);
}

.bright-list span {
  color: rgba(255, 255, 255, 0.84);
}

.matrix-intro-card {
  padding: 28px;
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, #0f1730, #132247);
  color: white;
  box-shadow: var(--shadow);
}

.matrix-intro-card h3 {
  margin: 14px 0 10px;
  font-size: 30px;
  line-height: 1.12;
}

.matrix-intro-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
}

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

.matrix-col {
  display: grid;
  gap: 10px;
  padding: 24px;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff, #f7faff);
  border: 1px solid rgba(148, 163, 184, 0.14);
  box-shadow: var(--shadow);
}

.matrix-col.accent {
  background: linear-gradient(135deg, rgba(36, 107, 255, 0.08), rgba(15, 214, 176, 0.12));
}

.matrix-col strong {
  display: block;
  margin-bottom: 4px;
  font-size: 18px;
}

.matrix-col span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text-muted);
  font-weight: 600;
}

.matrix-col span::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(15, 214, 176, 0.12);
}

.feature-step-card {
  padding: 22px;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff, #f7faff);
  border: 1px solid rgba(148, 163, 184, 0.14);
  box-shadow: var(--shadow);
}

.feature-step-card span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--primary-strong);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.feature-step-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.feature-step-card p {
  margin: 0;
  color: var(--text-muted);
}

.feature-proof-item {
  padding: 22px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(148, 163, 184, 0.14);
  box-shadow: var(--shadow);
}

.feature-proof-item strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.feature-proof-item span {
  color: var(--text-muted);
  font-size: 14px;
}

.operating-card {
  padding: 24px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(148, 163, 184, 0.14);
  box-shadow: var(--shadow);
}

.operating-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  margin-bottom: 14px;
  background: linear-gradient(135deg, rgba(36, 107, 255, 0.14), rgba(15, 214, 176, 0.18));
  color: var(--primary-strong);
  font-size: 14px;
  font-weight: 800;
}

.operating-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
}

.operating-card p {
  margin: 0;
  color: var(--text-muted);
}

.logo-chip {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  text-align: center;
  font-weight: 800;
  color: #7b8aa6;
  background: rgba(255, 255, 255, 0.7);
}

.grid-3,
.grid-4,
.grid-2 {
  display: grid;
  gap: 22px;
}

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

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

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

.value-card,
.service-card,
.case-card,
.team-card,
.pricing-card,
.office-card,
.timeline-item,
.faq-item,
.page-panel,
.contact-panel,
.stat-strip {
  padding: 28px;
}

.card-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(36, 107, 255, 0.14), rgba(15, 214, 176, 0.18));
  color: var(--primary-strong);
  font-size: 24px;
  margin-bottom: 16px;
}

.value-card h3,
.service-card h3,
.case-card h3,
.team-card h3,
.pricing-card h3,
.page-panel h3,
.office-card h3,
.faq-item h3 {
  margin: 0 0 12px;
  font-size: 22px;
}

.value-card p,
.service-card p,
.case-card p,
.team-card p,
.pricing-card p,
.page-panel p,
.office-card p,
.faq-item p,
.timeline-item p,
.contact-item p {
  margin: 0;
  color: var(--text-muted);
}

.list-check {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.list-check span {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--text);
  font-weight: 500;
}

.list-check span::before {
  content: "✓";
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  display: grid;
  place-items: center;
  background: var(--accent-soft);
  color: #06745f;
  border-radius: 50%;
  font-size: 13px;
  margin-top: 1px;
}

.service-card.featured,
.pricing-card.featured {
  background: linear-gradient(180deg, #0f1730, #101d41);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transform: translateY(-6px);
}

.service-card.featured p,
.pricing-card.featured p,
.service-card.featured .service-meta,
.pricing-card.featured .price-note,
.service-card.featured .list-check span,
.pricing-card.featured .list-check span {
  color: rgba(255, 255, 255, 0.82);
}

.price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 18px 0 6px;
}

.price strong {
  font-size: 42px;
  line-height: 1;
}

.price span {
  color: var(--text-muted);
  font-weight: 600;
}

.pricing-card.featured .price span {
  color: rgba(255, 255, 255, 0.72);
}

.service-meta,
.price-note,
.case-meta,
.team-role,
.timeline-meta {
  color: var(--text-muted);
  font-size: 14px;
  margin-top: 12px;
}

.case-cover {
  border-radius: 22px;
  min-height: 220px;
  margin-bottom: 22px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: white;
  background: linear-gradient(160deg, rgba(8, 17, 32, 0.16), rgba(8, 17, 32, 0.52)),
    radial-gradient(circle at top right, rgba(15, 214, 176, 0.26), transparent 28%),
    linear-gradient(135deg, #0f52e0, #7a5cff);
}

.case-cover.orange {
  background: linear-gradient(160deg, rgba(8, 17, 32, 0.16), rgba(8, 17, 32, 0.46)),
    radial-gradient(circle at 30% 20%, rgba(255, 209, 102, 0.28), transparent 26%),
    linear-gradient(135deg, #ff7a18, #ff4e50);
}

.case-cover.green {
  background: linear-gradient(160deg, rgba(8, 17, 32, 0.16), rgba(8, 17, 32, 0.48)),
    radial-gradient(circle at 70% 20%, rgba(255, 255, 255, 0.18), transparent 20%),
    linear-gradient(135deg, #00856f, #1cb5a3);
}

.case-cover small {
  display: inline-flex;
  align-self: flex-start;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  margin-bottom: 12px;
  font-weight: 700;
}

.case-cover strong {
  font-size: 28px;
  line-height: 1.05;
}

.kpi-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.kpi-row span {
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--surface-soft);
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
}

.team-avatar {
  width: 72px;
  height: 72px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 28px;
  color: white;
  margin-bottom: 18px;
  background: linear-gradient(135deg, var(--primary), #7a5cff);
}

.team-card:nth-child(2) .team-avatar {
  background: linear-gradient(135deg, #00856f, #1cb5a3);
}

.team-card:nth-child(3) .team-avatar {
  background: linear-gradient(135deg, #ff7a18, #ff4e50);
}

.team-card:nth-child(4) .team-avatar {
  background: linear-gradient(135deg, #0d1830, #246bff);
}

.about-layout,
.contact-layout,
.cta-layout,
.page-hero-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 28px;
  align-items: center;
}

.info-card {
  padding: 26px;
}

.info-card + .info-card {
  margin-top: 18px;
}

.info-card strong {
  display: block;
  font-size: 18px;
  margin-bottom: 8px;
}

.stat-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.about-commitments {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.about-delivery-board {
  margin-top: 18px;
  padding: 24px;
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, #0f1730, #132247);
  color: white;
  box-shadow: var(--shadow);
}

.about-delivery-board strong {
  display: block;
  margin-bottom: 14px;
  font-size: 20px;
}

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

.about-delivery-list span {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.82);
}

.about-delivery-list span::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(15, 214, 176, 0.12);
}

.about-profile-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  margin-top: 18px;
  padding: 24px 26px;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, rgba(36, 107, 255, 0.1), rgba(15, 214, 176, 0.12));
  border: 1px solid rgba(148, 163, 184, 0.16);
  box-shadow: var(--shadow);
}

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

.cooperation-card {
  padding: 22px;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  border: 1px solid rgba(148, 163, 184, 0.14);
  box-shadow: var(--shadow);
}

.cooperation-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.cooperation-card p {
  margin: 0;
  color: var(--text-muted);
}

.about-boundary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.about-standards-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.about-workstyle-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  margin-top: 18px;
  padding: 24px 26px;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, rgba(36, 107, 255, 0.1), rgba(15, 214, 176, 0.12));
  border: 1px solid rgba(148, 163, 184, 0.16);
  box-shadow: var(--shadow);
}

.about-workstyle-copy strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
}

.about-workstyle-copy p {
  margin: 0;
  color: var(--text-muted);
}

.about-workstyle-list {
  display: grid;
  gap: 10px;
}

.about-workstyle-list span {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--text);
  font-weight: 700;
}

.about-workstyle-list span::before {
  content: "→";
  color: var(--primary-strong);
}

.about-scenario-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.scenario-card {
  padding: 22px;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  border: 1px solid rgba(148, 163, 184, 0.14);
  box-shadow: var(--shadow);
}

.scenario-card.accent {
  background: linear-gradient(135deg, rgba(36, 107, 255, 0.08), rgba(15, 214, 176, 0.12));
}

.scenario-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.scenario-card p {
  margin: 0;
  color: var(--text-muted);
}

.standard-card {
  padding: 22px;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  border: 1px solid rgba(148, 163, 184, 0.14);
  box-shadow: var(--shadow);
}

.standard-card.accent {
  background: linear-gradient(135deg, rgba(36, 107, 255, 0.08), rgba(15, 214, 176, 0.12));
}

.standard-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.standard-card p {
  margin: 0;
  color: var(--text-muted);
}

.boundary-card {
  padding: 24px;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  border: 1px solid rgba(148, 163, 184, 0.14);
  box-shadow: var(--shadow);
}

.boundary-card.accent {
  background: linear-gradient(135deg, rgba(36, 107, 255, 0.08), rgba(15, 214, 176, 0.12));
}

.boundary-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
}

.about-guarantee-panel {
  margin-top: 18px;
  padding: 24px;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, rgba(36, 107, 255, 0.08), rgba(15, 214, 176, 0.12));
  border: 1px solid rgba(148, 163, 184, 0.16);
  box-shadow: var(--shadow);
}

.about-feedback-stack {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.feedback-card {
  padding: 22px;
  border-radius: 20px;
  background: white;
  border: 1px solid rgba(148, 163, 184, 0.14);
  box-shadow: var(--shadow);
}

.feedback-card.accent {
  background: linear-gradient(135deg, rgba(36, 107, 255, 0.08), rgba(15, 214, 176, 0.12));
}

.feedback-label {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(36, 107, 255, 0.08);
  color: var(--primary-strong);
  font-size: 12px;
  font-weight: 800;
}

.feedback-card p {
  margin: 0;
  color: var(--text);
  font-weight: 600;
}

.about-guarantee-panel strong {
  display: block;
  margin-bottom: 14px;
  font-size: 20px;
}

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

.about-guarantee-list span {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--text);
  font-weight: 600;
}

.about-guarantee-list span::before {
  content: "✓";
  color: #06745f;
}

.about-profile-main strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
}

.about-profile-main p {
  margin: 0;
  color: var(--text-muted);
}

.about-profile-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.about-profile-tags span {
  padding: 10px 14px;
  border-radius: 999px;
  background: white;
  color: var(--primary-strong);
  font-size: 13px;
  font-weight: 700;
}

.about-story-panel {
  margin-top: 20px;
  padding: 26px;
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, #f6f9ff, #ffffff);
  border: 1px solid rgba(148, 163, 184, 0.16);
  box-shadow: var(--shadow);
}

.about-story-intro strong {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
}

.about-story-intro p {
  margin: 0;
  color: var(--text-muted);
}

.about-story-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.about-story-points span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(36, 107, 255, 0.08);
  color: var(--primary-strong);
  font-weight: 700;
  font-size: 13px;
}

.about-commitment-card {
  padding: 18px 20px;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff, #f7faff);
  border: 1px solid rgba(148, 163, 184, 0.14);
  box-shadow: var(--shadow);
}

.about-commitment-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
}

.about-commitment-card p {
  margin: 0;
  color: var(--text-muted);
}

.stat-item strong {
  display: block;
  font-size: 36px;
  margin-bottom: 4px;
}

.stat-item span {
  color: var(--text-muted);
}

.contact-panel {
  background: linear-gradient(180deg, #ffffff, #f9fbff);
}

.contact-intent-panel {
  margin-bottom: 18px;
  padding: 18px 20px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(36, 107, 255, 0.08), rgba(15, 214, 176, 0.12));
  border: 1px solid rgba(148, 163, 184, 0.12);
}

.contact-intent-panel strong {
  display: block;
  margin-bottom: 12px;
  font-size: 16px;
}

.intent-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.schedule-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.timeline-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.intent-chip,
.schedule-chip,
.timeline-chip {
  padding: 11px 15px;
  border-radius: 999px;
  border: 1px solid rgba(36, 107, 255, 0.14);
  background: white;
  color: var(--primary-strong);
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.intent-chip:hover,
.intent-chip:focus-visible,
.intent-chip.active,
.schedule-chip:hover,
.schedule-chip:focus-visible,
.schedule-chip.active,
.timeline-chip:hover,
.timeline-chip:focus-visible,
.timeline-chip.active {
  transform: translateY(-1px);
  border-color: rgba(36, 107, 255, 0.44);
  box-shadow: 0 14px 26px rgba(36, 107, 255, 0.12);
  outline: none;
}

.consulting-output-panel {
  margin-bottom: 18px;
  padding: 20px 22px;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  border: 1px solid rgba(148, 163, 184, 0.14);
  box-shadow: var(--shadow);
}

.contact-friction-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.friction-card {
  padding: 18px 20px;
  border-radius: 18px;
  background: white;
  border: 1px solid rgba(148, 163, 184, 0.14);
  box-shadow: var(--shadow);
}

.friction-card.accent {
  background: linear-gradient(135deg, rgba(36, 107, 255, 0.08), rgba(15, 214, 176, 0.12));
}

.friction-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
}

.friction-card p {
  margin: 0;
  color: var(--text-muted);
  font-size: 14px;
}

.consulting-output-panel strong {
  display: block;
  margin-bottom: 12px;
  font-size: 17px;
}

.consulting-output-list {
  display: grid;
  gap: 10px;
}

.consulting-output-list span {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--text-muted);
  font-weight: 600;
}

.consulting-output-list span::before {
  content: "→";
  color: var(--primary-strong);
  font-weight: 800;
}

.contact-grid {
  display: grid;
  gap: 14px;
  margin-bottom: 18px;
}

.contact-form-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 8px;
}

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

.field {
  display: grid;
  gap: 8px;
}

.field label {
  font-weight: 700;
  font-size: 14px;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  border: 1px solid rgba(148, 163, 184, 0.32);
  background: white;
  color: var(--text);
  border-radius: 16px;
  padding: 14px 16px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color: rgba(36, 107, 255, 0.7);
  box-shadow: 0 0 0 4px rgba(36, 107, 255, 0.12);
}

.field input[aria-invalid="true"],
.field textarea[aria-invalid="true"],
.field select[aria-invalid="true"] {
  border-color: rgba(217, 45, 32, 0.72);
  box-shadow: 0 0 0 4px rgba(217, 45, 32, 0.12);
}

.contact-response-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.contact-response-bar span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(36, 107, 255, 0.08);
  color: var(--primary-strong);
  font-size: 13px;
  font-weight: 700;
}

.form-note,
.form-status {
  font-size: 14px;
}

.form-note {
  color: var(--text-muted);
}

.form-status {
  display: none;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(15, 214, 176, 0.12);
  color: #06745f;
  font-weight: 700;
}

.form-status.error {
  background: rgba(217, 45, 32, 0.1);
  color: var(--danger);
}

.contact-list {
  display: grid;
  gap: 18px;
}

.contact-quick-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.contact-assurance-grid {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}

.contact-decision-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.contact-checklist-panel {
  margin-top: 18px;
  padding: 24px;
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  border: 1px solid rgba(148, 163, 184, 0.14);
  box-shadow: var(--shadow);
}

.contact-faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.contact-faq-card {
  padding: 20px;
  border-radius: 20px;
  background: white;
  border: 1px solid rgba(148, 163, 184, 0.14);
  box-shadow: var(--shadow);
}

.contact-faq-card.accent {
  background: linear-gradient(135deg, rgba(36, 107, 255, 0.08), rgba(15, 214, 176, 0.12));
}

.contact-faq-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 17px;
}

.contact-faq-card p {
  margin: 0;
  color: var(--text-muted);
  font-size: 14px;
}

.contact-checklist-panel strong {
  display: block;
  margin-bottom: 12px;
  font-size: 18px;
}

.decision-chip {
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(36, 107, 255, 0.08);
  color: var(--primary-strong);
  font-weight: 700;
  font-size: 13px;
}

.assurance-card {
  padding: 22px;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  border: 1px solid rgba(148, 163, 184, 0.14);
  box-shadow: var(--shadow);
}

.assurance-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.assurance-card p {
  margin: 0;
  color: var(--text-muted);
}

.quick-action-card {
  display: block;
  padding: 22px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(36, 107, 255, 0.08), rgba(15, 214, 176, 0.12));
  border: 1px solid rgba(148, 163, 184, 0.12);
  box-shadow: var(--shadow);
}

.quick-action-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.quick-action-card span {
  color: var(--text-muted);
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 20px;
  border-radius: 20px;
  background: white;
  box-shadow: var(--shadow);
}

.contact-item-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: rgba(36, 107, 255, 0.12);
  color: var(--primary-strong);
  display: grid;
  place-items: center;
  flex: 0 0 46px;
}

.contact-item strong {
  display: block;
  margin-bottom: 6px;
}

.cta-band {
  padding: 34px;
  background: linear-gradient(135deg, #0f52e0, #7a5cff);
  color: white;
}

.cta-band h3 {
  margin: 10px 0 10px;
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: 1.08;
}

.cta-band p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
}

.cta-kicker {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.12);
}

.cta-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.cta-points span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: white;
  font-weight: 700;
  font-size: 13px;
}

.cta-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.cta-start-strip {
  display: grid;
  gap: 10px;
}

.cta-start-strip span {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
}

.cta-start-strip span::before {
  content: "•";
  color: var(--warm);
  font-size: 18px;
  line-height: 1;
}

.cta-next-step-card {
  max-width: 420px;
  padding: 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.cta-next-step-card strong {
  display: block;
  margin-bottom: 12px;
  font-size: 18px;
}

.cta-next-step-list {
  display: grid;
  gap: 10px;
}

.cta-next-step-list span {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
}

.cta-next-step-list span::before {
  content: "→";
  color: var(--warm);
}

.cta-actions-wrap {
  display: grid;
  gap: 18px;
  justify-items: end;
}

.cta-decision-card {
  max-width: 420px;
  padding: 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.cta-decision-card strong {
  display: block;
  margin-bottom: 12px;
  font-size: 18px;
}

.cta-decision-list {
  display: grid;
  gap: 10px;
}

.cta-decision-list span {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
}

.cta-decision-list span::before {
  content: "•";
  color: var(--warm);
  font-size: 18px;
  line-height: 1;
}

.cta-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.cta-proof-item {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.cta-proof-item strong {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
}

.cta-proof-item span,
.cta-side-note {
  color: rgba(255, 255, 255, 0.82);
}

.cta-reassurance-row {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.cta-reassurance-row span {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
}

.cta-reassurance-row span::before {
  content: "✓";
  color: var(--warm);
  font-weight: 800;
}

.cta-urgency-card {
  max-width: 420px;
  padding: 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.cta-urgency-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.cta-urgency-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
}

.cta-last-proof {
  display: grid;
  gap: 12px;
  max-width: 420px;
}

.cta-start-options {
  display: grid;
  gap: 12px;
  max-width: 420px;
}

.cta-option-card {
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.cta-option-card.accent {
  background: rgba(255, 255, 255, 0.18);
}

.cta-option-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
}

.cta-option-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
}

.cta-risk-note {
  max-width: 420px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px dashed rgba(255, 255, 255, 0.26);
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  line-height: 1.6;
}

.cta-low-risk-card,
.cta-final-proof-card {
  max-width: 420px;
  padding: 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.cta-low-risk-card strong {
  display: block;
  margin-bottom: 12px;
  font-size: 18px;
}

.cta-low-risk-list {
  display: grid;
  gap: 10px;
}

.cta-low-risk-list span {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
}

.cta-low-risk-list span::before {
  content: "✓";
  color: var(--warm);
  font-weight: 800;
}

.cta-final-proof-card .feedback-label {
  background: rgba(255, 255, 255, 0.14);
  color: white;
}

.cta-final-proof-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
}

.cta-last-proof-item {
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.cta-last-proof-item strong {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
}

.cta-last-proof-item span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
}

.cta-side-note {
  max-width: 320px;
  margin: 0;
  font-size: 14px;
  text-align: right;
}

.site-footer {
  padding: 26px 0 42px;
  background: #081120;
  color: rgba(255, 255, 255, 0.76);
}

.footer-top {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr 0.8fr;
  gap: 26px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-title {
  margin: 0 0 14px;
  color: white;
  font-size: 16px;
}

.footer-links {
  display: grid;
  gap: 10px;
}

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

.footer-links a:hover {
  color: white;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-top: 22px;
  font-size: 14px;
}

.page-hero {
  padding: 84px 0 44px;
  background: linear-gradient(180deg, #081120, #0f1730);
  color: white;
}

.page-hero h1 {
  margin: 18px 0 16px;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.02;
}

.page-hero p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  max-width: 640px;
}

.page-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.badge {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.84);
}

.timeline {
  display: grid;
  gap: 18px;
}

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

.milestone-card {
  padding: 22px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(36, 107, 255, 0.08), rgba(15, 214, 176, 0.1));
  border: 1px solid rgba(148, 163, 184, 0.14);
  box-shadow: var(--shadow);
}

.milestone-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--primary-strong);
  font-size: 28px;
  line-height: 1;
}

.milestone-card span {
  color: var(--text-muted);
}

.about-process {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.timeline-item {
  border-left: 4px solid rgba(36, 107, 255, 0.18);
}

.timeline-item h3 {
  margin: 0 0 8px;
}

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

.breadcrumbs {
  display: inline-flex;
  gap: 10px;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 600;
}

.breadcrumbs a {
  color: rgba(255, 255, 255, 0.8);
}

.notice-box {
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(36, 107, 255, 0.08);
  color: var(--text);
  font-weight: 600;
}

@media (max-width: 1100px) {
  .hero-grid,
  .about-layout,
  .contact-layout,
  .cta-layout,
  .page-hero-grid,
  .footer-top {
    grid-template-columns: 1fr;
  }

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

  .grid-3,
  .grid-2,
  .panel-grid,
  .feature-showcase {
    grid-template-columns: 1fr;
  }

  .feature-grid,
  .logos,
  .stat-strip,
  .feature-story-grid,
  .hero-trust-strip,
  .hero-side-proof,
  .contact-quick-actions,
  .feature-operating-strip,
  .cta-proof-grid,
  .hero-journey-strip,
  .feature-proof-band,
  .hero-support-grid,
  .feature-process-row,
  .about-milestone-grid,
  .hero-delivery-preview,
  .about-cooperation-grid,
  .matrix-grid,
  .hero-consult-grid,
  .feature-comparison-grid,
  .about-boundary-grid,
  .about-standards-grid,
  .hero-decision-board,
  .contact-friction-grid,
  .hero-entry-grid,
  .feature-service-grid,
  .about-scenario-grid,
  .contact-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-outcome-row,
  .feature-mini-row {
    grid-template-columns: 1fr;
  }

  .hero-fit-panel,
  .about-profile-card,
  .feature-capability-matrix,
  .feature-service-board,
  .about-workstyle-panel {
    grid-template-columns: 1fr;
  }

  .about-profile-tags {
    justify-content: flex-start;
  }

  .cta-actions-wrap {
    justify-items: start;
  }

  .cta-side-note {
    max-width: none;
    text-align: left;
  }
}

@media (max-width: 860px) {
  .site-nav,
  .desktop-only {
    display: none;
  }

  .mobile-menu-button {
    display: inline-flex;
  }

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

  .mobile-drawer {
    position: fixed;
    inset: 82px 0 auto 0;
    padding: 18px 20px 24px;
    background: rgba(8, 17, 32, 0.97);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    transform: translateY(-16px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .mobile-drawer.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

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

  .mobile-nav a,
  .mobile-nav button,
  .mobile-nav .btn {
    width: 100%;
    justify-content: flex-start;
    color: white;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.06);
  }

  .hero {
    padding-top: 68px;
  }

  .hero-proof,
  .field-grid,
  .feature-story-grid,
  .hero-trust-strip,
  .hero-side-proof,
  .contact-quick-actions,
  .cta-proof-grid,
  .feature-operating-strip,
  .hero-journey-strip,
  .feature-proof-band,
  .hero-support-grid,
  .feature-process-row,
  .about-milestone-grid,
  .hero-delivery-preview,
  .about-cooperation-grid,
  .matrix-grid,
  .hero-consult-grid,
  .feature-comparison-grid,
  .about-boundary-grid,
  .about-standards-grid,
  .hero-decision-board,
  .contact-friction-grid,
  .hero-entry-grid,
  .feature-service-grid,
  .about-scenario-grid,
  .contact-faq-grid {
    grid-template-columns: 1fr;
  }

  .feature-outcome-row,
  .feature-mini-row {
    grid-template-columns: 1fr;
  }

  .hero-fit-tags {
    justify-content: flex-start;
  }

  .site-nav a.active::after {
    bottom: -6px;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(var(--container), calc(100% - 28px));
  }

  .section {
    padding: 76px 0;
  }

  .section-heading h2,
  .hero-copy h1,
  .page-hero h1 {
    letter-spacing: -0.04em;
  }

  .grid-4,
  .grid-3,
  .logos,
  .stat-strip,
  .feature-story-grid,
  .feature-grid,
  .hero-trust-strip,
  .hero-side-proof,
  .contact-quick-actions,
  .feature-operating-strip,
  .cta-proof-grid,
  .hero-journey-strip,
  .feature-proof-band,
  .hero-support-grid,
  .feature-process-row,
  .about-milestone-grid,
  .hero-delivery-preview,
  .about-cooperation-grid,
  .matrix-grid,
  .hero-consult-grid,
  .feature-comparison-grid,
  .about-boundary-grid,
  .about-standards-grid,
  .hero-decision-board,
  .contact-friction-grid,
  .hero-entry-grid,
  .feature-service-grid,
  .about-scenario-grid,
  .contact-faq-grid {
    grid-template-columns: 1fr;
  }

  .feature-outcome-board {
    padding: 22px;
  }

  .feature-outcome-head h3 {
    font-size: 28px;
  }

  .feature-outcome-row,
  .feature-mini-row {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .hero-fit-panel,
  .cta-actions-wrap,
  .about-workstyle-panel,
  .feature-service-board {
    gap: 14px;
  }

  .metric-card strong,
  .stat-item strong {
    font-size: 28px;
  }

  .btn,
  button.btn,
  .btn-primary,
  .btn-secondary,
  .btn-ghost {
    width: 100%;
  }

  .hero-actions,
  .contact-form-actions,
  .intent-chip-list,
  .schedule-chip-list,
  .timeline-chip-list {
    flex-direction: column;
  }

  .floating-card {
    position: static;
    margin-top: 18px;
    width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
