/* ── V3 theme: typography + colors ── */
:root {
  --v3-font: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  --v3-accent: #5b6cff;
  --v3-accent-2: #8b5cf6;
  --v3-mint: #34d399;
  --v3-dark: #12141a;
  --v3-dark-card: #1a1d28;
  --v3-warm: #faf8f5;
  --v3-indigo-soft: #eef0ff;
  --v3-lilac: #f6f3ff;
}

body,
.section,
.title-56-600-sf-pro,
.title-24-600,
.title-20-500,
.text-16-400,
.text-16-400-ex500,
.text-24-600,
.hero-form__title,
.registration-form.leadform,
.v3-topnav a {
  font-family: var(--v3-font) !important;
}

.v3-band {
  position: relative;
}
.v3-band--light {
  background: linear-gradient(180deg, #fff 0%, var(--v3-warm) 100%);
}
.v3-band--indigo {
  background: linear-gradient(135deg, var(--v3-indigo-soft) 0%, var(--v3-lilac) 100%);
}
.v3-band--warm {
  background: var(--v3-warm);
}
.v3-band--dark {
  background: linear-gradient(160deg, #161822 0%, #1e2230 100%);
  color: #fff;
}
.v3-band--dark .title-56-600-sf-pro,
.v3-band--dark .v3-section-lead {
  color: #fff;
}
.v3-band--dark .v3-section-lead {
  color: rgba(255, 255, 255, 0.72);
}
.v3-band--light,
.v3-band--indigo,
.v3-band--warm {
  color: #1a1a1a;
}
.v3-band--light .title-56-600-sf-pro,
.v3-band--indigo .title-56-600-sf-pro,
.v3-band--warm .title-56-600-sf-pro,
.v3-band--light .title__wr .title-56-600-sf-pro,
.v3-band--indigo .title__wr .title-56-600-sf-pro,
.v3-band--warm .title__wr .title-56-600-sf-pro {
  color: #111827;
}
.v3-band--light .v3-section-lead,
.v3-band--indigo .v3-section-lead,
.v3-band--warm .v3-section-lead {
  color: #4b5563;
}
.v3-band--dark .title__wr .title-56-600-sf-pro {
  color: #fff;
}

/* ── Global layout: centered + compact ── */
.v3-center {
  text-align: center;
}
.v3-center .v3-section-lead,
.v3-center .mw-420,
.v3-center .title__wr {
  margin-left: auto;
  margin-right: auto;
}
.v3-section-head {
  max-width: 40rem;
  margin: 0 auto 2.5rem;
}
.v3-section-head .title-56-600-sf-pro {
  margin: 0 0 0.85rem;
  line-height: 1.15;
}
.v3-section-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 2rem;
}
.title__wr {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 2.5rem;
  max-width: 42rem;
}
.title__wr .title-56-600-sf-pro {
  margin: 0 0 0.85rem;
  line-height: 1.15;
}
.title__wr .v3-section-lead {
  margin-top: 0;
}
.mw-420,
.mw-620 {
  margin-left: auto !important;
  margin-right: auto !important;
}
.section > .space-section-h-120,
.section > .space-section-h-60,
.section > .space-section-h-180,
.section .h-80,
.section .h-60,
.section .h-40,
.section .h-30 {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.v3-section-compact,
.v3-videos,
.v3-final-cta {
  padding: clamp(2.75rem, 5vw, 4.25rem) 0 !important;
}
.v3-hiw-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 820px;
}
.v3-final-cta {
  background: linear-gradient(135deg, var(--v3-indigo-soft) 0%, var(--v3-lilac) 100%);
}
.v3-final-cta .title-56-600-sf-pro {
  margin: 0 0 0.5rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
}
.why-cols__wr {
  max-width: 1100px;
  margin: 0 auto;
}
.v3-section-lead {
  margin-left: auto;
  margin-right: auto;
}

/* ── Compact spacing (override Webflow spacers) ── */
.space-section-h-120 {
  height: 1rem !important;
  min-height: 1rem !important;
}
.space-section-h-60 {
  height: 0.75rem !important;
  min-height: 0.75rem !important;
}
.space-section-h-180 {
  height: 1.25rem !important;
  min-height: 1.25rem !important;
}
.h-80 {
  height: 0.5rem !important;
}
.h-60 {
  height: 0.5rem !important;
}
.h-40 {
  height: 0.35rem !important;
}
.h-30 {
  height: 0.35rem !important;
}
.h-120 {
  height: 0.75rem !important;
}
.mh-h-30,
.mh-h-90,
.mh-h-110 {
  height: 0.5rem !important;
  min-height: 0.5rem !important;
}
.v3-section-compact {
  padding: clamp(2.75rem, 5vw, 4.25rem) 0 !important;
}
.v3-section-compact > .space-section-h-120,
.v3-section-compact > .space-section-h-60,
.v3-section-compact > .v3-spacer {
  display: none !important;
}
@media (max-width: 767px) {
  .space-section-h-120 {
    height: 2rem !important;
    min-height: 2rem !important;
  }
  .v3-section-compact {
    padding: 2.5rem 0 !important;
  }
}

/* ── Purple buttons everywhere ── */
.big-white__btn,
.registration-btn,
.modal-accept-btn,
.v3-btn,
.v3-btn-row .v3-btn,
.title__wr .big-white__btn,
.v3-earn-note .big-white__btn,
.v3-section-cta .v3-btn,
.mh-butt__wr .big-white__btn,
.steps-black__block .big-white__btn,
.mntn-txt-cont__div .big-white__btn,
.hdiw-banner-content__div .big-white__btn {
  background: linear-gradient(135deg, var(--v3-accent), var(--v3-accent-2)) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 999px !important;
  padding: 0.85rem 1.65rem !important;
  min-height: 48px;
  box-shadow: 0 10px 28px rgba(91, 108, 255, 0.28);
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  max-width: 100%;
  box-sizing: border-box;
  font-weight: 600;
  cursor: pointer;
}
.big-white__btn:hover,
.registration-btn:hover,
.modal-accept-btn:hover,
.v3-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(91, 108, 255, 0.34);
  color: #fff !important;
}
.big-white__btn .bb-text__wr,
.big-white__btn .black-button-text__div,
.big-white__btn .balck-button-arrow__div,
.registration-btn .btn-text {
  color: #fff !important;
}
.big-white__btn .balck-button-arrow__div {
  background: rgba(255, 255, 255, 0.18) !important;
}
.big-white__btn .shevron-button__icon {
  color: #fff !important;
}

