main {
    margin-left: 190px; /* mismo ancho que el nav */
}

/* secciones generales */
section {
    padding: 40px 60px;
    background-color: var(--cream);
    margin-bottom: 20px;
}

.why-section,
.breeding-section {
    display: flex;
    gap: 30px;
    align-items: center;
}

.why-text,
.breeding-text {
    flex: 1;
}

.why-image,
.breeding-image {
    flex: 1;
    text-align: center;
}

.why-image img,
.breeding-image img {
    max-width: 100%;
    border-radius: 8px;
}

/* FOOTER */
.footer {
    margin-left: 190px;
    padding: 20px 60px;
    background-color: var(--brown-dark);
    color: var(--cream);
    font-size: 14px;
}
.footer a {
    color: var(--cream);
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}
.why-image img,
.breeding-image img {
    width: 408px;
    height: 246px;
    object-fit: cover;
    border-radius: 8px; /* opcional */
}
/* ===========================
   MOBILE RESPONSIVE FIX
   =========================== */
@media (max-width: 1280px) {

    /* Quitar el empuje del menú */
    main {
        margin-left: 0;
    }

    .footer {
        margin-left: 0;
        padding: 20px;
        text-align: center;
    }

    /* Secciones en una sola columna */
    .why-section,
    .breeding-section {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    /* Texto ocupa todo el ancho */
    .why-text,
    .breeding-text {
        width: 100%;
    }

    /* Imágenes se ajustan al ancho del celular */
    .why-image img,
    .breeding-image img {
        width: 100%;
        height: auto;
    }

    /* Ajustar padding general */
    section {
        padding: 20px;
    }
}
/* ===========================
   FIX DEFINITIVO PARA MÓVIL
   =========================== */
@media (max-width: 1280px) {

    /* Quitar el espacio del menú */
    main {
        margin-left: 0 !important;
    }

    .footer {
        margin-left: 0 !important;
    }

    /* Asegurar que el contenido use todo el ancho */
    body {
        display: block !important;
    }
}
.rotate-message {
    display: none;
    background-color: #f8e8c8;
    color: #5a3b1e;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}
/* Mostrar solo cuando el teléfono esté vertical */
@media screen and (orientation: portrait) {
    .rotate-message {
        display: block;
    }
}
.rotate-message {
    display: none;
    background-color: #f8e8c8;
    color: #5a3b1e;
    padding: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 20px; /* ← LETRAS MÁS GRANDES */
    line-height: 1.4;
    border-bottom: 2px solid #d2b48c;
}

/* Mostrar solo cuando el teléfono esté vertical */
@media screen and (orientation: portrait) {
    .rotate-message {
        display: block;
    }
}
.rotate-message {
    display: none;
}

/* Solo teléfonos pequeños Y solo en vertical */
@media screen and (max-width: 768px) and (orientation: portrait) {
    .rotate-message {
        display: block;
    }
}
/* SOLO teléfono vertical */
@media screen and (max-width: 768px) and (orientation: portrait) {

    .hero {
        min-height: auto;
        padding: 10px 0;
    }

    .hero-content {
        padding: 15px 20px; /* más compacto */
    }

    .hero-hybrid {
        width: 140px; /* más pequeño para que no rompa el layout */
    }

    .hero-title h1 {
        font-size: 36px;
    }

    .hero-title p {
        font-size: 16px;
    }
}
/* SOLO teléfono vertical */
@media screen and (max-width: 768px) and (orientation: portrait) {

    .hero-content {
        padding: 20px 20px; /* antes 80px 70px */
    }

    .hero-hybrid {
        width: 140px; /* reduce la imagen para que quepa */
    }

    .hero-title h1 {
        font-size: 36px; /* antes 64px */
    }

    .hero-title p {
        font-size: 16px; /* antes 22px */
    }
}
/* SOLO teléfono vertical */
@media screen and (max-width: 768px) and (orientation: portrait) {

    .hero-brand {
        flex-direction: column; /* antes row */
        align-items: center;
        text-align: center;
        gap: 10px;
        padding: 10px 20px;
    }

    .hero-hybrid {
        width: 150px; /* más pequeño para que no domine */
    }

    .hero-content {
        padding: 15px 20px;
    }

    .hero-title h1 {
        font-size: 36px;
    }

    .hero-title p {
        font-size: 16px;
    }
}
/* MANO DURA: teléfono vertical */
@media screen and (max-width: 768px) and (orientation: portrait) {

    .hero-brand {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        width: 100% !important;
        gap: 10px !important;
        padding: 10px 15px !important;
    }

    .hero-hybrid {
        width: 140px !important;
        max-width: 100% !important;
    }

    .hero-title {
        width: 100% !important;
    }

    .hero-title h1 {
        font-size: 32px !important;
        line-height: 1.1 !important;
    }

    .hero-title p {
        font-size: 16px !important;
    }

    .hero-content {
        padding: 10px 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
}
@media screen and (max-width: 768px) and (orientation: portrait) {

    .hero-brand {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
        padding: 10px 20px;
    }

    .hero-hybrid {
        width: 150px;
    }

    .hero-title h1 {
        font-size: 36px;
    }

    .hero-title p {
        font-size: 16px;
    }

    .hero-contact {
        font-size: 14px;
        flex-wrap: wrap;
        justify-content: center;
        gap: 5px;
    }
}
/* FORM CARD */
.form-card {
    background: #f8f4ec; /* crema suave */
    border: 1px solid #d8c9a9; /* marrón claro */
    padding: 25px;
    border-radius: 12px;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

/* LABELS */
.form-label {
    font-weight: 600;
    color: #4a3b2f;
    margin-bottom: 5px;
    display: block;
}

/* INPUTS */
.form-input,
.form-textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #c7b79a;
    border-radius: 8px;
    margin-bottom: 15px;
    font-size: 16px;
    background: #fff;
    color: #3a2f25;
}

/* BUTTON */
.button-primary {
    background: #6b4f2a; /* marrón elegante */
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    cursor: pointer;
    width: 100%;
    transition: 0.2s ease;
}

.button-primary:hover {
    background: #5a4323;
}
.form-card {
    background: #f8f4ec;
    border: 1px solid #d8c9a9;
    padding: 70px 50px; /* DOBLE espacio */
    border-radius: 12px;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.form-input,
.form-textarea {
    margin-bottom: 12px; /* más espacio entre campos */
}

.form-label {
    margin-top: 6px; /* más separación entre label y campo */
}
.form-card * {
    display: block;
    width: 100%;
}
