:root {
  --ink: #111827;
  --muted: #5b6472;
  --line: #e5e7eb;
  --soft: #f7f9fb;
  --green: #16a34a;
  --green-dark: #059669;
  --cyan: #0ea5e9;
  --amber: #f59e0b;
  --coral: #f97316;
  --violet: #7c3aed;
  --graphite: #1f2937;
  --white: #ffffff;
  --shadow: 0 34px 90px rgba(17, 24, 39, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 10%, rgba(14, 165, 233, 0.11), transparent 26rem),
    radial-gradient(circle at 88% 12%, rgba(22, 163, 74, 0.14), transparent 28rem),
    radial-gradient(circle at 92% 58%, rgba(245, 158, 11, 0.12), transparent 24rem),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 38%, #f8fafc 100%);
  overflow-x: hidden;
}

button,
input,
textarea {
  font: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 32px));
  margin: 16px auto 0;
  padding: 12px 14px;
  border: 1px solid rgba(229, 231, 235, 0.82);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(22px);
  box-shadow: 0 18px 60px rgba(17, 24, 39, 0.08);
}

.brand,
.nav-links,
.hero-actions,
.input-row,
.slider-label {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: conic-gradient(from 140deg, var(--cyan), var(--green), var(--amber), var(--green));
  box-shadow: inset 0 -8px 18px rgba(5, 150, 105, 0.38), 0 8px 22px rgba(22, 163, 74, 0.28);
}

.brand-mark span {
  width: 14px;
  height: 14px;
  border: 3px solid var(--white);
  border-left-color: transparent;
  border-radius: 50%;
  transform: rotate(-35deg);
}

.nav-links {
  gap: 28px;
  font-size: 14px;
  font-weight: 600;
  color: var(--muted);
}

.nav-links a {
  position: relative;
}

.nav-links a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--green);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 240ms ease;
}

.nav-links a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
  transition: transform 220ms cubic-bezier(0.2, 0.9, 0.2, 1), box-shadow 220ms ease, background 220ms ease;
}

.btn-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--green), var(--green-dark) 56%, #047857);
  box-shadow: 0 16px 38px rgba(22, 163, 74, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.btn-primary:hover {
  background: var(--green-dark);
  transform: translateY(-2px);
}

.btn-secondary {
  color: var(--ink);
  background: var(--white);
  border-color: var(--line);
  box-shadow: 0 12px 34px rgba(17, 24, 39, 0.08);
}

.btn-small {
  min-height: 42px;
  padding: 0 18px;
  font-size: 14px;
}

.btn-wide {
  width: 100%;
}

.pop-btn:active {
  transform: scale(0.96);
}

.play-icon,
.play-large {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid currentColor;
}

.section-grid,
.section-pad {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.92fr);
  align-items: center;
  min-height: calc(100vh - 72px);
  padding: 72px 0 80px;
  gap: 56px;
  isolation: isolate;
}

.hero::before {
  position: absolute;
  inset: 0 auto auto 50%;
  z-index: -1;
  width: min(560px, 46vw);
  height: 560px;
  content: "";
  background:
    radial-gradient(circle at 38% 34%, rgba(22, 163, 74, 0.2), transparent 15rem),
    radial-gradient(circle at 64% 48%, rgba(14, 165, 233, 0.17), transparent 13rem),
    radial-gradient(circle at 56% 70%, rgba(245, 158, 11, 0.12), transparent 12rem);
  filter: blur(8px);
}

