:root {
    --ivm-accent: var(--color-orange);
    --ivm-dark: var(--color-navy);
    --ivm-surface: var(--color-light-beige);
}

.hero-slider-wrapper,
.services,
.testimonials,
.contact,
.page-about,
.contact-main,
.checkout-page,
.services-page {
    position: relative;
}

.hero-title,
.section-title,
.services-page__title,
.about-title,
.contact-main__title {
    letter-spacing: 0.01em;
}

.hero-title,
.services-page__title,
.about-title,
.contact-main__title {
    color: var(--ivm-dark);
}

.services-page__grid {
    gap: clamp(16px, 2vw, 30px);
}

.services-page__card,
.services-page__item,
.faq-item,
.contact-main__form-wrapper,
.service-info-box {
    border-radius: 16px;
}

.services-page__card,
.faq-item,
.service-info-box,
.contact-main__form-wrapper {
    box-shadow: var(--shadow-sm);
}

.services-page__cta,
.checkout-page__cta,
.services-page__cta-content {
    background: transparent;
}

.contact-main__form input,
.contact-main__form textarea {
    border-radius: 10px;
}

.btn,
.btn-service,
.btn-cta-large,
.btn-submit {
    transition: var(--transition-default);
}

.btn:hover,
.btn-service:hover,
.btn-cta-large:hover,
.btn-submit:hover {
    transform: translateY(-1px);
}

@media (max-width: 1024px) {

    .services-page__grid,
    .contact-main__grid,
    .about-content,
    .service-content {
        gap: 20px;
    }
}

@media (max-width: 768px) {

    .hero-title,
    .services-page__title,
    .about-title,
    .contact-main__title {
        line-height: 1.15;
    }

    .services-page__card,
    .services-page__item,
    .faq-item,
    .contact-main__form-wrapper,
    .service-info-box {
        border-radius: 12px;
    }
}

body.home .hero-slider-wrapper {
    padding: clamp(12px, 2vw, 28px) 0 0;
}

body.home .hero-slide {
    background: linear-gradient(135deg, #f8f4ea 0%, #fff 100%);
}

body.home .hero-container {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: clamp(20px, 3vw, 56px);
    min-height: min(74vh, 720px);
}

body.home .hero-title {
    font-family: var(--font-roboto-slab);
    font-size: clamp(2rem, 4.2vw, 4rem);
    line-height: 1.04;
    max-width: 14ch;
    margin-bottom: 0.4em;
}

body.home .hero-text {
    max-width: 50ch;
    font-size: clamp(1rem, 1.2vw, 1.125rem);
    color: var(--color-gray);
    margin-bottom: 1.35rem;
}

body.home .hero-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

body.home .hero-image img {
    width: 100%;
    max-width: 640px;
    margin-left: auto;
    filter: drop-shadow(0 10px 35px rgba(9, 30, 40, 0.15));
}

body.home .hero-slider-arrow {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid rgba(9, 30, 40, 0.2);
    background: rgba(255, 255, 255, 0.95);
    color: var(--color-navy);
    backdrop-filter: blur(3px);
}

body.home .services {
    padding: clamp(54px, 6vw, 98px) 0;
}

body.home .services .section-title {
    text-align: center;
    font-size: clamp(1.8rem, 3vw, 2.7rem);
    margin-bottom: clamp(22px, 3vw, 34px);
}

body.home .services-filter {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: clamp(22px, 3vw, 32px);
}

body.home .filter-btn {
    border-radius: 999px;
    border: 1px solid #d8dde0;
    background: #fff;
    color: var(--color-dark-gray);
    padding: 10px 18px;
    font-weight: 600;
    text-decoration: none;
}

body.home .filter-btn.active,
body.home .filter-btn:hover {
    background: var(--color-navy);
    border-color: var(--color-navy);
    color: #fff;
}

body.home .services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(16px, 2vw, 30px);
}

body.home .service-card-link {
    text-decoration: none;
    color: inherit;
}

