/**
 * Majestic Health - Main Consolidated Styles
 * Extracted and organized from index-improved.html
 * @version 1.0
 */

/* ========== GLOBAL SECTION PADDING ========== */
section,
.section,
.services-section,
.results-section,
.process-section,
.testimonials-section,
.cta-section,
.faq-section,
.contact-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.section-header,
.section-title {
    margin-bottom: 24px !important;
}

/* ========== HERO SECTION ========== */
.hero-v2 {
    position: relative;
    padding-top: 40px;
    padding-bottom: 60px;
    background: linear-gradient(135deg, #fdf6f6 0%, #fef0f5 50%, #fff9f5 100%);
    overflow: hidden;
}

.hero-v2__inner {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
    align-items: center;
    padding: 30px 0;
}

.hero-v2__content {
    position: relative;
    z-index: 2;
}

.hero-v2__trust-row {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: #fff;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.trust-badge img {
    height: 20px;
}

.trust-badge--rating {
    background: linear-gradient(135deg, #fff9e6, #fff);
    border: 1px solid #f9d342;
}

.trust-badge--rating .stars {
    color: #f9d342;
    display: flex;
    gap: 2px;
}

.hero-v2__title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 1.15;
    margin-bottom: 20px;
    color: #1a1a2e;
}

.hero-v2__title span {
    color: #d4488e;
}

.hero-v2__subtitle {
    font-size: 1.25rem;
    color: #555;
    margin-bottom: 16px;
    line-height: 1.6;
}

.hero-v2__savings {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    background: linear-gradient(135deg, #d4f5e9, #e8fff4);
    border-radius: 8px;
    margin-bottom: 28px;
    font-weight: 600;
    color: #0d5c3d;
}

.hero-v2__savings svg {
    color: #10b981;
}

.hero-v2__cta-group {
    display: flex;
    gap: 16px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

/* ========== BUTTONS ========== */
.btn-cta-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px 36px;
    background: linear-gradient(135deg, #d4488e 0%, #b03a78 100%);
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(212, 72, 142, 0.3);
}

.btn-cta-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(212, 72, 142, 0.4);
    color: #fff !important;
}

.btn-cta-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px 36px;
    background: #25D366;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s;
}

.btn-cta-whatsapp:hover {
    background: #1ebe5d;
    transform: translateY(-3px);
    color: #fff !important;
}

/* ========== HERO STATS ========== */
.hero-v2__stats {
    display: flex;
    gap: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(0,0,0,0.08);
}

.hero-stat {
    text-align: left;
}

.hero-stat__number {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1;
}

.hero-stat__label {
    font-size: 0.85rem;
    color: #777;
    margin-top: 4px;
}

/* ========== HERO MEDIA ========== */
.hero-v2__media {
    position: relative;
}

.hero-v2__video-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

.hero-v2__video-wrapper img {
    width: 100%;
    display: block;
}

.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(255,255,255,0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 8px 30px rgba(0,0,0,0.2);
}

.video-play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.video-play-btn svg {
    color: #d4488e;
    margin-left: 4px;
}

/* ========== FLOATING TRUST ELEMENTS ========== */
.hero-v2__trust-float {
    position: absolute;
    bottom: -20px;
    left: -30px;
    background: #fff;
    padding: 16px 24px;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.12);
    display: flex;
    align-items: center;
    gap: 14px;
    z-index: 10;
    min-width: 300px;
}

.trust-float__avatar-stack {
    display: flex;
    flex-shrink: 0;
}

.trust-float__avatar-stack img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-left: -10px;
}

.trust-float__avatar-stack img:first-child {
    margin-left: 0;
}

.trust-float__text {
    font-size: 14px;
    line-height: 1.3;
}

.trust-float__text strong {
    color: #d4488e;
}

.hero-v2__accred-float {
    position: absolute;
    top: 20px;
    right: -20px;
    background: #fff;
    padding: 12px 16px;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero-v2__accred-float img {
    height: 40px;
}

.hero-v2__accred-float span {
    font-size: 12px;
    color: #555;
    font-weight: 500;
}

/* ========== SOCIAL PROOF BAR ========== */
.social-proof-v2 {
    background: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.social-proof-v2__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

.social-proof-v2__item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #555;
}

.social-proof-v2__item svg {
    color: #10b981;
}

.social-proof-v2__divider {
    width: 1px;
    height: 30px;
    background: #ddd;
}

.social-proof-v2__rating {
    display: flex;
    align-items: center;
    gap: 8px;
}

.social-proof-v2__rating img {
    height: 24px;
}

.social-proof-v2__stars {
    display: flex;
    gap: 2px;
    color: #f59e0b;
}

/* ========== TRUST SECTION ========== */
.trust-section {
    padding: 40px 0;
    background: #fff;
}

.trust-section__header {
    text-align: center;
    margin-bottom: 30px;
}

.trust-section__title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 16px;
}

