/* ===============================
   VISION 360 2.0
================================ */

:root {
  --v2-bg: #05071d;
  --v2-panel: #090d2f;
  --v2-panel2: #0d1038;
  --v2-line: rgba(153, 84, 255, 0.42);
  --v2-text: #ffffff;
  --v2-muted: #cbd1f8;
  --v2-purple: #8b4dff;
  --v2-purple2: #6d2dff;
  --v2-cyan: #17a9ff;
  --v2-shadow: 0 34px 120px rgba(0, 0, 0, 0.45);
}

/* ===============================
   PAGE PROTECTION
================================ */

.v2-page {
  background: var(--v2-bg);
  color: var(--v2-text);
}

.v2-page h1,
.v2-page h2,
.v2-page h3,
.v2-page p {
  color: inherit;
}

.v2-page section {
  padding-left: 0;
  padding-right: 0;
}

.v2-container {
  width: min(1320px, 94%);
  margin: 0 auto;
}

/* ===============================
   HERO
================================ */

.v2-hero {
  position: relative;
  min-height: 900px;
  padding: 150px 0 70px;
  overflow: hidden;
}

.v2-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("../assets/images/cidade.jpg");
  background-size: cover;
  background-position: center 80px;
  background-repeat: no-repeat;
  filter: saturate(1.08) contrast(1.02);
}

.v2-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(5, 7, 29, 0.01) 0%,
      rgba(5, 7, 29, 0.08) 45%,
      rgba(5, 7, 29, 0.22) 100%
    ),
    linear-gradient(
      90deg,
      rgba(5, 7, 29, 0.14) 0%,
      rgba(5, 7, 29, 0.06) 45%,
      rgba(5, 7, 29, 0) 100%
    );
}

.v2-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.v2-hero-copy {
  max-width: 760px;
  padding-top: 120px;
}

.v2-hero-copy h1 {
  margin: 0 0 22px;
  color: #ffffff;
  font-size: clamp(48px, 6.4vw, 92px);
  line-height: 0.98;
  letter-spacing: -0.065em;
  text-shadow:
    0 2px 10px rgba(0, 0, 0, 0.35),
    0 8px 35px rgba(0, 0, 0, 0.45);
}

.v2-hero-copy h1 span,
.v2-section-title span,
.v2-platform-subtitle span,
.v2-cta-box h2 span {
  color: var(--v2-purple);
}

.v2-hero-copy p {
  max-width: 650px;
  margin: 0;
  color: #eef2ff;
  font-size: 21px;
  line-height: 1.7;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.v2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
}

.v2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 28px;
  border-radius: 9px;
  font-weight: 900;
  transition: 0.25s ease;
}

.v2-primary {
  background: linear-gradient(135deg, var(--v2-purple2), var(--v2-purple));
  color: #ffffff;
}

.v2-primary:hover,
.v2-big-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 50px rgba(109, 45, 255, 0.38);
}

.v2-ghost {
  border: 1px solid rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.05);
}

.v2-play {
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border: 1px solid #ffffff;
  border-radius: 50%;
  font-size: 10px;
}

/* ===============================
   FEATURE INTRO
================================ */

.v2-feature-intro {
  padding: 44px 0 72px;
  background:
    radial-gradient(circle at top, rgba(139, 77, 255, 0.12), transparent 42%),
    #05071d;
}

.v2-intro-text {
  max-width: 900px;
  margin: 0 auto 62px;
  text-align: center;
  color: #ffffff;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.5;
}

.v2-feature-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.v2-feature {
  min-height: 150px;
  text-align: center;
}

.v2-feature span,
.v2-project i,
.v2-metric i,
.v2-point i {
  display: block;
  color: #b15cff;
  font-style: normal;
}

.v2-feature span {
  margin-bottom: 16px;
  font-size: 58px;
}

.v2-feature b {
  display: block;
  font-size: 15px;
  line-height: 1.35;
}

.v2-feature small {
  display: block;
  margin-top: 6px;
  color: var(--v2-muted);
  font-size: 14px;
}

/* ===============================
   PLATFORM SECTION
================================ */

.v2-platform {
  padding: 38px 0 34px;
}

.v2-platform-box {
  padding: 38px 42px 34px;
  border: 1px solid var(--v2-line);
  border-radius: 18px;
  background:
    radial-gradient(circle at center, rgba(139, 77, 255, 0.13), transparent 44%),
    linear-gradient(135deg, rgba(18, 14, 58, 0.78), rgba(7, 9, 35, 0.96));
  box-shadow: var(--v2-shadow);
}

.v2-platform-box h2 {
  margin: 0 0 42px;
  text-align: center;
  color: #ffffff;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.25;
}

.v2-platform-subtitle {
  margin: 0 0 36px;
  text-align: center;
  color: #ffffff;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.1;
}

.v2-platform-subtitle span {
  font-weight: 900;
}

.v2-platform-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.5fr 0.75fr;
  gap: 34px;
  align-items: center;
}

.v2-platform-side {
  display: grid;
  gap: 36px;
}

.v2-point {
  text-align: center;
}

.v2-point i {
  margin-bottom: 14px;
  font-size: 72px;
  line-height: 1;
}

.v2-point b {
  display: block;
  color: #ffffff;
  font-size: 19px;
  line-height: 1.35;
}

.v2-point p {
  margin: 8px 0 0;
  color: #f0f2ff;
  font-size: 17px;
  line-height: 1.55;
}

/* ===============================
   LAPTOP MOCKUP
================================ */

.v2-laptop {
  min-width: 0;
  text-align: center;
}

.v2-laptop-screen {
  position: relative;
  overflow: hidden;
  padding: 16px;
  border: 8px solid #111111;
  border-radius: 28px;
  background: #050507;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.52);
}

