.elementor-13939 .elementor-element.elementor-element-a303634{--display:flex;}.elementor-13939 .elementor-element.elementor-element-dc17a36{--display:flex;}/* Start custom CSS for html, class: .elementor-element-079b989 *//* ===== RESET ===== */
    *, *::before, *::after {
      margin: 0; padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
      line-height: 1.6;
      color: #333;
      background: #fff;
    }

    /* ===== KEYFRAMES ===== */
    @keyframes fadeInUp {
      from { opacity: 0; transform: translateY(24px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    @keyframes pulse {
      0%, 100% { opacity: 1; }
      50%       { opacity: 0.4; }
    }

    /* ===== HERO SECTION ===== */
    .hero-section {
      position: relative;
      background: linear-gradient(135deg, #0066FF 0%, #0085FF 50%, #00AEEF 100%);
      padding: 20px 0;
      overflow: hidden;
    }

    /* Dot pattern */
    .hero-bg-dots {
      position: absolute;
      inset: 0;
      opacity: 0.10;
      background-image: radial-gradient(circle at 2px 2px, white 1px, transparent 0);
      background-size: 40px 40px;
      pointer-events: none;
    }

    /* Blobs — note: tr & bl (swapped vs previous sections) */
    .blob-tr {
      position: absolute;
      top: 0; right: 0;
      width: 384px; height: 384px;
      background: rgba(255,255,255,0.10);
      border-radius: 50%;
      filter: blur(80px);
      pointer-events: none;
    }

    .blob-bl {
      position: absolute;
      bottom: 0; left: 0;
      width: 384px; height: 384px;
      background: rgba(0,224,255,0.20);
      border-radius: 50%;
      filter: blur(80px);
      pointer-events: none;
    }

    /* ===== CONTAINER ===== */
    .container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 16px;
      position: relative;
      z-index: 10;
    }

    @media (min-width: 640px)  { .container { padding: 0 24px; } }
    @media (min-width: 1024px) { .container { padding: 0 32px; } }

    /* ===== GRID ===== */
    .hero-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 48px;
      align-items: center;
    }

    @media (min-width: 1024px) {
      .hero-grid {
        grid-template-columns: 1fr 1fr;
        gap: 64px;
      }
    }

    /* ===== LEFT ===== */
    .hero-left { color: white; }

    /* Badge */
    .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(255,255,255,0.20);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      padding: 8px 16px;
      border-radius: 999px;
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 24px;
      cursor: default;
      transition: background 0.3s ease;
      animation: fadeInUp 0.6s ease-out both;
    }

    .hero-badge:hover { background: rgba(255,255,255,0.25); }

    .badge-dot {
      width: 8px; height: 8px;
      background: #34d399;
      border-radius: 50%;
      flex-shrink: 0;
      animation: pulse 2s infinite;
    }

    /* Title */
    .hero-title {
      color:#fff;
      font-size: clamp(40px, 5.5vw, 72px);
      font-weight: 800;
      line-height: 1.1;
      margin-bottom: 24px;
      animation: fadeInUp 0.6s ease-out 0.1s both;
    }

    .title-gradient {
      background: linear-gradient(90deg, #ffffff 0%, #00E0FF 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    /* Description */
    .hero-desc {
      font-size: clamp(16px, 2vw, 20px);
      color: rgba(255,255,255,0.90);
      line-height: 1.7;
      margin-bottom: 28px;
      max-width: 520px;
      animation: fadeInUp 0.6s ease-out 0.2s both;
    }

    /* Feature list */
    .feature-list {
      display: flex;
      flex-direction: column;
      gap: 12px;
      margin-bottom: 32px;
      animation: fadeInUp 0.6s ease-out 0.3s both;
    }

    .feature-item {
      display: flex;
      align-items: center;
      gap: 12px;
      color: rgba(255,255,255,0.90);
      font-size: 15px;
      font-weight: 500;
    }

    /* SVG check-circle icon */
    .check-icon {
      width: 20px;
      height: 20px;
      flex-shrink: 0;
      color: #00E0FF;
    }

    /* Stats */
    .hero-stats {
      display: flex;
      align-items: center;
      gap: 32px;
      padding-top: 40px;
      border-top: 1px solid rgba(255,255,255,0.20);
      animation: fadeInUp 0.6s ease-out 0.4s both;
    }

    .stat-number {
      font-size: 30px;
      font-weight: 800;
      color: white;
    }

    .stat-label {
      font-size: 13px;
      color: rgba(255,255,255,0.80);
      margin-top: 2px;
    }

    .stat-divider {
      width: 1px; height: 48px;
      background: rgba(255,255,255,0.20);
      flex-shrink: 0;
    }

    /* ===== RIGHT ===== */
    .hero-right {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      animation: fadeInUp 0.6s ease-out 0.3s both;
    }

    @media (min-width: 1024px) { .hero-right { min-height: 200px; } }

    .right-blur {
      position: absolute;
      z-index: 0;
      top: 50%; left: 50%;
      transform: translate(-50%, -50%);
      width: 500px; height: 500px;
      background: linear-gradient(135deg, rgba(0,224,255,0.30) 0%, rgba(0,133,255,0.30) 100%);
      border-radius: 50%;
      filter: blur(80px);
      pointer-events: none;
    }

    /* Image card */
    .image-card {
      position: relative;
      z-index: 10;
      width: 100%;
      border-radius: 24px;
      overflow: hidden;
      box-shadow: 0 25px 60px rgba(0,0,0,0.30);
      border: 1px solid rgba(255,255,255,0.10);
      background: rgba(255,255,255,0.05);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
    }

    .image-card:hover .hero-img { transform: scale(1.05); }

    .hero-img {
      width: 100%; height: auto;
      display: block;
      object-fit: cover;
      transition: transform 0.7s ease;
    }

    /* Floating badges */
    .float-badge {
      position: absolute;
      background: white;
      border-radius: 16px;
      padding: 14px 20px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.15);
      display: flex;
      align-items: center;
      gap: 12px;
      transition: transform 0.3s ease;
      z-index: 20;
    }

    .float-badge:hover { transform: scale(1.10); }

    .float-badge-tr { top: 24px; right: 24px; }
    .float-badge-bl { bottom: 24px; left: 24px; }

    .float-icon { font-size: 28px; line-height: 1; }

    .float-label {
      font-size: 11px;
      color: #6b7280;
      font-weight: 500;
    }

    .float-value {
      font-size: 20px;
      font-weight: 800;
      background: linear-gradient(90deg, #0085FF 0%, #00E0FF 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      line-height: 1.2;
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-da1c791 */body {
    background-color: #fff !important;
}

/* Hero Section */
.hero-section {
    padding: 80px 0;
}

/* Features Grid */
.features-grid {
    display: grid;
    gap: 24px;
    margin-top: 48px;
    max-width: 896px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .features-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.feature-card {
    background: white;
    border: 1px solid rgba(0, 102, 255, 0.1);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.feature-card:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.feature-content {
    padding: 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.feature-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0066FF 0%, #00AEEF 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    color: white;
}

.feature-icon svg {
    width: 24px;
    height: 24px;
}

.feature-title {
    font-weight: 600;
    color: #0F172A;
    margin-bottom: 8px;
    font-size: 16px;
}

.feature-description {
    color: #64748B;
    font-size: 14px;
    line-height: 1.5;
}/* End custom CSS */