/* ── CTA buttons on light sections (legacy selectors) ── */
.v3-btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.25rem;
}
.v3-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.65rem;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  width: auto;
  max-width: 100%;
}
.v3-btn--primary {
  background: linear-gradient(135deg, var(--v3-accent), var(--v3-accent-2));
  color: #fff;
  box-shadow: 0 10px 28px rgba(91, 108, 255, 0.28);
}
.v3-btn--ghost,
.v3-btn--outline {
  background: transparent !important;
  color: var(--v3-accent) !important;
  border: 1px solid rgba(91, 108, 255, 0.45) !important;
  box-shadow: none !important;
}
.v3-btn--ghost:hover,
.v3-btn--outline:hover {
  background: rgba(91, 108, 255, 0.08) !important;
  color: var(--v3-accent-2) !important;
}

/* ── Header layout ── */
.v3-nav-cta {
  background: linear-gradient(135deg, var(--v3-accent), var(--v3-accent-2)) !important;
  color: #fff !important;
}
.head-div.scrolled .v3-nav-cta {
  background: linear-gradient(135deg, var(--v3-accent), var(--v3-accent-2)) !important;
  color: #fff !important;
}

.v3-feature-card {
  background: #fff;
  box-shadow: 0 8px 32px rgba(91, 108, 255, 0.08);
  border: 1px solid rgba(91, 108, 255, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.v3-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(91, 108, 255, 0.14);
}
.v3-feature-card__icon {
  background: linear-gradient(135deg, var(--v3-accent), var(--v3-accent-2));
}

.v3-calc-card {
  background: linear-gradient(145deg, #1a1d28 0%, #252a3a 100%);
  border: 1px solid rgba(91, 108, 255, 0.2);
  box-shadow: 0 24px 60px rgba(18, 20, 26, 0.35);
}
.v3-calc-field input[type="range"] {
  accent-color: var(--v3-mint);
}
.v3-calc-result__value--profit {
  color: var(--v3-mint);
}

.v3-earn-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
}
.v3-earn-card__value {
  color: var(--v3-mint);
}

/* ── Header layout ── */
.head-div .nav__container {
  display: flex !important;
  align-items: center;
  gap: 12px;
  width: 100%;
  box-sizing: border-box;
  padding-right: max(12px, env(safe-area-inset-right));
}

.head-div .logo-div {
  flex: 0 0 auto;
  z-index: 121;
}

.head-div .nav-menu-div {
  flex: 1 1 auto;
  min-width: 0;
}

.head-div .v3-burger {
  flex: 0 0 auto;
  margin-left: auto !important;
  margin-right: 0 !important;
  z-index: 121;
}

.head-div .nav-mob-sep {
  display: none;
}

/* Logo + favicon */
.logo-div .link-logo {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  text-decoration: none !important;
}
.logo-favicon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 8px;
}
.head-div.scrolled .logo-favicon {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
}

/* Top navigation */
.v3-topnav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
  margin: 0;
}
.v3-topnav a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  opacity: 0.92;
  transition: opacity 0.2s ease;
}
.v3-topnav a:hover {
  opacity: 1;
  text-decoration: underline;
}
.v3-nav-cta {
  background: #fff !important;
  color: #111 !important;
  padding: 8px 14px !important;
  border-radius: 999px;
  font-weight: 600 !important;
  opacity: 1 !important;
  text-decoration: none !important;
}
.v3-nav-cta:hover {
  text-decoration: none !important;
  opacity: 0.92 !important;
}

