.elementor-3885 .elementor-element.elementor-element-2ad3716{--display:flex;}.elementor-3885 .elementor-element.elementor-element-9c45860{--display:flex;}/* Start custom CSS *//* =========================================================
   OLIVERA VIP PRESALE V2
   CSS COMPLET — MOBILE FIRST / BLACK & GOLD
   Compatibil exclusiv cu HTML-ul ov2-*
   ========================================================= */


/* =========================================================
   1. FONT
   ========================================================= */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap");


/* =========================================================
   2. VARIABILE
   ========================================================= */

:root {
  --ov2-black: #050505;
  --ov2-black-soft: #090909;
  --ov2-black-card: #0d0d0d;
  --ov2-black-card-light: #141414;

  --ov2-white: #ffffff;
  --ov2-cream: #f5ead2;
  --ov2-cream-soft: #d9cfbf;
  --ov2-text: #f2ece3;
  --ov2-text-soft: #d8d0c5;
  --ov2-text-muted: #aaa196;

  --ov2-gold: #d4af37;
  --ov2-gold-light: #f7d978;
  --ov2-gold-dark: #9d7722;
  --ov2-gold-deep: #6f5014;

  --ov2-green: #42ad68;

  --ov2-border: rgba(212, 175, 55, 0.7);
  --ov2-border-soft: rgba(212, 175, 55, 0.24);
  --ov2-border-light: rgba(255, 255, 255, 0.1);

  --ov2-shadow:
    0 26px 70px rgba(0, 0, 0, 0.46);

  --ov2-shadow-gold:
    0 0 0 1px rgba(212, 175, 55, 0.08),
    0 22px 55px rgba(157, 119, 34, 0.14);

  --ov2-radius-small: 12px;
  --ov2-radius-medium: 18px;
  --ov2-radius-large: 28px;

  --ov2-container: 1320px;

  --ov2-font:
    "Montserrat",
    Arial,
    sans-serif;
}


/* =========================================================
   3. RESET GENERAL
   ========================================================= */

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  overflow-x: hidden;
}

.ov2-page,
.ov2-page *,
.ov2-page *::before,
.ov2-page *::after {
  box-sizing: border-box;
}

.ov2-page {
  position: relative;

  width: 100%;
  max-width: 100%;

  overflow: hidden;

  color: var(--ov2-text);
  background: var(--ov2-black);

  font-family: var(--ov2-font);
  font-size: 16px;
  line-height: 1.6;
}

.ov2-page h1,
.ov2-page h2,
.ov2-page h3,
.ov2-page h4,
.ov2-page p {
  margin-top: 0;
}

.ov2-page a {
  color: inherit;
  text-decoration: none;
}

.ov2-page button,
.ov2-page input,
.ov2-page textarea,
.ov2-page select {
  font-family: var(--ov2-font);
}

.ov2-page img {
  display: block;

  width: 100%;
  max-width: 100%;
}

.ov2-container {
  position: relative;
  z-index: 2;

  width: min(
    calc(100% - 48px),
    var(--ov2-container)
  );

  margin-inline: auto;
}


/* =========================================================
   4. HEADER
   ========================================================= */

.ov2-header {
  position: relative;
  z-index: 50;

  width: 100%;
  padding: 20px 0;

  border-bottom: 1px solid var(--ov2-border-soft);

  background:
    linear-gradient(
      90deg,
      #050505 0%,
      #100d08 50%,
      #050505 100%
    );
}

.ov2-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.ov2-logo {
  display: inline-flex;
  align-items: center;
  gap: 13px;

  color: var(--ov2-gold-light);
}

.ov2-logo__symbol {
  display: grid;
  place-items: center;

  width: 44px;
  height: 44px;

  border: 1px solid var(--ov2-border);
  border-radius: 50%;

  font-size: 22px;
}

.ov2-logo__content {
  display: flex;
  flex-direction: column;
}

.ov2-logo__content strong {
  color: var(--ov2-gold-light);

  font-size: clamp(24px, 2.6vw, 37px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.16em;
}

.ov2-logo__content small {
  margin-top: 7px;

  color: rgba(247, 217, 120, 0.72);

  font-size: 7px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.3em;
}

.ov2-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 46px;
  padding: 0 23px;

  border: 1px solid var(--ov2-border);
  border-radius: 999px;

  color: var(--ov2-gold-light);
  background: rgba(212, 175, 55, 0.04);

  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.07em;
  text-align: center;
  text-transform: uppercase;

  transition:
    color 0.3s ease,
    background 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease;
}

.ov2-header__cta:hover {
  color: var(--ov2-black);

  border-color: var(--ov2-gold-light);

  background:
    linear-gradient(
      110deg,
      var(--ov2-gold-dark),
      var(--ov2-gold-light),
      var(--ov2-gold)
    );

  transform: translateY(-2px);
}


.ov2-header__cta,
.ov2-header__cta:link,
.ov2-header__cta:visited {
  color: var(--ov2-gold-light) !important;
  -webkit-text-fill-color: var(--ov2-gold-light) !important;
  text-decoration: none !important;
  opacity: 1 !important;
}

.ov2-header__cta:hover,
.ov2-header__cta:focus,
.ov2-header__cta:active {
  color: var(--ov2-black) !important;
  -webkit-text-fill-color: var(--ov2-black) !important;
}