body.home .service-card {
    height: 100%;
    background: #fff;
    border: 1px solid rgba(9, 30, 40, 0.09);
    border-radius: 18px;
    padding: clamp(18px, 2vw, 26px);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

body.home .service-card:hover {
    transform: translateY(-4px);
    border-color: rgba(229, 123, 29, 0.45);
    box-shadow: 0 12px 34px rgba(9, 30, 40, 0.14);
}

body.home .service-icon {
    width: 78px;
    height: 78px;
    border-radius: 14px;
    border: 1px solid rgba(9, 30, 40, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

body.home .service-title {
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 8px;
    color: var(--color-navy);
}

body.home .service-text {
    color: var(--color-medium-gray);
}

body.home .services-cta {
    margin-top: clamp(22px, 3vw, 36px);
    text-align: center;
}

body.home .success-stories {
    background: var(--color-navy);
    padding: clamp(60px, 7vw, 100px) 0;
}

body.home .success-stories .section-title {
    color: #fff;
    text-align: center;
    margin-bottom: clamp(24px, 3vw, 42px);
}

body.home .testimonials-slider {
    position: relative;
    max-width: min(1220px, 92vw);
    margin: 0 auto;
}

body.home .testimonial-slide {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: stretch;
}

body.home .testimonial-content {
    padding: clamp(24px, 3vw, 42px);
}

body.home .testimonial-name {
    color: var(--color-navy);
    font-size: clamp(1.3rem, 2.1vw, 2rem);
    line-height: 1.2;
    margin-bottom: 14px;
}

body.home .testimonial-text {
    color: var(--color-gray);
    font-size: 1.02rem;
}

body.home .testimonial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.home .slider-arrow {
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

body.home .slider-dots {
    margin-top: 14px;
}

body.home .slider-dot {
    background: rgba(255, 255, 255, 0.38);
}

body.home .slider-dot.active {
    background: var(--color-orange);
}

body.home .contact .section-title {
    text-align: center;
    margin-bottom: clamp(24px, 3vw, 38px);
}

body.home .contact-container {
    display: grid;
    grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
    gap: clamp(20px, 2.8vw, 38px);
}

body.home .contact-profile,
body.home .contact-form-wrapper {
    background: #fff;
    border: 1px solid rgba(9, 30, 40, 0.08);
    border-radius: 18px;
    box-shadow: var(--shadow-sm);
}

body.home .contact-profile {
    padding: clamp(20px, 2.2vw, 30px);
    text-align: center;
}

body.home .contact-form-wrapper {
    padding: clamp(20px, 2.2vw, 34px);
}

body.home .form-group label {
    font-weight: 700;
    color: var(--color-navy);
}

body.home .contact-form input,
body.home .contact-form select,
body.home .contact-form textarea {
    width: 100%;
    border: 1px solid #d3d8dc;
    border-radius: 10px;
    padding: 10px 12px;
    background: #fff;
}

body.home .contact-form input:focus,
body.home .contact-form select:focus,
body.home .contact-form textarea:focus {
    border-color: var(--color-orange);
    outline: 0;
    box-shadow: 0 0 0 3px rgba(229, 123, 29, 0.15);
}

@media (max-width: 1200px) {
    body.home .services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 992px) {

    body.home .hero-container,
    body.home .testimonial-slide,
    body.home .contact-container {
        grid-template-columns: 1fr;
    }

    body.home .hero-content,
    body.home .hero-image,
    body.home .testimonial-content,
    body.home .testimonial-image {
        order: initial;
    }

    body.home .hero-image img {
        max-width: 520px;
        margin: 0 auto;
    }

    body.home .hero-content,
    body.home .contact .section-title {
        text-align: center;
    }

    body.home .hero-actions {
        justify-content: center;
    }
}

@media (max-width: 680px) {
    body.home .services-grid {
        grid-template-columns: 1fr;
    }

    body.home .hero-slider-arrow,
    body.home .slider-arrow {
        width: 40px;
        height: 40px;
    }

    body.home .contact-form-wrapper,
    body.home .contact-profile,
    body.home .testimonial-slide,
    body.home .service-card {
        border-radius: 14px;
    }
}

/* === Figma Exact Overrides (Nodes 11:63, 33:141, 34:211, 34:239) === */
body.home .services {
    background: #282524;
    padding: 70px 0 48px;
}

body.home .services .section-title {
    color: #f7f3ea;
    font-family: var(--font-roboto-slab);
    font-size: clamp(2rem, 3.2vw, 2.8rem);
    margin-bottom: 34px;
    text-align: left;
}

body.home .services-grid.services-grid--highlight {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 36px 18px;
}

body.home .service-card.service-card--light {
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    border: 0;
    padding: 30px 18px 18px;
    min-height: 160px;
    box-shadow: 0 4px 10px 3px rgba(0, 0, 0, 0.3);
}

body.home .service-card.service-card--light .service-card__icon {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #d9d9d9;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

body.home .service-card.service-card--light .service-card__icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

body.home .service-card.service-card--light .service-card__title {
    margin-top: 0;
    color: #282524;
    font-family: var(--font-roboto-serif);
    font-size: clamp(1rem, 1.2vw, 1.25rem);
    line-height: 1.25;
    margin-bottom: 10px;
}

body.home .service-card.service-card--light .service-card__text {
    color: rgba(40, 37, 36, 0.8);
    font-size: clamp(0.84rem, 1vw, 1rem);
    line-height: 1.35;
}

body.home .services-cta {
    text-align: center;
    margin-top: 34px;
}

body.home .services-cta .btn-secondary {
    border-radius: 999px;
    background: #d2ad57;
    border-color: #d2ad57;
    color: #1a1818;
    font-family: var(--font-roboto-slab);
    font-size: clamp(1.3rem, 2vw, 2rem);
    min-height: 58px;
    padding: 0 42px;
    text-transform: math-auto;
}

.ivm-gradient-panel {
    background-image:
        radial-gradient(circle at 12% 84%, rgba(210, 173, 87, 0.24) 0%, rgba(210, 173, 87, 0) 42%),
        linear-gradient(90deg, #282524 0%, #282524 100%);
}

.about__title-wrapper {
    background: #282524;
    padding-top: 60px;
}

.about__section-title {
    color: #f7f3ea;
    font-family: var(--font-roboto-slab);
    font-size: clamp(2rem, 3vw, 2.6rem);
}

.section.section--about {
    background: #282524;
    padding: 20px 0 48px;
}

.about__grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(18px, 2.2vw, 30px);
    align-items: center;
    position: relative;
    border-radius: 0;
    padding: 20px 0;
}

.about__image-wrapper,
.page-about__image-wrapper {
    width: 100%;
    max-width: 442px;
}

.about__image,
.page-about__image {
    width: 100%;
    border-radius: 15px;
}

.about__content,
.page-about__content {
    position: relative;
    color: #fff;
}

.about__watermark,
.page-about__watermark {
    position: absolute;
    right: 0;
    top: -20px;
    width: clamp(210px, 35vw, 420px);
    opacity: 0.1;
    pointer-events: none;
}

.about__title,
.page-about__title {
    color: #d2ad57;
    font-family: var(--font-roboto-slab);
    font-size: clamp(2rem, 3.2vw, 2.8rem);
    margin-bottom: 16px;
}

.about__text,
.page-about__text-wrap,
.page-about__text-wrap p {
    color: #fff;
    font-size: clamp(1rem, 1.45vw, 1.2rem);
    line-height: 1.35;
}

.page-about__text-wrap p {
    margin: 0 0 10px;
}

.about__stats,
.page-about__stats {
    margin-top: 18px;
    display: flex;
    gap: 12px;
}

.about__stat,
.page-about__stat {
    border: 1px solid #d2ad57;
    border-radius: 12px;
    min-width: 110px;
    padding: 12px 14px;
    background: rgba(40, 37, 36, 0.92);
}

.about__stat-number,
.page-about__stat-number {
    color: #d2ad57;
    font-family: var(--font-roboto-slab);
    font-size: clamp(1.55rem, 2.2vw, 2.2rem);
    line-height: 1;
    margin-bottom: 6px;
}

.about__stat-label,
.page-about__stat-label {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.82rem;
}

body.home .contact .contact__title {
    color: #f7f3ea;
    font-family: var(--font-roboto-slab);
    font-size: clamp(2rem, 3vw, 2.6rem);
    margin-bottom: 22px;
}

body.home .contact__wrapper {
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    padding: clamp(20px, 2.4vw, 44px);
    display: grid;
    grid-template-columns: minmax(300px, 1fr) minmax(300px, 1fr);
    gap: clamp(20px, 2.5vw, 42px);
}

body.home .contact__form {
    display: grid;
    gap: 14px;
}

body.home .contact__field label {
    color: #f7f3ea;
    font-family: var(--font-roboto-slab);
    font-size: clamp(1.2rem, 1.8vw, 2rem);
    margin-bottom: 6px;
    display: block;
}

body.home .contact__input,
body.home .contact__select {
    width: 100%;
    border-radius: 25px;
    border: 0;
    min-height: 44px;
    background: #bababa;
    color: rgba(40, 37, 36, 0.9);
    padding: 0 14px;
    font-size: 1rem;
}

body.home .contact__calendar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

body.home .contact__calendar-month {
    font-size: 1.7rem;
    color: #fff;
    font-weight: 700;
}

body.home .contact__calendar-indicator {
    width: 10px;
    height: 10px;
    background: #d2ad57;
    border-radius: 50%;
}

body.home .contact__calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
    margin-bottom: 16px;
}

body.home .contact__calendar-weekday {
    color: #fff;
    font-size: 0.9rem;
    text-align: center;
}

body.home .contact__calendar-day {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 0;
    background: #c6c6c6;
    color: #282524;
    margin: 0 auto;
    font-family: var(--font-roboto-slab);
    font-size: 1rem;
}

body.home .contact__calendar-day.is-selected {
    background: #d2ad57;
    color: #fff;
}

body.home .contact__calendar-day--disabled {
    background: rgba(186, 186, 186, 0.45);
    color: rgba(9, 30, 40, 0.5);
}

body.home .contact__calendar-info {
    margin: 14px 0 20px;
}

body.home .contact__duration,
body.home .contact__calendar-note {
    color: #fff;
    font-size: 1rem;
    display: flex;
    gap: 8px;
    align-items: flex-start;
}

body.home .contact__submit-btn {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    border: 0;
    border-radius: 8px;
    min-height: 50px;
    background: #d2ad57;
    color: #282524;
    font-family: var(--font-roboto-slab);
    font-size: clamp(1.15rem, 1.6vw, 2rem);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.page-about {
    background: #282524;
}

.page-about__section {
    padding: 50px 0;
}

.page-about__section-title {
    color: #f7f3ea;
    font-family: var(--font-roboto-slab);
    font-size: clamp(2rem, 3vw, 2.6rem);
    margin-bottom: 24px;
}

.page-about__grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(18px, 2.4vw, 32px);
    align-items: center;
    padding: 20px 0;
}

.page-about__text-wrap {
    max-width: 640px;
}

@media (max-width: 1024px) {

    body.home .services-grid.services-grid--highlight,
    .about__grid,
    .page-about__grid,
    body.home .contact__wrapper {
        grid-template-columns: 1fr;
    }

    .about__image-wrapper,
    .page-about__image-wrapper {
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    body.home .service-card.service-card--light .service-card__title {
        font-size: 1.05rem;
    }

    body.home .contact__calendar-day {
        width: 34px;
        height: 34px;
        font-size: 0.95rem;
    }

    .about__watermark,
    .page-about__watermark {
        width: 220px;
        right: -20px;
    }
}

/* === Global Mockup Skin (Parent Markup Bridge) === */
body {
    background-color: #282524;
    color: #f7f3ea;
}

.header {
    position: sticky;
    top: 0;
    z-index: 30;
    background: rgba(40, 37, 36, 0.95) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-bottom-color: rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(10px);
    transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: none !important;
}

.header.is-scrolled {
    background: rgba(40, 37, 36, 0.95) !important;
    border-bottom-color: rgba(255, 255, 255, 0.08) !important;
    box-shadow: none !important;
}

.header[style] {
    background-color: rgba(40, 37, 36, 0.95) !important;
    box-shadow: none !important;
    border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}

.header-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 30px 20px;
    position: relative;
    transition: padding 0.3s ease;
}

.header.is-scrolled .header-container {
    padding-top: 16px;
    padding-bottom: 16px;
}

.header .custom-logo,
.header .logo img,
.header .custom-logo-link img {
    width: 75px;
    height: auto;
    content: url('../images/figma/logo-header-v1.png');
}

.menu-toggle {
    display: none;
    background: transparent;
    color: #f7f3ea;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 600;
}

.menu-toggle:hover,
.menu-toggle.active {
    background: rgba(255, 255, 255, 0.05);
    border-color: var(--color-orange);
    color: var(--color-orange);
}

.nav {
    display: flex;
    align-items: center;
    gap: 24px;
    position: static;
    right: auto;
    top: auto;
    min-width: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.header .nav,
.header .nav.active {
    display: flex !important;
}

.nav-list {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 24px;
}

.header .nav-list {
    flex-direction: row !important;
    flex-wrap: nowrap;
}

.header .nav-list>li {
    border-bottom: 0;
}

.nav-list>li>a {
    color: #f7f3ea;
    font-size: clamp(14px, 1.15vw, 24px);
    letter-spacing: 0.4px;
    text-transform: none;
    font-weight: 400;
    padding: 12px 18px;
    border-radius: 999px;
    border: 1px solid transparent;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.nav-list>li>a:hover,
.nav-list>li.current-menu-item>a,
.nav-list>li.current_page_item>a {
    background: #d2ad57;
    border-color: #d2ad57;
    color: #1b1b1b;
}

.header .menu-item-cart,
.header .menu-item-login,
.header .menu-item-account {
    display: none;
}

.nav-list>li>a[href*="contacto"],
.nav-list>li>a[href*="page_id=13"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: clamp(14px, 1.15vw, 24px);
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: none;
}

.nav-list>li>a[href*="contacto"]:hover,
.nav-list>li>a[href*="page_id=13"]:hover,
.nav-list>li.current-menu-item>a[href*="contacto"],
.nav-list>li.current-menu-item>a[href*="page_id=13"],
.nav-list>li.current_page_item>a[href*="contacto"],
.nav-list>li.current_page_item>a[href*="page_id=13"],
.nav-list>li>a[href*="contacto"][aria-current="page"],
.nav-list>li>a[href*="page_id=13"][aria-current="page"] {
    background: #d2ad57;
    border-color: #d2ad57;
    color: #1b1b1b;
}

.header-quick-links {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-left: 14px;
}

.header-quick-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #f7f3ea;
    background: rgba(255, 255, 255, 0.04);
    position: relative;
}

.header-quick-link:hover {
    border-color: #d2ad57;
    color: #d2ad57;
}

.header-quick-count {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 18px;
    height: 18px;
    border-radius: 999px;
    background: #d2ad57;
    color: #1b1b1b;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    font-weight: 700;
    padding: 0 4px;
}

.footer {
    --footer-tune: 0.94;
    position: relative;
    border-top: 0;
    padding: 0;
    min-height: clamp(calc(280px * var(--footer-tune)), calc(23.28vw * var(--footer-tune)), calc(352px * var(--footer-tune)));
    background-image: linear-gradient(179.7636deg, rgba(0, 0, 0, 0) 1.1758%, rgba(0, 0, 0, 0.35) 84.429%), linear-gradient(90deg, #282524 0%, #282524 100%);
}

.footer .container {
    width: 100%;
    max-width: 1512px;
    margin: 0 auto;
    padding: 0;
    min-height: 50px;
    position: relative;
}

.footer-container {
    min-height: clamp(calc(280px * var(--footer-tune)), calc(23.28vw * var(--footer-tune)), calc(352px * var(--footer-tune)));
}

.footer-logo {
    position: relative;
    left: clamp(20px, calc((100vw - 1180px) / 2 + 20px), 75px);
    top: clamp(calc(22px * var(--footer-tune)), calc(2.12vw * var(--footer-tune)), calc(32px * var(--footer-tune)));
}

.footer-logo img {
    width: clamp(calc(120px * var(--footer-tune)), calc(11.9vw * var(--footer-tune)), calc(180px * var(--footer-tune)));
    height: clamp(calc(120px * var(--footer-tune)), calc(11.9vw * var(--footer-tune)), calc(180px * var(--footer-tune)));
    object-fit: contain;
    content: none;
}

.footer-nav {
    position: absolute;
    left: 31.68%;
    top: clamp(calc(22px * var(--footer-tune)), calc(2.12vw * var(--footer-tune)), calc(32px * var(--footer-tune)));
}

.footer-nav ul {
    display: flex;
    flex-direction: column;
    gap: clamp(calc(10px * var(--footer-tune)), calc(0.99vw * var(--footer-tune)), calc(15px * var(--footer-tune)));
    align-items: flex-start;
}

.footer-nav a,
.footer-legal a,
.footer-legal span {
    color: #ffffff;
}

.footer-nav a {
    font-family: var(--font-roboto-serif);
    font-size: clamp(calc(22px * var(--footer-tune)), calc(1.98vw * var(--footer-tune)), calc(30px * var(--footer-tune)));
    line-height: 1;
    font-weight: 500;
}

.footer-nav a:hover,
.footer-legal a:hover {
    color: #d2ad57;
}

.footer-social {
    position: relative;
    left: auto;
    right: 70px;
    top: clamp(calc(16px * var(--footer-tune)), calc(1.46vw * var(--footer-tune)), calc(22px * var(--footer-tune)));
    display: flex;
    align-items: center;
    gap: clamp(calc(20px * var(--footer-tune)), calc(1.98vw * var(--footer-tune)), calc(30px * var(--footer-tune)));
}

.footer-social .social-link {
    width: clamp(calc(52px * var(--footer-tune)), calc(4.76vw * var(--footer-tune)), calc(72px * var(--footer-tune)));
    height: clamp(calc(52px * var(--footer-tune)), calc(4.76vw * var(--footer-tune)), calc(72px * var(--footer-tune)));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #d2ad57;
    border: none;
    position: relative;
}

.footer-social .social-link::after {
    content: none;
}

.footer-social .social-link:nth-child(1)::after {
    background-image: url('../images/figma/icon-social-1.png');
}

.footer-social .social-link:nth-child(2)::after {
    width: clamp(calc(35px * var(--footer-tune)), calc(3.24vw * var(--footer-tune)), calc(49px * var(--footer-tune)));
    height: clamp(calc(29px * var(--footer-tune)), calc(2.71vw * var(--footer-tune)), calc(41px * var(--footer-tune)));
    background-image: url('../images/figma/icon-social-2.png');
}

.footer-social .social-link:nth-child(3)::after {
    background-image: url('../images/figma/icon-social-3.png');
}

.footer-social .social-link:nth-child(4)::after {
    width: clamp(calc(27px * var(--footer-tune)), calc(2.45vw * var(--footer-tune)), calc(37px * var(--footer-tune)));
    height: clamp(calc(30px * var(--footer-tune)), calc(2.78vw * var(--footer-tune)), calc(42px * var(--footer-tune)));
    background-image: url('../images/figma/icon-social-4.png');
}

.footer-social .social-link:hover {
    transform: none;
    filter: none;
}

.footer-social .social-link img {
    display: block;
    width: clamp(calc(30px * var(--footer-tune)), calc(2.78vw * var(--footer-tune)), calc(42px * var(--footer-tune)));
    height: clamp(calc(30px * var(--footer-tune)), calc(2.78vw * var(--footer-tune)), calc(42px * var(--footer-tune)));
    object-fit: contain;
    filter: none;
}

.footer-social .social-link:nth-child(n + 5) {
    display: none;
}

.footer-bottom {
    position: absolute;
    left: 34.19%;
    top: clamp(calc(215px * var(--footer-tune)), calc(20.24vw * var(--footer-tune)), calc(306px * var(--footer-tune)));
    border-top: 0;
    padding: 0;
}

.footer-legal {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: clamp(calc(8px * var(--footer-tune)), calc(0.79vw * var(--footer-tune)), calc(12px * var(--footer-tune)));
    flex-wrap: nowrap;
    white-space: nowrap;
    font-size: clamp(calc(14px * var(--footer-tune)), calc(1.32vw * var(--footer-tune)), calc(20px * var(--footer-tune)));
    line-height: 1;
    font-weight: 400;
    font-family: var(--font-roboto-serif);
}

@media (max-width: 900px) {
    .footer {
        min-height: auto;
        padding: 24px 0 18px;
    }

    .footer .container {
        max-width: 100%;
        min-height: auto;
        padding: 0 18px;
    }

    .footer-container {
        position: static;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        min-height: auto;
    }

    .footer-logo,
    .footer-nav,
    .footer-social,
    .footer-bottom {
        position: static;
        left: auto;
        top: auto;
    }

    .footer-social {
        width: 100%;
        gap: 16px;
    }

    .footer-social .social-link {
        width: 48px;
        height: 48px;
        background-size: 48px 48px;
    }

    .footer-social .social-link::after {
        width: 28px;
        height: 28px;
    }

    .footer-social .social-link:nth-child(2)::after {
        width: 33px;
        height: 27px;
    }

    .footer-social .social-link:nth-child(4)::after {
        width: 25px;
        height: 28px;
    }

    .footer-logo img {
        width: 120px;
        height: 120px;
    }

    .footer-nav a {
        font-size: 24px;
    }

    .footer-legal {
        flex-wrap: wrap;
        white-space: normal;
        font-size: 14px;
        gap: 6px;
    }
}

@media (max-width: 520px) {

    .header .custom-logo,
    .header .logo img {
        width: 55px;
    }

    .header-container {
        padding: 12px 16px;
    }

    .menu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: none;
        flex-direction: column;
        align-items: flex-end;
        padding: 20px;
        background: rgba(40, 37, 36, 0.98);
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        z-index: 100;
        gap: 0;
    }

    .header .nav.active {
        display: flex !important;
    }

    .nav.active {
        display: flex;
    }

    .nav-list {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }

    .nav-list>li>a {
        font-size: 16px;
    }

    .nav-list>li>a[href*="contacto"],
    .nav-list>li>a[href*="page_id=13"] {
        width: 100%;
        justify-content: center;
    }

    .header-quick-links {
        width: 100%;
        justify-content: flex-start;
        margin-left: 0;
        margin-top: 14px;
    }

    .footer-logo img {
        width: 96px;
        height: 96px;
    }

    .footer-nav ul {
        gap: 10px;
    }

    .footer-nav a {
        font-size: 22px;
    }

    .footer-legal {
        font-size: 12px;
        gap: 5px;
        flex-direction: row;
    }

    .footer-legal>span:nth-child(even) {
        display: inline;
    }

    .footer-social .social-link {
        width: 35px;
        height: 35px;
    }
}

/* === Phase 2: Internal Pages + Woo Mockup Alignment === */
.page-about,
.contact-main,
.faq-section,
body.woocommerce-shop .checkout-page,
body.tax-product_cat .checkout-page,
body.post-type-archive-product .checkout-page,
body.single-product .services-page {
    background: #282524;
}

.page-about .about-title,
.contact-main__title,
.faq-section__title,
body.woocommerce-shop .services-page__title,
body.tax-product_cat .services-page__title,
body.post-type-archive-product .services-page__title,
body.single-product .service-article h1,
body.single-product .requirements-title {
    color: #f7f3ea;
    font-family: var(--font-roboto-slab);
}

.page-about .about-content,
.contact-main__grid,
body.single-product .service-content,
body.single-product .service-requirements-container {
    gap: clamp(18px, 2.8vw, 34px);
}

.page-about .about-image img,
.contact-main__form-wrapper,
.contact-main__map,
.contact-main__details,
body.single-product .service-article,
body.single-product .service-info-box,
body.single-product .requirements-column,
body.single-product .service-disclaimers-container,
.services-page__cta {
    background: #232323;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    box-shadow: none;
}

.page-about .about-subtitle,
.page-about .about-description,
.contact-detail__label,
.contact-detail__value,
body.single-product .service-article p,
body.single-product .service-article li,
body.single-product .requirements-list li,
body.single-product .disclaimer-text {
    color: rgba(247, 243, 234, 0.88);
}

.contact-main__form label,
.contact-main__form-title,
body.single-product .service-info-box h3,
body.single-product .option-label,
body.single-product .option-price,
.services-page__cta-title {
    color: #c9a45a;
}

.contact-main__form input,
.contact-main__form textarea,
.contact-main__form select {
    background: rgba(255, 255, 255, 0.94);
    border: 0;
    border-radius: 10px;
    color: #1f1d1e;
}

.contact-main__form input:focus,
.contact-main__form textarea:focus,
.contact-main__form select:focus {
    outline: 2px solid rgba(201, 164, 90, 0.55);
    outline-offset: 1px;
}

.contact-main__map iframe {
    border: 0;
    border-radius: 12px;
}

body.single-product .service-hero img {
    border-radius: 12px;
}

body.woocommerce-shop .btn-service,
body.tax-product_cat .btn-service,
body.post-type-archive-product .btn-service,
body.single-product .btn-service-cta,
.btn-cta-large,
.btn-submit {
    background: #c9a45a;
    color: #1b1b1b;
    border: 1px solid #c9a45a;
    border-radius: 999px;
    font-weight: 700;
}

body.woocommerce-shop .btn-service:hover,
body.tax-product_cat .btn-service:hover,
body.post-type-archive-product .btn-service:hover,
body.single-product .btn-service-cta:hover,
.btn-cta-large:hover,
.btn-submit:hover {
    background: #e0c389;
    border-color: #e0c389;
    color: #1b1b1b;
}

body.single-product .service-info-box .service-disclaimer,
body.single-product .service-disclaimers-container {
    color: rgba(247, 243, 234, 0.8);
}

body.single-product .option-bullet {
    background: #c9a45a;
}

.services-page__cta-content {
    background: transparent;
}

@media (max-width: 768px) {

    .page-about .about-title,
    .contact-main__title,
    .faq-section__title,
    body.woocommerce-shop .services-page__title,
    body.tax-product_cat .services-page__title,
    body.post-type-archive-product .services-page__title,
    body.single-product .service-article h1 {
        font-size: clamp(1.5rem, 7.3vw, 2.2rem);
    }

    body.woocommerce-shop .services-page__grid,
    body.tax-product_cat .services-page__grid,
    body.post-type-archive-product .services-page__grid {
        grid-template-columns: 1fr;
    }
}

body.home .services-page__cta,
body.single-product .services-page__cta,
.page-about .services-page__cta,
.page-id .services-page__cta {
    margin: clamp(24px, 4vw, 42px) auto 0;
    width: min(1260px, 92vw);
    border-radius: 20px;
}

body.single-product .services-page__cta,
.page-about .services-page__cta,
.page-template-page-contacto .services-page__cta {
    background: linear-gradient(135deg, rgba(9, 30, 40, 0.95) 0%, rgba(10, 38, 53, 0.95) 100%);
    padding: clamp(18px, 2.3vw, 32px);
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: clamp(12px, 2vw, 24px);
}

/* === Quienes Somos (Figma node 120:24) === */
/* Background confirmado desde Figma: radial dorado al 87.4% 43.5% + base #282524 */
body.page-template-page-quienes-somos {
    background: radial-gradient(28.74% 57.95% at 87.4% 43.5%, rgba(210, 173, 87, 0.12) 1.55%, rgba(0, 0, 0, 0.00) 100%), #282524;
}

.page-template-page-quienes-somos .page-about {
    background: transparent;
    padding: clamp(64px, 7vw, 110px) 0 clamp(40px, 5vw, 68px);
}

.page-template-page-quienes-somos .page-cta {
    background: transparent;
}

.page-template-page-quienes-somos .about-section--iv {
    padding: 0;
    background: transparent;
}

.page-template-page-quienes-somos .about-section--iv .container,
.page-template-page-quienes-somos .page-cta .container {
    max-width: min(1420px, 92vw);
}

.page-template-page-quienes-somos .page-about__grid {
    display: grid;
    grid-template-columns: minmax(340px, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(26px, 3.4vw, 56px);
    align-items: start;
}

.page-template-page-quienes-somos .page-about__image-wrapper {
    max-width: 590px;
    width: 100%;
}

.page-template-page-quienes-somos .page-about__image {
    width: 100%;
    aspect-ratio: 588 / 588;
    object-fit: cover;
    border-radius: 25px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.25);
}

.page-template-page-quienes-somos .page-about__content {
    color: #fff;
}

.page-template-page-quienes-somos .page-about__title {
    margin: 0 0 clamp(16px, 1.8vw, 26px);
    color: #d2ad57;
    font-family: var(--font-roboto-slab);
    font-size: clamp(2rem, 3.1vw, 3.45rem);
    line-height: 1.12;
}

.page-template-page-quienes-somos .page-about__text-wrap,
.page-template-page-quienes-somos .page-about__text-wrap p {
    color: rgba(255, 255, 255, 0.96);
    font-family: var(--font-lato);
    font-size: clamp(1rem, 1.38vw, 1.75rem);
    line-height: 1.35;
}

.page-template-page-quienes-somos .page-about__text-wrap p {
    margin: 0 0 12px;
}

.page-template-page-quienes-somos .page-about__stats {
    margin-top: clamp(16px, 2.2vw, 30px);
    display: flex;
    flex-wrap: wrap;
    gap: clamp(10px, 1.2vw, 18px);
}

.page-template-page-quienes-somos .page-about__stat {
    background: #d2ad57;
    border-radius: 15px;
    min-width: clamp(120px, 9.6vw, 155px);
    min-height: clamp(78px, 7vw, 100px);
    padding: 12px 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 0;
}

.page-template-page-quienes-somos .page-about__stat-number {
    color: #282524;
    font-family: var(--font-roboto-slab);
    font-size: clamp(1.5rem, 1.8vw, 2.2rem);
    line-height: 1;
    margin-bottom: 6px;
}

.page-template-page-quienes-somos .page-about__stat-label {
    color: #282524;
    font-size: clamp(0.78rem, 0.86vw, 0.94rem);
    line-height: 1.2;
}

.page-template-page-quienes-somos .page-cta {
    margin-top: clamp(30px, 4vw, 56px);
}

.page-template-page-quienes-somos .page-cta__wrapper {
    background-image: linear-gradient(90deg, rgba(68, 67, 69, 0.88) 0%, rgba(68, 67, 69, 0.28) 48%, rgba(68, 67, 69, 0.1) 100%), url('../images/atencion-personalizada.png');
    background-size: cover;
    background-position: center;
    border-radius: 25px;
    min-height: clamp(190px, 22vw, 253px);
    padding: clamp(20px, 2.6vw, 40px);
    display: grid;
    grid-template-columns: minmax(300px, 1fr) auto;
    align-items: center;
    gap: clamp(14px, 2vw, 28px);
}

.page-template-page-quienes-somos .page-cta__title {
    margin: 0 0 10px;
    color: rgba(255, 255, 255, 0.88);
    font-family: var(--font-roboto-serif);
    font-size: clamp(1.65rem, 2.15vw, 2.5rem);
    line-height: 1.12;
}

.page-template-page-quienes-somos .page-cta__text {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    font-family: var(--font-lato);
    font-size: clamp(1rem, 1.35vw, 1.56rem);
    line-height: 1.3;
}

.page-template-page-quienes-somos .page-cta__button {
    justify-self: end;
}

.page-template-page-quienes-somos .btn.btn--cta {
    background: #d2ad57;
    color: #fff;
    border: 0;
    border-radius: 10px;
    min-width: clamp(200px, 21vw, 326px);
    min-height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-roboto-slab);
    font-size: clamp(1.25rem, 1.6vw, 1.9rem);
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    padding: 10px 24px;
}

.page-template-page-quienes-somos .btn.btn--cta:hover,
.page-template-page-quienes-somos .btn.btn--cta:focus-visible {
    background: #e0c277;
    color: #fff;
    outline: none;
}

@media (max-width: 980px) {

    .page-template-page-quienes-somos .page-about__grid,
    .page-template-page-quienes-somos .page-cta__wrapper {
        grid-template-columns: 1fr;
    }

    .page-template-page-quienes-somos .page-about__image-wrapper {
        max-width: min(590px, 100%);
        margin: 0 auto;
    }

    .page-template-page-quienes-somos .page-cta__button {
        justify-self: start;
    }
}

@media (max-width: 640px) {
    .page-template-page-quienes-somos .page-about {
        padding-top: 48px;
    }

    .page-template-page-quienes-somos .page-about__image,
    .page-template-page-quienes-somos .page-cta__wrapper {
        border-radius: 16px;
    }

    .page-template-page-quienes-somos .page-about__stats {
        display: grid;
        grid-template-columns: repeat(2, minmax(110px, 1fr));
    }

    .page-template-page-quienes-somos .page-about__stat:last-child {
        grid-column: 1 / -1;
    }
}

body.single-product .services-page__cta-logo,
.page-about .services-page__cta-logo,
.page-template-page-contacto .services-page__cta-logo {
    width: clamp(60px, 6.4vw, 90px);
    height: auto;
}

body.single-product .services-page__cta-content,
.page-about .services-page__cta-content,
.page-template-page-contacto .services-page__cta-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
}

body.single-product .services-page__cta-title,
.page-about .services-page__cta-title,
.page-template-page-contacto .services-page__cta-title {
    margin: 0;
    color: var(--color-white);
    font-size: clamp(1.1rem, 2vw, 1.8rem);
}

body.home .btn:focus-visible,
body.home .filter-btn:focus-visible,
body.single-product .btn:focus-visible,
body.woocommerce-shop .btn:focus-visible,
.contact-main__form input:focus-visible,
.contact-main__form textarea:focus-visible,
.contact-main__form button:focus-visible,
.faq-item__header:focus-visible {
    outline: 2px solid var(--color-orange);
    outline-offset: 2px;
}

body.home .section-title,
body.single-product .requirements-title,
.faq-section__title,
.page-about .about-subtitle {
    text-wrap: balance;
}

@media (max-width: 900px) {

    body.single-product .services-page__cta,
    .page-about .services-page__cta,
    .page-template-page-contacto .services-page__cta {
        grid-template-columns: 1fr;
        text-align: center;
    }

    body.single-product .services-page__cta-logo,
    .page-about .services-page__cta-logo,
    .page-template-page-contacto .services-page__cta-logo {
        margin: 0 auto;
    }

    body.single-product .services-page__cta-content,
    .page-about .services-page__cta-content,
    .page-template-page-contacto .services-page__cta-content {
        justify-content: center;
    }

    body.home .hero-title,
    body.woocommerce-shop .services-page__title,
    body.tax-product_cat .services-page__title,
    body.single-product .service-article h1,
    .page-about .about-title,
    .contact-main__title {
        text-wrap: balance;
    }
}

@media (max-width: 576px) {

    body.home .hero-slider-wrapper,
    body.home .services,
    body.home .success-stories,
    body.home .contact,
    body.woocommerce-shop .checkout-page,
    body.single-product .services-page,
    .page-about,
    .contact-main {
        padding-top: clamp(34px, 7vw, 48px);
        padding-bottom: clamp(34px, 7vw, 50px);
    }

    body.home .hero-text,
    body.home .testimonial-text,
    body.single-product .service-article p,
    body.single-product .service-article li,
    .page-about .about-description,
    .contact-detail__label,
    .faq-item__content {
        font-size: 0.96rem;
    }

    body.home .contact-form-wrapper,
    body.home .contact-profile,
    body.woocommerce-shop .services-page__card,
    body.single-product .service-article,
    body.single-product .service-info-box,
    body.single-product .requirements-column,
    .page-about .about-image img,
    .page-about .about-text,
    .contact-main__form-wrapper,
    .contact-main__info,
    .contact-main__map,
    .contact-main__details,
    .faq-item,
    .services-page__cta {
        border-radius: 12px;
    }
}

body.woocommerce-shop .checkout-page,
body.tax-product_cat .checkout-page,
body.post-type-archive-product .checkout-page {
    padding: clamp(52px, 7vw, 92px) 0;
    background: linear-gradient(180deg, #f9f6ef 0%, #fff 34%, #fff 100%);
}

body.woocommerce-shop .services-page__title,
body.tax-product_cat .services-page__title,
body.post-type-archive-product .services-page__title {
    text-align: center;
    color: var(--color-navy);
    font-family: var(--font-roboto-slab);
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.06;
    margin-bottom: clamp(18px, 2.4vw, 28px);
}

body.woocommerce-shop .services-page__title-accent,
body.tax-product_cat .services-page__title-accent,
body.post-type-archive-product .services-page__title-accent {
    color: var(--color-orange);
}

body.woocommerce-shop .services-page__back-wrap,
body.tax-product_cat .services-page__back-wrap,
body.post-type-archive-product .services-page__back-wrap {
    margin-bottom: 30px;
}

body.woocommerce-shop .services-page__back-btn,
body.tax-product_cat .services-page__back-btn,
body.post-type-archive-product .services-page__back-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

body.woocommerce-shop .services-page__grid,
body.tax-product_cat .services-page__grid,
body.post-type-archive-product .services-page__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(16px, 2vw, 30px);
    margin-bottom: clamp(28px, 4vw, 44px);
}

body.woocommerce-shop .services-page__item,
body.tax-product_cat .services-page__item,
body.post-type-archive-product .services-page__item {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

body.woocommerce-shop .services-page__card,
body.tax-product_cat .services-page__card,
body.post-type-archive-product .services-page__card {
    background: #fff;
    border: 1px solid rgba(9, 30, 40, 0.1);
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

body.woocommerce-shop .services-page__card:hover,
body.tax-product_cat .services-page__card:hover,
body.post-type-archive-product .services-page__card:hover {
    transform: translateY(-4px);
    border-color: rgba(229, 123, 29, 0.42);
    box-shadow: 0 14px 34px rgba(9, 30, 40, 0.13);
}

body.woocommerce-shop .services-page__card-image,
body.tax-product_cat .services-page__card-image,
body.post-type-archive-product .services-page__card-image {
    aspect-ratio: 16 / 9;
    background: #eef2f4;
}

body.woocommerce-shop .services-page__card-image img,
body.tax-product_cat .services-page__card-image img,
body.post-type-archive-product .services-page__card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.woocommerce-shop .services-page__card-content,
body.tax-product_cat .services-page__card-content,
body.post-type-archive-product .services-page__card-content {
    padding: clamp(16px, 2vw, 24px);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

body.woocommerce-shop .services-page__card-title,
body.tax-product_cat .services-page__card-title,
body.post-type-archive-product .services-page__card-title {
    color: var(--color-navy);
    font-size: clamp(1.1rem, 1.5vw, 1.45rem);
    line-height: 1.2;
    margin: 0;
}

body.woocommerce-shop .services-page__card-text,
body.tax-product_cat .services-page__card-text,
body.post-type-archive-product .services-page__card-text {
    color: var(--color-medium-gray);
    margin: 0;
}

body.woocommerce-shop .btn-service,
body.tax-product_cat .btn-service,
body.post-type-archive-product .btn-service {
    width: 100%;
    justify-content: center;
    text-align: center;
    border-radius: 12px;
    font-weight: 700;
}

body.woocommerce-shop .woocommerce-pagination,
body.tax-product_cat .woocommerce-pagination,
body.post-type-archive-product .woocommerce-pagination {
    margin: 4px 0 clamp(26px, 4vw, 42px);
}

body.woocommerce-shop .woocommerce-pagination .page-numbers,
body.tax-product_cat .woocommerce-pagination .page-numbers,
body.post-type-archive-product .woocommerce-pagination .page-numbers {
    display: flex;
    justify-content: center;
    gap: 8px;
    list-style: none;
    padding: 0;
}

body.woocommerce-shop .woocommerce-pagination .page-numbers li a,
body.woocommerce-shop .woocommerce-pagination .page-numbers li span,
body.tax-product_cat .woocommerce-pagination .page-numbers li a,
body.tax-product_cat .woocommerce-pagination .page-numbers li span,
body.post-type-archive-product .woocommerce-pagination .page-numbers li a,
body.post-type-archive-product .woocommerce-pagination .page-numbers li span {
    min-width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(9, 30, 40, 0.2);
    border-radius: 10px;
    text-decoration: none;
    color: var(--color-navy);
    background: #fff;
}

body.woocommerce-shop .woocommerce-pagination .page-numbers li .current,
body.tax-product_cat .woocommerce-pagination .page-numbers li .current,
body.post-type-archive-product .woocommerce-pagination .page-numbers li .current {
    background: var(--color-navy);
    color: #fff;
    border-color: var(--color-navy);
}

body.woocommerce-shop .services-page__cta,
body.tax-product_cat .services-page__cta,
body.post-type-archive-product .services-page__cta {
    margin-top: clamp(26px, 4vw, 46px);
    border-radius: 22px;
    padding: clamp(20px, 2.6vw, 34px);
    background: linear-gradient(135deg, rgba(9, 30, 40, 0.95) 0%, rgba(10, 38, 53, 0.95) 100%);
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: clamp(14px, 2vw, 28px);
}

body.woocommerce-shop .services-page__cta-logo,
body.tax-product_cat .services-page__cta-logo,
body.post-type-archive-product .services-page__cta-logo {
    width: clamp(62px, 7vw, 94px);
    height: auto;
}

body.woocommerce-shop .services-page__cta-content,
body.tax-product_cat .services-page__cta-content,
body.post-type-archive-product .services-page__cta-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
}

body.woocommerce-shop .services-page__cta-title,
body.tax-product_cat .services-page__cta-title,
body.post-type-archive-product .services-page__cta-title {
    margin: 0;
    color: #fff;
    font-size: clamp(1.15rem, 2.1vw, 1.9rem);
}

@media (max-width: 1100px) {

    body.woocommerce-shop .services-page__grid,
    body.tax-product_cat .services-page__grid,
    body.post-type-archive-product .services-page__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {

    body.woocommerce-shop .services-page__cta,
    body.tax-product_cat .services-page__cta,
    body.post-type-archive-product .services-page__cta {
        grid-template-columns: 1fr;
        text-align: center;
    }

    body.woocommerce-shop .services-page__cta-logo,
    body.tax-product_cat .services-page__cta-logo,
    body.post-type-archive-product .services-page__cta-logo {
        margin: 0 auto;
    }

    body.woocommerce-shop .services-page__cta-content,
    body.tax-product_cat .services-page__cta-content,
    body.post-type-archive-product .services-page__cta-content {
        justify-content: center;
    }
}

@media (max-width: 680px) {

    body.woocommerce-shop .services-page__grid,
    body.tax-product_cat .services-page__grid,
    body.post-type-archive-product .services-page__grid {
        grid-template-columns: 1fr;
    }

    body.woocommerce-shop .services-page__card,
    body.tax-product_cat .services-page__card,
    body.post-type-archive-product .services-page__card {
        border-radius: 16px;
    }
}

body.single-product .services-page {
    padding-bottom: clamp(56px, 6vw, 88px);
    background: linear-gradient(180deg, #f8f4ea 0%, #fff 38%, #fff 100%);
}

body.single-product .service-hero img {
    width: min(1280px, 100%);
    margin: 0 auto;
    aspect-ratio: 21 / 8;
    object-fit: cover;
    border-radius: 0 0 24px 24px;
}

body.single-product .service-content {
    max-width: min(1260px, 92vw);
    margin: clamp(24px, 4vw, 40px) auto 0;
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(300px, 0.9fr);
    gap: clamp(20px, 2.6vw, 34px);
}

body.single-product .service-article {
    background: #fff;
    border: 1px solid rgba(9, 30, 40, 0.08);
    border-radius: 20px;
    padding: clamp(22px, 2.4vw, 36px);
    box-shadow: var(--shadow-sm);
}

body.single-product .service-article h1 {
    font-family: var(--font-roboto-slab);
    color: var(--color-navy);
    font-size: clamp(1.9rem, 3.1vw, 3rem);
    line-height: 1.08;
    margin-bottom: 0.45em;
}

body.single-product .service-article p,
body.single-product .service-article li {
    color: var(--color-gray);
}

body.single-product .service-sidebar {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

body.single-product .service-info-box {
    background: #fff;
    border: 1px solid rgba(9, 30, 40, 0.1);
    border-radius: 20px;
    padding: clamp(18px, 2vw, 26px);
}

body.single-product .service-info-box h3 {
    margin: 0 0 14px;
    color: var(--color-navy);
    font-size: clamp(1.1rem, 1.7vw, 1.45rem);
}

body.single-product .service-options {
    display: grid;
    gap: 10px;
    margin-bottom: 14px;
}

body.single-product .service-option {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

body.single-product .option-bullet {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--color-orange);
    margin-top: 0.45em;
    flex: 0 0 auto;
}

body.single-product .option-content {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}

body.single-product .option-label {
    color: var(--color-dark-gray);
    font-weight: 700;
}

body.single-product .option-price {
    color: var(--color-orange);
    font-weight: 700;
}

body.single-product .service-disclaimer {
    margin: 0;
    color: var(--color-medium-gray);
    font-size: 0.94rem;
    line-height: 1.5;
}

body.single-product .cart {
    margin: 0;
}

body.single-product .btn-service-cta {
    width: 100%;
    justify-content: center;
    border-radius: 12px;
}

body.single-product .service-requirements,
body.single-product .service-disclaimers {
    max-width: min(1260px, 92vw);
    margin: clamp(22px, 3vw, 34px) auto 0;
}

body.single-product .service-requirements-container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(16px, 2vw, 24px);
}

body.single-product .requirements-column,
body.single-product .service-disclaimers-container {
    background: #fff;
    border: 1px solid rgba(9, 30, 40, 0.08);
    border-radius: 18px;
    padding: clamp(18px, 2vw, 28px);
}

body.single-product .requirements-title {
    color: var(--color-navy);
    font-size: clamp(1.15rem, 1.6vw, 1.4rem);
    margin: 0 0 12px;
}

body.single-product .requirements-list {
    margin: 0;
    padding-left: 1.2rem;
    display: grid;
    gap: 8px;
    color: var(--color-gray);
}

body.single-product .disclaimer-text {
    margin: 0;
    color: var(--color-medium-gray);
}

body.single-product .disclaimer-text--bold {
    margin-top: 8px;
    color: var(--color-navy);
}

.page-about {
    padding: clamp(50px, 6vw, 90px) 0;
    background: linear-gradient(180deg, #f8f4ea 0%, #fff 36%, #fff 100%);
}

.page-about .about-section .container {
    max-width: min(1260px, 92vw);
}

.page-about .about-title {
    text-align: center;
    font-family: var(--font-roboto-slab);
    color: var(--color-navy);
    font-size: clamp(2rem, 3.8vw, 3.4rem);
    line-height: 1.06;
    margin-bottom: clamp(18px, 2.6vw, 30px);
}

.page-about .about-content {
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(20px, 2.8vw, 36px);
    align-items: center;
}

.page-about .about-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 14px 34px rgba(9, 30, 40, 0.16);
}

.page-about .about-text {
    background: #fff;
    border: 1px solid rgba(9, 30, 40, 0.09);
    border-radius: 20px;
    padding: clamp(18px, 2.3vw, 32px);
}

.page-about .about-subtitle {
    color: var(--color-orange);
    font-size: clamp(1.3rem, 2vw, 1.9rem);
    margin-bottom: 10px;
}

.page-about .about-description {
    color: var(--color-gray);
}

.contact-hero {
    background: #fff;
}

.contact-hero__image {
    max-width: min(1320px, 96vw);
    margin: 0 auto;
    border-radius: 0 0 24px 24px;
    overflow: hidden;
    position: relative;
}

.contact-hero__image img {
    width: 100%;
    aspect-ratio: 21 / 7;
    object-fit: cover;
}

.contact-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(9, 30, 40, 0.1) 0%, rgba(9, 30, 40, 0.32) 100%);
}

.contact-main {
    padding: clamp(44px, 6vw, 84px) 0;
}

.contact-main__title {
    text-align: center;
    font-family: var(--font-roboto-slab);
    color: var(--color-navy);
    font-size: clamp(1.95rem, 3.7vw, 3.2rem);
    margin-bottom: clamp(20px, 3vw, 34px);
}

.contact-main__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.95fr);
    gap: clamp(18px, 2.5vw, 34px);
}

.contact-main__form-wrapper,
.contact-main__info,
.contact-main__map,
.contact-main__details,
.faq-item {
    background: #fff;
    border: 1px solid rgba(9, 30, 40, 0.09);
    border-radius: 18px;
}

.contact-main__form-wrapper,
.contact-main__info {
    padding: clamp(18px, 2.4vw, 30px);
}

.contact-main__form-logo img {
    width: min(180px, 42%);
    margin: 0 auto 16px;
}

/* === Single Product Figma Alignment (106:298 / 107:319) === */
body.single-product .service-hero {
    position: relative;
    width: min(1420px, 96vw);
    margin: 0 auto;
    border-radius: 0 0 34px 34px;
    overflow: hidden;
}

body.single-product .service-hero img {
    width: 100%;
    aspect-ratio: 1420 / 484;
    object-fit: cover;
    border-radius: 0;
}

body.single-product .service-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(245, 241, 232, 0) 58%, rgba(245, 241, 232, 0.96) 90%, var(--color-light-beige) 100%);
    pointer-events: none;
}

body.single-product .service-content {
    max-width: min(1420px, 96vw);
    margin: 0 auto;
    padding: clamp(26px, 3.1vw, 46px) clamp(22px, 3vw, 42px) clamp(30px, 3.6vw, 52px);
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.95fr);
    gap: clamp(18px, 2.2vw, 34px);
    background: var(--color-light-beige);
    border-radius: 0 0 34px 34px;
}