.v2-laptop-screen::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  z-index: 2;
  width: 72px;
  height: 12px;
  border-radius: 0 0 12px 12px;
  background: #000000;
  transform: translateX(-50%);
}

.v2-laptop-screen img {
  width: 100%;
  display: block;
  border-radius: 16px;
}

.v2-laptop-base {
  width: 115%;
  height: 34px;
  margin: -6px 0 0 50%;
  border-radius: 0 0 80px 80px;
  background: linear-gradient(180deg, #a6a6a6, #303236 65%, #111111);
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.48));
  transform: translateX(-50%);
}

.v2-laptop p {
  margin: 24px 0 26px;
  color: #ffffff;
  font-size: 22px;
}

.v2-big-btn {
  min-width: min(460px, 92%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 22px 34px;
  border: 2px solid var(--v2-purple);
  border-radius: 16px;
  color: #ffffff;
  font-size: clamp(22px, 2vw, 34px);
  font-weight: 900;
  box-shadow: 0 0 28px rgba(139, 77, 255, 0.54);
  transition: 0.25s ease;
}

/* ===============================
   RESULTS
================================ */

.v2-results {
  padding: 70px 0;
}

.v2-section-title {
  margin: 0 0 42px;
  text-align: center;
  color: #ffffff;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 500;
}

.v2-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.v2-metric {
  min-height: 210px;
  padding: 30px 24px;
  border: 1px solid rgba(139, 77, 255, 0.44);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.28s ease;
}

.v2-metric:hover {
  transform: translateY(-6px);
  border-color: var(--v2-purple);
  box-shadow: 0 20px 55px rgba(139, 77, 255, 0.16);
}

.v2-metric i {
  margin-bottom: 18px;
  font-size: 48px;
}

.v2-metric b {
  display: block;
  color: var(--v2-purple);
  font-size: clamp(24px, 2.4vw, 36px);
  line-height: 1.1;
}

.v2-metric p {
  margin: 12px 0 0;
  color: #f0f2ff;
  line-height: 1.45;
}

/* ===============================
   CLIENTS
================================ */

.v2-clients {
  padding: 90px 0;
}

.v2-clients .title {
  text-align: center;
  margin-bottom: 60px;
}

.v2-clients .kicker {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--v2-purple);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.v2-clients h2 {
  margin-bottom: 18px;
  color: #ffffff;
  font-size: clamp(30px, 3vw, 42px);
}

.v2-clients p {
  max-width: 720px;
  margin: auto;
  color: var(--v2-muted);
  font-size: 18px;
  line-height: 1.7;
}

.v2-client-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 60px;
}

.v2-client-logo {
  min-height: 145px;
  padding: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(139, 77, 255, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  transition: 0.3s ease;
}

.v2-client-logo:hover {
  transform: translateY(-6px);
  border-color: var(--v2-purple);
  box-shadow: 0 15px 40px rgba(139, 77, 255, 0.18);
}

.v2-client-logo img {
  max-width: 170px;
  max-height: 70px;
  width: auto;
  height: auto;
  object-fit: contain;
  opacity: 0.95;
  transition: 0.3s ease;
}

.v2-client-logo:hover img {
  opacity: 1;
  transform: scale(1.04);
}

/* ===============================
   PROJECT TYPES
================================ */

.v2-projects {
  padding: 70px 0;
}

.v2-project-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.v2-project {
  padding: 18px 10px;
  text-align: center;
}

.v2-project i {
  margin-bottom: 12px;
  font-size: 52px;
}

.v2-project b {
  color: #ffffff;
  font-size: 15px;
}

/* ===============================
   CTA
================================ */

.v2-cta {
  padding: 46px 0 58px;
}

.v2-cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 40px 48px;
  border: 1px solid var(--v2-line);
  border-radius: 13px;
  background: linear-gradient(135deg, rgba(56, 23, 105, 0.84), rgba(12, 13, 50, 0.88));
}

.v2-cta-box h2 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: clamp(28px, 3vw, 42px);
}

.v2-cta-box p {
  margin: 0;
  color: #e6e9ff;
  font-size: 20px;
}

/* ===============================
   REVEAL ANIMATION
================================ */

.v2-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: 0.8s ease;
}

.v2-reveal.visible {
  opacity: 1;
  transform: none;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 1050px) {
  .v2-hero-grid,
  .v2-platform-grid,
  .v2-cta-box {
    grid-template-columns: 1fr;
  }

  .v2-cta-box {
    align-items: flex-start;
  }

  .v2-feature-grid,
  .v2-project-grid,
  .v2-metrics {
    grid-template-columns: repeat(2, 1fr);
  }

  .v2-platform-side {
    grid-template-columns: repeat(3, 1fr);
  }

  .v2-laptop-base {
    width: 108%;
  }
}

@media (max-width: 900px) {
  .v2-client-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .v2-hero {
    min-height: 720px;
    padding-top: 120px;
  }

  .v2-hero-bg {
    background-size: cover;
    background-position: center 70px;
  }

  .v2-hero-copy {
    padding-top: 86px;
  }

  .v2-actions,
  .v2-cta-box {
    flex-direction: column;
  }

  .v2-btn {
    width: 100%;
  }

  .v2-feature-grid,
  .v2-project-grid,
  .v2-metrics,
  .v2-platform-side,
  .v2-client-grid {
    grid-template-columns: 1fr;
  }

  .v2-platform-box {
    padding: 28px 18px;
  }

  .v2-laptop-screen {
    padding: 8px;
    border-width: 5px;
  }

  .v2-laptop-base {
    width: 100%;
    height: 24px;
  }

  .v2-cta-box {
    padding: 30px 22px;
  }
}