/* SECTION BASE */
section { padding: 96px 56px; }

.section-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.16em;
  color: var(--purple-mid); text-transform: uppercase; margin-bottom: 16px;
}
.section-eyebrow::before { content: ''; width: 20px; height: 1px; background: var(--purple-mid); display: inline-block; }
h2.sh2 {
  font-family: var(--sans); font-size: clamp(30px, 4vw, 46px);
  font-weight: 600; line-height: 1.3; letter-spacing: -0.01em;
  color: var(--ink); margin-bottom: 14px;
}
.section-lead { font-size: 14px; color: var(--ink-light); line-height: 1.95; max-width: 520px; margin-bottom: 52px; }

/* HERO */
#hero { min-height: 100vh; display: flex; align-items: stretch; padding: 0; }

.hero-inner { display: grid; grid-template-columns: 1fr 1fr; width: 100%; min-height: 100vh; }

.hero-left {
  padding: 140px 64px 100px 80px;
  display: flex; flex-direction: column; justify-content: center;
}
.hero-eyebrow {
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.18em;
  color: var(--purple-mid); text-transform: uppercase;
  margin-bottom: 28px; display: flex; align-items: center; gap: 10px;
}
.hero-eyebrow::before { content: ''; width: 24px; height: 1px; background: var(--purple-border); display: inline-block; }
.hero-h1 {
  font-family: var(--sans); font-size: clamp(52px, 6.5vw, 80px);
  font-weight: 600; line-height: 1.12; letter-spacing: -0.02em;
  color: var(--ink); margin-bottom: 28px;
}
.hero-desc { font-size: 15px; color: var(--ink-light); line-height: 1.95; max-width: 400px; margin-bottom: 44px; }

.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.btn-pp {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--purple); color: #fff; text-decoration: none;
  font-family: var(--body); font-size: 14px; font-weight: 600;
  padding: 13px 28px; border-radius: var(--radius-sm);
  border: 1.5px solid var(--purple-deep);
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  box-shadow: 0 2px 12px rgba(74,45,122,0.25);
}
.btn-pp:hover { background: var(--purple-deep); transform: translateY(-1px); box-shadow: 0 4px 20px rgba(74,45,122,0.35); }
.btn-sp {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1.5px solid var(--purple-border); color: var(--purple);
  text-decoration: none; font-family: var(--body); font-size: 14px; font-weight: 500;
  padding: 13px 24px; border-radius: var(--radius-sm);
  transition: all 0.2s; background: transparent;
}
.btn-sp:hover { background: var(--purple-soft); }

.hero-right {
  background: var(--purple); padding: 140px 56px 100px 64px;
  display: flex; flex-direction: column; justify-content: center;
  position: relative; overflow: hidden;
}
.hero-right::before {
  content: ''; position: absolute; top: -100px; right: -100px;
  width: 360px; height: 360px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.07) 0%, transparent 65%);
  pointer-events: none;
}
.hero-right-label {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.2em;
  color: rgba(255,255,255,0.6); text-transform: uppercase; margin-bottom: 40px;
  position: relative; z-index: 1;
}
.hero-stats-vert { position: relative; z-index: 1; }
.hero-stat-row {
  padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,0.1);
  display: flex; align-items: baseline; justify-content: space-between; gap: 16px;
}
.hero-stat-row:last-child { border-bottom: none; }
.hero-stat-val {
  font-family: var(--sans); font-size: 42px; font-weight: 600;
  color: #fff; letter-spacing: -0.02em; line-height: 1; flex-shrink: 0;
}
.hero-stat-val sup { font-size: 20px; }
.hero-stat-desc { font-size: 12px; color: rgba(255,255,255,0.65); line-height: 1.6; text-align: right; }

/* PROBLEM */
#problem { background: var(--bg-section); border-bottom: 1px solid var(--border); }

.problem-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 1px; background: var(--border); border-radius: var(--radius); overflow: hidden;
}
.problem-card { background: var(--bg); padding: 36px 30px; transition: background 0.2s; }
.problem-card:hover { background: var(--purple-pale); }
.problem-idx { font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; color: var(--purple-mid); margin-bottom: 20px; }
.problem-q { font-family: var(--sans); font-size: 21px; font-weight: 600; color: var(--ink); line-height: 1.4; margin-bottom: 12px; }
.problem-body { font-size: 13px; color: var(--ink-light); line-height: 1.85; }

