        section {
            padding: 60px 0;
        }
        .section-light {
            background-color: #f8fafc;
        }
        .section-white {
            background: #ffffff;
        }
        .hero-gradient {
            background: linear-gradient(135deg, #fcf1ee 0%, #ffffff 100%);
            border-bottom: 1px solid rgba(0,100,120,0.08);
        }
        h1 {
            font-size: 4rem;
            font-weight: 800;
            margin-bottom: 1rem;
        }
        .gap-2 {
            gap: 0.5rem!important;
        }
        .gap-3 {
            gap: 1rem!important;
        }
        .lead {
            font-size: 1.2rem;
            font-weight: 400;
            color: #2c4b66;
            line-height: 1.5;
        }
        .badge-patent {
            background: #eef2fa;
            color: #2E417E;
            font-weight: 500;
            padding: 8px 16px;
            border-radius: 40px;
            font-size: 0.85rem;
            display: inline-block;
            margin-bottom: 1.5rem;
        }
        .stat-card {
            background: white;
            border-radius: 28px;
            padding: 1.5rem;
            box-shadow: 0 12px 28px rgba(0,0,0,0.04);
            transition: all 0.25s ease;
            border: 1px solid #e9f0f5;
            height: 100%;
        }
        .stat-card i {
            color:#2E417E;
        }
        .ico-text {
            color:#2E417E !important;
        }
        .stat-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 30px -12px rgba(0,80,70,0.12);
            border-color: #cde3ec;
        }
        .stat-number {
            font-size: 2.5rem;
            font-weight: 800;
            color: #2E417E;
            line-height: 1.2;
        }
        .icon-circle {
            background: #fcf1ee;
            width: 54px;
            height: 54px;
            border-radius: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1rem;
        }
        .icon-circle i {
            font-size: 28px;
            color: #2E417E;
        }
        .feature-list {
            list-style: none;
            padding-left: 0;
        }
        .feature-list li {
            margin-bottom: 12px;
            display: flex;
            align-items: flex-start;
            gap: 12px;
        }
        .feature-list li i {
            color: #2c9c7c;
            font-size: 1.3rem;
            margin-top: 2px;
        }
        .tech-specs {
            background: #ffffff;
            border-radius: 32px;
            box-shadow: 0 12px 30px rgba(0,0,0,0.05);
            padding: 1.8rem;
            border: 1px solid #e2edf2;
        }
        .table-perenos {
            white-space: normal !important;
        }
        .table-perenos td {
            font-size: 1em !important;
        }
        .badge-capacity {
            background: #eef2ff;
            color: #176f5e;
            font-weight: 600;
            border-radius: 50px;
            padding: 0.3rem 0.9rem;
        }
        .img-fluid-custom {
            border-radius: 28px;
            box-shadow: 0 15px 30px -12px rgba(0,0,0,0.1);
        }
        .application-tag {
            background: #eef3f9;
            border-radius: 40px;
            padding: 8px 20px;
            font-weight: 500;
            margin: 0 6px 12px 0;
            display: inline-block;
            font-size: 0.9rem;
        }
        .footer-note {
            padding: 25px 0;
            font-size: 0.8rem;
            color: #5e7c97;
        }
        .btn-outline-primary-custom {
            border: 1px solid #2E417E;
            color: #2E417E;
            border-radius: 40px;
            padding: 8px 24px;
            transition: 0.2s;
        }
        .btn-outline-primary-custom:hover {
            background: #2E417E;
            color: white;
        }
        @media (max-width: 768px) {
            h1 { font-size: 2.2rem; }
            section { padding: 40px 0; }
        }