body.single-product .service-article,
body.single-product .service-info-box {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

body.single-product .service-article h1 {
    color: var(--color-dark-gray);
    font-size: clamp(2rem, 3.4vw, 3.1rem);
}

body.single-product .service-article p,
body.single-product .service-article li {
    color: var(--color-dark-gray);
}

body.single-product .service-info-box h3 {
    color: var(--color-dark-gray);
    font-size: clamp(1.55rem, 2.3vw, 2.35rem);
    margin-bottom: 16px;
}

body.single-product .service-options {
    gap: 14px;
    margin-bottom: 18px;
}

body.single-product .service-option {
    align-items: center;
    gap: 12px;
}

body.single-product .service-option .option-bullet {
    width: 18px;
    height: 18px;
    margin-top: 0;
    border: 2px solid rgba(92, 92, 92, 0.5);
    background: rgba(92, 92, 92, 0.45);
}

body.single-product .service-option.is-active .option-bullet {
    border-color: var(--color-medium-gray);
    background: var(--color-dark-gray);
    box-shadow: inset 0 0 0 3px var(--color-light-beige);
}

body.single-product .service-option .option-label {
    color: var(--color-dark-gray);
    font-size: clamp(1.05rem, 1.55vw, 1.58rem);
    font-weight: 700;
}

body.single-product .service-option .option-price {
    display: none;
}

body.single-product .service-info-box .service-disclaimer {
    color: rgba(72, 72, 72, 0.7);
    font-size: 1rem;
    line-height: 1.45;
    max-width: 590px;
}

body.single-product .service-sidebar .cart {
    margin-top: auto;
}

body.single-product .btn-service-cta {
    min-height: 64px;
    border-radius: 10px;
    background: var(--color-orange);
    border-color: var(--color-orange);
    color: var(--color-navy);
    font-family: var(--font-roboto-slab);
    font-size: clamp(1.2rem, 1.8vw, 1.9rem);
    font-weight: 700;
}

body.single-product .service-requirements,
body.single-product .service-disclaimers {
    max-width: min(1420px, 96vw);
    margin: 0 auto;
}

body.single-product .service-requirements {
    margin-top: clamp(34px, 4vw, 54px);
    background: linear-gradient(90deg, rgba(33, 44, 49, 0.98) 0%, rgba(33, 44, 49, 0.92) 100%);
    border-radius: 34px;
    padding: clamp(34px, 4vw, 58px) clamp(22px, 4vw, 86px);
}

body.single-product .service-requirements-container {
    display: block;
}

body.single-product .requirements-column--stacked {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
}

body.single-product .requirements-block+.requirements-block {
    margin-top: clamp(34px, 4vw, 58px);
}

body.single-product .requirements-title {
    color: var(--color-white);
    font-size: clamp(1.55rem, 2.4vw, 2.5rem);
    line-height: 1.2;
    margin-bottom: clamp(16px, 2vw, 24px);
}

body.single-product .requirements-list {
    display: grid;
    gap: clamp(14px, 1.6vw, 22px);
    padding-left: 1.3rem;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(1rem, 1.45vw, 1.32rem);
    line-height: 1.35;
}

body.single-product .service-disclaimers {
    margin-top: clamp(16px, 2vw, 28px);
    margin-bottom: clamp(32px, 4vw, 56px);
}

body.single-product .service-disclaimers-container {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: clamp(14px, 2vw, 28px);
    padding: clamp(18px, 2.3vw, 32px);
    background: rgba(245, 241, 232, 0.22);
    border: 1px solid rgba(245, 241, 232, 0.34);
    border-radius: 24px;
    color: var(--color-dark-gray);
}

body.single-product .legal-warning-icon {
    width: clamp(84px, 7vw, 114px);
    height: clamp(84px, 7vw, 114px);
    border: 4px solid rgba(33, 44, 49, 0.85);
    border-radius: 12px;
    display: grid;
    place-items: center;
    color: rgba(33, 44, 49, 0.9);
}

body.single-product .legal-warning-icon svg {
    width: 72%;
    height: 72%;
}

body.single-product .legal-warning-title {
    margin: 0 0 10px;
    color: var(--color-dark-gray);
    font-family: var(--font-roboto-slab);
    font-size: clamp(1.4rem, 2vw, 2.1rem);
}

body.single-product .service-disclaimers .disclaimer-text {
    margin: 0;
    color: rgba(33, 44, 49, 0.9);
    font-size: clamp(1rem, 1.34vw, 1.28rem);
    line-height: 1.35;
}

body.single-product .service-disclaimers .disclaimer-text--bold {
    margin-top: 12px;
    color: var(--color-dark-gray);
    font-weight: 700;
}

@media (max-width: 980px) {

    body.single-product .service-hero,
    body.single-product .service-content,
    body.single-product .service-requirements,
    body.single-product .service-disclaimers {
        width: min(96vw, 760px);
    }

    body.single-product .service-hero {
        border-radius: 0 0 24px 24px;
    }

    body.single-product .service-content {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: clamp(22px, 5vw, 34px) clamp(16px, 4vw, 24px) clamp(26px, 5vw, 36px);
        border-radius: 0 0 24px 24px;
    }

    body.single-product .service-sidebar {
        gap: 18px;
    }

    body.single-product .btn-service-cta {
        min-height: 58px;
    }

    body.single-product .service-requirements {
        border-radius: 24px;
        padding: clamp(24px, 5vw, 34px) clamp(16px, 4vw, 24px);
    }

    body.single-product .service-disclaimers-container {
        grid-template-columns: 1fr;
        text-align: center;
        border-radius: 18px;
        padding: 16px;
    }

    body.single-product .legal-warning-icon {
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    body.single-product .service-hero img {
        aspect-ratio: 16 / 8;
    }

    body.single-product .service-article h1 {
        font-size: clamp(1.6rem, 8vw, 2.2rem);
    }

    body.single-product .service-info-box h3 {
        font-size: clamp(1.35rem, 6vw, 1.9rem);
    }

    body.single-product .service-option .option-bullet {
        width: 16px;
        height: 16px;
    }

    body.single-product .service-option .option-label {
        font-size: clamp(1rem, 4.4vw, 1.25rem);
    }

    body.single-product .service-info-box .service-disclaimer,
    body.single-product .service-disclaimers .disclaimer-text,
    body.single-product .requirements-list {
        font-size: 0.98rem;
        line-height: 1.42;
    }

    body.single-product .requirements-title {
        font-size: clamp(1.3rem, 6vw, 1.8rem);
    }

    body.single-product .requirements-list {
        gap: 12px;
        padding-left: 1.1rem;
    }

    body.single-product .legal-warning-title {
        font-size: clamp(1.2rem, 5.7vw, 1.6rem);
    }
}

@media (max-width: 576px) {

    body.single-product .service-hero,
    body.single-product .service-content,
    body.single-product .service-requirements,
    body.single-product .service-disclaimers {
        width: min(94vw, 520px);
    }

    body.single-product .service-hero {
        border-radius: 0 0 18px 18px;
    }

    body.single-product .service-content {
        border-radius: 0 0 18px 18px;
        gap: 18px;
    }

    body.single-product .btn-service-cta {
        min-height: 52px;
        font-size: 1.05rem;
        letter-spacing: 0;
    }

    body.single-product .service-requirements {
        border-radius: 18px;
    }

    body.single-product .requirements-block+.requirements-block {
        margin-top: 28px;
    }

    body.single-product .service-disclaimers-container {
        padding: 16px;
    }

    body.single-product .legal-warning-icon {
        width: 74px;
        height: 74px;
        border-width: 3px;
    }
}

.contact-main__form {
    display: grid;
    gap: 12px;
}

.contact-main__form .form-group {
    margin: 0;
}

.contact-main__form label {
    display: block;
    margin-bottom: 6px;
    color: var(--color-navy);
    font-weight: 700;
}

.contact-main__form input,
.contact-main__form textarea {
    width: 100%;
    border: 1px solid #d3d8dc;
    border-radius: 10px;
    padding: 10px 12px;
}

.contact-main__map {
    overflow: hidden;
    margin-bottom: 14px;
    padding: 0;
}

.contact-main__map-frame {
    display: block;
    border: 0;
}

.contact-main__details {
    padding: 14px;
    display: grid;
    gap: 10px;
}

.contact-detail {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(9, 30, 40, 0.08);
    border-radius: 12px;
    padding: 10px 12px;
}

.contact-detail__icon {
    color: var(--color-orange);
    flex: 0 0 auto;
}

.contact-detail__label {
    margin: 0;
    color: var(--color-dark-gray);
    font-weight: 600;
}

.faq-section {
    padding: 0 0 clamp(34px, 4.5vw, 62px);
}

.faq-section__title {
    text-align: center;
    color: var(--color-navy);
    font-family: var(--font-roboto-slab);
    margin-bottom: clamp(16px, 2.2vw, 24px);
    font-size: clamp(1.7rem, 2.8vw, 2.4rem);
}

.faq-grid {
    display: grid;
    gap: 12px;
}

.faq-item {
    overflow: hidden;
}

.faq-item__header {
    width: 100%;
    background: #fff;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    text-align: left;
    cursor: pointer;
}

.faq-item__question {
    color: var(--color-navy);
    font-weight: 700;
}

.faq-item__icon {
    color: var(--color-orange);
}

.faq-item__content {
    padding: 0 16px 14px;
    color: var(--color-gray);
}

.faq-item__content p {
    margin: 0;
}

@media (max-width: 1024px) {

    body.single-product .service-content,
    .page-about .about-content,
    .contact-main__grid {
        grid-template-columns: 1fr;
    }

    body.single-product .service-requirements-container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {

    body.single-product .service-article,
    body.single-product .service-info-box,
    body.single-product .requirements-column,
    body.single-product .service-disclaimers-container,
    .page-about .about-text,
    .contact-main__form-wrapper,
    .contact-main__info,
    .contact-main__map,
    .contact-main__details,
    .faq-item {
        border-radius: 14px;
    }
}

/* === Contact page (Figma 121:72 — hero 128:17, content bg 128:33) === */
/* Full-page dark background with radial gold accent (Figma node 128:33: rgba(210,173,87,0.1) × opacity 1 centered at ~57% 44%) */
body.page-template-page-contacto {
    background: radial-gradient(ellipse at 56.7% 43.6%, rgba(210, 173, 87, 0.10) 0%, rgba(210, 173, 87, 0) 100%), #282524;
}

.page-template-page-contacto .ivm-contact-intro {
    padding: clamp(44px, 6vw, 84px) 0 clamp(30px, 4.4vw, 56px);
}

.page-template-page-contacto .ivm-contact-intro-cta {
    padding: 0 0 clamp(24px, 3.5vw, 40px);
}

.page-template-page-contacto .ivm-contact-intro-cta__box {
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    min-height: 210px;
    padding: clamp(20px, 3vw, 34px);
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 20px;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(77, 77, 77, 0.9) 76.449%), url('/wp-content/themes/ivmultiservices/assets/images/atencion-personalizada.png'); /* Figma 129:86 */
    background-size: cover;
    background-position: center;
}

.page-template-page-contacto .ivm-contact-intro-cta__content h2 {
    margin: 0 0 8px;
    color: rgba(255, 255, 255, 0.9);
    font-family: var(--font-roboto-serif);
    font-size: clamp(1.5rem, 2.6vw, 2.6rem);
    line-height: 1.1;
}

.page-template-page-contacto .ivm-contact-intro-cta__content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.85);
    font-size: clamp(0.95rem, 1.3vw, 1.35rem);
    line-height: 1.35;
    max-width: 34ch;
}

