.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-23068 .elementor-element.elementor-element-087720f{--display:flex;--padding-top:23px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}/* Start custom CSS for html, class: .elementor-element-83134e0 */.ai-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, #0a0a14 0%, #0d1b3e 50%, #0a0a14 100%);
  }

  /* animated grid */
  .ai-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(rgba(0,180,255,.06) 1px, transparent 1px),
      linear-gradient(90deg, rgba(0,180,255,.06) 1px, transparent 1px);
    background-size: 60px 60px;
    animation: gridMove 12s linear infinite;
  }
  @keyframes gridMove { from{background-position:0 0} to{background-position:60px 60px} }

  /* floating glow orbs */
  .orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: .35;
    animation: pulse 6s ease-in-out infinite;
  }
  .orb-1 { width:500px; height:500px; background:#0057ff; top:-100px; left:-150px; }
  .orb-2 { width:400px; height:400px; background:#00c2ff; bottom:-80px; right:-100px; animation-delay:3s; }
  @keyframes pulse { 0%,100%{transform:scale(1)} 50%{transform:scale(1.12)} }

  .hero-inner {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
  }

  /* ─── LEFT COLUMN ───────────────────────────────────────── */
  .hero-left { display: flex; flex-direction: column; gap: 28px; }

  .badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0,180,255,.12);
    border: 1px solid rgba(0,180,255,.35);
    border-radius: 50px;
    padding: 8px 18px;
    width: fit-content;
    color: #00c2ff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
  }
  .badge span { font-size: 18px; }

  .hero-headline {
    font-size: clamp(32px, 4.5vw, 54px);
    font-weight: 900;
    line-height: 1.1;
    color: #fff;
    letter-spacing: -1px;
  }
  .hero-headline .accent {
    background: linear-gradient(90deg, #00b4ff, #0057ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  .hero-sub {
    font-size: 17px;
    line-height: 1.65;
    color: rgba(255,255,255,.75);
    max-width: 480px;
  }

  /* stat pills */
  .stat-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  .stat-pill {
    background: rgba(0,180,255,.08);
    border: 1px solid rgba(0,180,255,.25);
    border-radius: 12px;
    padding: 14px 20px;
    min-width: 140px;
    flex: 1;
  }
  .stat-pill .num {
    font-size: 26px;
    font-weight: 900;
    color: #00c2ff;
    line-height: 1;
  }
  .stat-pill .lbl {
    font-size: 12px;
    color: rgba(255,255,255,.6);
    margin-top: 4px;
    line-height: 1.3;
  }

  /* feature bullets */
  .features { display: flex; flex-direction: column; gap: 10px; }
  .feat {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14.5px;
    color: rgba(255,255,255,.82);
  }
  .feat-icon {
    flex-shrink: 0;
    width: 22px; height: 22px;
    background: linear-gradient(135deg,#0057ff,#00c2ff);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 12px;
    margin-top: 1px;
  }

  /* ─── MAIN CTA BUTTON ────────────────────────────────────── */
  .cta-wrap { display: flex; flex-direction: column; gap: 14px; }

  .cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, #0057ff 0%, #00b4ff 100%);
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: .3px;
    padding: 22px 36px;
    border-radius: 16px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 0 40px rgba(0,100,255,.5), 0 8px 30px rgba(0,0,0,.4);
    position: relative;
    overflow: hidden;
    transition: transform .2s, box-shadow .2s;
    text-align: center;
    line-height: 1.3;
  }
  .cta-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,rgba(255,255,255,.15),transparent);
    border-radius: inherit;
  }
  .cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 60px rgba(0,140,255,.7), 0 12px 40px rgba(0,0,0,.5);
  }
  .cta-btn .arrow { font-size: 22px; }

  .cta-note {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: rgba(255,255,255,.5);
  }
  .cta-note::before { content:'🔒'; font-size:15px; }

  /* powered-by badge */
  .powered {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: rgba(255,255,255,.4);
    font-weight: 600;
    letter-spacing: .4px;
    text-transform: uppercase;
    margin-top: 4px;
  }
  .powered .dot { width:6px; height:6px; background:#00c2ff; border-radius:50%; }

  /* ─── RIGHT COLUMN ──────────────────────────────────────── */
  .hero-right {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .photo-frame {
    position: relative;
    width: 100%;
    max-width: 440px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 0 0 1px rgba(0,180,255,.3), 0 0 80px rgba(0,100,255,.35);
  }
  .photo-frame img {
    width: 100%;
    display: block;
  }

  /* corner glow accent */
  .photo-frame::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    border: 1px solid rgba(0,200,255,.2);
    pointer-events: none;
  }

  /* floating card overlay on photo */
  .photo-overlay {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(8,14,40,.85);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(0,180,255,.3);
    border-radius: 14px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
  }
  .photo-overlay .green-dot {
    width:10px; height:10px;
    background:#00e676;
    border-radius:50%;
    box-shadow: 0 0 8px #00e676;
    flex-shrink:0;
    animation: blink 1.5s ease-in-out infinite;
  }
  @keyframes blink { 0%,100%{opacity:1} 50%{opacity:.3} }
  .photo-overlay .ov-text { font-size:13px; color:#fff; font-weight:600; }
  .photo-overlay .ov-sub  { font-size:11px; color:rgba(255,255,255,.5); }

  /* card below photo */
  .info-card {
    width: 100%;
    max-width: 440px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(0,180,255,.18);
    border-radius: 18px;
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13.5px;
  }
  .info-row .lbl { color: rgba(255,255,255,.5); }
  .info-row .val {
    color: #00c2ff;
    font-weight: 700;
    font-size: 14px;
  }
  .divider { border: none; border-top: 1px solid rgba(255,255,255,.08); }

  /* ─── RESPONSIVE ─────────────────────────────────────────── */
  @media(max-width: 768px){
    .hero-inner { grid-template-columns: 1fr; gap: 40px; }
    .hero-right { order: -1; }
    .stat-pill .num { font-size: 22px; }
  }/* End custom CSS */