
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    body {
      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
      background-color: #ffffff;
      color: #1e293b;
      line-height: 1.7;
      scroll-behavior: smooth;
      overflow-x: hidden;
    }
    :root {
      --brand-navy: #0a1628;
      --brand-blue: #1e3a5f;
      --brand-sky: #3b82f6;
      --brand-accent: #f59e0b;
      --brand-soft: #f0f4f8;
      --brand-white: #ffffff;
    }
    h1, h2, h3, h4, h5, h6 {
      font-weight: 700;
      letter-spacing: -0.02em;
      color: var(--brand-navy);
    }
    
    /* Navbar */
    .navbar {
      background-color: var(--brand-navy) !important;
      box-shadow: 0 4px 20px rgba(0,0,0,0.15);
      padding: 0.8rem 0;
    }
    .navbar-brand {
      font-weight: 800;
      font-size: 1.5rem;
      color: #ffffff !important;
      letter-spacing: -0.5px;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .navbar-brand img {
      height: 38px;
      width: auto;
      border-radius: 8px;
      transform: scale(1.4);
    }
    .navbar-brand_span {
      color: var(--brand-accent);
    }



    .navbar-toggler {
      border: 2px solid rgba(255,255,255,0.5) !important;
      border-radius: 10px;
      padding: 0.4rem 0.6rem;
    }
    .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    }
    .navbar-toggler:focus {
      box-shadow: 0 0 0 3px rgba(255,255,255,0.3) !important;
    }
    .nav-link {
      font-weight: 500;
      color: rgba(255,255,255,0.9) !important;
      margin-left: 0.3rem;
      transition: all 0.2s ease;
      border-radius: 8px;
      padding: 0.6rem 1.1rem !important;
      font-size: 0.95rem;
    }
    .nav-link:hover {
      color: #ffffff !important;
      background-color: rgba(255,255,255,0.12);
    }
    .dropdown-menu {
      background: white;
      border: none;
      box-shadow: 0 15px 30px rgba(0,0,0,0.15);
      border-radius: 14px;
      padding: 0.5rem;
      margin-top: 0.6rem;
    }
    .dropdown-item {
      border-radius: 10px;
      font-weight: 500;
      padding: 0.6rem 1.2rem;
      display: flex;
      align-items: center;
      gap: 8px;
      color: #1e293b;
    }
    .dropdown-item i {
      font-size: 1.1rem;
      color: var(--brand-sky);
    }
    .dropdown-item:hover {
      background-color: #f1f5f9;
    }
    
    /* Buttons */
    .btn-primary {
      background-color: var(--brand-sky);
      border-color: var(--brand-sky);
      font-weight: 600;
      padding: 0.75rem 2rem;
      border-radius: 50px;
      transition: all 0.3s;
      box-shadow: 0 6px 16px rgba(59,130,246,0.3);
    }
    .btn-primary:hover {
      background-color: #2563eb;
      border-color: #2563eb;
      transform: translateY(-2px);
    }
    .btn-outline-light {
      border-radius: 50px;
      font-weight: 600;
      padding: 0.6rem 1.8rem;
      border: 2px solid white;
      color: white;
    }
    .btn-outline-light:hover {
      background-color: white;
      color: var(--brand-navy);
    }
    .btn-accent {
      background-color: var(--brand-accent);
      border-color: var(--brand-accent);
      color: var(--brand-navy);
      font-weight: 700;
      padding: 0.75rem 2rem;
      border-radius: 50px;
      transition: all 0.3s;
    }
    .btn-accent:hover {
      background-color: #fbbf24;
      border-color: #fbbf24;
      transform: translateY(-2px);
    }
    
    /* App Store Buttons */
    .app-store-btn {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: #000000;
      color: white;
      padding: 0.7rem 1.5rem;
      border-radius: 14px;
      text-decoration: none;
      font-weight: 600;
      transition: all 0.3s;
      border: 2px solid #000000;
    }
    .app-store-btn:hover {
      background: #1a1a1a;
      color: white;
      transform: translateY(-2px);
      box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    }
    .app-store-btn i {
      font-size: 2rem;
    }
    .app-store-btn .btn-text {
      display: flex;
      flex-direction: column;
      text-align: left;
      line-height: 1.2;
    }
    .app-store-btn .btn-text small {
      font-size: 0.7rem;
      font-weight: 400;
      opacity: 0.8;
    }
    .app-store-btn .btn-text strong {
      font-size: 1.1rem;
    }
    
    /* Hero */
    .hero-section {
      background: linear-gradient(135deg, #0a1628 0%, #1a3350 100%);
      color: white;
      padding: 6rem 0;
      position: relative;
      overflow: hidden;
    }
    .hero-image {
      width: 100%;
      max-height: 380px;
      object-fit: cover;
      border-radius: 20px;
      box-shadow: 0 20px 40px rgba(0,0,0,0.25);
    }
    
    /* Section Titles */
    .section-title {
      font-weight: 800;
      position: relative;
      display: inline-block;
      margin-bottom: 1rem;
    }
    .section-title:after {
      content: "";
      position: absolute;
      bottom: -10px;
      left: 0;
      width: 60px;
      height: 4px;
      background: var(--brand-accent);
      border-radius: 4px;
    }
    .section-title.text-center:after {
      left: 50%;
      transform: translateX(-50%);
    }
    
    /* Backgrounds */
    .bg-soft {
      background-color: var(--brand-soft);
    }
    .bg-navy {
      background-color: var(--brand-navy);
    }
    
    /* Service Cards */
    .service-card {
      background: white;
      border-radius: 20px;
      padding: 2rem;
      box-shadow: 0 10px 30px rgba(0,0,0,0.05);
      transition: all 0.3s ease;
      height: 100%;
      border-top: 4px solid var(--brand-sky);
    }
    .service-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    }
    .service-icon {
      width: 60px;
      height: 60px;
      border-radius: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.8rem;
      color: white;
      margin-bottom: 1.2rem;
    }
    
    /* Testimonial Cards */
    .testimonial-card {
      background: white;
      border-radius: 20px;
      padding: 2rem;
      box-shadow: 0 10px 30px rgba(0,0,0,0.06);
      height: 100%;
    }
    
    /* Stat Cards */
    .stat-card {
      background: white;
      border-radius: 20px;
      padding: 2rem 1.5rem;
      text-align: center;
      box-shadow: 0 10px 25px rgba(0,0,0,0.05);
      transition: all 0.3s ease;
    }
    .stat-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 20px 35px rgba(0,0,0,0.1);
    }
    .stat-number {
      font-size: 3rem;
      font-weight: 800;
      color: var(--brand-sky);
      line-height: 1;
    }
    
    /* Process Steps */
    .process-step {
      display: flex;
      align-items: flex-start;
      gap: 1.5rem;
      margin-bottom: 1.8rem;
      position: relative;
    }
    .process-step:last-child {
      margin-bottom: 0;
    }
    .step-number {
      width: 55px;
      height: 55px;
      border-radius: 50%;
      background: var(--brand-sky);
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 800;
      font-size: 1.3rem;
      flex-shrink: 0;
      box-shadow: 0 8px 20px rgba(59,130,246,0.3);
      z-index: 2;
    }
    .step-content {
      background: white;
      border-radius: 16px;
      padding: 1.2rem 1.5rem;
      box-shadow: 0 6px 20px rgba(0,0,0,0.04);
      flex: 1;
      transition: all 0.3s ease;
    }
    .step-content:hover {
      box-shadow: 0 12px 30px rgba(0,0,0,0.08);
      transform: translateX(5px);
    }
    .step-content h5 {
      margin-bottom: 0.2rem;
      font-weight: 700;
    }
    .step-content p {
      margin-bottom: 0;
      color: #64748b;
    }
    
    /* About Image */
    .about-image-wrapper {
      position: relative;
    }
    .about-image-wrapper img {
      border-radius: 24px;
      box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    }
    .experience-badge {
      position: absolute;
      bottom: -20px;
      right: -10px;
      background: var(--brand-accent);
      color: var(--brand-navy);
      padding: 1rem 1.5rem;
      border-radius: 20px;
      font-weight: 800;
      text-align: center;
      box-shadow: 0 10px 25px rgba(245,158,11,0.4);
    }
    .experience-badge .years {
      font-size: 2rem;
      line-height: 1;
    }
    .experience-badge .text {
      font-size: 0.8rem;
      text-transform: uppercase;
      letter-spacing: 0.05em;
    }
    
    /* Footer */
    .footer-custom {
      background-color: #0a1628;
      color: #cbd5e1;
    }
    .footer-custom a {
      color: #cbd5e1;
      text-decoration: none;
      transition: color 0.2s;
    }
    .footer-custom a:hover {
      color: white;
    }
    
    /* Form */
    input, textarea, select, .form-control {
      border-radius: 12px !important;
      border: 1px solid #d1d5db;
      padding: 0.75rem 1.2rem;
      font-size: 0.95rem;
    }
    input:focus, textarea:focus, select:focus {
      border-color: var(--brand-sky);
      box-shadow: 0 0 0 4px rgba(59,130,246,0.12);
    }
    
    img {
      max-width: 100%;
      height: auto;
    }
    
    /* Responsive - Mobile First */
    @media (max-width: 992px) {
      .navbar-collapse {
        background-color: var(--brand-navy);
        border-radius: 16px;
        padding: 1rem;
        margin-top: 0.5rem;
        box-shadow: 0 20px 40px rgba(0,0,0,0.3);
      }
      .nav-link {
        padding: 0.7rem 1rem !important;
        border-radius: 10px;
        margin: 0.2rem 0;
        font-size: 1rem;
      }
      .dropdown-menu {
        background: rgba(255,255,255,0.05);
        border: 1px solid rgba(255,255,255,0.1);
        margin: 0.3rem 0;
        padding: 0.4rem;
      }
      .dropdown-item {
        color: rgba(255,255,255,0.9) !important;
        border-radius: 8px;
      }
      .dropdown-item:hover {
        background: rgba(255,255,255,0.1);
      }
      .navbar .btn-accent {
        width: 100%;
        text-align: center;
        margin-top: 0.5rem;
      }
      .experience-badge {
        bottom: -15px;
        right: 0;
        padding: 0.8rem 1.2rem;
      }
      .experience-badge .years {
        font-size: 1.6rem;
      }
      .app-store-btn {
        width: 100%;
        justify-content: center;
        margin-bottom: 0.5rem;
      }
    }
    @media (max-width: 768px) {
      .hero-section {
        padding: 3.5rem 0;
        text-align: center;
      }
      .section-title:after {
        left: 50%;
        transform: translateX(-50%);
      }
      .stat-number {
        font-size: 2.4rem;
      }
      .display-4 {
        font-size: 2.2rem;
      }
      .service-card {
        padding: 1.5rem;
      }
      .process-step {
        flex-direction: column;
        gap: 0.8rem;
        align-items: center;
        text-align: center;
      }
      .step-content:hover {
        transform: translateY(-3px);
      }
      .step-number {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
      }
      .step-content {
        padding: 1rem 1.2rem;
        width: 100%;
      }
      .experience-badge {
        position: static;
        margin-top: 1rem;
        display: inline-block;
      }
      .navbar-brand {
        font-size: 1.3rem;
      }
      .navbar-brand img {
        height: 32px;
      }
      .hero-image {
        max-height: 280px;
        margin-top: 1.5rem;
      }
    }
    @media (max-width: 576px) {
      .container {
        padding-left: 1rem;
        padding-right: 1rem;
      }
      h2 {
        font-size: 1.7rem;
      }
      .btn-lg {
        padding: 0.6rem 1.5rem;
        font-size: 0.9rem;
      }
      .stat-card {
        padding: 1.2rem 1rem;
      }
      .stat-number {
        font-size: 2rem;
      }
      .testimonial-card {
        padding: 1.2rem;
      }
      .step-content {
        padding: 0.9rem 1rem;
      }
    }
