@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Khand:wght@300;400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap);

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg,
      hsla(0, 0%, 100%, 0.15),
      hsla(0, 0%, 100%, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

*,
:after,
:before {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1,
h2,
h3,
h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

p {
  margin-top: 0;
}

p {
  margin-bottom: 1rem;
}

ul {
  padding-left: 2rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}

a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

img {
  vertical-align: middle;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

.container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col-3 {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}

.col-3 {
  width: 25%;
}

.col-6 {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}

.col-6 {
  width: 50%;
}

.col-9 {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}

.col-9 {
  width: 75%;
}

@media (min-width: 576px) {
  .col-sm-6 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-2,
  .col-md-3 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-4,
  .col-md-7 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 83.33333%;
  }
}

@media (min-width: 992px) {
  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-1,
  .col-lg-3 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-4,
  .col-lg-6 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }
}

:host,
:root {
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

:host,
:root {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

.loading-wrapper {
  display: none;
}

/* ============================================================
   OILVERAGE THEME TOKENS
   ============================================================ */
:root {
  --ov-navy-950: #050b14;
  --ov-navy-900: #0a1322;
  --ov-navy-800: #0f1d31;
  --ov-navy-700: #16293f;
  --ov-navy-600: #1d3550;
  --ov-line: rgba(214, 169, 87, 0.28);
  --ov-line-soft: rgba(214, 169, 87, 0.45);
  --ov-gold-100: #f8e8bd;
  --ov-gold-300: #ecc879;
  --ov-gold-500: #d6a957;
  --ov-gold-600: #c4933c;
  --ov-gold-700: #9c7026;
  --ov-ink: #ffffff;
  --ov-ink-soft: #f4f4f4;
  --ov-ink-faint: #d7d7d7;
  --ov-up: #34c97a;
  --ov-card-bg: rgba(255, 255, 255, 0.035);
  --ov-card-bg-strong: rgba(255, 255, 255, 0.055);
  --ov-gold-grad: linear-gradient(135deg, #f3d691 0%, #d6a957 45%, #a9772c 100%);
  --ov-radius-lg: 22px;
  --ov-radius-md: 16px;
}

body {
  margin: 0;
  letter-spacing: 0;
  font-family: Roboto, sans-serif;
  background: #061d45;
  background-image:
    radial-gradient(ellipse at 20% 10%, #0f3460 0%, #061d45 40%, #04152f 80%, #020a18 100%);
  font-size: 14px;
  line-height: 1.42857143;
  color: var(--ov-ink-soft);
  overflow-x: hidden;
  position: relative;
  min-height: 100vh;
}

/* ============================================================
   GOLDEN BORDER & GLOW
   ============================================================ */
body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 9999;
  border: 1px solid rgba(214, 169, 87, 0.1);
  border-radius: 14px;
  box-shadow:
    inset 0 0 40px rgba(214, 169, 87, 0.02),
    0 0 30px rgba(214, 169, 87, 0.03);
}

body::after {
  content: '';
  position: fixed;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  pointer-events: none;
  z-index: 9998;
  border: 1px solid rgba(214, 169, 87, 0.04);
  border-radius: 10px;
}

.container {
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) {
  .container {
    max-width: 970px;
  }
}

@media (max-width: 991px) {
  .container {
    max-width: 750px;
  }
}

img {
  max-width: 100%;
}

/* ============================================================
   GOLDEN DIVIDER RULE
   ============================================================ */
.gold-rule {
  border: none;
  height: 1px;
  margin: 20px auto;
  max-width: 1300px;
  background: linear-gradient(90deg,
      transparent,
      rgba(214, 169, 87, 0.1) 10%,
      rgba(214, 169, 87, 0.3) 30%,
      rgba(214, 169, 87, 0.15) 50%,
      rgba(214, 169, 87, 0.3) 70%,
      rgba(214, 169, 87, 0.1) 90%,
      transparent);
  box-shadow: 0 0 15px rgba(214, 169, 87, 0.05);
}

.gold-rule::after {
  content: '';
  position: absolute;
  top: 0;
  left: 25%;
  right: 25%;
  height: 1px;
  background: linear-gradient(90deg,
      transparent,
      rgba(214, 169, 87, 0.15),
      rgba(214, 169, 87, 0.3),
      rgba(214, 169, 87, 0.15),
      transparent);
  filter: blur(2px);
}

.bottom-wrap {
  background: var(--ov-navy-900);
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn-form {
	display: inline-block;
	width: 100%;
	min-width: 220px;
	padding: 16px 40px;
	height: auto;
	background: linear-gradient(135deg, #f3d691 0%, #d6a957 45%, #a9772c 100%);
	box-shadow: 0 4px 15px rgba(214, 169, 87, 0.4), 0 8px 30px rgba(6, 12, 22, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
	border-radius: 50px;
	color: #1a1306;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
	position: relative;
	border: none;
	text-transform: uppercase;
}

.btn-form:hover {
  color: #1a1306;
  transform: translateY(-3px) scale(1.02);
  box-shadow:
    0 6px 25px rgba(214, 169, 87, 0.5),
    0 12px 40px rgba(6, 12, 22, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    0 0 50px rgba(214, 169, 87, 0.15);
}

.register-btn {
  height: 56px;
  background: linear-gradient(135deg, #f3d691 0%, #d6a957 45%, #a9772c 100%);
  box-shadow:
    0 4px 15px rgba(214, 169, 87, 0.4),
    0 8px 30px rgba(6, 12, 22, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  color: #1a1306;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  padding-top: 7px;
  cursor: pointer;
  display: block;
  border: none;
  font-size: 21px;
  margin-top: 16px;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.register-btn:hover {
  transform: translateY(-3px);
  box-shadow:
    0 6px 25px rgba(214, 169, 87, 0.5),
    0 12px 40px rgba(6, 12, 22, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

/* ============================================================
   HEADER
   ============================================================ */
.header {
  background-color: rgba(8, 16, 28, 0.92);
  border-bottom: 1px solid var(--ov-line-soft);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  top: 0;
  left: 0;
  width:100%;
  z-index: 10000;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
}

.brand-crest {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-name {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: 1.5px;
  color: var(--ov-gold-300);
  background: var(--ov-gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.brand-tagline {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 2px;
  color: var(--ov-gold-500);
  margin-top: 3px;
}

.header-spots {
  display: flex;
  float: right;
  padding: 8px 22px;
  margin: 12px 8%;
  border-radius: 14px;
  border: 1.5px solid var(--ov-gold-600);
  background: rgba(214, 169, 87, 0.06);
  box-shadow: 0 0 20px rgba(214, 169, 87, 0.05);
}

.header-spots-text {
  display: inline-block;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: var(--ov-ink-soft);
  text-align: center;
  font-family: Montserrat;
  margin-bottom: 0;
  text-transform: uppercase;
}

.header-spots-text-counter {
  font-weight: 800;
  font-size: 28px;
  line-height: 30px;
  color: var(--ov-gold-300);
  display: block;
  text-align: center;
  text-shadow: 0 0 20px rgba(214, 169, 87, 0.2);
}

@media (max-width: 767px) {
  .header-spots {
    padding: 5px 14px;
    margin: 10px 2%;
  }

  .brand-name {
    font-size: 16px;
  }

  .brand-tagline {
    font-size: 8px;
  }

  .brand-crest {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 370px) {
  .brand {
    padding: 10px 10px;
  }
}

/* ============================================================
   HERO SECTION - WITH hero_image.png BACKGROUND
   ============================================================ */
.main {
  background-image: url(../assets/hero_image.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 20%;
  padding: 30px 0px;
  background-color: var(--ov-navy-900);
  position: relative;
  overflow: hidden;
}


.main::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg,
      rgba(2, 8, 18, .80) 0%,
      rgba(2, 8, 18, .55) 30%,
      rgba(2, 8, 18, .25) 65%,
      rgba(2, 8, 18, .15) 100%);
  z-index: 1;
}

.main .container {
  position: relative;
  z-index: 2;
}

.wrap-v2 .main,
.wrap-v2 .celebrities {
  position: relative;
  z-index: 1;
}

.wrap-v2 .trades-title {
  color: var(--ov-ink);
}

.wrap-v2 .trades .btn-form {
  font-size: 16px;
  min-width: 200px;
  padding: 14px 30px;
}

.wrap-v2 .bottom-wrap {
  background: var(--ov-navy-900);
}

.wrap-v2 .register {
  background: transparent;
  padding-top: 30px;
}

.wrap-v2 .register-box-title {
  padding-top: 0;
}

.wrap-v2 .register-box-text {
  font-size: 14px;
}

.wrap-v2 .test-footer-wrap {
  background: transparent;
}

.wrap-v2 .celebrities-img {
  width: 100%;
}

.wrap-v2 .celebrities-text {
  text-shadow: none;
}

.wrap-v2 .review-name {
  font-size: 16px;
  width: 60%;
}

.wrap-v2 .main .row {
  align-items: center;
}

.wrap-v2 .container {
  position: relative;
  z-index: 2;
}

.wrap-v2 .main .container::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -10%;
  width: 70%;
  height: 100%;
  background: radial-gradient(ellipse, rgba(214, 169, 87, 0.08) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.main-img {
  position: relative;
  width: 100%;
  max-width: 100%;
  filter: drop-shadow(0 0 60px rgba(214, 169, 87, 0.25)) drop-shadow(0 0 100px rgba(214, 169, 87, 0.15)) drop-shadow(0 0 180px rgba(214, 169, 87, 0.08));
  animation: goldenPulse 4s ease-in-out infinite;
  border-radius: 12px;
  display: block;
  margin: 0 auto;
}

.col-lg-8 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.col-lg-8::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse, rgba(214, 169, 87, 0.15) 0%, rgba(214, 169, 87, 0.05) 40%, transparent 70%);
  pointer-events: none;
  z-index: 0;
  animation: goldenGlowPulse 3s ease-in-out infinite;
}

.col-lg-8::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  background: radial-gradient(ellipse, rgba(214, 169, 87, 0.08) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
  animation: goldenGlowPulse 4s ease-in-out infinite reverse;
}

.main-img-mob {
  display: none;
  position: relative;
  filter: drop-shadow(0 0 40px rgba(214, 169, 87, 0.2)) drop-shadow(0 0 80px rgba(214, 169, 87, 0.1));
  animation: goldenPulse 4s ease-in-out infinite;
  border-radius: 12px;
  max-width: 90%;
  margin: 20px auto;
}

@keyframes goldenPulse {

  0%,
  100% {
    filter: drop-shadow(0 0 60px rgba(214, 169, 87, 0.25)) drop-shadow(0 0 100px rgba(214, 169, 87, 0.15)) drop-shadow(0 0 180px rgba(214, 169, 87, 0.08));
  }

  50% {
    filter: drop-shadow(0 0 80px rgba(214, 169, 87, 0.35)) drop-shadow(0 0 140px rgba(214, 169, 87, 0.2)) drop-shadow(0 0 220px rgba(214, 169, 87, 0.1));
  }
}

@keyframes goldenGlowPulse {

  0%,
  100% {
    opacity: 0.6;
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.15);
  }
}

.main-title {
  margin-bottom: 20px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  text-align: left;
  color: var(--ov-ink);
  text-shadow: 0 2px 30px rgba(0, 0, 0, 0.4);
}

.main-title-big {
  font-size: 52px;
  line-height: 1.08;
  text-transform: uppercase;
  font-weight: 800;
  display: block;
  margin: 8px 0;
  background: linear-gradient(135deg, #f3d691 0%, #d6a957 45%, #a9772c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 60px rgba(214, 169, 87, 0.2);
}

.main-form {
    position: relative;
    box-sizing: border-box;
    padding: 10px 0;
    border-radius: inherit;
    max-width: 350px;
    margin: 24px 0 0;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
}

.main-form-btn {
  display: none;
  position: relative;
  background: linear-gradient(135deg, #f3d691 0%, #d6a957 45%, #a9772c 100%);
  border-radius: 50px;
  color: #1a1306;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 16px 20px;
  box-shadow: 0 4px 15px rgba(214, 169, 87, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media (max-width: 991px) {

  .wrap-v2 .main,
  .wrap-v2 .celebrities {
    margin-top: 100px;
  }

  .main-title {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
  }

  .main-title-big {
    font-size: 34px;
  }

  .main-form-btn {
    display: block;
  }

  .col-lg-8::before,
  .col-lg-8::after {
    display: none;
  }

  .main-img {
    display: none !important;
  }

  .main-img-mob {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .main-img-mob {
    max-width: 100%;
    padding: 0 10px;
  }
}

/* ============================================================
   AFTER HERO SECTION - WITH fon2.jpg BACKGROUND
   ============================================================ */
.celebrities,
.trades,
.review,
.register,
.exchange,
.testimonials,
.comments,
.footer,
.testimonials-1 {
  position: relative;
  background-image: url(../assets/fon2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 20%;
  background-attachment: fixed;
  border: 1px solid rgba(214, 169, 87, 0.12);
  border-radius: 20px;
  box-shadow:
    0 4px 20px rgba(0, 0, 0, 0.2),
    0 0 20px rgba(214, 169, 87, 0.03),
    inset 0 1px 0 rgba(214, 169, 87, 0.05);
  transition: all 0.4s ease;
  margin: 15px 10px;
  padding: 30px 20px;
}

/* Overlay for sections with fon2.jpg */
.celebrities::before,
.trades::before,
.review::before,
.register::before,
.exchange::before,
.testimonials::before,
.comments::before,
.footer::before,
.testimonials-1::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(10, 20, 35, 0.85);
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
}

/* Make sure content stays above overlay */
.celebrities .container,
.trades .container,
.review .container,
.register .container,
.exchange .container,
.testimonials .container,
.comments .container,
.footer .container,
.testimonials-1 .container {
  position: relative;
  z-index: 1;
}

.celebrities:hover,
.trades:hover,
.review:hover,
.register:hover,
.exchange:hover,
.testimonials:hover,
.comments:hover,
.footer:hover,
.testimonials-1:hover {
  border-color: rgba(214, 169, 87, 0.3);
  box-shadow:
    0 8px 30px rgba(0, 0, 0, 0.25),
    0 0 30px rgba(214, 169, 87, 0.05),
    inset 0 1px 0 rgba(214, 169, 87, 0.08);
}

/* Subtle golden glow line on top of sections */
.celebrities::after,
.trades::after,
.review::after,
.register::after,
.exchange::after,
.testimonials::after,
.comments::after,
.footer::after,
.testimonials-1::after {
  content: '';
  position: absolute;
  top: -1px;
  left: 15%;
  right: 15%;
  height: 1px;
  background: linear-gradient(90deg,
      transparent,
      rgba(214, 169, 87, 0.15),
      rgba(214, 169, 87, 0.3),
      rgba(214, 169, 87, 0.15),
      transparent);
  opacity: 0.6;
  z-index: 2;
}

/* Subtle golden glow line on bottom of sections */
.celebrities .gold-line-bottom,
.trades .gold-line-bottom,
.review .gold-line-bottom,
.register .gold-line-bottom,
.exchange .gold-line-bottom,
.testimonials .gold-line-bottom,
.comments .gold-line-bottom,
.footer .gold-line-bottom,
.testimonials-1 .gold-line-bottom {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 15%;
  right: 15%;
  height: 1px;
  background: linear-gradient(90deg,
      transparent,
      rgba(214, 169, 87, 0.15),
      rgba(214, 169, 87, 0.3),
      rgba(214, 169, 87, 0.15),
      transparent);
  opacity: 0.6;
}

/* ============================================================
   CELEBRITIES / TRUST CARDS
   ============================================================ */
.celebrities {
  padding: 50px 20px 60px;
}

.celebrities-title {
  display: none;
  font-family: Montserrat;
  margin-top: 0;
  font-size: 26px;
  font-style: normal;
  line-height: 1.06;
  color: var(--ov-ink);
  text-align: center;
  padding-bottom: 20px;
  font-weight: 600;
}

.trust-cards {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.trust-card {
  flex: 1 1 320px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  background: rgba(10, 20, 35, 0.8);
  border: 2px solid rgba(214, 169, 87, 0.72);
  border-radius: var(--ov-radius-md);
  padding: 24px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15), 0 0 15px rgba(214, 169, 87, 0.02);
  transition: all 0.4s ease;
}

.trust-card:hover {
  transform: translateY(-6px);
  border-color: rgba(214, 169, 87, 0.25);
  box-shadow: 0 4px 0 #9c7026, 0 18px 35px rgba(6, 12, 22, .45);
}

.trust-card-photo {
  width: 235px;
  height: 250px;
  object-fit: cover;
  border-radius: 12px;
  flex-shrink: 0;
}

.trust-card-body {
  font-family: Montserrat;
  color: var(--ov-ink-soft);
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.trust-card-name {
  margin: 0;
  font-size: 19px;
  font-weight: 700;
  color: var(--ov-ink);
}

.trust-card-role {
  margin: 2px 0 10px;
  font-size: 13px;
  font-weight: 400;
  color: var(--ov-gold-300);
}

.trust-card-quote {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
  position: relative;
  padding-left: 4px;
}

.trust-card-quote .fa-quote-left,
.trust-card-quote .fa-quote-right {
  color: var(--ov-gold-600);
  font-size: 12px;
  margin: 0 4px;
}

@media (max-width: 767px) {
  .trust-cards {
    flex-direction: column;
  }

  .trust-card {
    flex-direction: column;
  }

  .trust-card-photo {
    width: 100%;
    height: 180px;
  }
}

/* ============================================================
   TRADES / AI SECTION
   ============================================================ */
.trades {
  padding: 40px 20px 50px;
}

.trades-title {
  color: var(--ov-ink);
  font-size: 32px;
  line-height: 1.4;
  text-align: left;
  font-weight: 700;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat;
  max-width: 500px;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.trades-title .accent {
  background: linear-gradient(135deg, #f3d691 0%, #d6a957 45%, #a9772c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 40px rgba(214, 169, 87, 0.15);
}

.trades-phone {
  max-width: 100%;
  margin-left: 0;
}

.trades-list {
  margin: 30px 0 30px;
  padding-left: 0;
}

.trades-item {
  list-style: none;
  width: 100%;
  max-width: 280px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(10, 20, 35, 0.7);
  border: 1px solid var(--ov-line-soft);
  border-radius: 14px;
  padding: 12px 16px;
  margin-bottom: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.trades-item:hover {
  transform: translateX(4px);
  border-color: rgba(214, 169, 87, 0.3);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2), 0 0 20px rgba(214, 169, 87, 0.05);
}

.trades-coin {
  font-size: 14px;
  font-weight: 600;
  color: var(--ov-ink);
}

.trades-value {
  color: var(--ov-up);
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 700;
  margin-left: auto;
  margin-right: 10px;
}

.trades-plus {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(52, 201, 122, 0.15);
  padding: 5px;
  color: var(--ov-up);
}

.trades .btn-form {
  font-size: 16px;
  min-width: 200px;
  padding: 14px 30px;
  position: relative;
  margin-top: 15px;
}

@media (max-width: 1199px) {
  .trades-list {
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .trades-title {
    font-size: 24px;
    line-height: 1.3;
    margin: 0 auto 30px;
    text-align: center;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .trades .row {
    flex-direction: column-reverse;
  }

  .trades-list {
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .trades-item {
    display: flex;
  }

  .trades .btn-form {
    position: relative;
    margin: 20px auto 0;
  }
}

/* ============================================================
   REVIEW SECTION
   ============================================================ */
.review {
  padding: 60px 20px 50px;
  margin-top: 0;
  background-image: url();
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 20%;
  background-attachment: fixed;
}

.review::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(8, 29, 68, 0.85);
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
}

.review .container {
  position: relative;
  z-index: 1;
}

.review .row-flex {
  padding-top: 30px;
  justify-content: center;
  gap: 20px;
}

.review-title {
  font-size: 32px;
  margin-bottom: 12px;
  border-bottom: none;
  padding-bottom: 0;
  font-weight: 700;
  line-height: 1.3;
  color: var(--ov-ink);
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
  font-family: Montserrat;
  text-align: center;
}

.review-subtitle {
  font-size: 16px;
  font-weight: 300;
  color: var(--ov-ink-faint);
  line-height: 1.6;
  margin-bottom: 0;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat;
  text-align: center;
}

.review-block {
  text-align: center;
  position: unset;
  font-size: 14px;
  color: var(--ov-ink-soft);
  max-width: 340px;
  margin: auto auto 30px;
  background: rgba(10, 20, 35, 0.8);
  border: 1px solid rgba(214, 169, 87, 0.1);
  border-radius: var(--ov-radius-lg);
  overflow: hidden;
  box-shadow:
    0 4px 15px rgba(0, 0, 0, 0.15),
    0 0 15px rgba(214, 169, 87, 0.02);
  transition: all 0.4s ease;
}

.review-block:hover {
  transform: translateY(-8px) scale(1.02);
  border-color: rgba(214, 169, 87, 0.25);
  box-shadow: 0 4px 0 #9c7026, 0 18px 35px rgba(6, 12, 22, .45);
}

.review-box {
  position: relative;
  margin-bottom: 0;
}

/* .review-img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: 180px;
  object-fit: cover;
} */

.review-desc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-weight: 600;
  font-size: 18px;
  font-family: Montserrat;
  padding: 40px 14px 12px;
  background: linear-gradient(180deg, transparent, rgba(4, 8, 14, 0.9) 70%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.review-name {
  text-align: left;
  color: var(--ov-ink);
  font-size: 16px;
}

.review-money {
  padding-left: 0;
  color: var(--ov-gold-300);
  white-space: nowrap;
  font-size: 20px;
  text-shadow: 0 0 20px rgba(214, 169, 87, 0.2);
}

.review-text {
  position: inherit;
  padding: 16px 18px 6px;
  min-height: 100px;
  text-align: left;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 0;
  color: var(--ov-ink-soft);
  font-family: Montserrat;
  line-height: 1.7;
}

.review-stars {
  padding: 0 18px 18px;
  color: var(--ov-gold-500);
  font-size: 14px;
  letter-spacing: 2px;
}

@media (max-width: 1199px) {
  .review {
    padding-top: 50px;
  }

  .review-block {
    max-width: 300px;
  }
}

@media (max-width: 991px) {
  .review {
    margin-top: 0;
  }

  .review-title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: var(--ov-ink);
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: none;
  }

  .review-block {
    max-width: 280px;
  }
}

@media (max-width: 767px) {
  .review-block {
    max-width: 100%;
  }

  .review-desc {
    font-size: 15px;
  }

  .review-money {
    font-size: 17px;
  }

  .review-text {
    font-size: 12px;
  }
}

/* ============================================================
   REGISTER / FEATURES SECTION
   ============================================================ */
.register {
  padding: 50px 20px 50px;
  background-image: url();
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 20%;
  background-attachment: fixed;
  font-family: Montserrat;
}

.register::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(7, 26, 60, 0.85);
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
}

.register .container {
  position: relative;
  z-index: 1;
}

.register-title {
  font-size: 26px;
  margin-bottom: 6px;
  text-transform: none;
  line-height: 1.33;
  font-weight: 700;
  background: var(--ov-gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 40px rgba(214, 169, 87, 0.15);
  text-align: center;
}

.register-subtitle {
  color: var(--ov-ink-faint);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  margin-bottom: 40px;
  text-align: center;
}

.register-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
}

.register-icon-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid var(--ov-gold-600);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ov-gold-300);
  font-size: 40px;
  background: rgba(214, 169, 87, 0.06);
  box-shadow: 0 0 20px rgba(214, 169, 87, 0.05);
}

.register-box {
  padding: 24px;
  margin: 10px auto;
  max-width: 320px;
  height: auto;
  border-radius: 16px;
  background: rgba(10, 20, 35, 0.8);
  position: relative;
  text-align: center;
  border: 1px solid rgba(214, 169, 87, 0.08);
  box-shadow:
    0 4px 15px rgba(0, 0, 0, 0.15),
    0 0 15px rgba(214, 169, 87, 0.02);
  transition: all 0.4s ease;
}

.register-box:hover {
  transform: translateY(-8px);
  border-color: rgba(214, 169, 87, 0.25);
  box-shadow: 0 4px 0 #9c7026, 0 18px 35px rgba(6, 12, 22, .45);
}

.register-box-title {
  text-align: center;
  line-height: 1.2;
  font-size: 17px;
  font-weight: 600;
  font-style: normal;
  color: var(--ov-ink);
  margin-bottom: 8px;
  padding-top: 0;
}

.register-box-text {
  font-size: 14px;
  color: var(--ov-ink-faint);
  text-align: center;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .register-title {
    font-size: 22px;
  }

  .register-box {
    max-width: unset;
  }
}

/* ============================================================
   EXCHANGE SECTION
   ============================================================ */
.exchange {
  padding: 50px 20px 10px;
  background-image: url();
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 20%;
  background-attachment: fixed;
  font-family: Montserrat;
}

.exchange::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(11, 34, 74, 0.85);
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
}

.exchange .container {
  position: relative;
  z-index: 1;
}

.exchange-subtitle {
  margin-bottom: 30px;
  font-size: 16px;
  color: var(--ov-ink-faint);
  font-weight: 600;
  text-align: center;
}

.exchange-subtitle .green {
  font-size: 28px;
  line-height: 1.22;
  color: var(--ov-gold-300);
  font-weight: 700;
  text-shadow: 0 0 30px rgba(214, 169, 87, 0.15);
}

.exchange-title {
  text-align: left;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  padding-bottom: 16px;
  margin-bottom: 18px;
  color: var(--ov-gold-300);
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}

.exchange-text {
  font-style: normal;
  color: var(--ov-ink-faint);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: normal;
  margin-bottom: 10px;
}

.exchange-text strong,
.exchange-text b {
  color: var(--ov-ink-soft);
}

.exchange-img {
  display: block;
  max-width: 100%;
  margin: 0 auto 20px;
}

.exchange-platforms {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--ov-line-soft);
  border-radius: 14px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 20px 5px;
  margin-bottom: 30px;
  filter: grayscale(0.15) brightness(1.4);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.exchange-platforms-img {
  width: 45px;
}

@media (max-width: 991px) {
  .exchange .row-wrap {
    padding: 20px 0;
  }

  .exchange-img {
    display: none;
  }

  .exchange-title {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .exchange-title {
    font-size: 22px;
  }
}

/* ============================================================
   TESTIMONIALS SECTION
   ============================================================ */
.testimonials {
  font-family: Montserrat;
  padding: 40px 20px 10px;
  background-image: url();
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 20%;
  background-attachment: fixed;
}

.testimonials::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(10, 20, 35, 0.85);
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
}

.testimonials .container {
  position: relative;
  z-index: 1;
}

.testimonials-title {
  text-align: center;
  color: var(--ov-ink);
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.comments-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
}

.comments-grid .block {
  flex: 1 1 300px;
  padding: 20px;
  border: 1px solid rgba(214, 169, 87, 0.1);
  background: rgba(10, 20, 35, 0.8);
  border-radius: var(--ov-radius-md);
  margin: 0;
  box-shadow:
    0 4px 15px rgba(0, 0, 0, 0.15),
    0 0 15px rgba(214, 169, 87, 0.02);
  transition: all 0.4s ease;
}

.comments-grid .block:hover {
  transform: translateY(-6px);
  border-color: rgba(214, 169, 87, 0.25);
  box-shadow: 0 4px 0 #9c7026, 0 18px 35px rgba(6, 12, 22, .45);
}

.block-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.block-img {
  width: 50px;
  height: 50px;
  max-width: 50px;
  border-radius: 50%;
  display: block;
  object-fit: cover;
}

.block-name {
  font-size: 16px;
  font-weight: 700;
  color: var(--ov-ink);
  margin-bottom: 2px;
}

.block-star {
  color: var(--ov-gold-500);
  font-size: 13px;
  letter-spacing: 1px;
}

.block-text {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  color: var(--ov-ink-faint);
}

.block-comment {
  padding: 12px 0 0;
  display: flex;
  gap: 18px;
}

.block-comment-link {
  color: var(--ov-ink-faint);
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.block-comment-link:hover {
  color: var(--ov-gold-300);
}

/* ============================================================
   COMMENTS / REGISTER SECTION
   ============================================================ */
.comments {
  padding: 30px 20px 50px;
  font-family: Montserrat;
  background-image: url();
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 20%;
  background-attachment: fixed;
}

.comments::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(10, 20, 35, 0.85);
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
}

.comments .container {
  position: relative;
  z-index: 1;
}

.comments-title {
  font-size: 30px;
  line-height: 1.33;
  font-weight: 700;
  font-style: normal;
  width: 80%;
  margin: 0 auto 30px;
  color: var(--ov-ink);
  text-align: center;
  padding-top: 20px;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.comments .btn-form {
  color: #1a1306;
  font-size: 20px;
  min-width: 200px;
  padding: 16px 40px;
  text-align: center;
  display: block;
  margin: 0 auto;
  position: relative;
  border-radius: 50px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.comments .btn-form:hover {
  color: #1a1306;
}

@media (max-width: 991px) {
  .comments-title {
    font-size: 24px;
    width: 100%;
  }

  .comments .btn-form {
    width: 85%;
  }
}

/* ============================================================
   TESTIMONIALS-1 SECTION
   ============================================================ */
.testimonials-1 {
  font-family: Montserrat;
  padding: 50px 20px 40px;
  background-image: url();
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 20%;
  background-attachment: fixed;
}

.testimonials-1::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(10, 20, 35, 0.85);
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
}

.testimonials-1 .container {
  position: relative;
  z-index: 1;
}

.testimonials-1 .row-flex {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}

.testimonials-1 .col-lg-3 {
  flex: 1 1 280px;
  max-width: 340px;
}

.testimonials-1 .testimonial {
  text-align: center;
  background: rgba(10, 20, 35, 0.7);
  border: 1px solid rgba(214, 169, 87, 0.1);
  border-radius: var(--ov-radius-md);
  padding: 28px 20px 24px;
  box-shadow:
    0 4px 15px rgba(0, 0, 0, 0.15),
    0 0 15px rgba(214, 169, 87, 0.02);
  transition: all 0.4s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.testimonials-1 .testimonial:hover {
  transform: translateY(-8px);
  border-color: rgba(214, 169, 87, 0.25);
  box-shadow: 0 4px 0 #9c7026, 0 18px 35px rgba(6, 12, 22, .45);
}

.testimonials-1 .testimonial-name {
  display: block;
  font-size: 19px;
  font-weight: 700;
  color: var(--ov-ink);
  margin-bottom: 4px;
}

.testimonials-1 .testimonial-money {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: var(--ov-gold-300);
  text-shadow: 0 0 30px rgba(214, 169, 87, 0.2);
  margin-bottom: 14px;
}

.testimonials-1 .testimonial-person {
  position: relative;
  margin-bottom: 14px;
}

.testimonials-1 .testimonial-person-img {
  width: 85px;
  height: 85px;
  max-width: 85px;
  display: block;
  border-radius: 50%;
  object-fit: cover;
  border: 2.5px solid rgba(214, 169, 87, 0.2);
  box-shadow: 0 0 30px rgba(214, 169, 87, 0.08);
  margin: 0 auto;
  transition: all 0.3s ease;
}

.testimonials-1 .testimonial:hover .testimonial-person-img {
  border-color: rgba(214, 169, 87, 0.4);
  box-shadow: 0 0 50px rgba(214, 169, 87, 0.15);
}

.testimonials-1 .testimonial-person-money {
  display: none;
}

.testimonials-1 .testimonial-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--ov-ink-faint);
  margin-bottom: 0;
  text-align: center;
  font-style: italic;
}

.testimonials-1 .testimonial-text::before {
  content: '"';
  color: var(--ov-gold-500);
  font-size: 22px;
  font-weight: 700;
}

.testimonials-1 .testimonial-text::after {
  content: '"';
  color: var(--ov-gold-500);
  font-size: 22px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .testimonials-1 {
    margin: 10px 5px;
    padding: 20px 15px;
    border-radius: 14px;
  }

  .testimonials-1 .col-lg-3 {
    flex: 1 1 240px;
    max-width: 280px;
  }

  .testimonials-1 .testimonial-money {
    font-size: 20px;
  }

  .testimonials-1 .testimonial-person-img {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 767px) {
  .testimonials-1 {
    margin: 8px 4px;
    padding: 15px 12px;
    border-radius: 12px;
  }

  .testimonials-1 .col-lg-3 {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .testimonials-1 .testimonial {
    padding: 20px 16px;
  }

  .testimonials-1 .testimonial-person-img {
    width: 60px;
    height: 60px;
  }

  .testimonials-1 .testimonial-money {
    font-size: 18px;
  }

  .testimonials-1 .testimonial-name {
    font-size: 17px;
  }

  .testimonials-1 .testimonial-text {
    font-size: 13px;
  }
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  padding: 30px 20px 10px;
  text-align: center;
  background-image: url();
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 20%;
  background-attachment: fixed;
  font-family: Montserrat;
}

.footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(7, 21, 45, 0.85);
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
}

.footer .container {
  position: relative;
  z-index: 1;
}

.footer-terms {
  font-size: 13px;
  margin: 10px;
}

.footer-terms-link {
  margin-right: 14px;
  color: var(--ov-ink-faint);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-terms-link:hover {
  color: var(--ov-gold-300);
}

.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.footer-logo-img {
  display: block;
  max-width: 36px;
}

.footer-subtitle {
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  color: var(--ov-ink);
  margin: 0;
}

.copyright {
  font-weight: 400;
  padding: 16px;
  text-align: center;
  color: var(--ov-ink-faint);
  font-family: Montserrat;
  font-size: 12px;
  background: var(--ov-navy-950);
  border-radius: 0 0 20px 20px;
  margin: 0 10px 10px;
  border: 1px solid rgba(214, 169, 87, 0.08);
  border-top: none;
}

.wrap-v3 .main-form {
  max-width: 100%;
  width: 100%;
}

.wrap-v3 .celebrities .celebrities-text {
  left: 16px;
}

.wrap-v3 .main-img-mob,
.wrap-v3 .trades-phone-xs {
  display: none;
}

@media (max-width: 991px) {
  .wrap-v3 .main-form-btn {
    padding: 20px 10px;
  }

  .wrap-v3 .main-img {
    display: none !important;
  }

  .wrap-v3 .celebrities {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .wrap-v3 .trades .btn-form {
    font-size: 20px;
  }

  .wrap-v3 .trades-phone.trades-phone-lg {
    display: none;
  }

  .wrap-v3 .trades-phone.trades-phone-xs {
    display: block;
  }
}

@media (max-width: 700px) {
  .wrap-v3 .main-img-mob {
    padding-top: 20px;
    display: block !important;
    max-width: 100%;
    margin: 0 auto;
  }
}

.wrap-v4 .header .row {
  justify-content: space-between;
}

.wrap-v4 .main-form {
  padding: 0;
}

.wrap-v4 .celebrities-text {
  text-shadow: none;
}

.wrap-v4 .test-footer-wrap {
  background: transparent !important;
}

.header-logo-img {
  height: 50px;
  display: block;
}

.footer-logo-img {
  padding-right: 0;
  max-width: 300px;
}

[data-flow-status="inactive"] {
  display: none !important;
}

/* ============================================================
   ANIMATIONS
   ============================================================ */
@keyframes goldenGlowPulse {

  0%,
  100% {
    box-shadow: 0 0 30px rgba(214, 169, 87, 0.03), inset 0 0 30px rgba(214, 169, 87, 0.02);
  }

  50% {
    box-shadow: 0 0 60px rgba(214, 169, 87, 0.08), inset 0 0 50px rgba(214, 169, 87, 0.05);
  }
}

body {
  animation: goldenGlowPulse 6s ease-in-out infinite;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.trust-card,
.review-block,
.comments-grid .block,
.register-box,
.testimonials-1 .testimonial {
  animation: fadeInUp 0.8s ease-out forwards;
  opacity: 0;
}

.trust-card:nth-child(1) {
  animation-delay: 0.1s;
}

.trust-card:nth-child(2) {
  animation-delay: 0.2s;
}

.review-block:nth-child(1) {
  animation-delay: 0.1s;
}

.review-block:nth-child(2) {
  animation-delay: 0.2s;
}

.review-block:nth-child(3) {
  animation-delay: 0.3s;
}

.comments-grid .block:nth-child(1) {
  animation-delay: 0.1s;
}

.comments-grid .block:nth-child(2) {
  animation-delay: 0.2s;
}

.comments-grid .block:nth-child(3) {
  animation-delay: 0.3s;
}

.register-box:nth-child(1) {
  animation-delay: 0.1s;
}

.register-box:nth-child(2) {
  animation-delay: 0.2s;
}

.register-box:nth-child(3) {
  animation-delay: 0.3s;
}

.testimonials-1 .testimonial:nth-child(1) {
  animation-delay: 0.1s;
}

.testimonials-1 .testimonial:nth-child(2) {
  animation-delay: 0.2s;
}

.testimonials-1 .testimonial:nth-child(3) {
  animation-delay: 0.3s;
}

/* Smooth hover transitions */
.btn-form,
.register-btn,
a[href],
.trust-card,
.review-block,
.comments-grid .block,
.register-box,
.trades-item,
.testimonials-1 .testimonial {
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* ============================================================
   RESPONSIVE ADJUSTMENTS
   ============================================================ */
@media (max-width: 991px) {
  body {
    border-radius: 8px;
  }

  body::before {
    border-radius: 10px;
  }

  body::after {
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border-radius: 8px;
  }

  .celebrities,
  .trades,
  .review,
  .register,
  .exchange,
  .testimonials,
  .comments,
  .footer,
  .testimonials-1 {
    margin: 10px 5px;
    padding: 20px 15px;
    border-radius: 14px;
  }

  .celebrities::after,
  .trades::after,
  .review::after,
  .register::after,
  .exchange::after,
  .testimonials::after,
  .comments::after,
  .footer::after,
  .testimonials-1::after {
    left: 5%;
    right: 5%;
  }
}

@media (max-width: 767px) {
  body {
    border-radius: 6px;
  }

  body::before {
    border-radius: 8px;
    border-width: 1.5px;
  }

  body::after {
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border-radius: 6px;
  }

  .celebrities,
  .trades,
  .review,
  .register,
  .exchange,
  .testimonials,
  .comments,
  .footer,
  .testimonials-1 {
    margin: 8px 4px;
    padding: 15px 12px;
    border-radius: 12px;
  }

  .celebrities::after,
  .trades::after,
  .review::after,
  .register::after,
  .exchange::after,
  .testimonials::after,
  .comments::after,
  .footer::after,
  .testimonials-1::after {
    left: 2%;
    right: 2%;
  }

  .trust-card,
  .review-block,
  .comments-grid .block {
    margin-bottom: 16px;
  }

  .btn-form {
    font-size: 16px;
    padding: 14px 25px;
    min-width: 160px;
  }

  .gold-rule {
    height: 2px;
    margin: 20px auto;
  }
}

.comments-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
}

/* Form input styling */
.form-control {
  font-weight: 400;
  box-sizing: border-box;
  padding: 12px 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid rgba(214, 169, 87, 0.15);
  border-radius: 12px;
  height: 50px;
  width: 100%;
  margin: 8px auto;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-control:focus {
  outline: none;
  border-color: var(--ov-gold-500);
  box-shadow: 0 0 20px rgba(214, 169, 87, 0.1);
}



.form-group,
.phonediv {
  position: relative;
  width: 100%;
}

.main {

  background-position: center center;

  background-repeat: no-repeat;

  background-size: cover;
}


/* ============================================================
   HERO SECTION - FIXED
   ============================================================ */

/* Hero section background with hero_image.png */
.wrap-v2 .main {
  background-image: url(../assets/hero_image.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: var(--ov-navy-900);
  position: relative;
  overflow: hidden;
 
}

/* Dark gradient overlay for readability */
.wrap-v2 .main::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
      rgba(2, 8, 18, 0.85) 0%,
      rgba(2, 8, 18, 0.6) 30%,
      rgba(2, 8, 18, 0.3) 60%,
      rgba(2, 8, 18, 0.1) 100%);
  z-index: 1;
  pointer-events: none;
}

/* Golden glow overlay on hero */
.wrap-v2 .main::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 10% 25%, rgba(214, 169, 87, 0.25) 0%, rgba(214, 169, 87, 0.08) 30%, transparent 55%),
    radial-gradient(ellipse at 55% 60%, rgba(214, 169, 87, 0.18) 0%, rgba(214, 169, 87, 0.06) 35%, transparent 50%),
    radial-gradient(ellipse at 85% 15%, rgba(214, 169, 87, 0.15) 0%, rgba(214, 169, 87, 0.05) 30%, transparent 45%),
    radial-gradient(ellipse at 40% 85%, rgba(214, 169, 87, 0.1) 0%, rgba(214, 169, 87, 0.04) 25%, transparent 40%);
  z-index: 0;
  pointer-events: none;
}

/* Hero container - content on top */
.wrap-v2 .main .container {
  position: relative;
  z-index: 2;
}

/* Hero image glow */
.main-img {
  position: relative;
  width: 100%;
  max-width: 450px;
  filter:
    drop-shadow(0 0 60px rgba(214, 169, 87, 0.3)) drop-shadow(0 0 120px rgba(214, 169, 87, 0.15)) drop-shadow(0 0 200px rgba(214, 169, 87, 0.08));
  animation: goldenPulse 4s ease-in-out infinite;
  border-radius: 12px;
  display: block;
  margin: 0 auto;
}

/* Golden glow ring behind image - inner */
.col-lg-8::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110%;
  height: 110%;
  background: radial-gradient(ellipse,
      rgba(214, 169, 87, 0.2) 0%,
      rgba(214, 169, 87, 0.08) 30%,
      transparent 60%);
  pointer-events: none;
  z-index: 0;
  animation: glowPulse 3s ease-in-out infinite;
  filter: blur(30px);
}

/* Golden glow ring behind image - outer */
.col-lg-8::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140%;
  height: 140%;
  background: radial-gradient(ellipse,
      rgba(214, 169, 87, 0.12) 0%,
      rgba(214, 169, 87, 0.05) 30%,
      transparent 55%);
  pointer-events: none;
  z-index: 0;
  animation: glowPulseOuter 3.5s ease-in-out infinite reverse;
  filter: blur(40px);
}

@keyframes glowPulse {

  0%,
  100% {
    opacity: 0.6;
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.12);
  }
}

@keyframes glowPulseOuter {

  0%,
  100% {
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.08);
  }
}

@keyframes goldenPulse {

  0%,
  100% {
    filter:
      drop-shadow(0 0 60px rgba(214, 169, 87, 0.3)) drop-shadow(0 0 120px rgba(214, 169, 87, 0.15)) drop-shadow(0 0 200px rgba(214, 169, 87, 0.08));
  }

  50% {
    filter:
      drop-shadow(0 0 90px rgba(214, 169, 87, 0.5)) drop-shadow(0 0 180px rgba(214, 169, 87, 0.25)) drop-shadow(0 0 300px rgba(214, 169, 87, 0.12));
  }
}

/* Hero title - golden glow */
.main-title-big {
  font-size: 51px;
  line-height: 1.08;
  text-transform: uppercase;
  font-weight: 800;
  display: block;
  margin: 8px 0;
  background: linear-gradient(135deg, #f7e0a8 0%, #d6a957 35%, #c4933c 60%, #d6a957 85%, #f7e0a8 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 0 50px rgba(214, 169, 87, 0.25),
    0 0 100px rgba(214, 169, 87, 0.12),
    0 0 150px rgba(214, 169, 87, 0.06);
  animation: titleShimmer 4s ease-in-out infinite;
}

@keyframes titleShimmer {

  0%,
  100% {
    background-position: 0% 50%;
    text-shadow:
      0 0 50px rgba(214, 169, 87, 0.25),
      0 0 100px rgba(214, 169, 87, 0.12),
      0 0 150px rgba(214, 169, 87, 0.06);
  }

  50% {
    background-position: 100% 50%;
    text-shadow:
      0 0 80px rgba(214, 169, 87, 0.4),
      0 0 160px rgba(214, 169, 87, 0.2),
      0 0 250px rgba(214, 169, 87, 0.1);
  }
}

.main-title {
  margin-bottom: 18px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  text-align: left;
  color: var(--ov-ink);
  text-shadow: 0 2px 30px rgba(0, 0, 0, 0.5);
}

/* Hero button */
.register-btn {
  height: 56px;
  background: linear-gradient(135deg, #f3d691 0%, #d6a957 45%, #a9772c 100%);
  box-shadow:
    0 4px 20px rgba(214, 169, 87, 0.5),
    0 8px 40px rgba(6, 12, 22, 0.3),
    0 0 40px rgba(214, 169, 87, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  color: #1a1306;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  padding-top: 7px;
  cursor: pointer;
  display: block;
  border: none;
  font-size: 21px;
  margin-top: 16px;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.register-btn:hover {
  transform: translateY(-3px);
  box-shadow:
    0 6px 30px rgba(214, 169, 87, 0.6),
    0 12px 50px rgba(6, 12, 22, 0.4),
    0 0 60px rgba(214, 169, 87, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

/* Mobile responsive */
@media (max-width: 991px) {
  .wrap-v2 .main {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .main-title {
    text-align: center;
    font-size: 16px;
    margin-top: 30px;
  }

  .main-title-big {
    font-size: 34px;
  }

  .col-lg-8::before,
  .col-lg-8::after {
    display: none;
  }

  .main-img {
    display: none !important;
  }

  .main-img-mob {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .main-title-big {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .main-title-big {
    font-size: 24px;
  }
}

/* ============================================================
   FORM INPUTS - FIX
   ============================================================ */
.form-control {
  font-weight: 400;
  box-sizing: border-box;
  padding: 12px 16px;
  color: #000;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid rgba(214, 169, 87, 0.2);
  border-radius: 12px;
  height: 50px;
  width: 100%;
  margin: 8px auto;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-control:focus {
  outline: none;
  border-color: var(--ov-gold-500);
  box-shadow: 0 0 25px rgba(214, 169, 87, 0.15), 0 0 50px rgba(214, 169, 87, 0.08);
}


.form-group,
.phonediv {
  position: relative;
  width: 100%;
}


.form-control {
  font-weight: 400;
  box-sizing: border-box;
  padding: 11px 12px;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 12px;
  height: 44px;
  width: 100%;
  margin: 8px auto;
}

.form-group,
.phonediv {
  position: relative;
  width: 100%;
}

#req-form-section .row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.comments-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
}

.comments-grid .block {
  flex: 1 1 300px;
}

.register-btn {
  height: 50px;
  background: linear-gradient(135deg, #f3d691 0%, #d6a957 45%, #a9772c 100%);
  box-shadow: 0 4px 0 #9c7026, 0 18px 35px rgba(6, 12, 22, .45);
  border-radius: 20px;
  color: #1a1306;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  display: block;
  border: none;
  font-size: 21px;
  width: 100%;
}