/* Desktop: inline nav, no burger */
@media (min-width: 992px) {
  .head-div .nav-menu-div {
    position: static !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    background: transparent !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    overflow: visible !important;
  }
  .head-div .menu-items {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .head-div .v3-topnav a {
    color: #fff;
  }
  .head-div.scrolled .v3-topnav a {
    color: #1c1c1c;
  }
  .head-div.scrolled .v3-nav-cta {
    background: #1c1c1c !important;
    color: #fff !important;
  }
  .v3-burger {
    display: none !important;
  }
}

/* Mobile: drawer + burger right */
.menu-burger {
  display: none !important;
}

.v3-burger {
  display: none;
  position: relative;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  transition: background 0.25s ease, transform 0.2s ease;
}

.head-div.menu-opened {
  z-index: 200 !important;
}

@media (max-width: 991px) {
  .v3-burger {
    display: inline-flex !important;
  }
  .head-div .nav-menu-div {
    display: flex !important;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    width: min(320px, 88vw);
    height: 100vh;
    height: 100dvh;
    z-index: 110;
    background: #1c1c1c;
    padding: 88px 24px 32px;
    margin: 0 !important;
    inset: auto 0 0 auto !important;
    transform: translateX(105%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1),
      opacity 0.32s ease, visibility 0.32s ease;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .head-div .nav-menu {
    display: flex !important;
    flex-direction: column;
    width: 100%;
  }
  .head-div.menu-opened .nav-menu-div {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .head-div .nav-menu-mobile__bg {
    position: fixed;
    inset: 0;
    z-index: 105;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  .head-div.menu-opened .nav-menu-mobile__bg {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .head-div .v3-topnav {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .head-div .v3-topnav a {
    display: block;
    width: 100%;
    padding: 14px 0;
    font-size: 16px;
    color: #fff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .head-div .v3-nav-cta {
    margin-top: 16px;
    text-align: center;
    width: 100%;
    background: #fff !important;
    color: #111 !important;
  }
}

.head-div.scrolled:not(.menu-opened) .v3-burger {
  background: rgba(28, 28, 28, 0.08);
}
.head-div.menu-opened .v3-burger {
  background: rgba(255, 255, 255, 0.14);
}
.v3-burger:hover {
  transform: scale(1.04);
}
.v3-burger__line {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  transition: transform 0.3s ease, opacity 0.3s ease, width 0.3s ease;
}
.head-div.scrolled:not(.menu-opened) .v3-burger__line {
  background: #1c1c1c;
}
.head-div.menu-opened .v3-burger__line {
  background: #fff;
}
.head-div.menu-opened .v3-burger__line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.head-div.menu-opened .v3-burger__line:nth-child(2) {
  opacity: 0;
  width: 0;
}
.head-div.menu-opened .v3-burger__line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 768px) {
  .logo-favicon {
    width: 28px;
    height: 28px;
  }
  .logo-div .logo-text {
    font-size: 22px !important;
  }
}

/* ── Hero: form visible on mobile ── */
.main-hero__wr {
  position: relative;
}
.hero-bg__img {
  object-fit: cover !important;
  object-position: center 40% !important;
  width: 100% !important;
  height: 100% !important;
}
.main-hero__wr::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    105deg,
    rgba(8, 10, 18, 0.72) 0%,
    rgba(8, 10, 18, 0.35) 42%,
    rgba(8, 10, 18, 0.55) 100%
  );
}
.main-hero__cols {
  position: relative;
  z-index: 2;
}
.mh-cont__col-1 .mh-h-30,
.mh-cont__col-1 .mh-h-90 {
  display: none !important;
}
.mh-cont__col-1 h1.title-80-500 {
  margin: 0 !important;
  line-height: 1.06;
  letter-spacing: -0.02em;
}
.v3-hero-lead {
  margin: 0.55rem 0 0;
  max-width: 27rem;
  font-size: 0.94rem;
  font-weight: 400;
  line-height: 1.48;
  letter-spacing: 0.005em;
  color: rgba(255, 255, 255, 0.76);
}
@media (max-width: 991px) {
  .v3-hero-lead {
    max-width: 100%;
    margin-top: 0.5rem;
    font-size: 0.9rem;
    line-height: 1.45;
  }
}

@media (max-width: 991px) {
  .main-hero__cols {
    flex-direction: column !important;
    align-items: stretch !important;
  }
  .mh-cont__col-1,
  .mh-cont__col-2 {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mh-cont__col-2 {
    display: flex !important;
    flex-direction: column;
    margin-top: 1.25rem !important;
  }
  .hero-form-card {
    width: 100%;
    box-sizing: border-box;
  }
  .mh-butt__wr {
    display: none;
  }
  .mh-h-90.mb-hid {
    display: none !important;
  }
}

/* Hero registration form */
.hero-form-card {
  padding: 1.5rem 1.35rem 1.35rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  scroll-margin-top: 120px;
}
.hero-form__title {
  margin: 0 0 6px;
  font-family: var(--v3-font);
  font-size: clamp(1.15rem, 2.5vw, 1.45rem);
  font-weight: 600;
  color: #fff;
  line-height: 1.25;
}
.hero-form__sub {
  margin: 0 0 1rem;
  font-size: 0.88rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.82);
}
.hero-registration-form {
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.hero-registration-form .form-row {
  grid-template-columns: 1fr !important;
  gap: 0.65rem !important;
  margin-bottom: 0.65rem !important;
}
.hero-registration-form .form-group label {
  font-size: 0.78rem;
  margin-bottom: 4px;
}
.hero-registration-form .form-group input {
  padding: 10px 12px !important;
  font-size: 0.9rem !important;
}
.hero-registration-form .lead-form-fields {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.hero-registration-form .registration-btn {
  margin-top: 0.65rem;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.25rem !important;
  border: none !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, var(--v3-accent), var(--v3-accent-2)) !important;
  color: #fff !important;
  box-shadow: 0 10px 28px rgba(91, 108, 255, 0.32);
}
.hero-registration-form .registration-btn .btn-text {
  color: #fff !important;
}
.hero-registration-form .registration-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(91, 108, 255, 0.38);
  color: #fff !important;
}

.registration-form.leadform {
  font-family: var(--v3-font);
}
.registration-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}
.registration-form .form-group {
  display: flex;
  flex-direction: column;
}
.registration-form .form-group label {
  font-size: 0.82rem;
  font-weight: 500;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.9);
}
.registration-form .form-group input[type="text"],
.registration-form .form-group input[type="email"],
.registration-form .form-group input[type="tel"] {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.registration-form .form-group input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.registration-form .form-group input:focus {
  border-color: rgba(255, 255, 255, 0.45);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.08);
}
.registration-form .registration-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px 20px;
  border: none;
  border-radius: 14px;
  background: #fff;
  color: #1c1c1c;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.registration-form .registration-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

/* Scroll reveal — only hide after JS loads */
html.v3-js .v3-reveal:not(.v3-visible),
html.v3-js .v3-reveal-group:not(.v3-visible) {
  opacity: 0 !important;
  transform: translate3d(0, 40px, 0) !important;
}
html.v3-js .v3-reveal-group:not(.v3-visible) .v3-reveal-child {
  opacity: 0 !important;
  transform: translate3d(0, 28px, 0) !important;
}
.v3-reveal,
.v3-reveal-group,
.v3-reveal-child {
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
.v3-reveal.v3-visible,
.v3-reveal-group.v3-visible,
.v3-reveal-child.v3-visible {
  opacity: 1 !important;
  transform: none !important;
}
.v3-reveal-delay-1 { transition-delay: 0.12s; }
.v3-reveal-delay-2 { transition-delay: 0.22s; }
.v3-reveal-delay-3 { transition-delay: 0.32s; }

@media (prefers-reduced-motion: reduce) {
  html.v3-js .v3-reveal,
  html.v3-js .v3-reveal-group,
  html.v3-js .v3-reveal-child {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* Footer — uniform black */
.section.is--footer {
  background: #000 !important;
  color: #e8e8e8;
  padding: 0 !important;
}
.section.is--footer .container-10 {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.section.is--footer .footer__wr {
  background: #000 !important;
  color: #e8e8e8;
  border-radius: 0 !important;
  padding: 2.75rem clamp(1.25rem, 4vw, 3rem) 2.5rem !important;
  max-width: 1200px;
  margin: 0 auto;
  box-shadow: none !important;
}
.section.is--footer .footer--single {
  gap: 2rem;
}
.section.is--footer .foot-licenses {
  padding-top: 0 !important;
}
.section.is--footer .title-24-500-sf-pro,
.section.is--footer .foot-lic-title {
  color: #fff;
}
.section.is--footer .foot-menu__link {
  color: #a8a8a8;
}
.section.is--footer .foot-menu__link:hover {
  color: #fff;
}
.section.is--footer .foot-menu__link.is--no-hover,
.section.is--footer .foot-menu__link.is--no-hover:hover {
  color: #909090;
}
.section.is--footer .foot-menu__link a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.section.is--footer .foot-lic-item {
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
}
.section.is--footer .foot-lic-icon {
  background: rgba(255, 255, 255, 0.08) !important;
}
.section.is--footer .foot-lic-text {
  color: #f0f0f0 !important;
}
.section.is--footer .foot-lic-note {
  color: rgba(255, 255, 255, 0.55);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 1rem;
  margin-top: 1rem;
}

/* Profit calculator + extra blocks */
.v3-calc-section {
  scroll-margin-top: 100px;
}
.v3-calc-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  padding: 1.75rem 1.5rem;
  border-radius: 1.67rem;
  background: #1f2225;
  color: #fff;
}
.v3-calc-card__intro {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  line-height: 1.55;
  margin-top: 0.75rem;
  max-width: 28rem;
}
.v3-calc-controls {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.v3-calc-field label {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 0.65rem;
  color: rgba(255, 255, 255, 0.9);
}
.v3-calc-field label output {
  font-size: 1.05rem;
  font-weight: 600;
  color: #fff;
}
.v3-calc-field input[type="range"] {
  width: 100%;
  height: 6px;
  accent-color: #fff;
  cursor: pointer;
}
.v3-calc-results {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 0.5rem;
}
.v3-calc-result {
  padding: 1.25rem 1.1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.v3-calc-result__label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.62);
  margin-bottom: 0.35rem;
}
.v3-calc-result__value {
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 600;
  line-height: 1.2;
}
.v3-calc-result__value--profit {
  color: #7dffb2;
}
.v3-calc-disclaimer {
  margin-top: 1rem;
  font-size: 0.75rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.5);
}
.v3-features-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  max-width: 960px;
  margin: 0 auto;
  text-align: left;
}
.v3-features-grid--6 {
  margin-top: 1.75rem;
}
#why-investors .title-56-600-sf-pro {
  color: #111827;
}
.v3-why-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin: 0 auto 2rem;
  max-width: 720px;
}
.v3-why-stat {
  padding: 0.85rem 1rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid rgba(91, 108, 255, 0.12);
  text-align: center;
}
.v3-why-stat strong {
  display: block;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--v3-accent);
  line-height: 1.2;
}
.v3-why-stat span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.78rem;
  color: #666;
}
.v3-why-foot {
  margin: 1.5rem auto 0;
  padding-top: 1.25rem;
  max-width: 44rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  text-align: center;
}
.v3-why-foot p {
  margin: 0 auto 1rem;
  max-width: 42rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #444;
}
.v3-why-foot .v3-btn-row {
  justify-content: center;
}

