:root {
  --bg: #090c16;
  --bg-soft: #10162a;
  --text: #eff3ff;
  --muted: #aeb7d2;
  --line: rgba(255, 255, 255, 0.1);
  --brand: #8ea9ff;
  --card: rgba(16, 22, 42, 0.72);
  --shadow: 0 18px 46px rgba(3, 6, 15, 0.35);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

.page-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}

.glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(84px);
  opacity: 0.32;
}

.glow-1 {
  width: 340px;
  height: 340px;
  background: rgba(142, 169, 255, 0.36);
  top: -100px;
  right: -40px;
}

.glow-2 {
  width: 280px;
  height: 280px;
  background: rgba(142, 169, 255, 0.22);
  bottom: 18%;
  left: -120px;
}

.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.section {
  padding: 4.8rem 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(9, 12, 22, 0.64);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.nav-wrap {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-weight: 700;
}

.brand-logo {
  width: 2.55rem;
  height: 2.55rem;
  display: block;
  border-radius: 0.62rem;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
  font-family: "Sora", sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
  max-width: 7.5rem;
}

.brand-line {
  display: block;
}

.main-nav {
  display: none;
}

.main-nav a {
  color: var(--muted);
  font-size: 0.95rem;
  transition: color 180ms ease;
}

.main-nav a:hover {
  color: #fff;
}

.btn {
  border-radius: 0.7rem;
  border: 1px solid transparent;
  padding: 0.76rem 1.08rem;
  font-weight: 600;
  font-size: 0.92rem;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

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

.btn-small {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.13);
}

.btn-primary {
  background: var(--brand);
  color: #09101f;
  box-shadow: 0 14px 32px rgba(109, 138, 255, 0.24);
}

.btn-primary:hover {
  box-shadow: 0 18px 35px rgba(109, 138, 255, 0.33);
}

.btn-ghost {
  border-color: rgba(255, 255, 255, 0.22);
  color: #dde4ff;
  background: rgba(255, 255, 255, 0.02);
}

.hero {
  padding-top: 3.6rem;
}

.hero-grid {
  display: grid;
  gap: 2.2rem;
}

.eyebrow {
  margin: 0;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #a5b0d2;
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: -0.025em;
}

h1 {
  margin-top: 0.75rem;
  font-family: "Sora", sans-serif;
  font-size: clamp(2rem, 9.2vw, 3.85rem);
  line-height: 1.08;
}

.hero-subtext {
  margin: 1.3rem 0 0;
  color: var(--muted);
  max-width: 56ch;
  font-size: 1rem;
}

.hero-ctas {
  margin-top: 1.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.hero-visual {
  position: relative;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
}

.mockup.shell {
  border: 1px solid var(--line);
  border-radius: 1.12rem;
  background: var(--card);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
  overflow: hidden;
  transform: perspective(1100px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transition: transform 280ms ease;
}

.mockup-head {
  display: flex;
  align-items: center;
  gap: 0.42rem;
  padding: 0.75rem 0.95rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mockup-head span {
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.34);
}

.mockup-head p {
  margin: 0 0 0 0.55rem;
  color: #d2daf3;
  font-size: 0.76rem;
}

.mockup-body {
  padding: 1rem;
  display: grid;
  gap: 0.9rem;
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.58rem;
}

.stat-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.75rem;
  padding: 0.7rem;
}

.stat-card p {
  margin: 0;
  color: #b0bbdd;
  font-size: 0.74rem;
}

.stat-card strong {
  display: block;
  margin-top: 0.3rem;
  font-size: 1rem;
}

.graph-row {
  display: grid;
  grid-template-columns: 1.6fr 0.9fr;
  gap: 0.58rem;
}

.line-chart {
  min-height: 122px;
  border-radius: 0.78rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(142, 169, 255, 0.08);
  position: relative;
  overflow: hidden;
}

.line-chart::before {
  content: "";
  position: absolute;
  inset: 24% 8% 28% 8%;
  border-left: 2px solid rgba(189, 201, 252, 0.36);
  border-bottom: 2px solid rgba(189, 201, 252, 0.36);
}

.line-chart::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 8%;
  bottom: 33%;
  height: 2px;
  transform: skewX(-24deg);
  transform-origin: left center;
  background: var(--brand);
  box-shadow: 0 0 20px rgba(142, 169, 255, 0.8);
}

.kpi-list {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 0.78rem;
  padding: 0.75rem;
}

.kpi-list p {
  margin: 0;
  color: #b0bbdd;
  font-size: 0.73rem;
}

.kpi-list strong {
  display: block;
  font-size: 0.95rem;
  margin: 0.25rem 0 0.65rem;
}

.section-heading {
  margin-bottom: 1.4rem;
}

h2 {
  margin-top: 0.5rem;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.5rem, 4.6vw, 2.4rem);
}

