:root {
  --bg: #f3f7fb;
  --bg-alt: #e8f0f8;
  --surface: #ffffff;
  --ink: #0d1b2a;
  --ink-soft: #3d4f63;
  --muted: #6b7c8f;
  --line: rgba(13, 45, 84, 0.1);
  --blue-900: #0a2a5c;
  --blue-700: #134a96;
  --blue-500: #1e6fd9;
  --blue-300: #5aa3f0;
  --cyan: #3ec6e8;
  --gold: #e8a317;
  --gold-soft: #f5c542;
  --dark: #0b1624;
  --dark-2: #132338;
  --radius: 18px;
  --shadow: 0 18px 50px rgba(10, 42, 92, 0.12);
  --font: "Outfit", "Noto Sans SC", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background:
    radial-gradient(1200px 600px at 10% -10%, rgba(58, 166, 232, 0.18), transparent 60%),
    radial-gradient(900px 500px at 100% 0%, rgba(232, 163, 23, 0.12), transparent 55%),
    var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

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

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

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(16px);
  background: rgba(243, 247, 251, 0.82);
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s, background 0.25s, box-shadow 0.25s;
}

.site-header.scrolled {
  border-bottom-color: var(--line);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 24px rgba(10, 42, 92, 0.06);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand-logo {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.brand-name {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.brand-name span {
  color: var(--blue-500);
  margin-left: 2px;
}

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

.nav a {
  font-size: 0.95rem;
  color: var(--ink-soft);
  font-weight: 500;
  transition: color 0.2s;
}

.nav a:hover {
  color: var(--blue-700);
}

.nav-cta {
  padding: 10px 16px !important;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue-700), var(--blue-500));
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(30, 111, 217, 0.28);
}

.menu-btn {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
}

.menu-btn span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--ink);
  margin: 0 auto;
  transition: 0.25s;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.98rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}

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

.btn-primary {
  background: linear-gradient(135deg, var(--blue-700), var(--cyan));
  color: #fff;
  box-shadow: 0 12px 28px rgba(19, 74, 150, 0.28);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(19, 74, 150, 0.18);
  color: var(--blue-900);
}

.btn-outline {
  width: 100%;
  background: transparent;
  border-color: rgba(19, 74, 150, 0.25);
  color: var(--blue-700);
}

.btn-block {
  width: 100%;
}

/* Hero */
.hero {
  position: relative;
  padding: 56px 0 40px;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(10, 42, 92, 0.92) 0%, rgba(19, 74, 150, 0.78) 42%, rgba(62, 198, 232, 0.45) 100%),
    url("assets/logo.png") right 8% center / 42% no-repeat;
  opacity: 1;
  z-index: 0;
  mask-image: linear-gradient(180deg, #000 70%, transparent);
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 75% 40%, rgba(245, 197, 66, 0.22), transparent 35%),
    radial-gradient(circle at 20% 80%, rgba(62, 198, 232, 0.2), transparent 40%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 36px;
  align-items: center;
  min-height: calc(100vh - 120px);
  padding-bottom: 40px;
}

.eyebrow {
  display: inline-block;
  margin: 0 0 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #dcecff;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.hero-copy h1 {
  margin: 0;
  font-size: clamp(2.1rem, 4.2vw, 3.35rem);
  line-height: 1.18;
  color: #fff;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.hero-copy h1 strong {
  background: linear-gradient(90deg, var(--gold-soft), #fff3bf);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-desc {
  margin: 18px 0 0;
  max-width: 560px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.05rem;
}

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

.hero-tags {
  margin-top: 34px;
}

.tag-label {
  display: block;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.85rem;
  margin-bottom: 10px;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag-list span {
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 0.85rem;
}

.panel-card {
  background: rgba(255, 255, 255, 0.94);
  border-radius: 24px;
  padding: 24px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, 0.7);
  animation: floatY 5.5s ease-in-out infinite;
}

.panel-q {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--blue-900);
}

.panel-sources {
  display: flex;
  gap: 8px;
  margin: 14px 0 20px;
}

.panel-sources span {
  padding: 4px 10px;
  border-radius: 8px;
  background: var(--bg-alt);
  color: var(--blue-700);
  font-size: 0.8rem;
  font-weight: 600;
}

.panel-metrics {
  display: grid;
  gap: 16px;
  padding: 16px;
  border-radius: 16px;
  background: linear-gradient(180deg, #f7fbff, #eef5fc);
}

.metric-label {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  margin-bottom: 6px;
}

.metric-value {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.metric-value strong {
  font-size: 2.4rem;
  color: var(--blue-700);
  line-height: 1;
}

.metric-value em {
  font-style: normal;
  color: #1faa6a;
  font-weight: 700;
}

.metric-bar {
  height: 8px;
  border-radius: 999px;
  background: #d9e6f4;
  overflow: hidden;
}

.metric-bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--blue-500), var(--cyan));
}

