@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

section {
  overflow: hidden;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-snap-type: y;
}
body.locked {
  overflow: hidden !important;
}

ol, ul {
  list-style: none;
}

ol, ul li a {
  text-decoration: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.iti__flag {
  background-image: url("assets/images/flags.png") !important;
}

.ae {
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 0 !important;
}
.ae.in-view {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) scale(1) rotate3d(0, 0, 0, 0) skew(0, 0) !important;
}

section.hair-analysis {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(135deg, rgba(20, 30, 60, 0.95) 0%, rgba(40, 60, 120, 0.95) 50%, rgba(20, 40, 80, 0.95) 100%);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
section.hair-analysis::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="%23ffffff08"/><circle cx="80" cy="40" r="3" fill="%23ffffff05"/><circle cx="40" cy="80" r="1.5" fill="%23ffffff10"/><circle cx="60" cy="10" r="2.5" fill="%23ffffff06"/><circle cx="10" cy="70" r="1.8" fill="%23ffffff08"/></svg>');
  animation: float-particles 20s infinite linear;
  pointer-events: none;
}
section.hair-analysis .wizard-outer {
  position: relative;
  width: 90%;
  max-width: 800px;
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  padding: 60px 50px 50px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.2) inset;
  animation: fade-in-scale 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
section.hair-analysis .wizard-outer .title {
  text-align: center;
  margin-bottom: 40px;
}
section.hair-analysis .wizard-outer .title span {
  text-transform: none;
  font-size: 2.2em;
  font-weight: 600;
  padding: 0;
  display: none;
  color: #2c3e50;
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
section.hair-analysis .wizard-outer .title span:first-letter {
  text-transform: capitalize;
}
section.hair-analysis .wizard-outer .steps {
  margin-bottom: 50px;
  padding: 0 20px;
}
section.hair-analysis .wizard-outer .steps ul {
  display: flex;
  position: relative;
  justify-content: center;
  gap: 15px;
}
section.hair-analysis .wizard-outer .steps ul li {
  background: linear-gradient(135deg, #e0e6ed 0%, #d1dbe6 100%);
  border-radius: 12px;
  width: 18%;
  height: 8px;
  position: relative;
  transition: all ease 0.5s;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
section.hair-analysis .wizard-outer .steps ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -23px;
  width: 15px;
  height: 2px;
  background: linear-gradient(90deg, rgba(52, 152, 219, 0.3) 0%, transparent 100%);
  transform: translateY(-50%);
}
section.hair-analysis .wizard-outer .steps ul li:last-child::after {
  display: none;
}
section.hair-analysis .wizard-outer .steps ul li.done {
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
  box-shadow: 0 4px 15px rgba(52, 152, 219, 0.4);
  animation: progress-glow 0.6s ease-out;
}
section.hair-analysis .wizard-outer .steps ul li.done::after {
  background: linear-gradient(90deg, rgba(52, 152, 219, 0.8) 0%, rgba(52, 152, 219, 0.3) 100%);
}
section.hair-analysis .wizard-outer .content .item {
  display: none;
  box-sizing: border-box;
  animation: slide-in-up 0.5s ease-out;
}
section.hair-analysis .wizard-outer .content .item .option {
  display: flex;
  background: linear-gradient(135deg, rgba(248, 249, 250, 0.8) 0%, rgba(241, 245, 249, 0.9) 100%);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  margin: 20px auto;
  align-items: center;
  padding: 25px 30px;
  border-radius: 20px;
  max-width: 420px;
  cursor: pointer;
  border: 2px solid rgba(52, 152, 219, 0.1);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
}
section.hair-analysis .wizard-outer .content .item .option::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(52, 152, 219, 0.1) 50%, transparent 100%);
  transition: left 0.6s ease;
}
section.hair-analysis .wizard-outer .content .item .option img {
  width: 70px;
  height: 70px;
  border-radius: 15px;
  padding: 12px;
  background: linear-gradient(135deg, rgba(52, 152, 219, 0.1) 0%, rgba(155, 89, 182, 0.1) 100%);
  transition: all 0.3s ease;
}
section.hair-analysis .wizard-outer .content .item .option span {
  margin-left: 20px;
  display: block;
  font-size: 1.4em;
  font-weight: 500;
  text-transform: none;
  color: #2c3e50;
  letter-spacing: -0.3px;
}
section.hair-analysis .wizard-outer .content .item .option span:first-letter {
  text-transform: capitalize;
}
section.hair-analysis .wizard-outer .content .item .option:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(52, 152, 219, 0.15);
  border-color: rgba(52, 152, 219, 0.3);
}
section.hair-analysis .wizard-outer .content .item .option:hover::before {
  left: 100%;
}
section.hair-analysis .wizard-outer .content .item .option:hover img {
  transform: scale(1.05);
  background: linear-gradient(135deg, rgba(52, 152, 219, 0.2) 0%, rgba(155, 89, 182, 0.2) 100%);
}
section.hair-analysis .wizard-outer .content .item .option.selected {
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
  color: #fff;
  font-weight: 600;
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 20px 40px rgba(52, 152, 219, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
  transform: translateY(-2px);
}
section.hair-analysis .wizard-outer .content .item .option.selected img {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}
section.hair-analysis .wizard-outer .content .item .option.selected span {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
section.hair-analysis .wizard-outer .content .item#page6 .thanks {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  text-align: center;
}
section.hair-analysis .wizard-outer .content .item#page6 .thanks img {
  width: 100px;
  height: 100px;
  padding: 20px;
  background: linear-gradient(135deg, rgba(39, 174, 96, 0.1) 0%, rgba(46, 204, 113, 0.1) 100%);
  border-radius: 50%;
  margin-bottom: 30px;
  animation: success-bounce 0.6s ease-out;
}
section.hair-analysis .wizard-outer .content .item#page6 .thanks p {
  max-width: 80%;
  margin: 0 auto 30px;
  display: block;
  font-size: 1.8em;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  color: #2c3e50;
  background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
