:root {
  --bg: #ffffff;
  --bg-alt: #f5f5f7;
  --text: #1d1d1f;
  --muted: #6e6e73;
  --line: #d2d2d7;
  --primary: #0071e3;
  --primary-hover: #0077ed;
  --footer-bg: #1d1d1f;
  --footer-text: #a1a1a6;
  --radius: 18px;
  --shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text",
    "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}

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

img {
  max-width: 100%;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid var(--line);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 0;
}

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

.brand img {
  width: 38px;
  height: 38px;
  border-radius: 10px;
}

.brand-name {
  font-weight: 600;
  font-size: 0.98rem;
  letter-spacing: -0.01em;
}

.brand-tag {
  font-size: 0.72rem;
  color: var(--muted);
}

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

.nav-links a {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 400;
  transition: color 0.2s ease;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--text);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 980px;
  padding: 11px 22px;
  background: var(--primary);
  color: #ffffff;
  font-weight: 400;
  font-size: 0.95rem;
  box-shadow: none;
  border: 1px solid transparent;
  transition: background 0.2s ease, transform 0.2s ease;
}

.btn:hover {
  background: var(--primary-hover);
}

.btn-outline {
  background: transparent;
  border: 1px solid var(--line);
  color: var(--text);
  box-shadow: none;
}

.btn-outline:hover {
  border-color: var(--muted);
  background: var(--bg-alt);
}

.site-footer .btn-outline {
  border-color: rgba(255, 255, 255, 0.32);
  color: #f5f5f7;
}

.site-footer .btn-outline:hover {
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.06);
}

.hero {
  padding: 96px 0 56px;
  text-align: center;
}

.hero-panel,
.info-card,
.section-card,
.contact-card,
.timeline-card,
.metric-card {
  background: var(--bg-alt);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: none;
}

.hero-panel,
.info-card,
.section-card,
.contact-card,
.metric-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hero-panel:hover,
.info-card:hover,
.section-card:hover,
.contact-card:hover,
.metric-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.hero-grid,
.dual-grid,
.contact-grid,
.feature-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 26px;
  align-items: center;
  text-align: left;
}

.hero-grid {
  text-align: left;
}

.hero-copy h1,
.section-heading h2,
.page-heading h1 {
  margin: 0 0 16px;
  line-height: 1.07;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--text);
}

.hero-copy h1 {
  font-size: clamp(2.4rem, 4.6vw, 4rem);
  animation: fadeUp 0.6s ease;
}

.hero-copy p,
.section-heading p,
.page-heading p,
.info-card p,
.section-card p,
.timeline-card p,
.metric-card p,
.contact-card p {
  color: var(--muted);
  line-height: 1.6;
  font-size: 1.05rem;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--primary);
  font-size: 0.72rem;
  font-weight: 600;
}

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

.hero-panel {
  padding: 28px;
}

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

.stat-pill {
  padding: 18px 20px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: var(--bg-alt);
}

.stat-pill strong {
  display: block;
  margin-bottom: 6px;
  color: var(--text);
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.stat-pill span {
  color: var(--muted);
  font-size: 0.9rem;
}

.metric-grid,
.feature-grid,
.service-grid,
.product-grid,
.support-grid,
.footer-grid,
.industry-grid,
.journey-grid {
  display: grid;
  gap: 18px;
}

.metric-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 18px;
}

.metric-card {
  padding: 20px;
}

.metric-card strong {
  display: block;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--text);
}

.panel-placeholder {
  padding: 20px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px dashed var(--line);
  color: var(--muted);
  font-size: 0.92rem;
}

.section {
  padding: 88px 0;
}

.alt-section {
  background: var(--bg-alt);
}

.section-heading {
  margin-bottom: 36px;
  text-align: center;
}

.section-heading h2 {
  font-size: clamp(1.9rem, 3.4vw, 2.75rem);
}

.section-heading .eyebrow {
  display: block;
}

.service-grid,
.product-grid,
.support-grid,
.feature-grid,
.industry-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.journey-step,
.cta-band {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--bg-alt);
  box-shadow: none;
}

.journey-step {
  padding: 24px;
}

.journey-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  border-radius: 50%;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.9rem;
  background: var(--text);
}

.journey-step h3 {
  margin: 0 0 10px;
  font-weight: 600;
  letter-spacing: -0.005em;
}

.cta-band {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 40px;
}

.cta-band h2 {
  font-weight: 600;
  letter-spacing: -0.015em;
}

.section-card,
.info-card,
.timeline-card,
.contact-card {
  padding: 28px;
}

.section-card h3,
.info-card h3,
.timeline-card h3,
.contact-card h3 {
  margin-top: 0;
  font-weight: 600;
  letter-spacing: -0.005em;
  font-size: 1.2rem;
}

.accent {
  background: rgba(0, 113, 227, 0.06);
  border-color: rgba(0, 113, 227, 0.18);
}

.list-clean {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-clean li {
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}

.list-clean li:last-child {
  border-bottom: none;
}

.contact-form {
  display: grid;
  gap: 12px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px 15px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #ffffff;
  color: var(--text);
  font-family: inherit;
  font-size: 0.95rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(0, 113, 227, 0.15);
}

.contact-form textarea {
  min-height: 120px;
  resize: vertical;
}

.site-footer {
  padding: 26px 0 50px;
  background: var(--footer-bg);
  border-top: none;
}

.site-footer .container {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 24px;
}

.footer-grid {
  grid-template-columns: 1fr auto;
  align-items: center;
}

.footer-grid p {
  margin: 0;
  color: var(--footer-text);
  font-size: 0.85rem;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  animation: revealIn 0.6s ease forwards;
}

.reveal:nth-of-type(2) {
  animation-delay: 0.1s;
}

.reveal:nth-of-type(3) {
  animation-delay: 0.2s;
}

.reveal:nth-of-type(4) {
  animation-delay: 0.3s;
}

.reveal:nth-of-type(5) {
  animation-delay: 0.4s;
}

@keyframes revealIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .hero-grid,
  .dual-grid,
  .contact-grid,
  .feature-grid,
  .service-grid,
  .product-grid,
  .support-grid,
  .industry-grid,
  .journey-grid,
  .footer-grid,
  .cta-band,
  .stats-strip {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    text-align: center;
  }

  .hero-actions {
    justify-content: center;
  }

  .cta-band {
    text-align: center;
  }

  .cta-band .btn {
    justify-self: center;
  }
}

@media (max-width: 700px) {
  .nav-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero {
    padding-top: 52px;
    text-align: left;
  }

  .hero-grid {
    text-align: left;
  }

  .hero-actions {
    justify-content: flex-start;
  }

  .hero-copy h1 {
    font-size: 2.2rem;
  }

  .section {
    padding: 56px 0;
  }
}