.eyebrow {
  margin: 0 0 14px;
  color: transparent;
  background: linear-gradient(90deg, var(--green-dark), var(--cyan), var(--amber));
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 22px;
  font-size: clamp(46px, 7vw, 84px);
  line-height: 0.94;
  letter-spacing: 0;
  color: transparent;
  background: linear-gradient(135deg, #0f172a 0%, #111827 42%, #047857 74%, #0ea5e9 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-subhead {
  max-width: 640px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

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

.hero-stage {
  min-height: 560px;
  perspective: 1300px;
  transform-style: preserve-3d;
}

.device-orbit {
  position: relative;
  width: min(100%, 560px);
  height: 560px;
  margin-left: auto;
  transform-style: preserve-3d;
  animation: orbit 16s linear infinite;
  transition: transform 280ms ease-out;
}

.hero-render-image {
  position: absolute;
  inset: -62px -18px auto auto;
  z-index: 4;
  width: min(690px, 114%);
  height: auto;
  opacity: 0.97;
  mix-blend-mode: multiply;
  filter: saturate(1.04) contrast(1.02) drop-shadow(0 34px 54px rgba(17, 24, 39, 0.14));
  -webkit-mask-image:
    radial-gradient(ellipse at 50% 50%, #000 54%, rgba(0, 0, 0, 0.88) 68%, rgba(0, 0, 0, 0.18) 88%, transparent 100%);
  mask-image:
    radial-gradient(ellipse at 50% 50%, #000 54%, rgba(0, 0, 0, 0.88) 68%, rgba(0, 0, 0, 0.18) 88%, transparent 100%);
  pointer-events: none;
}

.device-orbit::before {
  position: absolute;
  right: 42px;
  bottom: 38px;
  width: 420px;
  height: 82px;
  content: "";
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(17, 24, 39, 0.2), transparent 68%);
  filter: blur(18px);
  transform: rotateX(72deg) translateZ(-120px);
}

.floating-panel,
.glass-globe,
.service-asset,
.metric,
.planner-form {
  box-shadow: var(--shadow);
}

.floating-panel {
  position: absolute;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.96), rgba(230,236,242,0.82)),
    radial-gradient(circle at 18% 12%, rgba(255,255,255,0.9), transparent 13rem);
  border: 1px solid rgba(17, 24, 39, 0.1);
  transform-style: preserve-3d;
  box-shadow:
    0 36px 84px rgba(17, 24, 39, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 -18px 48px rgba(31, 41, 55, 0.08);
}

.web-panel {
  top: 86px;
  right: 28px;
  width: 380px;
  height: 260px;
  border-radius: 30px;
  overflow: hidden;
  transform: rotateY(-21deg) rotateX(9deg) translateZ(80px);
  opacity: 0;
}

.web-panel::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.68), transparent 28%, transparent 62%, rgba(255, 255, 255, 0.34)),
    radial-gradient(circle at 82% 16%, rgba(14, 165, 233, 0.2), transparent 8rem);
}

.panel-top {
  display: flex;
  gap: 8px;
  height: 42px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.84);
  border-bottom: 1px solid var(--line);
}

.panel-top span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d1d5db;
}

.panel-top span:first-child {
  background: var(--green);
}

.panel-top span:nth-child(2) {
  background: var(--amber);
}

.panel-top span:nth-child(3) {
  background: var(--cyan);
}

.dashboard {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 18px;
  padding: 18px;
}