.metric-note {
  display: block;
  margin-top: 6px;
  font-size: 0.85rem;
  color: var(--ink-soft);
}

.panel-ai {
  margin-top: 18px;
}

.panel-ai > span {
  display: block;
  font-size: 0.82rem;
  color: var(--muted);
  margin-bottom: 10px;
}

.ai-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.ai-chips i {
  font-style: normal;
  padding: 5px 9px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
  font-size: 0.78rem;
  color: var(--ink-soft);
}

/* Stats */
.stats {
  position: relative;
  z-index: 2;
  margin-top: -24px;
  padding-bottom: 20px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  background: var(--surface);
  border-radius: 22px;
  padding: 22px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.stat strong {
  display: block;
  font-size: 2rem;
  color: var(--blue-900);
  line-height: 1.1;
}

.stat strong span {
  font-size: 1rem;
  margin-left: 4px;
  color: var(--gold);
}

.stat p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

/* Sections */
.section {
  padding: 88px 0;
}

.section-alt {
  background:
    linear-gradient(180deg, rgba(232, 240, 248, 0.7), rgba(243, 247, 251, 0.2));
}

.section-dark {
  background:
    radial-gradient(800px 400px at 10% 0%, rgba(30, 111, 217, 0.28), transparent 55%),
    radial-gradient(700px 380px at 90% 20%, rgba(232, 163, 23, 0.12), transparent 50%),
    linear-gradient(180deg, #0b1624, #132338);
  color: #e8f0ff;
}

.section-head {
  max-width: 720px;
  margin-bottom: 42px;
}

.section-head.light .eyebrow {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  color: #c9dcff;
}

.section-head.light h2,
.section-head.light .section-desc {
  color: #fff;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.section-head .eyebrow {
  background: rgba(30, 111, 217, 0.08);
  border-color: rgba(30, 111, 217, 0.14);
  color: var(--blue-700);
}

.section-desc {
  margin: 14px 0 0;
  color: var(--ink-soft);
  font-size: 1.05rem;
}

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

.value-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px 20px;
  transition: transform 0.25s, box-shadow 0.25s;
}

.value-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.value-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--blue-700), var(--cyan));
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  margin-bottom: 16px;
}

.value-card h3 {
  margin: 0 0 10px;
  font-size: 1.1rem;
}

.value-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.value-link {
  display: inline-block;
  margin-top: 16px;
  color: var(--blue-500);
  font-weight: 600;
  font-size: 0.9rem;
}

/* Compare / Why */
.compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 22px;
}

.compare-col {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
}

.compare-now {
  background: linear-gradient(160deg, #123f7a, #1e6fd9);
  color: #fff;
  border: 0;
}

.compare-col h3 {
  margin: 0 0 14px;
  font-size: 1.15rem;
}

.compare-col li {
  position: relative;
  padding-left: 18px;
  margin: 10px 0;
  color: inherit;
  opacity: 0.92;
}

.compare-col li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
}

.compare-col:not(.compare-now) li {
  color: var(--ink-soft);
}

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

.why-item {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 20px;
}

.why-item h4 {
  margin: 0 0 8px;
  font-size: 1rem;
}

.why-item p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

