/* ============================================================
   WIGRO DELIVERY — Compiled CSS (from style.less)
   Color palette: Blue #2B7FD4 | Navy #1A3A5C | Gold #F5A623
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Inter', 'Segoe UI', Arial, sans-serif; color: #1a2b3c; background: #fff; line-height: 1.65; }
a { color: #2B7FD4; text-decoration: none; transition: all 0.3s ease; }
a:hover { color: #1565C0; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }

.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }

.btn-primary { display: inline-block; padding: 12px 32px; border-radius: 10px; font-weight: 700; font-size: 1rem; cursor: pointer; transition: all 0.3s ease; text-decoration: none; border: none; background: #2B7FD4; color: #fff; }
.btn-primary:hover { background: #1565C0; color: #fff; transform: translateY(-2px); }
.btn-gold { display: inline-block; padding: 12px 32px; border-radius: 10px; font-weight: 700; font-size: 1rem; cursor: pointer; transition: all 0.3s ease; text-decoration: none; border: none; background: #F5A623; color: #1A3A5C; }
.btn-gold:hover { background: #E8960A; transform: translateY(-2px); }
.btn-outline { display: inline-block; padding: 12px 32px; border-radius: 10px; font-weight: 700; font-size: 1rem; cursor: pointer; transition: all 0.3s ease; text-decoration: none; background: transparent; color: #fff; border: 2px solid #fff; }
.btn-outline:hover { background: #fff; color: #2B7FD4; }

/* ---- HEADER ---- */
#header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: #fff; box-shadow: 0 2px 16px rgba(27,82,150,0.08); transition: all 0.3s ease; }
#header.scrolled { box-shadow: 0 4px 24px rgba(27,82,150,0.14); }
#header .header-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
#header .logo img { height: 48px; width: auto; }
#header nav { display: flex; align-items: center; gap: 8px; }
#header nav a { padding: 8px 16px; border-radius: 10px; font-weight: 600; color: #1A3A5C; font-size: 0.95rem; }
#header nav a:hover { background: #f4f7fb; color: #2B7FD4; }
#header nav .btn-signin { background: transparent; color: #2B7FD4; border: 2px solid #2B7FD4; border-radius: 10px; padding: 7px 18px; font-weight: 700; font-size: 0.95rem; transition: all 0.3s ease; }
#header nav .btn-signin:hover { background: #2B7FD4; color: #fff; }
#header nav .lang-switch { background: #f4f7fb; color: #1A3A5C; border-radius: 10px; padding: 8px 14px; font-weight: 700; font-size: 0.9rem; transition: all 0.3s ease; display: flex; align-items: center; gap: 6px; }
#header nav .lang-switch:hover { background: #F5A623; color: #fff; }
#header nav a.active { color: #2B7FD4; }
#header nav .btn-gold { padding: 9px 22px; font-size: 0.92rem; color: #1A3A5C; }
#header .hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 6px; }
#header .hamburger span { width: 26px; height: 3px; background: #1A3A5C; border-radius: 3px; transition: all 0.3s ease; }