/* =========================================================
   5. HERO
   ========================================================= */

.ov2-hero {
  position: relative;
  isolation: isolate;

  padding: 82px 0 76px;

  overflow: hidden;

  background:
    radial-gradient(
      circle at 82% 25%,
      rgba(212, 175, 55, 0.18),
      transparent 29%
    ),
    radial-gradient(
      circle at 8% 90%,
      rgba(157, 119, 34, 0.1),
      transparent 25%
    ),
    linear-gradient(
      135deg,
      #040404 0%,
      #0a0907 58%,
      #050505 100%
    );
}

.ov2-hero::before {
  content: "";

  position: absolute;
  z-index: -1;
  inset: 0;

  opacity: 0.035;

  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.18) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.18) 1px,
      transparent 1px
    );

  background-size: 82px 82px;
}

.ov2-hero__grid {
  display: grid;
  grid-template-columns:
    minmax(0, 1.08fr)
    minmax(360px, 0.92fr);

  align-items: center;
  gap: clamp(50px, 7vw, 100px);
}

.ov2-hero__content {
  max-width: 780px;
}

.ov2-eyebrow {
  display: block;

  margin-bottom: 18px;

  color: var(--ov2-cream);

  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ov2-hero__title {
  margin: 0 0 28px;

  color: var(--ov2-white);

  font-size: clamp(46px, 5.3vw, 78px);
  font-weight: 650;
  line-height: 1.02;
  letter-spacing: -0.045em;

  text-wrap: balance;
}

.ov2-hero__title span {
  display: block;

  color: var(--ov2-gold-light);
}

.ov2-hero__intro,
.ov2-hero__story {
  max-width: 730px;

  color: #e6ded3;

  font-size: 15px;
  font-weight: 400;
  line-height: 1.82;
}

.ov2-hero__intro p,
.ov2-hero__story p {
  margin-bottom: 14px;
}

.ov2-hero__intro p:last-child,
.ov2-hero__story p:last-child {
  margin-bottom: 0;
}

.ov2-hero__story {
  margin-top: 20px;
  padding-top: 20px;

  border-top: 1px solid var(--ov2-border-soft);
}

.ov2-hero__story[hidden] {
  display: none;
}


/* =========================================================
   6. CITEȘTE MAI MULT
   ========================================================= */

.ov2-read-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  margin: 17px 0 0;
  padding: 0;

  border: 0;

  color: var(--ov2-gold-light);
  background: transparent;

  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-transform: uppercase;

  cursor: pointer;
}

.ov2-read-more__icon {
  display: grid;
  place-items: center;

  width: 25px;
  height: 25px;

  border: 1px solid var(--ov2-border);
  border-radius: 50%;

  font-size: 16px;
  font-weight: 500;
  line-height: 1;

  transition:
    color 0.3s ease,
    background 0.3s ease,
    transform 0.3s ease;
}

.ov2-read-more:hover .ov2-read-more__icon {
  color: var(--ov2-black);

  background: var(--ov2-gold-light);

  transform: rotate(90deg);
}



/* =========================================================
   7. BUTOANE GENERALE
   Toate stările sunt definite explicit pentru Elementor,
   Safari/iPhone și linkuri deja vizitate.
   ========================================================= */

.ov2-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;

  min-height: 62px;
  padding: 12px 30px;

  border: 1px solid var(--ov2-border);
  border-radius: 12px;

  font-family: var(--ov2-font);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.03em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;

  cursor: pointer;

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    filter 0.3s ease,
    background 0.3s ease;
}

a.ov2-button,
a.ov2-button:link,
a.ov2-button:visited,
a.ov2-button:hover,
a.ov2-button:focus,
a.ov2-button:focus-visible,
a.ov2-button:active,
button.ov2-button,
button.ov2-button:hover,
button.ov2-button:focus,
button.ov2-button:active {
  color: var(--ov2-black) !important;
  -webkit-text-fill-color: var(--ov2-black) !important;
  text-decoration: none !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

.ov2-button *,
.ov2-button:link *,
.ov2-button:visited *,
.ov2-button:hover *,
.ov2-button:focus *,
.ov2-button:active * {
  color: var(--ov2-black) !important;
  -webkit-text-fill-color: var(--ov2-black) !important;
  opacity: 1 !important;
}

.ov2-button--gold {
  color: var(--ov2-black) !important;
  -webkit-text-fill-color: var(--ov2-black) !important;

  background:
    linear-gradient(
      110deg,
      #9d7722 0%,
      #c79d31 22%,
      #f7d978 50%,
      #d4af37 78%,
      #9d7722 100%
    );

  box-shadow:
    0 18px 45px rgba(212, 175, 55, 0.25);
}

.ov2-button:hover {
  transform: translateY(-3px);
  filter: brightness(1.04);

  box-shadow:
    0 24px 55px rgba(212, 175, 55, 0.35);
}

.ov2-button:focus-visible {
  outline: 3px solid rgba(247, 217, 120, 0.42);
  outline-offset: 3px;
}

.ov2-button--hero {
  margin-top: 30px;
}

.ov2-hero__note {
  max-width: 650px;
  margin: 13px auto 0;

  color: var(--ov2-text-muted);

  font-size: 10px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}

/* =========================================================
   8. HERO — IMAGINE
   ========================================================= */

.ov2-hero__visual {
  position: relative;

  width: 100%;
  max-width: 530px;

  justify-self: end;
}

.ov2-hero__image {
  width: 100%;
  aspect-ratio: 4 / 5;

  object-fit: cover;
  object-position: center;

  border: 1px solid var(--ov2-border);
  border-radius:
    var(--ov2-radius-large)
    var(--ov2-radius-large)
    140px
    var(--ov2-radius-large);

  box-shadow: var(--ov2-shadow);
}

.ov2-hero__badge {
  position: absolute;
  right: -22px;
  bottom: 34px;

  display: flex;
  flex-direction: column;
  align-items: center;

  min-width: 170px;
  padding: 19px 20px;

  border: 2px solid var(--ov2-gold);
  border-radius: 50%;

  color: var(--ov2-gold-light);
  background: rgba(5, 5, 5, 0.9);

  text-align: center;

  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.45);
}