/* Method */
.method-track {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.method-step {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px 16px;
  text-align: center;
}

.method-step::after {
  content: "";
  position: absolute;
  top: 36px;
  right: -8px;
  width: 16px;
  height: 2px;
  background: linear-gradient(90deg, var(--blue-300), transparent);
}

.method-step:last-child::after {
  display: none;
}

.step-badge {
  width: 52px;
  height: 52px;
  margin: 0 auto 10px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.25rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(145deg, var(--blue-700), var(--cyan));
  box-shadow: 0 10px 24px rgba(30, 111, 217, 0.28);
}

.step-en {
  margin: 0;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.method-step h3 {
  margin: 6px 0 8px;
  font-size: 1.05rem;
}

.method-step p:last-child {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.88rem;
}

/* Capability */
.cap-block {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: center;
  margin-bottom: 42px;
  padding: 28px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.cap-block.reverse {
  grid-template-columns: 0.9fr 1.1fr;
}

.cap-block.reverse .cap-text {
  order: 2;
}

.cap-block.reverse .cap-visual {
  order: 1;
}

.cap-tag {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--gold-soft);
  font-weight: 700;
  font-size: 0.88rem;
}

.cap-text h3 {
  margin: 0 0 12px;
  font-size: 1.35rem;
  color: #fff;
}

.cap-text p {
  margin: 0;
  color: rgba(232, 240, 255, 0.78);
}

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

.check-list li {
  position: relative;
  padding-left: 22px;
  margin: 8px 0;
  color: rgba(232, 240, 255, 0.88);
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--cyan);
  font-weight: 700;
}

.diag-card,
.monitor-card,
.score-card,
.asset-stack {
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  border-radius: 18px;
  padding: 22px;
}

.diag-title {
  margin: 0 0 14px;
  font-weight: 700;
  color: var(--blue-900);
}

.diag-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.diag-tags .warn {
  padding: 6px 10px;
  border-radius: 8px;
  background: #fff2e8;
  color: #c45a12;
  font-size: 0.82rem;
  font-weight: 600;
}

.asset-stack {
  display: grid;
  gap: 10px;
}

.asset-stack div {
  padding: 14px 16px;
  border-radius: 12px;
  background: linear-gradient(90deg, #eef5fc, #fff);
  border: 1px solid var(--line);
  font-weight: 600;
  color: var(--blue-900);
}

.monitor-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.85rem;
}

.monitor-card strong {
  display: block;
  margin: 10px 0 6px;
  font-size: 1.15rem;
  color: var(--blue-900);
  line-height: 1.4;
}

.monitor-card span {
  color: #1faa6a;
  font-weight: 600;
  font-size: 0.9rem;
}

.score-card p {
  margin: 0 0 14px;
  font-weight: 700;
  color: var(--blue-900);
}

.score-bars {
  display: grid;
  gap: 12px;
}

.score-bars div {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 10px;
  align-items: center;
}

.score-bars span {
  font-size: 0.82rem;
  color: var(--ink-soft);
}

.score-bars i {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: #d9e6f4;
  position: relative;
  overflow: hidden;
}

.score-bars i::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--w);
  background: linear-gradient(90deg, var(--blue-500), var(--gold));
  border-radius: inherit;
}

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

.problem-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  border-top: 3px solid var(--blue-500);
}

.problem-card h3 {
  margin: 0 0 10px;
}

.problem-card p {
  margin: 0;
  color: var(--ink-soft);
}

/* Content strategy */
.content-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.content-col {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 28px;
}

.content-col .cap-tag {
  color: var(--blue-500);
}

.content-col h3 {
  margin: 0 0 14px;
}

.content-col li {
  position: relative;
  padding-left: 16px;
  margin: 10px 0;
  color: var(--ink-soft);
}

.content-col li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue-500);
}

.content-note {
  margin: 18px 0 0;
  color: var(--gold);
  font-weight: 700;
}

.content-col-accent {
  background: linear-gradient(160deg, #0f356d, #1a6fd4);
  color: #fff;
  border: 0;
}

.content-col-accent .cap-tag {
  color: var(--gold-soft);
}

.content-col-accent li {
  color: rgba(255, 255, 255, 0.88);
}

.content-col-accent li::before {
  background: var(--gold-soft);
}

/* Products */
.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  align-items: stretch;
}

.price-card {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
}

.price-card.featured {
  background: linear-gradient(180deg, #0f2f5c, #184f98);
  color: #fff;
  border: 0;
  transform: translateY(-8px);
  box-shadow: 0 24px 50px rgba(15, 47, 92, 0.35);
}

.price-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--gold);
  color: #1a1200;
  font-size: 0.75rem;
  font-weight: 700;
}

.price-layer {
  margin: 0;
  color: var(--muted);
  font-size: 0.85rem;
}

.price-card.featured .price-layer {
  color: rgba(255, 255, 255, 0.7);
}

.price-card h3 {
  margin: 8px 0 14px;
  font-size: 1.2rem;
}

.price {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.price strong {
  font-size: 2.4rem;
  line-height: 1;
  color: var(--blue-700);
}

.price-card.featured .price strong {
  color: var(--gold-soft);
}

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

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

.price-meta {
  margin: 8px 0 18px;
  color: var(--muted);
  font-size: 0.9rem;
}

.price-card.featured .price-meta {
  color: rgba(255, 255, 255, 0.7);
}

.price-card ul {
  flex: 1;
  margin-bottom: 22px;
}

.price-card li {
  position: relative;
  padding-left: 18px;
  margin: 10px 0;
  color: var(--ink-soft);
  font-size: 0.94rem;
}

.price-card.featured li {
  color: rgba(255, 255, 255, 0.88);
}

.price-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan);
}

.price-card.featured .btn-primary {
  background: linear-gradient(135deg, var(--gold), var(--gold-soft));
  color: #1a1200;
  box-shadow: none;
}

.crisis-band {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 20px;
  align-items: center;
  padding: 28px;
  border-radius: 22px;
  background:
    linear-gradient(120deg, rgba(19, 74, 150, 0.08), rgba(232, 163, 23, 0.1)),
    var(--surface);
  border: 1px solid var(--line);
}

.crisis-band h3 {
  margin: 0 0 10px;
}

