/*
Theme Name: Tony Elias - EXP REALTY
Theme URI: https://tonyelias.com
Description: Tema profesional premium para Tony Elias, Agente Inmobiliario EXP REALTY Queretaro
Author: Tony Elias
Author URI: https://tonyelias.com
Template: Divi
Version: 1.0.0
Text Domain: tony-elias-child
Domain Path: /languages/
*/

:root {
    --gold: #c49a2a;
    --gold-light: #e8c04a;
    --dark: #0a0d11;
    --white: #ffffff;
    --exp-red: #e31937;
    --light-bg: #f8f9fa;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
    background: var(--white);
    color: #333;
    line-height: 1.6;
}

/* ═══════════════ HEADER OSCURO PREMIUM ═══════════════ */
#main-header {
    position: fixed;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, #0a0d11 0%, #1a1f2e 100%) !important;
    backdrop-filter: blur(10px);
    z-index: 1000;
    border-bottom: 1px solid rgba(196, 154, 42, 0.35) !important;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35) !important;
    padding: 8px 0 !important;
}
/* Mantener oscuro también al hacer scroll (header fijo de Divi) */
.et-fixed-header#main-header {
    background: linear-gradient(135deg, #0a0d11 0%, #1a1f2e 100%) !important;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.45) !important;
    border-bottom: 1px solid rgba(196, 154, 42, 0.4) !important;
}

/* Enlaces del menú en blanco con hover dorado */
#top-menu li a,
#et-top-navigation nav > ul > li > a,
.et-fixed-header #top-menu li a {
    color: #ffffff !important;
    font-weight: 600 !important;
    letter-spacing: 0.4px !important;
    transition: color 0.25s ease !important;
}
#top-menu li a:hover,
#top-menu li.current-menu-item > a,
#top-menu li.current_page_item > a,
.et-fixed-header #top-menu li a:hover,
.et-fixed-header #top-menu li.current-menu-item > a {
    color: #c49a2a !important;
}

/* Subrayado dorado animado bajo cada opción */
#top-menu > li > a {
    position: relative !important;
    padding-bottom: 6px !important;
}
#top-menu > li > a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #c49a2a;
    transition: width 0.3s ease;
}
#top-menu > li > a:hover:after,
#top-menu > li.current-menu-item > a:after,
#top-menu > li.current_page_item > a:after {
    width: 100% !important;
}

/* Logo: tamaño cómodo y leve realce */
#logo {
    max-height: 56px !important;
    width: auto !important;
    transition: all 0.3s ease !important;
}
.et-fixed-header #logo {
    max-height: 48px !important;
}

/* Submenús (desplegables) oscuros */
#top-menu li ul.sub-menu {
    background: #0a0d11 !important;
    border-top: 2px solid #c49a2a !important;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45) !important;
}
#top-menu li ul.sub-menu a {
    color: rgba(255, 255, 255, 0.85) !important;
}
#top-menu li ul.sub-menu a:hover {
    color: #c49a2a !important;
    background: rgba(255, 255, 255, 0.04) !important;
}

/* Iconos (carrito / búsqueda) en claro */
#et-top-navigation .et-cart-info span,
#et_top_search .et-search-icon:before,
#et_search_icon:before {
    color: #ffffff !important;
}

/* ── Menú móvil oscuro ── */
.mobile_menu_bar:before,
.et_pb_menu .mobile_menu_bar:before {
    color: #c49a2a !important;
}
.et_mobile_menu {
    background: #0a0d11 !important;
    border-top: 2px solid #c49a2a !important;
}
.et_mobile_menu li a {
    color: rgba(255, 255, 255, 0.9) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}
.et_mobile_menu li a:hover {
    color: #c49a2a !important;
}

