/*
|--------------------------------------------------------------------------
| Vidovodo Landing V59
|--------------------------------------------------------------------------
*/

:root {
  --bg: #050814;
  --panel: rgba(255,255,255,.06);
  --line: rgba(255,255,255,.12);
  --muted: #aab2c8;
  --pink: #ff2e83;
  --purple: #7b3dff;
  --orange: #ff7a00;
  --green: #40e29b;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 0%, rgba(255,46,131,.20), transparent 34%),
    radial-gradient(circle at 84% 10%, rgba(123,61,255,.20), transparent 32%),
    radial-gradient(circle at 50% 100%, rgba(255,122,0,.11), transparent 34%),
    var(--bg);
  color: #fff;
  font-family: Poppins, Inter, Segoe UI, Arial, sans-serif;
}

a { color: inherit; text-decoration: none; }

.vlp-nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  max-width: 1240px;
  margin: 0 auto;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  backdrop-filter: blur(18px);
}

.vlp-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 26px;
  font-weight: 950;
}

.vlp-brand img {
  width: 46px;
  filter: drop-shadow(0 0 22px rgba(255,46,131,.35));
}

.vlp-nav nav {
  display: flex;
  gap: 18px;
  color: rgba(255,255,255,.78);
  font-weight: 800;
}

.vlp-nav-actions,
.vlp-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.vlp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 16px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.06);
  color: #fff;
  font-weight: 950;
}

.vlp-btn.main {
  border: 0;
  background: linear-gradient(135deg, var(--pink), var(--purple), var(--orange));
  box-shadow: 0 18px 55px rgba(255,46,131,.24);
}

.vlp-btn.big {
  min-height: 54px;
  padding: 15px 20px;
  font-size: 16px;
}

.vlp-hero,
.vlp-section,
.vlp-split,
.vlp-cta,
.vlp-footer {
  max-width: 1240px;
  margin: 0 auto;
  padding: 72px 22px;
}

.vlp-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 42px;
  align-items: center;
  min-height: 720px;
}

.vlp-pill {
  display: inline-flex;
  width: max-content;
  padding: 8px 11px;
  border-radius: 999px;
  margin-bottom: 14px;
  background: rgba(64,226,155,.14);
  color: #79f0ba;
  border: 1px solid rgba(64,226,155,.25);
  font-size: 12px;
  font-weight: 950;
}

h1, h2, h3, p { margin-top: 0; }

h1 {
  font-size: clamp(44px, 7vw, 84px);
  line-height: .98;
  letter-spacing: -3px;
  margin-bottom: 22px;
}

h1 span,
h2 span {
  background: linear-gradient(135deg, var(--pink), var(--purple), var(--orange));
  -webkit-background-clip: text;
  color: transparent;
}

h2 {
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.05;
  letter-spacing: -2px;
  margin-bottom: 14px;
}

h3 { font-size: 22px; }

p {
  color: var(--muted);
  line-height: 1.75;
  font-size: 17px;
}

.vlp-hero-text > p {
  max-width: 680px;
  font-size: 20px;
}

.vlp-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.vlp-proof div,
.vlp-card,
.vlp-panel,
.vlp-mini,
.vlp-cta,
.vlp-faq details {
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--panel);
}

.vlp-proof div {
  padding: 16px;
}

.vlp-proof b {
  display: block;
  font-size: 20px;
}

.vlp-proof small {
  color: var(--muted);
}

.vlp-phone {
  position: relative;
  min-height: 620px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 46px;
  padding: 20px;
  background:
    linear-gradient(180deg, rgba(255,46,131,.18), rgba(123,61,255,.14), rgba(255,122,0,.12)),
    rgba(255,255,255,.055);
  box-shadow: 0 34px 100px rgba(0,0,0,.42);
  overflow: hidden;
}

.vlp-phone-top {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-bottom: 16px;
}

.vlp-phone-top span {
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: rgba(255,255,255,.35);
}

.vlp-video-card {
  position: relative;
  height: 535px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 30% 22%, rgba(255,255,255,.24), transparent 18%),
    linear-gradient(145deg, rgba(255,46,131,.45), rgba(123,61,255,.36), rgba(255,122,0,.25)),
    #11182e;
  overflow: hidden;
}

.vlp-video-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(transparent 48%, rgba(0,0,0,.64)),
    repeating-linear-gradient(90deg, transparent 0 18px, rgba(255,255,255,.025) 18px 19px);
}