section.hair-analysis .wizard-outer .content .item#page6 .thanks a.btn-get-lead-border {
  text-transform: none;
  background: transparent;
  border: 2px solid #3498db;
  font-size: 1.2em;
  font-weight: 600;
  padding: 15px 40px;
  box-sizing: border-box;
  border-radius: 15px;
  color: #3498db;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 8px 25px rgba(52, 152, 219, 0.15);
}
section.hair-analysis .wizard-outer .content .item#page6 .thanks a.btn-get-lead-border:hover {
  background: #3498db;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(52, 152, 219, 0.3);
}
section.hair-analysis .wizard-outer .content .item .iti {
  display: block;
}
section.hair-analysis .wizard-outer .content .item input {
  width: 100%;
  max-width: 420px;
  display: block;
  margin: 20px auto 20px 0;
  padding: 18px 25px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 2px solid rgba(52, 152, 219, 0.1);
  font-size: 1.3em;
  font-weight: 400;
  border-radius: 15px;
  outline: none;
  box-sizing: border-box;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  color: #2c3e50;
}
section.hair-analysis .wizard-outer .content .item input::-moz-placeholder {
  color: #7f8c8d;
  font-weight: 400;
}
section.hair-analysis .wizard-outer .content .item input::placeholder {
  color: #7f8c8d;
  font-weight: 400;
}
section.hair-analysis .wizard-outer .content .item input:focus, section.hair-analysis .wizard-outer .content .item input:focus-visible {
  border-color: rgba(52, 152, 219, 0.5);
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1), 0 8px 25px rgba(52, 152, 219, 0.15);
  background: rgba(255, 255, 255, 0.95);
  transform: translateY(-1px);
}
section.hair-analysis .wizard-outer .content .item input.normal {
  padding: 18px 25px;
}
section.hair-analysis .wizard-outer .actions {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
section.hair-analysis .wizard-outer .actions a {
  display: none;
  text-transform: none;
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
  font-size: 1.2em;
  font-weight: 600;
  padding: 18px 50px;
  box-sizing: border-box;
  border-radius: 15px;
  color: #ffffff;
  border: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 15px 35px rgba(52, 152, 219, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
  position: relative;
  overflow: hidden;
  letter-spacing: 0.5px;
}
section.hair-analysis .wizard-outer .actions a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
  transition: left 0.6s ease;
}
section.hair-analysis .wizard-outer .actions a:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(52, 152, 219, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
  background: linear-gradient(135deg, #3498db 0%, #21618c 100%);
}
section.hair-analysis .wizard-outer .actions a:hover::before {
  left: 100%;
}
section.hair-analysis .wizard-outer .actions a:active {
  transform: translateY(-1px);
}
section.hair-analysis .wizard-outer .close-btn {
  position: absolute;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  top: 20px;
  right: 20px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
section.hair-analysis .wizard-outer .close-btn img {
  width: 20px;
  height: 20px;
  display: block;
  filter: brightness(0.6);
  transition: all 0.3s ease;
}
section.hair-analysis .wizard-outer .close-btn:hover {
  background: rgba(231, 76, 60, 0.1);
  box-shadow: 0 8px 25px rgba(231, 76, 60, 0.2);
  transform: scale(1.1);
}
section.hair-analysis .wizard-outer .close-btn:hover img {
  filter: brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}
section.hair-analysis.active {
  display: flex;
}

.btn-outer {
  display: flex;
  justify-content: center;
}
.btn-outer a.btn-get-lead {
  text-transform: uppercase;
  background: #c9ab81;
  font-size: 1.4em;
  padding: 1em 3em;
  box-sizing: border-box;
  border-radius: 0.875em;
  font-weight: 700;
  color: #ffffff;
}
.btn-outer a.btn-get-lead:hover {
  background: #e0cfb7;
}
.btn-outer a.btn-get-lead-border {
  text-transform: capitalize;
  background: transparent;
  border: 5px solid #c9ab81;
  font-size: 1.4em;
  padding: 1em 3em;
  box-sizing: border-box;
  border-radius: 0.875em;
  font-weight: 700;
  color: #c9ab81;
}
.btn-outer a.btn-get-lead-border:hover {
  background: #c9ab81;
  color: #ffffff;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #111111;
}

header {
  padding: 80px 0 0 0;
  z-index: 1;
  position: relative;
}
header.vita-header, header.homepage-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
header.vita-header .container, header.homepage-header .container {
  background: transparent !important;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
header.vita-header .logo a img, header.homepage-header .logo a img {
  filter: brightness(0) invert(1);
}
header.vita-header nav ul li a, header.homepage-header nav ul li a {
  color: white !important;
}
header.vita-header nav ul li a:hover, header.homepage-header nav ul li a:hover {
  color: #c9ab81 !important;
}
header.vita-header .btn-special a, header.homepage-header .btn-special a {
  color: #111111 !important;
}
header.vita-header .btn-special a:hover, header.homepage-header .btn-special a:hover {
  color: #111111 !important;
}
header.vita-header .btn-mobile span.menu-line, header.homepage-header .btn-mobile span.menu-line {
  background: white !important;
}
header.vita-header .btn-mobile span.menu-line:before, header.vita-header .btn-mobile span.menu-line:after, header.homepage-header .btn-mobile span.menu-line:before, header.homepage-header .btn-mobile span.menu-line:after {
  background: white !important;
}
header.white-version .container {
  background: #fff;
}
header.white-version .container nav ul li a {
  color: #000;
}
header .container {
  background: #000;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-radius: 1.6em;
  height: 80px;
}
header .container .logo a {
  display: block;
}
header .container .logo a img {
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transform: translate3d(0, -200%, 0);
  width: 150px;
  display: block;
}
header .container .btn-mobile {
  display: none;
  width: 60px;
  height: 100%;
  justify-content: center;
  align-items: center;
}
header .container .btn-mobile span.menu-line {
  width: 30px;
  height: 3px;
  display: inline-block;
  background: #000000;
  position: relative;
  border-radius: 1em;
  transition: all ease 0.5s;
}
header .container .btn-mobile span.menu-line:before {
  content: "";
  position: absolute;
  top: -9px;
  width: 100%;
  height: 3px;
  background: #000000;
  border-radius: 1em;
  transition: all ease 0.5s;
}
header .container .btn-mobile span.menu-line:after {
  content: "";
  position: absolute;
  top: 9px;
  width: 100%;
  height: 3px;
  background: #000000;
  border-radius: 1em;
  transition: all ease 0.5s;
}
header .container nav ul {
  display: flex;
  align-items: center;
}
header .container nav ul li {
  margin-right: 2.5em;
}
header .container nav ul li a {
  text-transform: capitalize;
  color: #fff;
  font-size: 1.2em;
}
header .container nav ul li:nth-last-child(1) {
  margin-right: 0;
}
header .container nav ul li.btn-special {
  background: #c9ab81;
  box-sizing: border-box;
  border-radius: 1.6em;
  font-weight: 700;
}
header .container nav ul li.btn-special a {
  display: block;
  padding: 0.7em 1.6em;
}
header .container nav ul li.btn-special:hover {
  background: #e0cfb7;
}
header.in-view .logo a img {
  transform: translate3d(0, 0, 0);
}

section.homepage-v2 {
  width: 100%;
  height: 100vh;
  margin-top: -160px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
section.homepage-v2.in-view .container h1 {
  opacity: 1;
  transition-delay: .3s;
  transform: translate3d(0, 0, 0);
}
section.homepage-v2.in-view .container h1 span.highlight b {
  opacity: 1;
  transition-delay: 1s;
  transform: translate3d(0, 0, 0);
}
section.homepage-v2::before, section.homepage-v2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
section.homepage-v2::before {
  background: #007aff;
  opacity: 0.6;
}
section.homepage-v2::after {
  background-image: radial-gradient(circle, #000 1px, transparent 1px), radial-gradient(circle, #000 1px, transparent 1px);
  background-position: 0 0, 5px 5px;
  background-size: 10px 10px;
  opacity: 0.4;
  z-index: 3;
}
section.homepage-v2 .video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
section.homepage-v2 .container {
  z-index: 4;
  position: relative;
  text-align: center;
}
section.homepage-v2 .container h1 {
  font-family: "Caveat", sans-serif;
  max-width: 70%;
  margin: auto;
  color: #ffffff;
  font-weight: 700;
  font-size: 4.2em;
  text-align: center;
  text-transform: capitalize;
  line-height: 1.3;
  opacity: 0;
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  transform: translate3d(0, 20%, 0);
}
section.homepage-v2 .container h1 span.highlight {
  display: block;
  margin-bottom: 0.5em;
}
section.homepage-v2 .container h1 span.highlight b {
  opacity: 0;
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  transform: translate3d(0, -40%, 0);
  text-transform: initial;
  border-bottom: 10px solid yellow;
  font-size: 1.4em;
}

section.homepage {
  -webkit-height: calc(100vh - 160px);
  -moz-height: calc(100vh - 160px);
  -ms-height: calc(100vh - 160px);
  -o-height: calc(100vh - 160px);
  height: calc(100vh - 160px);
  display: flex;
  align-items: center;
  padding-top: 120px;
  position: relative;
}
section.homepage .container h1 {
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transform: translate3d(0, 100%, 0);
  opacity: 0;
  font-weight: 700;
  font-size: 4em;
  text-align: center;
  text-transform: lowercase;
}
section.homepage .container h1 span.highlight {
  display: block;
  margin-bottom: 0.5em;
}
section.homepage .container h1 span.highlight b {
  text-transform: initial;
  border-bottom: 10px solid #c9ab81;
}
section.homepage .container .featured {
  padding: 6em 0;
  display: flex;
  justify-content: space-evenly;
}
section.homepage .container .featured .outer-stars {
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transform: translate3d(0, -100%, 0);
  background: #efefef;
  width: 42%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 2em;
  padding: 0.875em 0;
  box-sizing: border-box;
}
section.homepage .container .featured .outer-stars .stars {
  margin-bottom: 1em;
}
section.homepage .container .featured .outer-stars .stars svg {
  width: 150px;
  fill: #c9ab81;
}
section.homepage .container .featured .outer-stars span.text-stars {
  text-transform: lowercase;
  font-size: 1.2em;
  display: block;
}
section.homepage .container .featured .outer-stars span.text-stars:first-letter {
  text-transform: uppercase;
}
section.homepage .container .featured .outer-stars span.text-stars b {
  font-weight: 700;
}
section.homepage .container .outer-platforms {
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transform: translate3d(0, -100%, 0);
  background: #efefef;
  width: 42%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2em;
  padding: 0.875em 0;
  box-sizing: border-box;
}
section.homepage .container .outer-platforms a {
  margin: 0 1em;
}
section.homepage .container .outer-platforms a svg {
  width: 100px;
}
section.homepage .container .outer-platforms a svg#Google .cls-1 {
  fill: #e53125;
}
section.homepage .container .outer-platforms a svg#Google .cls-2 {
  fill: #3174f0;
}
section.homepage .container .outer-platforms a svg#Google .cls-3 {
  fill: #f5ad02;
}
section.homepage .container .outer-platforms a svg#Google .cls-4 {
  fill: #259a42;
}
section.homepage .container .outer-platforms a svg#ProvenExpert .cls-1 {
  fill: #e0dfdf;
}
section.homepage .container .outer-platforms a svg#ProvenExpert .cls-2 {
  fill: #f0f0f0;
}
section.homepage .container .outer-platforms a svg#ProvenExpert .cls-3 {
  fill: #fafafa;
}
section.homepage .container .outer-platforms a svg#ProvenExpert .cls-4 {
  fill: #dbdbdb;
}
section.homepage .container .outer-platforms a svg#ProvenExpert .cls-5 {
  fill: #bfbfbf;
}
section.homepage .container .outer-platforms a svg#ProvenExpert .cls-6 {
  fill: #c0af81;
}
section.homepage .container .outer-platforms a svg#ProvenExpert .cls-7 {
  fill: #acadae;
}
section.homepage .container .outer-platforms a svg#ProvenExpert .cls-8 {
  fill: #c5c4c4;
}
section.homepage .container .outer-platforms a svg#ProvenExpert .cls-9 {
  fill: #393c3f;
}
section.homepage .container .outer-platforms a svg#ProvenExpert .cls-10 {
  fill: #10aecc;
}
section.homepage .container .outer-platforms a svg#ProvenExpert .cls-11 {
  fill: #cdcccc;
}
section.homepage .container .outer-platforms a svg#ProvenExpert .cls-12 {
  fill: #b5b6b6;
}
section.homepage .container .outer-platforms a svg#ProvenExpert .cls-13 {
  fill: #e4e4e4;
}
section.homepage .container .outer-platforms a svg#ProvenExpert .cls-14 {
  fill: #13b0cd;
}
section.homepage .container .outer-platforms a svg#ProvenExpert .cls-15 {
  fill: #288ea4;
}
section.homepage .container .outer-platforms a svg#ProvenExpert .cls-16 {
  fill: #dad9da;
}
section.homepage .container .outer-platforms a svg#ProvenExpert .cls-17 {
  fill: #f7fbfc;
}
section.homepage .container .outer-platforms a svg#ProvenExpert .cls-18 {
  fill: #3f4245;
}
section.homepage .container .outer-platforms a svg#ProvenExpert .cls-19 {
  fill: #d5d5d5;
}
section.homepage .container .outer-platforms a svg#ProvenExpert .cls-20 {
  fill: #bcbcbc;
}
section.homepage .container .outer-platforms a svg#ProvenExpert .cls-21 {
  fill: #f4f5f5;
}
section.homepage .container .outer-platforms a svg#ProvenExpert .cls-22 {
  fill: #969799;
}
section.homepage .container .outer-platforms a svg#ProvenExpert .cls-23 {
  fill: #8a8e90;
}
section.homepage .container .outer-platforms a svg#ProvenExpert .cls-24 {
  fill: #a1a2a3;
}
section.homepage .container .outer-platforms a svg#ProvenExpert .cls-25 {
  fill: #fefefd;
}
section.homepage .container .outer-platforms a svg#ProvenExpert .cls-26 {
  fill: #cac9c9;
}
section.homepage .container .outer-platforms a svg#ProvenExpert .cls-27 {
  fill: #f0f9fb;
}
section.homepage .container .outer-platforms a svg#TrustPilot .cls-1 {
  fill: #ffffff;
}
section.homepage .container .outer-platforms a svg#TrustPilot .cls-2 {
  fill: #00b67a;
}
section.homepage .container .outer-platforms a svg#TrustPilot .cls-3 {
  fill: #191919;
}
section.homepage .container .outer-platforms a svg#TrustPilot .cls-4 {
  fill: #005128;
}
section.homepage .container .btn-outer a.btn-get-lead {
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transform: scale(0.1);
}
section.homepage.in-view .container h1 {
  opacity: 1;
  transition-delay: .3s;
  transform: translate3d(0, 0, 0);
}
section.homepage.in-view .container .featured .outer-stars, section.homepage.in-view .container .featured .outer-platforms {
  opacity: 1;
  transition-delay: .6s;
  transform: translate3d(0, 0, 0);
}
section.homepage.in-view .container .btn-outer a.btn-get-lead {
  opacity: 1;
  transition-delay: .8s;
  transform: scale(1);
}

