    /* ─── HERO ─── */
    .hero {
      background: linear-gradient(135deg, rgba(11,37,69,0.92) 0%, rgba(20,52,96,0.88) 55%, rgba(14,58,110,0.85) 100%),
                  url('/assets/hero-bg.jpg') center center / cover no-repeat;
      padding: 80px 0 64px;
      position: relative; overflow: hidden;
    }
    .hero::before {
      content: '';
      position: absolute; inset: 0;
      background-image:
        repeating-linear-gradient(0deg, transparent, transparent 59px, rgba(255,255,255,0.025) 60px),
        repeating-linear-gradient(90deg, transparent, transparent 59px, rgba(255,255,255,0.025) 60px);
      pointer-events: none;
    }
    .hero-inner {
      max-width: 1400px; margin: 0 auto; padding: 0 32px;
      display: grid; grid-template-columns: 1fr 420px; gap: 60px; align-items: center;
    }
    .hero-badge {
      display: inline-flex; align-items: center; gap: 8px;
      background: rgba(244,208,63,0.15); border: 1px solid rgba(244,208,63,0.35);
      color: var(--yellow); padding: 6px 14px; border-radius: 20px;
      font-size: 12px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase;
      margin-bottom: 20px;
    }
    .hero h1 {
      font-family: var(--font-head); font-weight: 800; font-size: 46px;
      color: var(--white); line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
    }
    .hero h1 span { color: var(--yellow); }
    .hero-slogan {
      font-size: 18px; color: #8ab4d4; font-weight: 500; margin-bottom: 28px; font-style: italic;
    }
    .hero-desc { font-size: 15px; color: #7aa0bc; line-height: 1.7; margin-bottom: 36px; max-width: 560px; }
    .hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
    .btn-primary {
      background: var(--yellow); color: var(--navy); padding: 14px 28px;
      font-family: var(--font-head); font-weight: 800; font-size: 14px;
      border: none; border-radius: 8px; cursor: pointer; text-transform: uppercase;
      letter-spacing: 0.04em; transition: all 0.2s;
      box-shadow: 0 4px 20px rgba(244,208,63,0.35);
    }
    .btn-primary:hover { background: var(--yellow-dark); transform: translateY(-2px); }
    .btn-outline {
      background: transparent; color: var(--white); padding: 14px 28px;
      font-family: var(--font-head); font-weight: 700; font-size: 14px;
      border: 2px solid rgba(255,255,255,0.3); border-radius: 8px; cursor: pointer;
      transition: all 0.2s; text-decoration: none; display: inline-block;
    }
    .btn-outline:hover { border-color: var(--yellow); color: var(--yellow); }

    .hero-stats {
      display: flex; gap: 32px; margin-top: 44px; padding-top: 32px;
      border-top: 1px solid rgba(255,255,255,0.1);
    }
    .stat-item { }
    .stat-number { font-family: var(--font-head); font-weight: 800; font-size: 30px; color: var(--yellow); }
    .stat-label { font-size: 12px; color: #7aa0bc; text-transform: uppercase; letter-spacing: 0.05em; margin-top: 2px; }

    /* Hero Search Card */
    .hero-search-card {
      background: rgba(255,255,255,0.05); backdrop-filter: blur(8px);
      border: 1px solid rgba(255,255,255,0.12); border-radius: 16px;
      padding: 32px;
    }
    .search-card-title {
      font-family: var(--font-head); font-weight: 700; font-size: 16px;
      color: var(--white); margin-bottom: 6px;
    }
    .search-card-sub { font-size: 13px; color: #7aa0bc; margin-bottom: 20px; }
    .search-input-wrap { position: relative; margin-bottom: 14px; }
    .search-input-wrap input {
      width: 100%; padding: 12px 48px 12px 16px;
      border: 2px solid rgba(255,255,255,0.15); border-radius: 8px;
      background: rgba(255,255,255,0.07); color: var(--white); font-size: 14px;
      font-family: var(--font-body); outline: none; transition: border 0.2s;
    }
    .search-input-wrap input::placeholder { color: #5a7a9a; }
    .search-input-wrap input:focus { border-color: var(--yellow); }
    .search-btn {
      position: absolute; right: 8px; top: 50%; transform: translateY(-50%);
      background: var(--yellow); border: none; border-radius: 6px; cursor: pointer;
      width: 34px; height: 34px; display: flex; align-items: center; justify-content: center;
    }
    .search-btn svg { width: 16px; height: 16px; fill: var(--navy); }
    .impa-hint { font-size: 11.5px; color: #5a7a9a; margin-bottom: 18px; }
    .impa-hint strong { color: var(--yellow); }
    .quick-cats { display: flex; flex-wrap: wrap; gap: 8px; }
    .quick-cat {
      background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12);
      color: #a8c4e0; padding: 6px 12px; border-radius: 20px; font-size: 12px;
      cursor: pointer; transition: all 0.2s; font-weight: 500;
    }
    .quick-cat:hover { background: rgba(244,208,63,0.15); border-color: var(--yellow); color: var(--yellow); }

    /* ─── SECTION COMMON ─── */
    section { padding: 72px 0; }
    .container { max-width: 1400px; margin: 0 auto; padding: 0 32px; }
    .section-eyebrow {
      font-family: var(--font-head); font-weight: 700; font-size: 12px;
      color: var(--yellow); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 10px;
    }
    .section-title {
      font-family: var(--font-head); font-weight: 800; font-size: 34px;
      color: var(--navy); line-height: 1.2; margin-bottom: 14px;
    }
    .section-desc { font-size: 16px; color: #64748b; max-width: 600px; line-height: 1.7; }
    .section-head { margin-bottom: 48px; }

    /* ─── TICKER STRIP ─── */
    .ticker-strip {
      background: var(--yellow);
      padding: 10px 0; overflow: hidden; position: relative;
    }
    .ticker-track {
      display: flex; gap: 60px; animation: ticker 28s linear infinite; white-space: nowrap;
      width: max-content;
    }
    .ticker-track span {
      font-family: var(--font-head); font-weight: 700; font-size: 13px;
      color: var(--navy); letter-spacing: 0.04em;
    }
    @keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

    /* ─── CATEGORIES ─── */
    .categories-section { background: var(--gray-light); }
    .cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
    .cat-card {
      background: var(--white); border-radius: 12px; overflow: hidden;
      box-shadow: 0 2px 12px rgba(0,0,0,0.06); transition: all 0.3s; cursor: pointer;
      border: 2px solid transparent;
    }
    .cat-card:hover { transform: translateY(-4px); box-shadow: 0 8px 30px rgba(11,37,69,0.15); border-color: var(--yellow); }
    .cat-thumb {
      height: 160px;
      display: flex; align-items: center; justify-content: center;
      font-size: 60px; position: relative; overflow: hidden;
    }
    .cat-thumb.bg-1 { background: linear-gradient(135deg, #0B2545 0%, #143460 100%); }
    .cat-thumb.bg-2 { background: linear-gradient(135deg, #1a3a5c 0%, #2d5a8e 100%); }
    .cat-thumb.bg-3 { background: linear-gradient(135deg, #0e2840 0%, #1a4060 100%); }
    .cat-thumb.bg-4 { background: linear-gradient(135deg, #162038 0%, #263d5e 100%); }
    .cat-body { padding: 22px; }
    .cat-name { font-family: var(--font-head); font-weight: 700; font-size: 17px; color: var(--navy); margin-bottom: 6px; }
    .cat-desc { font-size: 13.5px; color: #64748b; line-height: 1.5; margin-bottom: 14px; }
    .cat-items { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 16px; }
    .cat-tag {
      background: var(--gray-light); color: #475569; padding: 3px 10px;
      border-radius: 12px; font-size: 12px; font-weight: 500;
    }
    .cat-link {
      font-family: var(--font-head); font-weight: 700; font-size: 13px; color: var(--navy);
      text-decoration: none; display: flex; align-items: center; gap: 6px;
      transition: gap 0.2s;
    }
    .cat-link:hover { gap: 10px; color: var(--yellow-dark); }

    /* ─── IMPA / SEARCH SECTION ─── */
    .impa-section { background: var(--navy); padding: 64px 0; }
    .impa-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
    .impa-content .section-eyebrow { color: var(--yellow); }
    .impa-content .section-title { color: var(--white); }
    .impa-content .section-desc { color: #7aa0bc; }
    .impa-steps { margin-top: 28px; display: flex; flex-direction: column; gap: 16px; }
    .impa-step { display: flex; gap: 16px; }
    .step-num {
      width: 34px; height: 34px; background: rgba(244,208,63,0.15);
      border: 1px solid rgba(244,208,63,0.4); border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-family: var(--font-head); font-weight: 700; font-size: 13px; color: var(--yellow);
      flex-shrink: 0;
    }
    .step-text { }
    .step-title { font-weight: 600; color: var(--white); font-size: 14px; margin-bottom: 2px; }
    .step-desc { font-size: 13px; color: #7aa0bc; }
    .impa-search-box { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); border-radius: 16px; padding: 36px; }
    .impa-search-box h3 { font-family: var(--font-head); font-weight: 700; font-size: 20px; color: var(--white); margin-bottom: 8px; }
    .impa-search-box p { font-size: 14px; color: #7aa0bc; margin-bottom: 24px; }
    .impa-field { margin-bottom: 14px; }
    .impa-field label { display: block; font-size: 12px; font-weight: 600; color: #7aa0bc; margin-bottom: 6px; text-transform: uppercase; letter-spacing: 0.05em; }
    .impa-field input, .impa-field select {
      width: 100%; padding: 11px 14px;
      background: rgba(255,255,255,0.07); border: 1.5px solid rgba(255,255,255,0.12);
      border-radius: 8px; color: var(--white); font-size: 14px; font-family: var(--font-body);
      outline: none; transition: border 0.2s;
    }
    .impa-field input:focus, .impa-field select:focus { border-color: var(--yellow); }
    .impa-field input::placeholder { color: #4a6a8a; }
    .impa-field select option { background: var(--navy); }
    .impa-search-submit {
      width: 100%; padding: 13px; background: var(--yellow); border: none; border-radius: 8px;
      font-family: var(--font-head); font-weight: 800; font-size: 14px; color: var(--navy);
      cursor: pointer; letter-spacing: 0.04em; text-transform: uppercase; transition: all 0.2s;
      margin-top: 8px;
    }
    .impa-search-submit:hover { background: var(--yellow-dark); }

    /* ─── WHY US ─── */
    .whyus-section { background: var(--white); }
    .whyus-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
    .why-card { border: 1.5px solid var(--gray-mid); border-radius: 12px; padding: 28px; transition: all 0.3s; }
    .why-card:hover { border-color: var(--yellow); box-shadow: 0 4px 24px rgba(11,37,69,0.09); }
    .why-icon { font-size: 36px; margin-bottom: 16px; }
    .why-title { font-family: var(--font-head); font-weight: 700; font-size: 18px; color: var(--navy); margin-bottom: 10px; }
    .why-desc { font-size: 14.5px; color: #64748b; line-height: 1.65; }

    /* ─── SECTORS ─── */
    .sectors-section { background: var(--gray-light); }
    .sectors-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
    .sector-card {
      background: var(--white); border-radius: 10px; padding: 24px;
      display: flex; gap: 18px; align-items: flex-start;
      box-shadow: 0 1px 6px rgba(0,0,0,0.05); transition: all 0.25s;
    }
    .sector-card:hover { box-shadow: 0 4px 20px rgba(11,37,69,0.12); transform: translateY(-2px); }
    .sector-icon { font-size: 32px; }
    .sector-name { font-family: var(--font-head); font-weight: 700; font-size: 16px; color: var(--navy); margin-bottom: 6px; }
    .sector-desc { font-size: 13.5px; color: #64748b; line-height: 1.5; }

    /* ─── CTA BAND ─── */
    .cta-band {
      background: linear-gradient(135deg, #0B2545 0%, #0e3a6e 100%);
      padding: 64px 0;
    }
    .cta-band-inner {
      max-width: 1400px; margin: 0 auto; padding: 0 32px;
      display: flex; align-items: center; justify-content: space-between; gap: 40px;
    }
    .cta-band h2 { font-family: var(--font-head); font-weight: 800; font-size: 32px; color: var(--white); margin-bottom: 10px; }
    .cta-band p { font-size: 16px; color: #7aa0bc; max-width: 560px; }
    .cta-band-actions { display: flex; gap: 14px; flex-shrink: 0; }

    /* ─── CONTACT ─── */
    .contact-section { background: var(--white); }
    .contact-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
    .contact-info h2 { font-family: var(--font-head); font-weight: 800; font-size: 32px; color: var(--navy); margin-bottom: 14px; }
    .contact-info p { font-size: 15px; color: #64748b; line-height: 1.7; margin-bottom: 28px; }
    .contact-items { display: flex; flex-direction: column; gap: 18px; }
    .contact-item { display: flex; gap: 16px; align-items: flex-start; }
    .contact-item-icon {
      width: 42px; height: 42px; background: var(--gray-light); border-radius: 8px;
      display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0;
    }
    .contact-item-text .label { font-size: 12px; color: #94a3b8; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; }
    .contact-item-text .value { font-size: 15px; color: var(--dark); font-weight: 600; margin-top: 2px; }
    .contact-item-text a { color: var(--navy); text-decoration: none; }
    .contact-item-text a:hover { color: var(--yellow-dark); }

    /* ─── FOOTER ─── */
    /* ─── FLOATING WHATSAPP ─── */
    @keyframes wa-pulse {
      0% { transform: scale(1); opacity: 0.5; }
      100% { transform: scale(1.8); opacity: 0; }
    }

    /* ─── MODAL ─── */
    @keyframes modal-in { from { transform: scale(0.94) translateY(16px); opacity: 0; } to { transform: scale(1) translateY(0); opacity: 1; } }

    /* ─── RESPONSIVE ─── */
    @media (max-width: 1100px) {
      .cat-grid { grid-template-columns: repeat(2, 1fr); }
      .whyus-grid { grid-template-columns: repeat(2, 1fr); }
    @media (max-width: 900px) {
      .hero-inner { grid-template-columns: 1fr; }
      .hero-search-card { display: none; }
      .impa-inner { grid-template-columns: 1fr; }
      .contact-inner { grid-template-columns: 1fr; }
      .sectors-grid { grid-template-columns: repeat(2, 1fr); }
      nav { display: none; }
    }
    @media (max-width: 600px) {
      .cat-grid, .whyus-grid, .sectors-grid { grid-template-columns: 1fr; }
      .hero h1 { font-size: 30px; }
      .section-title { font-size: 26px; }
