
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body { font-family: "Segoe UI", Arial, sans-serif; color: #1a1a2e; background: #fff; }
  .lang-switch { display: flex; gap: 6px; align-items: center; font-size: 13px; }
  .lang-switch a { color: rgba(255,255,255,0.55) !important; padding: 3px 6px; border-radius: 4px; }
  .lang-switch a.active { color: #fff !important; font-weight: 700; background: rgba(58,159,214,0.25); }
  nav { background: #0d2240; position: sticky; top: 0; z-index: 100; }
  .nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 32px; display: flex; align-items: center; justify-content: space-between; height: 68px; }
  .nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
  .nav-logo img { height: 44px; width: 44px; object-fit: contain; border-radius: 4px; }
  .nav-logo-text { color: #fff; font-size: 17px; font-weight: 600; letter-spacing: 0.5px; line-height: 1.2; }
  .nav-logo-text span { color: #3a9fd6; display: block; font-size: 11px; font-weight: 400; letter-spacing: 2px; text-transform: uppercase; }
  .nav-links { display: flex; align-items: center; gap: 32px; list-style: none; }
  .nav-links a { color: rgba(255,255,255,0.75); text-decoration: none; font-size: 14px; transition: color 0.2s; }
  .nav-links a:hover { color: #fff; }
  .nav-cta { background: #3a9fd6 !important; color: #fff !important; padding: 10px 22px !important; border-radius: 5px; font-weight: 600 !important; }
  .hero { background: #0d2240; padding: 80px 32px 0; }
  .hero-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
  .hero-tag { display: inline-flex; align-items: center; gap: 8px; color: #3a9fd6; font-size: 12px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; }
  .hero-tag::before { content: ""; display: block; width: 24px; height: 2px; background: #3a9fd6; }
  .hero h1 { color: #fff; font-size: 40px; font-weight: 700; line-height: 1.15; margin-bottom: 20px; }
  .hero h1 em { color: #3a9fd6; font-style: normal; }
  .hero-sub { color: rgba(255,255,255,0.65); font-size: 16px; line-height: 1.75; margin-bottom: 36px; }
  .hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
  .btn-primary { background: #3a9fd6; color: #fff; padding: 14px 28px; border-radius: 5px; font-size: 15px; font-weight: 600; text-decoration: none; display: inline-block; }
  .btn-outline { border: 2px solid rgba(255,255,255,0.3); color: #fff; padding: 14px 28px; border-radius: 5px; font-size: 15px; font-weight: 500; text-decoration: none; display: inline-block; }
  .hero-right { display: flex; justify-content: center; align-items: flex-end; }
  .hero-right img { width: 320px; height: 320px; object-fit: contain; }
  .hero-bar { background: #1a3a5c; border-top: 1px solid rgba(255,255,255,0.08); margin-top: 60px; }
  .hero-bar-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); }
  .hero-stat { padding: 20px 24px; border-right: 1px solid rgba(255,255,255,0.08); }
  .hero-stat:last-child { border-right: none; }
  .hero-stat .num { color: #3a9fd6; font-size: 18px; font-weight: 700; }
  .hero-stat .lbl { color: rgba(255,255,255,0.45); font-size: 12px; margin-top: 3px; }
  section { padding: 80px 32px; }
  .section-inner { max-width: 1200px; margin: 0 auto; }
  .about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
  .partners-section { background: #f7f9fb; padding: 70px 32px; }
  .partners-eyebrow { text-align: center; }
  .partners-section h2 { text-align: center; margin-bottom: 40px; }
  .partners-grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 56px; max-width: 1100px; margin: 0 auto; }
  .partner-logo { height: 56px; max-width: 160px; object-fit: contain; filter: grayscale(100%); opacity: 0.7; transition: filter 0.2s, opacity 0.2s; }
  .partner-logo:hover { filter: grayscale(0%); opacity: 1; }
  @media (max-width: 900px) { .partners-grid { gap: 36px; } .partner-logo { height: 44px; } }
  .about-text { display: flex; flex-direction: column; }
  .about-photo { border-radius: 8px; overflow: hidden; box-shadow: 0 20px 50px rgba(13,34,64,0.25); border: 1px solid rgba(58,157,214,0.2); }
  .about-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
  @media (max-width: 900px) { .about-grid { grid-template-columns: 1fr; } }
  .eyebrow { color: #3a9fd6; font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 10px; }
  h2 { font-size: 32px; font-weight: 700; color: #0d2240; line-height: 1.2; margin-bottom: 14px; }
  .section-sub { color: #555; font-size: 16px; line-height: 1.7; max-width: 520px; margin-bottom: 48px; }
  .services-bg { background: #f7fafd; }
  .services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: #e0ecf5; border: 1px solid #e0ecf5; border-radius: 10px; overflow: hidden; }
  .service-card { background: #fff; padding: 32px 24px; }
  .service-icon { width: 48px; height: 48px; background: #e6f4fb; border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
  .service-icon svg { width: 24px; height: 24px; stroke: #3a9fd6; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  .service-card h3 { font-size: 16px; font-weight: 700; color: #0d2240; margin-bottom: 8px; }
  .service-card p { font-size: 14px; color: #666; line-height: 1.65; }
  .routes-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
  .route-card { border: 1px solid #e0ecf5; border-radius: 10px; padding: 24px; background: #fff; }
  .route-flag { font-size: 28px; margin-bottom: 12px; }
  .route-card h4 { font-size: 15px; font-weight: 700; color: #0d2240; margin-bottom: 5px; }
  .route-card p { font-size: 13px; color: #777; line-height: 1.5; }
  .route-badge { display: inline-block; background: #e6f4fb; color: #185fa5; font-size: 11px; font-weight: 600; padding: 3px 10px; border-radius: 20px; margin-top: 12px; }
  .quote-section { background: #0d2240; padding: 80px 32px; }
  .quote-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
  .quote-left h2 { color: #fff; }
  .quote-left p { color: rgba(255,255,255,0.6); font-size: 15px; line-height: 1.7; margin-top: 14px; }
  .quote-form { background: #fff; border-radius: 10px; padding: 32px; }
  .quote-form h3 { font-size: 18px; font-weight: 700; color: #0d2240; margin-bottom: 20px; }
  .form-group { margin-bottom: 14px; }
  .form-group label { display: block; font-size: 12px; font-weight: 600; color: #555; margin-bottom: 5px; text-transform: uppercase; letter-spacing: 0.5px; }
  .form-group input, .form-group select, .form-group textarea { width: 100%; padding: 10px 14px; border: 1px solid #dde4ed; border-radius: 5px; font-size: 14px; color: #1a1a2e; background: #fff; font-family: inherit; }
  .form-group textarea { resize: vertical; min-height: 80px; }
  .form-submit { width: 100%; background: #3a9fd6; color: #fff; border: none; padding: 13px; border-radius: 5px; font-size: 15px; font-weight: 700; cursor: pointer; font-family: inherit; margin-top: 4px; }
  .why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
  .why-card { padding: 28px 24px; border-left: 4px solid #3a9fd6; background: #f7fafd; border-radius: 0 8px 8px 0; }
  .why-num { font-size: 36px; font-weight: 800; color: #e0ecf5; line-height: 1; margin-bottom: 10px; }
  .why-card h4 { font-size: 16px; font-weight: 700; color: #0d2240; margin-bottom: 8px; }
  .why-card p { font-size: 14px; color: #666; line-height: 1.65; }
  .contact-strip { background: #f7fafd; border-top: 1px solid #e0ecf5; padding: 48px 32px; }
  .contact-strip-inner { max-width: 1200px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 40px; align-items: center; justify-content: space-between; }
  .contact-item { display: flex; align-items: center; gap: 14px; }
  .contact-item svg { width: 20px; height: 20px; stroke: #3a9fd6; fill: none; stroke-width: 1.8; flex-shrink: 0; stroke-linecap: round; stroke-linejoin: round; }
  .contact-item strong { display: block; color: #0d2240; font-size: 15px; }
  .contact-item span { font-size: 14px; color: #444; }
  footer { background: #091929; padding: 56px 32px 32px; }
  .footer-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
  .footer-brand img { height: 52px; margin-bottom: 14px; border-radius: 6px; }
  .footer-brand p { color: rgba(255,255,255,0.4); font-size: 13px; line-height: 1.7; }
  .footer-col h4 { color: #fff; font-size: 13px; font-weight: 700; margin-bottom: 16px; letter-spacing: 0.5px; text-transform: uppercase; }
  .footer-col a { display: block; color: rgba(255,255,255,0.45); font-size: 13px; text-decoration: none; margin-bottom: 8px; }
  .footer-col a:hover { color: #3a9fd6; }
  .footer-col p { color: rgba(255,255,255,0.4); font-size: 13px; line-height: 1.8; }
  .footer-bottom { border-top: 1px solid rgba(255,255,255,0.07); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
  .footer-bottom p { color: rgba(255,255,255,0.25); font-size: 12px; }
  .footer-tagline { color: #3a9fd6 !important; font-weight: 600; }
  @media (max-width: 900px) {
    .hero-inner, .quote-inner { grid-template-columns: 1fr; }
    .hero-right { display: none; }
    .hero h1 { font-size: 28px; }
    .hero-bar-inner, .services-grid, .routes-grid, .why-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-inner { grid-template-columns: 1fr 1fr; }
    .nav-links { display: none; }
  }

  /* Testimonials */
  .testimonials { background: #f7fafd; padding: 80px 32px; }
  .testimonials h2 { font-size: 36px; font-weight: 800; color: #0d2240; margin-bottom: 8px; }
  .testimonials-sub { color: #555; font-size: 16px; margin-bottom: 48px; }
  .testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; max-width: 1200px; margin: 0 auto; }
  .testimonial-card { background: #fff; border-radius: 12px; padding: 32px 28px; box-shadow: 0 2px 12px rgba(13,34,64,0.07); border-top: 4px solid #3a9fd6; }
  .testimonial-stars { color: #f4b400; font-size: 18px; margin-bottom: 16px; }
  .testimonial-text { font-size: 15px; color: #444; line-height: 1.7; font-style: italic; margin-bottom: 20px; }
  .testimonial-author strong { display: block; color: #0d2240; font-size: 14px; font-weight: 700; }
  .testimonial-author span { font-size: 13px; color: #888; }
  @media(max-width:768px){ .testimonials-grid { grid-template-columns: 1fr; } }

  /* WhatsApp floating button */
  .whatsapp-float { position: fixed; bottom: 28px; right: 28px; z-index: 999; }
  .whatsapp-float a { display: flex; align-items: center; gap: 10px; background: #25d366; color: #fff; text-decoration: none; padding: 14px 20px; border-radius: 50px; font-size: 15px; font-weight: 600; box-shadow: 0 4px 16px rgba(37,211,102,0.4); transition: transform 0.2s, box-shadow 0.2s; }
  .whatsapp-float a:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(37,211,102,0.5); }
  .whatsapp-float svg { width: 22px; height: 22px; fill: #fff; flex-shrink: 0; }

  /* Social links in footer */
  .footer-social { display: flex; gap: 12px; margin-top: 16px; }
  .footer-social a { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; background: rgba(255,255,255,0.08); border-radius: 8px; transition: background 0.2s; }
  .footer-social a:hover { background: #3a9fd6; }
  .footer-social svg { width: 18px; height: 18px; fill: rgba(255,255,255,0.6); }
  .footer-social a:hover svg { fill: #fff; }

  .nav-links a.current { color: #fff; }
  .service-card.service-link { display: block; text-decoration: none; transition: transform 0.2s, box-shadow 0.2s; }
  .service-card.service-link:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(13,34,64,0.08); }
  .service-more { display: inline-block; margin-top: 14px; color: #185fa5; font-size: 13px; font-weight: 700; }
  .page-hero { background: #0d2240; padding: 74px 32px 70px; }
  .page-hero h1 { color: #fff; font-size: 40px; line-height: 1.15; margin: 12px 0 18px; max-width: 860px; }
  .page-hero p { color: rgba(255,255,255,0.68); font-size: 16px; line-height: 1.75; max-width: 760px; margin-bottom: 28px; }
  .breadcrumb { color: rgba(255,255,255,0.52); font-size: 13px; margin-bottom: 18px; }
  .breadcrumb a { color: rgba(255,255,255,0.75); text-decoration: none; }
  .content-layout { max-width: 900px; margin: 0 auto; }
  .article-body h2 { margin-top: 38px; }
  .article-body h3 { color: #0d2240; font-size: 20px; margin: 28px 0 10px; }
  .article-body p, .article-body li { color: #444; font-size: 16px; line-height: 1.8; }
  .article-body p { margin-bottom: 18px; }
  .article-body ul { margin: 14px 0 26px 22px; }
  .article-body a { color: #185fa5; font-weight: 700; text-decoration: none; }
  .article-body a:hover { text-decoration: underline; }
  .internal-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 30px; }
  .internal-links a, .blog-card { border: 1px solid #e0ecf5; border-radius: 10px; padding: 20px; background: #fff; color: #0d2240; text-decoration: none; }
  .internal-links strong, .blog-card strong { display: block; font-size: 15px; margin-bottom: 8px; }
  .internal-links span, .blog-card span { color: #666; font-size: 13px; line-height: 1.55; }
  .cta-band { background: #0d2240; border-radius: 10px; padding: 34px; margin-top: 44px; }
  .cta-band h2 { color: #fff; font-size: 26px; }
  .cta-band p { color: rgba(255,255,255,0.68); margin-bottom: 22px; }
  .blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .article-meta { color: #777; font-size: 13px; margin-bottom: 26px; }
  .tool-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
  .tool-card { border: 1px solid #e0ecf5; border-radius: 10px; padding: 22px; background: #fff; text-decoration: none; color: #0d2240; transition: transform 0.2s, box-shadow 0.2s; }
  .tool-card:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(13,34,64,0.08); }
  .tool-logo { height: 48px; display: flex; align-items: center; margin-bottom: 14px; }
  .tool-logo img { max-height: 42px; max-width: 150px; object-fit: contain; }
  .tool-card strong { display: block; font-size: 16px; margin-bottom: 7px; }
  .tool-card span { color: #666; font-size: 13px; line-height: 1.55; }
  @media (max-width: 900px) {
    nav { position: static !important; }
    .nav-inner { height: auto !important; padding: 14px 18px !important; flex-wrap: wrap !important; justify-content: center !important; gap: 12px !important; }
    .nav-logo { width: 100% !important; justify-content: center !important; }
    .nav-links { display: flex !important; flex-wrap: wrap !important; justify-content: center !important; align-items: center !important; gap: 12px 16px !important; width: 100% !important; }
    .nav-links li { display: inline-flex !important; }
    .nav-links a { font-size: 13px !important; }
    .nav-cta { padding: 8px 12px !important; }
    .lang-switch { display: flex !important; gap: 4px !important; }
    .page-hero h1 { font-size: 30px; }
    .internal-links, .blog-grid, .tool-grid { grid-template-columns: 1fr; }
  }