/* Sin capitalize en todo el front (override del tema Antra) */
.section-title,
.section-heading .section-title,
.tl-primary-btn,
.header .primary-header-inner .header-menu-wrap ul li a,
.mean-bar .mean-nav.mean-nav > ul li ul li a,
.video-content .video-title,
.video-area-wrap .play-btn a,
.service-details-left-content .service-details-cta .cta-btn a,
.shop-content .title,
.tab-navigation button,
.post-card .post-thumb .category,
.post-meta li,
.inner-post .post-content ul .category,
.post-card-wrap-inner .post-card .post-content ul .category,
.capitalize,
h1, h2, h3, h4, h5, h6 {
    text-transform: none !important;
}

/* Solo el submenu usa Golos Text (el menú principal mantiene Cal Sans) */
.header .primary-header-inner .header-menu-wrap ul li ul li a,
.header .mobile-menu-items ul ul li a,
.mobile-side-menu .side-menu-wrap ul ul li a,
#sidebar-area .side-menu-wrap ul ul li a {
    font-family: 'Golos Text', sans-serif;
}

/* Servicios grid: menos altura para fotos horizontales + imagen nítida */
.service-item-3 .service-thumb {
    height: 420px;
}
.service-item-3 .service-thumb img {
    object-fit: cover;
    object-position: center center;
}
.service-item-3 .service-content .title,
.service-item-3 .service-content .title a {
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.85), 0 0 2px rgba(0, 0, 0, 0.9);
}
@media (max-width: 991px) {
    .service-item-3 .service-thumb {
        height: 360px;
    }
}
@media (max-width: 575px) {
    .service-item-3 .service-thumb {
        height: 300px;
    }
}