.services-grid,
.marketing-grid,
.work-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.88rem;
}

.card,
.work-card,
.bullet-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 1rem;
  padding: 1.1rem;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.card:hover,
.work-card:hover,
.bullet-card:hover {
  transform: translateY(-4px);
  border-color: rgba(142, 169, 255, 0.48);
  background: rgba(255, 255, 255, 0.05);
}

.card h3,
.work-card h3,
.bullet-card h3,
.timeline-item h3 {
  font-size: 1.02rem;
}

.card p,
.work-card p,
.bullet-card p,
.timeline-item p {
  margin: 0.46rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.timeline {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.84rem;
}

.timeline-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.84rem;
  align-items: start;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 1rem;
  padding: 1rem;
}

.timeline-item > span {
  width: 2rem;
  height: 2rem;
  border-radius: 0.58rem;
  display: grid;
  place-items: center;
  font-size: 0.74rem;
  font-weight: 700;
  color: #081022;
  background: var(--brand);
}

.why-grid {
  display: grid;
  gap: 1rem;
}

.why-list {
  display: grid;
  gap: 0.84rem;
}

.cta-section {
  padding-bottom: 5.4rem;
}

.cta-wrap {
  border-radius: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 2rem 1.2rem;
  background: rgba(142, 169, 255, 0.14);
  box-shadow: var(--shadow);
}

.cta-wrap h2 {
  max-width: 24ch;
}

.cta-actions {
  margin-top: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  align-items: center;
}

.phone-link {
  color: #dbe5ff;
  font-weight: 700;
  letter-spacing: 0.015em;
}

.phone-link:hover {
  color: #fff;
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.2rem 0 2rem;
}

.policy-main {
  padding-top: 2.2rem;
  padding-bottom: 4.5rem;
}

.policy-wrap {
  max-width: 860px;
}

.policy-meta {
  margin-top: 0.6rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.policy-section {
  margin-top: 1.8rem;
  padding: 1.2rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.03);
}

.policy-section h2 {
  margin-top: 0;
  font-size: 1.35rem;
}

.policy-section p,
.policy-section li {
  color: var(--muted);
}

.policy-section ul {
  margin: 0.6rem 0 0;
  padding-left: 1.2rem;
}

.footer-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.footer-wrap p {
  margin: 0;
  font-weight: 700;
  font-size: 0.95rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.2rem;
}

.footer-links a {
  color: var(--muted);
  font-size: 0.92rem;
}

.footer-links a:hover {
  color: #fff;
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 580ms ease, transform 580ms ease;
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 740px) {
  .main-nav {
    display: flex;
    align-items: center;
    gap: 1.05rem;
  }

  .hero-grid {
    grid-template-columns: 1.08fr 0.92fr;
    align-items: center;
    gap: 1.8rem;
  }

  .services-grid,
  .marketing-grid,
  .work-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.95rem;
  }

  .why-grid {
    grid-template-columns: 0.95fr 1.05fr;
    gap: 1rem;
    align-items: start;
  }

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

  .cta-wrap {
    padding: 2.4rem;
  }

  .footer-wrap {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

@media (min-width: 1040px) {
  .section {
    padding: 6.1rem 0;
  }

  .hero {
    padding-top: 5.1rem;
  }

  .services-grid,
  .marketing-grid,
  .work-grid {
    gap: 1.08rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}

@media (pointer: coarse) {
  .mockup.shell {
    transform: none;
  }
}