.dash-sidebar {
  height: 178px;
  border-radius: 18px;
  background:
    linear-gradient(var(--green), var(--green)) 18px 22px / 30px 8px no-repeat,
    linear-gradient(var(--cyan), var(--cyan)) 18px 52px / 40px 8px no-repeat,
    linear-gradient(var(--amber), var(--amber)) 18px 82px / 30px 8px no-repeat,
    linear-gradient(145deg, #f7fafc, #dce4eb);
  box-shadow: inset 0 14px 28px rgba(255, 255, 255, 0.76), inset 0 -18px 40px rgba(17, 24, 39, 0.06);
}

.dash-row {
  display: flex;
  justify-content: space-between;
  margin: 8px 0 22px;
}

.dash-row span {
  width: 96px;
  height: 12px;
  border-radius: 999px;
  background: #d9e0e7;
}

.dash-row strong {
  color: var(--green-dark);
}

.chart-bars {
  display: flex;
  align-items: end;
  gap: 10px;
  height: 92px;
}

.chart-bars i {
  flex: 1;
  border-radius: 12px 12px 4px 4px;
  background: linear-gradient(180deg, var(--green), #c7f7d8);
  animation: barPulse 2.8s ease-in-out infinite;
}

.chart-bars i:nth-child(1) { height: 48%; background: linear-gradient(180deg, var(--cyan), #d5f3ff); }
.chart-bars i:nth-child(2) { height: 70%; animation-delay: 0.2s; }
.chart-bars i:nth-child(3) { height: 58%; animation-delay: 0.4s; background: linear-gradient(180deg, var(--amber), #fff1c7); }
.chart-bars i:nth-child(4) { height: 86%; animation-delay: 0.6s; background: linear-gradient(180deg, var(--violet), #eadcff); }
.chart-bars i:nth-child(5) { height: 76%; animation-delay: 0.8s; }

.loading-track {
  height: 10px;
  margin-top: 22px;
  overflow: hidden;
  border-radius: 999px;
  background: #e5e7eb;
}

.loading-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--green), var(--cyan), var(--amber));
  animation: loadSweep 3.4s ease-in-out infinite;
}

.phone-device {
  left: 42px;
  bottom: 50px;
  width: 168px;
  height: 330px;
  padding: 14px;
  border-radius: 36px;
  background:
    linear-gradient(145deg, #ffffff 0%, #c5ced8 48%, #6b7280 100%);
  transform: rotateY(24deg) rotateX(-4deg) translateZ(132px);
  box-shadow:
    0 42px 90px rgba(17, 24, 39, 0.24),
    inset -10px -16px 28px rgba(17, 24, 39, 0.24),
    inset 8px 12px 20px rgba(255, 255, 255, 0.8);
  opacity: 0;
}

.phone-speaker {
  width: 46px;
  height: 5px;
  margin: 0 auto 12px;
  border-radius: 999px;
  background: #6b7280;
}

.phone-screen {
  height: 284px;
  padding: 16px;
  border-radius: 25px;
  background:
    radial-gradient(circle at 28% 24%, rgba(22, 163, 74, 0.34), transparent 5rem),
    radial-gradient(circle at 78% 62%, rgba(14, 165, 233, 0.2), transparent 6rem),
    #101827;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.07), inset 0 -18px 28px rgba(0, 0, 0, 0.36);
}

.app-chip,
.app-card,
.app-tabs span {
  border-radius: 999px;
  background: var(--green);
}

.app-chip {
  width: 74px;
  height: 18px;
  margin-bottom: 18px;
}

.app-card {
  width: 100%;
  height: 92px;
  margin-bottom: 14px;
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.95), rgba(230,236,242,0.84)),
    radial-gradient(circle at 74% 28%, rgba(245, 158, 11, 0.26), transparent 4rem);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 12px 26px rgba(0, 0, 0, 0.22);
}

.app-card.short {
  height: 46px;
  background: linear-gradient(90deg, rgba(14, 165, 233, 0.34), rgba(22, 163, 74, 0.34), rgba(245, 158, 11, 0.3));
}

.app-tabs {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.app-tabs span {
  width: 25px;
  height: 8px;
}

.app-tabs span:nth-child(2) {
  background: var(--cyan);
}

.app-tabs span:nth-child(3) {
  background: var(--amber);
}

.glass-globe {
  position: absolute;
  top: 142px;
  left: 112px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 28%, rgba(255,255,255,0.96), rgba(255,255,255,0.28) 34%, rgba(17,24,39,0.06) 68%),
    radial-gradient(circle at 68% 62%, rgba(14, 165, 233, 0.22), transparent 4rem),
    linear-gradient(145deg, rgba(255,255,255,0.68), rgba(229,231,235,0.38));
  transform: translateZ(18px);
  backdrop-filter: blur(8px);
  opacity: 0;
}

.node {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 8px rgba(22, 163, 74, 0.12);
}

.node-two {
  background: var(--cyan);
  box-shadow: 0 0 0 8px rgba(14, 165, 233, 0.12);
}

.node-three {
  background: var(--amber);
  box-shadow: 0 0 0 8px rgba(245, 158, 11, 0.12);
}

.node-four {
  background: var(--violet);
  box-shadow: 0 0 0 8px rgba(124, 58, 237, 0.12);
}

.node-one { top: 42px; left: 70px; }
.node-two { top: 96px; right: 36px; }
.node-three { bottom: 54px; left: 48px; }
.node-four { bottom: 40px; right: 76px; }

.ring {
  position: absolute;
  inset: 28px;
  border: 1px solid rgba(22, 163, 74, 0.42);
  border-radius: 50%;
  transform: rotateX(68deg);
}

.ring-two {
  transform: rotateY(68deg);
}

.section-pad {
  padding: 92px 0;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 34px;
}

.section-heading h2,
.planner-copy h2 {
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1.02;
  letter-spacing: 0;
  color: #0f172a;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  perspective: 1100px;
}

.tilt-card {
  transform-style: preserve-3d;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-card {
  min-height: 430px;
  padding: 24px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,255,255,0.86)),
    radial-gradient(circle at 20% 0%, rgba(14, 165, 233, 0.12), transparent 14rem),
    radial-gradient(circle at 90% 24%, rgba(22, 163, 74, 0.12), transparent 12rem);
  box-shadow: 0 16px 46px rgba(17, 24, 39, 0.06);
}

.service-card:hover {
  box-shadow: 0 30px 80px rgba(17, 24, 39, 0.14);
}

.service-asset {
  position: relative;
  display: grid;
  place-items: center;
  height: 220px;
  margin-bottom: 24px;
  border: 1px solid rgba(17, 24, 39, 0.07);
  border-radius: 8px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.96), transparent 8rem),
    radial-gradient(circle at 72% 28%, rgba(14, 165, 233, 0.18), transparent 8rem),
    radial-gradient(circle at 48% 78%, rgba(245, 158, 11, 0.14), transparent 7rem),
    linear-gradient(145deg, #ffffff, #e9eef4);
  transform: translateZ(32px);
  overflow: hidden;
}

.service-asset img {
  position: relative;
  z-index: 2;
  display: block;
  width: min(126%, 430px);
  max-width: none;
  height: auto;
  transform: translateZ(42px) scale(1.04);
  filter: drop-shadow(0 24px 32px rgba(17, 24, 39, 0.16));
  transition: transform 360ms cubic-bezier(0.2, 0.9, 0.2, 1), filter 360ms ease;
}

.mobile-asset img {
  width: auto;
  height: 270px;
}

.server-asset img {
  width: min(132%, 450px);
}

.service-card:hover .service-asset img {
  transform: translateZ(56px) scale(1.1) rotate(-1deg);
  filter: drop-shadow(0 30px 42px rgba(17, 24, 39, 0.22));
}

.service-asset::after {
  position: absolute;
  bottom: 18px;
  width: 70%;
  height: 34px;
  content: "";
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(17, 24, 39, 0.18), transparent 66%);
  filter: blur(8px);
}

.asset-window {
  position: relative;
  z-index: 1;
  width: 230px;
  height: 142px;
  padding: 16px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.97), rgba(230,236,242,0.82)),
    radial-gradient(circle at 88% 18%, rgba(14, 165, 233, 0.2), transparent 5rem);
  box-shadow: 0 28px 52px rgba(17, 24, 39, 0.2), inset 0 1px 0 rgba(255,255,255,0.9);
  transform: rotateY(-22deg) rotateX(12deg);
  animation: floatAsset 5s ease-in-out infinite;
  display: none;
}