.ov2-hero__badge span {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ov2-hero__badge strong {
  margin: 5px 0;

  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}

.ov2-hero__badge small {
  font-size: 10px;
  font-weight: 600;
}


/* =========================================================
   9. BENEFICII RAPIDE
   ========================================================= */

.ov2-quick-benefits {
  border-top: 1px solid var(--ov2-border-soft);
  border-bottom: 1px solid var(--ov2-border-soft);

  background: #070707;
}

.ov2-quick-benefits__track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ov2-quick-benefit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  min-height: 86px;
  padding: 20px 16px;

  border-right: 1px solid var(--ov2-border-soft);

  color: var(--ov2-cream);

  font-size: 11px;
  font-weight: 650;
  line-height: 1.5;
  text-align: center;
}

.ov2-quick-benefit:last-child {
  border-right: 0;
}

.ov2-quick-benefit span {
  display: grid;
  place-items: center;
  flex: 0 0 auto;

  width: 25px;
  height: 25px;

  border: 1px solid var(--ov2-border);
  border-radius: 50%;

  color: var(--ov2-gold-light);

  font-size: 11px;
}


/* =========================================================
   10. SECȚIUNI GENERALE
   ========================================================= */

.ov2-results,
.ov2-packages,
.ov2-benefits,
.ov2-faq,
.ov2-final {
  position: relative;

  padding: 92px 0;

  background:
    linear-gradient(
      180deg,
      #070707 0%,
      #050505 100%
    );
}

.ov2-results,
.ov2-benefits,
.ov2-final {
  border-top: 1px solid var(--ov2-border-soft);
}

.ov2-section-heading {
  max-width: 880px;
  margin: 0 auto 52px;

  text-align: center;
}