.vlp-play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 64px;
  color: rgba(255,255,255,.88);
}

.vlp-video-info {
  position: absolute;
  left: 22px;
  bottom: 22px;
  right: 82px;
}

.vlp-video-info b { font-size: 18px; }

.vlp-side-actions {
  position: absolute;
  right: 36px;
  bottom: 74px;
  display: grid;
  gap: 12px;
}

.vlp-side-actions span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(255,255,255,.13);
  backdrop-filter: blur(12px);
}

.vlp-section-head {
  max-width: 780px;
  margin-bottom: 26px;
}

.vlp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.vlp-grid.four {
  grid-template-columns: repeat(4, 1fr);
}

.vlp-card {
  padding: 24px;
}

.vlp-card span {
  display: block;
  font-size: 34px;
  margin-bottom: 14px;
}

.vlp-card p { font-size: 15px; }

.vlp-split {
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 28px;
  align-items: center;
}

.vlp-list {
  display: grid;
  gap: 12px;
  padding: 0;
  list-style: none;
  margin: 22px 0 0;
}

.vlp-list li {
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.045);
  color: #dfe4ff;
  font-weight: 850;
}

.vlp-panel {
  padding: 22px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.vlp-stat {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 16px;
  background: rgba(255,255,255,.045);
}

.vlp-stat small {
  display: block;
  color: var(--muted);
}

.vlp-stat b {
  display: block;
  font-size: 28px;
  margin-top: 8px;
}

.vlp-chart {
  grid-column: 1 / -1;
  height: 220px;
  display: flex;
  align-items: end;
  gap: 14px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(0,0,0,.22);
  border: 1px solid var(--line);
}

.vlp-chart span {
  flex: 1;
  border-radius: 16px 16px 6px 6px;
  background: linear-gradient(180deg, var(--pink), var(--purple), var(--orange));
}

.vlp-dark {
  border: 1px solid var(--line);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255,46,131,.10), rgba(123,61,255,.10)),
    rgba(255,255,255,.035);
}

.vlp-mini {
  padding: 20px;
}

.vlp-mini b {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.vlp-mini span {
  color: var(--muted);
  line-height: 1.6;
}

.vlp-cta {
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 38px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,46,131,.18), transparent 38%),
    rgba(255,255,255,.05);
  margin-top: 58px;
  margin-bottom: 58px;
}

.vlp-cta p {
  max-width: 680px;
  margin: 0 auto 22px;
}

.center { justify-content: center; }

.vlp-faq {
  display: grid;
  gap: 12px;
}

.vlp-faq details {
  padding: 18px 20px;
}

.vlp-faq summary {
  cursor: pointer;
  font-weight: 950;
  font-size: 18px;
}

.vlp-faq p {
  margin: 12px 0 0;
}

.vlp-footer {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  border-top: 1px solid var(--line);
  padding-top: 34px;
  padding-bottom: 34px;
}

.vlp-footer p {
  margin: 10px 0 0;
  font-size: 14px;
}

.vlp-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
  align-content: start;
}

.vlp-footer-links a {
  color: rgba(255,255,255,.75);
  font-weight: 800;
}

@media (max-width: 980px) {
  .vlp-nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .vlp-nav nav {
    overflow-x: auto;
    width: 100%;
    padding-bottom: 4px;
  }

  .vlp-hero,
  .vlp-split,
  .vlp-grid,
  .vlp-grid.four,
  .vlp-proof,
  .vlp-footer {
    grid-template-columns: 1fr;
  }

  .vlp-hero {
    min-height: auto;
    padding-top: 42px;
  }

  .vlp-phone {
    min-height: 560px;
  }

  .vlp-video-card {
    height: 475px;
  }

  .vlp-panel {
    grid-template-columns: 1fr;
  }

  .vlp-footer {
    display: grid;
  }

  .vlp-footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .vlp-hero,
  .vlp-section,
  .vlp-split,
  .vlp-cta,
  .vlp-footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  h1 {
    letter-spacing: -1.4px;
  }

  .vlp-actions,
  .vlp-nav-actions {
    width: 100%;
  }

  .vlp-btn {
    width: 100%;
  }

  .vlp-phone {
    border-radius: 32px;
    padding: 14px;
  }
}