section.compared {
  padding: 6em 0 6em 0;
}
section.compared .container .title-section {
  padding: 0 0 6em 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.compared .container .title-section h2 {
  text-transform: capitalize;
  position: relative;
  font-weight: 700;
  font-size: 3.5em;
  padding: 0.5em 0;
  color: #111111;
}
section.compared .container .title-section h2:before {
  left: 0;
  top: 0;
  content: "";
  position: absolute;
  width: 30%;
  height: 5px;
  background: #c9ab81;
  transform: translateX(-50%);
  margin-left: 50%;
}
section.compared .container .title-section p {
  text-transform: lowercase;
  display: block;
  font-size: 1.4em;
  text-align: center;
  max-width: 50%;
  line-height: 1.6;
  color: #111111;
  margin-bottom: 2em;
}
section.compared .container .title-section p:first-letter {
  text-transform: capitalize;
}
section.compared .container ul {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 6em 0;
}
section.compared .container ul li {
  position: relative;
  background: #ffffff;
  width: 20%;
  margin: 0 1em;
  border: 1px solid #c1c1c1;
  border-bottom: none;
  box-sizing: border-box;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transform: translate3d(0, 25%, 0);
}
section.compared .container ul li .topper {
  background: #efefef;
  padding: 1em 0;
  text-align: center;
  font-weight: 700;
  font-size: 1.2em;
}
section.compared .container ul li .middle {
  padding: 0 1.5em;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
section.compared .container ul li .middle span.title {
  font-size: 1.4em;
  display: block;
  line-height: 1.2;
  text-transform: lowercase;
}
section.compared .container ul li .middle span.title:first-letter {
  text-transform: uppercase;
}
section.compared .container ul li .middle span.title b {
  margin-top: 0.5em;
  display: block;
  font-weight: 700;
}
section.compared .container ul li.vita-special {
  border: 1px solid #c9ab81;
  border-bottom: none;
}
section.compared .container ul li.vita-special .topper {
  background: #c9ab81;
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 1.2em 0;
}
section.compared .container ul li.vita-special .topper .clinic-title {
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
section.compared .container ul li.vita-special .topper .european-award-mini {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  background: rgba(255, 255, 255, 0.15);
  padding: 8px 12px;
  border-radius: 12px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
section.compared .container ul li.vita-special .topper .european-award-mini .award-mini-logo {
  display: block;
  width: 125px;
  height: auto;
  border-radius: 6px;
  border: 2px solid #ffffff;
}
section.compared .container ul li.vita-special .topper .european-award-mini .award-mini-text {
  margin-top: 10px;
  font-size: 0.85em;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  line-height: 1;
}
section.compared .container ul li.vita-special .topper:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 25px solid #c9ab81;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
}
section.compared .container ul li.vita-special .middle {
  height: 300px;
}
section.compared .container ul li.vita-special .middle span.title {
  font-weight: 700;
}
section.compared .container ul li.vita-special .middle span.title b {
  font-size: 1.6em;
}
section.compared .container ul li.europe {
  opacity: 1;
  transition-delay: .2s;
}
section.compared .container ul li.europe .middle {
  height: 400px;
}
section.compared .container ul li.usa {
  opacity: 1;
  transition-delay: .4s;
}
section.compared .container ul li.usa .middle {
  height: 500px;
}
section.compared .container ul li img.icon {
  position: absolute;
  bottom: -32.5px;
  width: 65px;
  transform: translateX(-50%);
  margin-left: 50%;
}
section.compared .container ul:before {
  content: "";
  position: absolute;
  background: #efefef;
  -webkit-bottom: calc(6em - 8px);
  -moz-bottom: calc(6em - 8px);
  -ms-bottom: calc(6em - 8px);
  -o-bottom: calc(6em - 8px);
  bottom: calc(6em - 8px);
  z-index: -1;
  left: 0;
  right: 0;
  width: 100%;
  height: 150px;
  border-radius: 0.875em;
  border-bottom: 8px solid #c1c1c1;
}
section.compared .container .reviews-summary {
  text-align: center;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 25px 30px;
  margin: 2.5em auto 1.5em auto;
  max-width: 520px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
section.compared .container .reviews-summary .rating-inline {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
section.compared .container .reviews-summary .rating-inline .rating-number {
  font-size: 2.2em;
  font-weight: 900;
  color: #C9A961;
  line-height: 1;
}
section.compared .container .reviews-summary .rating-inline .stars {
  font-size: 1.3em;
  color: #FFD700;
  letter-spacing: 1px;
}
section.compared .container .reviews-summary .rating-inline .reviews-count {
  font-size: 1em;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
section.compared .container .reviews-summary .reviews-platforms {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
section.compared .container .reviews-summary .reviews-platforms .platform-logo {
  height: 32px;
  width: auto;
  opacity: 0.8;
  filter: grayscale(0.1);
  transition: all 0.3s ease;
  padding: 8px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #e9ecef;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
section.compared .container .reviews-summary .reviews-platforms .platform-logo:hover {
  opacity: 1;
  filter: grayscale(0);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
section.compared .container .reviews-summary .reviews-platforms .platform-logo.google-maps {
  height: 34px;
}
section.compared .container .btn-outer .btn-get-lead-border {
  margin-top: 2em;
}

section.advantages {
  padding: 6em 0;
}
section.advantages .container .title-section {
  padding: 0 0 6em 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.advantages .container .title-section h2 {
  text-transform: capitalize;
  position: relative;
  font-weight: 700;
  font-size: 3.5em;
  padding: 0.5em 0;
}
section.advantages .container .title-section h2:before {
  left: 0;
  top: 0;
  content: "";
  position: absolute;
  width: 30%;
  height: 5px;
  background: #c9ab81;
  transform: translateX(-50%);
  margin-left: 50%;
}
section.advantages .container .title-section p {
  text-transform: lowercase;
  display: block;
  font-size: 1.4em;
  text-align: center;
  max-width: 50%;
  line-height: 1.6;
}
section.advantages .container .title-section p:first-letter {
  text-transform: capitalize;
}
section.advantages .container .advantages-outer ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
section.advantages .container .advantages-outer ul li {
  width: 45%;
  margin: 1%;
  border: 1px solid #111111;
  box-shadow: 5px 5px 0 0 #c1c1c1;
  padding: 2em;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
}
section.advantages .container .advantages-outer ul li h3 {
  text-transform: none;
  word-break: break-word;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.3;
}
section.advantages .container .advantages-outer ul li h3 span.advantage {
  color: #c9ab81;
}
section.advantages .container .advantages-outer ul li h3 span.disadvantage {
  color: #c1c1c1;
}
section.advantages .container .advantages-outer ul li h3:first-letter {
  text-transform: uppercase;
}
section.advantages .container .advantages-outer ul li h3 b {
  text-transform: uppercase;
  border-bottom: 3px solid #c9ab81;
}
section.advantages .container .advantages-outer ul li:hover {
  box-shadow: 5px 5px 0 0 #c9ab81;
}
section.advantages .container .advantages-outer ul li:nth-child(odd) {
  transform: translate3d(-25%, 0, 0);
}
section.advantages .container .advantages-outer ul li:nth-child(even) {
  transform: translate3d(25%, 0, 0);
}
section.advantages .container .btn-outer .btn-get-lead {
  margin-top: 4em;
}

section.before-after-head-section {
  padding: 6em 0 6em 0;
}
section.before-after-head-section .container .title-section {
  padding: 0 0 4em 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.before-after-head-section .container .title-section h2 {
  text-transform: capitalize;
  position: relative;
  font-weight: 700;
  font-size: 3.5em;
  padding: 0.5em 0;
}
section.before-after-head-section .container .title-section h2:before {
  left: 0;
  top: 0;
  content: "";
  position: absolute;
  width: 30%;
  height: 5px;
  background: #c9ab81;
  transform: translateX(-50%);
  margin-left: 50%;
}
section.before-after-head-section .container .title-section p {
  text-transform: lowercase;
  display: block;
  font-size: 1.4em;
  text-align: center;
  max-width: 50%;
  line-height: 1.6;
}
section.before-after-head-section .container .title-section p:first-letter {
  text-transform: capitalize;
}
section.before-after-head-section .container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
section.before-after-head-section .container ul li {
  width: 23%;
  margin: 1%;
  transform: translate3d(0, 25%, 0);
  opacity: 0;
}
section.before-after-head-section .container ul li:nth-child(1) {
  transition-delay: .2s;
}
section.before-after-head-section .container ul li:nth-child(2) {
  transition-delay: .3s;
}
section.before-after-head-section .container ul li:nth-child(3) {
  transition-delay: .4s;
}
section.before-after-head-section .container ul li:nth-child(4) {
  transition-delay: .5s;
}
section.before-after-head-section .container ul li:nth-child(5) {
  transition-delay: .6s;
}
section.before-after-head-section .container ul li:nth-child(6) {
  transition-delay: .7s;
}
section.before-after-head-section .container ul li:nth-child(7) {
  transition-delay: .8s;
}
section.before-after-head-section .container ul li:nth-child(8) {
  transition-delay: .9s;
}
section.before-after-head-section .container ul li img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1em;
}

section.get-analysis {
  padding: 0 0 6em 0;
}
section.get-analysis .container .analysis-outer {
  overflow: hidden;
  padding: 6em 0;
  background: #111111;
  display: flex;
  border-radius: 0.875em;
}
section.get-analysis .container .analysis-outer .video-side {
  width: 50%;
  text-align: center;
}
section.get-analysis .container .analysis-outer .video-side img {
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transform: translate3d(0, 25%, 0);
  height: 100%;
}
section.get-analysis .container .analysis-outer .content-area {
  width: 50%;
}
section.get-analysis .container .analysis-outer .content-area h4 {
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transform: translate3d(0, -25%, 0);
  transition-delay: .2s;
  text-transform: lowercase;
  font-weight: 700;
  font-size: 3em;
  color: #ffffff;
  line-height: 1.2;
}
section.get-analysis .container .analysis-outer .content-area h4:first-letter {
  text-transform: uppercase;
}
section.get-analysis .container .analysis-outer .content-area ul {
  margin: 3em 0;
}
section.get-analysis .container .analysis-outer .content-area ul li {
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transform: translate3d(0, 100%, 0);
  margin: 1.4em 0;
  display: flex;
  align-items: center;
}
section.get-analysis .container .analysis-outer .content-area ul li .icon {
  margin-right: 1em;
}
section.get-analysis .container .analysis-outer .content-area ul li .icon i.arrow {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
section.get-analysis .container .analysis-outer .content-area ul li .icon i.right {
  transform: rotate(-45deg);
}
section.get-analysis .container .analysis-outer .content-area ul li span {
  color: #fff;
  font-size: 1.5em;
  text-transform: lowercase;
}
section.get-analysis .container .analysis-outer .content-area ul li span:first-letter {
  text-transform: uppercase;
}
section.get-analysis .container .analysis-outer .content-area ul li:nth-child(1) {
  transition-delay: .2s;
}
section.get-analysis .container .analysis-outer .content-area ul li:nth-child(2) {
  transition-delay: .3s;
}
section.get-analysis .container .analysis-outer .content-area ul li:nth-child(3) {
  transition-delay: .4s;
}
section.get-analysis .container .analysis-outer .content-area a.btn-get-lead-border {
  display: inline-block;
  text-transform: uppercase;
  background: transparent;
  border: 5px solid #c9ab81;
  font-size: 1.2em;
  padding: 1em 4em;
  box-sizing: border-box;
  border-radius: 0.875em;
  font-weight: 700;
  color: #c9ab81;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transform: scale(0.1);
  transition-delay: .5s;
}
section.get-analysis .container .analysis-outer .content-area a.btn-get-lead-border:hover {
  background: #c9ab81;
  color: #ffffff;
}

section.before-after {
  padding: 0 0 6em 0;
}
section.before-after .container .title-section {
  padding: 0 0 6em 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.before-after .container .title-section h2 {
  text-transform: capitalize;
  position: relative;
  font-weight: 700;
  font-size: 3.5em;
  padding: 0.5em 0;
  text-align: center;
}
section.before-after .container .title-section h2:before {
  left: 0;
  top: 0;
  content: "";
  position: absolute;
  width: 30%;
  height: 5px;
  background: #c9ab81;
  transform: translateX(-50%);
  margin-left: 50%;
}
section.before-after .container .title-section p {
  text-transform: lowercase;
  display: block;
  font-size: 1.4em;
  text-align: center;
  max-width: 50%;
  line-height: 1.6;
}
section.before-after .container .title-section p:first-letter {
  text-transform: capitalize;
}
section.before-after .container .baSwiper1 {
  width: 100%;
  height: 100%;
}
section.before-after .container .baSwiper1 .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate3d(50%, 0, 0);
}
section.before-after .container .baSwiper1 .swiper-wrapper .swiper-slide img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: grab;
  border-radius: 0.875em;
}
section.before-after .container .baSwiper1 .swiper-wrapper .swiper-slide:nth-child(1) {
  transition-delay: .2s;
}
section.before-after .container .baSwiper1 .swiper-wrapper .swiper-slide:nth-child(2) {
  transition-delay: .3s;
}
section.before-after .container .baSwiper1 .swiper-wrapper .swiper-slide:nth-child(3) {
  transition-delay: .4s;
}
section.before-after .container .baSwiper1 .swiper-pagination-bullet {
  background: #ffffff;
}
section.before-after .container .baSwiper1 .swiper-horizontal > .swiper-pagination-bullets, section.before-after .container .baSwiper1 .swiper-pagination-bullets.swiper-pagination-horizontal, section.before-after .container .baSwiper1 .swiper-pagination-custom, section.before-after .container .baSwiper1 .swiper-pagination-fraction {
  width: auto;
  bottom: 10px;
  left: 50%;
  background: rgba(0, 0, 0, 0.5490196078);
  border-radius: 40px;
  display: inline-block;
  margin: auto;
  padding: 10px 20px;
  box-sizing: border-box;
  transform: translateX(-50%);
}
section.before-after .container .baSwiper1 .swiper-button-prev, section.before-after .container .baSwiper1 .swiper-button-next {
  background: #c9ab81;
  color: #fff;
  padding: 1em;
}
section.before-after .container .baSwiper1 .swiper-button-prev:hover, section.before-after .container .baSwiper1 .swiper-button-next:hover {
  background: #e0cfb7;
}

section.get-offer {
  padding: 0 0 6em 0;
  transform: translate3d(0, 25%, 0);
  transition-delay: .4s;
}
section.get-offer .container .get-offer-outer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2em;
  background: #efefef;
  border-radius: 0.875em;
}
section.get-offer .container .get-offer-outer .content-area h4 {
  text-transform: lowercase;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2;
}
section.get-offer .container .get-offer-outer .content-area h4:first-letter {
  text-transform: uppercase;
}
section.get-offer .container .get-offer-outer .content-area p {
  margin-top: 1em;
  text-transform: lowercase;
  display: block;
  font-size: 1.4em;
  line-height: 1.4;
}
section.get-offer .container .get-offer-outer .content-area p:first-letter {
  text-transform: uppercase;
}
section.get-offer .container .get-offer-outer .symbol-area {
  margin-left: 6%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
section.get-offer .container .get-offer-outer .symbol-area .icon img {
  width: 128px;
}
section.get-offer .container .get-offer-outer .symbol-area a.btn-get-lead {
  text-transform: uppercase;
  background: #c9ab81;
  font-size: 1.4em;
  padding: 1em;
  box-sizing: border-box;
  border-radius: 0.875em;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
section.get-offer .container .get-offer-outer .symbol-area a.btn-get-lead:hover {
  background: #e0cfb7;
}

section.best-awards {
  padding: 6em 0;
  background: url("assets/images/bg-awards-min.jpg");
  background-size: contain;
  background-repeat: repeat-x;
  position: relative;
}
section.best-awards .container .awards-outer {
  position: relative;
  max-width: 65%;
  margin: auto;
  text-align: center;
  z-index: 1;
}
section.best-awards .container .awards-outer h4 {
  padding: 0.5em 0 0 0;
  position: relative;
  color: #ffffff;
  text-transform: lowercase;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.2;
  opacity: 0;
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  transform: translate3d(0, 25%, 0);
  transition-delay: .2s;
}
section.best-awards .container .awards-outer h4:first-letter {
  text-transform: uppercase;
}
section.best-awards .container .awards-outer h4:before {
  left: 0;
  top: 0;
  content: "";
  position: absolute;
  width: 30%;
  height: 5px;
  background: #c9ab81;
  transform: translateX(-50%);
  margin-left: 50%;
}
section.best-awards .container .awards-outer p {
  color: #ffffff;
  margin-top: 1em;
  text-transform: lowercase;
  display: block;
  font-size: 1.4em;
  line-height: 1.4;
  opacity: 0;
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  transform: translate3d(0, 25%, 0);
  transition-delay: .3s;
}
section.best-awards .container .awards-outer p:first-letter {
  text-transform: uppercase;
}
section.best-awards .container .awards-outer a.btn-get-lead-border {
  display: inline-block;
  text-transform: uppercase;
  background: transparent;
  border: 5px solid #c9ab81;
  font-size: 1.2em;
  padding: 0.875em 4em;
  box-sizing: border-box;
  border-radius: 0.875em;
  font-weight: 700;
  color: #c9ab81;
  margin-top: 2em;
  opacity: 0;
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  transform: scale(0.1);
  transition-delay: .4s;
}
section.best-awards .container .awards-outer a.btn-get-lead-border:hover {
  background: #c9ab81;
  color: #ffffff;
}
section.best-awards .container .awards-outer.in-view h4 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
section.best-awards .container .awards-outer.in-view p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
section.best-awards .container .awards-outer.in-view .btn-get-lead-border {
  opacity: 1;
  transform: scale(1);
}
section.best-awards:before {
  content: "";
  position: absolute;
  background: rgb(255, 199, 59);
  background: linear-gradient(360deg, rgba(255, 199, 59, 0.5) 0%, rgb(0, 0, 0) 30%);
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.8;
  z-index: 1;
}

section.clinic-introduce {
  padding: 6em 0 0 0;
}
section.clinic-introduce .container .title-section {
  padding: 0 0 6em 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.clinic-introduce .container .title-section h2 {
  text-transform: capitalize;
  position: relative;
  font-weight: 700;
  font-size: 3.5em;
  padding: 0.5em 0;
  text-align: center;
}
section.clinic-introduce .container .title-section h2:before {
  left: 0;
  top: 0;
  content: "";
  position: absolute;
  width: 30%;
  height: 5px;
  background: #c9ab81;
  transform: translateX(-50%);
  margin-left: 50%;
}
section.clinic-introduce .container .title-section p {
  text-transform: lowercase;
  display: block;
  font-size: 1.4em;
  text-align: center;
  max-width: 50%;
  line-height: 1.6;
}
section.clinic-introduce .container .title-section p:first-letter {
  text-transform: capitalize;
}
section.clinic-introduce .container .baSwiper1 {
  width: 100%;
  height: 100%;
}
section.clinic-introduce .container .baSwiper1 .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate3d(50%, 0, 0);
}
section.clinic-introduce .container .baSwiper1 .swiper-wrapper .swiper-slide img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: grab;
  border-radius: 0.875em;
}
section.clinic-introduce .container .baSwiper1 .swiper-wrapper .swiper-slide:nth-child(1) {
  transition-delay: .2s;
}
section.clinic-introduce .container .baSwiper1 .swiper-wrapper .swiper-slide:nth-child(2) {
  transition-delay: .3s;
}
section.clinic-introduce .container .baSwiper1 .swiper-wrapper .swiper-slide:nth-child(3) {
  transition-delay: .4s;
}
section.clinic-introduce .container .baSwiper1 .swiper-pagination-bullet {
  background: #ffffff;
}
section.clinic-introduce .container .baSwiper1 .swiper-horizontal > .swiper-pagination-bullets, section.clinic-introduce .container .baSwiper1 .swiper-pagination-bullets.swiper-pagination-horizontal, section.clinic-introduce .container .baSwiper1 .swiper-pagination-custom, section.clinic-introduce .container .baSwiper1 .swiper-pagination-fraction {
  width: auto;
  bottom: 10px;
  left: 50%;
  background: rgba(0, 0, 0, 0.5490196078);
  border-radius: 40px;
  display: inline-block;
  margin: auto;
  padding: 10px 20px;
  box-sizing: border-box;
  transform: translateX(-50%);
}
section.clinic-introduce .container .baSwiper1 .swiper-button-prev, section.clinic-introduce .container .baSwiper1 .swiper-button-next {
  background: #c9ab81;
  color: #fff;
  padding: 1em;
}
section.clinic-introduce .container .baSwiper1 .swiper-button-prev:hover, section.clinic-introduce .container .baSwiper1 .swiper-button-next:hover {
  background: #e0cfb7;
}

section.packages {
  padding: 6em 0 6em 0;
}
section.packages .container .title-section {
  padding: 0 0 6em 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.packages .container .title-section h2 {
  text-transform: capitalize;
  position: relative;
  font-weight: 700;
  font-size: 3.5em;
  padding: 0.5em 0;
}
section.packages .container .title-section h2:before {
  left: 0;
  top: 0;
  content: "";
  position: absolute;
  width: 30%;
  height: 5px;
  background: #c9ab81;
  transform: translateX(-50%);
  margin-left: 50%;
}
section.packages .container .title-section p {
  text-transform: lowercase;
  display: block;
  font-size: 1.4em;
  text-align: center;
  max-width: 50%;
  line-height: 1.6;
}
section.packages .container .title-section p:first-letter {
  text-transform: capitalize;
}
section.packages .container .packages-outer {
  display: flex;
  justify-content: center;
}
section.packages .container .packages-outer .item {
  width: 25%;
  flex: 1;
  display: flex;
  flex-direction: column;
  margin: 0 2%;
  border: 1px solid #c1c1c1;
  transform: translate3d(25%, 0, 0);
}
section.packages .container .packages-outer .item .topper {
  background: #efefef;
  padding: 1.4em 0;
  text-align: center;
}
section.packages .container .packages-outer .item .topper span {
  display: inline-block;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 1.2em;
}
section.packages .container .packages-outer .item ul {
  padding: 2em;
}
section.packages .container .packages-outer .item ul li {
  text-align: center;
}
section.packages .container .packages-outer .item ul li span {
  padding: 0.2em 0;
  word-break: break-word;
  position: relative;
  font-size: 1.2em;
  display: inline-block;
  text-transform: lowercase;
  line-height: 1.4;
}
section.packages .container .packages-outer .item ul li span:first-letter {
  text-transform: uppercase;
}
section.packages .container .packages-outer .item ul li.extra span {
  color: #c9ab81;
  font-weight: 700;
}
section.packages .container .packages-outer .item a.btn-get-lead {
  display: inline-block;
  text-transform: uppercase;
  background: #c9ab81;
  font-size: 1.2em;
  padding: 0.875em 3em;
  box-sizing: border-box;
  border-radius: 0.875em;
  font-weight: 700;
  color: #ffffff;
  margin: auto auto 2em auto;
  opacity: 0;
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  transform: scale(0.1);
}
section.packages .container .packages-outer .item a.btn-get-lead:hover {
  background: #e0cfb7;
}
section.packages .container .packages-outer .item.highlight {
  border: 3px solid #c9ab81;
}
section.packages .container .packages-outer .item.highlight .topper {
  background: #c9ab81;
  position: relative;
}
section.packages .container .packages-outer .item.highlight .topper:before {
  content: "";
  position: absolute;
  top: 90%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 25px solid #c9ab81;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
}
section.packages .container .packages-outer .item.highlight .topper span {
  color: #ffffff;
  font-size: 1.4em;
}
section.packages .container .packages-outer .item:nth-child(1) {
  transition-delay: .2s;
}
section.packages .container .packages-outer .item:nth-child(2) {
  transition-delay: .3s;
}
section.packages .container .packages-outer .item:nth-child(3) {
  transition-delay: .4s;
}
section.packages .container .packages-outer .item.in-view .btn-get-lead {
  opacity: 1;
  transition-delay: .6s;
  transform: scale(1);
}

section.get-offer2 {
  padding: 0 0 6em 0;
  transform: translate3d(0, 25%, 0);
  transition-delay: .4s;
}
section.get-offer2 .container .get-offer-outer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2em;
  background: #efefef;
  border-radius: 0.875em;
}
section.get-offer2 .container .get-offer-outer .content-area h4 {
  text-transform: lowercase;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2;
}
section.get-offer2 .container .get-offer-outer .content-area h4:first-letter {
  text-transform: uppercase;
}
section.get-offer2 .container .get-offer-outer .content-area p {
  margin-top: 1em;
  text-transform: lowercase;
  display: block;
  font-size: 1.4em;
  line-height: 1.4;
}
section.get-offer2 .container .get-offer-outer .content-area p:first-letter {
  text-transform: uppercase;
}
section.get-offer2 .container .get-offer-outer .symbol-area {
  margin-left: 6%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
section.get-offer2 .container .get-offer-outer .symbol-area .icon img {
  width: 128px;
}
section.get-offer2 .container .get-offer-outer .symbol-area a.btn-get-lead {
  text-transform: uppercase;
  background: #c9ab81;
  font-size: 1.4em;
  padding: 1em;
  box-sizing: border-box;
  border-radius: 0.875em;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
section.get-offer2 .container .get-offer-outer .symbol-area a.btn-get-lead:hover {
  background: #e0cfb7;
}

section.features {
  padding: 0 0 8em 0;
  text-align: center;
}
section.features .container h2 {
  font-size: 3em;
  font-weight: 800;
  line-height: 1.2;
  text-transform: lowercase;
  max-width: 50%;
  text-align: center;
  margin: 0 auto 0.5em auto;
}
section.features .container h2:first-letter {
  text-transform: uppercase;
}
section.features .container p {
  text-transform: lowercase;
  display: block;
  font-size: 1.4em;
  text-align: center;
  max-width: 70%;
  line-height: 1.6;
  margin: 0 auto 1em auto;
}
section.features .container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.features .container ul li {
  background: #f6f6f6;
  width: 30.33%;
  margin: 1.5%;
  padding: 4em 2em;
  box-sizing: border-box;
  border-radius: 2em;
  text-align: center;
}
section.features .container ul li span {
  color: #000000;
  font-size: 1.6em;
  line-height: 1.4;
  margin: 0 0 0.3em 0;
  font-weight: 700;
  text-transform: capitalize;
  display: block;
}
section.features .container ul li span:first-letter {
  text-transform: uppercase;
}

section.comments-platform .title-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.comments-platform .title-section h2 {
  text-transform: capitalize;
  position: relative;
  font-weight: 700;
  font-size: 3.5em;
  padding: 0.5em 0;
}
section.comments-platform .title-section h2:before {
  left: 0;
  top: 0;
  content: "";
  position: absolute;
  width: 30%;
  height: 5px;
  background: #c9ab81;
  transform: translateX(-50%);
  margin-left: 50%;
}
section.comments-platform .title-section p {
  text-transform: lowercase;
  display: block;
  font-size: 1.4em;
  text-align: center;
  max-width: 50%;
  line-height: 1.6;
}
section.comments-platform .title-section p:first-letter {
  text-transform: capitalize;
}
section.comments-platform .comments-outer ul {
  display: flex;
  padding: 6em 0;
}
section.comments-platform .comments-outer ul li {
  width: 46%;
  height: auto;
  margin: 0 2%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05), 0 1.5rem 2.2rem rgba(0, 0, 0, 0.06);
  text-align: center;
  padding: 3em;
  border-radius: 1em;
  box-sizing: border-box;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
section.comments-platform .comments-outer ul li .icon img {
  width: 130px;
}
section.comments-platform .comments-outer ul li .comment-area {
  margin: 1.5em 0;
}
section.comments-platform .comments-outer ul li .comment-area p {
  color: #666;
  font-size: 1.1em;
  line-height: 1.6;
}
section.comments-platform .comments-outer ul li .stars {
  margin: 0 0 1.5em 0;
}
section.comments-platform .comments-outer ul li .stars svg {
  width: 120px;
  background: #fff6e8;
  fill: #c9ab81;
  padding: 0.875em 2em;
  border-radius: 0.875em;
}
section.comments-platform .comments-outer ul li .extra-info a {
  color: #111111;
  font-size: 1.2em;
  display: block;
  line-height: 1.4;
  font-weight: 700;
  text-transform: capitalize;
}
section.comments-platform .comments-outer ul li .extra-info span {
  color: #c1c1c1;
  font-size: 1em;
  display: block;
  line-height: 1.2;
  text-transform: lowercase;
  margin-top: 0.2em;
}
section.comments-platform .swiper-button-prev, section.comments-platform .swiper-button-next {
  background: #c9ab81;
  color: #fff;
  padding: 1em;
}
section.comments-platform .swiper-button-prev:hover, section.comments-platform .swiper-button-next:hover {
  background: #e0cfb7;
}

section.vita-technique-banner {
  background: linear-gradient(135deg, #1f212c 0%, #4b6da2 100%);
  padding: 280px 0 80px 0;
  color: white;
  position: relative;
  overflow: hidden;
}
section.vita-technique-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="%23ffffff10"/><circle cx="60" cy="60" r="3" fill="%23ffffff08"/><circle cx="90" cy="30" r="1.5" fill="%23ffffff12"/></svg>');
  animation: float 20s infinite linear;
}
section.vita-technique-banner .vita-banner-content {
  text-align: center;
  position: relative;
  z-index: 2;
}
section.vita-technique-banner .vita-banner-content .vita-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 12px 24px;
  margin-bottom: 30px;
  gap: 12px;
}
section.vita-technique-banner .vita-banner-content .vita-badge .new-tag {
  background: #c9ab81;
  color: #111111;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.8em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
section.vita-technique-banner .vita-banner-content .vita-badge .technique-name {
  font-weight: 600;
  font-size: 1.1em;
  letter-spacing: 2px;
}
section.vita-technique-banner .vita-banner-content .vita-title {
  font-size: 3.2em;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  background: linear-gradient(45deg, #fff, #f0f0f0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
section.vita-technique-banner .vita-banner-content .vita-subtitle {
  font-size: 1.3em;
  margin-bottom: 50px;
  opacity: 0.9;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.65;
}
section.vita-technique-banner .vita-banner-content .vita-highlights {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 50px;
}
section.vita-technique-banner .vita-banner-content .vita-highlights .highlight-item {
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 30px 25px;
  min-width: 150px;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
section.vita-technique-banner .vita-banner-content .vita-highlights .highlight-item:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.15);
}
section.vita-technique-banner .vita-banner-content .vita-highlights .highlight-item .number {
  display: block;
  font-size: 2.5em;
  font-weight: 700;
  color: #c9ab81;
  margin-bottom: 8px;
}
section.vita-technique-banner .vita-banner-content .vita-highlights .highlight-item .text {
  font-size: 1em;
  opacity: 0.9;
  font-weight: 500;
}
section.vita-technique-banner .vita-banner-content .vita-cta-btn {
  display: inline-block;
  background: #c9ab81;
  color: #111111;
  padding: 18px 40px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  box-shadow: 0 10px 30px rgba(255, 199, 59, 0.3);
}
section.vita-technique-banner .vita-banner-content .vita-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 40px rgba(255, 199, 59, 0.4);
  background: #d1b793;
}

@keyframes float {
  0% {
    transform: translateX(-100px);
  }
  100% {
    transform: translateX(calc(100vw + 100px));
  }
}
section.vita-technique-details {
  padding: 100px 0;
  background: #f8f9fa;
}
section.vita-technique-details .title-section {
  text-align: center;
  margin-bottom: 60px;
}
section.vita-technique-details .title-section h2 {
  font-size: 3em;
  font-weight: 700;
  color: #111111;
  margin-bottom: 20px;
  line-height: 1.2;
}
section.vita-technique-details .title-section p {
  font-size: 1.2em;
  color: #666;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}
section.vita-technique-details .vita-intro {
  text-align: center;
  margin-bottom: 80px;
}
section.vita-technique-details .vita-intro .naturalness-focus {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 20px;
  padding: 40px;
  margin: 30px auto;
  max-width: 900px;
  border-left: 5px solid #28a745;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}
section.vita-technique-details .vita-intro .naturalness-focus::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(40, 167, 69, 0.05) 0%, transparent 70%);
  animation: naturalness-pulse 3s ease-in-out infinite;
}
section.vita-technique-details .vita-intro .naturalness-focus h3 {
  color: #28a745;
  font-size: 1.8em;
  margin-bottom: 20px;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
section.vita-technique-details .vita-intro .naturalness-focus p {
  font-size: 1.2em;
  line-height: 1.7;
  color: #2c3e50;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}
section.vita-technique-details .vita-intro .naturalness-focus p strong {
  color: #27ae60;
  font-weight: 700;
  background: linear-gradient(120deg, rgba(39, 174, 96, 0.1) 0%, transparent 100%);
  padding: 2px 4px;
  border-radius: 4px;
}
section.vita-technique-details .vita-intro p {
  font-size: 1.1em;
  line-height: 1.8;
  color: #555;
  max-width: 900px;
  margin: 0 auto;
}
section.vita-technique-details .technique-comparison {
  margin-bottom: 80px;
}
section.vita-technique-details .technique-comparison h3 {
  font-size: 2.2em;
  font-weight: 600;
  color: #111111;
  text-align: center;
  margin-bottom: 40px;
}
section.vita-technique-details .technique-comparison .mobile-comparison-cards {
  display: none;
}
section.vita-technique-details .technique-comparison .comparison-table {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}
section.vita-technique-details .technique-comparison .comparison-table .comparison-header {
  display: grid;
  grid-template-columns: 2fr 1.5fr 1.5fr 1.5fr;
  background: linear-gradient(135deg, #1f212c 0%, #4b6da2 100%);
  color: white;
  font-weight: 600;
}
section.vita-technique-details .technique-comparison .comparison-table .comparison-header > div {
  padding: 25px 20px;
  text-align: center;
  font-size: 1.1em;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
section.vita-technique-details .technique-comparison .comparison-table .comparison-header > div:last-child {
  border-right: none;
}
section.vita-technique-details .technique-comparison .comparison-table .comparison-header > div.vita {
  background: rgba(255, 199, 59, 0.2);
}
section.vita-technique-details .technique-comparison .comparison-table .comparison-row {
  display: grid;
  grid-template-columns: 2fr 1.5fr 1.5fr 1.5fr;
  border-bottom: 1px solid #eee;
}
section.vita-technique-details .technique-comparison .comparison-table .comparison-row:last-child {
  border-bottom: none;
}
section.vita-technique-details .technique-comparison .comparison-table .comparison-row > div {
  padding: 30px 20px;
  border-right: 1px solid #eee;
}
section.vita-technique-details .technique-comparison .comparison-table .comparison-row > div:last-child {
  border-right: none;
}
section.vita-technique-details .technique-comparison .comparison-table .comparison-row > div.feature {
  background: #f8f9fa;
}
section.vita-technique-details .technique-comparison .comparison-table .comparison-row > div.feature strong {
  display: block;
  font-size: 1.1em;
  font-weight: 600;
  color: #111111;
  margin-bottom: 5px;
}
section.vita-technique-details .technique-comparison .comparison-table .comparison-row > div.feature span {
  font-size: 0.9em;
  color: #666;
}
section.vita-technique-details .technique-comparison .comparison-table .comparison-row > div.vita.highlight {
  background: linear-gradient(135deg, #fff9e6 0%, #fff3cc 100%);
  border-left: 4px solid #c9ab81;
}
section.vita-technique-details .technique-comparison .comparison-table .comparison-row > div .value {
  display: block;
  font-weight: 600;
  font-size: 1.1em;
  color: #111111;
  margin-bottom: 8px;
}
section.vita-technique-details .technique-comparison .comparison-table .comparison-row > div .desc {
  font-size: 0.9em;
  color: #666;
  line-height: 1.4;
}
section.vita-technique-details .technique-comparison .comparison-table .comparison-row > div.vita .value {
  color: #d97706;
  font-weight: 700;
}
section.vita-technique-details .vita-advantages {
  margin-bottom: 80px;
}
section.vita-technique-details .vita-advantages h3 {
  font-size: 2.2em;
  font-weight: 600;
  color: #111111;
  text-align: center;
  margin-bottom: 30px;
}
section.vita-technique-details .vita-advantages > p {
  text-align: center;
  font-size: 1.1em;
  color: #666;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
section.vita-technique-details .vita-advantages .advantages-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 25px;
  max-width: 1000px;
  margin: 0 auto;
}
section.vita-technique-details .vita-advantages .advantages-list li {
  background: white;
  padding: 25px;
  border-radius: 15px;
  border-left: 4px solid #c9ab81;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
section.vita-technique-details .vita-advantages .advantages-list li:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
section.vita-technique-details .vita-advantages .advantages-list li strong {
  color: #111111;
  font-weight: 600;
}
section.vita-technique-details .vita-call-to-action {
  text-align: center;
  background: linear-gradient(135deg, #1f212c 0%, #4b6da2 100%);
  padding: 60px 15px;
  border-radius: 20px;
}
section.vita-technique-details .vita-call-to-action .cta-content {
  color: white;
}
section.vita-technique-details .vita-call-to-action .cta-content h3 {
  font-size: 2.5em;
  font-weight: 700;
  margin-bottom: 20px;
}
section.vita-technique-details .vita-call-to-action .cta-content p {
  font-size: 1.2em;
  margin-bottom: 40px;
  opacity: 0.9;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
section.vita-technique-details .vita-call-to-action .cta-content .btn-get-lead {
  display: inline-block;
  background: #c9ab81;
  color: #111111;
  padding: 20px 50px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  box-shadow: 0 10px 30px rgba(255, 199, 59, 0.3);
}
section.vita-technique-details .vita-call-to-action .cta-content .btn-get-lead:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(255, 199, 59, 0.4);
  background: #d1b793;
}

section.advantages .advantages-outer ul li.vita-highlight {
  background: linear-gradient(135deg, #fff9e6 0%, #fff3cc 100%);
  border: 2px solid #c9ab81;
  position: relative;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
section.advantages .advantages-outer ul li.vita-highlight:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(255, 199, 59, 0.2);
}
section.advantages .advantages-outer ul li.vita-highlight h3 .new-badge {
  background: #c9ab81;
  color: #111111;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.7em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: 10px;
  display: inline-block;
}
section.advantages .advantages-outer ul li.vita-highlight::before {
  content: "✨";
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 1.5em;
  animation: sparkle 2s infinite;
}

@keyframes sparkle {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.2);
  }
}
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: whatsapp-float 3s ease-in-out infinite;
}
.whatsapp-float a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25D366;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  overflow: hidden;
}
.whatsapp-float a:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6);
}
.whatsapp-float a svg {
  width: 35px;
  height: 35px;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.whatsapp-float:hover a {
  animation: whatsapp-pulse 1s ease-in-out infinite;
}

@keyframes whatsapp-float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes whatsapp-pulse {
  0% {
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  }
  50% {
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.8);
  }
  100% {
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  }
}
section.why-choose-section {
  padding: 100px 0;
  background: #efefef;
  color: rgb(0, 0, 0);
  position: relative;
  overflow: hidden;
}
section.why-choose-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="1.5" fill="%23ffffff08"/><circle cx="80" cy="40" r="2" fill="%23ffffff05"/><circle cx="40" cy="80" r="1" fill="%23ffffff10"/></svg>');
  animation: float-bg 15s infinite linear;
}
section.why-choose-section .title-section {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}
section.why-choose-section .title-section h2 {
  font-size: 3.5em;
  font-weight: 700;
  color: rgb(0, 0, 0);
  margin-bottom: 10px;
  line-height: 1.2;
}
section.why-choose-section .title-section h3 {
  font-size: 2.2em;
  font-weight: 600;
  color: #c9ab81;
  margin-bottom: 30px;
  line-height: 1.3;
}
section.why-choose-section .title-section p {
  font-size: 1.3em;
  color: rgba(0, 0, 0, 0.9);
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}
section.why-choose-section .why-choose-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  position: relative;
  z-index: 2;
}
section.why-choose-section .why-choose-grid .choice-card {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  position: relative;
}
section.why-choose-section .why-choose-grid .choice-card:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
section.why-choose-section .why-choose-grid .choice-card .card-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #1f212c 0%, #4b6da2 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px auto;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
section.why-choose-section .why-choose-grid .choice-card .card-icon svg {
  color: rgb(255, 255, 255);
  width: 40px;
  height: 40px;
}
section.why-choose-section .why-choose-grid .choice-card:hover .card-icon {
  transform: scale(1.1);
  box-shadow: 0 10px 30px rgba(255, 199, 59, 0.3);
}
section.why-choose-section .why-choose-grid .choice-card h4 {
  font-size: 1.4em;
  font-weight: 600;
  color: rgb(0, 0, 0);
  margin-bottom: 15px;
  line-height: 1.3;
}
section.why-choose-section .why-choose-grid .choice-card p {
  font-size: 1em;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.6;
}
section.why-choose-section .why-choose-grid .choice-card:nth-child(5) {
  background: rgba(255, 199, 59, 0.1);
  border: 1px solid rgba(255, 199, 59, 0.3);
}
section.why-choose-section .why-choose-grid .choice-card:nth-child(5):hover {
  background: rgba(255, 199, 59, 0.15);
}

@keyframes float-bg {
  0% {
    transform: translateX(-100px);
  }
  100% {
    transform: translateX(calc(100vw + 100px));
  }
}
@keyframes naturalness-pulse {
  0%, 100% {
    opacity: 0.3;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.1);
  }
}
@keyframes float-particles {
  0% {
    transform: translateX(-100px) translateY(-100px);
  }
  100% {
    transform: translateX(calc(100vw + 100px)) translateY(100px);
  }
}
@keyframes fade-in-scale {
  0% {
    opacity: 0;
    transform: scale(0.8) translateY(20px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@keyframes slide-in-up {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes progress-glow {
  0% {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  50% {
    box-shadow: 0 4px 20px rgba(52, 152, 219, 0.6);
  }
  100% {
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.4);
  }
}
@keyframes success-bounce {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
section.direct-contact-form {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  position: relative;
}
section.direct-contact-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="10" cy="10" r="1.5" fill="%233498db20"/><circle cx="90" cy="20" r="2" fill="%2327ae6015"/><circle cx="20" cy="90" r="1.8" fill="%233498db15"/></svg>');
  opacity: 0.6;
}
section.direct-contact-form .form-wrapper {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
section.direct-contact-form .form-content {
  text-align: center;
}
section.direct-contact-form .form-content .form-header {
  margin-bottom: 40px;
}
section.direct-contact-form .form-content .form-header h3 {
  font-size: 2.2em;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 15px;
  line-height: 1.2;
}
section.direct-contact-form .form-content .form-header p {
  font-size: 1.1em;
  color: #7f8c8d;
  line-height: 1.6;
  max-width: 500px;
  margin: 0 auto;
}
section.direct-contact-form .form-content .direct-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 30px;
}
section.direct-contact-form .form-content .direct-form .form-row .form-group input {
  padding: 18px 25px;
  border: 2px solid rgba(52, 152, 219, 0.1);
  border-radius: 15px;
  font-size: 1.1em;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  color: #2c3e50;
}
section.direct-contact-form .form-content .direct-form .form-row .form-group input::-moz-placeholder {
  color: #bdc3c7;
}
section.direct-contact-form .form-content .direct-form .form-row .form-group input::placeholder {
  color: #bdc3c7;
}
section.direct-contact-form .form-content .direct-form .form-row .form-group input:focus {
  outline: none;
  border-color: rgba(52, 152, 219, 0.5);
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
  transform: translateY(-1px);
}
section.direct-contact-form .form-content .direct-form .direct-submit-btn {
  width: 100%;
  max-width: 300px;
  padding: 18px 30px;
  background: linear-gradient(135deg, #1f212c 0%, #4b6da2 100%);
  border: none;
  border-radius: 15px;
  color: white;
  font-size: 1.2em;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 15px 35px rgba(52, 152, 219, 0.3);
}
section.direct-contact-form .form-content .direct-form .direct-submit-btn svg {
  transition: transform 0.3s ease;
}
section.direct-contact-form .form-content .direct-form .direct-submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(52, 152, 219, 0.4);
}
section.direct-contact-form .form-content .direct-form .direct-submit-btn:hover svg {
  transform: translateX(3px);
}
section.direct-contact-form .form-content .direct-form .direct-submit-btn:active {
  transform: translateY(-1px);
}

section.direct-contact-form-2 {
  padding: 100px 0;
  background: linear-gradient(135deg, #1f212c 0%, #4b6da2 100%);
  color: white;
  position: relative;
  overflow: hidden;
}
section.direct-contact-form-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="80" r="2" fill="%23ffffff10"/><circle cx="80" cy="20" r="1.5" fill="%23ffffff08"/><circle cx="60" cy="60" r="2.5" fill="%23ffffff06"/></svg>');
  animation: float-particles 25s infinite linear;
}
section.direct-contact-form-2 .form-wrapper-2 {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
section.direct-contact-form-2 .form-header-2 {
  margin-bottom: 50px;
}
section.direct-contact-form-2 .form-header-2 h3 {
  font-size: 2.8em;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}
section.direct-contact-form-2 .form-header-2 p {
  font-size: 1.3em;
  opacity: 0.9;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}
section.direct-contact-form-2 .form-content-2 .direct-form-2 .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  justify-content: center;
  align-items: center;
}
section.direct-contact-form-2 .form-content-2 .direct-form-2 .form-row .form-group input {
  padding: 20px 25px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  font-size: 1.1em;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  color: white;
}
section.direct-contact-form-2 .form-content-2 .direct-form-2 .form-row .form-group input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
section.direct-contact-form-2 .form-content-2 .direct-form-2 .form-row .form-group input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
section.direct-contact-form-2 .form-content-2 .direct-form-2 .form-row .form-group input:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.15);
}
section.direct-contact-form-2 .form-content-2 .direct-form-2 .direct-submit-btn-2 {
  padding: 20px 50px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  color: white;
  font-size: 1.2em;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
section.direct-contact-form-2 .form-content-2 .direct-form-2 .direct-submit-btn-2 svg {
  transition: transform 0.3s ease;
}
section.direct-contact-form-2 .form-content-2 .direct-form-2 .direct-submit-btn-2:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}
section.direct-contact-form-2 .form-content-2 .direct-form-2 .direct-submit-btn-2:hover svg {
  transform: translateX(3px);
}
section.direct-contact-form-2 .form-content-2 .trust-indicators {
  display: flex;
  justify-content: center;
  gap: 40px;
}
section.direct-contact-form-2 .form-content-2 .trust-indicators .trust-item {
  text-align: center;
}
section.direct-contact-form-2 .form-content-2 .trust-indicators .trust-item .trust-number {
  display: block;
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 5px;
}
section.direct-contact-form-2 .form-content-2 .trust-indicators .trust-item .trust-text {
  font-size: 0.9em;
  opacity: 0.8;
}

section.vita-technique-details .hair-zones-reference {
  margin: 80px 0;
  padding: 60px 40px;
  background: #efefef;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
}
section.vita-technique-details .hair-zones-reference::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="15" cy="15" r="1.5" fill="%233498db15"/><circle cx="85" cy="25" r="2" fill="%2327ae6010"/><circle cx="25" cy="85" r="1.8" fill="%233498db10"/></svg>');
  opacity: 0.7;
}
section.vita-technique-details .hair-zones-reference .zones-header {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}
section.vita-technique-details .hair-zones-reference .zones-header h4 {
  font-size: 2.2em;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 15px;
  line-height: 1.2;
}
section.vita-technique-details .hair-zones-reference .zones-header p {
  font-size: 1.1em;
  color: #7f8c8d;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}
section.vita-technique-details .hair-zones-reference .zones-showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}
section.vita-technique-details .hair-zones-reference .zones-showcase .zone-view {
  position: relative;
}
section.vita-technique-details .hair-zones-reference .zones-showcase .zone-view .zone-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
section.vita-technique-details .hair-zones-reference .zones-showcase .zone-view .zone-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
section.vita-technique-details .hair-zones-reference .zones-showcase .zone-view .zone-image .zone-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #1f212c 0%, #4b6da2 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.vita-technique-details .hair-zones-reference .zones-showcase .zone-view .zone-image .zone-overlay .zone-label {
  text-align: center;
  color: white;
}
section.vita-technique-details .hair-zones-reference .zones-showcase .zone-view .zone-image .zone-overlay .zone-label .zone-title {
  display: block;
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
section.vita-technique-details .hair-zones-reference .zones-showcase .zone-view .zone-image .zone-overlay .zone-label .zone-list .zone-item {
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 8px;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
section.vita-technique-details .hair-zones-reference .zones-showcase .zone-view .zone-image .zone-overlay .zone-label .zone-list .zone-item.f1, section.vita-technique-details .hair-zones-reference .zones-showcase .zone-view .zone-image .zone-overlay .zone-label .zone-list .zone-item.d1 {
  background: rgba(231, 76, 60, 0.3);
}
section.vita-technique-details .hair-zones-reference .zones-showcase .zone-view .zone-image .zone-overlay .zone-label .zone-list .zone-item.f2, section.vita-technique-details .hair-zones-reference .zones-showcase .zone-view .zone-image .zone-overlay .zone-label .zone-list .zone-item.d2 {
  background: rgba(52, 152, 219, 0.3);
}
section.vita-technique-details .hair-zones-reference .zones-showcase .zone-view .zone-image .zone-overlay .zone-label .zone-list .zone-item.f3, section.vita-technique-details .hair-zones-reference .zones-showcase .zone-view .zone-image .zone-overlay .zone-label .zone-list .zone-item.d3 {
  background: rgba(46, 204, 113, 0.3);
}
section.vita-technique-details .hair-zones-reference .zones-showcase .zone-view .zone-image .zone-overlay .zone-label .zone-list .zone-item.f4, section.vita-technique-details .hair-zones-reference .zones-showcase .zone-view .zone-image .zone-overlay .zone-label .zone-list .zone-item.d4 {
  background: rgba(241, 196, 15, 0.3);
}
section.vita-technique-details .hair-zones-reference .zones-showcase .zone-view .zone-image .zone-overlay .zone-label .zone-list .zone-item.f5 {
  background: rgba(155, 89, 182, 0.3);
}
section.vita-technique-details .hair-zones-reference .zones-showcase .zone-view .zone-image .zone-overlay .zone-label .zone-list .zone-item.f6 {
  background: rgba(230, 126, 34, 0.3);
}
section.vita-technique-details .hair-zones-reference .zones-showcase .zone-view .zone-image:hover .zone-overlay {
  opacity: 1;
}
section.vita-technique-details .hair-zones-reference .zones-showcase .zone-view .zone-image:hover img {
  transform: scale(1.05);
}
section.vita-technique-details .hair-zones-reference .zones-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  position: relative;
  z-index: 2;
}
section.vita-technique-details .hair-zones-reference .zones-benefits .benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 25px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
section.vita-technique-details .hair-zones-reference .zones-benefits .benefit-item .benefit-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #1f212c 0%, #4b6da2 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.vita-technique-details .hair-zones-reference .zones-benefits .benefit-item .benefit-icon svg {
  color: white;
}
section.vita-technique-details .hair-zones-reference .zones-benefits .benefit-item .benefit-text {
  font-size: 1em;
  line-height: 1.5;
  color: #2c3e50;
}
section.vita-technique-details .hair-zones-reference .zones-benefits .benefit-item .benefit-text strong {
  color: #000000;
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
}

section.patient-origins-stats {
  padding: 100px 0;
  background: linear-gradient(135deg, #1f212c 0%, #4b6da2 100%);
  color: white;
  position: relative;
  overflow: hidden;
}
section.patient-origins-stats::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="10" cy="10" r="1" fill="%23ffffff08"/><circle cx="90" cy="30" r="1.5" fill="%23ffffff06"/><circle cx="30" cy="90" r="2" fill="%23ffffff10"/><circle cx="70" cy="70" r="1.2" fill="%23ffffff05"/></svg>');
  animation: float-particles 30s infinite linear;
}
section.patient-origins-stats .stats-header {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}
section.patient-origins-stats .stats-header .stats-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 8px 20px;
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 25px;
}
section.patient-origins-stats .stats-header .stats-badge .stats-year {
  font-size: 1.1em;
  font-weight: 700;
  color: #c9ab81;
}
section.patient-origins-stats .stats-header .stats-badge .stats-label {
  font-size: 0.9em;
  font-weight: 500;
  opacity: 0.9;
}
section.patient-origins-stats .stats-header h2 {
  font-size: 3em;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}
section.patient-origins-stats .stats-header h2 .highlight-number {
  color: #c9ab81;
  text-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
}
section.patient-origins-stats .stats-header p {
  font-size: 1.3em;
  opacity: 0.9;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
}
section.patient-origins-stats .origins-showcase {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}
section.patient-origins-stats .origins-showcase .total-stats {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
section.patient-origins-stats .origins-showcase .total-stats .main-stat {
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  padding: 40px 30px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
section.patient-origins-stats .origins-showcase .total-stats .main-stat .stat-number {
  font-size: 4em;
  font-weight: 900;
  color: #c9ab81;
  text-shadow: 0 0 30px rgba(255, 215, 0, 0.4);
  margin-bottom: 10px;
  display: block;
}
section.patient-origins-stats .origins-showcase .total-stats .main-stat .stat-label {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
}
section.patient-origins-stats .origins-showcase .total-stats .main-stat .stat-growth {
  font-size: 1em;
  color: #4caf50;
  font-weight: 700;
  background: rgba(76, 175, 80, 0.2);
  padding: 5px 15px;
  border-radius: 15px;
  display: inline-block;
}
section.patient-origins-stats .origins-showcase .total-stats .satisfaction-rate {
  text-align: center;
}
section.patient-origins-stats .origins-showcase .total-stats .satisfaction-rate .rate-circle {
  width: 150px;
  height: 150px;
  background: conic-gradient(from 0deg, 0deg 355deg, rgba(255, 255, 255, 0.2) 355deg 360deg);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
}
section.patient-origins-stats .origins-showcase .total-stats .satisfaction-rate .rate-circle::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 50%;
}
section.patient-origins-stats .origins-showcase .total-stats .satisfaction-rate .rate-circle .rate-number {
  font-size: 1.8em;
  font-weight: 900;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
section.patient-origins-stats .origins-showcase .total-stats .satisfaction-rate .rate-circle .rate-text {
  margin-top: 5px;
  font-size: 1em;
  line-height: 1.6;
  font-weight: 700;
  position: relative;
  z-index: 2;
  opacity: 0.9;
  color: #ffffff;
}
section.patient-origins-stats .origins-showcase .top-cities h3 {
  font-size: 1.8em;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}
section.patient-origins-stats .origins-showcase .top-cities .cities-chart .city-item {
  display: grid;
  grid-template-columns: 180px 1fr 120px;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 15px;
  margin-bottom: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}
section.patient-origins-stats .origins-showcase .top-cities .cities-chart .city-item:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateX(5px);
}
section.patient-origins-stats .origins-showcase .top-cities .cities-chart .city-item .city-info {
  display: flex;
  align-items: center;
  gap: 15px;
}
section.patient-origins-stats .origins-showcase .top-cities .cities-chart .city-item .city-info .city-rank {
  font-size: 1.2em;
  font-weight: 900;
  width: 35px;
  height: 35px;
  background: #c9ab81;
  color: #333;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.patient-origins-stats .origins-showcase .top-cities .cities-chart .city-item .city-info .city-name {
  font-size: 1.1em;
  font-weight: 600;
}
section.patient-origins-stats .origins-showcase .top-cities .cities-chart .city-item .city-info .city-state {
  font-size: 0.9em;
  opacity: 0.7;
  background: rgba(255, 255, 255, 0.1);
  padding: 3px 8px;
  border-radius: 8px;
}
section.patient-origins-stats .origins-showcase .top-cities .cities-chart .city-item .city-bar {
  height: 8px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
section.patient-origins-stats .origins-showcase .top-cities .cities-chart .city-item .city-bar .bar-fill {
  height: 100%;
  background: #c9ab81;
  border-radius: 4px;
  transition: width 2s ease;
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
}
section.patient-origins-stats .origins-showcase .top-cities .cities-chart .city-item .city-bar .bar-fill[data-percentage="100"] {
  width: 100%;
}
section.patient-origins-stats .origins-showcase .top-cities .cities-chart .city-item .city-bar .bar-fill[data-percentage="78"] {
  width: 78%;
}
section.patient-origins-stats .origins-showcase .top-cities .cities-chart .city-item .city-bar .bar-fill[data-percentage="62"] {
  width: 62%;
}
section.patient-origins-stats .origins-showcase .top-cities .cities-chart .city-item .city-bar .bar-fill[data-percentage="51"] {
  width: 51%;
}
section.patient-origins-stats .origins-showcase .top-cities .cities-chart .city-item .city-bar .bar-fill[data-percentage="45"] {
  width: 45%;
}
section.patient-origins-stats .origins-showcase .top-cities .cities-chart .city-item .city-count {
  font-size: 1em;
  font-weight: 600;
  text-align: right;
  color: #c9ab81;
}
section.patient-origins-stats .origins-showcase .top-cities .cities-chart .city-item.rank-1 .city-rank {
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.4);
  animation: pulse-gold 2s infinite;
}
section.patient-origins-stats .patient-testimonials-preview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}
section.patient-origins-stats .patient-testimonials-preview .testimonial-item {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  padding: 25px;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}
section.patient-origins-stats .patient-testimonials-preview .testimonial-item .testimonial-flag {
  font-size: 2em;
  margin-bottom: 15px;
}
section.patient-origins-stats .patient-testimonials-preview .testimonial-item .testimonial-content {
  margin-bottom: 15px;
}
section.patient-origins-stats .patient-testimonials-preview .testimonial-item .testimonial-content p {
  font-size: 1em;
  line-height: 1.5;
  font-style: italic;
  margin-bottom: 10px;
  opacity: 0.95;
}
section.patient-origins-stats .patient-testimonials-preview .testimonial-item .testimonial-content .testimonial-author {
  font-size: 0.9em;
  font-weight: 600;
  color: #c9ab81;
}
section.patient-origins-stats .patient-testimonials-preview .testimonial-item .testimonial-rating {
  color: #c9ab81;
  font-size: 1.1em;
}
section.patient-origins-stats .origins-cta {
  text-align: center;
  position: relative;
  z-index: 2;
}
section.patient-origins-stats .origins-cta h3 {
  font-size: 2.2em;
  font-weight: 700;
  margin-bottom: 15px;
}
section.patient-origins-stats .origins-cta p {
  font-size: 1.2em;
  opacity: 0.9;
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
section.patient-origins-stats .origins-cta .btn-origins-cta {
  display: inline-block;
  background: #c9ab81;
  color: #333;
  padding: 18px 40px;
  border-radius: 15px;
  font-size: 1.2em;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 15px 35px rgba(255, 215, 0, 0.3);
}
section.patient-origins-stats .origins-cta .btn-origins-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(255, 215, 0, 0.4);
  background: #c9ab81;
}

@keyframes pulse-gold {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
@keyframes award-glow {
  0% {
    opacity: 0.8;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1.02);
  }
}/*# sourceMappingURL=style.css.map */