/* ── How it works grid ── */
.v3-hiw-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.15rem;
  max-width: 1100px;
  margin: 0 auto;
  text-align: left;
}
.v3-hiw .v3-section-head .title-56-600-sf-pro {
  color: #111827;
}
.v3-hiw-card {
  background: #fff;
  border: 1px solid rgba(91, 108, 255, 0.12);
  border-radius: 1rem;
  padding: 1.35rem 1.1rem;
  box-shadow: 0 6px 20px rgba(91, 108, 255, 0.06);
}
.v3-hiw-card__num {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--v3-accent), var(--v3-accent-2));
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.65rem;
}
.v3-hiw-card h3 {
  margin: 0 0 0.4rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #111;
}
.v3-hiw-card p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.5;
  color: #555;
}

/* ── Getting started steps ── */
.v3-step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}
.v3-step-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1rem;
  padding: 1.25rem 1rem;
}
.v3-step-card__num {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.65rem;
  background: linear-gradient(135deg, #a5b4ff, #c4b5fd);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.v3-step-card h3 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
}
.v3-step-card p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.75);
}
.v3-started .v3-section-lead {
  color: rgba(255, 255, 255, 0.72);
}

/* ── Reviews prep strip ── */
.v3-reviews-prep__inner {
  max-width: 640px;
  margin: 0 auto;
}
.v3-reviews-prep .title-56-600-sf-pro,
.v3-reviews-prep__text {
  color: #1f2937;
}
.v3-reviews-prep__stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.v3-reviews-prep__stat {
  flex: 1 1 120px;
  max-width: 160px;
  padding: 0.75rem 0.5rem;
  background: #fff;
  border-radius: 0.85rem;
  border: 1px solid rgba(91, 108, 255, 0.12);
  text-align: center;
}
.v3-reviews-prep__stat strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  font-size: 1.25rem;
  color: var(--v3-accent);
}
.v3-reviews-prep__stat strong .v3-icon {
  width: 0.95rem;
  height: 0.95rem;
  color: #f5c842;
}
.v3-reviews-prep__stat span {
  display: block;
  font-size: 0.75rem;
  color: #666;
  margin-top: 0.15rem;
}
.v3-reviews-prep__text {
  margin: 0 0 1.5rem;
  font-size: 1rem;
  line-height: 1.55;
  color: #374151;
}