.trust-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.trust-logo {
    opacity: 0.7;
    transition: opacity 0.3s;
}

.trust-logo:hover {
    opacity: 1;
}

.trust-logo img {
    height: 50px;
    filter: grayscale(100%);
    transition: filter 0.3s;
}

.trust-logo:hover img {
    filter: grayscale(0%);
}

.trust-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.trust-card {
    background: linear-gradient(135deg, #fef7f9, #fff);
    padding: 30px;
    border-radius: 16px;
    text-align: center;
    border: 1px solid #fde8ef;
}

.trust-card__icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #d4488e, #e066a0);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    color: #fff;
}

.trust-card__title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.trust-card__text {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

/* ========== VIDEO TESTIMONIALS ========== */
.video-testimonials-section {
    padding: 40px 0;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    color: #fff;
}

.video-testimonials-section .section-badge {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.2);
    color: #fff;
}

.video-testimonials-section .section-title {
    color: #fff;
}

.video-testimonials-section .section-title span {
    color: #f9d342;
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.video-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
}

.video-card img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    transition: transform 0.3s;
}

.video-card:hover img {
    transform: scale(1.05);
}

.video-card__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: #d4488e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.3s;
}

.video-card:hover .video-card__play {
    transform: translate(-50%, -50%) scale(1.1);
}

.video-card__info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
}

.video-card__name {
    font-weight: 600;
    margin-bottom: 4px;
}

.video-card__procedure {
    font-size: 13px;
    opacity: 0.8;
}

/* ========== COMPARISON SECTION ========== */
.comparison-section {
    padding: 40px 0;
    background: #fef7f9;
}

.comparison-table {
    width: 100%;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.comparison-table th,
.comparison-table td {
    padding: 20px 30px;
    text-align: left;
    border-bottom: 1px solid #f0f0f0;
}

.comparison-table th {
    background: linear-gradient(135deg, #d4488e, #e066a0);
    color: #fff;
    font-weight: 600;
}

.comparison-table .price-turkey {
    color: #10b981;
    font-weight: 700;
    font-size: 1.1rem;
}

.comparison-table .price-other {
    color: #999;
    text-decoration: line-through;
}

.comparison-table .savings {
    background: #d4f5e9;
    color: #0d5c3d;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

/* ========== STICKY CTA ========== */
.sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 16px 24px;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.1);
    z-index: 1000;
    display: none;
    transform: translateY(100%);
    transition: transform 0.3s;
}

.sticky-cta.is-visible {
    display: block;
    transform: translateY(0);
}

.sticky-cta__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.sticky-cta__text {
    font-weight: 600;
}

.sticky-cta__text span {
    color: #d4488e;
}

.sticky-cta__buttons {
    display: flex;
    gap: 12px;
}

/* ========== GUARANTEE SECTION ========== */
.guarantee-section {
    padding: 40px 0;
    background: linear-gradient(135deg, #f0fdf4, #ecfdf5);
}

.guarantee-box {
    display: flex;
    align-items: center;
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.guarantee-icon {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #10b981, #059669);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
}

.guarantee-content h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.75rem;
    margin-bottom: 12px;
}

.guarantee-content p {
    color: #555;
    line-height: 1.6;
    margin-bottom: 16px;
}

.guarantee-features {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.guarantee-feature {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
}

.guarantee-feature svg {
    color: #10b981;
}

/* ========== BLOG SECTION ========== */
.blog-section {
    padding: 40px 0;
    background: #fff;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.blog-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: all 0.3s;
    text-decoration: none;
    display: block;
}

.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.12);
}

.blog-card__image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/10;
}

.blog-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}

.blog-card:hover .blog-card__image img {
    transform: scale(1.05);
}

.blog-card__category {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 6px 12px;
    background: #d4488e;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 20px;
}

.blog-card__content {
    padding: 24px;
}

.blog-card__title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 12px;
    line-height: 1.3;
}

.blog-card__excerpt {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 16px;
}