/* ---- HERO ---- */
#hero { padding-top: 72px; min-height: 100vh; background: linear-gradient(135deg, #1A3A5C 0%, #1565C0 50%, #2B7FD4 100%); display: flex; align-items: center; position: relative; overflow: hidden; }
#hero::before { content: ''; position: absolute; top: -80px; right: -80px; width: 500px; height: 500px; background: #F5A623; opacity: 0.06; border-radius: 50%; }
#hero::after { content: ''; position: absolute; bottom: -100px; left: -60px; width: 400px; height: 400px; background: #2B7FD4; opacity: 0.12; border-radius: 50%; }
#hero .hero-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; position: relative; z-index: 1; }
#hero .hero-content .hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.12); color: #F5A623; border: 1px solid rgba(245,166,35,0.3); border-radius: 50px; padding: 6px 18px; font-size: 0.85rem; font-weight: 600; margin-bottom: 1.2rem; backdrop-filter: blur(6px); }
#hero .hero-content h1 { font-size: 3.2rem; font-weight: 900; color: #fff; line-height: 1.1; margin-bottom: 1.2rem; }
#hero .hero-content h1 span { color: #F5A623; }
#hero .hero-content p { color: rgba(255,255,255,0.82); font-size: 1.1rem; margin-bottom: 2rem; max-width: 480px; }
#hero .hero-content .hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
#hero .hero-content .hero-stats { display: flex; gap: 32px; margin-top: 2.5rem; }
#hero .hero-content .hero-stats .stat .num { font-size: 1.8rem; font-weight: 800; color: #F5A623; }
#hero .hero-content .hero-stats .stat .lbl { font-size: 0.82rem; color: rgba(255,255,255,0.7); }
#hero .hero-image { position: relative; }
#hero .hero-image .img-wrapper { border-radius: 18px; overflow: hidden; box-shadow: 0 24px 60px rgba(0,0,0,0.35); }
#hero .hero-image .img-wrapper img { width: 100%; }
#hero .hero-image .floating-card { position: absolute; background: #fff; border-radius: 10px; padding: 12px 16px; box-shadow: 0 8px 32px rgba(27,82,150,0.18); font-size: 0.82rem; font-weight: 600; display: flex; align-items: center; gap: 8px; }
#hero .hero-image .floating-card.card-1 { bottom: 24px; left: -24px; color: #1A3A5C; }
#hero .hero-image .floating-card.card-2 { top: 24px; right: -24px; color: #1A3A5C; }
#hero .hero-image .floating-card .dot { width: 10px; height: 10px; border-radius: 50%; background: #28a745; }

/* ---- TRACKING ---- */
#tracking { padding: 90px 0; background: #f4f7fb; }
#tracking .section-header { text-align: center; margin-bottom: 2.5rem; }
#tracking .section-header h2 { font-size: 2.2rem; font-weight: 800; color: #1A3A5C; margin-bottom: 0.4rem; line-height: 1.2; }
#tracking .section-header p { color: #5a6a7a; font-size: 1.05rem; margin-bottom: 2.5rem; }
#tracking .tracking-box { max-width: 700px; margin: 0 auto; background: #fff; border-radius: 18px; box-shadow: 0 4px 24px rgba(27,82,150,0.10); transition: all 0.3s ease; padding: 40px; }
#tracking .tracking-box:hover { box-shadow: 0 8px 32px rgba(27,82,150,0.18); }
#tracking .tracking-box .tracking-form { display: flex; gap: 12px; margin-bottom: 28px; }
#tracking .tracking-box .tracking-form input { flex: 1; padding: 14px 18px; border: 2px solid #e9ecef; border-radius: 10px; font-size: 1rem; outline: none; transition: all 0.3s ease; color: #1a2b3c; }
#tracking .tracking-box .tracking-form input:focus { border-color: #2B7FD4; }
#tracking .tracking-box .tracking-form input::placeholder { color: #aab; }
#tracking .tracking-box .tracking-form button { display: inline-block; padding: 12px 32px; border-radius: 10px; font-weight: 700; font-size: 1rem; cursor: pointer; transition: all 0.3s ease; text-decoration: none; border: none; background: #2B7FD4; color: #fff; white-space: nowrap; }
#tracking .tracking-box .tracking-form button:hover { background: #1565C0; }
#tracking #tracking-result .result-error { background: #fff3cd; border-left: 4px solid #F5A623; border-radius: 10px; padding: 16px 20px; color: #1a2b3c; font-size: 0.95rem; }
#tracking #tracking-result .result-success .result-title { font-size: 1rem; color: #5a6a7a; margin-bottom: 16px; }
#tracking #tracking-result .result-success .result-title span { font-weight: 700; color: #1A3A5C; }
#tracking #tracking-result .result-success .tracking-table-wrap { overflow-x: auto; border-radius: 10px; border: 1px solid #e9ecef; }
#tracking #tracking-result .result-success table { width: 100%; border-collapse: collapse; font-size: 0.93rem; }
#tracking #tracking-result .result-success table thead tr { background: #1A3A5C; color: #fff; }
#tracking #tracking-result .result-success table thead tr th { padding: 12px 16px; text-align: left; font-weight: 700; }
#tracking #tracking-result .result-success table thead tr th:first-child { border-radius: 10px 0 0 0; }
#tracking #tracking-result .result-success table thead tr th:last-child { border-radius: 0 10px 0 0; }
#tracking #tracking-result .result-success table tbody tr { border-bottom: 1px solid #e9ecef; }
#tracking #tracking-result .result-success table tbody tr:last-child { border-bottom: none; }
#tracking #tracking-result .result-success table tbody tr:hover { background: #f4f7fb; }
#tracking #tracking-result .result-success table tbody tr td { padding: 12px 16px; color: #1a2b3c; }
#tracking #tracking-result .result-success table .state-badge { display: inline-flex; align-items: center; gap: 6px; padding: 4px 12px; border-radius: 50px; font-size: 0.82rem; font-weight: 700; color: #fff; }
#tracking #tracking-result .result-success table .state-badge .badge-dot { width: 8px; height: 8px; border-radius: 50%; background: #fff; opacity: 0.7; }

