.elementor-367413 .elementor-element.elementor-element-794f0f9{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-367413 .elementor-element.elementor-element-63f24ae > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}/* Start custom CSS for section, class: .elementor-element-794f0f9 */@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400&family=Syne:wght@400;500;600;700;800&display=swap');

:root {
            --black: #0a0a0a;
            --dark: #111111;
            --mid: #1c1c1c;
            --surface: #222222;
            --border: rgba(255, 255, 255, 0.08);
            --text: #f0ece6;
            --muted: #888880;
            --accent: #c8a96e;
            --accent2: #e8d5a3;
            --wood: #8b6f47;
            --white: #ffffff;
            --green: #2d4a2d;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
            overflow-x: hidden;
            max-width: 100vw;
        }

        body {
            font-family: 'DM Sans', sans-serif;
            background: var(--black);
            color: var(--text);
            overflow-x: hidden;
            max-width: 100vw;
            cursor: default;
        }

        /* ─── NAVBAR ─── */
        nav {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 100;
            padding: 20px 48px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            background: rgba(10, 10, 10, 0.1);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border-bottom: 1px solid transparent;
            transition: background 0.3s, border-color 0.3s, padding 0.3s;
        }

        nav.scrolled {
            background: rgba(10, 10, 10, 0.7);
            border-bottom: 1px solid var(--border);
            padding: 15px 48px;
        }

        .nav-logo {
            font-family: 'Syne', sans-serif;
            font-weight: 800;
            font-size: 16px;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            color: var(--accent);
            text-decoration: none;
        }

        .nav-logo span {
            color: var(--text);
        }

        .nav-links {
            display: flex;
            gap: 36px;
            list-style: none;
        }

        .nav-links a {
            color: var(--muted);
            text-decoration: none;
            font-size: 13px;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            font-weight: 500;
            transition: color 0.2s;
        }

        .nav-links a:hover {
            color: var(--text);
        }

        .nav-cta {
            background: var(--accent);
            color: var(--black) !important;
            padding: 10px 24px;
            border-radius: 2px;
            font-weight: 700 !important;
            letter-spacing: 0.1em;
            transition: background 0.2s, transform 0.2s !important;
        }

        .nav-cta:hover {
            background: var(--accent2) !important;
            transform: translateY(-1px);
        }

        .menu-toggle {
            display: none;
            flex-direction: column;
            gap: 6px;
            cursor: pointer;
            z-index: 110;
        }

        .menu-toggle span {
            display: block;
            width: 28px;
            height: 2px;
            background: var(--text);
            transition: 0.3s;
        }

        /* ─── HERO ─── */
        .hero {
            min-height: 100vh;
            position: relative;
            display: flex;
            align-items: flex-end;
            padding: 0 48px 80px;
            overflow: hidden;
        }

        .hero-bg {
            position: absolute;
            inset: 0;
            background:
                linear-gradient(to bottom, rgba(10, 10, 10, 0.3) 0%, rgba(10, 10, 10, 0.1) 40%, rgba(10, 10, 10, 0.85) 100%),
                linear-gradient(135deg, rgba(139, 111, 71, 0.15) 0%, transparent 60%);
            z-index: 1;
        }

        .hero-img {
            position: absolute;
            inset: 0;
            z-index: 0;
            background-image: url('https://grupopatagoniasma.com/wp-content/uploads/2026/04/IMG-20260331-WA0146-1-scaled-1.jpg');
            background-size: cover;
            background-position: center 45%;
            background-repeat: no-repeat;
            filter: brightness(0.7) saturate(0.85);
        }

        .hero-content {
            position: relative;
            z-index: 2;
            max-width: 900px;
        }

        .hero-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(200, 169, 110, 0.12);
            border: 1px solid rgba(200, 169, 110, 0.3);
            border-radius: 100px;
            padding: 6px 16px;
            font-size: 11px;
            letter-spacing: 0.14em;
            text-transform: uppercase;
            color: var(--accent);
            margin-bottom: 32px;
            font-weight: 600;
            animation: fadeUp 0.8s ease both;
        }

        .hero-badge::before {
            content: '';
            width: 6px;
            height: 6px;
            background: var(--accent);
            border-radius: 50%;
            animation: pulse 2s infinite;
        }

        @keyframes pulse {

            0%,
            100% {
                opacity: 1;
                transform: scale(1);
            }

            50% {
                opacity: 0.5;
                transform: scale(0.8);
            }
        }

        .hero h1 {
            font-family: 'Syne', sans-serif;
            font-weight: 800;
            font-size: clamp(52px, 7vw, 96px);
            line-height: 0.92;
            letter-spacing: -0.02em;
            text-transform: uppercase;
            color: var(--white);
            margin-bottom: 8px;
            animation: fadeUp 0.8s 0.1s ease both;
        }

        .hero h1 .accent {
            color: var(--accent);
        }

        .hero-sub {
            font-family: 'Syne', sans-serif;
            font-size: clamp(18px, 2.5vw, 28px);
            font-weight: 600;
            letter-spacing: 0.04em;
            color: var(--accent2);
            opacity: 0.9;
            margin-bottom: 24px;
            animation: fadeUp 0.8s 0.2s ease both;
        }

        .hero-desc {
            font-size: 16px;
            color: rgba(240, 236, 230, 0.65);
            line-height: 1.65;
            max-width: 520px;
            margin-bottom: 48px;
            font-weight: 300;
            animation: fadeUp 0.8s 0.3s ease both;
        }

        .hero-actions {
            display: flex;
            gap: 16px;
            align-items: center;
            animation: fadeUp 0.8s 0.4s ease both;
        }

        .btn-primary {
            background: var(--accent);
            color: var(--black);
            padding: 16px 40px;
            font-family: 'Syne', sans-serif;
            font-weight: 700;
            font-size: 13px;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            text-decoration: none;
            border-radius: 2px;
            transition: all 0.25s;
            border: none;
            cursor: pointer;
        }

        .btn-primary:hover {
            background: var(--accent2);
            transform: translateY(-2px);
            box-shadow: 0 8px 32px rgba(200, 169, 110, 0.3);
        }

        .btn-outline {
            background: transparent;
            color: var(--text);
            padding: 15px 40px;
            font-family: 'Syne', sans-serif;
            font-weight: 600;
            font-size: 13px;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            text-decoration: none;
            border: 1px solid rgba(240, 236, 230, 0.25);
            border-radius: 2px;
            transition: all 0.25s;
            cursor: pointer;
        }

        .btn-outline:hover {
            border-color: var(--accent);
            color: var(--accent);
            transform: translateY(-2px);
        }

        .hero-location {
            position: absolute;
            right: 48px;
            bottom: 80px;
            z-index: 2;
            text-align: right;
            animation: fadeUp 0.8s 0.5s ease both;
        }

        .hero-location p {
            font-size: 11px;
            letter-spacing: 0.2em;
            text-transform: uppercase;
            color: var(--muted);
        }

        .hero-location strong {
            display: block;
            font-family: 'Syne', sans-serif;
            font-size: 13px;
            color: var(--accent);
            font-weight: 700;
            letter-spacing: 0.15em;
        }

        /* ─── SCROLL INDICATOR ─── */
        .scroll-hint {
            position: absolute;
            bottom: 40px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 2;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 8px;
            opacity: 0.4;
            animation: fadeIn 1.5s 1s ease both;
        }

        .scroll-hint span {
            font-size: 10px;
            letter-spacing: 0.2em;
            text-transform: uppercase;
            color: var(--text);
        }

        .scroll-line {
            width: 1px;
            height: 40px;
            background: linear-gradient(to bottom, var(--text), transparent);
            animation: scrollDown 1.5s infinite;
        }

        @keyframes scrollDown {
            0% {
                transform: scaleY(0);
                transform-origin: top;
            }

            50% {
                transform: scaleY(1);
                transform-origin: top;
            }

            51% {
                transform: scaleY(1);
                transform-origin: bottom;
            }

            100% {
                transform: scaleY(0);
                transform-origin: bottom;
            }
        }

        /* ─── STATS BAR ─── */
        .stats-bar {
            background: var(--surface);
            border-top: 1px solid var(--border);
            border-bottom: 1px solid var(--border);
            padding: 32px 48px;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 0;
        }

        .stat-item {
            padding: 0 40px;
            border-right: 1px solid var(--border);
            text-align: center;
        }

        .stat-item:first-child {
            padding-left: 0;
        }

        .stat-item:last-child {
            border-right: none;
            padding-right: 0;
        }

        .stat-num {
            font-family: 'Syne', sans-serif;
            font-size: 36px;
            font-weight: 800;
            color: var(--accent);
            line-height: 1;
            margin-bottom: 6px;
        }

        .stat-label {
            font-size: 11px;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            color: var(--muted);
            font-weight: 500;
        }

        /* ─── SECTIONS ─── */
        section {
            padding: 100px 48px;
        }

        .section-tag {
            display: inline-block;
            font-size: 10px;
            letter-spacing: 0.25em;
            text-transform: uppercase;
            color: var(--accent);
            font-weight: 700;
            margin-bottom: 20px;
            padding: 4px 12px;
            border: 1px solid rgba(200, 169, 110, 0.3);
            border-radius: 100px;
        }

        h2, 
        .concept h2, 
        .models h2, 
        .construction h2, 
        .faq h2, 
        .contact h2 {
            font-family: 'Syne', sans-serif !important;
            font-weight: 800 !important;
            font-size: clamp(36px, 5vw, 64px);
            line-height: 0.95;
            letter-spacing: -0.02em;
            text-transform: uppercase;
            color: var(--white);
            margin-bottom: 24px;
        }

        h2 .line {
            display: block;
        }

        h2 .muted-line {
            color: rgba(240, 236, 230, 0.3);
        }

        /* ─── CONCEPT SECTION ─── */
        .concept {
            background: var(--dark);
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 80px;
            align-items: center;
        }

        .concept-text p {
            font-size: 16px;
            line-height: 1.8;
            color: rgba(240, 236, 230, 0.6);
            font-weight: 300;
            margin-bottom: 16px;
        }

        .concept-text p strong {
            color: var(--accent);
            font-weight: 600;
        }

        .concept-visual {
            position: relative;
            height: 500px;
            border-radius: 4px;
            overflow: hidden;
        }

        .concept-visual img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            filter: brightness(0.85) saturate(0.9);
        }

        .concept-visual-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(135deg, rgba(200, 169, 110, 0.08) 0%, transparent 60%);
        }

        .concept-chip {
            position: absolute;
            bottom: 24px;
            left: 24px;
            background: rgba(10, 10, 10, 0.9);
            border: 1px solid var(--border);
            border-radius: 4px;
            padding: 16px 20px;
            backdrop-filter: blur(8px);
        }

        .concept-chip p {
            font-size: 11px;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            color: var(--muted);
            margin-bottom: 4px;
        }

        .concept-chip strong {
            font-family: 'Syne', sans-serif;
            font-size: 20px;
            font-weight: 800;
            color: var(--accent);
        }

        /* ─── MODELOS ─── */
        .models {
            background: var(--black);
        }

        .models-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
            margin-bottom: 60px;
        }

        .models-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2px;
        }

        .model-card {
            background: var(--surface);
            position: relative;
            overflow: hidden;
            cursor: pointer;
            group: true;
            transition: transform 0.3s;
        }

        .model-card:hover {
            transform: scale(1.01);
        }

        .model-card:first-child {
            grid-row: span 2;
        }

        .model-img-wrap {
            height: 400px;
            overflow: hidden;
        }

        .model-img-wrap img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s ease;
            filter: brightness(0.75) saturate(0.8);
        }

        .model-card:hover .model-img-wrap img {
            transform: scale(1.05);
        }

        .model-info {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 24px;
            background: linear-gradient(to top, rgba(10, 10, 10, 0.95) 0%, transparent 100%);
        }

        .model-num {
            font-size: 10px;
            letter-spacing: 0.25em;
            color: var(--accent);
            text-transform: uppercase;
            font-weight: 700;
            margin-bottom: 6px;
        }

        .model-name {
            font-family: 'Syne', sans-serif;
            font-size: 22px;
            font-weight: 800;
            color: var(--white);
            margin-bottom: 4px;
            text-transform: uppercase;
        }

        .model-desc {
            font-size: 13px;
            color: rgba(240, 236, 230, 0.55);
            line-height: 1.5;
        }

        .model-size {
            display: inline-block;
            margin-top: 12px;
            background: rgba(200, 169, 110, 0.15);
            border: 1px solid rgba(200, 169, 110, 0.25);
            padding: 4px 12px;
            border-radius: 100px;
            font-size: 11px;
            color: var(--accent);
            letter-spacing: 0.1em;
            font-weight: 600;
        }

        /* ─── FEATURES GRID ─── */
        .features {
            background: var(--mid);
        }

        .features-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 1px;
            background: var(--border);
            margin-top: 60px;
        }

        .feature-item {
            background: var(--mid);
            padding: 40px 32px;
            transition: background 0.2s;
        }

        .feature-item:hover {
            background: var(--surface);
        }

        .feature-icon {
            width: 48px;
            height: 48px;
            border: 1px solid rgba(200, 169, 110, 0.3);
            border-radius: 4px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            color: var(--accent);
            font-size: 20px;
        }

        .feature-title {
            font-family: 'Syne', sans-serif;
            font-size: 15px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            color: var(--white);
            margin-bottom: 10px;
        }

        .feature-text {
            font-size: 13px;
            color: var(--muted);
            line-height: 1.65;
            font-weight: 300;
        }

        /* ─── CONSTRUCCION ─── */
        .construction {
            background: var(--dark);
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 100px;
            align-items: start;
        }

        .specs-list {
            margin-top: 40px;
        }

        .spec-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 18px 0;
            border-bottom: 1px solid var(--border);
        }

        .spec-label {
            font-size: 14px;
            color: var(--muted);
            font-weight: 400;
        }

        .spec-value {
            font-family: 'Syne', sans-serif;
            font-size: 14px;
            font-weight: 700;
            color: var(--accent);
            text-align: right;
        }

        .tech-blocks {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 16px;
            margin-top: 20px;
        }

        .tech-block {
            background: var(--surface);
            border: 1px solid var(--border);
            border-radius: 4px;
            padding: 24px;
        }

        .tech-block-icon {
            font-size: 24px;
            margin-bottom: 12px;
        }

        .tech-block-title {
            font-family: 'Syne', sans-serif;
            font-size: 13px;
            font-weight: 700;
            color: var(--white);
            text-transform: uppercase;
            letter-spacing: 0.08em;
            margin-bottom: 8px;
        }

        .tech-block-text {
            font-size: 12px;
            color: var(--muted);
            line-height: 1.6;
        }

        .tech-block-wide {
            grid-column: span 2;
        }

        /* ─── FAQ ─── */
        .faq {
            background: var(--black);
        }

        .faq-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 0 80px;
            margin-top: 60px;
        }

        .faq-item {
            border-bottom: 1px solid var(--border);
            padding: 28px 0;
            cursor: pointer;
        }

        .faq-question {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 16px;
        }

        .faq-q-text {
            font-family: 'Syne', sans-serif;
            font-size: 15px;
            font-weight: 700;
            color: var(--white);
            text-transform: uppercase;
            letter-spacing: 0.03em;
            line-height: 1.3;
        }

        .faq-toggle {
            width: 28px;
            height: 28px;
            border: 1px solid var(--border);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--accent);
            font-size: 18px;
            flex-shrink: 0;
            transition: all 0.2s;
        }

        .faq-item.open .faq-toggle {
            background: var(--accent);
            color: var(--black);
            transform: rotate(45deg);
        }

        .faq-answer {
            font-size: 14px;
            color: var(--muted);
            line-height: 1.7;
            margin-top: 0;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.35s ease, margin-top 0.3s;
            font-weight: 300;
        }

        .faq-item.open .faq-answer {
            max-height: 200px;
            margin-top: 14px;
        }

        /* ─── ASOCIADOS ─── */
        .partners {
            background: var(--surface);
            padding: 60px 48px;
            display: flex;
            align-items: center;
            gap: 60px;
            border-top: 1px solid var(--border);
            border-bottom: 1px solid var(--border);
        }

        .partners-label {
            font-size: 11px;
            letter-spacing: 0.2em;
            text-transform: uppercase;
            color: var(--muted);
            white-space: nowrap;
            font-weight: 600;
        }

        .partners-divider {
            width: 1px;
            height: 40px;
            background: var(--border);
        }

        .partner-logo {
            font-family: 'Syne', sans-serif;
            font-weight: 800;
            font-size: 18px;
            color: rgba(240, 236, 230, 0.5);
            letter-spacing: 0.05em;
            transition: color 0.2s;
        }

        .partner-logo:hover {
            color: var(--accent);
        }

        .partner-logo span {
            color: var(--accent);
        }

        /* ─── CONTACTO ─── */
        .contact {
            background: var(--dark);
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 80px;
            align-items: start;
        }

        .contact-form-wrap {
            background: var(--surface);
            border: 1px solid var(--border);
            border-radius: 4px;
            padding: 48px;
        }

        .contact-form-title {
            font-family: 'Syne', sans-serif;
            font-size: 22px;
            font-weight: 800;
            text-transform: uppercase;
            color: var(--white);
            margin-bottom: 32px;
        }

        .form-group {
            margin-bottom: 20px;
        }

        .form-group label {
            display: block;
            font-size: 11px;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            color: var(--muted);
            font-weight: 600;
            margin-bottom: 8px;
        }

        .form-group input,
        .form-group textarea,
        .form-group select {
            width: 100%;
            background: var(--mid);
            border: 1px solid var(--border);
            border-radius: 2px;
            padding: 14px 16px;
            color: var(--text);
            font-family: 'DM Sans', sans-serif;
            font-size: 15px;
            outline: none;
            transition: border-color 0.2s;
            appearance: none;
        }

        .form-group input:focus,
        .form-group textarea:focus,
        .form-group select:focus {
            border-color: var(--accent);
        }

        .form-group textarea {
            height: 100px;
            resize: vertical;
        }

        .form-group select option {
            background: var(--dark);
        }

        .form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 16px;
        }

        .contact-info {
            padding-top: 20px;
        }

        .contact-info h3 {
            font-family: 'Syne', sans-serif;
            font-size: clamp(28px, 3vw, 44px);
            font-weight: 800;
            text-transform: uppercase;
            line-height: 0.95;
            color: var(--white);
            margin-bottom: 24px;
        }

        .contact-info p {
            font-size: 15px;
            color: var(--muted);
            line-height: 1.7;
            margin-bottom: 40px;
            font-weight: 300;
        }

        .contact-details {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        .contact-detail {
            display: flex;
            align-items: center;
            gap: 16px;
        }

        .contact-detail-icon {
            width: 44px;
            height: 44px;
            background: var(--surface);
            border: 1px solid var(--border);
            border-radius: 4px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--accent);
            font-size: 18px;
            flex-shrink: 0;
        }

        .contact-detail-text p {
            font-size: 11px;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            color: var(--muted);
            margin-bottom: 2px;
            font-weight: 600;
        }

        .contact-detail-text a,
        .contact-detail-text strong {
            font-family: 'Syne', sans-serif;
            font-size: 16px;
            font-weight: 700;
            color: var(--white);
            text-decoration: none;
            transition: color 0.2s;
        }

        .contact-detail-text a:hover {
            color: var(--accent);
        }

        /* ─── FOOTER ─── */
        footer {
            background: var(--black);
            border-top: 1px solid var(--border);
            padding: 40px 48px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .footer-brand {
            font-family: 'Syne', sans-serif;
            font-weight: 800;
            font-size: 14px;
            color: var(--accent);
            letter-spacing: 0.1em;
            text-transform: uppercase;
        }

        .footer-brand span {
            color: var(--muted);
        }

        .footer-copy {
            font-size: 12px;
            color: var(--muted);
            letter-spacing: 0.05em;
        }

        .footer-seo {
            font-size: 11px;
            color: rgba(136, 136, 128, 0.4);
            text-align: right;
            max-width: 300px;
        }



        /* ─── ANIMATIONS ─── */
        @keyframes fadeUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
            }

            to {
                opacity: 1;
            }
        }

        .reveal {
            transition: opacity 0.7s ease, transform 0.7s ease;
        }

        .reveal.visible {
            opacity: 1 !important;
            transform: translateY(0) !important;
        }

        /* ─── RESPONSIVE ─── */
        @media (max-width: 900px) {
            nav {
                padding: 16px 24px;
            }

            nav.scrolled {
                padding: 12px 24px;
            }

            .menu-toggle {
                display: flex;
            }

            .nav-links {
                position: fixed;
                top: 0;
                left: 0;
                right: 0;
                height: 100vh;
                background: rgba(10, 10, 10, 0.98);
                flex-direction: column;
                align-items: center;
                justify-content: center;
                gap: 40px;
                opacity: 0;
                pointer-events: none;
                transition: opacity 0.3s, transform 0.3s;
                transform: translateY(-20px);
                z-index: 105;
            }

            .nav-links.active {
                opacity: 1;
                pointer-events: all;
                transform: translateY(0);
            }

            .nav-links a {
                font-size: 20px;
                font-weight: 700;
            }

            .menu-toggle.active span:nth-child(1) {
                transform: translateY(8px) rotate(45deg);
                background: var(--accent);
            }
            .menu-toggle.active span:nth-child(2) {
                opacity: 0;
            }
            .menu-toggle.active span:nth-child(3) {
                transform: translateY(-8px) rotate(-45deg);
                background: var(--accent);
            }

            section {
                padding: 70px 24px;
            }

            .hero {
                padding: 0 24px 80px;
            }

            .hero h1 {
                font-size: 48px;
            }

            .hero-location {
                display: none;
            }

            .stats-bar {
                grid-template-columns: repeat(2, 1fr);
                padding: 32px 24px;
                gap: 32px;
            }

            .stat-item {
                border-right: none;
                padding: 0;
                border-bottom: 1px solid var(--border);
                padding-bottom: 24px;
            }

            .stat-item:nth-child(2n) {
                border-right: none;
            }

            .concept,
            .construction,
            .contact {
                grid-template-columns: 1fr;
                gap: 48px;
                padding: 70px 24px;
            }

            .concept > div,
            .construction > div,
            .contact > div {
                min-width: 0;
                max-width: 100%;
                overflow: hidden;
            }

            .spec-item {
                flex-direction: column;
                align-items: flex-start;
                gap: 8px;
            }

            .spec-value {
                text-align: left;
            }

            .models-grid {
                grid-template-columns: 1fr;
            }

            .model-card:first-child {
                grid-row: span 1;
            }

            .features-grid {
                grid-template-columns: 1fr 1fr;
            }

            .faq-grid {
                grid-template-columns: 1fr;
                gap: 0;
            }

            .partners {
                padding: 40px 24px;
                flex-wrap: wrap;
                gap: 24px;
            }

            footer {
                flex-direction: column;
                gap: 16px;
                text-align: center;
                padding: 32px 24px;
            }

            .footer-seo {
                text-align: center;
            }

            .tech-blocks {
                grid-template-columns: 1fr;
            }
            
            .tech-block-wide {
                grid-column: span 1;
            }

            .form-row {
                grid-template-columns: 1fr;
            }

            .contact-form-wrap {
            padding: 28px;
        }
    }

    @media (max-width: 600px) {
        section {
            padding: 50px 20px;
        }

        .hero {
            padding: 0 20px 150px;
        }

        .scroll-hint {
            bottom: 20px;
        }

        .hero h1 {
            font-size: 38px;
        }

        h2 {
            font-size: 28px !important;
            word-wrap: break-word;
            overflow-wrap: break-word;
            hyphens: auto;
            max-width: 100%;
        }

        .hero-sub {
            font-size: 18px;
            margin-bottom: 20px;
        }

        .hero-desc {
            font-size: 15px;
            margin-bottom: 32px;
        }

        .hero-actions {
            flex-direction: column;
            width: 100%;
        }

        .btn-primary, .btn-outline {
            width: 100%;
            text-align: center;
        }

        .stats-bar {
            grid-template-columns: 1fr;
            padding: 24px 20px;
            gap: 24px;
        }

        .stat-item {
            border-bottom: 1px solid var(--border);
            padding-bottom: 16px;
        }

        .stat-item:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }

        .features-grid {
            grid-template-columns: 1fr;
        }

        .model-img-wrap {
            height: 300px;
        }

        h2 {
            font-size: 32px;
        }
        
        .contact-info h3 {
            font-size: 28px;
        }
    }/* End custom CSS */
/* Start custom CSS *//* Forzar especificidad de Elementor */
body.elementor-page-367413 .tiny-house-hero {
    min-height: 100vh !important;
    display: flex !important;
    align-items: flex-end !important;
    position: relative !important;
    background-image: url('https://grupopatagoniasma.com/wp-content/uploads/2026/04/IMG-20260331-WA0146-1-scaled.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
}

body.elementor-page-367413 .tiny-house-hero-content {
    position: relative !important;
    z-index: 10 !important;
    padding: 80px 5% !important;
}

body.elementor-page-367413 .tiny-house-badge {
    background: rgba(200,169,110,0.15) !important;
    border: 1px solid #c8a96e !important;
    color: #c8a96e !important;
    padding: 6px 16px !important;
    display: inline-block !important;
    text-transform: uppercase !important;
    font-size: 11px !important;
}

body.elementor-page-367413 h1, body.elementor-page-367413 h2 {
    color: #ffffff !important;
    font-family: 'Syne', sans-serif !important;
}

/* El resto de las variables para que el navegador las reconozca */
:root {
  --accent: #c8a96e;
  --white: #ffffff;
}/* End custom CSS */