 :root {
      --navy:    #0b1f3a;
      --navy-2:  #102850;
      --accent:  #FEC401;
      --accent-2: #FEC401;
      --accent-dim: rgba(224,123,57,0.12);
      --text:    #374151;
      --text-lt: #6b7280;
      --border:  #e5e7eb;
      --bg:      #f9fafb;
      --white:   #ffffff;
    }
    *, *::before, *::after { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      font-family: 'Manrope', sans-serif;
      font-size: 17px;
      line-height: 1.7;
      color: var(--text);
      background: var(--white);
      overflow-x: hidden;
    }
    h1,h2,h3,h4,h5,h6 { font-family: 'Manrope', sans-serif; font-weight: 800; }

    /* TOP BAR */
    .topbar {
      background: var(--navy);
      padding: 9px 0;
      font-size: 13px;
      color: rgba(255,255,255,0.6);
    }
    .topbar a { color: rgba(255,255,255,0.75); text-decoration: none; transition: color .2s; }
    .topbar a:hover { color: #fff; }
    .topbar .sep { margin: 0 14px; opacity: .3; }

    /* NAVBAR */
    .navbar { background: var(--white); border-bottom: 1px solid var(--border); padding: 0; }
    .navbar-brand-text {
      font-family: 'Manrope', sans-serif; font-weight: 800;
      font-size: 1.45rem; color: var(--navy);
      letter-spacing: -0.02em; text-decoration: none;
    }
    .navbar-brand-text span { color: var(--accent); }
    .nav-link {
      color: var(--text) !important; font-size: 15px;
      font-weight: 600; padding: 24px 14px !important;
      transition: color .2s; position: relative;
    }
    .nav-link:hover { color: var(--accent) !important; }
    .dropdown-menu {
      border: 1px solid var(--border); border-radius: 10px;
      box-shadow: 0 12px 40px rgba(11,31,58,0.12);
      padding: 8px; margin-top: 0 !important;
    }
    .dropdown-item { font-size: 14px; font-weight: 600; color: var(--text); border-radius: 6px; padding: 9px 14px; }
    .dropdown-item:hover { background: var(--accent-dim); color: var(--accent); }
    .btn-nav {
      background: var(--accent); color: var(--navy);
      font-family: 'Manrope', sans-serif; font-weight: 700;
      font-size: 14px; border: none; padding: 10px 22px;
      border-radius: 6px; text-decoration: none;
      display: inline-block; transition: background .2s, transform .15s;
    }
    .btn-nav:hover { background: #FEC401; color: var(--navy-2); transform: translateY(-1px); }

    /* HERO */
    .hero {
      background: var(--navy);
      position: relative; overflow: hidden;
      padding: 88px 0 80px;
    }
    /* Hero world-map image overlay */
    .hero-map-img {
      position: absolute;
      inset: 0;
      background-image: url('https://images.unsplash.com/photo-1526778548025-fa2f459cd5c1?w=1600&auto=format&fit=crop&q=40');
      background-size: cover;
      background-position: center;
      opacity: 0.07;
      pointer-events: none;
    }
    .hero-dots {
      position: absolute; inset: 0;
      background-image: radial-gradient(rgba(255,255,255,0.04) 1px, transparent 1px);
      background-size: 28px 28px; pointer-events: none;
    }
    .hero-glow {
      position: absolute; width: 700px; height: 700px;
      background: radial-gradient(circle, rgba(74,158,218,0.14) 0%, transparent 65%);
      top: -200px; right: -150px; pointer-events: none;
    }
    .hero-glow-2 {
      position: absolute; width: 400px; height: 400px;
      background: radial-gradient(circle, rgba(224,123,57,0.1) 0%, transparent 65%);
      bottom: -80px; left: -80px; pointer-events: none;
    }
    .hero-eyebrow {
      display: inline-flex; align-items: center; gap: 8px;
      background: rgb(255 193 7 / 11%);
    border: 1px solid rgb(255 193 7 / 29%);
      color: var(--accent-2); font-size: 13px; font-weight: 700;
      padding: 6px 14px; border-radius: 100px;
      margin-bottom: 26px; letter-spacing: 0.05em; text-transform: uppercase;
    }
    .hero h1 {
      font-family: 'Playfair Display', serif;
      font-size: clamp(2.6rem, 5.5vw, 4.2rem);
      font-weight: 800; line-height: 1.1; color: #fff; margin-bottom: 22px;
    }
    .hero h1 em { font-style: italic; color: var(--accent-2); }
    .hero-sub {
      font-size: 18px; color: rgba(255,255,255,0.62);
      max-width: 500px; line-height: 1.75; margin-bottom: 36px;
    }
    .btn-accent {
      background: var(--accent); color: var(--navy);
      font-weight: 700; font-size: 16px;
      padding: 14px 30px; border-radius: 8px;
      text-decoration: none; display: inline-block;
      transition: background .2s, transform .15s;
    }
    .btn-accent:hover { background: #FEC401; color: var(--navy-2); transform: translateY(-2px); }
    .btn-outline-white {
      background: transparent;
      border: 1.5px solid rgba(255,255,255,0.25);
      color: rgba(255,255,255,0.85); font-weight: 700; font-size: 16px;
      padding: 14px 30px; border-radius: 8px;
      text-decoration: none; display: inline-block; transition: all .2s;
    }
    .btn-outline-white:hover { border-color: rgba(255,255,255,0.6); color: #fff; }

    .hero-locations {
      display: flex; gap: 24px; flex-wrap: wrap;
      margin-top: 44px; padding-top: 30px;
      border-top: 1px solid rgba(255,255,255,0.1);
    }
    .loc-item { display: flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,0.5); }
    .loc-item i { color: var(--accent-2); font-size: 14px; }

    /* Hero card */
    .hero-card {
      background: rgba(255,255,255,0.06);
      border: 1px solid rgba(255,255,255,0.1);
      border-radius: 20px; overflow: hidden; backdrop-filter: blur(16px);
    }
    .hero-card-header {
      background: rgba(255,255,255,0.05);
      border-bottom: 1px solid rgba(255,255,255,0.08);
      padding: 18px 24px; display: flex; align-items: center; gap: 10px;
    }
    .card-dot { width: 10px; height: 10px; border-radius: 50%; }
    .hero-card-body { padding: 24px; }
    .product-row {
      display: flex; align-items: center; gap: 14px;
      padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.07);
    }
    .product-row:last-of-type { border-bottom: none; }
    .p-icon {
      width: 42px; height: 42px;
      background: rgba(224,123,57,0.15); border-radius: 10px;
      display: flex; align-items: center; justify-content: center;
      font-size: 18px; color: var(--accent-2); flex-shrink: 0;
    }
    .p-name { font-size: 15px; font-weight: 700; color: #fff; }
    .p-sub { font-size: 12px; color: rgba(255,255,255,0.45); margin-top: 2px; }
    .p-badge {
      margin-left: auto; font-size: 11px; font-weight: 500;
      background: rgba(74,158,218,0.2); color: #7abfe8; text-align:center;
      padding: 3px 10px; border-radius: 100px; min-width:96px;
      letter-spacing: 0.04em; text-transform: uppercase;
    }

    /* STATS BAR */
    .stats-bar { background: var(--accent); padding: 22px 0; }
    .stat-cell { text-align: center; padding: 0 20px; border-right: 1px solid rgba(255,255,255,0.2); }
    .stat-cell:last-child { border-right: none; }
    .stat-num { font-family: 'Manrope',sans-serif; font-weight: 800; font-size: 1.85rem; color: var(--navy-2); line-height: 1; }
    .stat-label { font-size: 16px; color: rgba(0,0,0,0.75); margin-top: 4px; font-weight: 500;}

    /* SECTION COMMON */
    .section-eyebrow { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--accent); margin-bottom: 12px; }
    .section-title { font-size: 35px; font-weight: 600; color: var(--navy); line-height: 1.15; margin-bottom: 16px; }
    .section-sub { font-size: 17px; color: var(--text-lt); max-width: 540px; }

    /* PRODUCTS */
    .products-section { padding: 100px 0; background: var(--bg); }
    .product-card {
      background: var(--white); border: 1px solid var(--border);
      border-radius: 16px; overflow: hidden; height: 100%;
      transition: box-shadow .3s, border-color .3s, transform .3s;
      position: relative;
    }
    .product-card::before {
      content: ''; position: absolute; top: 0; left: 0; right: 0;
      height: 3px; background: var(--accent); z-index: 1;
      transform: scaleX(0); transform-origin: left; transition: transform .3s;
    }
    .product-card:hover { box-shadow: 0 20px 60px rgba(11,31,58,0.1); border-color: transparent; transform: translateY(-4px); }
    .product-card:hover::before { transform: scaleX(1); }
    /* Product card image */
    .product-card-img {
      width: 100%; height: 180px;
      object-fit: cover;
      display: block;
      filter: brightness(0.92);
      transition: filter .3s, transform .4s;
    }
    .product-card:hover .product-card-img { filter: brightness(1); transform: scale(1.03); }
    .product-card-img-wrap { overflow: hidden; position: relative; }
    .product-card-img-overlay {
      position: absolute; inset: 0;
      background: linear-gradient(to bottom, transparent 40%, rgba(11,31,58,0.45) 100%);
    }
    .product-card-inner { padding: 28px 28px 28px; }
    .prod-icon {
      width: 48px; height: 48px; background: var(--accent-dim);
      border-radius: 12px; display: flex; align-items: center; justify-content: center;
      font-size: 22px; color: var(--accent); margin-bottom: 16px;
    }
    .product-card h4 { font-size: 1.1rem; font-weight: 800; color: var(--navy); margin-bottom: 10px; }
    .product-card p { font-size: 15px; color: var(--text-lt); margin-bottom: 20px; }
    .card-link { font-size: 14px; font-weight: 700; color: var(--accent); text-decoration: none; display: inline-flex; align-items: center; gap: 6px; transition: gap .2s; }
    .card-link:hover { gap: 10px; color: var(--accent); }

    /* ABOUT */
    .about-section { padding: 100px 0; }
    .check-list { list-style: none; padding: 0; margin: 0; }
    .check-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 16px; color: var(--text); margin-bottom: 16px; line-height: 1.6; }
    .check-list li i { color: var(--accent); font-size: 18px; flex-shrink: 0; margin-top: 2px; }
    .mv-box { background: var(--bg); border: 1px solid var(--border); border-radius: 12px; padding: 22px 24px; display: flex; gap: 16px; align-items: flex-start; margin-bottom: 16px; }
    .mv-icon { width: 44px; height: 44px; background: var(--accent-dim); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 20px; color: var(--accent); flex-shrink: 0; }
    .mv-label { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; color: var(--accent); margin-bottom: 4px; }
    .mv-text { font-size: 15px; color: var(--text); font-weight: 500; line-height: 1.6; }
    .mini-tile { background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 20px; text-align: center; }
    .mini-tile-icon { font-size: 28px; color: var(--accent); margin-bottom: 8px; }
    .mini-tile-title { font-size: 14px; font-weight: 800; color: var(--navy); }
    .mini-tile-sub { font-size: 13px; color: var(--text-lt); margin-top: 6px; }
    /* About image */
    .about-img-wrap {
      border-radius: 20px; overflow: hidden;
      position: relative; height: 360px;
      margin-bottom: 20px;
      box-shadow: 0 24px 60px rgba(11,31,58,0.14);
    }
    .about-img-wrap img {
      width: 100%; height: 100%; object-fit: cover;
    }
    .about-img-badge {
      position: absolute; bottom: 20px; left: 20px;
      background: var(--accent); color: var(--navy);
      padding: 10px 18px; border-radius: 10px;
      font-size: 13px; font-weight: 700;
      display: flex; align-items: center; gap: 8px;
      box-shadow: 0 8px 24px rgba(224,123,57,0.4);
    }
 /* MISSION / VISION SECTION — light bg */
    .mv-section {
      padding: 100px 0;
      background: var(--bg);
      border-top: 1px solid var(--border);
      border-bottom: 1px solid var(--border);
    }
    .mv-card-large {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 20px;
      padding: 32px;
      height: 100%;
      transition: box-shadow .3s, border-color .3s, transform .3s;
    }
    .mv-card-large:hover { box-shadow: 0 16px 48px rgba(11,31,58,0.09); border-color: transparent; transform: translateY(-3px); }
    .mv-card-accent {
      background: rgba(224,123,57,0.04);
      border-color: rgba(224,123,57,0.18);
    }
    .mv-card-icon {
      width: 52px; height: 52px;
      background: var(--accent-dim);
      border-radius: 14px;
      display: flex; align-items: center; justify-content: center;
      font-size: 22px; color: var(--accent);
      margin-bottom: 16px;
    }
    .mv-card-label {
      font-size: 11px; font-weight: 800;
      text-transform: uppercase; letter-spacing: 0.12em;
      color: var(--accent); margin-bottom: 10px;
    }
    .mv-card-text {
      font-size: 1rem; font-weight: 500;
      color: var(--navy); line-height: 1.5;
      margin-bottom: 15px;
    }
    .mv-card-img-wrap {
      border-radius: 12px; overflow: hidden;
      height: 180px;
    }
    .mv-card-img-wrap img {
      width: 100%; height: 100%; object-fit: cover;
      filter: brightness(0.88) saturate(0.85);
      transition: filter .35s, transform .4s;
    }
    .mv-card-large:hover .mv-card-img-wrap img { filter: brightness(1) saturate(1); transform: scale(1.04); }
    /* INDUSTRIES */
    .industries-section { padding: 100px 0; background: var(--navy); }
    .industries-section .section-title { color: #fff; }
    .industries-section .section-eyebrow { color: var(--accent-2); }
    .industries-section .section-sub { color: rgba(255,255,255,0.55); }
    .industry-card {
      background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.09);
      border-radius: 16px; overflow: hidden; height: 100%;
      transition: background .3s, border-color .3s, transform .3s;
    }
    .industry-card:hover { background: rgba(255,255,255,0.09); border-color: rgba(224,123,57,0.35); transform: translateY(-3px); }
    /* Industry card image */
    .industry-card-img {
      width: 100%; height: 130px; object-fit: cover;
      filter: brightness(0.5) saturate(0.6);
      transition: filter .35s;
      display: block;
    }
    .industry-card:hover .industry-card-img { filter: brightness(0.65) saturate(0.8); }
    .industry-card-body { padding: 22px; }
    .ind-icon { font-size: 26px; color: var(--accent-2); margin-bottom: 12px; display: block; }
    .industry-card h5 { font-size: 1rem; font-weight: 800; color: #fff; margin-bottom: 8px; }
    .industry-card p { font-size: 14px; color: rgba(255,255,255,0.5); margin: 0; line-height: 1.65; }

    /* SERVICES STRIP */
    .services-strip { padding: 80px 0; border-top: 1px solid var(--border); }
    .service-item { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; padding: 28px 20px; }
    .svc-icon { width: 64px; height: 64px; background: var(--accent-dim); border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 26px; color: var(--accent); }
    .service-item h6 { font-size: 15px; font-weight: 800; color: var(--navy); margin: 0; }
    .service-item p { font-size: 14px; color: var(--text-lt); margin: 0; line-height: 1.6; }

    /* TESTIMONIAL */
    .testimonial-section { padding: 0 0 100px; }
    .quote-card { background: var(--navy); border-radius: 20px; padding: 48px; position: relative; overflow: hidden; }
    .quote-card::before { content: '"'; position: absolute; top: -20px; left: 30px; font-family: 'Playfair Display',serif; font-size: 180px; color: rgba(255,255,255,0.04); line-height: 1; pointer-events: none; }
    /* Quote card background image */
    .quote-card-bg {
      position: absolute; inset: 0;
      background-image: url('https://images.unsplash.com/photo-1541746972996-4e0b0f43e02a?w=1200&auto=format&fit=crop&q=30');
      background-size: cover; background-position: center;
      opacity: 0.06; pointer-events: none;
    }
    .quote-text { font-style: italic; font-size: clamp(1.1rem, 2vw, 1.15rem); color: rgba(255,255,255,0.85); line-height: 1.7; margin-bottom: 32px; position: relative; }
    .founder-row { display: flex; align-items: center; gap: 16px; }
    .founder-avatar { width: 52px; height: 52px; background: var(--accent); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 18px; color: #fff; }
    .founder-name { font-size: 16px; font-weight: 600; color: #fff; }
    .founder-title { font-size: 13px; color: rgba(255,255,255,0.5); }

    /* KNOWLEDGE BASE */
    .kb-section { padding: 100px 0; background: var(--bg); }
    .blog-card { background: var(--white); border: 1px solid var(--border); border-radius: 14px; overflow: hidden; height: 100%; transition: box-shadow .3s, transform .3s; }
    .blog-card:hover { box-shadow: 0 16px 50px rgba(11,31,58,0.09); transform: translateY(-3px); }
    .blog-cat { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; color: var(--accent); background: var(--accent-dim); display: inline-block; padding: 4px 10px; border-radius: 4px; margin-bottom: 12px; }
    .blog-card-body { padding: 24px; }
    .blog-card h5 { font-size: 1rem; font-weight: 800; color: var(--navy); line-height: 1.45; margin-bottom: 12px; }
    .blog-card p { font-size: 14px; color: var(--text-lt); margin: 0; }
    /* Blog images replacing icon placeholders */
    .blog-img {
      width: 100%; height: 200px;
      overflow: hidden; position: relative;
    }
    .blog-img img {
      width: 100%; height: 100%; object-fit: cover;
      display: block;
      transition: transform .4s ease;
      filter: brightness(0.9);
    }
    .blog-card:hover .blog-img img { transform: scale(1.05); filter: brightness(1); }
    .blog-img-overlay {
      position: absolute; inset: 0;
      background: linear-gradient(to bottom, transparent 50%, rgba(11,31,58,0.35) 100%);
    }

    /* CTA */
    .cta-section { padding: 100px 0; background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 100%); position: relative; overflow: hidden; }
    .cta-section::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,0.025) 1px, transparent 1px); background-size: 32px 32px; }
    /* CTA background image */
    .cta-bg-img {
      position: absolute; inset: 0;
      background-image: url('https://images.unsplash.com/photo-1578575437130-527eed3abbec?w=1600&auto=format&fit=crop&q=30');
      background-size: cover; background-position: center;
      opacity: 0.07; pointer-events: none;
    }
    .cta-section h2 { font-size:35px; font-weight: 600; color: #fff; margin-bottom: 18px; }
    .cta-section p { font-size: 18px; color: rgba(255,255,255,0.6); max-width: 500px; }
    .contact-chip { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); color: rgba(255,255,255,0.8); font-size: 14px; font-weight: 600; padding: 10px 18px; border-radius: 8px; text-decoration: none; transition: background .2s; }
    .contact-chip:hover { background: rgba(255,255,255,0.14); color: #fff; }
    .contact-chip i { color: var(--accent-2); }
    .cta-form-wrap { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 32px; }
    .cta-input { width: 100%; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); color: #fff; font-family: 'Manrope',sans-serif; font-size: 16px; padding: 12px 16px; border-radius: 8px; outline: none; margin-bottom: 14px; transition: border-color .2s; }
    .cta-input:focus { border-color: rgba(224,123,57,0.5); }
    .cta-input::placeholder { color: rgba(255,255,255,0.35); }

    /* FOOTER */
    footer { background: #07111f; padding: 68px 0 28px; border-top: 1px solid rgba(255,255,255,0.06); }
    .footer-brand { font-family: 'Manrope',sans-serif; font-weight: 800; font-size: 1.4rem; color: #fff; margin-bottom: 12px; }
    .footer-brand span { color: var(--accent-2); }
    .footer-desc { font-size: 14px; color: rgba(255,255,255,0.4); line-height: 1.7; max-width: 370px; margin-bottom: 24px; }
    .footer-heading { font-size: 16px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; color: rgba(255,255,255,0.85); margin-bottom: 18px; }
    .footer-link { display: block; font-size: 14px; color: rgba(255,255,255,0.55); text-decoration: none; margin-bottom: 11px; transition: color .2s; }
    .footer-link:hover { color: #fff; }
    .footer-contact { font-size: 13px; color: rgba(255,255,255,0.45); margin-bottom: 10px; display: flex; align-items: flex-start; gap: 8px; line-height: 1.5; }
    .footer-contact i { color: var(--accent-2); flex-shrink: 0; margin-top: 2px; }
    .footer-bottom { margin-top: 52px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.07); font-size: 13px; color: rgba(255,255,255,0.3); }
    .social-link { width: 34px; height: 34px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.08); border-radius: 7px; display: inline-flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.5); font-size: 15px; text-decoration: none; transition: all .2s; }
    .social-link:hover { background: var(--accent); color: #fff; border-color: transparent; }

    /* Animations */
    .fade-up { opacity: 0; transform: translateY(28px); animation: fadeUp .65s forwards; }
    .d1 { animation-delay: .1s; } .d2 { animation-delay: .25s; } .d3 { animation-delay: .4s; } .d4 { animation-delay: .55s; }
    @keyframes fadeUp { to { opacity: 1; transform: translateY(0); } }

    @media (max-width: 768px) {
      .hero { padding: 70px 0 50px; }
      .hero-card { margin-top: 0px; }
      .stat-cell { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.2); }
      .stat-cell:last-child { border-bottom: none; }
      .quote-card { padding: 32px 24px; }
      .about-img-wrap { height: 260px; }
      .cta-section, .industries-section, .mv-section, .about-section{
        padding: 50px 0;
      }
      .testimonial-section {
          padding: 0 0 50px;
      }
      .services-strip {
        padding: 50px 0 30px;
      }
      .p-badge {
          font-size: 11px;
          font-weight: 600;
          white-space: nowrap;
      }
      .section-title {
        font-size: 24px;
      }
      .stat-label {
        font-size: 13px;
        margin-bottom: 10px;
      } 
      .cta-section h2 {
        font-size: 20px;
      }
      .cta-section p {
        font-size: 14px;
      }
      .footer-bottom {
        margin-top: 25px;
        padding-top: 15px;
      }
      .footer-desc {
        color: rgba(255, 255, 255, 0.6);
        max-width: 100%;
      }
      footer {
        padding: 36px 0 15px;
      }
      .nav-link {
    padding: 10px 14px !important;
    }
    li.nav-item {
    border-bottom: 1px solid #e7e7e7;
}
.btn-nav{
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
  }
  /* FAQ SECTION */
.faq-section {
  padding: 100px 0;
  /* background: var(--bg); */
  border-top: 1px solid var(--border);
}
.faq-main-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  color: var(--navy);
  line-height: 1.15;
  margin-bottom: 16px;
}
.faq-subtitle {
  font-size: 17px;
  color: var(--text-lt);
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto;
}
.faq-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 28px 28px 32px;
  height: 100%;
  transition: box-shadow .3s, border-color .3s, transform .3s;
}
.faq-card:hover {
  box-shadow: 0 16px 48px rgba(11,31,58,0.09);
  border-color: rgba(11,31,58,0.12);
  transform: translateY(-3px);
}
.faq-card--mid {
  background: var(--navy);
  border-color: transparent;
}
.faq-card--mid .faq-q { color: #fff; }
.faq-card--mid .faq-a { color: rgba(255,255,255,0.55); }
.faq-q {
  font-size: 16px;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.4;
  margin-bottom: 12px;
}
.faq-a {
  font-size: 14px;
  color: var(--text-lt);
  line-height: 1.75;
  margin: 0;
}
@media (max-width: 768px) {
  .faq-section { padding: 50px 0; }
  .faq-main-title { font-size: 1.75rem; }
}