/* WHY */
#why { border-bottom: 1px solid var(--border); }
.why-layout { display: grid; grid-template-columns: 5fr 7fr; gap: 72px; align-items: start; }
.why-badge { display: inline-block; font-family: var(--mono); font-size: 9px; letter-spacing: 0.16em; color: var(--purple-mid); background: var(--purple-soft); border: 1px solid var(--purple-border); padding: 3px 10px; border-radius: 100px; margin-bottom: 22px; }
.why-left-h { font-family: var(--sans); font-size: clamp(26px, 3.2vw, 38px); font-weight: 600; color: var(--ink); line-height: 1.35; letter-spacing: -0.01em; margin-bottom: 18px; }
.why-left-body { font-size: 14px; color: var(--ink-light); line-height: 1.9; margin-bottom: 28px; }
.why-key-stat { border: 1px solid var(--purple-border); border-radius: var(--radius); padding: 24px 28px; background: var(--purple-pale); }
.why-key-stat-num { font-family: var(--sans); font-size: 52px; font-weight: 600; color: var(--purple); letter-spacing: -0.03em; line-height: 1; margin-bottom: 4px; }
.why-key-stat-label { font-size: 12px; color: var(--ink-light); }

.why-points {}
.why-point { display: grid; grid-template-columns: 40px 1fr; gap: 20px; padding: 26px 0; border-bottom: 1px solid var(--border); align-items: start; }
.why-point:last-child { border-bottom: none; }
.why-num { font-family: var(--mono); font-size: 10px; color: var(--purple-mid); background: var(--purple-soft); border: 1px solid var(--purple-border); width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.why-title { font-size: 15px; font-weight: 700; color: var(--ink); margin-bottom: 7px; line-height: 1.4; }
.why-body { font-size: 13px; color: var(--ink-light); line-height: 1.85; }

/* SERVICES */
#services { background: var(--bg-section); border-bottom: 1px solid var(--border); }
.services-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.service-card { background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius); padding: 34px 30px; transition: box-shadow 0.2s, transform 0.2s; }
.service-card:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.service-line { width: 28px; height: 3px; background: var(--purple); border-radius: 2px; margin-bottom: 22px; transition: width 0.3s; }
.service-card:hover .service-line { width: 52px; }
.service-cat { font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; color: var(--purple-mid); text-transform: uppercase; margin-bottom: 10px; }
.service-title { font-family: var(--sans); font-size: 21px; font-weight: 600; color: var(--ink); margin-bottom: 12px; line-height: 1.35; letter-spacing: -0.01em; }
.service-desc { font-size: 13px; color: var(--ink-light); line-height: 1.9; margin-bottom: 18px; }
.service-points { list-style: none; display: flex; flex-direction: column; gap: 5px; }
.service-points li { font-size: 13px; color: var(--ink-light); padding-left: 14px; position: relative; }
.service-points li::before { content: '—'; position: absolute; left: 0; color: var(--purple-mid); font-size: 10px; top: 3px; }