/* HERO */
.hero-section {
    margin-top: 70px;
    background: linear-gradient(135deg, rgba(10, 13, 17, 0.85) 0%, rgba(0, 0, 0, 0.9) 100%);
    color: var(--white);
    padding: 120px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(227, 25, 55, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
}

.hero-section h1 {
    font-size: 72px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: -1px;
    line-height: 1.1;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.hero-section .highlight {
    color: var(--gold);
}

.hero-subtitle {
    font-size: 28px;
    color: var(--gold);
    margin-bottom: 20px;
    font-weight: 300;
    letter-spacing: 1px;
}

.hero-section p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 50px;
    line-height: 1.8;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

/* BUTTONS */
.btn-primary {
    background: linear-gradient(135deg, #e31937 0%, #ff2e4a 100%);
    color: var(--white);
    border: none;
    padding: 18px 55px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all 0.4s;
    box-shadow: 0 15px 35px rgba(227, 25, 55, 0.4);
    margin: 10px;
    border-radius: 50px;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 25px 55px rgba(227, 25, 55, 0.6);
    text-decoration: none;
    color: var(--white);
}

.btn-secondary {
    background: transparent;
    color: var(--gold);
    border: 2px solid var(--gold);
    padding: 16px 50px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
    margin: 10px;
    border-radius: 50px;
}

.btn-secondary:hover {
    background: var(--gold);
    color: var(--dark);
    box-shadow: 0 15px 35px rgba(212, 175, 55, 0.3);
    text-decoration: none;
}

/* SECTION HEADERS */
.section-header {
    text-align: center;
    margin-bottom: 80px;
}

.section-header .label {
    color: var(--exp-red);
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 700;
}

.section-header h2 {
    font-size: 48px;
    color: var(--dark);
    font-weight: 700;
    margin-bottom: 15px;
}

.section-header p {
    font-size: 16px;
    color: #666;
}

/* PROPERTIES */
.properties-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 40px;
}

.property {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.property:hover {
    transform: translateY(-15px);
    box-shadow: 0 30px 60px rgba(227, 25, 55, 0.2);
}

.property-image {
    width: 100%;
    height: 300px;
    background: linear-gradient(135deg, #e31937 0%, #ff2e4a 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 100px;
    position: relative;
    overflow: hidden;
}

.property-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    animation: shimmer 3s infinite;
}

@keyframes shimmer {
    0% { left: -100%; }
    100% { left: 100%; }
}

.property-info {
    padding: 35px;
    background: var(--white);
}

.property-price {
    color: var(--exp-red);
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
}

.property-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 10px;
}

.property-location {
    color: var(--gold);
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 600;
}

.property-details {
    display: flex;
    gap: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    font-size: 14px;
    color: #666;
}

/* ZONES */
.zone {
    background: var(--white);
    padding: 35px;
    border-radius: 12px;
    border-left: 4px solid var(--exp-red);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
}

.zone:hover {
    box-shadow: 0 20px 50px rgba(227, 25, 55, 0.15);
    transform: translateY(-5px);
}

.zone-icon {
    font-size: 40px;
    margin-bottom: 15px;
}

.zone h3 {
    font-size: 20px;
    color: var(--dark);
    margin-bottom: 12px;
    font-weight: 700;
}

.zone p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 15px;
}

.zone-status {
    display: inline-block;
    background: rgba(227, 25, 55, 0.1);
    color: var(--exp-red);
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

/* STATS */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 50px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.stat-item h3 {
    font-size: 52px;
    color: var(--exp-red);
    margin-bottom: 10px;
    font-weight: 700;
}

.stat-item p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}

/* SERVICES */
.service {
    text-align: center;
    padding: 45px 35px;
    border: 2px solid #eee;
    border-radius: 12px;
    transition: all 0.3s;
}

.service:hover {
    border-color: var(--exp-red);
    box-shadow: 0 20px 50px rgba(227, 25, 55, 0.15);
    transform: translateY(-5px);
}

.service-icon {
    font-size: 50px;
    margin-bottom: 20px;
}

.service h3 {
    font-size: 20px;
    color: var(--dark);
    margin-bottom: 15px;
    font-weight: 700;
}

.service p {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
}

/* FOOTER */
#footer {
    background: #000;
    color: var(--white);
    padding: 60px 40px 30px;
}

.footer-content {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 50px;
    margin-bottom: 40px;
}

.footer-section h3 {
    color: var(--exp-red);
    margin-bottom: 20px;
    font-weight: 700;
}

.footer-section p, .footer-section a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.8;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-section a:hover {
    color: var(--exp-red);
}

.footer-bottom {
    border-top: 1px solid rgba(227, 25, 55, 0.2);
    padding-top: 25px;
    text-align: center;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    max-width: 1400px;
    margin: 0 auto;
}

.exp-footer {
    margin-top: 15px;
    font-size: 12px;
    color: var(--exp-red);
    font-weight: 700;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 42px;
    }

    .hero-subtitle {
        font-size: 20px;
    }

    .hero-section p {
        font-size: 16px;
    }

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

    .section-header h2 {
        font-size: 32px;
    }
}

@media (max-width: 480px) {
    #main-header {
        padding: 12px 0;
    }

    .hero-section {
        padding: 60px 20px;
        margin-top: 100px;
    }

    .hero-section h1 {
        font-size: 32px;
    }

    .hero-subtitle {
        font-size: 18px;
    }

    .btn-primary, .btn-secondary {
        padding: 14px 35px;
        font-size: 12px;
    }
}