/* ── Local support section ── */
.v3-support {
  position: relative;
  overflow: hidden;
  background: #12141a;
  color: #fff;
}
.v3-support__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(18, 20, 26, 0.92) 0%, rgba(18, 20, 26, 0.78) 100%),
    url("../../images/67f0e8f5d02c210910b24ffb_mountain-banner-min.webp") center/cover no-repeat;
  pointer-events: none;
}
.v3-support .container-80 {
  position: relative;
  z-index: 1;
}
.v3-support-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: center;
}
.v3-support__copy {
  text-align: left;
}
.v3-support__copy .title-56-600-sf-pro {
  color: #fff;
  margin: 0 0 0.75rem;
  font-size: clamp(1.65rem, 3.5vw, 2.25rem);
}
.v3-support__copy .v3-section-lead {
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 1rem;
}
.v3-support__cards {
  display: grid;
  gap: 0.75rem;
}
.v3-support-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.85rem;
  padding: 0.85rem 1rem;
  text-align: left;
}
.v3-support-card__icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.5rem;
  color: var(--v3-mint);
}
.v3-support-card h3 {
  margin: 0 0 0.25rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
}
.v3-support-card p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 991px) {
  .v3-hiw-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .v3-step-grid {
    grid-template-columns: 1fr;
  }
  .v3-support-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .v3-hiw-grid {
    grid-template-columns: 1fr;
  }
}

