        body {
            scroll-behavior: smooth;
        }
        .hero {
            position: relative;
            background: radial-gradient(circle at 15% 20%, rgba(255,255,255,0.18), transparent 32%), radial-gradient(circle at 85% 10%, rgba(255,255,255,0.15), transparent 30%), linear-gradient(135deg, #0b1b4a, #0f5ad4);
            color: #fff;
            padding: 6rem 0 5rem;
            overflow: hidden;
        }
        .top-nav {
            position: sticky;
            top: 0;
            z-index: 1030;
            background: rgba(11, 18, 41, 0.92);
            backdrop-filter: blur(10px);
            border-bottom: 1px solid rgba(255,255,255,0.08);
            padding: 0.75rem 0;
        }
        .top-nav-brand {
            color: #f8fafc;
            font-weight: 700;
            letter-spacing: 0.04em;
            text-transform: uppercase;
            text-decoration: none;
            font-size: 0.9rem;
        }
        .top-nav-link {
            color: #e2e8f0;
            text-decoration: none;
            padding: 0.35rem 0.85rem;
            border-radius: 999px;
            border: 1px solid rgba(255,255,255,0.15);
            font-size: 0.85rem;
        }
        .top-nav-link:hover {
            color: #ffffff;
            border-color: rgba(255,255,255,0.4);
        }
        .top-nav-btn {
            color: #0b1229;
            text-decoration: none;
            padding: 0.4rem 1rem;
            border-radius: 999px;
            font-size: 0.85rem;
            font-weight: 700;
            background: linear-gradient(135deg, #f8d07a, #d6b67a);
            border: 1px solid rgba(255,255,255,0.6);
        }
        .top-nav-status {
            color: #94a3b8;
            font-size: 0.8rem;
            text-transform: uppercase;
            letter-spacing: 0.08em;
        }
        .hero::before,
        .hero::after {
            content: '';
            position: absolute;
            border-radius: 50%;
            filter: blur(80px);
            opacity: 0.45;
        }
        .hero::before {
            width: 380px;
            height: 380px;
            background: #23c4ff;
            top: -120px;
            left: -100px;
        }
        .hero::after {
            width: 480px;
            height: 480px;
            background: #9f7aea;
            bottom: -180px;
            right: -120px;
        }
        .hero-card {
            backdrop-filter: blur(6px);
            background: rgba(255,255,255,0.08);
            border: 1px solid rgba(255,255,255,0.15);
            border-radius: 1rem;
            padding: 1.5rem;
            box-shadow: 0 1.5rem 3rem rgba(0,0,0,0.25);
        }
        .hero-statement {
            font-size: 1rem;
            text-transform: uppercase;
            letter-spacing: 0.18em;
            color: rgba(255,255,255,0.8);
            margin: 0.75rem 0 1.75rem;
        }
        .hero-showcase {
            display: grid;
            grid-template-columns: 1.1fr 0.9fr;
            gap: 1.4rem;
        }
        .hero-card-neo {
            position: relative;
            border-radius: 1.4rem;
            padding: 1.6rem;
            background: linear-gradient(140deg, rgba(15, 23, 42, 0.82), rgba(15, 23, 42, 0.35));
            border: 1px solid rgba(255,255,255,0.18);
            box-shadow: 0 24px 48px rgba(4, 7, 18, 0.45);
            overflow: hidden;
            transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
        }
        .hero-card-neo::before {
            content: '';
            position: absolute;
            inset: 0;
            background: radial-gradient(circle at 10% 20%, rgba(56, 189, 248, 0.28), transparent 55%),
                radial-gradient(circle at 80% 10%, rgba(14, 165, 233, 0.25), transparent 45%);
            opacity: 0.95;
        }
        .hero-card-neo::after {
            content: '';
            position: absolute;
            top: 1rem;
            right: -2.5rem;
            width: 7rem;
            height: 7rem;
            border-radius: 30%;
            background: rgba(255,255,255,0.08);
            transform: rotate(18deg);
        }
        .hero-card-neo--warm::before {
            background: radial-gradient(circle at 10% 20%, rgba(248, 215, 125, 0.3), transparent 55%),
                radial-gradient(circle at 85% 10%, rgba(244, 114, 182, 0.22), transparent 45%);
        }
        .hero-card-neo:hover {
            transform: translateY(-6px);
            border-color: rgba(255,255,255,0.32);
            box-shadow: 0 30px 55px rgba(4, 7, 18, 0.55);
        }
        .hero-card-neo > * {
            position: relative;
            z-index: 1;
        }
        .hero-card-neo-top {
            display: flex;
            flex-direction: column;
            gap: 0.4rem;
            margin-bottom: 1.2rem;
        }
        .hero-card-neo-label {
            font-size: 0.7rem;
            text-transform: uppercase;
            letter-spacing: 0.3em;
            color: rgba(255,255,255,0.65);
            font-weight: 700;
        }
        .hero-card-neo-title {
            font-size: 1.4rem;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            margin: 0;
            font-weight: 700;
        }
        .hero-item-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 0.75rem;
        }
        .hero-item {
            padding: 0.55rem 0.8rem;
            border-radius: 0.9rem;
            background: rgba(255,255,255,0.12);
            border: 1px solid rgba(255,255,255,0.2);
            font-size: 0.8rem;
            text-transform: uppercase;
            letter-spacing: 0.04em;
            color: #f8fafc;
            font-weight: 600;
        }
        @media (max-width: 991.98px) {
            .hero-showcase {
                grid-template-columns: 1fr;
            }
        }
        .hero-pill {
            display: inline-flex;
            align-items: center;
            gap: 0.35rem;
            padding: 0.35rem 0.8rem;
            border-radius: 999px;
            background: rgba(255,255,255,0.15);
            color: #d7e7ff;
            font-size: 0.85rem;
        }
        #map {
            min-height: 500px;
            border-radius: 0.5rem;
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
        }
        .section-accent {
            position: relative;
            background: radial-gradient(circle at 10% 10%, rgba(13,110,253,0.08), transparent 35%), radial-gradient(circle at 90% 20%, rgba(159,122,234,0.1), transparent 30%), linear-gradient(120deg, #f9fbff, #eef2ff);
            border-radius: 1rem;
            padding: 2.5rem;
            box-shadow: 0 1rem 2.5rem rgba(13, 110, 253, 0.08);
            overflow: hidden;
        }
        .contact-section {
            margin-top: 3rem;
        }
        .contact-section h2 {
            font-weight: 700;
        }
        .contact-card {
            background: #ffffff;
            border-radius: 1rem;
            border: 1px solid rgba(15, 23, 42, 0.08);
            box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
            padding: 2rem;
        }
        .contact-card .form-label {
            font-weight: 600;
            color: #1f2937;
            font-size: 0.85rem;
            letter-spacing: 0.04em;
            text-transform: uppercase;
        }
        .contact-card .form-control {
            border-radius: 0.8rem;
            border: 1px solid rgba(15, 23, 42, 0.12);
            padding: 0.65rem 0.85rem;
        }
        .contact-card .form-control:focus {
            border-color: #0ea5e9;
            box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.18);
        }
        .contact-cta {
            border-radius: 999px;
            padding: 0.6rem 1.6rem;
            font-weight: 700;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }
        .section-accent::after {
            content: '';
            position: absolute;
            inset: 0;
            border-radius: 1rem;
            border: 1px solid rgba(13, 110, 253, 0.08);
            pointer-events: none;
        }
        .pill {
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
            padding: 0.35rem 0.9rem;
            border-radius: 999px;
            font-size: 0.85rem;
            background: rgba(13, 110, 253, 0.12);
            color: #0a58ca;
            letter-spacing: 0.04em;
            text-transform: uppercase;
        }
        .pill .dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #0d6efd;
            display: inline-block;
        }
        .info-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
            gap: 1rem;
        }
        .info-card {
            position: relative;
            background: #fff;
            border-radius: 0.85rem;
            border: 1px solid rgba(13, 110, 253, 0.12);
            box-shadow: 0 12px 30px rgba(13, 110, 253, 0.08);
            padding: 1rem 1.1rem 1.2rem;
        }
        .info-card::before {
            content: attr(data-label);
            position: absolute;
            top: 0.9rem;
            right: 1rem;
            font-size: 0.75rem;
            font-weight: 600;
            color: #6c7a95;
            text-transform: uppercase;
            letter-spacing: 0.08em;
        }
        .info-heading {
            font-weight: 700;
            margin-bottom: 0.35rem;
        }
        .info-list {
            margin: 0;
            padding-left: 1.1rem;
            line-height: 1.5;
            color: #3b4560;
            font-size: 0.95rem;
        }
        .info-list li + li {
            margin-top: 0.25rem;
        }
        .modal-body {
            min-height: 70vh;
        }
        .pdf-viewer {
            min-height: 70vh;
            max-height: 80vh;
            background: #f8f9fa;
            border-radius: 0.5rem;
            position: relative;
            overflow: auto;
            -webkit-overflow-scrolling: touch;
        }
        #pdfCanvas {
            width: 100%;
            display: block;
            margin: 0 auto;
        }
        #pdfLoader {
            position: absolute;
            inset: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(255,255,255,0.7);
            z-index: 2;
        }
        #pdfFrame {
            width: 100%;
            height: 70vh;
            border: 0;
        }
        @media (max-width: 768px) {
            .modal-body {
                min-height: 60vh;
            }
            .pdf-viewer {
                min-height: 60vh;
                max-height: 70vh;
                padding: 0.75rem;
            }
            #pdfCanvas {
                min-width: 620px;
            }
        }
        footer {
            background: linear-gradient(135deg, #0b1229, #0f1f4a);
            color: #e5e8ff;
            border-top: 1px solid rgba(255,255,255,0.08);
        }
        .footer-link {
            color: #c6d4ff;
            text-decoration: none;
        }
        .footer-link:hover {
            color: #ffffff;
        }
        .disclaimer {
            font-size: 0.95rem;
            line-height: 1.6;
            background: #f8f9fa;
            border-left: 4px solid #0d6efd;
            padding: 1.5rem;
            border-radius: 0.5rem;
        }
        .leaflet-control-attribution {
  display: none !important;
}
.leaflet-bottom.leaflet-right {
  display: none !important;
}
        .map-legend {
            margin-top: 1rem;
            padding: 0.75rem 1rem;
            background: #ffffff;
            border: 1px solid rgba(15, 23, 42, 0.08);
            border-radius: 0.75rem;
            display: inline-flex;
            gap: 1.25rem;
            flex-wrap: wrap;
            align-items: center;
            box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
        }
        .map-legend-title {
            font-weight: 700;
            color: #0f172a;
            text-transform: uppercase;
            letter-spacing: 0.06em;
            font-size: 0.7rem;
        }
        .map-legend-item {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            font-size: 0.95rem;
            color: #1f2937;
            font-weight: 600;
        }
        .map-legend-dot {
            width: 14px;
            height: 14px;
            border-radius: 50%;
            display: inline-block;
            border: 2px solid #0b1229;
            background: linear-gradient(135deg, #60a5fa, #2563eb);
        }
        .map-legend-dot--agro {
            border-color: #0b1229;
            background: linear-gradient(135deg, #a855f7, #7c3aed);
        }
        .map-pin {
            background: transparent;
            border: 0;
        }
        .map-pin svg {
            display: block;
            filter: drop-shadow(0 8px 14px rgba(15, 23, 42, 0.25));
        }

    </style>