/* ============================================================
   HERO SLIDER
   ============================================================ */
.te-hero-slider {
    position: relative;
    width: 100%;
    height: 90vh;
    min-height: 580px;
    overflow: hidden;
    margin-top: 70px;
}

.te-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.9s ease;
    display: flex;
    align-items: center;
    pointer-events: none;
}

.te-slide--active {
    opacity: 1;
    z-index: 2;
    pointer-events: auto;
}

.te-slide__bg {
    position: absolute;
    inset: 0;
    animation: teKenBurns 10s ease-in-out infinite alternate;
}

@keyframes teKenBurns {
    from { transform: scale(1); }
    to   { transform: scale(1.06); }
}

.te-slide__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(10,13,17,0.88) 0%, rgba(0,0,0,0.75) 100%);
}

.te-slide__inner {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.te-slide__inner--center {
    grid-template-columns: 1fr;
    text-align: center;
    max-width: 900px;
}

.te-slide__content {
    color: var(--white);
}

.te-slide__content--center {
    margin: 0 auto;
}

.te-badge {
    display: inline-block;
    background: rgba(227,25,55,0.15);
    border: 1px solid rgba(227,25,55,0.35);
    color: #ff5570;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 22px;
}

.te-slide__content h1 {
    font-size: 58px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 18px;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s ease 0.3s, transform 0.7s ease 0.3s;
}

.te-slide--active .te-slide__content h1 {
    opacity: 1;
    transform: translateY(0);
}

.te-slide__content > p {
    font-size: 17px;
    color: rgba(255,255,255,0.85);
    line-height: 1.75;
    margin-bottom: 32px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.7s ease 0.5s, transform 0.7s ease 0.5s;
}

.te-slide--active .te-slide__content > p {
    opacity: 1;
    transform: translateY(0);
}

.te-slide__btns {
    opacity: 0;
    transform: translateY(15px);
    transition: opacity 0.7s ease 0.65s, transform 0.7s ease 0.65s;
}

.te-slide--active .te-slide__btns {
    opacity: 1;
    transform: translateY(0);
}

.te-slide__visual {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 0.8s ease 0.4s, transform 0.8s ease 0.4s;
}

.te-slide--active .te-slide__visual {
    opacity: 1;
    transform: translateX(0);
}

.te-slide__visual img {
    max-height: 520px;
    max-width: 100%;
    object-fit: cover;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -20px 80px rgba(227,25,55,0.25), 0 0 0 1px rgba(196,154,42,0.15);
    filter: drop-shadow(0 30px 60px rgba(0,0,0,0.5));
}

.te-slide__visual--gold img {
    box-shadow: 0 -20px 80px rgba(196,154,42,0.3), 0 0 0 1px rgba(196,154,42,0.2);
}

/* Slider stats (slide 3) */
.te-slide__stats {
    display: flex;
    gap: 40px;
    justify-content: center;
    margin: 30px 0;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.7s ease 0.55s, transform 0.7s ease 0.55s;
}

.te-slide--active .te-slide__stats {
    opacity: 1;
    transform: translateY(0);
}

.te-stat {
    text-align: center;
}

.te-stat strong {
    display: block;
    font-size: 42px;
    font-weight: 800;
    color: var(--gold);
    line-height: 1;
}

.te-stat span {
    font-size: 12px;
    color: rgba(255,255,255,0.6);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 6px;
    display: block;
}

/* Slider controls */
.te-slider__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    color: var(--white);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.te-slider__btn:hover {
    background: var(--gold);
    border-color: var(--gold);
}

.te-slider__btn--prev { left: 25px; }
.te-slider__btn--next { right: 25px; }

.te-slider__dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 10px;
    align-items: center;
}

.te-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,0.35);
    cursor: pointer;
    transition: all 0.35s;
}

.te-dot--active {
    background: var(--gold);
    width: 28px;
    border-radius: 5px;
}

/* ============================================================
   SECTIONS
   ============================================================ */
.te-section {
    padding: 90px 40px;
    max-width: 1400px;
    margin: 0 auto;
}

.te-section--gray {
    background: var(--light-bg);
    max-width: 100%;
    padding: 90px 40px;
}