/* ---- ABOUT ---- */
#about { padding: 90px 0; background: #fff; }
#about .about-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 64px; }
#about .about-image { position: relative; }
#about .about-image .img-wrapper { border-radius: 18px; overflow: hidden; box-shadow: 0 8px 32px rgba(27,82,150,0.18); }
#about .about-image .experience-badge { position: absolute; bottom: -20px; right: -20px; background: #F5A623; color: #1A3A5C; border-radius: 10px; padding: 18px 24px; text-align: center; font-weight: 800; box-shadow: 0 4px 24px rgba(27,82,150,0.10); }
#about .about-image .experience-badge .num { font-size: 2rem; display: block; }
#about .about-image .experience-badge .lbl { font-size: 0.8rem; }
#about .about-content .eyebrow { font-size: 0.85rem; font-weight: 700; color: #2B7FD4; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 0.8rem; }
#about .about-content h2 { font-size: 2.2rem; font-weight: 800; color: #1A3A5C; margin-bottom: 1rem; line-height: 1.2; }
#about .about-content p { color: #5a6a7a; margin-bottom: 1.2rem; font-size: 1.02rem; }
#about .about-content .values { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 1.5rem; }
#about .about-content .values .value-item { display: flex; align-items: flex-start; gap: 10px; }
#about .about-content .values .value-item .icon { width: 38px; height: 38px; min-width: 38px; background: #f4f7fb; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 1rem; color: #2B7FD4; }
#about .about-content .values .value-item .txt .t { font-weight: 700; font-size: 0.92rem; color: #1A3A5C; }
#about .about-content .values .value-item .txt .d { font-size: 0.82rem; color: #5a6a7a; }

/* ---- SERVICES ---- */
#services { padding: 90px 0; background: #f4f7fb; }
#services .section-header { text-align: center; }
#services .section-header h2 { font-size: 2.2rem; font-weight: 800; color: #1A3A5C; margin-bottom: 0.4rem; line-height: 1.2; }
#services .section-header p { color: #5a6a7a; font-size: 1.05rem; margin-bottom: 2.5rem; }
#services .services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
#services .service-card { background: #fff; border-radius: 18px; box-shadow: 0 4px 24px rgba(27,82,150,0.10); transition: all 0.3s ease; padding: 36px 28px; text-align: center; }
#services .service-card:hover { box-shadow: 0 8px 32px rgba(27,82,150,0.18); transform: translateY(-4px); }
#services .service-card .service-icon { width: 72px; height: 72px; border-radius: 50%; margin: 0 auto 20px; display: flex; align-items: center; justify-content: center; font-size: 1.7rem; background: #f4f7fb; transition: all 0.3s ease; color: #2B7FD4; }
#services .service-card:hover .service-icon { background: #2B7FD4; color: #fff; transform: scale(1.08) rotate(-4deg); }
#services .service-card h3 { font-size: 1.15rem; font-weight: 700; color: #1A3A5C; margin-bottom: 0.6rem; }
#services .service-card p { font-size: 0.9rem; color: #5a6a7a; line-height: 1.6; }
#services .service-card.featured { background: linear-gradient(135deg, #2B7FD4, #1565C0); }
#services .service-card.featured h3, #services .service-card.featured p { color: #fff; }
#services .service-card.featured p { opacity: 0.9; }
#services .service-card.featured .service-icon { background: rgba(255,255,255,0.15); color: #fff; }

