@charset "UTF-8";
@media (min-width: 150px) {
  body::before {
    content: "" !important;
    display: none;
    font-weight: bold;
    text-align: center;
    background: rgba(255, 255, 0, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
  }
  body::after {
    content: "" !important;
    display: none;
    font-weight: bold;
    text-align: center;
    background: red;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    z-index: 99;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../images/flags@2x.png") !important;
  }
}
@media only screen and (max-width:690px) {
  .container {
    width: 100%;
    box-sizing: border-box;
  }
  body::before {
    content: "Mobile";
  }
}
@media only screen and (max-width:690px) and (orientation: landscape) {
  body::after {
    content: "LandScape";
  }
}
@media only screen and (max-width:690px) and (orientation: portrait) {
  body::after {
    content: "Portrait";
  }
  section.features {
    padding: 0 0 4em 0;
  }
  section.features .container h2 {
    font-size: 2em;
    max-width: initial;
    margin: 0 auto 1em auto;
  }
  section.features .container h2 b {
    border: 0;
    margin: initial;
    display: initial;
  }
  section.features .container p {
    font-size: 1.1em;
    max-width: 90%;
  }
  section.features .container ul li {
    width: 100%;
    margin: 0.5em 0;
    padding: 1em 2em;
    border-radius: 0.5em;
  }
  section.features .container ul li span {
    font-size: 1em;
  }
  section.hair-analysis {
    background: #ffffff;
  }
  section.hair-analysis .wizard-outer {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    position: unset;
  }
  section.hair-analysis .wizard-outer .title span {
    line-height: 1.3;
  }
  section.hair-analysis .wizard-outer .steps {
    margin: 0;
  }
  section.hair-analysis .wizard-outer .content .item {
    padding: 1em 0;
  }
  section.hair-analysis .wizard-outer .content .item .option {
    max-width: none;
    padding: 0.6em 1em;
  }
  section.hair-analysis .wizard-outer .content .item .option img {
    width: 40px;
  }
  section.hair-analysis .wizard-outer .content .item .option span {
    font-size: 1.1em;
  }
  section.hair-analysis .wizard-outer .content .item input {
    width: 100%;
    box-sizing: border-box;
  }
  section.hair-analysis .wizard-outer .actions {
    margin: 0;
  }
  header {
    padding: 50px 15px 0 15px;
  }
  header .container {
    height: 50px;
  }
  header .container .logo a img {
    width: 90px;
  }
  header .container .btn-mobile {
    display: flex;
  }
  header .container nav {
    display: none;
  }
  header.mobile-active .container {
    position: relative;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  header.mobile-active .container .logo a img {
    position: relative;
    z-index: 2;
  }
  header.mobile-active .container nav {
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    padding: 4em 0;
    box-sizing: border-box;
    background: #ffffff;
    border-bottom-left-radius: 1.6em;
    border-bottom-right-radius: 1.6em;
  }
  header.mobile-active .container nav ul {
    flex-direction: column;
  }
  header.mobile-active .container nav ul li {
    margin: 0 0 1.6em 0;
  }
  header.mobile-active .container nav ul li:nth-last-child(1) {
    margin: 0;
  }
  header.mobile-active .container nav ul li a {
    font-size: 1.4em;
  }
  header.mobile-active .container .btn-mobile span.menu-line {
    background: transparent;
  }
  header.mobile-active .container .btn-mobile span.menu-line:before {
    top: 0;
    transform: rotate3d(0, 0, 1, 45deg);
  }
  header.mobile-active .container .btn-mobile span.menu-line:after {
    top: 0;
    transform: rotate3d(0, 0, 1, -45deg);
  }
  section.homepage-v2 .container h1 {
    font-size: 2em;
    max-width: 80%;
  }
  section.homepage {
    -webkit-height: calc(100vh - 90px);
    -moz-height: calc(100vh - 90px);
    -ms-height: calc(100vh - 90px);
    -o-height: calc(100vh - 90px);
    height: calc(100vh - 90px);
  }
  section.homepage .container h1 {
    font-size: 1.6em;
  }
  section.homepage .container h1 span.highlight {
    margin-bottom: 15px;
  }
  section.homepage .container h1 span.highlight b {
    border-bottom: 5px solid #ffc73b;
  }
  section.homepage .container .featured {
    flex-direction: column;
    padding: 3em 0;
  }
  section.homepage .container .featured .outer-stars {
    width: 100%;
    padding: 1em 3em;
    line-height: 1.3;
    text-align: center;
  }
  section.homepage .container .featured .outer-stars .stars {
    margin-bottom: 0.5em;
  }
  section.homepage .container .featured .outer-stars .stars svg {
    width: 120px;
  }
  section.homepage .container .featured .outer-stars span.text-stars {
    font-size: 1.1em;
  }
  section.homepage .container .outer-platforms {
    width: 100%;
    margin-top: 1em;
  }
  section.homepage .container .outer-platforms a svg {
    width: 70px;
  }
  section.homepage .container .btn-outer a.btn-get-lead {
    font-size: 1.2em;
  }
  section.compared {
    padding: 2em 0 2em 0;
  }
  section.compared .container .title-section {
    padding: 0 0 4em 0;
  }
  section.compared .container .title-section h2 {
    font-size: 2.2em;
  }
  section.compared .container .title-section p {
    font-size: 1.1em;
    max-width: 80%;
    line-height: 1.4;
  }
  section.compared .container ul {
    padding: 1em 0;
  }
  section.compared .container ul li {
    width: 46%;
    margin: 0 1%;
  }
  section.compared .container ul li .topper {
    font-size: 1em;
  }
  section.compared .container ul li .middle {
    padding: 0 1em;
  }
  section.compared .container ul li .middle span.title {
    font-size: 1em;
  }
  section.compared .container ul li.vita-special .topper {
    padding: 1em 0;
    gap: 6px;
  }
  section.compared .container ul li.vita-special .topper .clinic-title {
    font-size: 1em;
  }
  section.compared .container ul li.vita-special .topper .european-award-mini {
    padding: 6px 8px;
    gap: 3px;
    border-radius: 8px;
  }
  section.compared .container ul li.vita-special .topper .european-award-mini .award-mini-logo {
    width: 105px;
  }
  section.compared .container ul li.vita-special .topper .european-award-mini .award-mini-text {
    letter-spacing: 0.5px;
  }
  section.compared .container ul li.vita-special .middle {
    height: 240px;
  }
  section.compared .container ul li.vita-special .middle span.title b {
    font-size: 1.4em;
  }
  section.compared .container ul li.europe .middle {
    height: 300px;
  }
  section.compared .container ul li.usa {
    display: none;
  }
  section.compared .container ul:before {
    height: 120px;
    bottom: 24px;
  }
  section.compared .container .reviews-summary {
    padding: 20px 15px;
    margin: 5em auto 1.2em auto;
    max-width: 95%;
  }
  section.compared .container .reviews-summary .rating-inline {
    gap: 10px;
    margin-bottom: 15px;
  }
  section.compared .container .reviews-summary .rating-inline .rating-number {
    font-size: 1.8em;
  }
  section.compared .container .reviews-summary .rating-inline .stars {
    font-size: 1.1em;
    letter-spacing: 0.5px;
  }
  section.compared .container .reviews-summary .rating-inline .reviews-count {
    font-size: 0.85em;
  }
  section.compared .container .reviews-summary .reviews-platforms {
    gap: 20px;
  }
  section.compared .container .reviews-summary .reviews-platforms .platform-logo {
    padding: 6px;
  }
  section.compared .container .btn-outer .btn-get-lead-border {
    margin-top: 2em;
    font-size: 1.2em;
  }
  section.advantages {
    padding: 4em 0;
  }
  section.advantages .container .title-section {
    padding: 0 0 2em 0;
  }
  section.advantages .container .title-section h2 {
    font-size: 2.2em;
  }
  section.advantages .container .title-section p {
    font-size: 1.1em;
    max-width: 80%;
    line-height: 1.4;
  }
  section.advantages .container .advantages-outer ul {
    flex-direction: column;
  }
  section.advantages .container .advantages-outer ul li {
    width: 100%;
    margin: 3% 0;
  }
  section.advantages .container .advantages-outer ul li h3 {
    font-size: 1.4em;
  }
  section.advantages .container .btn-outer {
    padding-top: 4em;
  }
  section.advantages .container .btn-outer .btn-get-lead {
    margin: 0;
    font-size: 1.2em;
  }
  section.get-analysis {
    padding: 0 0 4em 0;
  }
  section.get-analysis .container .analysis-outer {
    padding: 3em 0;
    flex-direction: column;
  }
  section.get-analysis .container .analysis-outer .video-side {
    width: auto;
  }
  section.get-analysis .container .analysis-outer .content-area {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  section.get-analysis .container .analysis-outer .content-area h4 {
    margin-top: 1em;
    font-size: 2.4em;
    text-align: center;
  }
  section.get-analysis .container .analysis-outer .content-area ul {
    margin: 1em 0;
  }
  section.get-analysis .container .analysis-outer .content-area ul li span {
    font-size: 1.2em;
  }
  section.get-analysis .container .analysis-outer .content-area a.btn-get-lead-border {
    font-size: 1.2em;
    padding: 1em;
  }
  section.before-after-head-section {
    padding: 4em 0 4em 0;
  }
  section.before-after-head-section .container .title-section {
    padding: 0 0 2em 0;
  }
  section.before-after-head-section .container .title-section h2 {
    max-width: 80%;
    font-size: 2.2em;
    text-align: center;
  }
  section.before-after-head-section .container .title-section p {
    font-size: 1.1em;
    max-width: 80%;
    line-height: 1.4;
  }
  section.before-after-head-section .container ul li {
    width: 48%;
  }
  section.clinic-introduce {
    padding: 4em 0 0 0;
  }
  section.clinic-introduce .container .title-section {
    padding: 0 0 2em 0;
  }
  section.clinic-introduce .container .title-section h2 {
    max-width: 80%;
    font-size: 2.2em;
    text-align: center;
  }
  section.clinic-introduce .container .title-section p {
    font-size: 1.1em;
    max-width: 80%;
    line-height: 1.4;
  }
  section.before-after {
    padding: 0 0 4em 0;
  }
  section.before-after .container .title-section {
    padding: 0 0 2em 0;
  }
  section.before-after .container .title-section h2 {
    font-size: 2.2em;
    text-align: center;
  }
  section.before-after .container .title-section p {
    font-size: 1.1em;
    max-width: 80%;
    line-height: 1.4;
  }
  section.get-offer, section.get-offer2 {
    padding: 0 0 4em 0;
  }
  section.get-offer .container .get-offer-outer, section.get-offer2 .container .get-offer-outer {
    flex-direction: column;
    padding: 3em 2em;
  }
  section.get-offer .container .get-offer-outer .content-area, section.get-offer2 .container .get-offer-outer .content-area {
    width: auto;
  }
  section.get-offer .container .get-offer-outer .content-area h4, section.get-offer2 .container .get-offer-outer .content-area h4 {
    font-size: 2.4em;
  }
  section.get-offer .container .get-offer-outer .content-area p, section.get-offer2 .container .get-offer-outer .content-area p {
    font-size: 1.2em;
    margin: 1em 0;
  }
  section.get-offer .container .get-offer-outer .symbol-area, section.get-offer2 .container .get-offer-outer .symbol-area {
    margin: 0;
    width: 100%;
  }
  section.get-offer .container .get-offer-outer .symbol-area a.btn-get-lead, section.get-offer2 .container .get-offer-outer .symbol-area a.btn-get-lead {
    width: 100%;
    font-size: 1.2em;
    padding: 1em;
    text-align: center;
    margin-top: 1em;
  }
  section.best-awards {
    padding: 4em 0;
    background-size: cover;
    background-repeat: repeat;
  }
  section.best-awards .container .awards-outer {
    padding: 0 2em;
    max-width: none;
  }
  section.best-awards .container .awards-outer h4 {
    font-size: 2.4em;
  }
  section.best-awards .container .awards-outer p {
    font-size: 1.2em;
  }
  section.best-awards .container .awards-outer a.btn-get-lead-border {
    width: 100%;
    font-size: 1.2em;
    padding: 1em;
  }
  section.packages {
    padding: 4em 0;
  }
  section.packages .container .title-section {
    padding: 0 0 2em 0;
  }
  section.packages .container .title-section h2 {
    font-size: 2.2em;
    text-align: center;
  }
  section.packages .container .title-section p {
    font-size: 1.1em;
    max-width: 80%;
    line-height: 1.4;
  }
  section.packages .container .packages-outer {
    flex-direction: column;
  }
  section.packages .container .packages-outer .item {
    width: 100%;
    box-sizing: border-box;
    margin: 1em 0;
  }
  section.comments-platform .title-section {
    padding: 0 0 2em 0;
  }
  section.comments-platform .title-section h2 {
    font-size: 2.2em;
    text-align: center;
  }
  section.comments-platform .title-section p {
    font-size: 1.1em;
    max-width: 80%;
    line-height: 1.4;
  }
  section.comments-platform .comments-outer ul {
    padding: 0;
  }
  section.comments-platform .comments-outer ul li {
    padding: 2em 1em;
    margin: 0;
  }
}
@media only screen and (min-width:690px) and (max-width: 995px) {
  body::before {
    content: "Mobile";
  }
}
@media only screen and (min-width:690px) and (max-width: 995px) and (orientation: landscape) {
  body::after {
    content: "LandScape";
  }
}
@media only screen and (min-width:690px) and (max-width: 995px) and (orientation: portrait) {
  body::after {
    content: "Portrait";
  }
}
@media only screen and (min-width:995px) and (max-width: 1280px) {
  body::before {
    content: "Laptop Low Res";
  }
}
@media only screen and (min-width:1280px) {
  body::before {
    content: "Desktop";
  }
}
@media only screen and (min-width:1440px) {
  body::before {
    content: "Desktop High Res";
  }
  .container {
    width: 1280px;
  }
}
@media only screen and (max-width:690px) {
  header.vita-header .container, header.homepage-header .container {
    margin-top: 10px;
    border-radius: 10px;
    height: 60px;
  }
  header.vita-header .container ul li a, header.homepage-header .container ul li a {
    color: #111111 !important;
  }
  header.vita-header .logo a img, header.homepage-header .logo a img {
    width: 120px;
  }
  header.vita-header nav, header.homepage-header nav {
    display: none;
  }
  header.vita-header .btn-mobile, header.homepage-header .btn-mobile {
    display: flex !important;
  }
  header.vita-header .btn-mobile .menu-line, header.homepage-header .btn-mobile .menu-line {
    background: white !important;
  }
  header.vita-header .btn-mobile .menu-line::before, header.vita-header .btn-mobile .menu-line::after, header.homepage-header .btn-mobile .menu-line::before, header.homepage-header .btn-mobile .menu-line::after {
    background: white !important;
  }
  section.homepage {
    padding-top: 90px;
  }
  section.vita-technique-banner {
    padding: 180px 0 60px 0;
  }
  section.vita-technique-banner .vita-banner-content .vita-badge {
    padding: 10px 20px;
    gap: 8px;
    flex-direction: column;
  }
  section.vita-technique-banner .vita-banner-content .vita-badge .new-tag {
    padding: 3px 10px;
    font-size: 0.7em;
  }
  section.vita-technique-banner .vita-banner-content .vita-badge .technique-name {
    font-size: 1em;
    letter-spacing: 1px;
  }
  section.vita-technique-banner .vita-banner-content .vita-title {
    font-size: 2.2em;
    margin-bottom: 15px;
  }
  section.vita-technique-banner .vita-banner-content .vita-subtitle {
    font-size: 1.1em;
    margin-bottom: 40px;
  }
  section.vita-technique-banner .vita-banner-content .vita-highlights {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
  }
  section.vita-technique-banner .vita-banner-content .vita-highlights .highlight-item {
    min-width: 120px;
    padding: 20px 15px;
  }
  section.vita-technique-banner .vita-banner-content .vita-highlights .highlight-item .number {
    font-size: 2em;
  }
  section.vita-technique-banner .vita-banner-content .vita-highlights .highlight-item .text {
    font-size: 0.9em;
  }
  section.vita-technique-banner .vita-banner-content .vita-cta-btn {
    padding: 15px 30px;
    font-size: 1em;
  }
  section.vita-technique-details {
    padding: 60px 0;
  }
  section.vita-technique-details .title-section {
    margin-bottom: 40px;
  }
  section.vita-technique-details .title-section h2 {
    font-size: 2.2em;
    margin-bottom: 15px;
  }
  section.vita-technique-details .title-section p {
    font-size: 1.1em;
  }
  section.vita-technique-details .vita-intro {
    margin-bottom: 50px;
  }
  section.vita-technique-details .vita-intro .naturalness-focus {
    padding: 25px;
    margin: 20px auto;
  }
  section.vita-technique-details .vita-intro .naturalness-focus h3 {
    font-size: 1.4em;
    margin-bottom: 15px;
  }
  section.vita-technique-details .vita-intro .naturalness-focus p {
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 12px;
  }
  section.vita-technique-details .vita-intro p {
    font-size: 1em;
    line-height: 1.6;
  }
  section.vita-technique-details .technique-comparison {
    margin-bottom: 50px;
  }
  section.vita-technique-details .technique-comparison h3 {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  section.vita-technique-details .technique-comparison .comparison-table {
    display: none;
  }
  section.vita-technique-details .technique-comparison .mobile-comparison-cards {
    display: block;
  }
  section.vita-technique-details .technique-comparison .mobile-comparison-cards .technique-card {
    background: rgba(255, 255, 255, 0.08);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  }
  section.vita-technique-details .technique-comparison .mobile-comparison-cards .technique-card .technique-header {
    text-align: center;
    margin-bottom: 20px;
  }
  section.vita-technique-details .technique-comparison .mobile-comparison-cards .technique-card .technique-header h3 {
    color: #C9A961;
    font-size: 1.3em;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  section.vita-technique-details .technique-comparison .mobile-comparison-cards .technique-card .technique-header .technique-badge {
    display: inline-block;
    padding: 4px 12px;
    background: linear-gradient(135deg, #C9A961, #D4B76A);
    color: #1a1a1a;
    border-radius: 15px;
    font-size: 0.75em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  section.vita-technique-details .technique-comparison .mobile-comparison-cards .technique-card .technique-features .feature-item {
    margin-bottom: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  section.vita-technique-details .technique-comparison .mobile-comparison-cards .technique-card .technique-features .feature-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  section.vita-technique-details .technique-comparison .mobile-comparison-cards .technique-card .technique-features .feature-item .feature-title {
    color: #C9A961;
    font-size: 0.95em;
    font-weight: 600;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
  }
  section.vita-technique-details .technique-comparison .mobile-comparison-cards .technique-card .technique-features .feature-item .feature-title:before {
    content: "▶";
    margin-right: 8px;
    color: #C9A961;
    font-size: 0.7em;
  }
  section.vita-technique-details .technique-comparison .mobile-comparison-cards .technique-card .technique-features .feature-item .feature-value {
    color: #666666;
    font-size: 0.9em;
    line-height: 1.5;
    margin-left: 16px;
  }
  section.vita-technique-details .technique-comparison .mobile-comparison-cards .technique-card .technique-features .feature-item .feature-value small {
    color: #666666;
    font-size: 0.85em;
    display: block;
    margin-top: 4px;
    font-style: italic;
  }
  section.vita-technique-details .technique-comparison .mobile-comparison-cards .technique-card.vita-technique {
    border: 2px solid #C9A961;
    background: linear-gradient(135deg, rgba(201, 169, 97, 0.15), rgba(201, 169, 97, 0.05));
  }
  section.vita-technique-details .technique-comparison .mobile-comparison-cards .technique-card.vita-technique .technique-header h3 {
    background: linear-gradient(135deg, #C9A961, #E8D5A0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  section.vita-technique-details .technique-comparison .mobile-comparison-cards .technique-card.vita-technique .technique-header .technique-badge {
    background: linear-gradient(135deg, #C9A961, #E8D5A0);
    animation: pulse-gold 2s infinite;
  }
  section.vita-technique-details .vita-advantages {
    margin-bottom: 50px;
  }
  section.vita-technique-details .vita-advantages h3 {
    font-size: 1.8em;
    margin-bottom: 25px;
  }
  section.vita-technique-details .vita-advantages > p {
    font-size: 1em;
    margin-bottom: 30px;
  }
  section.vita-technique-details .vita-advantages .advantages-list {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  section.vita-technique-details .vita-advantages .advantages-list li {
    padding: 20px;
  }
  section.vita-technique-details .vita-call-to-action {
    padding: 40px 15px;
    border-radius: 15px;
  }
  section.vita-technique-details .vita-call-to-action .cta-content h3 {
    font-size: 2em;
    margin-bottom: 15px;
  }
  section.vita-technique-details .vita-call-to-action .cta-content p {
    font-size: 1.1em;
    margin-bottom: 30px;
  }
  section.vita-technique-details .vita-call-to-action .cta-content .btn-get-lead {
    padding: 15px 35px;
    font-size: 1.1em;
  }
}
@media only screen and (min-width:690px) and (max-width: 995px) {
  header.vita-header .container, header.homepage-header .container {
    margin-top: 15px;
  }
  header.vita-header .container ul li a, header.homepage-header .container ul li a {
    color: #111111;
  }
  header.vita-header .logo a img, header.homepage-header .logo a img {
    width: 140px;
  }
  section.homepage {
    padding-top: 100px;
  }
  section.vita-technique-banner {
    padding: 110px 0 70px 0;
  }
  section.vita-technique-banner .vita-banner-content .vita-title {
    font-size: 2.8em;
  }
  section.vita-technique-banner .vita-banner-content .vita-subtitle {
    font-size: 1.2em;
  }
  section.vita-technique-banner .vita-banner-content .vita-highlights {
    gap: 30px;
  }
  section.vita-technique-banner .vita-banner-content .vita-highlights .highlight-item {
    min-width: 140px;
    padding: 25px 20px;
  }
  section.vita-technique-banner .vita-banner-content .vita-highlights .highlight-item .number {
    font-size: 2.2em;
  }
  section.vita-technique-details {
    padding: 80px 0;
  }
  section.vita-technique-details .title-section h2 {
    font-size: 2.6em;
  }
  section.vita-technique-details .technique-comparison .comparison-table {
    display: none;
  }
  section.vita-technique-details .technique-comparison .mobile-comparison-cards {
    display: block;
  }
  section.vita-technique-details .technique-comparison .mobile-comparison-cards .technique-card {
    padding: 30px;
    margin-bottom: 30px;
  }
  section.vita-technique-details .technique-comparison .mobile-comparison-cards .technique-card .technique-header h3 {
    font-size: 1.4em;
    margin-bottom: 10px;
  }
  section.vita-technique-details .technique-comparison .mobile-comparison-cards .technique-card .technique-header .technique-badge {
    padding: 6px 14px;
    font-size: 0.8em;
  }
  section.vita-technique-details .technique-comparison .mobile-comparison-cards .technique-card .technique-features .feature-item {
    margin-bottom: 20px;
    padding-bottom: 18px;
  }
  section.vita-technique-details .technique-comparison .mobile-comparison-cards .technique-card .technique-features .feature-item .feature-title {
    font-size: 1em;
    margin-bottom: 10px;
  }
  section.vita-technique-details .technique-comparison .mobile-comparison-cards .technique-card .technique-features .feature-item .feature-value {
    font-size: 0.95em;
  }
  section.vita-technique-details .vita-advantages .advantages-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media only screen and (min-width:995px) and (max-width: 1280px) {
  section.vita-technique-details .technique-comparison .comparison-table .comparison-header > div {
    padding: 22px 18px;
  }
  section.vita-technique-details .technique-comparison .comparison-table .comparison-row > div {
    padding: 28px 18px;
  }
  section.vita-technique-details .technique-comparison .comparison-table .comparison-row > div .value {
    font-size: 1.05em;
  }
  section.vita-technique-details .vita-advantages .advantages-list {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  }
}
@media only screen and (max-width:690px) {
  .whatsapp-float {
    bottom: 15px;
    right: 15px;
  }
  .whatsapp-float a {
    width: 55px;
    height: 55px;
  }
  .whatsapp-float a svg {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (min-width:690px) and (max-width: 995px) {
  .whatsapp-float {
    bottom: 18px;
    right: 18px;
  }
  .whatsapp-float a {
    width: 58px;
    height: 58px;
  }
  .whatsapp-float a svg {
    width: 32px;
    height: 32px;
  }
}
@media only screen and (max-width:690px) {
  section.why-choose-section {
    padding: 60px 0;
  }
  section.why-choose-section .title-section {
    margin-bottom: 50px;
  }
  section.why-choose-section .title-section h2 {
    font-size: 2.5em;
    margin-bottom: 8px;
  }
  section.why-choose-section .title-section h3 {
    font-size: 1.8em;
    margin-bottom: 20px;
  }
  section.why-choose-section .title-section p {
    font-size: 1.1em;
  }
  section.why-choose-section .why-choose-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  section.why-choose-section .why-choose-grid .choice-card {
    padding: 30px 20px;
  }
  section.why-choose-section .why-choose-grid .choice-card .card-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
  }
  section.why-choose-section .why-choose-grid .choice-card .card-icon svg {
    width: 35px;
    height: 35px;
  }
  section.why-choose-section .why-choose-grid .choice-card h4 {
    font-size: 1.2em;
    margin-bottom: 12px;
  }
  section.why-choose-section .why-choose-grid .choice-card p {
    font-size: 0.95em;
  }
  section.why-choose-section .why-choose-cta {
    padding: 40px 25px;
  }
  section.why-choose-section .why-choose-cta h3 {
    font-size: 1.8em;
    margin-bottom: 12px;
  }
  section.why-choose-section .why-choose-cta p {
    font-size: 1.1em;
    margin-bottom: 25px;
  }
  section.why-choose-section .why-choose-cta .btn-get-lead {
    padding: 18px 40px;
    font-size: 1.1em;
  }
}
@media only screen and (min-width:690px) and (max-width: 995px) {
  section.why-choose-section {
    padding: 80px 0;
  }
  section.why-choose-section .title-section {
    margin-bottom: 60px;
  }
  section.why-choose-section .title-section h2 {
    font-size: 3em;
  }
  section.why-choose-section .title-section h3 {
    font-size: 2em;
  }
  section.why-choose-section .title-section p {
    font-size: 1.2em;
  }
  section.why-choose-section .why-choose-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
  }
  section.why-choose-section .why-choose-grid .choice-card {
    padding: 35px 25px;
  }
  section.why-choose-section .why-choose-grid .choice-card .card-icon {
    width: 75px;
    height: 75px;
  }
  section.why-choose-section .why-choose-grid .choice-card .card-icon svg {
    width: 38px;
    height: 38px;
  }
  section.why-choose-section .why-choose-grid .choice-card h4 {
    font-size: 1.3em;
  }
  section.why-choose-section .why-choose-cta {
    padding: 45px 35px;
  }
  section.why-choose-section .why-choose-cta h3 {
    font-size: 2em;
  }
}
@media only screen and (min-width:995px) and (max-width: 1280px) {
  section.why-choose-section .why-choose-grid {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  }
}
@media only screen and (max-width:690px) {
  section.hair-analysis .wizard-outer {
    width: 95%;
    padding: 40px 25px 35px;
    border-radius: 20px;
    max-height: 90vh;
    overflow-y: auto;
  }
  section.hair-analysis .wizard-outer .title span {
    font-size: 1.8em;
    line-height: 1.2;
  }
  section.hair-analysis .wizard-outer .steps {
    margin-bottom: 30px;
    padding: 0 10px;
  }
  section.hair-analysis .wizard-outer .steps ul {
    gap: 8px;
  }
  section.hair-analysis .wizard-outer .steps ul li {
    height: 6px;
    border-radius: 8px;
  }
  section.hair-analysis .wizard-outer .steps ul li::after {
    width: 8px;
    right: -12px;
  }
  section.hair-analysis .wizard-outer .content .item .option {
    max-width: 100%;
    padding: 20px 25px;
    margin: 15px 0;
  }
  section.hair-analysis .wizard-outer .content .item .option img {
    width: 60px;
    height: 60px;
    padding: 10px;
  }
  section.hair-analysis .wizard-outer .content .item .option span {
    font-size: 1.2em;
    margin-left: 15px;
  }
  section.hair-analysis .wizard-outer .content .item input {
    width: 100%;
    padding: 15px 20px;
    font-size: 1.1em;
    margin: 15px 0;
  }
  section.hair-analysis .wizard-outer .actions a {
    padding: 15px 35px;
    font-size: 1.1em;
  }
  section.hair-analysis .wizard-outer .close-btn {
    width: 40px;
    height: 40px;
    top: 15px;
    right: 15px;
  }
  section.hair-analysis .wizard-outer .close-btn img {
    width: 18px;
    height: 18px;
  }
}
@media only screen and (min-width:690px) and (max-width: 995px) {
  section.hair-analysis .wizard-outer {
    width: 85%;
    padding: 50px 40px 45px;
  }
  section.hair-analysis .wizard-outer .title span {
    font-size: 2em;
  }
  section.hair-analysis .wizard-outer .content .item .option {
    max-width: 380px;
    padding: 22px 28px;
  }
  section.hair-analysis .wizard-outer .content .item .option img {
    width: 65px;
    height: 65px;
  }
  section.hair-analysis .wizard-outer .content .item .option span {
    font-size: 1.3em;
  }
  section.hair-analysis .wizard-outer .content .item input {
    max-width: 380px;
    padding: 16px 22px;
    font-size: 1.2em;
  }
}
@media only screen and (min-width:995px) and (max-width: 1280px) {
  section.hair-analysis .wizard-outer {
    width: 75%;
    max-width: 700px;
  }
}
@media only screen and (max-width:690px) {
  section.direct-contact-form {
    padding: 60px 0;
  }
  section.direct-contact-form .form-wrapper {
    max-width: 100%;
    padding: 0 20px;
  }
  section.direct-contact-form .form-content .form-header {
    margin-bottom: 30px;
  }
  section.direct-contact-form .form-content .form-header h3 {
    font-size: 1.8em;
  }
  section.direct-contact-form .form-content .form-header p {
    font-size: 1em;
  }
  section.direct-contact-form .form-content .direct-form .form-row {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 25px;
  }
  section.direct-contact-form .form-content .direct-form .form-row .form-group input {
    padding: 16px 20px;
    font-size: 1em;
  }
  section.direct-contact-form .form-content .direct-form .direct-submit-btn {
    width: 100%;
    max-width: none;
    padding: 16px 30px;
    font-size: 1.1em;
  }
  section.direct-contact-form-2 {
    padding: 80px 0;
  }
  section.direct-contact-form-2 .form-wrapper-2 {
    padding: 0 20px;
  }
  section.direct-contact-form-2 .form-header-2 {
    margin-bottom: 40px;
  }
  section.direct-contact-form-2 .form-header-2 h3 {
    font-size: 2.2em;
  }
  section.direct-contact-form-2 .form-header-2 p {
    font-size: 1.1em;
  }
  section.direct-contact-form-2 .form-content-2 .direct-form-2 .form-row {
    flex-direction: column;
  }
  section.direct-contact-form-2 .form-content-2 .direct-form-2 .form-row .form-group input {
    padding: 18px 20px;
  }
  section.direct-contact-form-2 .form-content-2 .direct-submit-btn-2 {
    padding: 18px 40px;
    font-size: 1.1em;
  }
  section.direct-contact-form-2 .form-content-2 .trust-indicators {
    flex-direction: column;
    gap: 20px;
  }
  section.direct-contact-form-2 .form-content-2 .trust-indicators .trust-item .trust-number {
    font-size: 1.8em;
  }
}
@media only screen and (min-width:690px) and (max-width: 995px) {
  section.direct-contact-form {
    padding: 70px 0;
  }
  section.direct-contact-form .form-wrapper {
    padding: 0 30px;
  }
  section.direct-contact-form .form-content .form-header h3 {
    font-size: 2em;
  }
  section.direct-contact-form .form-content .direct-form .form-row {
    gap: 18px;
  }
  section.direct-contact-form .form-content .direct-form .form-row .form-group input {
    padding: 17px 23px;
  }
  section.direct-contact-form-2 {
    padding: 90px 0;
  }
  section.direct-contact-form-2 .form-wrapper-2 {
    padding: 0 30px;
  }
  section.direct-contact-form-2 .form-header-2 h3 {
    font-size: 2.5em;
  }
  section.direct-contact-form-2 .form-content-2 .trust-indicators {
    gap: 30px;
  }
}
@media only screen and (max-width:690px) {
  section.vita-technique-details .hair-zones-reference {
    margin: 60px 0;
    padding: 40px 20px;
  }
  section.vita-technique-details .hair-zones-reference .zones-header {
    margin-bottom: 40px;
  }
  section.vita-technique-details .hair-zones-reference .zones-header h4 {
    font-size: 1.8em;
  }
  section.vita-technique-details .hair-zones-reference .zones-header p {
    font-size: 1em;
  }
  section.vita-technique-details .hair-zones-reference .zones-showcase {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 40px;
  }
  section.vita-technique-details .hair-zones-reference .zones-showcase .zone-view .zone-image .zone-overlay .zone-label .zone-title {
    font-size: 1.2em;
    margin-bottom: 15px;
  }
  section.vita-technique-details .hair-zones-reference .zones-showcase .zone-view .zone-image .zone-overlay .zone-label .zone-list .zone-item {
    font-size: 0.9em;
    padding: 4px 8px;
    margin-bottom: 6px;
  }
  section.vita-technique-details .hair-zones-reference .zones-benefits {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  section.vita-technique-details .hair-zones-reference .zones-benefits .benefit-item {
    padding: 20px;
  }
  section.vita-technique-details .hair-zones-reference .zones-benefits .benefit-item .benefit-icon {
    width: 35px;
    height: 35px;
  }
  section.vita-technique-details .hair-zones-reference .zones-benefits .benefit-item .benefit-text {
    font-size: 0.95em;
  }
}
@media only screen and (min-width:690px) and (max-width: 995px) {
  section.vita-technique-details .hair-zones-reference {
    margin: 70px 0;
    padding: 50px 30px;
  }
  section.vita-technique-details .hair-zones-reference .zones-header h4 {
    font-size: 2em;
  }
  section.vita-technique-details .hair-zones-reference .zones-showcase {
    gap: 35px;
  }
  section.vita-technique-details .hair-zones-reference .zones-showcase .zone-view .zone-image .zone-overlay .zone-label .zone-title {
    font-size: 1.3em;
  }
  section.vita-technique-details .hair-zones-reference .zones-showcase .zone-view .zone-image .zone-overlay .zone-label .zone-list .zone-item {
    font-size: 0.95em;
  }
  section.vita-technique-details .hair-zones-reference .zones-benefits {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 22px;
  }
}
@media only screen and (min-width:995px) and (max-width: 1280px) {
  section.vita-technique-details .hair-zones-reference .zones-showcase {
    gap: 35px;
  }
  section.vita-technique-details .hair-zones-reference .zones-benefits {
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  }
}
@media only screen and (max-width:690px) {
  section.patient-origins-stats {
    padding: 80px 0;
  }
  section.patient-origins-stats .stats-header {
    margin-bottom: 60px;
  }
  section.patient-origins-stats .stats-header h2 {
    font-size: 2.2em;
  }
  section.patient-origins-stats .stats-header p {
    font-size: 1.1em;
  }
  section.patient-origins-stats .origins-showcase {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 60px;
  }
  section.patient-origins-stats .origins-showcase .total-stats {
    gap: 30px;
  }
  section.patient-origins-stats .origins-showcase .total-stats .main-stat {
    padding: 30px 20px;
  }
  section.patient-origins-stats .origins-showcase .total-stats .main-stat .stat-number {
    font-size: 3em;
  }
  section.patient-origins-stats .origins-showcase .total-stats .main-stat .stat-label {
    font-size: 1.1em;
  }
  section.patient-origins-stats .origins-showcase .total-stats .satisfaction-rate .rate-circle {
    width: 120px;
    height: 120px;
  }
  section.patient-origins-stats .origins-showcase .total-stats .satisfaction-rate .rate-circle::before {
    width: 95px;
    height: 95px;
  }
  section.patient-origins-stats .origins-showcase .total-stats .satisfaction-rate .rate-circle .rate-number {
    font-size: 1.5em;
  }
  section.patient-origins-stats .origins-showcase .top-cities h3 {
    font-size: 1.5em;
    margin-bottom: 25px;
  }
  section.patient-origins-stats .origins-showcase .top-cities .cities-chart .city-item {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 15px;
  }
  section.patient-origins-stats .origins-showcase .top-cities .cities-chart .city-item .city-info {
    justify-content: center;
  }
  section.patient-origins-stats .origins-showcase .top-cities .cities-chart .city-item .city-count {
    text-align: center;
    margin-top: 5px;
  }
  section.patient-origins-stats .patient-testimonials-preview {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 50px;
  }
  section.patient-origins-stats .patient-testimonials-preview .testimonial-item {
    padding: 20px;
  }
  section.patient-origins-stats .origins-cta h3 {
    font-size: 1.8em;
  }
  section.patient-origins-stats .origins-cta p {
    font-size: 1.1em;
  }
}
@media only screen and (min-width:690px) and (max-width: 995px) {
  section.patient-origins-stats {
    padding: 90px 0;
  }
  section.patient-origins-stats .stats-header {
    margin-bottom: 70px;
  }
  section.patient-origins-stats .stats-header h2 {
    font-size: 2.6em;
  }
  section.patient-origins-stats .stats-header p {
    font-size: 1.2em;
  }
  section.patient-origins-stats .origins-showcase {
    grid-template-columns: 1fr;
    gap: 50px;
    margin-bottom: 70px;
  }
  section.patient-origins-stats .origins-showcase .total-stats {
    flex-direction: row;
    justify-content: center;
    gap: 30px;
  }
  section.patient-origins-stats .origins-showcase .total-stats .main-stat {
    flex: 1;
    max-width: 280px;
  }
  section.patient-origins-stats .origins-showcase .total-stats .satisfaction-rate {
    flex: 1;
    max-width: 200px;
  }
  section.patient-origins-stats .origins-showcase .top-cities .cities-chart .city-item {
    grid-template-columns: 160px 1fr 110px;
    gap: 15px;
    padding: 18px;
  }
  section.patient-origins-stats .patient-testimonials-preview {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  section.patient-origins-stats .patient-testimonials-preview .testimonial-item:last-child {
    grid-column: 1/-1;
    max-width: 400px;
    margin: 0 auto;
  }
  section.patient-origins-stats .origins-cta h3 {
    font-size: 2em;
  }
}
@media only screen and (min-width:995px) and (max-width: 1280px) {
  section.patient-origins-stats .origins-showcase {
    gap: 50px;
  }
  section.patient-origins-stats .origins-showcase .top-cities .cities-chart .city-item {
    grid-template-columns: 170px 1fr 115px;
  }
}/*# sourceMappingURL=media.css.map */