.blog-card__meta {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 13px;
    color: #999;
}

.blog-card__meta span {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* ========== GOOGLE REVIEWS SECTION ========== */
.google-reviews-section {
    padding: 40px 0;
    background: linear-gradient(135deg, #fef7f9 0%, #fff 100%);
}

.google-reviews__header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 12px;
}

.google-reviews__rating {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.google-reviews__score {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3rem;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1;
}

.google-reviews__stars {
    display: flex;
    gap: 4px;
    color: #f59e0b;
}

.google-reviews__count {
    font-size: 14px;
    color: #666;
}

.google-reviews__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.review-card {
    background: #fff;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

.review-card__header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.review-card__avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.review-card__name {
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 4px;
}

.review-card__date {
    font-size: 12px;
    color: #999;
}

.review-card__stars {
    display: flex;
    gap: 2px;
    color: #f59e0b;
    margin-bottom: 12px;
}

.review-card__text {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

.review-card__google {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #f0f0f0;
}

.review-card__google img {
    height: 20px;
}

.review-card__google span {
    font-size: 12px;
    color: #999;
}

/* ========== SECTION NAV ========== */
.section-nav {
    display: block !important;
    position: fixed !important;
    top: -80px !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 998 !important;
    background: rgba(255,255,255,0.98) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    box-shadow: 0 2px 20px rgba(0,0,0,0.08) !important;
    transition: top 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.section-nav.is-visible {
    top: 70px !important;
}

.section-nav__inner {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 16px 0 !important;
    position: relative !important;
}

.section-nav__links {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    padding: 4px 40px !important;
    margin: 0 -20px !important;
}

.section-nav__links::-webkit-scrollbar {
    display: none !important;
}

.section-nav__link {
    padding: 10px 18px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #555 !important;
    text-decoration: none !important;
    border-radius: 25px !important;
    transition: all 0.3s ease !important;
    flex-shrink: 0 !important;
}

.section-nav__link:hover {
    color: #d4488e !important;
    background: rgba(212, 72, 142, 0.08) !important;
}

.section-nav__link.active {
    color: #fff !important;
    background: linear-gradient(135deg, #d4488e 0%, #b03a78 100%) !important;
}

/* ========== CONSULTATION FORM ========== */
.consultation__form {
    padding: 28px 32px !important;
    max-width: 480px !important;
}

.consultation__form h3 {
    font-size: 1.5rem !important;
    margin-bottom: 20px !important;
}

.consultation__features {
    list-style: none;
    padding: 0;
    margin: 24px 0;
}

.consultation__features li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 1rem;
    color: #333;
}

.consultation__features li svg {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    color: #10b981;
}

.form-row {
    gap: 12px !important;
}

.form-group {
    margin-bottom: 14px !important;
}

.form-label {
    font-size: 13px !important;
    margin-bottom: 4px !important;
}

.form-input,
.form-select {
    padding: 10px 14px !important;
    font-size: 14px !important;
}

.form-upload {
    padding: 16px !important;
    min-height: auto !important;
}

.form-upload__icon {
    width: 32px !important;
    height: 32px !important;
}

.form-upload__text {
    font-size: 13px !important;
}

.form-check {
    font-size: 12px !important;
}

.form-disclaimer {
    font-size: 11px !important;
    margin-top: 12px !important;
}

.consultation__form .btn-lg {
    padding: 14px 24px !important;
    font-size: 15px !important;
}

/* ========== BUTTON HOVER STATES ========== */
.btn-cta-primary:hover,
.btn-cta-whatsapp:hover,
.btn-top-cta:hover,
.section-nav__cta:hover {
    color: #fff !important;
}

.btn-top-cta:hover {
    background: linear-gradient(135deg, #b03a78 0%, #8a2d5e 100%);
}

a.btn-cta-primary:hover,
a.btn-cta-whatsapp:hover {
    color: #fff !important;
    text-decoration: none;
}

.section-nav__link:hover {
    color: #d4488e !important;
}

/* ========== RESPONSIVE: LARGE TABLETS ========== */
@media (max-width: 1024px) {
    .hero-v2__inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .hero-v2__title {
        font-size: 2.5rem;
    }

    .hero-v2__trust-float,
    .hero-v2__accred-float {
        display: none;
    }

    .trust-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .video-grid {
        grid-template-columns: 1fr;
    }

    .section-nav.is-visible {
        top: 56px !important;
    }

    .section-nav__inner {
        padding: 14px 0 !important;
    }

    .section-nav__links {
        padding: 4px 30px !important;
        gap: 4px !important;
    }

    .section-nav__link {
        padding: 8px 14px !important;
        font-size: 12px !important;
    }
}

/* ========== RESPONSIVE: TABLET/MOBILE ========== */
@media (max-width: 1024px) {
    .hero-v2 {
        padding-top: 20px;
        min-height: auto;
    }

    .hero-v2__inner {
        padding: 20px 0;
    }

    .hero-v2__title {
        font-size: 2rem;
    }

    .hero-v2__subtitle {
        font-size: 1rem;
    }

    .hero-v2__savings {
        font-size: 14px;
        padding: 10px 16px;
    }

    .hero-v2__cta-group {
        flex-direction: column;
    }

    .btn-cta-primary,
    .btn-cta-whatsapp {
        width: 100%;
        justify-content: center;
        padding: 16px 24px;
    }

    .hero-v2__stats {
        flex-wrap: wrap;
        gap: 20px;
    }

    .hero-stat {
        flex: 1 1 40%;
        text-align: center;
    }

    .hero-stat__number {
        font-size: 2rem;
    }

    .section-header,
    .section-title {
        text-align: center;
    }

    .section-title {
        font-size: 1.75rem !important;
    }

    .section-subtitle {
        font-size: 0.95rem;
    }

    .trust-cards {
        grid-template-columns: 1fr;
    }

    .trust-card {
        padding: 20px;
    }

    .guarantee-box {
        flex-direction: column;
        text-align: center;
        padding: 24px;
    }

    .guarantee-icon {
        width: 70px;
        height: 70px;
    }

    .blog-grid {
        grid-template-columns: 1fr;
    }

    .google-reviews__grid {
        grid-template-columns: 1fr;
    }

    .google-reviews__score {
        font-size: 2.5rem;
    }

    .consultation__grid {
        grid-template-columns: 1fr;
    }

    .consultation__content h2 {
        font-size: 1.75rem;
    }

    .consultation__features {
        margin: 20px auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .consultation__features li {
        font-size: 0.9rem;
        justify-content: center;
    }

    .consultation__form {
        padding: 24px !important;
    }
}

/* ========== RESPONSIVE: MOBILE PHONES ========== */
@media (max-width: 480px) {
    .container {
        padding: 0 16px;
    }

    .hero-v2__title {
        font-size: 1.75rem;
    }

    .hero-v2__trust-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .trust-badge {
        width: 100%;
        justify-content: center;
    }

    .hero-stat {
        flex: 1 1 100%;
    }

    .section-title {
        font-size: 1.5rem !important;
    }

    .trust-float__text {
        font-size: 12px;
    }

    .btn-cta-primary,
    .btn-cta-whatsapp {
        font-size: 0.9rem;
        padding: 14px 20px;
    }

    .section-nav.is-visible {
        top: 50px !important;
    }

    .section-nav__inner {
        padding: 12px 0 !important;
    }

    .section-nav__links {
        padding: 4px 20px !important;
    }

    .section-nav__link {
        padding: 6px 12px !important;
        font-size: 11px !important;
    }

    .consultation__form {
        padding: 20px 16px !important;
    }

    .consultation__form h3 {
        font-size: 1.25rem !important;
    }

    .form-row {
        flex-direction: column !important;
    }

    .social-proof-v2__divider {
        display: none !important;
    }

    .social-proof-v2__inner {
        flex-direction: column !important;
        gap: 12px !important;
    }
}

/* ========== STICKY NAV STYLES ========== */
#stickyNavScroller::-webkit-scrollbar {
    display: none;
}

.sticky-nav-link:hover {
    color: #d4488e !important;
    background: rgba(212,72,142,0.06) !important;
}

.sticky-nav-link.active {
    color: #fff !important;
    background: #d4488e !important;
}

#stickyPageNav {
    margin-top: 0 !important;
    border-top: none !important;
}

@media (max-width: 1024px) {
    #stickyNavScroller {
        padding: 10px 12px !important;
    }

    #stickyNavLabel {
        font-size: 10px !important;
        padding-right: 10px !important;
        margin-right: 6px !important;
    }

    .sticky-nav-link {
        padding: 5px 10px !important;
        font-size: 12px !important;
    }
}

@media (max-width: 480px) {
    #stickyNavScroller {
        padding: 8px 10px !important;
    }
}