/* ---- NUMBERS ---- */
#numbers { padding: 90px 0; background: linear-gradient(135deg, #1A3A5C 0%, #1565C0 100%); position: relative; overflow: hidden; }
#numbers .section-header { text-align: center; margin-bottom: 3rem; }
#numbers .section-header h2 { font-size: 2.2rem; font-weight: 800; color: #fff; margin-bottom: 0.4rem; line-height: 1.2; }
#numbers .section-header p { color: rgba(255,255,255,0.7); font-size: 1.05rem; }
#numbers .numbers-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; position: relative; z-index: 1; }
#numbers .number-card { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); backdrop-filter: blur(10px); border-radius: 18px; padding: 36px 24px; text-align: center; transition: all 0.3s ease; }
#numbers .number-card:hover { background: rgba(255,255,255,0.14); transform: translateY(-6px); }
#numbers .number-card .icon { font-size: 2rem; margin-bottom: 12px; color: #F5A623; line-height: 1; }
#numbers .number-card .num { font-size: 3rem; font-weight: 900; color: #F5A623; line-height: 1; margin-bottom: 6px; }
#numbers .number-card .num span { font-size: 2rem; }
#numbers .number-card .lbl { color: rgba(255,255,255,0.8); font-size: 0.92rem; font-weight: 600; }

/* ---- SIGNUP ---- */
#signup { padding: 90px 0; background: #fff; }
#signup .signup-wrapper { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 64px; }
#signup .signup-left .eyebrow { font-size: 0.85rem; font-weight: 700; color: #2B7FD4; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 0.8rem; }
#signup .signup-left h2 { font-size: 2.2rem; font-weight: 800; color: #1A3A5C; margin-bottom: 1rem; line-height: 1.2; }
#signup .signup-left p { color: #5a6a7a; margin-bottom: 1.5rem; }
#signup .signup-left .perks li { display: flex; align-items: center; gap: 10px; color: #1a2b3c; font-size: 0.95rem; margin-bottom: 10px; }
#signup .signup-left .perks li::before { content: '✓'; display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; min-width: 22px; background: #2B7FD4; color: #fff; border-radius: 50%; font-size: 0.7rem; font-weight: 700; }
#signup .signup-left .signup-image { margin-top: 2rem; border-radius: 18px; overflow: hidden; }
#signup .signup-form-box { background: #fff; border-radius: 18px; box-shadow: 0 4px 24px rgba(27,82,150,0.10); transition: all 0.3s ease; padding: 40px; }
#signup .signup-form-box:hover { box-shadow: 0 8px 32px rgba(27,82,150,0.18); }
#signup .signup-form-box h3 { font-size: 1.5rem; font-weight: 800; color: #1A3A5C; margin-bottom: 1.5rem; }
#signup .signup-form-box .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
#signup .signup-form-box .form-group { margin-bottom: 16px; }
#signup .signup-form-box .form-group label { display: block; font-size: 0.85rem; font-weight: 600; color: #1A3A5C; margin-bottom: 6px; }
#signup .signup-form-box .form-group input { width: 100%; padding: 12px 14px; border: 2px solid #e9ecef; border-radius: 10px; font-size: 0.95rem; color: #1a2b3c; outline: none; transition: all 0.3s ease; }
#signup .signup-form-box .form-group input:focus { border-color: #2B7FD4; }
#signup .signup-form-box .form-group input::placeholder { color: #aab; }
#signup .signup-form-box .form-submit { margin-top: 8px; }
#signup .signup-form-box .form-submit button { width: 100%; padding: 14px; display: inline-block; border-radius: 10px; font-weight: 700; font-size: 1rem; cursor: pointer; transition: all 0.3s ease; text-decoration: none; border: none; background: #2B7FD4; color: #fff; }
#signup .signup-form-box .form-submit button:hover { background: #1565C0; }
#signup .signup-form-box #form-message { margin-top: 14px; padding: 12px 16px; border-radius: 10px; font-size: 0.9rem; display: none; }
#signup .signup-form-box #form-message.success { background: #d4edda; color: #155724; border-left: 4px solid #28a745; }
#signup .signup-form-box #form-message.error { background: #f8d7da; color: #721c24; border-left: 4px solid #dc3545; }
#signup .signup-form-box .form-note { text-align: center; font-size: 0.78rem; color: #5a6a7a; margin-top: 12px; }