.page-template-page-contacto .ivm-contact-intro-cta .btn-cta-large {
    min-width: clamp(210px, 20vw, 326px);
    min-height: 60px;
    justify-content: center;
    background: var(--color-orange);
    border-color: var(--color-orange);
    color: var(--color-dark-gray);
}

.page-template-page-contacto .ivm-contact-intro__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
    gap: clamp(22px, 3vw, 40px);
    align-items: center;
}

.page-template-page-contacto .ivm-contact-intro__media {
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.page-template-page-contacto .ivm-contact-intro__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.page-template-page-contacto .ivm-contact-intro__title {
    color: var(--color-orange);
    font-family: var(--font-roboto-slab);
    font-size: clamp(2rem, 3.3vw, 3.4rem);
    margin: 0 0 18px;
}

.page-template-page-contacto .ivm-contact-intro__text {
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(1rem, 1.35vw, 1.65rem);
    line-height: 1.45;
    margin-bottom: clamp(18px, 2.6vw, 30px);
}

.page-template-page-contacto .ivm-contact-intro__text p {
    margin: 0 0 10px;
}

.page-template-page-contacto .ivm-contact-intro__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 560px;
}

.page-template-page-contacto .ivm-contact-stat {
    border-radius: 14px;
    background: var(--color-orange);
    color: var(--color-dark-gray);
    padding: 14px 12px;
    text-align: center;
}

.page-template-page-contacto .ivm-contact-stat strong {
    display: block;
    font-family: var(--font-roboto-slab);
    font-size: clamp(1.35rem, 1.9vw, 2rem);
    line-height: 1.1;
}

.page-template-page-contacto .ivm-contact-stat span {
    display: block;
    margin-top: 6px;
    font-size: clamp(0.8rem, 1vw, 0.95rem);
    font-weight: 600;
}

.page-template-page-contacto .contact-main,
.page-template-page-contacto .faq-section {
    background: transparent;
}

.page-template-page-contacto .contact-main {
    padding: clamp(8px, 1.6vw, 20px) 0 clamp(32px, 4vw, 48px);
}

.page-template-page-contacto .contact-main>.container {
    width: min(1420px, 96vw);
    max-width: 1420px;
    margin-inline: auto;
    padding: clamp(18px, 2.3vw, 32px) clamp(8px, 1.5vw, 20px);
    background: transparent;
}

.page-template-page-contacto .contact-main__grid {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 1fr);
    gap: clamp(20px, 2.8vw, 38px);
}

/* White cards with gold gradient bottom — Figma nodes 128:45, 128:48, 129:45, 129:47 */
.page-template-page-contacto .contact-main__form-wrapper,
.page-template-page-contacto .contact-main__map,
.page-template-page-contacto .contact-main__details,
.page-template-page-contacto .faq-item {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(210, 173, 87, 0.20) 100%), #ffffff;
    border: 0;
    border-radius: 25px;
}

/* Legal notice: frosted glass card — Figma node 129:94 */
.page-template-page-contacto .ivm-legal-notice__box {
    background: linear-gradient(180deg, rgba(210, 173, 87, 0) 0%, rgba(210, 173, 87, 0.15) 100%),
                rgba(255, 255, 255, 0.25);
    border: 0;
    border-radius: 50px;
}

.page-template-page-contacto .contact-main__form-wrapper {
    padding: clamp(18px, 2.8vw, 32px);
    box-shadow: 10px 15px 25px 0px rgba(0, 0, 0, 0.25); /* Figma 128:45 */
}

.page-template-page-contacto .contact-main__form-title {
    font-family: var(--font-roboto-slab);
    font-size: clamp(1.5rem, 2vw, 2rem);
    margin: 0 0 14px;
    color: var(--color-dark-gray);
}

.page-template-page-contacto .contact-main__form {
    gap: 10px;
}

.page-template-page-contacto .contact-main__form label {
    color: var(--color-dark-gray);
    font-family: var(--font-roboto-serif);
    font-size: clamp(1rem, 1.35vw, 1.35rem);
    font-weight: 600;
}

.page-template-page-contacto .contact-main__form input,
.page-template-page-contacto .contact-main__form select {
    border: 0;
    border-radius: 999px;
    background: rgba(9, 30, 40, 0.2);
    color: var(--color-dark-gray);
    min-height: 42px;
}