.ov2-section-heading__kicker {
  display: block;

  margin-bottom: 12px;

  color: var(--ov2-gold-light);

  font-size: 9px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ov2-section-heading h2 {
  margin: 0;

  color: var(--ov2-cream);

  font-size: clamp(35px, 4.5vw, 57px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.035em;

  text-wrap: balance;
}

.ov2-section-heading p {
  max-width: 680px;
  margin: 16px auto 0;

  color: var(--ov2-text-soft);

  font-size: 15px;
  line-height: 1.75;
}


/* =========================================================
   11. SLIDER REZULTATE
   ========================================================= */

.ov2-results-slider {
  position: relative;
}

.ov2-results-slider__controls {
  display: flex;
  justify-content: flex-end;
  gap: 10px;

  margin-bottom: 18px;
}

.ov2-slider-button {
  display: grid;
  place-items: center;

  width: 46px;
  height: 46px;
  padding: 0;

  border: 1px solid var(--ov2-border);
  border-radius: 50%;

  color: var(--ov2-gold-light);
  background: #0b0b0b;

  font-size: 18px;

  cursor: pointer;

  transition:
    color 0.3s ease,
    background 0.3s ease,
    transform 0.3s ease,
    opacity 0.3s ease;
}

.ov2-slider-button:hover {
  color: var(--ov2-black);

  background: var(--ov2-gold-light);

  transform: translateY(-2px);
}

.ov2-slider-button:disabled {
  opacity: 0.35;

  cursor: default;
  pointer-events: none;
}

.ov2-results-slider__viewport {
  width: 100%;

  overflow-x: auto;
  overflow-y: hidden;

  scrollbar-width: none;

  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;

  -webkit-overflow-scrolling: touch;
}

.ov2-results-slider__viewport::-webkit-scrollbar {
  display: none;
}

.ov2-results-slider__track {
  display: flex;
  align-items: stretch;
  gap: 20px;

  width: max-content;
}

.ov2-result-card {
  flex: 0 0 calc((min(100vw - 48px, 1320px) - 60px) / 4);

  width: calc((min(100vw - 48px, 1320px) - 60px) / 4);
  max-width: 315px;

  overflow: hidden;

  border: 1.5px solid var(--ov2-border);
  border-radius: var(--ov2-radius-medium);

  background:
    linear-gradient(
      145deg,
      #111111,
      #080808
    );

  box-shadow: var(--ov2-shadow-gold);

  scroll-snap-align: start;

  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.ov2-result-card:hover {
  border-color: var(--ov2-gold-light);

  transform: translateY(-5px);

  box-shadow:
    0 26px 55px rgba(0, 0, 0, 0.4),
    0 0 30px rgba(212, 175, 55, 0.08);
}

.ov2-result-card__header {
  display: flex;
  align-items: center;
  gap: 12px;

  min-height: 80px;
  padding: 15px;

  border-bottom: 1px solid var(--ov2-border-soft);

  background:
    linear-gradient(
      90deg,
      rgba(212, 175, 55, 0.09),
      transparent
    );
}

.ov2-result-card__number {
  display: grid;
  place-items: center;
  flex: 0 0 auto;

  width: 40px;
  height: 40px;

  border: 1px solid var(--ov2-gold-light);
  border-radius: 50%;

  color: var(--ov2-black);

  background:
    linear-gradient(
      135deg,
      var(--ov2-gold-light),
      var(--ov2-gold)
    );

  font-size: 14px;
  font-weight: 800;
}

.ov2-result-card__header h3 {
  margin: 0;

  color: var(--ov2-gold-light);

  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

.ov2-result-card__header div > span {
  display: block;

  margin-top: 4px;

  color: var(--ov2-cream-soft);

  font-size: 8px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ov2-result-card__image-wrap {
  position: relative;

  width: 100%;
  aspect-ratio: 4 / 5;

  overflow: hidden;

  border-bottom: 1px solid var(--ov2-border-soft);

  background: #151515;
}

.ov2-result-card__image {
  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  transition: transform 0.65s ease;
}

.ov2-result-card:hover .ov2-result-card__image {
  transform: scale(1.03);
}

.ov2-result-card__badge {
  position: absolute;
  right: 12px;
  bottom: 12px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 29px;
  padding: 0 11px;

  border: 1px solid var(--ov2-gold);
  border-radius: 999px;

  color: var(--ov2-gold-light);
  background: rgba(5, 5, 5, 0.84);

  font-size: 6px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ov2-result-card__body {
  padding: 18px 16px 19px;

  text-align: center;
}

.ov2-result-card__body p {
  margin: 0;

  color: #e5ded3;

  font-size: 13px;
  line-height: 1.7;
}

.ov2-slider-hint {
  display: none;

  align-items: center;
  justify-content: center;
  gap: 9px;

  margin-top: 18px;

  color: var(--ov2-text-muted);

  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.ov2-slider-hint__line {
  display: block;

  width: 28px;
  height: 1px;

  background:
    linear-gradient(
      90deg,
      var(--ov2-gold-dark),
      var(--ov2-gold-light)
    );
}


/* =========================================================
   12. GRID PACHETE
   ========================================================= */

.ov2-packages-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.ov2-package-card {
  position: relative;

  display: flex;
  flex-direction: column;

  min-width: 0;

  overflow: hidden;

  border: 2px solid rgba(212, 175, 55, 0.76);
  border-radius: 18px;

  color: var(--ov2-text);

  background:
    linear-gradient(
      145deg,
      #121212,
      #080808
    );

  box-shadow:
    0 0 0 1px rgba(247, 217, 120, 0.04),
    0 24px 58px rgba(0, 0, 0, 0.42),
    0 0 35px rgba(157, 119, 34, 0.08);

  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.ov2-package-card:hover {
  border-color: var(--ov2-gold-light);

  transform: translateY(-6px);

  box-shadow:
    0 0 0 1px rgba(247, 217, 120, 0.1),
    0 30px 65px rgba(0, 0, 0, 0.48),
    0 0 38px rgba(212, 175, 55, 0.12);
}


/* =========================================================
   13. HEADER PACHET
   ========================================================= */

.ov2-package-card__header {
  display: flex;
  align-items: center;
  gap: 13px;

  min-height: 84px;
  padding: 16px;

  border-bottom: 1px solid var(--ov2-border-soft);

  background:
    linear-gradient(
      90deg,
      rgba(212, 175, 55, 0.11),
      rgba(212, 175, 55, 0.015)
    );
}

.ov2-package-card__number {
  display: grid;
  place-items: center;
  flex: 0 0 auto;

  width: 42px;
  height: 42px;

  border: 1px solid var(--ov2-gold-light);
  border-radius: 50%;

  color: var(--ov2-black);

  background:
    linear-gradient(
      135deg,
      var(--ov2-gold-light),
      var(--ov2-gold)
    );

  font-size: 15px;
  font-weight: 800;
}

.ov2-package-card__header h3 {
  margin: 0;

  color: var(--ov2-gold-light);

  font-size: 15px;
  font-weight: 750;
  line-height: 1.25;
  text-transform: uppercase;
}

.ov2-package-card__header div > span {
  display: block;

  margin-top: 4px;

  color: var(--ov2-cream-soft);

  font-size: 8px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}


/* =========================================================
   14. IMAGINE PACHET
   ========================================================= */

.ov2-package-card__image-wrap {
  position: relative;

  width: 100%;
  aspect-ratio: 4 / 5;

  overflow: hidden;

  border-bottom: 1px solid var(--ov2-border-soft);

  background: #141414;
}

.ov2-package-card__image {
  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  transition: transform 0.7s ease;
}

.ov2-package-card:hover .ov2-package-card__image {
  transform: scale(1.025);
}

.ov2-package-card__availability {
  position: absolute;
  right: 13px;
  bottom: 13px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 32px;
  padding: 0 12px;

  border: 1px solid var(--ov2-gold);
  border-radius: 999px;

  color: var(--ov2-gold-light);
  background: rgba(5, 5, 5, 0.84);

  font-size: 7px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}


/* =========================================================
   15. CONȚINUT PACHET
   Ordine: titlu → preț → CTA → descriere
   ========================================================= */

.ov2-package-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;

  padding: 22px 19px 20px;

  text-align: center;
}

.ov2-package-card__content h4 {
  margin: 0 0 19px;

  color: var(--ov2-white);

  font-size: 18px;
  font-weight: 700;
  line-height: 1.38;
}

.ov2-package-card__content h4 span {
  display: block;

  margin-top: 6px;

  color: var(--ov2-gold-light);

  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}


/* =========================================================
   16. PREȚ PACHET
   ========================================================= */

.ov2-package-card__price {
  display: flex;
  flex-direction: column;
  align-items: center;

  padding: 19px 15px;

  border: 1px solid var(--ov2-border-soft);
  border-radius: 13px;

  background:
    linear-gradient(
      135deg,
      rgba(212, 175, 55, 0.09),
      rgba(255, 255, 255, 0.015)
    );
}

.ov2-package-card__price > span {
  color: var(--ov2-gold);

  font-size: 8px;
  font-weight: 750;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ov2-package-card__price strong {
  margin: 9px 0 5px;

  color: var(--ov2-gold-light);

  font-size: 31px;
  font-weight: 800;
  line-height: 1;
}

.ov2-package-card__price del {
  color: var(--ov2-text-muted);

  font-size: 10px;
}



/* =========================================================
   17. CTA PACHET
   Text negru vizibil în toate stările, inclusiv pe mobil.
   ========================================================= */

.ov2-package-card__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  width: 100%;
  min-height: 66px;
  margin-top: 17px;
  padding: 12px 15px;

  border: 1px solid var(--ov2-gold-light);
  border-radius: 10px;

  color: var(--ov2-black) !important;
  -webkit-text-fill-color: var(--ov2-black) !important;

  background:
    linear-gradient(
      110deg,
      var(--ov2-gold-dark) 0%,
      var(--ov2-gold) 30%,
      var(--ov2-gold-light) 52%,
      var(--ov2-gold) 75%,
      var(--ov2-gold-dark) 100%
    );

  box-shadow:
    0 16px 38px rgba(212, 175, 55, 0.2);

  font-family: var(--ov2-font);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;

  opacity: 1;

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    filter 0.3s ease;
}

a.ov2-package-card__button,
a.ov2-package-card__button:link,
a.ov2-package-card__button:visited,
a.ov2-package-card__button:hover,
a.ov2-package-card__button:focus,
a.ov2-package-card__button:focus-visible,
a.ov2-package-card__button:active {
  color: var(--ov2-black) !important;
  -webkit-text-fill-color: var(--ov2-black) !important;
  text-decoration: none !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

.ov2-package-card__button *,
.ov2-package-card__button:link *,
.ov2-package-card__button:visited *,
.ov2-package-card__button:hover *,
.ov2-package-card__button:focus *,
.ov2-package-card__button:active * {
  color: var(--ov2-black) !important;
  -webkit-text-fill-color: var(--ov2-black) !important;
  opacity: 1 !important;
}

.ov2-package-card__button strong {
  margin-top: 3px;

  color: var(--ov2-black) !important;
  -webkit-text-fill-color: var(--ov2-black) !important;

  font-size: 9px;
  font-weight: 800;
}

.ov2-package-card__button:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);

  box-shadow:
    0 20px 46px rgba(212, 175, 55, 0.3);
}

.ov2-package-card__button:focus-visible {
  outline: 3px solid rgba(247, 217, 120, 0.42);
  outline-offset: 3px;
}

/* =========================================================
   18. DESCRIERE PACHET
   ========================================================= */

.ov2-package-card__description {
  margin-top: 21px;
  padding-top: 20px;

  border-top: 1px solid var(--ov2-border-soft);
}

.ov2-package-card__description p {
  margin: 0;

  color: #e8e1d7;

  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
}


/* =========================================================
   19. BENEFICII
   ========================================================= */

.ov2-benefits__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;

  max-width: 980px;
  margin: 0 auto;
}

.ov2-benefit-item {
  display: flex;
  align-items: center;
  gap: 14px;

  min-height: 76px;
  padding: 18px 20px;

  border: 1px solid var(--ov2-border);
  border-radius: 13px;

  background:
    linear-gradient(
      145deg,
      #111111,
      #080808
    );

  box-shadow:
    0 15px 36px rgba(0, 0, 0, 0.24);
}

.ov2-benefit-item > span {
  display: grid;
  place-items: center;
  flex: 0 0 auto;

  width: 35px;
  height: 35px;

  border-radius: 50%;

  color: var(--ov2-black);
  background: var(--ov2-gold-light);

  font-size: 14px;
  font-weight: 800;
}

.ov2-benefit-item strong {
  color: var(--ov2-cream);

  font-size: 14px;
  font-weight: 650;
  line-height: 1.5;
}


/* =========================================================
   20. FAQ
   ========================================================= */

.ov2-faq {
  border-top: 1px solid var(--ov2-border-soft);
}

.ov2-faq__list {
  max-width: 900px;
  margin: 0 auto;
}

.ov2-faq__item {
  margin-bottom: 12px;

  border: 1px solid var(--ov2-border-soft);
  border-radius: 13px;

  overflow: hidden;

  background:
    linear-gradient(
      145deg,
      #111111,
      #080808
    );
}

.ov2-faq__item:last-child {
  margin-bottom: 0;
}

.ov2-faq__item summary {
  position: relative;

  display: flex;
  align-items: center;

  min-height: 70px;
  padding: 18px 58px 18px 20px;

  color: var(--ov2-cream);

  font-size: 14px;
  font-weight: 650;
  line-height: 1.5;

  cursor: pointer;

  list-style: none;
}

.ov2-faq__item summary::-webkit-details-marker {
  display: none;
}

.ov2-faq__item summary::after {
  content: "+";

  position: absolute;
  top: 50%;
  right: 20px;

  display: grid;
  place-items: center;

  width: 31px;
  height: 31px;

  border: 1px solid var(--ov2-border);
  border-radius: 50%;

  color: var(--ov2-gold-light);

  font-size: 18px;
  font-weight: 500;
  line-height: 1;

  transform: translateY(-50%);

  transition:
    color 0.3s ease,
    background 0.3s ease,
    transform 0.3s ease;
}

.ov2-faq__item[open] summary::after {
  content: "−";

  color: var(--ov2-black);
  background: var(--ov2-gold-light);
}

.ov2-faq__answer {
  padding: 0 20px 20px;
}

.ov2-faq__answer p {
  margin: 0;

  color: #ddd5ca;

  font-size: 14px;
  line-height: 1.75;
}


/* =========================================================
   21. CTA FINAL
   ========================================================= */

.ov2-final {
  padding-top: 40px;
}

.ov2-final__box {
  display: grid;
  grid-template-columns:
    minmax(0, 1.25fr)
    minmax(320px, 0.75fr);

  align-items: center;
  gap: 30px;

  padding: 29px;

  border: 2px solid var(--ov2-border);
  border-radius: 17px;

  background:
    linear-gradient(
      135deg,
      #121212,
      #070707
    );

  box-shadow: var(--ov2-shadow-gold);
}

.ov2-final__warning {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.ov2-final__warning-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;

  width: 55px;
  height: 55px;

  border: 1px solid var(--ov2-gold);
  border-radius: 50%;

  color: var(--ov2-black);
  background: var(--ov2-gold-light);

  font-size: 27px;
  font-weight: 800;
}

.ov2-final__warning strong {
  color: var(--ov2-gold-light);

  font-size: 18px;
  font-weight: 800;
}

.ov2-final__warning p {
  margin: 7px 0 0;

  color: #e1d9ce;

  font-size: 14px;
  line-height: 1.75;
}

.ov2-final__action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.ov2-final__action .ov2-button {
  width: 100%;
}

.ov2-final__whatsapp {
  color: #ddd5ca;

  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: var(--ov2-gold);
  text-underline-offset: 4px;
}


/* =========================================================
   22. FOOTER
   ========================================================= */

.ov2-footer {
  padding: 26px 0;

  border-top: 1px solid var(--ov2-border-soft);

  background: #030303;
}

.ov2-footer__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;

  color: var(--ov2-text-soft);

  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}


/* =========================================================
   23. CTA STICKY MOBIL
   ========================================================= */

.ov2-mobile-cta {
  display: none;
}


/* =========================================================
   24. LAPTOP
   ========================================================= */

@media (max-width: 1180px) {

  .ov2-hero__grid {
    grid-template-columns:
      minmax(0, 1fr)
      minmax(330px, 0.82fr);

    gap: 55px;
  }

  .ov2-result-card {
    flex-basis: calc((100vw - 110px) / 3);

    width: calc((100vw - 110px) / 3);
    max-width: 330px;
  }

  .ov2-packages-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}


/* =========================================================
   25. TABLETĂ
   ========================================================= */

@media (max-width: 900px) {

  .ov2-hero__grid {
    grid-template-columns: 1fr;
  }

  .ov2-hero__content {
    max-width: 820px;

    text-align: center;
  }

  .ov2-hero__intro,
  .ov2-hero__story {
    margin-inline: auto;
  }

  .ov2-read-more {
    justify-content: center;
  }

  .ov2-button--hero {
    width: 100%;
  }

  .ov2-hero__note {
    margin-inline: auto;
  }

  .ov2-hero__visual {
    width: min(100%, 540px);
    margin: 20px auto 0;

    justify-self: center;
  }

  .ov2-quick-benefits__track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ov2-quick-benefit:nth-child(2) {
    border-right: 0;
  }

  .ov2-quick-benefit:nth-child(-n + 2) {
    border-bottom: 1px solid var(--ov2-border-soft);
  }

  .ov2-result-card {
    flex-basis: calc((100vw - 88px) / 2);

    width: calc((100vw - 88px) / 2);
    max-width: 380px;
  }

  .ov2-benefits__grid {
    grid-template-columns: 1fr;
  }

  .ov2-final__box {
    grid-template-columns: 1fr;
  }

  .ov2-footer__grid {
    grid-template-columns: 1fr;
  }

}


/* =========================================================
   26. MOBIL
   ========================================================= */

@media (max-width: 767px) {

  html {
    scroll-padding-top: 70px;
  }

  .ov2-container {
    width: min(
      calc(100% - 24px),
      var(--ov2-container)
    );
  }

  .ov2-page {
    padding-bottom: 86px;
  }


  /* HEADER */

  .ov2-header {
    padding: 14px 0;
  }

  .ov2-header__inner {
    gap: 12px;
  }

  .ov2-logo {
    gap: 8px;
  }

  .ov2-logo__symbol {
    width: 34px;
    height: 34px;

    font-size: 17px;
  }

  .ov2-logo__content strong {
    font-size: 20px;
    letter-spacing: 0.12em;
  }

  .ov2-logo__content small {
    font-size: 5px;
    letter-spacing: 0.22em;
  }

  .ov2-header__cta {
    min-height: 38px;
    padding: 0 12px;

    font-size: 7px;
  }


  /* HERO */

  .ov2-hero {
    padding: 52px 0 64px;
  }

  .ov2-hero__grid {
    gap: 42px;
  }

  .ov2-hero__content {
    text-align: center;
  }

  .ov2-eyebrow {
    font-size: 9px;
  }

  .ov2-hero__title {
    margin-bottom: 22px;

    font-size: clamp(36px, 10vw, 48px);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.04em;

    text-wrap: pretty;
  }


  /* DESCRIERE SCURTĂ — MAXIM 3 RÂNDURI VIZUALE */

  .ov2-hero__intro {
    display: -webkit-box;

    max-height: 5.4em;

    overflow: hidden;

    color: #f0e9df;

    font-size: 15px;
    line-height: 1.8;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .ov2-hero__intro p {
    display: inline;

    margin: 0;
  }

  .ov2-hero__intro p::after {
    content: " ";
  }


  /* POVESTEA DESCHISĂ */

  .ov2-hero__story {
    color: #ece4da;

    font-size: 14px;
    line-height: 1.8;
    text-align: center;
  }

  .ov2-read-more {
    justify-content: center;

    margin-top: 16px;

    font-size: 9px;
  }

  .ov2-button {
    width: 100%;
    min-height: 63px;
    padding: 12px 17px;

    font-size: 10px;
  }

  .ov2-hero__note {
    font-size: 9px;
  }

  .ov2-hero__visual {
    width: 100%;
    max-width: 440px;
  }

  .ov2-hero__image {
    border-radius:
      24px
      24px
      82px
      24px;
  }

  .ov2-hero__badge {
    right: 8px;
    bottom: 20px;

    min-width: 138px;
    padding: 15px 12px;
  }

  .ov2-hero__badge strong {
    font-size: 27px;
  }


  /* BENEFICII RAPIDE */

  .ov2-quick-benefits__track {
    grid-template-columns: 1fr;
  }

  .ov2-quick-benefit {
    min-height: 62px;

    border-right: 0;
    border-bottom: 1px solid var(--ov2-border-soft);

    font-size: 10px;
  }

  .ov2-quick-benefit:last-child {
    border-bottom: 0;
  }


  /* SECȚIUNI */

  .ov2-results,
  .ov2-packages,
  .ov2-benefits,
  .ov2-faq,
  .ov2-final {
    padding: 70px 0;
  }

  .ov2-section-heading {
    margin-bottom: 40px;
  }

  .ov2-section-heading__kicker {
    font-size: 8px;
  }

  .ov2-section-heading h2 {
    font-size: clamp(31px, 8.6vw, 42px);
    line-height: 1.1;

    text-wrap: pretty;
  }

  .ov2-section-heading p {
    color: #e4dcd1;

    font-size: 14px;
    line-height: 1.75;
  }


  /* SLIDER REZULTATE */

  .ov2-results-slider__controls {
    display: none;
  }

  .ov2-results-slider__track {
    gap: 14px;
  }

  .ov2-result-card {
    flex: 0 0 calc(86vw - 24px);

    width: calc(86vw - 24px);
    max-width: 390px;
  }

  .ov2-result-card__header {
    justify-content: center;

    min-height: 78px;

    text-align: left;
  }

  .ov2-result-card__header h3 {
    font-size: 14px;
  }

  .ov2-result-card__image-wrap {
    aspect-ratio: 4 / 5;
  }

  .ov2-result-card__body {
    padding: 18px 16px 20px;
  }

  .ov2-result-card__body p {
    color: #eee7dd;

    font-size: 14px;
    line-height: 1.75;
  }

  .ov2-slider-hint {
    display: flex;
  }


  /* PACHETE — UNUL SUB ALTUL */

  .ov2-packages-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ov2-package-card {
    width: 100%;
    max-width: 520px;
    margin-inline: auto;

    border-width: 2px;
  }

  .ov2-package-card__header {
    justify-content: center;

    min-height: 80px;
    padding: 15px;

    text-align: left;
  }

  .ov2-package-card__header h3 {
    font-size: 15px;
  }

  .ov2-package-card__image-wrap {
    aspect-ratio: 4 / 5;
  }

  .ov2-package-card__content {
    padding: 22px 17px 20px;
  }

  .ov2-package-card__content h4 {
    font-size: 19px;
    line-height: 1.4;
  }

  .ov2-package-card__content h4 span {
    font-size: 13px;
  }

  .ov2-package-card__price {
    width: 100%;
    padding: 19px 14px;
  }

  .ov2-package-card__price > span {
    font-size: 8px;
  }

  .ov2-package-card__price strong {
    font-size: 30px;
  }

  .ov2-package-card__price del {
    font-size: 11px;
  }

  .ov2-package-card__button {
    min-height: 66px;
    padding: 12px 14px;

    font-size: 10px;
  }

  .ov2-package-card__description {
    width: 100%;

    margin-top: 21px;
  }

  .ov2-package-card__description p {
    color: #f0e9df;

    font-size: 15px;
    line-height: 1.82;
    text-align: center;
  }


  /* BENEFICII */

  .ov2-benefits__grid {
    gap: 12px;
  }

  .ov2-benefit-item {
    align-items: center;

    min-height: 70px;
    padding: 16px;

    text-align: left;
  }

  .ov2-benefit-item strong {
    font-size: 13px;
  }


  /* FAQ */

  .ov2-faq__item summary {
    min-height: 68px;
    padding: 17px 55px 17px 17px;

    font-size: 13px;
  }

  .ov2-faq__answer {
    padding: 0 17px 18px;
  }

  .ov2-faq__answer p {
    color: #ebe3d9;

    font-size: 14px;
    line-height: 1.75;
  }


  /* CTA FINAL */

  .ov2-final {
    padding-top: 35px;
  }

  .ov2-final__box {
    padding: 22px 17px;
  }

  .ov2-final__warning {
    align-items: center;
    flex-direction: column;

    text-align: center;
  }

  .ov2-final__warning strong {
    font-size: 18px;
  }

  .ov2-final__warning p {
    color: #eee7dd;

    font-size: 14px;
    line-height: 1.75;
  }

  .ov2-final__whatsapp {
    font-size: 11px;
  }


  /* FOOTER */

  .ov2-footer {
    padding: 28px 0;
  }

  .ov2-footer__grid {
    font-size: 10px;
  }


  /* CTA STICKY MOBIL */

  .ov2-mobile-cta {
    position: fixed;
    z-index: 999;
    right: 10px;
    bottom: 10px;
    left: 10px;

    display: grid;
    grid-template-columns:
      minmax(105px, 0.8fr)
      minmax(0, 1.2fr);

    align-items: center;
    gap: 10px;

    padding: 8px;

    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;

    background: rgba(7, 7, 7, 0.94);

    box-shadow:
      0 18px 48px rgba(0, 0, 0, 0.48);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  .ov2-mobile-cta__price {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding-left: 8px;

    text-align: center;
  }

  .ov2-mobile-cta__price span {
    color: var(--ov2-text-muted);

    font-size: 7px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .ov2-mobile-cta__price strong {
    margin-top: 2px;

    color: var(--ov2-gold-light);

    font-size: 16px;
    font-weight: 800;
    line-height: 1.1;
  }

  .ov2-mobile-cta > a {
    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 49px;
    padding: 0 15px;

    border: 1px solid var(--ov2-gold-light);
    border-radius: 999px;

    color: var(--ov2-black) !important;
    -webkit-text-fill-color: var(--ov2-black) !important;

    background:
      linear-gradient(
        110deg,
        var(--ov2-gold-dark),
        var(--ov2-gold),
        var(--ov2-gold-light),
        var(--ov2-gold)
      );

    font-family: var(--ov2-font);
    font-size: 9px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.04em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;

    opacity: 1;
  }

  .ov2-mobile-cta > a,
  .ov2-mobile-cta > a:link,
  .ov2-mobile-cta > a:visited,
  .ov2-mobile-cta > a:hover,
  .ov2-mobile-cta > a:focus,
  .ov2-mobile-cta > a:active,
  .ov2-mobile-cta > a * {
    color: var(--ov2-black) !important;
    -webkit-text-fill-color: var(--ov2-black) !important;
    text-decoration: none !important;
    text-shadow: none !important;
    opacity: 1 !important;
  }

}


/* =========================================================
   27. TELEFOANE FOARTE MICI
   ========================================================= */

@media (max-width: 390px) {

  .ov2-logo__symbol {
    display: none;
  }

  .ov2-logo__content strong {
    font-size: 18px;
  }

  .ov2-header__cta {
    padding-inline: 9px;

    font-size: 6px;
  }

  .ov2-hero__title {
    font-size: 35px;
  }

  .ov2-hero__intro {
    font-size: 14px;
  }

  .ov2-result-card {
    flex-basis: calc(90vw - 24px);

    width: calc(90vw - 24px);
  }

  .ov2-package-card__content h4 {
    font-size: 18px;
  }

  .ov2-package-card__description p {
    font-size: 14px;
  }

  .ov2-mobile-cta {
    grid-template-columns:
      minmax(95px, 0.75fr)
      minmax(0, 1.25fr);
  }

  .ov2-mobile-cta__price strong {
    font-size: 14px;
  }

}


/* =========================================================
   ELEMENTOR — ELIMINARE SPAȚIERI
   Variantă compatibilă, fără :has()
   ========================================================= */

.elementor-widget-html {
  width: 100%;
  max-width: 100%;
}

.elementor-widget-html > .elementor-widget-container {
  width: 100%;
  max-width: 100%;
}

.elementor-widget-html .ov2-page {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.elementor-widget-html .ov2-page > section,
.elementor-widget-html .ov2-page > header,
.elementor-widget-html .ov2-page > footer {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}/* End custom CSS */