/* ---- FOOTER ---- */
#footer { background: #1A3A5C; color: rgba(255,255,255,0.8); padding-top: 60px; }
#footer .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.1); }
#footer .footer-brand .logo { margin-bottom: 16px; }
#footer .footer-brand .logo img { height: 44px; }
#footer .footer-brand p { font-size: 0.9rem; line-height: 1.7; max-width: 280px; }
#footer .footer-brand .socials { display: flex; gap: 10px; margin-top: 20px; }
#footer .footer-brand .socials a { width: 38px; height: 38px; background: rgba(255,255,255,0.08); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1rem; transition: all 0.3s ease; }
#footer .footer-brand .socials a:hover { background: #2B7FD4; }
#footer .footer-col h4 { color: #fff; font-size: 1rem; font-weight: 700; margin-bottom: 18px; position: relative; padding-bottom: 12px; }
#footer .footer-col h4::after { content: ''; position: absolute; bottom: 0; left: 0; width: 32px; height: 3px; background: #F5A623; border-radius: 2px; }
#footer .footer-col ul li { margin-bottom: 10px; }
#footer .footer-col ul li a { color: rgba(255,255,255,0.7); font-size: 0.9rem; transition: all 0.3s ease; }
#footer .footer-col ul li a:hover { color: #F5A623; padding-left: 4px; }
#footer .footer-col .contact-item { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px; }
#footer .footer-col .contact-item .icon { font-size: 0.95rem; margin-top: 3px; color: #F5A623; min-width: 18px; display: flex; align-items: flex-start; justify-content: center; }
#footer .footer-col .contact-item span { font-size: 0.88rem; color: rgba(255,255,255,0.7); line-height: 1.5; }
#footer .footer-bottom { display: flex; align-items: center; justify-content: space-between; padding: 20px 0; font-size: 0.83rem; color: rgba(255,255,255,0.5); }
#footer .footer-bottom .footer-links { display: flex; gap: 20px; }
#footer .footer-bottom .footer-links a { color: rgba(255,255,255,0.5); transition: all 0.3s ease; }
#footer .footer-bottom .footer-links a:hover { color: #F5A623; }

/* ---- SCROLL TOP ---- */
#scroll-top { position: fixed; bottom: 28px; right: 28px; width: 46px; height: 46px; background: #2B7FD4; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 8px 32px rgba(27,82,150,0.18); transition: all 0.3s ease; opacity: 0; pointer-events: none; z-index: 999; font-size: 1.2rem; border: none; }
#scroll-top.visible { opacity: 1; pointer-events: auto; }
#scroll-top:hover { background: #1565C0; transform: translateY(-3px); }