.page-template-page-contacto .contact-main__form select {
    appearance: none;
    padding-right: 34px;
    background-image: linear-gradient(45deg, transparent 50%, #7a7a7a 50%), linear-gradient(135deg, #7a7a7a 50%, transparent 50%);
    background-position: calc(100% - 16px) calc(50% - 2px), calc(100% - 10px) calc(50% - 2px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

.page-template-page-contacto .contact-main__form .btn-send-message {
    margin-top: 10px;
    background: linear-gradient(90deg, #d2ad57 0%, #c19a3e 100%); /* Figma 128:20 */
    border: 0;
    color: var(--color-white);
    width: 100%;
    justify-content: center;
    border-radius: 100px;
    font-family: var(--font-roboto-slab);
    font-weight: 600;
}

.page-template-page-contacto .contact-main__info {
    display: grid;
    gap: 16px;
}

.page-template-page-contacto .contact-main__map {
    position: relative;
    overflow: hidden;
    min-height: 270px;
}

.page-template-page-contacto .contact-main__map::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: rgba(40, 37, 36, 0.6); /* Figma 128:56 */
}

.page-template-page-contacto .contact-main__map iframe {
    width: 100%;
    min-height: 270px;
}

.page-template-page-contacto .contact-main__map-link {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--color-white);
    font-family: var(--font-roboto-slab);
    font-size: clamp(1rem, 1.45vw, 1.6rem);
    text-decoration: none;
    font-weight: 600;
}

.page-template-page-contacto .contact-main__details {
    padding: clamp(16px, 2vw, 24px);
    gap: 16px;
    box-shadow: 10px 15px 25px 0px rgba(0, 0, 0, 0.25); /* Figma 128:48 */
}

.page-template-page-contacto .contact-detail {
    border: 0;
    padding: 0;
}

.page-template-page-contacto .contact-detail__label {
    color: var(--color-dark-gray);
    font-family: var(--font-roboto-slab);
    font-size: clamp(1rem, 1.25vw, 1.3rem);
    margin-bottom: 2px;
}

.page-template-page-contacto .contact-detail__value {
    margin: 0;
    color: var(--color-dark-gray);
    font-size: clamp(0.95rem, 1.1vw, 1.1rem);
    line-height: 1.5;
    font-weight: 600;
}

.page-template-page-contacto .faq-section {
    padding: 0 0 clamp(30px, 4vw, 44px);
}

.page-template-page-contacto .faq-section__title {
    color: var(--color-white);
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.page-template-page-contacto .faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.page-template-page-contacto .faq-item--static {
    padding: clamp(16px, 2.2vw, 24px);
    min-height: 178px;
    border-radius: 10px; /* Figma 129:45 — smaller radius than other cards */
}

.page-template-page-contacto .faq-item--static .faq-item__question {
    color: var(--color-dark-gray);
    font-family: var(--font-roboto-serif);
    font-size: clamp(1.05rem, 1.5vw, 1.5rem);
    margin: 0 0 12px;
    text-align: center;
}

.page-template-page-contacto .faq-item--static .faq-item__answer {
    margin: 0;
    color: var(--color-dark-gray);
    font-size: clamp(0.95rem, 1.2vw, 1.2rem);
    line-height: 1.45;
}

.page-template-page-contacto .ivm-contact-cta {
    margin: 0 auto clamp(22px, 3.5vw, 36px);
    max-width: min(1320px, 96vw);
}

.page-template-page-contacto .ivm-contact-cta .services-page__cta-logo {
    display: none;
}

.page-template-page-contacto .ivm-contact-cta .services-page__cta-content {
    width: 100%;
}

.page-template-page-contacto .ivm-legal-notice__box {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: clamp(16px, 2vw, 26px);
    border-radius: 28px;
    padding: clamp(18px, 2.4vw, 32px);
}

.page-template-page-contacto .ivm-legal-notice__icon {
    width: clamp(62px, 7vw, 92px);
    height: clamp(62px, 7vw, 92px);
    border-radius: 14px;
    border: 3px solid var(--color-dark-gray);
    display: grid;
    place-items: center;
    color: var(--color-dark-gray);
    font-size: clamp(1.7rem, 3vw, 2.6rem);
}

.page-template-page-contacto .ivm-legal-notice__content h2 {
    margin: 0 0 8px;
    color: var(--color-dark-gray);
    font-family: var(--font-roboto-serif);
    font-size: clamp(1.5rem, 2.5vw, 2.35rem);
}

.page-template-page-contacto .ivm-legal-notice__content p {
    color: var(--color-dark-gray);
    margin: 0 0 10px;
    font-size: clamp(0.95rem, 1.2vw, 1.2rem);
    line-height: 1.45;
}

@media (max-width: 1024px) {

    .page-template-page-contacto .contact-main>.container {
        min-height: auto;
        padding: clamp(14px, 3vw, 22px);
    }

    .page-template-page-contacto .ivm-contact-intro__grid,
    .page-template-page-contacto .contact-main__grid,
    .page-template-page-contacto .faq-grid,
    .page-template-page-contacto .ivm-legal-notice__box {
        grid-template-columns: 1fr;
    }

    .page-template-page-contacto .ivm-contact-intro__stats {
        max-width: 100%;
    }

    .page-template-page-contacto .ivm-contact-intro-cta__box {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .page-template-page-contacto .ivm-contact-stat {
        padding: 12px 8px;
    }

    .page-template-page-contacto .contact-main__map,
    .page-template-page-contacto .contact-main__map iframe {
        min-height: 210px;
    }

    .page-template-page-contacto .ivm-legal-notice__content p:last-child {
        margin-bottom: 0;
    }
}

/* --- Contact hero: full-width, Figma 128:17 overlay --- */
.page-template-page-contacto .contact-hero {
    background: transparent;
    position: relative;
    min-height: clamp(380px, 42vh, 560px);
    display: flex;
    align-items: center;
}

.page-template-page-contacto .contact-hero__image {
    position: absolute;
    inset: 0;
    max-width: 100%;
    border-radius: 0;
    margin: 0;
    height: 100%;
    overflow: hidden;
}

.page-template-page-contacto .contact-hero__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: auto;
}

/* Figma 128:17: uniform 60% overlay + fade to solid at ~76% from top */
.page-template-page-contacto .contact-hero__overlay {
    background:
        linear-gradient(90deg, rgba(40, 37, 36, 0.6) 0%, rgba(40, 37, 36, 0.6) 100%),
        linear-gradient(180deg, rgba(40, 37, 36, 0) 0%, rgb(40, 37, 36) 76.449%);
}

.page-template-page-contacto .contact-hero__content-wrap {
    position: relative;
    z-index: 2;
    padding: clamp(56px, 8vw, 120px) 0 clamp(36px, 5vw, 72px);
}

.page-template-page-contacto .contact-hero__title {
    font-family: var(--font-roboto-slab);
    font-size: clamp(2rem, 3.8vw, 3.75rem);
    font-weight: 600;
    color: #ffffff;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.81);
    margin-bottom: clamp(12px, 1.5vw, 20px);
    line-height: 1.1;
}

.page-template-page-contacto .contact-hero__text {
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(1rem, 1.6vw, 1.5625rem);
    line-height: 1.5;
    max-width: 820px;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    margin-bottom: clamp(20px, 2.5vw, 32px);
}

/* Figma 128:20: gold gradient pill button */
.page-template-page-contacto .contact-hero__buttons .btn--primary {
    background: linear-gradient(90deg, #d2ad57 0%, #c19a3e 100%);
    color: #ffffff;
    border: none;
}

/* Figma 128:97: white outlined pill button */
.page-template-page-contacto .contact-hero__buttons .btn--secondary {
    background: transparent;
    border: 2.5px solid #ffffff;
    color: #ffffff;
}

/* CTA banner — Figma 129:86 */
.page-template-page-contacto .page-cta--contact {
    background: transparent;
    padding: 0 0 clamp(28px, 4vw, 44px);
}

.page-template-page-contacto .page-cta--contact .page-cta__wrapper {
    background-image:
        linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(77, 77, 77, 0.9) 76.449%),
        url('../images/atencion-personalizada.png');
    background-size: cover;
    background-position: center;
    border-radius: 25px;
    overflow: hidden;
    min-height: clamp(170px, 18vw, 220px);
    padding: clamp(22px, 3vw, 40px);
    display: grid;
    grid-template-columns: minmax(280px, 1fr) auto;
    align-items: center;
    gap: clamp(14px, 2vw, 28px);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.page-template-page-contacto .page-cta--contact .page-cta__title {
    margin: 0 0 10px;
    color: rgba(255, 255, 255, 0.92);
    font-family: var(--font-roboto-serif);
    font-size: clamp(1.6rem, 2.2vw, 2.5rem);
    line-height: 1.1;
}

.page-template-page-contacto .page-cta--contact .page-cta__text {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-family: var(--font-lato);
    font-size: clamp(1rem, 1.3vw, 1.45rem);
    line-height: 1.35;
}

.page-template-page-contacto .page-cta--contact .page-cta__button {
    justify-self: end;
}

.page-template-page-contacto .page-cta--contact .btn--cta {
    background: linear-gradient(90deg, #d2ad57 0%, #c19a3e 100%); /* Figma 128:20 */
    border: 0;
    color: #ffffff;
    border-radius: 100px;
    min-width: clamp(200px, 20vw, 310px);
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-roboto-slab);
    font-size: clamp(1.1rem, 1.45vw, 1.7rem);
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    padding: 10px 28px;
    white-space: nowrap;
}

.page-template-page-contacto .page-cta--contact .btn--cta:hover,
.page-template-page-contacto .page-cta--contact .btn--cta:focus-visible {
    background: linear-gradient(90deg, #e0c277 0%, #d2ad57 100%);
    color: #ffffff;
    outline: none;
}

@media (max-width: 860px) {
    .page-template-page-contacto .page-cta--contact .page-cta__wrapper {
        grid-template-columns: 1fr;
        background-image:
            linear-gradient(to bottom, rgba(77, 77, 77, 0.85) 0%, rgba(77, 77, 77, 0.75) 100%),
            url('../images/atencion-personalizada.png');
    }

    .page-template-page-contacto .page-cta--contact .page-cta__button {
        justify-self: start;
    }

    .page-template-page-contacto .page-cta--contact .btn--cta {
        min-width: 0;
        width: 100%;
    }
}

/* Legal notice section: transparent */
.page-template-page-contacto .ivm-legal-notice {
    background: transparent;
    padding-bottom: clamp(28px, 4vw, 48px);
}

/* === Figma nodes 91:16 + 104:239 (Servicios / Productos) === */
body.woocommerce-shop .services-page--figma,
body.tax-product_cat .services-page--figma,
body.post-type-archive-product .services-page--figma {
    position: relative;
    padding: clamp(56px, 7vw, 84px) 0 clamp(56px, 7vw, 92px);
    background-image:
        radial-gradient(circle at 14% 40%, rgba(210, 173, 87, 0.12) 0%, rgba(210, 173, 87, 0) 48%),
        radial-gradient(circle at 86% 18%, rgba(210, 173, 87, 0.1) 0%, rgba(210, 173, 87, 0) 42%),
        linear-gradient(180deg, rgba(40, 37, 36, 0) 0%, #282524 84.623%),
        linear-gradient(90deg, #282524 0%, #282524 100%);
}

body.woocommerce-shop .services-page__title--figma,
body.tax-product_cat .services-page__title--figma,
body.post-type-archive-product .services-page__title--figma {
    margin: 0 0 clamp(18px, 2.8vw, 30px);
    color: rgba(255, 255, 255, 0.92);
    font-family: var(--font-roboto-slab);
    font-size: clamp(2rem, 3.1vw, 2.85rem);
    line-height: 1.1;
    text-align: left;
}

body.woocommerce-shop .services-page--figma .services-page__empty,
body.tax-product_cat .services-page--figma .services-page__empty,
body.post-type-archive-product .services-page--figma .services-page__empty {
    margin: 0 0 clamp(20px, 2.5vw, 30px);
    padding: clamp(14px, 2vw, 22px);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

body.woocommerce-shop .services-page--figma .services-page__empty-title,
body.tax-product_cat .services-page--figma .services-page__empty-title,
body.post-type-archive-product .services-page--figma .services-page__empty-title {
    color: rgba(255, 255, 255, 0.94);
    margin: 0 0 8px;
}

body.woocommerce-shop .services-page--figma .services-page__empty-text,
body.tax-product_cat .services-page--figma .services-page__empty-text,
body.post-type-archive-product .services-page--figma .services-page__empty-text {
    color: rgba(255, 255, 255, 0.82);
    margin: 0;
}

body.woocommerce-shop .services-page__grid--figma,
body.tax-product_cat .services-page__grid--figma,
body.post-type-archive-product .services-page__grid--figma {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(14px, 1.8vw, 22px);
    margin-bottom: clamp(22px, 3vw, 36px);
}

body.woocommerce-shop .services-page__card--figma,
body.tax-product_cat .services-page__card--figma,
body.post-type-archive-product .services-page__card--figma {
    border-radius: 8px;
    padding: 10px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(210, 173, 87, 0.2) 100%), linear-gradient(90deg, #ffffff 0%, #ffffff 100%);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

body.woocommerce-shop .services-page__card-main,
body.tax-product_cat .services-page__card-main,
body.post-type-archive-product .services-page__card-main {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 12px;
    text-decoration: none;
    color: inherit;
}

body.woocommerce-shop .services-page__card-image--figma,
body.tax-product_cat .services-page__card-image--figma,
body.post-type-archive-product .services-page__card-image--figma {
    width: 92px;
    height: 142px;
    border-radius: 7px;
    overflow: hidden;
    background: #d9d9d9;
}

body.woocommerce-shop .services-page__card-image--figma img,
body.tax-product_cat .services-page__card-image--figma img,
body.post-type-archive-product .services-page__card-image--figma img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.woocommerce-shop .services-page__card-content--figma,
body.tax-product_cat .services-page__card-content--figma,
body.post-type-archive-product .services-page__card-content--figma {
    padding: 2px 0 0;
}

body.woocommerce-shop .services-page__card-title--figma,
body.tax-product_cat .services-page__card-title--figma,
body.post-type-archive-product .services-page__card-title--figma {
    margin: 0 0 8px;
    color: #282524;
    font-family: var(--font-roboto-serif);
    font-size: clamp(1.26rem, 1.55vw, 1.72rem);
    line-height: 1.08;
}

body.woocommerce-shop .services-page__card-text--figma,
body.tax-product_cat .services-page__card-text--figma,
body.post-type-archive-product .services-page__card-text--figma {
    margin: 0;
    color: rgba(40, 37, 36, 0.8);
    font-size: clamp(1rem, 1.2vw, 1.22rem);
    line-height: 1.24;
}

body.woocommerce-shop .services-page__card-btn--figma,
body.tax-product_cat .services-page__card-btn--figma,
body.post-type-archive-product .services-page__card-btn--figma {
    width: 100%;
    min-height: 40px;
    border-radius: 6px;
    border: 1px solid #282524;
    background: #282524;
    color: rgba(255, 255, 255, 0.85);
    font-family: var(--font-roboto-slab);
    font-size: 1rem;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
}

body.woocommerce-shop .services-page__card-btn--figma:hover,
body.tax-product_cat .services-page__card-btn--figma:hover,
body.post-type-archive-product .services-page__card-btn--figma:hover {
    background: #1f1d1c;
    border-color: #1f1d1c;
}

body.woocommerce-shop .services-page__cta--figma,
body.tax-product_cat .services-page__cta--figma,
body.post-type-archive-product .services-page__cta--figma {
    margin-top: clamp(24px, 3.5vw, 42px);
    border-radius: 18px;
    overflow: hidden;
    padding: clamp(20px, 2.8vw, 36px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    background-image:
        linear-gradient(90deg, rgba(77, 77, 77, 0.9) 0%, rgba(77, 77, 77, 0.82) 44%, rgba(0, 0, 0, 0) 100%),
        url('../images/bg-contacto.png');
    background-size: cover;
    background-position: center;
}

body.woocommerce-shop .services-page__cta-content--figma,
body.tax-product_cat .services-page__cta-content--figma,
body.post-type-archive-product .services-page__cta-content--figma {
    display: grid;
    gap: 8px;
    max-width: 620px;
}

body.woocommerce-shop .services-page__cta-title--figma,
body.tax-product_cat .services-page__cta-title--figma,
body.post-type-archive-product .services-page__cta-title--figma {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-family: var(--font-roboto-serif);
    font-size: clamp(1.45rem, 2.3vw, 2.15rem);
    line-height: 1.06;
}

body.woocommerce-shop .services-page__cta-text--figma,
body.tax-product_cat .services-page__cta-text--figma,
body.post-type-archive-product .services-page__cta-text--figma {
    margin: 0;
    color: rgba(255, 255, 255, 0.85);
    font-size: clamp(0.98rem, 1.12vw, 1.2rem);
    line-height: 1.28;
}

body.woocommerce-shop .services-page__cta-btn--figma,
body.tax-product_cat .services-page__cta-btn--figma,
body.post-type-archive-product .services-page__cta-btn--figma {
    min-width: 220px;
    min-height: 54px;
    border-radius: 10px;
    border: 1px solid #d2ad57;
    background: #d2ad57;
    color: #ffffff;
    font-family: var(--font-roboto-slab);
    font-size: clamp(1rem, 1.25vw, 1.3rem);
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
}

body.woocommerce-shop .services-page__cta-btn--figma:hover,
body.tax-product_cat .services-page__cta-btn--figma:hover,
body.post-type-archive-product .services-page__cta-btn--figma:hover {
    background: #c49e43;
    border-color: #c49e43;
    color: #ffffff;
}

@media (max-width: 1080px) {

    body.woocommerce-shop .services-page__grid--figma,
    body.tax-product_cat .services-page__grid--figma,
    body.post-type-archive-product .services-page__grid--figma {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 860px) {

    body.woocommerce-shop .services-page--figma,
    body.tax-product_cat .services-page--figma,
    body.post-type-archive-product .services-page--figma {
        padding-top: 114px;
    }

    body.woocommerce-shop .services-page__cta--figma,
    body.tax-product_cat .services-page__cta--figma,
    body.post-type-archive-product .services-page__cta--figma {
        grid-template-columns: 1fr;
        text-align: left;
    }
}

@media (max-width: 640px) {

    body.woocommerce-shop .services-page__card-main,
    body.tax-product_cat .services-page__card-main,
    body.post-type-archive-product .services-page__card-main {
        grid-template-columns: 82px minmax(0, 1fr);
        gap: 10px;
    }

    body.woocommerce-shop .services-page__card-image--figma,
    body.tax-product_cat .services-page__card-image--figma,
    body.post-type-archive-product .services-page__card-image--figma {
        width: 82px;
        height: 126px;
    }

    body.woocommerce-shop .services-page__cta-btn--figma,
    body.tax-product_cat .services-page__cta-btn--figma,
    body.post-type-archive-product .services-page__cta-btn--figma {
        width: 100%;
        min-width: 0;
    }
}

/* === Home Contact Section (Figma node 34:239) === */
body.home .contact {
    padding: clamp(56px, 6vw, 88px) 0 clamp(90px, 10vw, 140px);
    background: #282524;
}

body.home .contact .container {
    max-width: 1540px;
}

body.home .contact-figma-title {
    margin: 0 auto clamp(18px, 2.2vw, 30px);
    max-width: 1420px;
    color: #f5f2eb;
    font-size: clamp(2rem, 3.2vw, 3.6rem);
    line-height: 1.05;
    text-align: left;
}

body.home .contact-figma-card {
    max-width: 1420px;
    margin: 0 auto;
    min-height: clamp(620px, 61vw, 864px);
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    padding: clamp(24px, 3vw, 56px) clamp(24px, 3.1vw, 64px);
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(210, 173, 87, 0.2) 100%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(153, 153, 153, 0.05) 100%),
        url('../images/atencion-personalizada.png') center / cover no-repeat,
        #4f4d4d;
    background-blend-mode: normal, normal, multiply, normal;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
}

body.home .contact-figma-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(62% 35% at 16% 100%, rgba(210, 173, 87, 0.36) 0%, rgba(210, 173, 87, 0) 58%),
        radial-gradient(58% 34% at 87% 100%, rgba(210, 173, 87, 0.3) 0%, rgba(210, 173, 87, 0) 56%);
}

body.home .contact-figma-grid,
body.home .contact-inline-status,
body.home .contact-form--figma>.appointment-payment-notice,
body.home .contact-form--figma>.btn-submit--figma {
    position: relative;
    z-index: 1;
}

body.home .contact-form--figma {
    margin: 0;
    padding-left: 2vw;
}

body.home .contact-figma-grid {
    display: grid;
    grid-template-columns: minmax(500px, 0.98fr) 2px minmax(420px, 0.9fr);
    gap: clamp(22px, 2.2vw, 36px);
    align-items: start;
}

body.home .contact-figma-fields {
    max-width: 490px;
}

body.home .contact-figma-fields .form-group {
    margin-bottom: clamp(14px, 1.4vw, 22px);
}

body.home .contact-figma-fields .form-group:last-child {
    margin-bottom: 0;
}

body.home .contact-figma-fields .form-group label {
    color: #ffffff;
    font-family: var(--font-roboto-serif);
    font-weight: 500;
    font-size: clamp(1.18rem, 1.38vw, 1.84rem);
    margin-bottom: 8px;
}

body.home .contact-figma-fields input,
body.home .contact-figma-fields select {
    width: 100%;
    min-height: 44px;
    border: 0;
    border-radius: 999px;
    background: #bababa;
    color: #282524;
    padding: 9px 14px;
    font-size: 1.02rem;
}

body.home .contact-figma-fields select {
    appearance: none;
    padding-right: 38px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23616060' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
}

body.home .contact-figma-fields input:focus,
body.home .contact-figma-fields select:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(210, 173, 87, 0.45);
}

body.home .contact-figma-divider {
    align-self: stretch;
    width: 2px;
    background: rgba(255, 255, 255, 0.74);
}

body.home .contact-figma-schedule {
    color: #fff;
    max-width: 430px;
}

body.home .contact-calendar-preview {
    max-width: 430px;
}

body.home .contact-calendar-preview__header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    font-family: var(--font-lato);
    font-weight: 700;
    color: #f5f2eb;
}

body.home .contact-calendar-preview__arrow {
    color: rgba(255, 255, 255, 0.56);
}

body.home .contact-calendar-preview__arrow--nav {
    background: none;
    border: none;
    padding: 0 4px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.56);
    font-size: 1rem;
    line-height: 1;
    transition: color 0.2s;
    flex-shrink: 0;
}

body.home .contact-calendar-preview__arrow--nav:hover,
body.home .contact-calendar-preview__arrow--nav:focus-visible {
    color: #d2ad57;
    outline: none;
}

body.home .contact-calendar-preview__month {
    font-size: clamp(1.1rem, 1.4vw, 1.62rem);
}

body.home .contact-calendar-preview__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d2ad57;
}

body.home .contact-calendar-preview__input {
    position: absolute;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

body.home .contact-calendar-preview__picker {
    min-height: 332px;
}

body.home .contact-calendar-preview__picker .flatpickr-calendar.inline {
    background: transparent;
    box-shadow: none;
    border: 0;
    width: 100%;
}

body.home .contact-calendar-preview__picker .flatpickr-months,
body.home .contact-calendar-preview__picker .flatpickr-current-month,
body.home .contact-calendar-preview__picker .flatpickr-prev-month,
body.home .contact-calendar-preview__picker .flatpickr-next-month {
    display: none;
}

body.home .contact-calendar-preview__picker .flatpickr-weekdays {
    margin-bottom: 8px;
}

body.home .contact-calendar-preview__picker span.flatpickr-weekday {
    font-family: var(--font-lato);
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
}

body.home .contact-calendar-preview__picker .flatpickr-days,
body.home .contact-calendar-preview__picker .dayContainer {
    width: auto;
    min-width: 0;
    max-width: none;
}

body.home .contact-calendar-preview__picker .dayContainer {
    display: grid;
    grid-template-columns: repeat(7, 44px);
    column-gap: 13px;
    row-gap: 6px;
}

body.home .contact-calendar-preview__picker .flatpickr-day {
    width: 44px;
    min-width: 44px;
    max-width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 50%;
    border: 0;
    margin: 0;
    background: #a4adb2;
    color: #282524;
    font-family: var(--font-roboto-serif);
    font-size: 1.4rem;
    font-weight: 600;
}

body.home .contact-calendar-preview__picker .flatpickr-day.prevMonthDay,
body.home .contact-calendar-preview__picker .flatpickr-day.nextMonthDay {
    background: #a4adb2;
    color: rgba(9, 30, 40, 0.5);
}

body.home .contact-calendar-preview__picker .flatpickr-day.flatpickr-disabled,
body.home .contact-calendar-preview__picker .flatpickr-day.flatpickr-disabled:hover {
    background: #a4adb2;
    color: rgba(9, 30, 40, 0.5);
    cursor: not-allowed;
}

body.home .contact-calendar-preview__picker .flatpickr-day.selected,
body.home .contact-calendar-preview__picker .flatpickr-day.startRange,
body.home .contact-calendar-preview__picker .flatpickr-day.endRange,
body.home .contact-calendar-preview__picker .flatpickr-day.selected:hover {
    background: #d2ad57;
    color: #282524;
}

body.home .contact-inline-slots {
    margin-top: 14px;
    min-height: 220px;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.28s ease, transform 0.28s ease;
}

body.home .contact-inline-slots[hidden] {
    display: none;
}

body.home .contact-inline-slots:not([hidden]).is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    body.home .contact-inline-slots {
        transition: none;
        transform: none;
    }

    body.home .contact-inline-slots:not([hidden]).is-visible {
        opacity: 1;
    }
}

html {
    scrollbar-gutter: stable;
}

body.home {
    scrollbar-gutter: stable;
}

body.home .contact-inline-slots__title {
    margin: 0 0 8px;
    font-size: 0.95rem;
    color: rgba(245, 241, 232, 0.94);
}

body.home .contact-inline-slots__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

body.home .contact-inline-slots__item {
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 999px;
    background: transparent;
    color: #f5f1e8;
    min-height: 36px;
    padding: 0 8px;
    font-size: 0.82rem;
}

body.home .contact-inline-slots__item.is-selected {
    background: #d2ad57;
    border-color: #d2ad57;
    color: #221f1e;
}

body.home .contact-inline-slots__empty {
    margin: 0;
    color: rgba(245, 241, 232, 0.92);
    font-size: 0.9rem;
}

body.home .contact-figma-meta {
    margin-top: 20px;
    display: grid;
    gap: 14px;
    max-width: 372px;
}

body.home .contact-figma-meta__item {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-family: var(--font-lato);
    line-height: normal;
}

body.home .contact-figma-meta__item--time {
    font-size: 20px;
    font-weight: 700;
}

body.home .contact-figma-meta__item--hint {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.18;
    max-width: 372px;
    align-items: flex-start;
}

body.home .contact-figma-meta__icon {
    display: inline-flex;
    margin-top: 0;
    opacity: 0.95;
    flex-shrink: 0;
    color: #ffffff;
}

body.home .contact-figma-meta__icon svg {
    width: 100%;
    height: 100%;
}

body.home .contact-figma-meta__icon img {
    width: 100%;
    height: 100%;
    display: block;
    filter: brightness(0) invert(1);
}

body.home .contact-figma-meta__icon--time {
    width: 26px;
    height: 26px;
}

body.home .contact-figma-meta__icon--hint {
    width: 28px;
    height: 20px;
    margin-top: 1px;
}

body.home .contact .appointment-payment-notice {
    display: none;
}

body.home .contact-inline-status {
    min-height: 24px;
    margin-top: 14px;
    font-size: 0.95rem;
    font-weight: 600;
    color: rgba(245, 241, 232, 0.95);
}

body.home .contact-inline-status.is-error {
    color: #ffc6bf;
}

body.home .contact-inline-status.is-success {
    color: #c7ffd0;
}

body.home .contact-inline-status.is-loading {
    color: #ffe7a8;
}

body.home .btn-submit--figma {
    margin: 20px 0 0 auto;
    width: min(100%, 439px);
    height: 72px;
    min-height: 72px;
    border-radius: 10px;
    border: 0;
    background: #d2ad57;
    color: #282524;
    font-family: var(--font-roboto-slab);
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    text-transform: none;
    letter-spacing: 0;
    justify-content: center;
    gap: 16px;
    padding: 0 32px;
    margin-right: 3vw;
}

body.home .btn-submit--figma:hover {
    transform: none;
    background: #d2ad57;
    color: #282524;
}

body.home .btn-submit--figma svg {
    width: 37px;
    height: 36px;
    flex-shrink: 0;
}

@media (max-width: 1024px) {
    body.home .contact-figma-grid {
        grid-template-columns: 1fr;
    }

    body.home .contact-figma-fields,
    body.home .contact-figma-schedule,
    body.home .contact-calendar-preview {
        max-width: none;
    }

    body.home .contact-figma-divider {
        display: none;
    }

    body.home .contact-calendar-preview,
    body.home .contact-figma-meta {
        max-width: none;
    }

    body.home .contact-inline-slots__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.home .contact-inline-slots {
        min-height: 304px;
    }

    body.home .btn-submit--figma {
        margin-left: 0;
    }
}

@media (max-width: 640px) {
    body.home .contact-figma-title {
        font-size: clamp(1.6rem, 8vw, 2.3rem);
        margin-bottom: 14px;
    }

    body.home .contact-figma-card {
        padding: 18px;
        min-height: auto;
    }

    body.home .contact-inline-slots {
        min-height: 292px;
    }

    body.home .contact-calendar-preview__picker .flatpickr-day {
        width: 36px;
        min-width: 36px;
        max-width: 36px;
        height: 36px;
        line-height: 36px;
        margin: 0;
        font-size: 1rem;
    }

    body.home .contact-calendar-preview__picker .dayContainer {
        grid-template-columns: repeat(7, 36px);
        column-gap: 8px;
        row-gap: 4px;
    }

    body.home .contact-figma-meta__item--time {
        font-size: 18px;
    }

    body.home .contact-figma-meta__item--hint {
        font-size: 16px;
    }

    body.home .btn-submit--figma {
        min-height: 56px;
        height: auto;
        width: 100%;
        font-size: 24px;
        gap: 14px;
        padding: 0 18px;
    }

    body.home .btn-submit--figma svg {
        width: 26px;
        height: 26px;
    }
}

/* === Home Hero Final Override (Figma 10:37) === */
body.home .hero-slider-wrapper {
    padding: 0 !important;
}

body.home .hero-slide {
    position: relative;
    min-height: 659px;
    background-image:
        linear-gradient(180deg, rgba(40, 37, 36, 0) 0%, rgba(210, 173, 87, 0.1) 100%),
        linear-gradient(90deg, rgba(40, 37, 36, 0.5) 0%, rgba(40, 37, 36, 0.5) 100%),
        linear-gradient(180deg, rgba(40, 37, 36, 0) 0%, #282524 84.623%),
        var(--hero-slide-bg-image, url('../images/hero-servicios.png'));
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

body.home .hero-container {
    min-height: 659px !important;
    grid-template-columns: 1fr !important;
    align-items: center;
    gap: 20px;
    padding: 58px 0 92px;
}

body.home .hero-content {
    max-width: 930px;
    padding: 0 !important;
}

body.home .hero-title {
    margin: 0;
    color: #fff !important;
    font-family: var(--font-roboto-slab) !important;
    font-size: clamp(2.3rem, 3.15vw, 3.75rem) !important;
    font-weight: 600;
    line-height: 1.05;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.81);
    max-width: 760px;
}

body.home .hero-text {
    margin: 16px 0 0;
    color: rgba(255, 255, 255, 0.82) !important;
    font-family: var(--font-lato);
    font-size: clamp(1.15rem, 1.66vw, 2rem) !important;
    line-height: 1.34;
    max-width: 927px;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.81);
}

body.home .hero-actions {
    margin-top: 34px;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

body.home .hero-actions .btn-primary,
body.home .hero-link-secondary,
body.home .hero-actions .btn-primary+a {
    width: 326px !important;
    min-width: 326px !important;
    min-height: 72px !important;
    height: 72px !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-family: var(--font-roboto-slab) !important;
    font-size: clamp(1rem, 1.05vw, 1.56rem) !important;
    font-weight: 600 !important;
    text-decoration: none;
    line-height: 1;
    padding: 0 24px !important;
}

body.home .hero-actions .btn-primary {
    border: 0 !important;
    color: #fff !important;
    background: linear-gradient(90deg, #d2ad57 0%, #c19a3e 100%) !important;
    text-transform: uppercase;
}

body.home .hero-link-secondary,
body.home .hero-actions .btn-primary+a {
    border: 3px solid #fff !important;
    color: #fff !important;
    background: transparent !important;
}

body.home .hero-image {
    display: none !important;
}

body.home .hero-image img {
    max-width: min(760px, 44vw) !important;
    width: 100%;
    filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.28));
}

body.home .hero-wave {
    display: none;
}

@media (max-width: 980px) {
    body.home .hero-container {
        grid-template-columns: 1fr !important;
        min-height: 620px !important;
        padding-bottom: 56px;
    }

    body.home .hero-image {
        display: none !important;
    }

    body.home .hero-actions .btn-primary,
    body.home .hero-link-secondary,
    body.home .hero-actions .btn-primary+a {
        width: min(100%, 326px) !important;
        min-width: 0 !important;
        min-height: 64px !important;
        height: 64px !important;
    }
}

/* === HOME Pixel Pass (Figma node 2:2 desktop) === */
@media (min-width: 1280px) {
    body.home .hero-slider-wrapper {
        padding-top: 0;
    }

    body.home .hero-slider-wrapper {
        min-height: 659px;
        padding-top: 109px;
    }

    body.home .hero-container {
        max-width: 1420px;
        min-height: 550px !important;
        align-items: center;
        grid-template-columns: 1.08fr 0.92fr !important;
        gap: 20px;
    }

    body.home .hero-content {
        max-width: 930px;
        padding-top: 8px;
    }

    body.home .hero-title {
        font-family: var(--font-roboto-slab);
        font-size: 60px !important;
        line-height: 1.03;
        max-width: 930px;
        margin-bottom: 28px;
    }

    body.home .hero-text {
        font-family: var(--font-lato);
        font-size: 40px;
        line-height: 1.18;
        max-width: 930px;
        color: rgba(247, 243, 234, 0.8);
        margin-bottom: 34px;
    }

    body.home .services {
        padding: 56px 0 80px;
    }

    body.home .services .container {
        max-width: 1420px;
    }

    body.home .services .section-title {
        text-align: left;
        margin-bottom: 42px;
        font-size: 45px;
    }

    body.home .services-grid.services-grid--highlight {
        gap: 66px 36px;
    }

    body.home .service-card.service-card--light {
        min-height: 208px;
        border-radius: 10px;
        padding: 48px 24px 20px;
    }

    body.home .service-card.service-card--light .service-card__icon {
        width: 73px;
        height: 73px;
        top: -36px;
        border-radius: 999px;
    }

    body.home .service-card.service-card--light .service-card__title {
        font-size: 20px;
        line-height: 1.2;
    }

    body.home .service-card.service-card--light .service-card__text {
        font-size: 18px;
        line-height: 1.3;
    }

    body.home .services-cta .btn-secondary {
        min-height: 67px;
        font-size: 30px;
        padding: 0 56px;
    }

    body.home .success-stories {
        padding: 84px 0 74px;
        background: #282524;
    }

    body.home .success-stories .section-title {
        text-align: left;
        max-width: 1420px;
        margin: 0 auto 24px;
        font-size: 45px;
    }

    body.home .testimonials-slider {
        max-width: 100%;
        margin: 0;
        padding: 44px 0 20px;
        background: #fff;
        border-radius: 0;
    }

    body.home .testimonials-container {
        max-width: 1420px;
        margin: 0 auto;
    }

    body.home .testimonial-slide {
        max-width: 1420px;
        margin: 0 auto;
        grid-template-columns: 587px 1fr;
        border-radius: 0;
        background: transparent;
        gap: 74px;
    }

    body.home .testimonial-image {
        width: 587px;
        height: 593px;
        border-radius: 25px;
        overflow: hidden;
    }

    body.home .testimonial-content {
        padding: 42px 0 0;
        max-width: 760px;
    }

    body.home .testimonial-name {
        font-size: 45px;
        line-height: 1.05;
        color: #d2ad57;
    }

    body.home .testimonial-text {
        font-size: 32px;
        line-height: 1.22;
        color: rgba(40, 37, 36, 0.86);
    }

    body.home .slider-dots {
        margin-top: 22px;
    }

    body.home .about__title-wrapper {
        padding-top: 60px;
    }

    body.home .about__section-title {
        font-size: 45px;
    }

    body.home .section.section--about {
        padding: 18px 0 72px;
    }

    body.home .about__grid {
        max-width: 1420px;
        margin: 0 auto;
        grid-template-columns: 590px 1fr;
        gap: 54px;
    }

    body.home .about__image-wrapper {
        max-width: 590px;
    }

    body.home .about__title {
        font-size: 45px;
        margin-bottom: 16px;
    }

    body.home .about__text {
        font-size: 25px;
    }

    body.home .about__stat {
        min-width: 140px;
        padding: 14px 16px;
    }

    body.home .about__stat-number {
        font-size: 30px;
    }

    body.home .contact {
        padding: 30px 0 130px;
    }

    body.home .contact .container {
        max-width: 1420px;
    }

    body.home .contact-figma-title {
        font-size: 40px;
        margin-bottom: 24px;
    }

    body.home .contact-figma-card {
        min-height: 705px;
        border-radius: 15px;
        padding: 34px 42px;
    }
}

/* === HOME Testimonials Final Match (Figma node 33:139) === */
body.home .success-stories {
    background: #282524;
    padding: clamp(64px, 5.8vw, 84px) 0 0;
}

body.home .success-stories .container {
    max-width: 1420px;
}

body.home .success-stories .section-title {
    margin: 0;
    padding: 0 0 34px;
    color: #f7f3ea;
    font-family: var(--font-roboto-slab);
    font-size: clamp(32px, 2.35vw, 45px);
    font-weight: 600;
    line-height: 1.18;
    text-align: left;
}

body.home .testimonials-slider {
    position: relative;
    background:
        radial-gradient(22% 36% at 12% 78%, rgba(210, 173, 87, 0.2) 0%, rgba(210, 173, 87, 0) 76%),
        linear-gradient(90deg, #ffffff 0%, #ffffff 100%);
    border-radius: 0;
    max-width: 100%;
    margin: 0;
    padding: clamp(48px, 4.1vw, 78px) 0 clamp(24px, 2.2vw, 40px);
}

body.home .testimonials-container {
    max-width: min(1420px, 92vw);
    min-height: auto;
    margin: 0 auto;
    padding: 0;
    overflow: visible;
}

body.home .testimonial-slide {
    display: none;
    grid-template-columns: minmax(260px, 587px) minmax(280px, 586px);
    justify-content: center;
    align-items: start;
    gap: clamp(28px, 3.9vw, 66px);
    margin: 0;
    padding: 0;
    background: transparent;
}

body.home .testimonial-slide.active {
    display: grid;
}

body.home .testimonial-image {
    width: 100%;
    max-width: 587px;
    justify-content: flex-start;
    order: 1;
}

body.home .testimonial-image img {
    width: 100%;
    aspect-ratio: 587 / 593;
    border-radius: 25px;
    object-fit: cover;
    box-shadow: none;
}

body.home .testimonial-content {
    width: 100%;
    max-width: 586px;
    text-align: left;
    padding: 0;
    margin: 0;
    order: 2;
}

body.home .testimonial-name {
    margin: 0;
    color: #d2ad57;
    font-family: var(--font-roboto-slab);
    font-size: clamp(30px, 2.35vw, 45px);
    line-height: 1.05;
    font-weight: 600;
}

body.home .testimonial-meta {
    margin: 4px 0 0;
    color: #282524;
    font-family: var(--font-roboto-slab);
    font-size: clamp(18px, 1.3vw, 25px);
    line-height: 1.2;
    font-weight: 300;
}

body.home .testimonial-text {
    margin: clamp(18px, 1.8vw, 30px) 0 0;
    padding-left: clamp(16px, 1.5vw, 24px);
    border-left: 4px solid #d2ad57;
    color: rgba(40, 37, 36, 0.79);
    font-family: var(--font-lato);
    font-size: clamp(20px, 1.58vw, 30px);
    line-height: 1.22;
    font-weight: 500;
}

body.home .slider-arrow {
    top: auto;
    bottom: clamp(22px, 2vw, 36px);
    transform: none;
    width: clamp(46px, 3.2vw, 62px);
    height: clamp(46px, 3.2vw, 62px);
    border-radius: 50%;
    border: 0;
    background: #d4d4d4;
    color: #2f2d2d;
}

body.home .slider-arrow.prev-arrow {
    left: calc(50% + 8px);
}

body.home .slider-arrow.next-arrow {
    left: calc(50% + clamp(60px, 4vw, 86px));
    right: auto;
}

body.home .slider-arrow:hover {
    background: #c7c7c7;
    color: #1f1e1e;
}

body.home .slider-arrow svg {
    width: 18px;
    height: 18px;
}

body.home .slider-dots {
    position: relative;
    top: 80px;
    max-width: min(1420px, 92vw);
    margin: clamp(28px, 2.8vw, 42px) auto 0;
    padding: 0;
    justify-content: center;
    gap: 10px;
}

body.home .slider-dot {
    flex: 0 0 auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #b9b5ad;
}

body.home .slider-dot.active {
    background: #d2ad57;
}

@media (max-width: 1279px) {
    body.home .success-stories {
        padding-top: 56px;
    }

    body.home .success-stories .section-title {
        padding-bottom: 24px;
        font-size: clamp(28px, 4.2vw, 40px);
    }

    body.home .testimonials-slider {
        padding: 42px 0 30px;
    }

    body.home .testimonials-container {
        max-width: 94vw;
    }

    body.home .testimonial-slide,
    body.home .testimonial-slide.active {
        grid-template-columns: minmax(220px, 460px) minmax(240px, 1fr);
        gap: clamp(20px, 2.9vw, 36px);
        align-items: center;
    }

    body.home .testimonial-image {
        max-width: 460px;
    }

    body.home .testimonial-text {
        font-size: clamp(17px, 2.3vw, 24px);
    }

    body.home .slider-arrow {
        bottom: 14px;
    }

    body.home .slider-arrow.prev-arrow {
        left: calc(50% - 56px);
    }

    body.home .slider-arrow.next-arrow {
        left: calc(50% + 8px);
    }
}

@media (max-width: 900px) {
    body.home .testimonials-slider {
        padding: 28px 0 24px;
    }

    body.home .testimonials-container {
        max-width: 92vw;
    }

    body.home .testimonial-slide,
    body.home .testimonial-slide.active {
        grid-template-columns: 1fr;
        gap: 18px;
        justify-items: center;
    }

    body.home .testimonial-image,
    body.home .testimonial-content {
        max-width: min(587px, 100%);
    }

    body.home .testimonial-name,
    body.home .testimonial-meta,
    body.home .testimonial-text {
        text-align: left;
    }

    body.home .testimonial-text {
        font-size: clamp(16px, 3.25vw, 22px);
        line-height: 1.32;
    }

    body.home .slider-arrow {
        position: static;
        transform: none;
    }

    body.home .slider-arrow.prev-arrow,
    body.home .slider-arrow.next-arrow {
        left: auto;
        right: auto;
    }

    body.home .slider-dots {
        margin-top: 18px;
    }
}

/* === HOME Services Final Match (Figma node 11:63) === */
body.home .services {
    background: #282524;
    padding: clamp(50px, 4.2vw, 70px) 0 clamp(44px, 4.6vw, 80px);
}

body.home .services .container {
    max-width: min(1420px, 92vw);
}

body.home .services .section-title {
    margin: 0 0 clamp(28px, 2.2vw, 42px);
    color: #f7f3ea;
    font-family: var(--font-roboto-slab);
    font-size: clamp(30px, 2.35vw, 45px);
    font-weight: 600;
    line-height: 1.12;
    text-align: left;
}

body.home .services-grid.services-grid--highlight {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(26px, 2.4vw, 36px);
}

body.home .service-card.service-card--light {
    --service-icon-wrap-size: clamp(62px, 3.8vw, 74px);
    --service-icon-glyph-size: clamp(28px, 1.8vw, 38px);
    --service-icon-glyph-scale: 1.2;
    min-height: 208px;
    border-radius: 10px;
    padding: clamp(44px, 3.2vw, 48px) clamp(20px, 2vw, 34px) clamp(18px, 1.8vw, 24px);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 10px 3px rgba(0, 0, 0, 0.3);
    align-items: flex-start;
    text-align: left;
}

body.home .service-card.service-card--light .service-card__icon {
    top: calc(var(--service-icon-wrap-size) * -0.5);
    width: var(--service-icon-wrap-size);
    height: var(--service-icon-wrap-size);
    border-radius: 999px;
    background: #d9d9d9;
    border: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

body.home .service-card.service-card--light .service-card__icon img {
    width: var(--service-icon-glyph-size);
    height: var(--service-icon-glyph-size);
    object-fit: contain;
    transform: scale(var(--service-icon-glyph-scale));
    transform-origin: center;
    opacity: 1;
}

body.home .services-grid.services-grid--highlight>*:nth-child(1) .service-card__icon {
    --service-icon-glyph-scale: 1.35;
}

body.home .services-grid.services-grid--highlight>*:nth-child(1) .service-card__icon img {
    content: url('../images/icons/card1.png');
}

body.home .services-grid.services-grid--highlight>*:nth-child(2) .service-card__icon {
    --service-icon-glyph-scale: 1.16;
}

body.home .services-grid.services-grid--highlight>*:nth-child(2) .service-card__icon img {
    content: url('../images/icons/card2.png');
}

body.home .services-grid.services-grid--highlight>*:nth-child(3) .service-card__icon {
    --service-icon-glyph-scale: 1.2;
}

body.home .services-grid.services-grid--highlight>*:nth-child(3) .service-card__icon img {
    content: url('../images/icons/card3.png');
}

body.home .services-grid.services-grid--highlight>*:nth-child(4) .service-card__icon {
    --service-icon-glyph-scale: 1.28;
}

body.home .services-grid.services-grid--highlight>*:nth-child(4) .service-card__icon img {
    content: url('../images/icons/card4.png');
}

body.home .services-grid.services-grid--highlight>*:nth-child(5) .service-card__icon {
    --service-icon-glyph-scale: 1.24;
}

body.home .services-grid.services-grid--highlight>*:nth-child(5) .service-card__icon img {
    content: url('../images/icons/card5.png');
}

body.home .services-grid.services-grid--highlight>*:nth-child(6) .service-card__icon {
    --service-icon-glyph-scale: 1.24;
}

body.home .services-grid.services-grid--highlight>*:nth-child(6) .service-card__icon img {
    content: url('../images/icons/card6.png');
}

body.home .services-grid.services-grid--highlight .service-card.service-card--light:hover .service-card__icon {
    background: #d9d9d9 !important;
    border: 0 !important;
    background-image: none !important;
}

body.home .services-grid.services-grid--highlight .service-card.service-card--light:hover .service-card__icon img {
    opacity: 1 !important;
}

body.home .service-card.service-card--light .service-card__title {
    margin: 0 0 14px;
    max-width: 342px;
    color: #282524;
    font-family: var(--font-roboto-serif);
    font-size: 20px;
    line-height: 1.18;
    font-weight: 600;
    text-align: left;
}

body.home .service-card.service-card--light .service-card__text {
    max-width: 342px;
    color: rgba(40, 37, 36, 0.8);
    font-family: var(--font-lato);
    font-size: 18px;
    line-height: 1.24;
    font-weight: 600;
    text-align: left;
}

body.home .services-cta {
    margin-top: clamp(40px, 4vw, 72px);
    text-align: center;
}

body.home .services-cta .btn-secondary {
    width: min(337px, 100%);
    min-height: 67px;
    border-radius: 100px;
    border: 1px solid #d2ad57;
    background: #d2ad57;
    color: #282524;
    font-family: var(--font-roboto-serif);
    font-size: clamp(24px, 1.58vw, 30px);
    font-weight: 500;
    line-height: 1;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

body.home .services-cta .btn-secondary:hover,
body.home .services-cta .btn-secondary:focus-visible {
    background: #e0be72;
    border-color: #e0be72;
    color: #282524;
}

@media (min-width: 1280px) {
    body.home .services {
        padding-top: 56px;
        padding-bottom: 81px;
    }

    body.home .services .container {
        max-width: 1420px;
        padding-left: 0;
        padding-right: 0;
    }

    body.home .services .section-title {
        margin-bottom: 117px;
        font-size: 45px;
        line-height: 1.31;
    }

    body.home .services-grid.services-grid--highlight {
        grid-template-columns: repeat(3, 449px);
        column-gap: 36px;
        row-gap: 67px;
        justify-content: start;
    }

    body.home .service-card.service-card--light {
        padding: 45px 34px 22px;
    }

    body.home .services-cta {
        margin-top: 74px;
    }

    body.home .services-cta .btn-secondary {
        width: 337px;
        font-size: 30px;
    }
}

@media (min-width: 1920px) {
    body.home .service-card.service-card--light {
        --service-icon-wrap-size: 78px;
        --service-icon-glyph-size: 40px;
    }
}

@media (max-width: 1100px) {
    body.home .services-grid.services-grid--highlight {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    body.home .services {
        padding-top: 44px;
        padding-bottom: 42px;
    }

    body.home .services-grid.services-grid--highlight {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    body.home .service-card.service-card--light {
        --service-icon-wrap-size: 64px;
        --service-icon-glyph-size: 32px;
        min-height: 192px;
        padding: 40px 18px 18px;
    }

    body.home .service-card.service-card--light .service-card__title {
        font-size: 18px;
    }

    body.home .service-card.service-card--light .service-card__text {
        font-size: 16px;
    }

    body.home .services-cta {
        margin-top: 32px;
    }

    body.home .services-cta .btn-secondary {
        min-height: 58px;
        font-size: 24px;
    }
}

/* === Home Contact Desktop Scale Fix (Figma node 34:239) === */
@media (min-width: 1280px) {
    body.home .contact {
        padding: 56px 0 136px;
    }

    body.home .contact .container {
        max-width: min(1420px, 95vw);
    }

    body.home .contact-figma-title {
        max-width: 1420px;
        margin-bottom: 28px;
        font-size: clamp(44px, 3.15vw, 60px);
        line-height: 1.06;
    }

    body.home .contact-figma-card {
        max-width: 1420px;
        min-height: 864px;
        padding: 70px 58px 46px;
    }

    body.home .contact-figma-grid {
        grid-template-columns: 528px 2px minmax(0, 1fr);
        gap: 104px;
    }

    body.home .contact-figma-fields {
        max-width: 528px;
    }

    body.home .contact-figma-schedule,
    body.home .contact-calendar-preview {
        max-width: 564px;
    }

    body.home .contact-calendar-preview__picker {
        min-height: 340px;
    }

    body.home .btn-submit--figma {
        margin-top: 24px;
    }
}

/* ================================================================
   SHOP ARCHIVE – /shop/ – Figma SERVICIOS (node 20:58)
   ================================================================ */

/* Override style.css legacy rules (designed for position:fixed header, no longer applicable) */
.woocommerce-page,
body.woocommerce-shop,
body.single-product {
    background-color: #282524;
}

.shop-hero,
.single-service .svc-hero {
    margin-top: 0 !important;
}

/* ---------- CSS custom props (shop palette) ---------- */
.shop-archive {
    --shop-dark: #282524;
    --shop-gold: #d2ad57;
    --shop-gold-dark: #c19a3e;
    --shop-card-border: rgba(210, 173, 87, 0.20);
    --shop-text: #282524;
    --shop-text-muted: rgba(40, 37, 36, 0.80);
    --shop-white: #ffffff;
}

/* ---------- Hero ---------- */
.shop-hero {
    position: relative;
    min-height: 580px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.shop-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
            rgba(40, 37, 36, 0.10) 0%,
            rgba(40, 37, 36, 0.90) 85%);
    pointer-events: none;
    height: 100vh;
}

.shop-hero__container {
    position: relative;
    z-index: 1;
    padding-bottom: clamp(48px, 7vw, 90px);
}

.shop-hero__content {
    max-width: 740px;
}

.shop-hero__title {
    font-family: var(--font-roboto-slab);
    font-weight: 600;
    font-size: clamp(2rem, 4.5vw, 3.75rem);
    line-height: 1.05;
    color: var(--shop-white);
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.80);
    margin-bottom: 0.55em;
}

.shop-hero__text {
    font-family: var(--font-lato);
    font-size: clamp(1rem, 1.8vw, 1.5rem);
    color: rgba(255, 255, 255, 0.80);
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.80);
    max-width: 52ch;
    margin-bottom: 1.5em;
    line-height: 1.4;
}

.shop-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 clamp(28px, 4vw, 48px);
    border-radius: 100px;
    background: linear-gradient(90deg, var(--shop-gold) 0%, var(--shop-gold-dark) 100%);
    color: var(--shop-white);
    font-family: var(--font-roboto-slab);
    font-weight: 600;
    font-size: clamp(0.9rem, 1.2vw, 1.1rem);
    text-decoration: none;
    letter-spacing: 0.03em;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.shop-hero__btn:hover,
.shop-hero__btn:focus-visible {
    opacity: 0.88;
    transform: translateY(-2px);
    outline: 2px solid var(--shop-gold);
    outline-offset: 3px;
}

/* ================================================================
   WOOCOMMERCE BLOCKS — Cart & Checkout buttons (Figma node 91:19)
   Gold gradient pill — matches svc-hero__btn / btn-send-message
   ================================================================ */

/* Cart: Proceed to Checkout */
.wc-block-cart__submit-button.wc-block-components-button,
/* Checkout: Place Order */
.wc-block-components-checkout-place-order-button.wc-block-components-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 62px !important;
    padding: 0 clamp(28px, 4vw, 48px) !important;
    border-radius: 100px !important;
    background: linear-gradient(90deg, #d2ad57 0%, #c19a3e 100%) !important;
    background-color: transparent !important;
    color: #ffffff !important;
    font-family: var(--font-roboto-slab) !important;
    font-weight: 600 !important;
    font-size: clamp(0.95rem, 1.2vw, 1.15rem) !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    border: 0 !important;
    box-shadow: none !important;
    cursor: pointer !important;
    transition: opacity 0.2s ease, transform 0.2s ease !important;
}

.wc-block-cart__submit-button.wc-block-components-button:hover,
.wc-block-cart__submit-button.wc-block-components-button:focus-visible,
.wc-block-components-checkout-place-order-button.wc-block-components-button:hover,
.wc-block-components-checkout-place-order-button.wc-block-components-button:focus-visible {
    opacity: 0.88 !important;
    transform: translateY(-2px) !important;
    outline: 2px solid #d2ad57 !important;
    outline-offset: 3px !important;
    background: linear-gradient(90deg, #d2ad57 0%, #c19a3e 100%) !important;
}

/* Hide spinner dots that WC injects into the button */
.wc-block-cart__submit-button .wc-block-components-button__text,
.wc-block-components-checkout-place-order-button .wc-block-components-button__text {
    color: #ffffff !important;
}

/* Checkout: Payment block moved below order summary via JS —
   keep it styled as a clean card when in the sidebar */
.wp-block-woocommerce-checkout-payment-block.is-in-sidebar {
    margin-top: 20px;
}

/* ================================================================
   WOOCOMMERCE BLOCKS — Checkout layout: payment below summary
   ================================================================ */

/* When payment block is moved to sidebar via JS, style accordingly */
.wc-block-checkout__sidebar .wp-block-woocommerce-checkout-payment-block {
    margin-top: 20px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(210, 173, 87, 0.2);
    border-radius: 15px;
    padding: clamp(16px, 2vw, 24px);
}

/* Hide the payment step number/decoration when in sidebar */
.wc-block-checkout__sidebar .wp-block-woocommerce-checkout-payment-block .wc-block-components-checkout-step__number {
    display: none !important;
}

.wc-block-checkout__sidebar .wp-block-woocommerce-checkout-payment-block .wc-block-components-checkout-step__heading {
    font-family: var(--font-roboto-slab);
    font-weight: 600;
    font-size: clamp(1rem, 1.3vw, 1.2rem);
    color: #f7f3ea;
    margin-bottom: 12px;
}

/* Actions block (Place Order + Return to Cart) moved to sidebar via JS */
.wc-block-checkout__sidebar .wp-block-woocommerce-checkout-actions-block {
    margin-top: 16px;
}

/* Actions row: stack vertically in sidebar */
.wc-block-checkout__sidebar .wc-block-checkout__actions_row {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
}

/* Return to Cart button — ghost gold style */
.wc-block-components-checkout-return-to-cart-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    width: 100% !important;
    min-height: 50px !important;
    padding: 0 clamp(20px, 3vw, 36px) !important;
    border-radius: 100px !important;
    border: 2px solid rgba(210, 173, 87, 0.55) !important;
    background: transparent !important;
    color: #d2ad57 !important;
    font-family: var(--font-roboto-slab) !important;
    font-weight: 600 !important;
    font-size: clamp(0.85rem, 1.05vw, 1rem) !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease !important;
}

.wc-block-components-checkout-return-to-cart-button:hover,
.wc-block-components-checkout-return-to-cart-button:focus-visible {
    background: rgba(210, 173, 87, 0.1) !important;
    border-color: #d2ad57 !important;
    color: #d2ad57 !important;
    outline: 2px solid #d2ad57 !important;
    outline-offset: 3px !important;
}

/* Arrow icon inside Return to Cart */
.wc-block-components-checkout-return-to-cart-button svg {
    width: 18px !important;
    height: 18px !important;
    fill: currentColor !important;
    flex-shrink: 0 !important;
}

/* ---------- Servicios section (dark bg) ---------- */
.shop-servicios {
    position: relative;
    background: var(--shop-dark);
    padding: clamp(56px, 7vw, 100px) 0 clamp(64px, 8vw, 110px);
    overflow: hidden;
}

/* Decorative radial gold glows */
.shop-servicios__glow {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    pointer-events: none;
}

.shop-servicios__glow--left {
    top: 0;
    left: -120px;
    background: radial-gradient(circle at center,
            rgba(210, 173, 87, 0.13) 0%,
            rgba(210, 173, 87, 0) 70%);
}

.shop-servicios__glow--right {
    bottom: -60px;
    right: -80px;
    background: radial-gradient(circle at center,
            rgba(210, 173, 87, 0.10) 0%,
            rgba(210, 173, 87, 0) 70%);
}

.shop-servicios__heading {
    font-family: var(--font-roboto-slab);
    font-weight: 600;
    font-size: clamp(1.8rem, 3.2vw, 2.8rem);
    color: var(--shop-white);
    text-align: center;
    margin-bottom: clamp(32px, 4vw, 56px);
}

.shop-servicios__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(20px, 2.4vw, 32px);
}

.shop-servicios__empty {
    color: rgba(255, 255, 255, 0.60);
    text-align: center;
    font-size: 1.1rem;
    padding: 40px 0;
}

.shop-servicios__empty-actions {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.shop-servicios__empty-btn {
    min-width: clamp(210px, 30vw, 320px);
    min-height: 54px;
    padding: 0 clamp(20px, 2.6vw, 32px);
    font-size: clamp(0.95rem, 1.1vw, 1.05rem);
    border-radius: 12px;
    margin: 0;
}

/* WooCommerce pagination reset */
.shop-servicios .woocommerce-pagination {
    margin-top: clamp(32px, 4vw, 48px);
    text-align: center;
}

.shop-servicios .woocommerce-pagination ul {
    display: inline-flex;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.shop-servicios .woocommerce-pagination ul li a,
.shop-servicios .woocommerce-pagination ul li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.70);
    font-family: var(--font-roboto-slab);
    font-size: 0.95rem;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.shop-servicios .woocommerce-pagination ul li a:hover,
.shop-servicios .woocommerce-pagination ul li span.current {
    background: var(--shop-gold);
    border-color: var(--shop-gold);
    color: var(--shop-white);
}

/* ---------- Service card ---------- */
.shop-service-card {
    display: flex;
    flex-direction: column;
    background: var(--shop-white);
    background-image: linear-gradient(180deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(210, 173, 87, 0.20) 100%);
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.shop-service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.22);
}

.shop-service-card__inner {
    display: flex;
    flex-direction: row;
    gap: clamp(12px, 1.6vw, 20px);
    padding: clamp(16px, 2vw, 24px);
    flex: 1;
}

.shop-service-card__thumb {
    flex: 0 0 clamp(120px, 16vw, 187px);
    height: clamp(160px, 20vw, 274px);
    border-radius: 10px;
    overflow: hidden;
    background: #d9d9d9;
}

.shop-service-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.shop-service-card__thumb-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #d9d9d9 0%, #c8c8c8 100%);
    border-radius: 10px;
}

.shop-service-card__body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
    flex: 1;
    min-width: 0;
}

.shop-service-card__title {
    font-family: var(--font-roboto-serif);
    font-weight: 600;
    font-size: clamp(1rem, 1.5vw, 1.5rem);
    line-height: 1.25;
    color: var(--shop-text);
    margin: 0;
}

.shop-service-card__desc {
    font-family: var(--font-lato);
    font-weight: 600;
    font-size: clamp(0.85rem, 1.1vw, 1.1rem);
    line-height: 1.40;
    color: var(--shop-text-muted);
    margin: 0;
}

.shop-service-card__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    margin: 0 clamp(12px, 1.6vw, 20px) clamp(12px, 1.6vw, 20px);
    border-radius: 10px;
    background: var(--shop-dark);
    color: rgba(255, 255, 255, 0.85);
    font-family: var(--font-roboto-slab);
    font-weight: 600;
    font-size: clamp(0.9rem, 1.1vw, 1.1rem);
    text-decoration: none;
    letter-spacing: 0.02em;
    transition: background 0.2s ease, color 0.2s ease;
    flex-shrink: 0;
}

.shop-service-card__btn:hover,
.shop-service-card__btn:focus-visible {
    background: #3a3533;
    color: var(--shop-white);
    outline: 2px solid var(--shop-gold);
    outline-offset: 2px;
}

/* ---------- CTA ---------- */
.shop-cta {
    position: relative;
    overflow: hidden;
    padding: clamp(40px, 5vw, 56px) 0;
    background: var(--shop-dark);
}

.shop-cta__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.shop-cta__bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            rgba(77, 77, 77, 0.90) 0%,
            rgba(0, 0, 0, 0) 76%);
}

.shop-cta__container {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(24px, 3vw, 48px);
    background: transparent;
    border-radius: 25px;
    padding: clamp(28px, 3.5vw, 48px) clamp(24px, 3vw, 48px);
}

.shop-cta__content {
    flex: 1;
    min-width: 0;
}

.shop-cta__title {
    font-family: var(--font-roboto-serif);
    font-weight: 600;
    font-size: clamp(1.4rem, 2.5vw, 2.5rem);
    color: rgba(255, 255, 255, 0.80);
    line-height: 1.2;
    margin-bottom: 0.45em;
}

.shop-cta__text {
    font-family: var(--font-lato);
    font-size: clamp(0.9rem, 1.2vw, 1.2rem);
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.45;
    max-width: 56ch;
}

.shop-cta__btn {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: clamp(160px, 22vw, 280px);
    min-height: 56px;
    padding: 0 clamp(24px, 3vw, 40px);
    border-radius: 15px;
    background: linear-gradient(90deg, var(--shop-gold) 0%, var(--shop-gold-dark) 100%);
    color: var(--shop-white);
    font-family: var(--font-roboto-slab);
    font-weight: 600;
    font-size: clamp(1rem, 1.4vw, 1.3rem);
    text-decoration: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.shop-cta__btn:hover,
.shop-cta__btn:focus-visible {
    opacity: 0.88;
    transform: translateY(-2px);
    outline: 2px solid var(--shop-gold);
    outline-offset: 3px;
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
    .shop-servicios__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .shop-hero {
        min-height: 460px;
    }

    .shop-service-card__inner {
        flex-direction: column;
    }

    .shop-service-card__thumb {
        flex: 0 0 200px;
        height: 200px;
        width: 100%;
    }

    .shop-cta__container {
        flex-direction: column;
        align-items: flex-start;
    }

    .shop-cta__btn {
        align-self: stretch;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .shop-hero {
        min-height: 380px;
    }

    .shop-service-card__thumb {
        height: 180px;
    }
}

/* ================================================================
   SINGLE SERVICE – /servicios/{slug}/  – Figma node 105:278
   ================================================================ */
.single-service {
    background: #282524;
    color: #f7f3ea;
}

/* ---------- Hero ---------- */
.svc-hero {
    padding: clamp(28px, 3.5vw, 52px) 0 clamp(40px, 5vw, 68px);
}

.svc-hero__container {
    max-width: 1440px;
}

/* White card — rounded bottom, Figma 106:298 */
.svc-hero__wrapper {
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 67%, rgba(40, 37, 36, 0.2) 100%), #ffffff;
    border-radius: 15px 15px 50px 50px;
    overflow: hidden;
}

/* Full-width image banner at top — Figma 106:300 */
.svc-hero__image-banner {
    position: relative;
    width: 100%;
    height: clamp(260px, 38vw, 484px);
    flex-shrink: 0;
    overflow: hidden;
}

.svc-hero__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

/* White fade-out at bottom of image — Figma 106:300 overlay */
.svc-hero__image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 49.86%, rgba(255, 255, 255, 1) 99.76%);
    pointer-events: none;
}

