﻿:root {
    --bg: #0c0c0d;
    --bg-soft: #161719;
    --panel: #1c1d20;
    --panel-2: #232428;
    --text: #f3f3f3;
    --muted: #b7b7b7;
    --accent: #ff7a00;
    --accent-2: #ff9d45;
    --line: rgba(255,255,255,.08);
    --shadow: 0 18px 40px rgba(0,0,0,.35);
    --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(180deg, #0a0a0a, #131313 35%, #0d0d0e 100%);
    color: var(--text);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.topbar {
    position: sticky; top: 0; z-index: 50;
    backdrop-filter: blur(10px);
    background: rgba(12,12,13,.86);
    border-bottom: 1px solid var(--line);
}
.nav-wrap {
    display: flex; align-items: center; justify-content: space-between; min-height: 84px; gap: 20px;
}
.brand { display: flex; align-items: center; gap: 14px; }
.brand-logo { width: 60px; height: 60px; object-fit: contain; border-radius: 14px; box-shadow: var(--shadow); }
.brand-name { display:block; font-weight: 800; letter-spacing: 1px; }
.brand-sub { display:block; color: var(--muted); font-size: .95rem; }
.main-nav { display:flex; align-items:center; gap: 8px; }
.main-nav a { padding: 12px 14px; border-radius: 999px; color: #eaeaea; }
.main-nav a:hover { background: rgba(255,255,255,.05); }
.main-nav .nav-cta { background: var(--accent); color: #1a1a1a; font-weight: 700; }
.menu-toggle {
    display:none; background:transparent; border:0; padding:8px; cursor:pointer;
}
.menu-toggle span {
    display:block; width:26px; height:3px; background:#fff; margin:5px 0; border-radius:3px;
}
.hero {
    position: relative;
    min-height: 78vh;
    background-image: linear-gradient(115deg, rgba(0,0,0,.84), rgba(0,0,0,.45)), url('../Images/mejoradas/6.jpeg');
    background-size: cover; background-position: center;
    display:flex; align-items:center;
}
.hero-grid { position:relative; z-index:2; display:grid; grid-template-columns: 1.2fr .8fr; gap: 28px; padding: 72px 0; }
.eyebrow, .section-tag {
    display:inline-flex; background: rgba(255,122,0,.14); color: var(--accent-2); border:1px solid rgba(255,122,0,.25);
    padding: 8px 12px; border-radius: 999px; font-size: .86rem; font-weight: 700; letter-spacing:.4px;
}
.hero h1, .page-hero h1 { font-size: clamp(2.4rem, 6vw, 4.6rem); line-height: .97; margin: 16px 0; max-width: 760px; }
.hero p, .page-hero p { font-size: 1.08rem; color: #e2e2e2; max-width: 650px; }
.hero-actions, .cta-actions, .stack-actions { display:flex; gap: 14px; flex-wrap: wrap; margin-top: 24px; }
.hero-badges { display:flex; flex-wrap:wrap; gap: 10px; margin-top: 18px; }
.hero-badges span { padding: 10px 14px; border-radius: 999px; background: rgba(255,255,255,.08); color:#fff; border:1px solid rgba(255,255,255,.08); }
.card-glass {
    background: linear-gradient(180deg, rgba(255,255,255,.11), rgba(255,255,255,.05));
    border:1px solid rgba(255,255,255,.12);
    box-shadow: var(--shadow);
    border-radius: var(--radius);
    padding: 28px;
}
.check-list { padding-left: 18px; color: #ddd; }
.check-list li { margin: 10px 0; }
.section { padding: 84px 0; }
.section-head { text-align:center; max-width: 840px; margin: 0 auto 34px; }
.section-head.align-left { text-align:left; max-width: none; }
.section-head h2 { font-size: clamp(2rem, 4vw, 3rem); margin: 16px 0 10px; }
.section-head p { color: var(--muted); font-size: 1.02rem; }
.feature-grid, .mission-grid, .pricing-grid, .contact-grid {
    display:grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
}
.feature-card, .mission-card, .price-card, .contact-card {
    background: linear-gradient(180deg, var(--panel), var(--panel-2));
    border:1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow);
}
.feature-card h3, .mission-card h3, .price-card h3, .contact-card h3 { margin-top: 10px; font-size: 1.35rem; }
.feature-card p, .mission-card p, .contact-card p, .price-card li { color: var(--muted); }
.dark-section { background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01)); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.poster-grid { display:grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.poster-card { overflow:hidden; background:#111; border:1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.poster-card img { width:100%; height: 360px; object-fit: cover; }
.poster-copy { padding: 20px; }
.poster-copy h3 { margin: 0 0 10px; }
.poster-copy p { color: var(--muted); margin: 0; }
.page-hero.small-hero { padding: 74px 0 34px; background: radial-gradient(circle at top right, rgba(255,122,0,.12), transparent 30%); }
.two-col { display:grid; grid-template-columns: 1fr 1fr; gap: 26px; align-items:center; }
.image-card img { border-radius: var(--radius); border: 1px solid var(--line); box-shadow: var(--shadow); }
.gallery-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gallery-grid img { height: 300px; width:100%; object-fit: cover; border-radius: 18px; border:1px solid var(--line); box-shadow: var(--shadow); }
.price-card .price { font-size: 2.4rem; font-weight: 900; margin: 10px 0 16px; color: var(--accent-2); }
.price-card ul { padding-left: 18px; min-height: 120px; }
.price-card.featured { outline: 2px solid rgba(255,122,0,.35); transform: translateY(-8px); }
.cta-band { display:flex; align-items:center; justify-content:space-between; gap: 18px; background: linear-gradient(135deg, rgba(255,122,0,.14), rgba(255,255,255,.02)); border:1px solid rgba(255,122,0,.18); padding: 28px; border-radius: var(--radius); }
.btn {
    display:inline-flex; align-items:center; justify-content:center; padding: 14px 18px; border-radius: 999px;
    font-weight: 700; transition: .25s ease; border:1px solid transparent;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--accent); color:#171717; }
.btn-secondary { background: rgba(255,255,255,.08); color:#fff; border-color: rgba(255,255,255,.08); }
.btn-outline { border-color: rgba(255,255,255,.16); color:#fff; }
.btn.full { width: 100%; }
.footer { border-top:1px solid var(--line); padding-top: 28px; margin-top: 40px; background: #0a0a0b; }
.footer-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap: 22px; padding-bottom: 22px; }
.footer h4 { margin: 0 0 10px; }
.footer p, .footer-link { color: var(--muted); }
.footer-copy { padding: 16px; text-align:center; border-top:1px solid var(--line); color:#9e9e9e; }

@media (max-width: 960px) {
    .hero-grid, .two-col, .feature-grid, .mission-grid, .pricing-grid, .contact-grid, .footer-grid, .gallery-grid, .poster-grid, .cta-band {
        grid-template-columns: 1fr;
    }
    .cta-band { display:grid; }
    .main-nav {
        display:none; position:absolute; left:16px; right:16px; top:84px; background:#111214; border:1px solid var(--line);
        border-radius: 18px; padding: 12px; flex-direction:column; align-items:stretch; box-shadow: var(--shadow);
    }
    .main-nav.open { display:flex; }
    .main-nav a { width:100%; border-radius: 14px; }
    .menu-toggle { display:block; }
}
@media (max-width: 640px) {
    .container { width: min(100% - 22px, 1180px); }
    .hero { min-height: auto; }
    .section { padding: 64px 0; }
    .hero-grid { padding: 48px 0; }
    .poster-card img, .gallery-grid img { height: auto; }
    .brand-logo { width: 48px; height: 48px; }
    .brand-name { font-size: .98rem; }
    .brand-sub { font-size: .82rem; }
}
.hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
    justify-content: center;
}
.contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    align-items: stretch;
}

.form-card {
    background: linear-gradient(180deg, var(--panel), var(--panel-2));
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 24px;
    box-shadow: var(--shadow);
}

.info-block {
    margin-bottom: 18px;
}

    .info-block h3 {
        margin: 0 0 8px;
        font-size: 1.1rem;
    }

    .info-block p {
        margin: 0;
        color: var(--muted);
        line-height: 1.6;
    }

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.field {
    display: flex;
    flex-direction: column;
}

    .field.full {
        grid-column: 1 / -1;
    }

    .field label {
        margin-bottom: 8px;
        font-weight: 600;
        color: #fff;
    }

    .field input,
    .field select,
    .field textarea {
        width: 100%;
        padding: 14px 16px;
        border-radius: 14px;
        border: 1px solid var(--line);
        background: rgba(255,255,255,.04);
        color: var(--text);
        outline: none;
        font: inherit;
    }

        .field input:focus,
        .field select:focus,
        .field textarea:focus {
            border-color: rgba(255,122,0,.45);
            box-shadow: 0 0 0 3px rgba(255,122,0,.10);
        }

    .field textarea {
        min-height: 140px;
        resize: vertical;
    }

.contact-card,
.form-card {
    height: 100%;
}

    .contact-card .btn {
        margin-top: 10px;
    }

@media (max-width: 960px) {
    .contact {
        grid-template-columns: 1fr;
    }

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

    .field.full {
        grid-column: auto;
    }
}
.mapa {
    margin-top: 12px;
    overflow: hidden;
    border-radius: var(--radius);
    border: 1px solid var(--line);
}
.field select {
    background-color: #111;
    color: #fff;
    border-radius: 14px;
    padding: 14px;
    appearance: none; /* 🔥 quita estilo feo del sistema */
    cursor: pointer;
}
.field select {
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 18px;
}
.floating-wa {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #25D366; /* verde WhatsApp */
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 10px 25px rgba(0,0,0,.3);
    z-index: 9999;
    text-decoration: none;
}