/* ---- UTILITIES ---- */
.text-center { text-align: center; }
.spinner { width: 22px; height: 22px; border: 3px solid rgba(255,255,255,0.3); border-top-color: #fff; border-radius: 50%; animation: spin 0.7s linear infinite; display: inline-block; vertical-align: middle; margin-right: 8px; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ---- AOS-like fade animations ---- */
[data-aos] { opacity: 0; transform: translateY(30px); transition: opacity 0.6s ease, transform 0.6s ease; }
[data-aos].aos-animate { opacity: 1; transform: translateY(0); }
[data-aos="fade-right"] { transform: translateX(-30px); }
[data-aos="fade-right"].aos-animate { transform: translateX(0); }
[data-aos="fade-left"] { transform: translateX(30px); }
[data-aos="fade-left"].aos-animate { transform: translateX(0); }
[data-aos="zoom-in"] { transform: scale(0.9); }
[data-aos="zoom-in"].aos-animate { transform: scale(1); }

/* ---- RESPONSIVE ---- */
@media (max-width: 1024px) {
    #numbers .numbers-grid { grid-template-columns: repeat(2, 1fr); }
    #services .services-grid { grid-template-columns: repeat(2, 1fr); }
    #footer .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 768px) {
    #header nav { display: none; }
    #header nav.open { display: flex; flex-direction: column; position: absolute; top: 72px; left: 0; right: 0; background: #fff; padding: 16px 24px; box-shadow: 0 8px 24px rgba(0,0,0,0.1); gap: 4px; }
    #header .hamburger { display: flex; }
    #hero .hero-grid { grid-template-columns: 1fr; gap: 40px; text-align: center; }
    #hero .hero-content h1 { font-size: 2.2rem; }
    #hero .hero-content p { margin: 0 auto 2rem; }
    #hero .hero-content .hero-actions { justify-content: center; }
    #hero .hero-content .hero-stats { justify-content: center; }
    #hero .hero-image .floating-card { display: none; }
    #about .about-grid { grid-template-columns: 1fr; }
    #about .about-image .experience-badge { right: 0; bottom: 0; }
    #about .about-content .values { grid-template-columns: 1fr; }
    #services .services-grid { grid-template-columns: 1fr; }
    #numbers .numbers-grid { grid-template-columns: repeat(2, 1fr); }
    #signup .signup-wrapper { grid-template-columns: 1fr; }
    #signup .signup-form-box .form-row { grid-template-columns: 1fr; }
    #footer .footer-grid { grid-template-columns: 1fr; gap: 28px; }
    #footer .footer-bottom { flex-direction: column; gap: 10px; text-align: center; }
}
@media (max-width: 480px) {
    #hero .hero-content h1 { font-size: 1.8rem; }
    #numbers .number-card .num { font-size: 2.2rem; }
    #tracking .tracking-box { padding: 24px 16px; }
    #tracking .tracking-box .tracking-form { flex-direction: column; }
    #signup .signup-form-box { padding: 24px 16px; }
}

/* ---- VISION & MISSION ---- */
#vision { padding: 80px 0; background: #f4f7fb; }
#vision .vm-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-bottom: 40px; }
#vision .vm-card { background: #fff; border-radius: 18px; box-shadow: 0 4px 24px rgba(27,82,150,0.10); padding: 36px 28px; text-align: center; transition: all 0.3s ease; }
#vision .vm-card:hover { box-shadow: 0 8px 32px rgba(27,82,150,0.18); transform: translateY(-4px); }
#vision .vm-card.featured { background: linear-gradient(135deg, #1A3A5C 0%, #1565C0 100%); }
#vision .vm-card.featured .vm-label { color: #F5A623; }
#vision .vm-card.featured p { color: rgba(255,255,255,0.88); }
#vision .vm-card.featured .vm-icon { background: rgba(255,255,255,0.12); color: #F5A623; }
#vision .vm-icon { width: 64px; height: 64px; border-radius: 50%; background: #f4f7fb; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; color: #2B7FD4; transition: all 0.3s ease; }
#vision .vm-card:not(.featured):hover .vm-icon { background: #2B7FD4; color: #fff; }
#vision .vm-label { font-size: 0.78rem; font-weight: 800; text-transform: uppercase; letter-spacing: 2px; color: #2B7FD4; margin-bottom: 12px; }
#vision .vm-card p { font-size: 0.95rem; color: #5a6a7a; line-height: 1.7; }

/* tagline strip */
#vision .tagline-strip { display: flex; align-items: center; justify-content: center; gap: 20px; background: linear-gradient(135deg, #1A3A5C, #1565C0); border-radius: 18px; padding: 22px 36px; flex-wrap: wrap; }
#vision .tagline-item { display: flex; align-items: center; gap: 8px; color: #fff; font-size: 1.05rem; font-weight: 700; }
#vision .tagline-item svg { color: #F5A623; flex-shrink: 0; }
#vision .tagline-sep { color: rgba(255,255,255,0.3); font-size: 1.8rem; font-weight: 300; }

/* ---- SERVICES 4-col override ---- */
#services .services-grid-4 { grid-template-columns: repeat(4, 1fr); }

/* ---- FAQ ---- */
#faq { padding: 90px 0; background: #fff; }
#faq .section-header { text-align: center; }
#faq .section-header h2 { font-size: 2.2rem; font-weight: 800; color: #1A3A5C; margin-bottom: 0.4rem; line-height: 1.2; }
#faq .section-header p { color: #5a6a7a; font-size: 1.05rem; margin-bottom: 2.5rem; }
#faq .faq-grid { max-width: 820px; margin: 0 auto; }
#faq .faq-list { display: flex; flex-direction: column; gap: 12px; }
#faq .faq-item { background: #fff; border: 2px solid #e9ecef; border-radius: 12px; overflow: hidden; transition: all 0.3s ease; }
#faq .faq-item.open { border-color: #2B7FD4; box-shadow: 0 4px 20px rgba(43,127,212,0.12); }
#faq .faq-q { width: 100%; background: none; border: none; padding: 20px 22px; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: 1rem; font-weight: 700; color: #1A3A5C; cursor: pointer; text-align: left; transition: all 0.3s ease; }
#faq .faq-q:hover { color: #2B7FD4; }
#faq .faq-item.open .faq-q { color: #2B7FD4; }
#faq .faq-icon { flex-shrink: 0; color: #2B7FD4; transition: transform 0.3s ease; }
#faq .faq-item.open .faq-icon { transform: rotate(180deg); }
#faq .faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.3s ease; padding: 0 22px; }
#faq .faq-item.open .faq-a { max-height: 300px; padding: 0 22px 20px; }
#faq .faq-a p { font-size: 0.95rem; color: #5a6a7a; line-height: 1.75; }

/* ---- RESPONSIVE: new sections ---- */
@media (max-width: 1024px) {
    #services .services-grid-4 { grid-template-columns: repeat(2, 1fr); }
    #vision .vm-grid { grid-template-columns: 1fr 1fr; }
    #vision .vm-grid .vm-card:last-child { grid-column: span 2; }
}
@media (max-width: 768px) {
    #vision .vm-grid { grid-template-columns: 1fr; }
    #vision .vm-grid .vm-card:last-child { grid-column: span 1; }
    #vision .tagline-strip { flex-direction: column; gap: 14px; text-align: center; }
    #vision .tagline-sep { display: none; }
    #services .services-grid-4 { grid-template-columns: 1fr; }
    #faq .faq-q { font-size: 0.95rem; }
}
@media (max-width: 480px) {
    #vision { padding: 60px 0; }
    #vision .vm-card { padding: 28px 20px; }
    #faq .faq-q { padding: 16px 16px; }
    #faq .faq-item.open .faq-a { padding: 0 16px 16px; }
}
