/* ---------- Hero ---------- */
.hero { padding: 64px 0 84px; background:
  radial-gradient(1100px 520px at 88% -8%, var(--sky) 0%, transparent 60%),
  linear-gradient(180deg, #fff 0%, var(--sky-2) 100%); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.hero h1 { font-size: clamp(36px, 5.2vw, 60px); margin: 20px 0 22px; }
.hero h1 .hl { color: var(--blue); }
.hero-sub { font-size: 19px; color: var(--ink-2); max-width: 520px; margin-bottom: 30px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-trust { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 30px; font-size: 14.5px; font-weight: 600; color: var(--ink-2); }
.hero-trust span { display: inline-flex; align-items: center; gap: 8px; }
.hero-trust svg { width: 17px; height: 17px; color: var(--green); flex: none; }

.hero-visual { position: relative; }
.hero-photo { aspect-ratio: 4/4.4; border-radius: var(--r-lg); box-shadow: var(--sh-lg); }
.hero-badge {
  position: absolute; background: #fff; border-radius: var(--r); box-shadow: var(--sh-lg);
  padding: 15px 18px; display: flex; align-items: center; gap: 13px;
}
.hero-badge .ico { width: 42px; height: 42px; border-radius: 11px; display: grid; place-items: center; flex: none; }
.hero-badge .ico svg { width: 21px; height: 21px; }
.hero-badge b { display: block; font-size: 17px; }
.hero-badge small { color: var(--muted); font-size: 13px; font-weight: 600; }
.hero-badge.b1 { top: 26px; left: -26px; }
.hero-badge.b2 { bottom: 30px; right: -22px; }

/* ---------- Stats strip ---------- */
.stats { border-top: 1px solid var(--line-2); border-bottom: 1px solid var(--line-2); background: #fff; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 34px 24px; text-align: center; border-right: 1px solid var(--line-2); }
.stat:last-child { border-right: none; }
.stat b { display: block; font-size: 38px; font-weight: 900; color: var(--blue); letter-spacing: -.03em; }
.stat span { font-size: 14.5px; color: var(--ink-2); font-weight: 600; }

/* ---------- Product showcase ---------- */
.prod-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.prod-card { overflow: hidden; display: flex; flex-direction: column; }
.prod-card:hover { transform: translateY(-5px); box-shadow: var(--sh-lg); border-color: transparent; }
.prod-card .ph { aspect-ratio: 4/3.4; }
.prod-card .body { padding: 22px 22px 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.prod-card h3 { font-size: 21px; }
.prod-card p { font-size: 14.5px; color: var(--ink-2); }
.prod-card .feats { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 2px; }
.prod-card .feats span { font-size: 12.5px; font-weight: 600; color: var(--ink-2); background: var(--bg-2); padding: 5px 11px; border-radius: var(--r-pill); }
.prod-link { margin-top: auto; padding-top: 14px; display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: var(--blue-600); font-size: 15px; }
.prod-link svg { width: 17px; height: 17px; transition: .18s; }
.prod-card:hover .prod-link svg { transform: translateX(4px); }

/* ---------- Customization ---------- */
.custom { background: var(--bg-2); }
.custom-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.custom-card { padding: 30px; background: #fff; border-radius: var(--r); border: 1px solid var(--line); }
.custom-card .ico { width: 52px; height: 52px; border-radius: 14px; background: var(--sky); color: var(--blue-600); display: grid; place-items: center; margin-bottom: 20px; }
.custom-card .ico svg { width: 26px; height: 26px; }
.custom-card h3 { font-size: 20px; margin-bottom: 9px; }
.custom-card p { color: var(--ink-2); font-size: 15px; }

/* ---------- Why us banner ---------- */
.why { background: linear-gradient(180deg, #fff 0%, var(--sky-2) 100%); }
.why-banner { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-lg); aspect-ratio: 1200/420; margin-bottom: 28px; }
.why-banner.ph { background-color: #0F2336; }
.why-note { font-family: ui-monospace, Menlo, monospace; font-size: 12.5px; color: var(--muted); text-align: center; margin-bottom: 40px; }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.why-card { padding: 26px 24px; background: #fff; border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--sh-sm); }
.why-card .num { font-size: 13px; font-weight: 800; color: var(--blue); letter-spacing: .1em; margin-bottom: 14px; }
.why-card h3 { font-size: 18px; margin-bottom: 8px; }
.why-card p { font-size: 14px; color: var(--ink-2); }

/* ---------- Media gallery ---------- */
.media-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px; gap: 16px; }
.media-item { border-radius: var(--r); overflow: hidden; cursor: pointer; position: relative; }
.media-item:hover .ph { filter: brightness(.92); }
.media-item.tall { grid-row: span 2; }
.media-item.wide { grid-column: span 2; }
.media-item .play { position: absolute; inset: 0; display: grid; place-items: center; pointer-events: none; }
.media-item .play span { width: 58px; height: 58px; border-radius: 50%; background: rgba(255,255,255,.92); display: grid; place-items: center; box-shadow: var(--sh); }
.media-item .play svg { width: 22px; height: 22px; color: var(--blue-600); margin-left: 3px; }
.media-cap { display: flex; justify-content: space-between; align-items: flex-end; margin-top: 30px; gap: 20px; }

/* ---------- Process ---------- */
.process { background: var(--ink); color: #fff; }
.process .eyebrow { color: #5FC7F0; }
.process .eyebrow::before { background: #5FC7F0; }
.process .sec-head h2 { color: #fff; }
.process .sec-head p { color: #AEC3D6; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; counter-reset: s; }
.step { padding: 0 26px; position: relative; }
.step:not(:last-child)::after { content: ""; position: absolute; top: 26px; right: -1px; width: 1px; height: calc(100% - 30px); background: rgba(255,255,255,.1); }
.step .n { width: 54px; height: 54px; border-radius: 15px; background: rgba(95,199,240,.14); border: 1.5px solid rgba(95,199,240,.5); color: #5FC7F0; display: grid; place-items: center; font-weight: 900; font-size: 22px; margin-bottom: 22px; }
.step h3 { font-size: 19px; margin-bottom: 10px; }
.step p { color: #AEC3D6; font-size: 14.5px; }

/* ---------- CTA band ---------- */
.cta-band { padding: 92px 0; }
.cta-inner {
  background: linear-gradient(120deg, var(--blue-700) 0%, var(--blue) 60%, #00B4F0 100%);
  border-radius: var(--r-lg); padding: 64px 56px; color: #fff; position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap;
}
.cta-inner::before { content: ""; position: absolute; right: -60px; top: -60px; width: 320px; height: 320px; border-radius: 50%; background: rgba(255,255,255,.08); }
.cta-inner h2 { font-size: clamp(28px, 3.6vw, 40px); margin-bottom: 12px; }
.cta-inner p { font-size: 18px; color: rgba(255,255,255,.9); max-width: 460px; }
.cta-inner .btn-accent { box-shadow: 0 12px 30px rgba(0,0,0,.22); }

/* ---------- Mobile menu ---------- */
.mmenu { display: none; position: fixed; inset: var(--nav-h) 0 0; background: #fff; z-index: 49; padding: 24px 28px; flex-direction: column; gap: 4px; }
.mmenu.open { display: flex; }
.mmenu a { padding: 15px 4px; font-size: 18px; font-weight: 600; border-bottom: 1px solid var(--line-2); }
.mmenu .btn { margin-top: 18px; }

@media (max-width: 920px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-badge.b1 { left: 8px; } .hero-badge.b2 { right: 8px; }
  .prod-grid, .custom-grid, .why-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: none; }
  .stat:nth-child(1), .stat:nth-child(2) { border-bottom: 1px solid var(--line-2); }
  .steps { grid-template-columns: repeat(2, 1fr); gap: 36px 0; }
  .media-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .prod-grid, .custom-grid, .why-grid, .steps, .media-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .cta-inner { padding: 40px 28px; }
}