/* ── Mid-page registration form (5th block, dark) ── */
.v3-mid-page-form {
  background: linear-gradient(160deg, #0e1018 0%, #161822 55%, #1a1d28 100%);
}
.v3-mid-page-form__grid {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 400px);
  gap: clamp(1.5rem, 4vw, 2.75rem);
  align-items: center;
}
.v3-mid-page-form__copy .title-56-600-sf-pro {
  margin: 0 0 0.75rem;
  color: #fff;
  font-size: clamp(1.65rem, 3.2vw, 2.25rem);
  line-height: 1.12;
}
.v3-mid-page-form__copy .v3-section-lead {
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
  max-width: 28rem;
}
.v3-mid-page-form__list {
  margin: 1.15rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}
.v3-mid-page-form__list li {
  position: relative;
  padding-left: 1.35rem;
  font-size: 0.9rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.78);
}
.v3-mid-page-form__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--v3-mint);
}
.v3-mid-page-form__card {
  width: 100%;
  max-width: 400px;
  margin-left: auto;
}

/* ── Mid-page registration form (legacy) ── */
.v3-mid-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}
.v3-mid-form__copy .title-56-600-sf-pro {
  margin: 0 0 0.75rem;
  font-size: clamp(1.75rem, 3.5vw, 2.35rem);
}
.v3-mid-form__list {
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.65rem;
}
.v3-mid-form__list li {
  position: relative;
  padding-left: 1.5rem;
  font-size: 0.92rem;
  line-height: 1.45;
  color: #333;
}
.v3-mid-form__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--v3-accent);
  font-weight: 700;
}
.v3-mid-form__card {
  background: #fff;
  border-radius: 1.25rem;
  padding: 1.5rem 1.35rem;
  box-shadow: 0 16px 48px rgba(91, 108, 255, 0.12);
  border: 1px solid rgba(91, 108, 255, 0.1);
}
.v3-mid-form__title {
  margin: 0 0 0.35rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #111;
}
.v3-mid-form__sub {
  margin: 0 0 1rem;
  font-size: 0.88rem;
  color: #666;
}
.v3-mid-registration-form label {
  color: #333 !important;
  font-size: 0.82rem;
}
.v3-mid-registration-form input[type="text"],
.v3-mid-registration-form input[type="email"],
.v3-mid-registration-form input[type="tel"] {
  background: #f5f6fa !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  color: #111 !important;
}
.v3-mid-registration-form .registration-btn {
  background: linear-gradient(135deg, var(--v3-accent), var(--v3-accent-2)) !important;
  color: #fff !important;
}
.v3-feature-card {
  padding: 1.35rem 1.2rem;
  border-radius: 1.25rem;
  background: #f5f5f7;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.v3-feature-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1f2225;
  color: #fff;
  margin-bottom: 1rem;
}
.v3-feature-card__icon .v3-icon {
  width: 1.35rem;
  height: 1.35rem;
}
.v3-feature-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.15rem;
  font-weight: 600;
  color: #111;
}
.v3-feature-card p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #444;
}
.v3-section-lead {
  max-width: 36rem;
  margin-top: 0.75rem;
  font-size: 1.02rem;
  line-height: 1.6;
  color: #4b5563;
}
.v3-band--dark .title__wr {
  margin-bottom: 2.5rem;
}
.v3-band--dark .title__wr .title-56-600-sf-pro {
  color: #fff;
}
.v3-band--dark .title__wr .v3-section-lead {
  color: rgba(255, 255, 255, 0.76);
}
.v3-about-block {
  display: block;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.v3-about-block__head {
  margin-bottom: 1.75rem;
}
.v3-about-block__head .title-56-600-sf-pro {
  color: #111827;
  margin: 0 0 0.85rem;
  line-height: 1.15;
}
.v3-about-block__body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: left;
}
.v3-about-block__body p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.65;
  color: #444;
}
.v3-earn-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
  max-width: 900px;
  margin: 1.75rem auto 0;
  text-align: left;
}
.v3-earn-card {
  padding: 1.75rem 1.5rem;
  border-radius: 1.25rem;
  background: #1f2225;
  color: #fff;
}
.v3-earn-card__value {
  font-size: clamp(1.75rem, 3.5vw, 2.35rem);
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 0.65rem;
  color: #7dffb2;
}
.v3-earn-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  font-weight: 600;
  color: #fff;
}
.v3-earn-card p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
}
.v3-earn-note {
  margin: 1.25rem auto 0;
  width: 100%;
  max-width: 34rem;
  padding: 1.15rem 1.35rem;
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.v3-earn-note__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  text-align: center;
}
.v3-earn-note p {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
}
.v3-earn-note .v3-btn {
  min-height: 44px;
  padding: 0.7rem 1.35rem !important;
  font-size: 0.88rem;
  white-space: nowrap;
}
.v3-strategy-section {
  padding: clamp(3rem, 6vw, 4.75rem) 0 !important;
}