.asset-window span {
  display: block;
  width: 64px;
  height: 8px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--cyan));
}

.mini-dashboard {
  display: flex;
  align-items: end;
  gap: 10px;
  height: 78px;
  padding: 10px;
  border-radius: 14px;
  background: rgba(17, 24, 39, 0.04);
}

.mini-dashboard i {
  flex: 1;
  border-radius: 999px 999px 7px 7px;
  background: #d8efe0;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
}

.mini-dashboard i:nth-child(1) { height: 44%; background: linear-gradient(180deg, var(--cyan), #d5f3ff); }
.mini-dashboard i:nth-child(2) { height: 84%; background: linear-gradient(180deg, var(--green), #c7f7d8); }
.mini-dashboard i:nth-child(3) { height: 64%; background: linear-gradient(180deg, var(--amber), #fff1c7); }

.mini-phone {
  position: relative;
  z-index: 1;
  width: 112px;
  height: 194px;
  padding: 12px;
  border-radius: 28px;
  background:
    linear-gradient(145deg, #ffffff, #c9d2dc 55%, #4b5563);
  box-shadow:
    0 34px 58px rgba(17, 24, 39, 0.24),
    inset -8px -12px 20px rgba(17, 24, 39, 0.24),
    inset 8px 10px 18px rgba(255,255,255,0.82);
  animation: phoneSpin 8s linear infinite;
  display: none;
}

.mini-phone span,
.mini-phone i,
.mini-phone b {
  display: block;
  border-radius: 14px;
}

.mini-phone span {
  width: 44px;
  height: 7px;
  margin: 0 auto 16px;
  background: #6b7280;
}

.mini-phone i {
  height: 86px;
  background:
    radial-gradient(circle at 30% 22%, rgba(22, 163, 74, 0.38), transparent 3rem),
    radial-gradient(circle at 78% 70%, rgba(14, 165, 233, 0.28), transparent 4rem),
    var(--ink);
}

.mini-phone b {
  height: 38px;
  margin-top: 12px;
  background: linear-gradient(90deg, var(--green), var(--cyan), var(--amber));
}

.server-asset {
  position: relative;
  overflow: hidden;
}

.rack {
  position: relative;
  z-index: 1;
  width: 178px;
  transform: rotateY(-24deg) rotateX(10deg);
  display: none;
}

.shadow-rack {
  position: absolute;
  opacity: 0.28;
  transform: translate(34px, 30px) rotateY(-18deg) rotateX(8deg);
}

.rack span {
  position: relative;
  display: block;
  height: 42px;
  margin: 9px 0;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 12px;
  background:
    linear-gradient(145deg, #ffffff, #dfe6ee),
    radial-gradient(circle at 12% 50%, rgba(14, 165, 233, 0.12), transparent 4rem);
  box-shadow: 0 16px 28px rgba(17, 24, 39, 0.12), inset 0 1px 0 rgba(255,255,255,0.86);
}

.rack span::after {
  position: absolute;
  top: 13px;
  right: 16px;
  width: 9px;
  height: 9px;
  content: "";
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 7px rgba(22, 163, 74, 0.12);
  animation: statusPulse 1.7s ease-in-out infinite;
}

.rack span:nth-child(2)::after {
  background: var(--cyan);
  box-shadow: 0 0 0 7px rgba(14, 165, 233, 0.12);
}

.rack span:nth-child(3)::after {
  background: var(--amber);
  box-shadow: 0 0 0 7px rgba(245, 158, 11, 0.12);
}

.card-kicker {
  margin-bottom: 12px;
  color: transparent;
  background: linear-gradient(90deg, var(--green-dark), var(--cyan));
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.service-card h3,
.phase h3 {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.15;
}

.service-card p,
.phase p,
.planner-copy p {
  color: var(--muted);
  line-height: 1.65;
}

.blueprint {
  position: relative;
}

.blueprint-path {
  position: relative;
  display: grid;
  gap: 22px;
  max-width: 940px;
  margin: 0 auto;
  padding-left: 46px;
}

.trace-line {
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 17px;
  width: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: #e5e7eb;
}

.trace-line span {
  display: block;
  width: 100%;
  height: var(--trace, 0%);
  border-radius: inherit;
  background: var(--green);
  box-shadow: 0 0 20px rgba(22, 163, 74, 0.28);
}

.phase {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  align-items: start;
  padding: 24px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.9)),
    radial-gradient(circle at 0% 0%, rgba(14, 165, 233, 0.08), transparent 12rem);
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.06);
}

.phase-dot {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: var(--white);
  background: linear-gradient(135deg, var(--green), var(--cyan));
  font-weight: 800;
}

.impact {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.metric {
  min-height: 220px;
  padding: 28px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.9)),
    radial-gradient(circle at 80% 8%, rgba(245, 158, 11, 0.12), transparent 11rem),
    radial-gradient(circle at 0% 92%, rgba(14, 165, 233, 0.1), transparent 10rem);
}

.metric strong {
  display: block;
  margin-bottom: 14px;
  color: transparent;
  background: linear-gradient(135deg, var(--green-dark), var(--cyan), var(--amber));
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(46px, 7vw, 76px);
  line-height: 1;
}

.metric span {
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
}

.planner {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 48px;
  align-items: start;
}

.planner-form {
  display: grid;
  gap: 20px;
  padding: 28px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.92)),
    radial-gradient(circle at 100% 0%, rgba(22, 163, 74, 0.12), transparent 12rem),
    radial-gradient(circle at 0% 100%, rgba(14, 165, 233, 0.11), transparent 12rem);
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend,
label,
.slider-label {
  color: var(--ink);
  font-weight: 800;
}

.toggle-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 12px;
}

.choice {
  min-height: 76px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: var(--white);
  cursor: pointer;
  font-weight: 800;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.choice.active,
.choice:hover {
  color: var(--white);
  background: linear-gradient(135deg, var(--green), var(--cyan));
  border-color: rgba(22, 163, 74, 0.24);
}

.slider-label {
  justify-content: space-between;
}

.timeline-slider {
  width: 100%;
  accent-color: var(--green);
}

.input-row {
  gap: 14px;
}

label {
  display: grid;
  gap: 8px;
}

.input-row label {
  flex: 1;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: var(--soft);
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

input {
  height: 52px;
  padding: 0 16px;
}

textarea {
  min-height: 124px;
  padding: 14px 16px;
  resize: vertical;
}

input:focus,
textarea:focus {
  border-color: var(--green);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.12);
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 720ms ease, transform 720ms cubic-bezier(0.2, 0.9, 0.2, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 220ms ease;
}

.video-modal.is-open {
  pointer-events: auto;
  opacity: 1;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 24, 39, 0.56);
  backdrop-filter: blur(10px);
}

.modal-panel {
  position: relative;
  width: min(780px, 100%);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.28);
  transform: translateY(18px) scale(0.98);
  transition: transform 220ms ease;
}

.video-modal.is-open .modal-panel {
  transform: translateY(0) scale(1);
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  cursor: pointer;
  font-size: 24px;
}

.video-placeholder {
  display: grid;
  place-items: center;
  min-height: 420px;
  padding: 40px;
  text-align: center;
  background:
    linear-gradient(90deg, rgba(17, 24, 39, 0.05) 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(rgba(17, 24, 39, 0.05) 1px, transparent 1px) 0 0 / 42px 42px,
    var(--soft);
}

.play-large {
  display: block;
  margin-bottom: 18px;
  color: var(--green);
  border-top-width: 20px;
  border-bottom-width: 20px;
  border-left-width: 32px;
}

.video-placeholder p {
  max-width: 460px;
  color: var(--muted);
}

@keyframes orbit {
  0% { transform: rotateY(-4deg) rotateX(2deg); }
  50% { transform: rotateY(8deg) rotateX(-2deg); }
  100% { transform: rotateY(-4deg) rotateX(2deg); }
}

@keyframes barPulse {
  0%, 100% { transform: scaleY(0.78); }
  50% { transform: scaleY(1); }
}

@keyframes loadSweep {
  0% { width: 18%; }
  55% { width: 92%; }
  100% { width: 18%; }
}

@keyframes floatAsset {
  0%, 100% { transform: rotateY(-18deg) rotateX(10deg) translateY(0); }
  50% { transform: rotateY(16deg) rotateX(6deg) translateY(-8px); }
}

@keyframes phoneSpin {
  0% { transform: rotateY(0deg) rotateX(8deg); }
  100% { transform: rotateY(360deg) rotateX(8deg); }
}

@keyframes statusPulse {
  0%, 100% { opacity: 0.45; transform: scale(0.86); }
  50% { opacity: 1; transform: scale(1); }
}

@media (max-width: 920px) {
  .site-header {
    border-radius: 22px;
  }

  .nav-links {
    display: none;
  }

  .hero,
  .planner {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 54px;
  }

  .hero-stage {
    min-height: 430px;
    order: -1;
    overflow: hidden;
    border-radius: 18px;
  }

  .device-orbit {
    height: 430px;
    margin: 0 auto;
    animation: none;
  }

  .hero-render-image {
    inset: -46px -8px auto auto;
    width: min(590px, 108%);
  }

  .web-panel {
    right: 0;
    width: min(360px, 76vw);
    height: 236px;
  }

  .phone-device {
    left: 0;
    bottom: 28px;
    transform: rotateY(14deg) rotateX(-3deg) translateZ(96px);
  }

  .glass-globe {
    width: 170px;
    height: 170px;
    top: 126px;
    left: 92px;
  }

  .service-grid,
  .impact {
    grid-template-columns: 1fr;
  }

  .toggle-grid,
  .input-row {
    grid-template-columns: 1fr;
    display: grid;
  }
}

@media (max-width: 560px) {
  .site-header {
    width: calc(100% - 20px);
    margin-top: 10px;
  }

  .brand span:last-child {
    display: none;
  }

  h1 {
    font-size: 45px;
  }

  .section-grid,
  .section-pad {
    width: min(100% - 24px, 1180px);
  }

  .hero-stage {
    min-height: 340px;
    overflow: hidden;
  }

  .device-orbit {
    height: 340px;
    transform: none !important;
  }

  .hero-render-image {
    inset: -18px -28px auto auto;
    width: 410px;
    max-width: none;
  }

  .floating-panel,
  .glass-globe {
    transform: none;
  }

  .web-panel {
    top: 34px;
    width: 290px;
  }

  .phone-device {
    width: 128px;
    height: 260px;
  }

  .phone-screen {
    height: 214px;
  }

  .glass-globe {
    display: none;
  }

  .section-pad {
    padding: 68px 0;
  }
}

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