/* Two-column content below image */
.svc-hero__body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 0.65fr);
    gap: clamp(20px, 3vw, 48px);
    padding: clamp(20px, 2.8vw, 40px) clamp(24px, 3.5vw, 52px) clamp(16px, 2vw, 28px);
    align-items: flex-start;
}

.svc-hero__title {
    font-family: var(--font-roboto-serif);
    font-weight: 600;
    font-size: clamp(1.5rem, 2.4vw, 2.5rem);
    line-height: 1.2;
    color: #282524;
    margin: 0 0 0.7em;
}

.svc-hero__text {
    font-family: var(--font-lato);
    font-weight: 600;
    font-size: clamp(0.9rem, 1.25vw, 1.25rem);
    line-height: 1.5;
    color: rgba(40, 37, 36, 0.80);
    margin: 0;
}

/* Pricing card — right column */
.svc-hero__pricing-col {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(210, 173, 87, 0.15) 100%), #f7f3ea;
    border-radius: 15px;
    padding: clamp(16px, 2vw, 26px);
}

.svc-hero__options-heading {
    font-family: var(--font-roboto-slab);
    font-weight: 600;
    font-size: clamp(1rem, 1.3vw, 1.35rem);
    color: #282524;
    margin: 0 0 10px;
}

.svc-hero__price-main {
    font-family: var(--font-roboto-slab);
    font-weight: 700;
    font-size: clamp(1.4rem, 2vw, 2.2rem);
    color: #282524;
    margin: 0 0 16px;
    line-height: 1;
}