/* FAQs: subtítulo y sumario centrados encima del acordeón */
.faq-intro .section-title {
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
}
.faq-intro-sumario {
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
    color: var(--tl-color-text-body, #4D4D52);
    font-size: 1.05rem;
    line-height: 1.7;
}
.faq-categories-sidebar .service-category-list {
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .faq-categories-sidebar {
        margin-top: 1rem;
    }
}

/* Page header: degradado de normal a blanco 0.5 + título oscuro */
.page-header .overlay {
    background-color: #3d3c3ca1;
    background-image: linear-gradient(to bottom, rgb(12 12 12 / 50%) 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 1;
}
.page-header .page-header-content .title {
    color: #ffffff;
    text-shadow: 0 2px 16px rgba(255, 255, 255, 1), 0 1px 4px rgba(0, 0, 0, 0.45), 0 0 2px rgba(0, 0, 0, 0.35);
}
.page-header .page-header-content .sub-title {
    color: #191919;
    /* text-shadow: 0 0px 3px rgba(255, 255, 255, 1), 0 1px 3px rgba(0, 0, 0, 0.4), 0 0 2px rgba(0, 0, 0, 0.4); */
}
.page-header .page-header-content .sub-title .home,
.page-header .page-header-content .sub-title .icon,
.page-header .page-header-content .sub-title .inner-page {
    color: #ffffff;
}

/* Menú superior: blanco (estado normal) */
.header .primary-header:not(.fixed) .primary-header-inner .header-menu-wrap > .mobile-menu-items > ul > li > a {
    color: #ffffff;
}
.header .primary-header:not(.fixed) .primary-header-inner .header-menu-wrap > .mobile-menu-items > ul > li > a:hover,
.header .primary-header:not(.fixed) .primary-header-inner .header-menu-wrap > .mobile-menu-items > ul > li.active > a {
    color: var(--tl-color-theme-primary, #CAA05C);
}
.header .primary-header:not(.fixed) .primary-header-inner .header-menu-wrap > .mobile-menu-items > ul > li.menu-item-has-children:after {
    color: #ffffff;
}
.header .primary-header:not(.fixed) .primary-header-inner .header-menu-wrap > .mobile-menu-items > ul > li.menu-item-has-children:hover:after,
.header .primary-header:not(.fixed) .primary-header-inner .header-menu-wrap > .mobile-menu-items > ul > li.active.menu-item-has-children:after {
    color: var(--tl-color-theme-primary, #CAA05C);
}
.header .primary-header:not(.fixed) .primary-header-inner .header-right-wrap .header-contact .icon,
.header .primary-header:not(.fixed) .primary-header-inner .header-right-wrap .header-contact .content .call-text,
.header .primary-header:not(.fixed) .primary-header-inner .header-right-wrap .header-contact .content .call-number {
    color: #ffffff;
}
.header .primary-header:not(.fixed) .primary-header-inner .header-right-wrap .header-contact:hover .content .call-number {
    color: var(--tl-color-theme-primary, #CAA05C);
}
.header .primary-header:not(.fixed) .sidebar-icon .sidebar-trigger svg path {
    fill: #ffffff;
}

/* Logos: principal = logofooter, sticky = logo */
.header .header-logo .logo-header-sticky {
    display: none;
}
.header .primary-header.fixed .header-logo .logo-header-top {
    display: none;
}
.header .primary-header.fixed .header-logo .logo-header-sticky {
    display: inline-block;
}

/* Menú sticky: fondo blanco + texto negro */
.header .primary-header.fixed {
    background-color: #ffffff;
}
.header .primary-header.fixed .primary-header-inner .header-menu-wrap > .mobile-menu-items > ul > li > a {
    color: #191919;
}
.header .primary-header.fixed .primary-header-inner .header-menu-wrap > .mobile-menu-items > ul > li > a:hover,
.header .primary-header.fixed .primary-header-inner .header-menu-wrap > .mobile-menu-items > ul > li.active > a {
    color: var(--tl-color-theme-primary, #CAA05C);
}
.header .primary-header.fixed .primary-header-inner .header-menu-wrap > .mobile-menu-items > ul > li.menu-item-has-children:after {
    color: #191919;
}
.header .primary-header.fixed .primary-header-inner .header-menu-wrap > .mobile-menu-items > ul > li.menu-item-has-children:hover:after,
.header .primary-header.fixed .primary-header-inner .header-menu-wrap > .mobile-menu-items > ul > li.active.menu-item-has-children:after {
    color: var(--tl-color-theme-primary, #CAA05C);
}
.header .primary-header.fixed .primary-header-inner .header-right-wrap .header-contact .icon,
.header .primary-header.fixed .primary-header-inner .header-right-wrap .header-contact .content .call-text,
.header .primary-header.fixed .primary-header-inner .header-right-wrap .header-contact .content .call-number {
    color: #191919;
}
.header .primary-header.fixed .primary-header-inner .header-right-wrap .header-contact:hover .content .call-number {
    color: var(--tl-color-theme-primary, #CAA05C);
}
.header .primary-header.fixed .sidebar-icon .sidebar-trigger svg path {
    fill: #191919;
}


/* Aviso legal y textos legales: tipografía legible */
.avisos-content {
    color: var(--tl-color-text-body, #4D4D52);
    font-size: 1.05rem;
    line-height: 1.75;
}
.avisos-content h1,
.avisos-content h2,
.avisos-content h3,
.avisos-content h4 {
    color: var(--tl-color-heading-primary, #191919);
    margin-top: 1.75rem;
    margin-bottom: 0.85rem;
}
.avisos-content p {
    margin-bottom: 1rem;
}
.avisos-content ul,
.avisos-content ol {
    margin-bottom: 1rem;
    padding-left: 1.25rem;
}
.avisos-content a {
    color: var(--tl-color-theme-primary, #CAA05C);
}

/* Detalle servicio: FAQs (mismo estilo que /faqs, tamaño sidebar) */
.service-faq-sidebar .faq-title {
    font-size: 22px;
    margin-bottom: 18px;
}
.service-faq-sidebar .faq-content-2 {
    padding-left: 0;
    max-width: 100%;
}
.service-faq-sidebar .faq-content-2 .faq-accordion .accordion-item .accordion-button {
    font-size: 16px;
    padding-top: 18px;
    padding-bottom: 18px;
    line-height: 1.35;
}
.service-faq-sidebar .faq-content-2 .faq-accordion .accordion-item .accordion-button span {
    font-size: 16px;
    margin-right: 10px;
}
.service-faq-sidebar .faq-content-2 .faq-accordion .accordion-item .accordion-body {
    font-size: 14px;
    line-height: 1.65;
    padding-bottom: 18px;
}
.service-fotos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px 16px;
    align-items: start;
}
.service-foto-item {
    margin: 0;
}
.service-foto-link {
    position: relative;
    display: block;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: #e9e9e9;
}
.service-foto-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}
.service-foto-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(25, 25, 25, 0.45);
    color: #fff;
    font-size: 28px;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}
.service-foto-link:hover img {
    transform: scale(1.05);
}
.service-foto-link:hover .service-foto-overlay {
    opacity: 1;
}
.service-foto-caption {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.4;
    color: var(--tl-color-text-body, #4D4D52);
    text-align: center;
}
/* Caption del lightbox debajo de la foto */
.vbox-container .vbox-title.vbox-bottom {
    text-align: center;
    font-size: 15px;
}
@media (max-width: 991px) {
    .service-fotos-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
.blog-sidebar-fotos.service-fotos-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.blog-sidebar-fotos .service-foto-overlay {
    font-size: 18px;
}

/* CTA contacto: logo blanco centrado */
.service-details-cta .service-cta-logo {
    margin: 0 auto 8px;
    max-width: 170px;
    position: relative;
    z-index: 1;
}
.service-details-cta .service-cta-logo img {
    width: 100%;
    height: auto;
    display: block;
}
.service-details-cta .cta-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.service-details-cta .cta-bg::before {
    background: linear-gradient(
        165deg,
        rgba(20, 20, 21, 0.88) 0%,
        rgba(28, 28, 29, 0.78) 48%,
        rgba(90, 68, 35, 0.72) 100%
    );
    opacity: 1;
}
.service-details-cta > span,
.service-details-cta > .number,
.service-details-cta > .mail,
.service-details-cta > .cta-btn,
.service-details-cta > .icon {
    position: relative;
    z-index: 1;
}
.service-details-cta .cta-btn a {
    background: rgba(202, 160, 92, 0.28);
    border: 1px solid rgba(202, 160, 92, 0.45);
    backdrop-filter: blur(10px);
    transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.service-details-cta .cta-btn a:hover {
    background: rgba(202, 160, 92, 0.45);
    border-color: rgba(202, 160, 92, 0.8);
    transform: translateY(-2px);
    color: #fff;
}
.sidebar-cta-widget {
    background: transparent;
    padding: 0;
    box-shadow: none;
}
.sidebar-cta-widget .service-details-cta {
    margin-top: 0;
}

@media (max-width: 575px) {
    .service-fotos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .service-foto-caption {
        font-size: 11px;
    }
}

/* WhatsApp flotante abajo a la derecha */
.whatsapp-float {
    position: fixed;
    right: 28px;
    bottom: 100px;
    z-index: 999;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.45);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}
.whatsapp-float:hover {
    color: #fff;
    transform: scale(1.08);
    background: #1ebe57;
    box-shadow: 0 8px 22px rgba(37, 211, 102, 0.55);
}
@media (max-width: 991px) {
    .whatsapp-float {
        right: 18px;
        bottom: 90px;
        width: 52px;
        height: 52px;
        font-size: 26px;
    }
}
@media (max-width: 575px) {
    .whatsapp-float {
        right: 16px;
        bottom: 80px;
    }
}

/* La empresa: imagen + FAQs / contenido */
.empresa-main-img {
    border-radius: 16px;
    overflow: hidden;
}
.empresa-main-img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
.empresa-faqs .faq-content-2 {
    padding-left: 0;
    max-width: 100%;
}
.empresa-faqs .faq-content-2 .faq-accordion .accordion-item .accordion-button {
    font-size: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    line-height: 1.35;
}
.empresa-faqs .faq-content-2 .faq-accordion .accordion-item .accordion-button span {
    font-size: 16px;
    margin-right: 10px;
}
.empresa-faqs .faq-content-2 .faq-accordion .accordion-item .accordion-body {
    font-size: 14px;
    line-height: 1.65;
}
.empresa-content {
    padding-left: 40px;
}
.empresa-content .details-title {
    margin-bottom: 28px;
}
.empresa-content blockquote .content p {
    font-size: 22px;
}
.empresa-body {
    color: var(--tl-color-text-body, #4D4D52);
    line-height: 1.75;
}
.empresa-body p {
    margin-bottom: 1rem;
}

/* Textos CMS (empresa, blog, servicios): estilos propios */
.texto-cms {
    color: var(--tl-color-text-body, #4D4D52);
    line-height: 1.75;
}
.texto-cms h3 {
    color: var(--tl-color-theme-primary, #CAA05C);
    font-size: 20px;
    font-weight: 500;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    line-height: 1.35;
}
.texto-cms ul,
.texto-cms ol {
    padding-left: 20px;
    margin-bottom: 1rem;
}
.texto-cms li {
    margin-bottom: 0.35rem;
}
.texto-cms p {
    margin-bottom: 1rem;
}
.texto-cms a {
    color: var(--tl-color-theme-primary, #CAA05C);
}
@media (max-width: 991px) {
    .empresa-main-img {
        margin-bottom: 24px;
    }
    .empresa-faqs {
        margin-bottom: 20px;
    }
    .empresa-content {
        padding-left: 0;
    }
    .empresa-content blockquote .content p {
        font-size: 18px;
    }
}

/* Fondo oscuro mientras carga el slide (evita flash blanco/gris del body) */
.slider-section {
    background-color: #1c1c1d;
    opacity: 1 !important;
    visibility: visible !important;
}
.slider-section:not(.slider-ready) .antra-slider {
    opacity: 0;
}
.slider-section.slider-ready .antra-slider {
    opacity: 1;
    transition: opacity 0.8s ease;
}

/* Home slider-2: título más pequeño, sin capitalize; texto2 más ancho; flechas visibles */
.slider-2 .slider-item .slider-content-wrap .section-heading .section-title {
    font-size: 78px;
    line-height: 1.15;
    padding: 0px 20px;
}
@media only screen and (max-width: 1199px) {
    .slider-2 .slider-item .slider-content-wrap .section-heading .section-title {
        font-size: 48px;
    }
}
@media only screen and (max-width: 992px) {
    .slider-2 .slider-item .slider-content-wrap .section-heading .section-title {
        font-size: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .slider-2 .slider-item .slider-content-wrap .section-heading .section-title {
        font-size: 32px;
    }
}

/* Sin thumb: el grid 120px+1fr dejaba el párrafo en una columna estrecha */
.slider-2 .slider-item .slider-content-wrap .bottom-content .antra-desc-texto2 {
    display: block;
    max-width: 560px;
    width: 100%;
}
.slider-2 .slider-item .slider-content-wrap .bottom-content .antra-desc-texto2 p {
    max-width: none;
    width: 100%;
}

.slider-2 .slider-navigation {
    z-index: 5;
    padding-right: 15px;
    pointer-events: auto;
}
.slider-2 .slider-navigation .swiper-nav {
    flex-shrink: 0;
}
@media only screen and (max-width: 992px) {
    .slider-2 .slider-navigation {
        display: flex;
        bottom: 40px;
        padding-right: 20px;
        justify-content: flex-end;
    }
}

/* Contacto: caja del formulario Gesdinet */
.contact-section .contact-form-col {
    border: 1px solid #e9e4e4;
    background-color: #fff;
    padding: 14px;
    border-radius: 20px;
}
.contact-section .contact-form-intro {
    padding: 10px 10px 0;
    margin-bottom: 12px;
}
.contact-section .contact-form-title {
    color: var(--tl-color-heading-primary, #191919);
    font-size: 28px;
    font-weight: 500;
    line-height: 1.25;
    margin: 0 0 8px;
}
.contact-section .contact-form-text {
    color: var(--tl-color-text-body, #4D4D52);
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}
@media (max-width: 991px) {
    .contact-section .contact-form-col {
        margin-top: 30px;
    }
}

/* Proyectos: subtítulo + sumario con padding lateral responsive */
.project-list-section .proyectos-intro {
    padding-left: 80px;
    padding-right: 80px;
    text-align: center;
}
.project-list-section .proyectos-intro-title {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 18px;
}
.project-list-section .proyectos-intro-sumario {
    color: var(--tl-color-text-body, #4D4D52);
    font-size: 18px;
    line-height: 1.7;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1199px) {
    .project-list-section .proyectos-intro {
        padding-left: 40px;
        padding-right: 40px;
    }
    .project-list-section .proyectos-intro-title {
        font-size: 34px;
    }
}
@media (max-width: 767px) {
    .project-list-section .proyectos-intro {
        padding-left: 16px;
        padding-right: 16px;
    }
    .project-list-section .proyectos-intro-title {
        font-size: 28px;
    }
    .project-list-section .proyectos-intro-sumario {
        font-size: 16px;
    }
}

/* Detalle proyecto: descripción (misma caja intro) + nav anterior/siguiente */
.project-details-section .proyectos-intro {
    padding-left: 80px;
    padding-right: 80px;
    text-align: center;
}
.project-details-section .proyectos-intro-sumario {
    color: var(--tl-color-text-body, #4D4D52);
    font-size: 18px;
    line-height: 1.7;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1199px) {
    .project-details-section .proyectos-intro {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media (max-width: 767px) {
    .project-details-section .proyectos-intro {
        padding-left: 16px;
        padding-right: 16px;
    }
    .project-details-section .proyectos-intro-sumario {
        font-size: 16px;
    }
}

.proyecto-nav {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    background: #f0eee9;
    border: 1px solid rgba(202, 160, 92, 0.22);
    border-radius: 16px;
    padding: 15px;
}
.proyecto-nav-item {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    color: inherit;
    max-width: calc(50% - 8px);
    flex: 1 1 260px;
    padding: 10px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.55);
    transition: background-color 0.25s ease, transform 0.25s ease;
}
.proyecto-nav-item:hover {
    background: #fff;
    transform: translateY(-2px);
}
.proyecto-nav-next {
    justify-content: flex-end;
    text-align: right;
    margin-left: auto;
    flex-direction: row;
}
.proyecto-nav-prev {
    justify-content: flex-start;
    text-align: left;
}
.proyecto-nav-empty {
    flex: 1 1 260px;
    max-width: calc(50% - 8px);
    pointer-events: none;
    background: transparent;
    padding: 0;
}
.proyecto-nav-thumb {
    display: block;
    width: 88px;
    height: 88px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
    background: #e4e0d8;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04);
}
.proyecto-nav-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}
.proyecto-nav-item:hover .proyecto-nav-thumb img {
    transform: scale(1.06);
}
.proyecto-nav-text {
    min-width: 0;
}
.proyecto-nav-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--tl-color-theme-primary, #CAA05C);
    margin-bottom: 4px;
    font-weight: 500;
}
.proyecto-nav-title {
    display: block;
    font-family: var(--tl-ff-heading, 'Cal Sans', serif);
    font-size: 17px;
    line-height: 1.3;
    color: var(--tl-color-heading-primary, #191919);
    overflow-wrap: anywhere;
}
@media (max-width: 767px) {
    .proyecto-nav {
        flex-direction: column;
        gap: 12px;
        padding: 15px;
    }
    .proyecto-nav-item,
    .proyecto-nav-empty {
        max-width: 100%;
        flex: 1 1 100%;
        margin-left: 0;
    }
    .proyecto-nav-empty {
        display: none;
    }
    .proyecto-nav-next {
        justify-content: flex-start;
        text-align: left;
        flex-direction: row-reverse;
    }
    .proyecto-nav-next .proyecto-nav-text {
        text-align: left;
    }
    .proyecto-nav-thumb {
        width: 72px;
        height: 72px;
    }
    .proyecto-nav-title {
        font-size: 15px;
    }
}

/* Footer: dos teléfonos y dos emails a la derecha */
.footer-widget .footer-address .number,
.footer-widget .footer-address .mail {
    display: block;
}
.footer-widget .footer-address .mail {
    font-size: 18px;
    word-break: break-all;
}
@media (max-width: 1199px) {
    .footer-widget .footer-address .mail {
        font-size: 16px;
    }
}

/* Contacto: apilar teléfonos y emails */
.contact-section .request-item a {
    display: block;
}

/* Home servicios: flechas encima del carrusel */
.service-section-3 .bg-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #1c1b1b;
    opacity: 0.8;
    z-index: 0;
    pointer-events: none;
}
.service-carousel-wrap-3 .service-carousel-nav {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.service-carousel-wrap-3 .service-carousel-nav .swiper-nav {
    background-color: var(--tl-color-theme-primary, #CAA05C);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    border: 1px solid var(--tl-color-theme-primary, #CAA05C);
    cursor: pointer;
    transition: all 0.3s ease;
}
.service-carousel-wrap-3 .service-carousel-nav .swiper-nav:hover {
    background-color: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.35);
    color: #fff;
}
@media (max-width: 991px) {
    .service-carousel-wrap-3 .service-carousel-nav {
        justify-content: flex-start;
        margin-top: 10px;
    }
}

/* Home CTA contacto (fullwidth, debajo de FAQs) */
.home-cta-contact {
    position: relative;
    isolation: isolate;
    padding: 90px 0;
    overflow: hidden;
}
.home-cta-bg {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -2;
    transform: scale(1.02);
}
.home-cta-overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(120deg, rgba(16, 14, 12, 0.92) 0%, rgba(28, 24, 20, 0.82) 45%, rgba(202, 160, 92, 0.45) 100%);
}
.home-cta-inner {
    display: grid;
    grid-template-columns: 1.2fr 1.4fr auto;
    gap: 36px;
    align-items: center;
}
.home-cta-title {
    color: #fff;
    font-size: 42px;
    line-height: 1.15;
    margin: 0 0 12px;
    font-weight: 400;
}
.home-cta-text {
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
    line-height: 1.65;
    margin: 0;
    max-width: 34rem;
}
.home-cta-contacts {
    display: grid;
    gap: 14px;
}
.home-cta-link {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    color: #fff;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.home-cta-link:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(202, 160, 92, 0.55);
    color: #fff;
    transform: translateY(-1px);
}
.home-cta-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--tl-color-theme-primary, #CAA05C);
    color: #fff;
    font-size: 16px;
}
.home-cta-label {
    display: block;
    font-size: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 2px;
}
.home-cta-value {
    display: block;
    font-family: var(--tl-ff-heading, 'Cal Sans', serif);
    font-size: 22px;
    line-height: 1.2;
}
.home-cta-action {
    justify-self: end;
}
.home-cta-btn {
    white-space: nowrap;
}
@media (max-width: 1199px) {
    .home-cta-inner {
        grid-template-columns: 1fr 1fr;
    }
    .home-cta-action {
        grid-column: 1 / -1;
        justify-self: start;
    }
    .home-cta-title {
        font-size: 34px;
    }
}
@media (max-width: 767px) {
    .home-cta-contact {
        padding: 70px 0;
    }
    .home-cta-inner {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .home-cta-title {
        font-size: 28px;
    }
    .home-cta-value {
        font-size: 18px;
        word-break: break-word;
    }
}

.testimonial-section-3 .testi-top-content .left-content.testi-page-content {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
}
.testimonial-section-3 .testi-top-content .left-content.testi-page-content p {
    margin-bottom: 0.75rem;
    color: var(--tl-color-text-body, #4D4D52);
    font-size: 16px;
    line-height: 1.65;
}
.testimonial-section-3 .testi-top-content .left-content.testi-page-content p:last-child {
    margin-bottom: 0;
}

/* Home testimonios: lista simple sin scroll/pin/swiper vertical */
.testimonial-section-3 {
    background-color: #fff;
}
.testimonial-section-3 .testi-list-home {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.testimonial-section-3 .testi-list-home .testi-item {
    opacity: 1;
    padding: 24px 0;
    border-bottom: 1px solid rgba(28, 28, 29, 0.12);
}
.testimonial-section-3 .testi-list-home .testi-item:first-child {
    padding-top: 0;
}
.testimonial-section-3 .testi-list-home .testi-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.testimonial-section-3 .testi-list-home .testi-item p {
    margin-bottom: 14px;
}
.testimonial-section-3 .testi-author-no-photo {
    display: block;
    grid-template-columns: none;
}
.testimonial-section-3 .testi-author-no-photo .name {
    margin-bottom: 6px;
}
.testimonial-section-3 .testi-stars {
    display: flex;
    align-items: center;
    gap: 4px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.testimonial-section-3 .testi-stars li {
    line-height: 1;
}
.testimonial-section-3 .testi-stars i {
    color: var(--tl-color-theme-primary, #CAA05C);
    font-size: 14px;
}
.testimonial-section-3 .testi-lugar {
    display: block;
    margin-top: 6px;
    font-size: 14px;
    color: var(--tl-color-text-body, #4D4D52);
}
@media (max-width: 991px) {
    .testimonial-section-3 .testi-img-3 {
        margin-bottom: 40px;
    }
}