/* RESULTS */
#results { border-bottom: 1px solid var(--border); }
.results-top { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--border); border-radius: var(--radius); overflow: hidden; margin-bottom: 40px; }
.results-kpi { background: var(--purple); padding: 40px 36px; text-align: center; }
.results-kpi-val { font-family: var(--sans); font-size: 52px; font-weight: 600; color: #fff; letter-spacing: -0.03em; line-height: 1; margin-bottom: 6px; }
.results-kpi-val sup { font-size: 24px; }
.results-kpi-label { font-size: 12px; color: rgba(255,255,255,0.5); }
.results-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.result-card { border: 1px solid var(--border); border-radius: var(--radius); padding: 24px 22px; transition: box-shadow 0.2s; }
.result-card:hover { box-shadow: var(--shadow-sm); }
.result-ind { font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; color: var(--purple-mid); text-transform: uppercase; margin-bottom: 10px; }
.result-ttl { font-size: 13px; font-weight: 700; color: var(--ink); line-height: 1.5; margin-bottom: 7px; }
.result-body { font-size: 13px; color: var(--ink-light); line-height: 1.75; }

/* FLOW */
#flow { background: var(--bg-section); border-bottom: 1px solid var(--border); }
.flow-track { display: grid; grid-template-columns: repeat(5,1fr); gap: 0; margin-top: 52px; position: relative; }
.flow-track::before { content: ''; position: absolute; top: 20px; left: 10%; right: 10%; height: 1px; background: var(--purple-border); z-index: 0; }
.flow-step { text-align: center; padding: 0 8px; position: relative; z-index: 1; }
.flow-dot { width: 40px; height: 40px; border-radius: 50%; background: var(--bg); border: 2px solid var(--purple); display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; font-family: var(--mono); font-size: 11px; color: var(--purple); transition: background 0.2s, color 0.2s; }
.flow-step:hover .flow-dot { background: var(--purple); color: #fff; }
.flow-num { font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; color: var(--ink-faint); margin-bottom: 7px; }
.flow-title { font-size: 13px; font-weight: 700; color: var(--ink); margin-bottom: 7px; line-height: 1.4; }
.flow-body { font-size: 12px; color: var(--ink-light); line-height: 1.7; }

/* INDUSTRIES */
#industries { border-bottom: 1px solid var(--border); }
.industry-wrap { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 36px; }
.ind-tag { font-size: 13px; color: var(--ink-mid); background: var(--bg-soft); border: 1px solid var(--border); padding: 8px 18px; border-radius: 100px; transition: background 0.2s, border-color 0.2s, color 0.2s; cursor: default; }
.ind-tag:hover { background: var(--purple-soft); border-color: var(--purple-border); color: var(--purple); }
.ind-tag.active { background: var(--purple-soft); border-color: var(--purple); color: var(--purple); font-weight: 600; }

/* CONTACT */
#contact { background: var(--purple); }
.contact-wrap { max-width: 740px; margin: 0 auto; }
.contact-eyebrow { font-family: var(--mono); font-size: 10px; letter-spacing: 0.18em; color: rgba(255,255,255,0.6); text-transform: uppercase; margin-bottom: 20px; }
.contact-h2 { font-family: var(--sans); font-size: clamp(32px, 5vw, 52px); font-weight: 600; color: #fff; line-height: 1.2; letter-spacing: -0.02em; margin-bottom: 14px; }
.contact-desc { font-size: 15px; color: rgba(255,255,255,0.5); line-height: 1.9; margin-bottom: 44px; }
.form-block { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: var(--radius); padding: 40px; }
.form-row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.flabel { font-size: 11px; font-weight: 500; color: rgba(255,255,255,0.4); letter-spacing: 0.03em; }
.flabel span { color: rgba(255,180,180,0.9); margin-left: 3px; }
.finput, .fselect, .ftextarea { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.13); border-radius: var(--radius-sm); padding: 11px 14px; font-family: var(--body); font-size: 14px; color: #fff; outline: none; transition: border-color 0.2s, background 0.2s; width: 100%; }
.finput::placeholder, .ftextarea::placeholder { color: rgba(255,255,255,0.18); }
.finput:focus, .fselect:focus, .ftextarea:focus { border-color: rgba(255,255,255,0.38); background: rgba(255,255,255,0.1); }
.fselect { color: rgba(255,255,255,0.5); cursor: pointer; }
.fselect option { background: var(--purple-deep); color: #fff; }
.ftextarea { resize: vertical; min-height: 110px; }
.fsubmit { width: 100%; margin-top: 20px; display: flex; align-items: center; justify-content: center; gap: 8px; background: #fff; color: var(--purple); font-family: var(--body); font-size: 14px; font-weight: 700; padding: 14px 32px; border-radius: var(--radius-sm); border: 2px solid rgba(255,255,255,0.7); cursor: pointer; transition: background 0.2s, transform 0.15s, box-shadow 0.2s; box-shadow: 0 4px 16px rgba(0,0,0,0.12); }
.fsubmit:hover { background: var(--purple-soft); transform: translateY(-1px); }
.form-note { font-size: 12px; color: rgba(255,255,255,0.5); text-align: center; margin-top: 12px; }

/* RESPONSIVE */
@media (max-width: 900px) {
  section { padding: 64px 24px; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-left { padding: 80px 24px 40px; }
  .hero-right { padding: 48px 24px; }
  .hero-h1 { font-size: 44px; }
  .problem-grid { grid-template-columns: 1fr; }
  .why-layout { grid-template-columns: 1fr; gap: 36px; }
  .services-grid { grid-template-columns: 1fr; }
  .results-top { grid-template-columns: 1fr; }
  .results-grid { grid-template-columns: 1fr 1fr; }
  .flow-track {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .flow-track::before { display: none; }
  .flow-step {
    display: grid;
    grid-template-columns: 40px 1fr;
    text-align: left;
    gap: 12px;
  }
  .flow-dot { margin: 0; }
  .form-block { padding: 24px 18px; }
  .form-row2 { grid-template-columns: 1fr; }
}

@media (max-width: 500px) {
  section { padding: 48px 16px; }
  .hero-left { padding: 76px 16px 32px; }
  .hero-right { padding: 32px 16px; }
  .hero-h1 { font-size: 32px; }
  .results-grid { grid-template-columns: 1fr; }
}
