@import "index/compara-img.css";
@import "index/index.css";
@import "particulares/particulares.css";
@import "profesionales/profesionales.css";
@import "faq/faq.css";
@import "placeholder/placeholder.css";
@import "integracion/integracion.css";
@import "productos/productos.css";
@import "catalogo/catalogo.css";
@import "layout/producto-dropdown.css";
@import "responsive.css";


body{
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1rem;
    color: #1f2937;
    background: #f5f7fb;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    color: #0f172a;
    font-weight: 700;
}

.navbar {
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
    position: relative;
    z-index: 1300;
}

.main-navbar {
    background: rgba(245, 247, 251, 0.96);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid #dbe1ea;
    position: sticky;
    top: 0;
    z-index: 1300;
}

.brand-logo {
    width: clamp(170px, 26vw, 310px);
    background: #88898a;
    padding: 0.4rem 0.9rem;
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
}

.nav-link-main {
    color: #0f172a;
    font-weight: 600;
    border-radius: 10px;
    padding: 0.5rem 0.85rem !important;
    transition: all 0.2s ease;
}

.nav-link-main:hover,
.nav-link-main.active {
    color: #0b4a87;
    background: #e6edf8;
}

.nav-cta {
    border-radius: 999px;
    padding-inline: 1rem;
    font-weight: 600;
}

.sub-navbar {
    background: linear-gradient(120deg, #e11d48 0%, #f97316 100%);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.16);
    position: sticky;
    top: 76px;
    z-index: 1200;
}

.sub-navbar-list {
    min-height: 48px;
    align-items: center;
}

.sub-nav-link {
    color: #fdf2f8;
    font-weight: 600;
    border-radius: 10px;
    padding: 0.4rem 0.8rem !important;
}

.sub-nav-link:hover,
.sub-nav-link.active {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.18);
}

.hero-home-bg {
    max-height: 62vh;
    object-fit: cover;
}

.hero-intro {
    margin-top: -1.5rem;
}

.hero-panel {
    border-radius: 22px;
    color: #ffffff;
    background: linear-gradient(120deg, #0f172a 0%, #1d4f8f 55%, #3b82f6 100%);
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.2);
}

.hero-title {
    color: #ffffff;
}

.hero-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    padding: 0.3rem 0.8rem;
    font-weight: 600;
    font-size: 0.9rem;
}

.hero-metrics {
    display: grid;
    gap: 0.9rem;
}

.hero-metrics > div {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 14px;
    padding: 0.9rem 1rem;
}

.hero-metrics h3 {
    color: #ffffff;
    margin: 0;
}

.hero-metrics p {
    margin: 0;
    opacity: 0.9;
}

.section-title {
    margin-bottom: 1rem;
}

.video-wrap {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 14px 35px rgba(17, 24, 39, 0.18);
    min-height: 460px;
}

.video-wrap iframe {
    width: 100%;
    height: 100%;
    min-height: 460px;
    border: 0;
}

.download-banner {
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #dbe1ea;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.07);
}

.section-soft {
    background: #edf2f7;
}

.section-light {
    background: #f3f4f6;
}

.section-brand {
    background: linear-gradient(120deg, #0ea5a4 0%, #2563eb 100%);
}

.section-accent {
    background: linear-gradient(120deg, #dc2626 0%, #f97316 100%);
}

.section-accent h1,
.section-accent h2,
.section-accent h3 {
    color: #fff7ed;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.section-accent p {
    color: #fff1f2;
}

.comparison-card {
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid #dfe6ef;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
    width: 100%;
    max-width: 470px;
}

.img-comp-container {
    margin: 0 auto;
}

.main-footer {
    position: relative;
    background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
    color: #cbd5e1;
}

.main-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #e11d48, #f97316);
}

.footer-brand {
    text-decoration: none;
}

.footer-logo {
    width: clamp(150px, 18vw, 220px);
    background: #88898a;
    padding: 0.45rem 0.85rem;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.footer-tagline {
    margin: 1.25rem 0 0;
    max-width: 28ch;
    color: #94a3b8;
    font-size: 0.95rem;
    line-height: 1.55;
}

.footer-heading {
    color: #f8fafc;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.footer-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.55rem;
}

.footer-nav a {
    color: #cbd5e1;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: color 0.2s ease;
}

.footer-nav a:hover {
    color: #f97316;
}

.footer-hours {
    margin: 1.25rem 0 0;
    color: #94a3b8;
    font-size: 0.9rem;
    line-height: 1.5;
}

.footer-hours strong {
    color: #e2e8f0;
}

.footer-bottom {
    border-top: 1px solid rgba(148, 163, 184, 0.2);
    text-align: center;
    color: #64748b;
    font-size: 0.875rem;
}

.form-page,
.product-page {
    margin-top: 1.5rem;
}

.form-info-card,
.form-card,
.product-hero,
.info-card {
    background: #ffffff;
    border: 1px solid #dde5f0;
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.form-info-card {
    background: linear-gradient(145deg, #0f172a 0%, #1d4f8f 100%);
    color: #e2e8f0;
}

.form-info-card h1,
.form-info-card p,
.form-info-list li {
    color: #f8fafc;
}

.form-info-list {
    padding-left: 1.1rem;
}

.form-control-modern {
    border: 1px solid #d7deea !important;
    border-radius: 12px !important;
    box-shadow: none !important;
}

.form-control-modern:focus {
    border-color: #e83643 !important;
    box-shadow: 0 0 0 0.18rem rgba(232, 54, 67, 0.2) !important;
}

.textarea-modern {
    min-height: 150px !important;
}

.product-hero {
    background: linear-gradient(145deg, #ffffff 0%, #f8fbff 100%);
}

.product-details-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0.75rem;
}

.product-detail-chip {
    background: #f4f7fc;
    border: 1px solid #dce5f2;
    border-radius: 12px;
    padding: 0.7rem 0.9rem;
    font-weight: 500;
}

.product-image-wrap {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #d8e2f0;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
    background: #ffffff;
}

.table-modern {
    --bs-table-bg: transparent;
    margin: 0;
}

.table-modern th,
.table-modern td {
    border-color: #e5ebf4;
    padding: 0.8rem 0.7rem;
}

.table-modern thead th {
    background: #eef3fb;
    color: #0f172a;
}

.table-modern tbody tr:nth-child(even) {
    background: #f8fbff;
}

.table-modern-compact th,
.table-modern-compact td {
    font-size: 0.95rem;
}

.product-notes {
    color: #334155;
}

.product-back-link {
    margin-bottom: 1rem;
}

.product-back-link a {
    color: #1d4f8f;
    font-weight: 600;
    text-decoration: none;
}

.product-back-link a:hover {
    text-decoration: underline;
}

.page-contact-section {
    background: #eceff3;
    padding: 4rem 0 5rem;
}

.page-contact-section--flush-top {
    background: #f5f7fb;
    padding: 0 0 5rem;
}

.page-contact-wrap {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.1);
    border: 1px solid #e2e8f0;
}

@media (max-width: 991.98px) {
    .hero-intro {
        margin-top: 0;
    }
}

@media (max-width: 575.98px) {
    .table-modern {
        font-size: 0.88rem;
    }

    .table-modern th,
    .table-modern td {
        padding: 0.55rem 0.45rem;
    }
}