:root {
  --bg: #f0f9ff;
  --surface: #ffffff;
  --surface-soft: #e0f2fe;
  --text: #0c4a6e;
  --text-muted: #155e75;
  --line: #bae6fd;
  --primary: #0ea5e9;
  --primary-strong: #0369a1;
  --accent: #f97316;
  --accent-strong: #ea580c;
  --shadow: 0 18px 42px rgba(3, 105, 161, 0.18);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  position: relative;
  background: radial-gradient(circle at 25% 15%, #e0f2fe 0%, #f0f9ff 42%, #ecfeff 100%);
  color: var(--text);
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

.bg-orb {
  position: fixed;
  border-radius: 9999px;
  filter: blur(36px);
  pointer-events: none;
  z-index: -1;
}

.bg-orb--top {
  width: 360px;
  height: 360px;
  top: -90px;
  right: -120px;
  background: rgba(14, 165, 233, 0.3);
}

.bg-orb--bottom {
  width: 420px;
  height: 420px;
  left: -160px;
  bottom: -200px;
  background: rgba(249, 115, 22, 0.24);
}

.site-header,
main {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding-top: 1.25rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: inherit;
}

.brand__mark {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.6rem;
  background: linear-gradient(135deg, var(--primary), #38bdf8);
  color: #fff;
}

.brand__mark svg {
  width: 1.05rem;
  height: 1.05rem;
}

.brand__name {
  font-size: 0.96rem;
  letter-spacing: 0.08em;
  font-weight: 800;
}

.header-actions,
.hero__cta,
.cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem;
}

.btn {
  border: 1px solid transparent;
  border-radius: 0.75rem;
  padding: 0.64rem 1rem;
  font-weight: 700;
  font-size: 0.93rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 220ms ease, color 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
  cursor: pointer;
}

.btn:focus-visible {
  outline: 3px solid rgba(14, 165, 233, 0.3);
  outline-offset: 2px;
}

.btn--lg {
  padding: 0.76rem 1.18rem;
  font-size: 0.95rem;
}

.btn--primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 10px 24px rgba(234, 88, 12, 0.24);
}

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

.btn--ghost {
  background: rgba(255, 255, 255, 0.66);
  color: var(--text);
  border-color: var(--line);
}

.btn--ghost:hover {
  background: #fff;
  border-color: var(--primary);
}

.hero {
  padding: 3.2rem 0 2.5rem;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 1.1rem;
  align-items: stretch;
}

.hero__copy h1 {
  margin: 0;
  font-size: clamp(1.8rem, 4.1vw, 3.2rem);
  line-height: 1.08;
}

.eyebrow {
  margin: 0 0 0.8rem;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--primary-strong);
}

.hero__lead {
  margin: 1rem 0 1.3rem;
  max-width: 62ch;
  color: var(--text-muted);
}

.hero__meta {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.78rem;
  margin: 1.25rem 0 0;
  padding: 0;
}

.hero__meta li {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.38rem 0.76rem;
  font-size: 0.8rem;
  color: var(--primary-strong);
}

.hero__panel {
  background: linear-gradient(165deg, #ffffff 0%, #f0f9ff 100%);
  border: 1px solid var(--line);
  border-radius: 1.1rem;
  padding: 1rem;
  box-shadow: var(--shadow);
  display: grid;
  gap: 0.8rem;
}

.metric-card {
  border-radius: 0.9rem;
  border: 1px solid #dbeafe;
  background: #fff;
  padding: 0.92rem;
}

.metric-card__label {
  display: block;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary-strong);
}

.metric-card__value {
  display: block;
  font-size: 1.2rem;
  font-weight: 800;
  margin-top: 0.35rem;
}

.metric-card__note {
  display: block;
  margin-top: 0.45rem;
  font-size: 0.85rem;
  color: var(--text-muted);
}

.section {
  padding: 2.3rem 0;
}

.section__head h2 {
  margin: 0;
  font-size: clamp(1.35rem, 2.8vw, 2.1rem);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1rem;
}

.shot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1rem;
}

.shot-card {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 26px rgba(2, 132, 199, 0.12);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.shot-card:hover {
  transform: translateY(-3px);
  border-color: #7dd3fc;
  box-shadow: 0 18px 36px rgba(2, 132, 199, 0.16);
}

.shot-card img {
  display: block;
  width: 100%;
  height: auto;
}

.shot-card figcaption {
  padding: 0.72rem 0.86rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--primary-strong);
}

.feature-card {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.84);
  border-radius: 1rem;
  padding: 1rem;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.feature-card:hover {
  transform: translateY(-3px);
  border-color: #7dd3fc;
  box-shadow: 0 12px 26px rgba(2, 132, 199, 0.15);
}

.feature-card h3 {
  margin: 0 0 0.45rem;
  font-size: 1rem;
}

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

.section--steps {
  border-top: 1px dashed var(--line);
  border-bottom: 1px dashed var(--line);
}

.steps {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.steps li {
  border-radius: 0.95rem;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.78);
  padding: 1rem;
}

.step-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.77rem;
  font-weight: 800;
  color: var(--primary-strong);
  background: var(--surface-soft);
  border: 1px solid var(--line);
  border-radius: 999px;
  min-width: 2.2rem;
  height: 2.2rem;
}

.steps h3 {
  margin: 0.7rem 0 0.35rem;
  font-size: 1.02rem;
}

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

.cta {
  margin: 2rem 0 2.6rem;
  border-radius: 1.2rem;
  background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 60%, #0369a1 100%);
  color: #fff;
  padding: 1.45rem;
  box-shadow: 0 20px 42px rgba(2, 132, 199, 0.25);
}

.cta h2 {
  margin: 0;
}

.cta p {
  margin: 0.6rem 0 1.1rem;
  color: rgba(255, 255, 255, 0.9);
}

.cta .btn--ghost {
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.cta .btn--ghost:hover {
  background: rgba(255, 255, 255, 0.2);
}

@media (max-width: 1000px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 2.4rem;
  }

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

@media (max-width: 680px) {
  .site-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .shot-grid,
  .feature-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .btn,
  .btn--lg {
    width: 100%;
  }

  .header-actions {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