/* ── Why thousands highlight ── */
.v3-why-thousands {
  background: linear-gradient(
    135deg,
    var(--v3-indigo-soft) 0%,
    #fff 45%,
    var(--v3-lilac) 100%
  );
}
.v3-why-thousands__card {
  position: relative;
  max-width: 46rem;
  margin: 0 auto;
  padding: clamp(1.75rem, 4vw, 2.5rem) clamp(1.35rem, 4vw, 2.25rem);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(91, 108, 255, 0.22);
  box-shadow:
    0 16px 48px rgba(91, 108, 255, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  text-align: center;
}
.v3-why-thousands__card::before {
  content: "";
  display: block;
  width: 3.25rem;
  height: 3px;
  margin: 0 auto 1rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--v3-accent), var(--v3-accent-2));
}
.v3-why-thousands__card .title-56-600-sf-pro {
  margin: 0 0 0.85rem;
  line-height: 1.15;
  color: #111827;
}
.v3-why-thousands__card .v3-section-lead {
  margin: 0 auto;
  max-width: 38rem;
  color: #4b5563;
}

.v3-strategy-section .title__wr {
  margin-bottom: 2rem;
}
.v3-strategy-section .why-cols__wr {
  margin-top: 0.5rem;
}

/* ── Inline SVG icons ── */
.v3-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}
.v3-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.v3-support-card__icon .v3-icon {
  width: 1.35rem;
  height: 1.35rem;
}
.v3-videos__nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.v3-videos__nav .v3-icon {
  width: 1.35rem;
  height: 1.35rem;
}
.v3-video-card__sound-ic {
  display: inline-flex;
  width: 0.95rem;
  height: 0.95rem;
}
.v3-video-card__sound-ic svg {
  width: 100%;
  height: 100%;
  display: block;
}
.v3-video-card__sound-ic--on {
  display: none;
}
.v3-video-card__sound.is-unmuted .v3-video-card__sound-ic--off {
  display: none;
}
.v3-video-card__sound.is-unmuted .v3-video-card__sound-ic--on {
  display: inline-flex;
}

@media (max-width: 991px) {
  .v3-calc-card {
    grid-template-columns: 1fr;
    padding: 1.75rem 1.35rem;
  }
  .v3-about-block {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .v3-features-grid,
  .v3-earn-grid {
    grid-template-columns: 1fr;
  }
  .v3-why-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .v3-mid-form__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .v3-mid-page-form__grid {
    grid-template-columns: 1fr;
  }
  .v3-mid-page-form__card {
    max-width: 100%;
    margin-left: 0;
  }
  .v3-calc-results {
    grid-template-columns: 1fr;
  }
}

/* ── Video carousel ── */
.v3-videos {
  position: relative;
  padding: 1.75rem 0 1.5rem;
  background: #0a0a0a;
  overflow: hidden;
}
.v3-videos .title-56-600-sf-pro {
  color: #fff;
}
.v3-videos__glow {
  position: absolute;
  top: -20%;
  right: -10%;
  width: min(520px, 70vw);
  height: min(520px, 70vw);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(91, 108, 255, 0.22) 0%, transparent 70%);
  pointer-events: none;
}
.v3-videos .container-80 {
  position: relative;
  z-index: 1;
}
.v3-videos .v3-section-lead {
  color: rgba(255, 255, 255, 0.68);
}
.v3-videos__shell {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: min(960px, 100%);
  margin: 0 auto;
}
.v3-videos__nav {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(91, 108, 255, 0.25);
  color: #fff;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease;
}
.v3-videos__nav:hover {
  background: rgba(91, 108, 255, 0.55);
}
.v3-videos__viewport {
  flex: 1 1 auto;
  overflow: hidden;
  min-width: 0;
}
.v3-videos__track {
  display: flex;
  gap: 14px;
  will-change: transform;
}
.v3-video-card {
  flex: 0 0 min(100%, 440px);
  width: min(100%, 440px);
  max-width: 440px;
  border-radius: 0.85rem;
  overflow: hidden;
  background: #141414;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}
.v3-video-card__media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  background: #000;
  overflow: hidden;
}
.v3-video-card__media::after {
  content: none;
}
.v3-video-card__media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
  opacity: 1;
  z-index: 1;
}
.v3-video-card.is-playing .v3-video-card__media video {
  opacity: 1;
}
.v3-video-card__play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 52px;
  height: 52px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--v3-dark);
  font-size: 1.1rem;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.v3-video-card:not(.is-playing) .v3-video-card__play {
  opacity: 1;
  pointer-events: auto;
}
.v3-video-card__play::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 3px;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent currentColor;
}
.v3-video-card.is-playing .v3-video-card__play {
  opacity: 0;
  pointer-events: none;
}
.v3-video-card__sound {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 3;
  padding: 8px 12px;
  border: none;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.v3-video-card__sound.is-unmuted {
  background: rgba(91, 108, 255, 0.75);
}
.v3-video-card__body {
  padding: 0.75rem 0.85rem 0.9rem;
  text-align: left;
}
.v3-video-card__name {
  font-size: 0.85rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.2rem;
}
.v3-video-card__quote {
  font-size: 0.82rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.68);
}
.v3-videos__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 0.85rem;
}
.v3-videos__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
}
.v3-videos__dot.is-active {
  background: var(--v3-accent);
  transform: scale(1.25);
}
.v3-videos__hint {
  text-align: center;
  margin-top: 0.65rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.45);
}