.crisis-band p {
  margin: 0;
  color: var(--ink-soft);
}

.crisis-times {
  display: grid;
  gap: 12px;
}

.crisis-times div {
  padding: 14px 16px;
  border-radius: 14px;
  background: var(--blue-900);
  color: #fff;
}

.crisis-times strong {
  display: block;
  font-size: 1.5rem;
  color: var(--gold-soft);
}

.crisis-times span {
  font-size: 0.88rem;
  opacity: 0.9;
}

/* Clients */
.client-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.client-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 26px;
}

.client-no {
  display: block;
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--blue-300);
  margin-bottom: 8px;
}

.client-card h3 {
  margin: 0 0 10px;
}

.client-card p {
  margin: 0;
  color: var(--ink-soft);
}

.mini-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.mini-tags span {
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--bg-alt);
  color: var(--blue-700);
  font-size: 0.8rem;
  font-weight: 600;
}

/* Compliance */
.comply-principles {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.comply-principles span {
  padding: 10px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  font-weight: 600;
  color: var(--blue-900);
  font-size: 0.92rem;
}

.comply-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.comply-card {
  background: var(--surface);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  padding: 24px;
}

.comply-card h3 {
  margin: 0 0 10px;
}

.comply-card p {
  margin: 0;
  color: var(--ink-soft);
}

/* Contact */
.section-contact {
  background:
    radial-gradient(900px 420px at 0% 0%, rgba(30, 111, 217, 0.18), transparent 55%),
    linear-gradient(180deg, #eaf2fa, #f7fafc);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: start;
}

.contact-intro h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
}

.contact-intro > p:not(.eyebrow) {
  margin: 14px 0 0;
  color: var(--ink-soft);
  max-width: 520px;
}

.about-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 28px;
}

.about-stats div {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px;
}

.about-stats strong {
  display: block;
  font-size: 1.4rem;
  color: var(--blue-700);
}

.about-stats span {
  color: var(--muted);
  font-size: 0.88rem;
}

.contact-form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 28px;
  box-shadow: var(--shadow);
}

.contact-form h3 {
  margin: 0 0 18px;
}

.contact-form label {
  display: grid;
  gap: 6px;
  margin-bottom: 14px;
}

.contact-form label span {
  font-size: 0.88rem;
  color: var(--ink-soft);
  font-weight: 600;
}

.contact-form input,
.contact-form select {
  width: 100%;
  min-height: 46px;
  border-radius: 12px;
  border: 1px solid rgba(13, 45, 84, 0.16);
  padding: 0 14px;
  font: inherit;
  background: #f8fbff;
  color: var(--ink);
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.contact-form input:focus,
.contact-form select:focus {
  border-color: var(--blue-500);
  box-shadow: 0 0 0 3px rgba(30, 111, 217, 0.15);
}

.form-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.form-success {
  margin: 12px 0 0;
  color: #1faa6a;
  font-weight: 600;
}

/* Footer */
.site-footer {
  padding: 28px 0 40px;
  border-top: 1px solid var(--line);
  background: #fff;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-inner p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

/* Reveal animations */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

.delay-1 { transition-delay: 0.08s; }
.delay-2 { transition-delay: 0.16s; }
.delay-3 { transition-delay: 0.24s; }

@keyframes floatY {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* Responsive */
@media (max-width: 1024px) {
  .hero-grid,
  .value-grid,
  .why-grid,
  .method-track,
  .cap-block,
  .cap-block.reverse,
  .problem-grid,
  .price-grid,
  .contact-grid,
  .stats-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cap-block.reverse .cap-text,
  .cap-block.reverse .cap-visual {
    order: initial;
  }

  .method-step::after {
    display: none;
  }

  .price-card.featured {
    transform: none;
  }

  .hero-bg {
    background-size: 60%;
    background-position: right -10% center;
  }
}

@media (max-width: 860px) {
  .menu-btn {
    display: flex;
  }

  .nav {
    position: fixed;
    inset: 72px 16px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 10px;
    box-shadow: var(--shadow);
  }

  .nav.open {
    display: flex;
  }

  .nav a {
    padding: 12px 14px;
    border-radius: 10px;
  }

  .nav-cta {
    text-align: center;
    margin-top: 6px;
  }

  .hero-grid,
  .stats-grid,
  .value-grid,
  .compare,
  .why-grid,
  .method-track,
  .cap-block,
  .problem-grid,
  .content-split,
  .price-grid,
  .client-grid,
  .comply-grid,
  .contact-grid,
  .crisis-band,
  .about-stats {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 28px;
  }

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

  .hero-bg {
    mask-image: none;
    background-size: 80%;
    background-position: center top;
    opacity: 0.95;
  }

  .section {
    padding: 64px 0;
  }

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