* { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      --bg: #f4f8fc;
      --bg-soft: #f8fbff;
      --card: rgba(255,255,255,0.98);
      --navy: #0f2747;
      --navy-2: #173b6b;
      --blue: #1f6feb;
      --blue-soft: #edf5ff;
      --green: #16a34a;
      --green-2: #22c55e;
      --text: #1f2937;
      --muted: #6b7280;
      --line: #e5e7eb;
      --line-soft: #edf2f7;
      --shadow: 0 18px 45px rgba(15, 39, 71, 0.10);
      --shadow-sm: 0 8px 24px rgba(15,39,71,.08);
      --shadow-hover: 0 18px 40px rgba(15,39,71,.14);
      --radius: 24px;
      --radius-sm: 18px;
      --radius-xs: 14px;
      --maxw: 1480px;
    }

    html { scroll-behavior: smooth; }

    body {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Microsoft YaHei", sans-serif;
      background:
        radial-gradient(circle at top left, rgba(31,111,235,.08), transparent 28%),
        radial-gradient(circle at top right, rgba(22,163,74,.06), transparent 26%),
        var(--bg);
      color: var(--text);
      line-height: 1.7;
    }

    a { text-decoration: none; color: inherit; }
    img { max-width: 100%; display: block; }

    .container {
      width: 100%;
      max-width: var(--maxw);
      margin: 0 auto;
      padding: 0 24px;
    }

    .topbar {
      background: linear-gradient(90deg, var(--navy), var(--navy-2));
      color: rgba(255,255,255,0.92);
      font-size: 14px;
    }

    .topbar .container {
      display: flex;
      justify-content: space-between;
      gap: 16px;
      padding: 10px 24px;
      flex-wrap: wrap;
    }
    
    .top_nov{
        font-size: 13px;
    }
    .top_right{
        font-size: 13px;
    }
    @media (max-width: 768px) {
        .top_nov{
            text-align: center;
            font-size: 13px;
        }
        .top_right {
            font-size: 13px;
            display: none;
        }
    }

    .navbar {
      padding: 16px 0;
      position: sticky;
      top: 0;
      z-index: 50;
      backdrop-filter: blur(14px);
      background: rgba(244,248,252,0.88);
      border-bottom: 1px solid rgba(229,231,235,0.7);
    }

    .nav-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .logo-wrap {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .site-icon {
      width: 44px;
      height: 44px;
      border-radius: 12px;
      object-fit: cover;
      box-shadow: 0 8px 18px rgba(15,39,71,.16);
      background: #fff;
      padding: 4px;
    }

    .logo {
      width: 200px;
    }
    @media (max-width: 768px) {
        .logo {
          width: 160px;
        }
        .navbar {
            padding: 11px 0;
        }
    }

    .nav-actions {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 48px;
      padding: 0 22px;
      border-radius: 14px;
      font-size: 15px;
      font-weight: 700;
      transition: all .25s ease;
      border: 1px solid transparent;
      cursor: pointer;
      white-space: nowrap;
    }

    .btn:hover {
      transform: translateY(-2px);
    }

    .btn-primary {
      background: linear-gradient(135deg, var(--blue), #2b7fff);
      color: #fff;
      box-shadow: 0 12px 28px rgba(31,111,235,.24);
    }

    .btn-outline {
      background: #fff;
      color: var(--navy);
      border-color: #dbe2ea;
    }

    .btn-whatsapp {
      background: linear-gradient(135deg, var(--green), var(--green-2));
      color: #fff;
      box-shadow: 0 12px 28px rgba(22,163,74,.24);
    }

    .btn-full {
      width: 100%;
    }
    
    .contact_top_but{
          width: auto;
      }

    .hero {
      padding: 56px 0 36px;
    }
    @media (max-width: 768px) {
        .hero {
          padding: 30px 0 36px;
        }
    }

    .hero-grid {
      display: grid;
      grid-template-columns: 1.08fr .92fr;
      gap: 28px;
      align-items: stretch;
    }

    .hero-card,
    .panel,
    .highlight-item,
    .service-card,
    .trust-card,
    .contact-card,
    .step-card,
    .review-card,
    .faq-item,
    .category-item {
      background: var(--card);
      border: 1px solid rgba(229,231,235,0.92);
      border-radius: var(--radius);
      box-shadow: var(--shadow-sm);
      transition: all .25s ease;
    }

    .highlight-item:hover,
    .service-card:hover,
    .trust-card:hover,
    .contact-card:hover,
    .step-card:hover,
    .review-card:hover,
    .faq-item:hover,
    .category-item:hover {
      transform: translateY(-4px);
      box-shadow: var(--shadow-hover);
    }

    .hero-card {
      padding: 46px;
      position: relative;
      overflow: hidden;
      box-shadow: var(--shadow);
      background:
        linear-gradient(135deg, rgba(255,255,255,.98), rgba(245,250,255,.96)),
        url('/images/hero-logistics.jpg') center/cover no-repeat;
    }

    .hero-card::after {
      content: "";
      position: absolute;
      right: -80px;
      top: -80px;
      width: 220px;
      height: 220px;
      background: radial-gradient(circle, rgba(31,111,235,.14), transparent 68%);
    }

    .badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 9px 14px;
      background: rgba(31,111,235,.08);
      color: var(--blue);
      border-radius: 999px;
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 18px;
      position: relative;
      z-index: 2;
    }

    .hero-card h1 {
      font-size: 48px;
      line-height: 1.15;
      color: var(--navy);
      margin-bottom: 18px;
      max-width: 760px;
      position: relative;
      z-index: 2;
      letter-spacing: -0.5px;
    }

    .hero-card p {
      font-size: 16px;
      color: #4b5563;
      max-width: 760px;
      line-height: 1.95;
      position: relative;
      z-index: 2;
    }

    .hero-points {
      display: grid;
      grid-template-columns: repeat(2, minmax(0,1fr));
      gap: 14px;
      margin: 28px 0 30px;
      position: relative;
      z-index: 2;
    }

    .point {
      background: rgba(248,251,255,.92);
      border: 1px solid #e6eef8;
      border-radius: 16px;
      padding: 16px 18px;
      font-size: 15px;
      color: var(--navy);
      font-weight: 600;
      backdrop-filter: blur(6px);
    }

    .cta-row {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
      position: relative;
      z-index: 2;
    }

    .trust-row {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
      margin-top: 22px;
      color: var(--muted);
      font-size: 14px;
      position: relative;
      z-index: 2;
    }

    .trust-row span {
      background: rgba(247,249,252,.95);
      border: 1px solid #e7edf4;
      padding: 10px 14px;
      border-radius: 999px;
    }

    .hero-note {
      margin-top: 16px;
      color: #6b7280;
      font-size: 14px;
      position: relative;
      z-index: 2;
    }

    .contact-panel {
      padding: 0;
      overflow: hidden;
      box-shadow: var(--shadow);
    }

    .panel-cover {
      height: 260px;
      background: linear-gradient(rgba(15,39,71,.16), rgba(15,39,71,.36)), url('/images/21_092430_935.png') center/cover no-repeat;
    }

    .panel-body {
      padding: 28px;
      display: flex;
      flex-direction: column;
      gap: 14px;
    }

    .panel-body h2 {
      font-size: 30px;
      color: var(--navy);
      line-height: 1.3;
    }

    .panel-body p {
      color: var(--muted);
      line-height: 1.9;
      font-size: 15px;
    }

    .mini-card {
      background: #f8fbff;
      border: 1px solid #e5edf7;
      border-radius: 18px;
      padding: 16px 18px;
      font-size: 14px;
      line-height: 1.8;
    }

    .mini-card strong {
      color: var(--navy);
      display: block;
      margin-bottom: 6px;
      font-size: 16px;
    }

    .section {
      padding: 42px 0;
    }

    .section-title {
      text-align: center;
      margin-bottom: 30px;
    }

    .section-title h2 {
      font-size: 36px;
      color: var(--navy);
      margin-bottom: 10px;
      line-height: 1.25;
    }

    .section-title p {
      color: var(--muted);
      max-width: 820px;
      margin: 0 auto;
      font-size: 16px;
      line-height: 1.9;
    }

    .highlight-band {
      margin-top: 4px;
    }

    .highlight-grid,
    .services,
    .trust-grid,
    .contact-grid,
    .gallery-grid,
    .steps-grid,
    .reviews-grid,
    .faq-grid,
    .categories-grid {
      display: grid;
      gap: 22px;
    }

    .highlight-grid {
      grid-template-columns: repeat(4, minmax(0,1fr));
    }

    .highlight-item {
      padding: 24px 20px;
      text-align: center;
    }

    .highlight-item .icon {
      width: 56px;
      height: 56px;
      border-radius: 16px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: var(--blue-soft);
      color: var(--blue);
      font-size: 22px;
      margin-bottom: 12px;
      font-weight: 800;
    }

    .highlight-item h3 {
      font-size: 19px;
      color: var(--navy);
      margin-bottom: 8px;
    }

    .highlight-item p {
      font-size: 14px;
      color: var(--muted);
      line-height: 1.85;
    }

    .gallery-grid {
      grid-template-columns: 1.2fr .8fr .8fr;
      grid-auto-rows: 240px;
    }

    .gallery-item {
      border-radius: 24px;
      overflow: hidden;
      position: relative;
      box-shadow: var(--shadow-sm);
    }

    .gallery-item.large {
      grid-row: span 2;
    }

    .gallery-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .gallery-label {
      position: absolute;
      left: 16px;
      bottom: 16px;
      background: rgba(15,39,71,.78);
      color: #fff;
      padding: 10px 14px;
      border-radius: 14px;
      font-size: 14px;
      backdrop-filter: blur(6px);
    }

    .services {
      grid-template-columns: repeat(3, minmax(0,1fr));
    }

    .service-card {
      overflow: hidden;
      padding: 0;
    }

    .service-card img {
      width: 100%;
      height: 280px;
      object-fit: cover;
    }

    .service-card .content {
      padding: 24px;
    }

    .service-tag {
      display: inline-block;
      padding: 6px 12px;
      background: #edf5ff;
      color: #1f6feb;
      border-radius: 999px;
      font-size: 13px;
      font-weight: 700;
      margin-bottom: 12px;
    }

    .service-card h3,
    .trust-card h3,
    .contact-card h3,
    .step-card h3,
    .review-card h3,
    .faq-item h3 {
      font-size: 24px;
      color: var(--navy);
      margin-bottom: 12px;
      line-height: 1.3;
    }

    .service-card p,
    .trust-card p,
    .contact-card p,
    .step-card p,
    .review-card p,
    .faq-item p {
      color: var(--muted);
      line-height: 1.9;
      font-size: 15px;
    }

    .categories-grid {
      grid-template-columns: repeat(5, minmax(0,1fr));
    }
    
    .categories-grid-icon {
      gap: 18px;
    }
    
    .category-item {
      padding: 26px 18px;
      text-align: center;
      color: var(--navy);
      background: linear-gradient(180deg, #fff, #f8fbff);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-height: 168px;
    }
    
    .category-icon {
      width: 150px;
      height: 80px;
      border-radius: 22px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 14px;
    }
    
    .category-icon svg {
      width: 38px;
      height: 38px;
      stroke: #1f6feb;
      stroke-width: 1.8;
      fill: none;
      stroke-linecap: round;
      stroke-linejoin: round;
    }
    
    .category-name {
      font-size: 16px;
      font-weight: 800;
      line-height: 1.4;
      color: var(--navy);
    }










    

    .steps-grid {
      grid-template-columns: repeat(4, minmax(0,1fr));
    }

    .step-card,
    .trust-card,
    .review-card,
    .contact-card,
    .faq-item {
      padding: 26px;
    }

    .step-no {
      width: 58px;
      height: 58px;
      border-radius: 18px;
      background: linear-gradient(135deg, var(--blue), #5091ff);
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 800;
      font-size: 22px;
      margin-bottom: 16px;
      box-shadow: 0 10px 24px rgba(31,111,235,.20);
    }

    .trust-grid {
      grid-template-columns: repeat(4, minmax(0,1fr));
    }

    .trust-card {
      text-align: center;
    }

    .trust-number {
      font-size: 36px;
      font-weight: 800;
      color: var(--blue);
      line-height: 1;
      margin-bottom: 10px;
    }

    .reviews-grid {
      grid-template-columns: repeat(3, minmax(0,1fr));
    }

    .review-card {
      background: linear-gradient(180deg, #fff, #f9fbff);
    }

    .stars {
      color: #f59e0b;
      letter-spacing: 2px;
      margin-bottom: 12px;
      font-size: 18px;
    }

    .review-name {
      margin-top: 14px;
      color: var(--navy);
      font-weight: 700;
      font-size: 14px;
    }

    .faq-grid {
      grid-template-columns: repeat(2, minmax(0,1fr));
    }

    .faq-item h3 {
      font-size: 20px;
      margin-bottom: 10px;
    }

    .contact-grid {
      grid-template-columns: repeat(2, minmax(0,1fr));
      align-items: stretch;
    }

    .contact-card {
      background: linear-gradient(180deg, #ffffff, #fbfdff);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .contact-card p {
      min-height: 38px;
    }

    .qr-box {
      background: linear-gradient(180deg, #ffffff, #f8fbff);
      border: 1px solid #e4ebf3;
      border-radius: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 20px 0 18px;
      overflow: hidden;
    }

    .qr-box img {
      border-radius: 16px;
    width: 100%;
    height: 380px;
    object-fit: cover;
    }

    .contact-meta {
      font-size: 14px;
      color: var(--muted);
      margin-top: 10px;
      line-height: 1.8;
    }

    .contact-number {
      margin-top: 12px;
      font-size: 15px;
      color: #374151;
    }

    .contact-number strong {
      color: var(--navy);
      font-weight: 800;
    }

    .cta-banner {
      margin-top: 40px;
      padding: 34px;
      border-radius: 28px;
      background: linear-gradient(135deg, var(--navy), #153869 56%, #1f6feb 140%);
      color: #fff;
      display: flex;
      justify-content: space-between;
      gap: 24px;
      align-items: center;
      box-shadow: 0 20px 45px rgba(15,39,71,.18);
    }

    .cta-banner h3 {
      font-size: 32px;
      margin-bottom: 10px;
      line-height: 1.3;
    }

    .cta-banner p {
      color: rgba(255,255,255,.84);
      line-height: 1.9;
      max-width: 700px;
      font-size: 15px;
    }

    .contact-bottom-note {
      margin-top: 16px;
      text-align: center;
      font-size: 14px;
      color: #6b7280;
    }

    
    
    .footer {
      margin-top: 40px;
      background: linear-gradient(135deg, #0f2747, #173b6b);
      color: rgba(255,255,255,0.85);
      padding: 40px 0 20px;
    }
    
    .footer-grid {
      display: grid;
      grid-template-columns: 2fr 2fr 1fr 1fr;
      gap: 30px;
    }
    
    .footer-brand p {
      margin-top: 12px;
      font-size: 14px;
      line-height: 1.8;
      color: rgba(255,255,255,0.75);
    }
    
    .footer-logo-wrap {
      display: flex;
      align-items: center;
      gap: 12px;
    }
    
    .footer-icon {
      width: 42px;
      height: 42px;
      border-radius: 10px;
      background: #fff;
      padding: 4px;
    }
    
    .footer-logo {
      width: 160px;
    }
    
    .footer-contact h4,
    .footer-links h4 {
      margin-bottom: 12px;
      font-size: 16px;
      color: #fff;
    }
    
    .footer-contact p {
      font-size: 14px;
      margin-bottom: 6px;
    }
    
    .footer-links a {
      display: block;
      font-size: 14px;
      margin-bottom: 8px;
      color: rgba(255,255,255,0.75);
      transition: all .2s ease;
    }
    
    .footer-links a:hover {
      color: #fff;
      transform: translateX(4px);
    }
    
    .footer-bottom {
      text-align: center;
      margin-top: 24px;
      padding-top: 16px;
      border-top: 1px solid rgba(255,255,255,0.15);
      font-size: 13px;
      color: rgba(255,255,255,0.6);
    }
        
    @media (max-width: 768px) {
      .footer-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }
    
      .footer-logo {
        width: 140px;
      }
    
      .footer {
        padding: 30px 0 20px;
      }
    }
        
    
    
    
    
    
    

    @media (max-width: 1200px) {
      .hero-card h1 {
        font-size: 40px;
      }

      .categories-grid {
          grid-template-columns: repeat(2, minmax(0,1fr));
        }
    }

    @media (max-width: 1024px) {
      .hero-grid,
      .services,
      .trust-grid,
      .contact-grid,
      .reviews-grid,
      .steps-grid,
      .highlight-grid,
      .faq-grid {
        grid-template-columns: 1fr 1fr;
      }

      .hero-grid {
        grid-template-columns: 1fr;
      }

      .gallery-grid {
        grid-template-columns: 1fr 1fr;
      }

      .gallery-item.large {
        grid-row: span 1;
      }

      .cta-banner {
        flex-direction: column;
        align-items: flex-start;
      }

      .categories-grid {
        grid-template-columns: repeat(3, minmax(0,1fr));
      }
    }

    @media (max-width: 768px) {
      .container {
        padding: 0 18px;
      }

      .hero-card {
        padding: 28px 22px;
      }

      .hero-card h1 {
        font-size: 32px;
      }

      .hero-card p {
        font-size: 14px;
      }

      .hero-points,
      .services,
      .trust-grid,
      .contact-grid,
      .reviews-grid,
      .steps-grid,
      .highlight-grid,
      .gallery-grid,
      .faq-grid {
        grid-template-columns: 1fr;
      }
      
      .categories-grid {
        grid-template-columns: repeat(2, minmax(0,1fr));
      }
      
      .category-item {
          min-height: 146px;
          padding: 20px 12px;
        }
        
        .category-icon {
          width: 115px;
          height: 64px;
          border-radius: 18px;
        }
        
        .category-icon svg {
          width: 32px;
          height: 32px;
        }
        
        .category-name {
          font-size: 15px;
        }

      .nav-inner {
        flex-direction: column;
        align-items: center;
      }
      .contact_top_but{
          width: 100%;
      }

      .nav-actions {
        width: 100%;
      }

      .nav-actions .btn {
        flex: 1;
      }

      .footer .container {
        flex-direction: column;
        align-items: flex-start;
      }

      .panel-cover {
        height: 180px;
      }

      .cta-banner {
        padding: 26px 22px;
      }

      .cta-banner h3 {
        font-size: 24px;
      }

      .section-title h2 {
        font-size: 28px;
      }

      .service-card img {
        height: 220px;
      }

      .qr-box {
        min-height: 320px;
      }

      .topbar .container {
        font-size: 13px;
      }
    }
    
    
    
    .mobile-bottom-bar {
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 999;
      display: none;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
      padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
      background: rgba(255, 255, 255, 0.96);
      backdrop-filter: blur(12px);
      border-top: 1px solid rgba(229,231,235,0.9);
      box-shadow: 0 -8px 24px rgba(15,39,71,.08);
    }
    
    .mobile-bottom-btn {
      min-height: 50px;
      border-radius: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 15px;
      font-weight: 700;
      text-align: center;
      box-shadow: 0 10px 24px rgba(15,39,71,.08);
    }
    
    .mobile-wechat {
      background: #ffffff;
      color: #0f2747;
      border: 1px solid #dbe2ea;
    }
    
    .mobile-whatsapp {
      background: linear-gradient(135deg, #16a34a, #22c55e);
      color: #ffffff;
    }
    
    .mobile-btn-label {
      line-height: 1;
    }
    
    @media (max-width: 768px) {
      .mobile-bottom-bar {
        display: grid;
      }
    
      body {
        padding-bottom: 84px;
      }
    
      .nav-actions {
        display: none;
      }
    }