.svc-hero__price-main--muted {
    font-size: clamp(1rem, 1.3vw, 1.25rem);
    color: rgba(40, 37, 36, 0.6);
    font-weight: 600;
}

.svc-hero__extra-title {
    font-family: var(--font-roboto-slab);
    font-weight: 600;
    font-size: clamp(0.95rem, 1.15vw, 1.15rem);
    color: #282524;
    margin: 0 0 10px;
}

.svc-hero__option-list {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.svc-hero__option-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-lato);
    font-size: clamp(0.85rem, 1vw, 1rem);
    color: #282524;
}

.svc-hero__option-dot {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(40, 37, 36, 0.75);
    flex-shrink: 0;
}

.svc-hero__disclaimer {
    font-family: var(--font-lato);
    font-size: clamp(0.72rem, 0.85vw, 0.82rem);
    line-height: 1.4;
    color: rgba(40, 37, 36, 0.65);
    margin: 0;
}

/* Centered button row at bottom — Figma 106:311 */
.svc-hero__btn-row {
    display: flex;
    justify-content: center;
    padding: clamp(16px, 2vw, 24px) clamp(24px, 3.5vw, 52px) clamp(28px, 3.5vw, 44px);
}

.svc-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 62px;
    min-width: clamp(260px, 30vw, 439px);
    padding: 0 clamp(32px, 5vw, 56px);
    border-radius: 15px;
    background: linear-gradient(90deg, #d2ad57 0%, #c19a3e 100%);
    color: #ffffff;
    font-family: var(--font-roboto-slab);
    font-weight: 600;
    font-size: clamp(1rem, 1.35vw, 1.4rem);
    text-decoration: none;
    letter-spacing: 0.03em;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.svc-hero__btn:hover,
.svc-hero__btn:focus-visible {
    opacity: 0.88;
    transform: translateY(-2px);
    outline: 2px solid #d2ad57;
    outline-offset: 3px;
}

@media (max-width: 860px) {
    .svc-hero__body {
        grid-template-columns: 1fr;
    }

    .svc-hero__image-banner {
        height: clamp(220px, 55vw, 380px);
    }

    .svc-hero__btn {
        min-width: 0;
        width: 100%;
    }
}

/* ---------- Full description ---------- */
.svc-overview {
    padding: clamp(16px, 2.5vw, 32px) 0 clamp(30px, 4vw, 52px);
}

.svc-overview__wrapper {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(210, 173, 87, 0.22);
    border-radius: 15px;
    padding: clamp(18px, 2.5vw, 32px);
}

.svc-overview__heading {
    font-family: var(--font-roboto-slab);
    font-weight: 600;
    font-size: clamp(1.1rem, 1.6vw, 1.6rem);
    color: #f7f3ea;
    margin: 0 0 12px;
}

.svc-overview__content {
    font-family: var(--font-lato);
    font-size: clamp(0.92rem, 1.05vw, 1.02rem);
    line-height: 1.62;
    color: rgba(247, 243, 234, 0.9);
}

.svc-overview__content p,
.svc-overview__content ul,
.svc-overview__content ol {
    margin: 0 0 12px;
}

.svc-overview__content li {
    margin: 0 0 6px;
}

.svc-overview__content a {
    color: #f3d58f;
    text-decoration: underline;
}

/* ---------- Requirements ---------- */
.svc-reqs {
    padding: clamp(48px, 6vw, 80px) 0;
}

.svc-reqs__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(24px, 3vw, 48px);
}

