/*
 * VEMIO 3.7 — refined product-led presentation.
 * The screenshots use their natural aspect ratio and are never cropped or stacked.
 */

:root {
  --container: 1320px;
  --shadow-soft: 0 18px 55px rgba(17, 24, 69, .09);
  --shadow-product: 0 34px 90px rgba(17, 24, 69, .18), 0 8px 24px rgba(17, 24, 69, .08);
}

body { background: #fff; }
.honeypot {
  position: absolute !important;
  left: auto !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
}
h1, h2, h3 { text-wrap: balance; }
h2 { font-size: clamp(2.25rem, 3.7vw, 4rem); }
.section { padding: 100px 0; }
.site-header { box-shadow: 0 4px 24px rgba(17,24,69,.035); }
.header-inner { min-height: 74px; }

.hero {
  min-height: 690px;
  padding: 78px 0 94px;
  background:
    radial-gradient(circle at 82% 30%, rgba(44,184,217,.15), transparent 26%),
    radial-gradient(circle at 73% 58%, rgba(140,185,172,.13), transparent 31%),
    linear-gradient(180deg, #f8faff 0%, #fff 82%);
}
.hero::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  top: 96px;
  right: -180px;
  border: 1px solid rgba(44,184,217,.16);
  border-radius: 50%;
  display: none;
  pointer-events: none;
}
.hero-grid { grid-template-columns: minmax(0,.88fr) minmax(560px,1.12fr); gap: 58px; }
.hero h1 { max-width: 720px; font-size: clamp(3.15rem, 4.35vw, 4.9rem); line-height: 1.015; }
.hero h1 em { margin-top: 7px; }
.hero-lead { max-width: 650px; font-size: 1.03rem; line-height: 1.72; }
.hero-trust { max-width: 650px; }

.product-stage { position: relative; z-index: 1; min-width: 0; padding: 32px 0 22px; }
.product-stage__glow {
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: 48% 52% 55% 45%;
  background: linear-gradient(145deg, rgba(44,184,217,.15), rgba(32,42,120,.06) 62%, rgba(140,185,172,.13));
  filter: blur(1px);
  transform: none;
}
.product-stage__facts { display: flex; flex-wrap: wrap; gap: 9px; margin: 16px 12px 0; }
.product-stage__facts span { padding: 7px 11px; border: 1px solid #dbe3ef; border-radius: 999px; background: rgba(255,255,255,.9); color: #536078; font-size: .65rem; font-weight: 750; box-shadow: 0 5px 16px rgba(17,24,69,.04); }

.product-frame {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid #dce1ec;
  border-radius: 19px;
  background: #fff;
  box-shadow: var(--shadow-product);
}
.product-frame__bar {
  min-height: 44px;
  display: grid;
  grid-template-columns: 68px minmax(0,1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 9px 14px;
  border-bottom: 1px solid #e5e8f0;
  background: #fbfcfe;
  color: #667086;
}
.product-frame__bar > span { display: flex; gap: 6px; }
.product-frame__bar i { width: 8px; height: 8px; border-radius: 50%; background: #d7dce7; }
.product-frame__bar i:first-child { background: #8cb9ac; }
.product-frame__bar i:nth-child(2) { background: #2cb8d9; }
.product-frame__bar i:last-child { background: #202a78; }
.product-frame__bar strong { overflow: hidden; color: #30374b; font-size: .67rem; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.product-frame__bar em, .product-frame__bar a { color: #59647c; font-size: .61rem; font-style: normal; font-weight: 700; text-decoration: none; }
.product-frame__bar a:hover { color: var(--navy); text-decoration: underline; }
.product-frame > img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; object-position: center top; background: #f5f6fa; }
.product-frame figcaption { display: flex; justify-content: space-between; gap: 22px; align-items: center; padding: 14px 17px 15px; border-top: 1px solid #e5e8f0; background: #fff; }
.product-frame figcaption span { flex: 0 0 auto; color: var(--cyan-dark); font-size: .61rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.product-frame figcaption strong { color: #343a4d; font-size: .69rem; font-weight: 700; text-align: right; }
.product-frame--hero { transform: perspective(1600px) rotateY(-2.5deg) rotateX(.7deg); transform-origin: center left; }
.product-frame--hero figcaption { padding-block: 13px; }

.proof-grid p { min-height: 118px; padding: 25px 27px; }
.pillars { background: linear-gradient(180deg,#fff 0%,#fbfcff 100%); }
.pillar-card { min-height: 360px; padding: 32px; box-shadow: var(--shadow-soft); }
.pillar-icon { margin-bottom: 44px; }

.problem { position: relative; overflow: hidden; }
.problem::after { content:""; position:absolute; right:-160px; bottom:-240px; width:520px; height:520px; border:1px solid rgba(139,224,238,.14); border-radius:50%; }

.feature-section { overflow: visible; }
.feature-section--tint { background: #f6f8fc; }
.feature-grid { grid-template-columns: minmax(360px,.78fr) minmax(0,1.22fr); gap: 64px; align-items: center; }
.feature-grid--reverse { grid-template-columns: minmax(0,1.22fr) minmax(360px,.78fr); }
.feature-grid--reverse .feature-copy { order: 2; }
.feature-grid--reverse > .product-frame { order: 1; }
.feature-copy > p:not(.eyebrow,.small-note) { font-size: .98rem; line-height: 1.75; }
.product-frame--feature { box-shadow: 0 26px 68px rgba(17,24,69,.12); }
.product-frame--feature > img { aspect-ratio: 1.6; }
.mini-features p { grid-template-columns: 135px 1fr; }
.offer-callout { box-shadow: 0 18px 42px rgba(17,24,69,.16); }

.time-card { box-shadow: 0 28px 70px rgba(17,24,69,.18); }
.plan { box-shadow: var(--shadow-soft); }
.plan--featured { box-shadow: 0 28px 72px rgba(32,42,120,.17); }
.launch-card, .contact-grid { box-shadow: 0 28px 72px rgba(17,24,69,.18); }

@media (max-width: 1180px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 850px; }
  .product-stage { width: min(100%, 980px); margin-inline: auto; }
  .product-frame--hero { transform: none; }
  .feature-grid, .feature-grid--reverse { grid-template-columns: 1fr; gap: 48px; }
  .feature-copy { max-width: 820px; }
  .feature-grid--reverse .feature-copy, .feature-grid--reverse > .product-frame { order: initial; }
  .product-frame--feature { width: min(100%, 980px); }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 34px), var(--container)); }
  .section { padding: 76px 0; }
  .hero { padding: 52px 0 66px; }
  .hero::before { display: none; }
  .hero h1 { font-size: clamp(2.65rem, 12vw, 3.55rem); }
  .hero-lead { font-size: .95rem; }
  .product-stage { padding-top: 10px; }
  .product-stage__glow { inset: 0; }
  .product-stage__facts { margin-inline: 0; }
  .product-frame { border-radius: 13px; box-shadow: 0 18px 46px rgba(17,24,69,.14); }
  .product-frame__bar { min-height: 39px; grid-template-columns: 50px minmax(0,1fr) auto; padding: 7px 9px; }
  .product-frame__bar i { width: 6px; height: 6px; }
  .product-frame__bar em { display: none; }
  .product-frame__bar a { font-size: .57rem; }
  .product-frame figcaption { display: block; padding: 11px 12px 12px; }
  .product-frame figcaption span, .product-frame figcaption strong { display: block; text-align: left; }
  .product-frame figcaption strong { margin-top: 4px; }
  .feature-grid { gap: 34px; }
  .product-frame--feature > img { aspect-ratio: auto; }
  .mobile-cta { opacity: 0; pointer-events: none; transform: translateY(calc(100% + 28px)); transition: opacity .2s ease, transform .2s ease; }
  .mobile-cta.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
}

@media (max-width: 480px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .product-frame__bar { grid-template-columns: 44px minmax(0,1fr); }
  .product-frame__bar a { display: none; }
  .product-stage__facts { gap: 6px; }
  .product-stage__facts span { padding: 6px 8px; font-size: .57rem; }
}