@media (max-width: 767px) {
  .v3-videos__nav {
    display: none;
  }
  .v3-video-card {
    flex: 0 0 min(92vw, 360px);
    width: min(92vw, 360px);
    max-width: min(92vw, 360px);
  }
}

/* ── Features (replaces Webflow black cards) ── */
.v3-features .v3-hiw-grid {
  text-align: center;
}
.v3-features .v3-hiw-card {
  text-align: center;
}
.v3-features .v3-hiw-card__num {
  margin-left: auto;
  margin-right: auto;
}

/* ── Reviews carousel ── */
.v3-reviews .tp-hardcoded {
  max-width: 100%;
  margin: 0 auto;
}
.tp-hc-slider {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 0 0 8px;
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
}
.tp-hc-slider::-webkit-scrollbar {
  height: 6px;
}
.tp-hc-slider::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}
.tp-hc-card {
  flex: 0 0 280px;
  scroll-snap-align: start;
  background: #f8f9fa;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  line-height: 1.35;
  min-height: 140px;
  box-shadow: 0 1px rgba(182, 196, 210, 0.4);
  text-align: left;
}
@media (min-width: 768px) {
  .tp-hc-card {
    flex: 0 0 calc(25% - 12px);
  }
}
.tp-hc-stars {
  display: flex;
  gap: 2px;
  margin-bottom: 10px;
}
.tp-hc-star {
  width: 20px;
  height: 20px;
}
.tp-hc-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #191919;
}
.tp-hc-text {
  font-size: 13px;
  color: #191919;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: auto;
}
.tp-hc-footer {
  display: flex;
  gap: 4px;
  margin-top: 10px;
  font-size: 12px;
  color: #636363;
}
.tp-hc-footer .tp-hc-name {
  font-weight: 700;
}
.tp-hc-verified {
  font-size: 11px;
  color: #636363;
  margin-top: 2px;
  display: flex;
  align-items: center;
  gap: 3px;
}
.tp-hc-verified svg {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}
.tp-hc-bottom {
  text-align: center;
  margin-top: 12px;
  font-size: 13px;
  color: #191919;
  line-height: 20px;
}

/* ── Policy modal ── */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(8px);
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.modal-overlay.active {
  display: flex;
  opacity: 1;
}
.modal-content {
  background: #1c1c1c;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  max-width: 700px;
  width: 90%;
  max-height: 85vh;
  overflow-y: auto;
  padding: 2.5rem;
  position: relative;
  color: #fff;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}
.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.modal-close:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.05);
}
.modal-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #fff;
  letter-spacing: -0.02em;
}
.modal-body {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  text-align: left;
}
.modal-body h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 1.5rem 0 0.75rem;
  color: #fff;
}
.modal-body p {
  margin-bottom: 1rem;
}
.modal-body ul {
  margin: 0.75rem 0 1.5rem;
  padding-left: 1.5rem;
}
.modal-body li {
  margin-bottom: 0.5rem;
}
.modal-accept-btn {
  margin-top: 2rem;
  padding: 14px 32px;
  background: linear-gradient(135deg, var(--v3-accent), var(--v3-accent-2)) !important;
  color: #fff !important;
  border: none;
  border-radius: 14px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100%;
}
.modal-accept-btn:hover {
  transform: translateY(-2px);
}
.checkbox-text a:hover {
  opacity: 1 !important;
  text-decoration: none !important;
}