.svc-reqs__heading {
    font-family: var(--font-roboto-slab);
    font-weight: 600;
    font-size: clamp(1.1rem, 1.6vw, 1.6rem);
    color: #f7f3ea;
    margin: 0 0 clamp(16px, 2vw, 24px);
    line-height: 1.2;
}

.svc-reqs__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.svc-reqs__item {
    font-family: var(--font-lato);
    font-size: clamp(0.88rem, 1.05vw, 1rem);
    color: rgba(247, 243, 234, 0.85);
    line-height: 1.45;
    padding-left: 1.4em;
    position: relative;
}

.svc-reqs__item::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #d2ad57;
    font-size: 1.1em;
    line-height: 1.35;
}

/* ---------- Legal notice ---------- */
.svc-legal {
    padding: clamp(32px, 4vw, 56px) 0 clamp(48px, 6vw, 80px);
}

.svc-legal__wrapper {
    display: flex;
    gap: clamp(16px, 2vw, 28px);
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(210, 173, 87, 0.20);
    border-radius: 15px;
    padding: clamp(20px, 2.5vw, 36px);
}

.svc-legal__icon {
    flex-shrink: 0;
    width: clamp(56px, 6vw, 80px);
    height: clamp(56px, 6vw, 80px);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.svc-legal__icon img {
    width: 70%;
    height: 70%;
    object-fit: contain;
    filter: brightness(0) invert(1) opacity(0.75);
}

.svc-legal__heading {
    font-family: var(--font-roboto-slab);
    font-weight: 600;
    font-size: clamp(1rem, 1.4vw, 1.4rem);
    color: #f7f3ea;
    margin: 0 0 10px;
}

.svc-legal__text {
    font-family: var(--font-lato);
    font-size: clamp(0.82rem, 1vw, 0.95rem);
    line-height: 1.5;
    color: rgba(247, 243, 234, 0.75);
    margin: 0 0 8px;
}

.svc-legal__text:last-child {
    margin-bottom: 0;
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
    .svc-hero__wrapper {
        grid-template-columns: 1fr;
    }

    .svc-hero__image-col {
        min-height: 280px;
        height: 280px;
    }

    .svc-hero__img,
    .svc-hero__image-overlay {
        border-radius: 15px 15px 0 0;
    }

    .svc-reqs__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .svc-hero__columns {
        grid-template-columns: 1fr;
    }

    .svc-legal__wrapper {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .svc-hero__image-col {
        min-height: 220px;
        height: 220px;
    }
}

/* ---------- Single product pricing overrides (Figma-aligned) ---------- */
.single-service .svc-hero__pricing-col {
    background: rgba(210, 173, 87, 0.16);
    border: 1px solid rgba(40, 37, 36, 0.2);
    border-radius: 14px;
    padding: clamp(14px, 2vw, 18px);
}

.single-service .svc-hero__price-main {
    margin: 0 0 12px;
    font-family: var(--font-roboto-slab);
    font-size: clamp(1.2rem, 1.8vw, 1.8rem);
    color: #282524;
    line-height: 1.2;
}

.single-service .svc-hero__price-main--muted {
    font-family: var(--font-lato);
    font-size: clamp(0.95rem, 1.15vw, 1.1rem);
    color: rgba(40, 37, 36, 0.7);
}

.single-service .svc-hero__price-main del {
    opacity: 0.55;
    margin-right: 8px;
    font-size: 0.8em;
}

.single-service .svc-hero__price-main ins {
    text-decoration: none;
    color: #8f6822;
}

.single-service .svc-hero__extra-title {
    margin: 0 0 10px;
    font-family: var(--font-roboto-serif);
    font-size: clamp(0.95rem, 1.2vw, 1.15rem);
    font-weight: 600;
    color: #282524;
}

.single-service .svc-hero__option-list--pricing {
    margin-bottom: 0;
}

/* ---------- Legal card visual parity with Figma node 107:319 ---------- */
.single-service .svc-legal__wrapper {
    background:
        linear-gradient(180deg, rgba(210, 173, 87, 0) 0%, rgba(210, 173, 87, 0.15) 100%),
        rgba(255, 255, 255, 0.25);
    border: 0;
    border-radius: 28px;
    color: #282524;
}

.single-service .svc-legal__icon {
    border: 4px solid #282524;
    background: transparent;
}

.single-service .svc-legal__icon img {
    filter: none;
}

.single-service .svc-legal__heading,
.single-service .svc-legal__text {
    color: #282524;
}

.single-service .svc-legal__text {
    opacity: 0.92;
}

/* ================================================================
   SINGLE SERVICE – /servicios/{slug}/ – Figma node 105:278
   ================================================================ */
.single-service {
    background: #282524;
    color: #f7f3ea;
}

/* ---------- Hero (layout rules defined in new block above) ---------- */

/* ---------- Requirements ---------- */
.svc-reqs {
    padding: clamp(48px, 6vw, 80px) 0;
}

.svc-reqs__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(24px, 3vw, 48px);
}

.svc-reqs__heading {
    font-family: var(--font-roboto-slab);
    font-weight: 600;
    font-size: clamp(1.1rem, 1.6vw, 1.6rem);
    color: #f7f3ea;
    margin: 0 0 clamp(16px, 2vw, 24px);
    line-height: 1.2;
}

.svc-reqs__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.svc-reqs__item {
    font-family: var(--font-lato);
    font-size: clamp(0.88rem, 1.05vw, 1rem);
    color: rgba(247, 243, 234, 0.85);
    line-height: 1.45;
    padding-left: 1.4em;
    position: relative;
}

.svc-reqs__item::before {
    content: "\2022";
    position: absolute;
    left: 0;
    color: #d2ad57;
    font-size: 1.1em;
    line-height: 1.35;
}

/* ---------- Legal notice ---------- */
.svc-legal {
    padding: clamp(32px, 4vw, 56px) 0 clamp(48px, 6vw, 80px);
}

.svc-legal__wrapper {
    display: flex;
    gap: clamp(16px, 2vw, 28px);
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(210, 173, 87, 0.20);
    border-radius: 15px;
    padding: clamp(20px, 2.5vw, 36px);
}

.svc-legal__icon {
    flex-shrink: 0;
    width: clamp(56px, 6vw, 80px);
    height: clamp(56px, 6vw, 80px);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.svc-legal__icon img {
    width: 70%;
    height: 70%;
    object-fit: contain;
    filter: brightness(0) invert(1) opacity(0.75);
}

.svc-legal__heading {
    font-family: var(--font-roboto-slab);
    font-weight: 600;
    font-size: clamp(1rem, 1.4vw, 1.4rem);
    color: #f7f3ea;
    margin: 0 0 10px;
}

.svc-legal__text {
    font-family: var(--font-lato);
    font-size: clamp(0.82rem, 1vw, 0.95rem);
    line-height: 1.5;
    color: rgba(247, 243, 234, 0.75);
    margin: 0 0 8px;
}

.svc-legal__text:last-child {
    margin-bottom: 0;
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
    .svc-hero__wrapper {
        grid-template-columns: 1fr;
    }

    .svc-hero__image-col {
        min-height: 280px;
        height: 280px;
    }

    .svc-hero__img,
    .svc-hero__image-overlay {
        border-radius: 15px 15px 0 0;
    }

    .svc-reqs__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .svc-hero__columns {
        grid-template-columns: 1fr;
    }

    .svc-legal__wrapper {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .svc-hero__image-col {
        min-height: 220px;
        height: 220px;
    }
}