.te-section--gray > * {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.te-section--dark {
    background: linear-gradient(135deg, #0a0d11 0%, #1a1f2e 100%);
    color: var(--white);
    max-width: 100%;
    padding: 90px 40px;
    text-align: center;
}

.te-cta-final h2 {
    font-size: 46px;
    margin-bottom: 20px;
    font-weight: 700;
}

.te-cta-final > p {
    font-size: 17px;
    color: rgba(255,255,255,0.75);
    max-width: 600px;
    margin: 0 auto 35px;
}

/* ============================================================
   LOGO STRIP
   ============================================================ */
.te-logo-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 30px 40px;
    background: var(--white);
    border-bottom: 2px solid rgba(196,154,42,0.15);
    border-top: 2px solid rgba(196,154,42,0.15);
    flex-wrap: wrap;
}

.te-logo-strip__text {
    display: flex;
    flex-direction: column;
}

.te-logo-strip__text strong {
    font-size: 20px;
    color: var(--dark);
    font-weight: 700;
}

.te-logo-strip__text span {
    font-size: 13px;
    color: #888;
}

.te-logo-strip__phone {
    background: var(--exp-red);
    color: var(--white);
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s;
    margin-left: 20px;
}

.te-logo-strip__phone:hover {
    background: #c0152f;
    transform: translateY(-2px);
    color: var(--white);
    text-decoration: none;
}

/* ============================================================
   PROPERTY CARDS (with real photos)
   ============================================================ */
.te-props-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
    gap: 35px;
    margin-top: 60px;
}

.te-props-grid--full {
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
}

.te-prop-card {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 35px rgba(0,0,0,0.1);
    transition: all 0.35s;
    background: var(--white);
}

.te-prop-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(227,25,55,0.18);
}

.te-prop-card__img-wrap {
    position: relative;
    height: 270px;
    overflow: hidden;
}

.te-prop-card__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    display: block;
}

.te-prop-card:hover .te-prop-card__img-wrap img {
    transform: scale(1.05);
}

.te-prop-card__img-wrap--placeholder {
    background: linear-gradient(135deg, #0a0d11, #1a0508);
}

.te-prop-card__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 80px;
    background: linear-gradient(135deg, #0a0d11, #1a0508);
}

.te-prop-card__badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--exp-red);
    color: var(--white);
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.te-prop-card__badge--rent   { background: #1a7a3f; }
.te-prop-card__badge--both   { background: #7b2fa0; }
.te-prop-card__badge--commercial { background: #0a4f8c; }

.te-prop-card__body {
    padding: 28px 30px 30px;
}

.te-prop-card__btn {
    display: inline-block;
    margin-top: 18px;
    background: var(--dark);
    color: var(--white);
    padding: 12px 28px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s;
    width: 100%;
    text-align: center;
}

.te-prop-card__btn:hover {
    background: var(--exp-red);
    color: var(--white);
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(227,25,55,0.3);
}

/* ============================================================
   TONY ABOUT SECTION
   ============================================================ */
.te-about {
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 70px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.te-about__photo {
    position: relative;
}

.te-about__photo img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(227,25,55,0.2);
    display: block;
}

.te-about__badge-exp {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: var(--white);
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.te-about__content .label {
    color: var(--exp-red);
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}

.te-about__content h2 {
    font-size: 48px;
    color: var(--dark);
    font-weight: 800;
    margin-bottom: 5px;
    line-height: 1.1;
}

.te-about__subtitle {
    font-size: 15px;
    color: var(--gold);
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.te-about__content > p {
    font-size: 16px;
    color: #555;
    line-height: 1.85;
    margin-bottom: 25px;
}

.te-about__values {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.te-value {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: #444;
}

.te-value span {
    color: var(--exp-red);
    font-weight: 800;
    font-size: 16px;
    flex-shrink: 0;
}

/* ============================================================
   RESPONSIVE — SLIDER & NEW COMPONENTS
   ============================================================ */
@media (max-width: 960px) {
    .te-slide__inner {
        grid-template-columns: 1fr;
        padding: 0 30px;
        text-align: center;
    }
    .te-slide__visual { display: none; }
    .te-slide__content h1 { font-size: 42px; }
    .te-about { grid-template-columns: 1fr; }
    .te-about__photo { max-width: 350px; margin: 0 auto; }
    .te-about__badge-exp { right: 0; }
    .te-about__content { text-align: center; }
    .te-about__values { align-items: center; }
    .te-slider__btn { display: none; }
}

@media (max-width: 600px) {
    .te-hero-slider { height: 85vh; min-height: 500px; }
    .te-slide__content h1 { font-size: 32px; }
    .te-slide__content > p { font-size: 15px; }
    .te-slide__stats { gap: 20px; }
    .te-stat strong { font-size: 30px; }
    .te-props-grid, .te-props-grid--full { grid-template-columns: 1fr; }
    .te-logo-strip { flex-direction: column; text-align: center; }
    .te-logo-strip__phone { margin-left: 0; }
    .te-section { padding: 60px 20px; }
}
