.elementor-1052 .elementor-element.elementor-element-aa7771d{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1052 .elementor-element.elementor-element-214a28b{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-214a28b */:root {
    --primary: #1a56db;
    --primary-light: #e8f0fe;
    --primary-dark: #1240a8;
    --success: #057a55;
    --success-light: #def7ec;
    --warning: #b45309;
    --warning-light: #fef3c7;
    --text: #111827;
    --text-muted: #6b7280;
    --border: #e5e7eb;
    --bg: #f9fafb;
    --white: #ffffff;
    --radius: 12px;
    --radius-sm: 8px;
  }

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

  .aw-wrap {
    font-family: 'Inter', sans-serif;
    direction: ltr;
    text-align: left;
    color: var(--text);
    max-width: 860px;
    margin: 0 auto;
  }

  /* Hero */
  .aw-hero {
    background: linear-gradient(135deg, #1a56db 0%, #1240a8 100%);
    border-radius: var(--radius);
    padding: 2.5rem 2rem;
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
  }
  .aw-hero::before {
    content: "";
    position: absolute;
    top: -40px; right: -40px;
    width: 180px; height: 180px;
    background: rgba(255,255,255,0.06);
    border-radius: 50%;
  }
  .aw-hero::after {
    content: "";
    position: absolute;
    bottom: -30px; left: 60px;
    width: 120px; height: 120px;
    background: rgba(255,255,255,0.04);
    border-radius: 50%;
  }
  .aw-hero-inner { position: relative; z-index: 1; display: flex; align-items: flex-start; gap: 1.25rem; }
  .aw-hero-icon {
    width: 56px; height: 56px; flex-shrink: 0;
    background: rgba(255,255,255,0.15);
    border-radius: var(--radius-sm);
    display: flex; align-items: center; justify-content: center;
  }
  .aw-hero-icon svg { width: 28px; height: 28px; color: #fff; }
  .aw-hero h1 { font-size: 22px; font-weight: 700; color: #fff; margin-bottom: 6px; }
  .aw-hero p { font-size: 14px; color: rgba(255,255,255,0.85); line-height: 1.8; }
  .aw-hero-badge {
    display: inline-block;
    margin-top: 12px;
    background: rgba(255,255,255,0.15);
    color: #fff;
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.25);
  }

  /* Steps */
  .aw-steps {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.5rem 1.25rem;
    margin-bottom: 2rem;
  }
  .aw-steps-title {
    font-size: 15px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 1.25rem;
    padding-bottom: .75rem;
    border-bottom: 1px solid var(--border);
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .aw-steps-title svg { width: 18px; height: 18px; color: var(--primary); }

  .aw-step-list { display: flex; flex-direction: column; }
  .aw-step {
    display: flex;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--bg);
    position: relative;
  }
  .aw-step:last-child { border-bottom: none; padding-bottom: 0; }

  .aw-step-left { display: flex; flex-direction: column; align-items: center; flex-shrink: 0; }
  .aw-step-num {
    width: 36px; height: 36px;
    background: var(--primary);
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 700;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    z-index: 1;
  }
  .aw-step-line {
    width: 2px;
    flex: 1;
    background: var(--primary-light);
    min-height: 24px;
    margin: 4px 0;
  }
  .aw-step:last-child .aw-step-line { display: none; }

  .aw-step-content { padding-top: 6px; flex: 1; }
  .aw-step-content h3 { font-size: 14px; font-weight: 700; color: var(--text); margin-bottom: 4px; }
  .aw-step-content p { font-size: 13.5px; color: var(--text-muted); line-height: 1.7; margin: 0; }

  /* Feature cards */
  .aw-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 2rem;
  }
  .aw-feature {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.1rem;
  }
  .aw-feature-icon {
    width: 38px; height: 38px;
    background: var(--primary-light);
    border-radius: var(--radius-sm);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 10px;
  }
  .aw-feature-icon svg { width: 18px; height: 18px; color: var(--primary); }
  .aw-feature h3 { font-size: 14px; font-weight: 700; color: var(--text); margin-bottom: 5px; }
  .aw-feature p { font-size: 13px; color: var(--text-muted); line-height: 1.65; margin: 0; }

  /* Dashboard preview */
  .aw-dashboard {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    margin-bottom: 2rem;
  }
  .aw-dashboard-head {
    background: var(--bg);
    padding: .85rem 1.25rem;
    border-bottom: 1px solid var(--border);
    display: flex; align-items: center; gap: 8px;
  }
  .aw-dashboard-head svg { width: 16px; height: 16px; color: var(--primary); }
  .aw-dashboard-head span { font-size: 14px; font-weight: 600; color: var(--text); }
  .aw-dashboard-body { padding: 1.1rem 1.25rem; }

  .aw-dash-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 1rem;
  }
  .aw-dash-stat {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    padding: .85rem .75rem;
    text-align: center;
  }
  .aw-dash-stat .ds-val { font-size: 20px; font-weight: 700; color: var(--primary); line-height: 1; margin-bottom: 4px; }
  .aw-dash-stat .ds-val.green { color: var(--success); }
  .aw-dash-stat .ds-label { font-size: 11.5px; color: var(--text-muted); }

  .aw-link-preview {
    background: var(--bg);
    border: 1px dashed var(--border);
    border-radius: var(--radius-sm);
    padding: .75rem 1rem;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: .75rem;
  }
  .aw-link-preview .lp-label { font-size: 12px; color: var(--text-muted); white-space: nowrap; }
  .aw-link-preview .lp-url {
    font-size: 12px;
    color: var(--primary);
    font-family: monospace;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .aw-link-preview .lp-copy {
    background: var(--primary-light);
    color: var(--primary);
    border: none;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    white-space: nowrap;
  }
  .aw-link-preview .lp-copy:hover { background: var(--primary); color: #fff; }

  .aw-dash-note {
    font-size: 12px;
    color: var(--text-muted);
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .aw-dash-note svg { width: 13px; height: 13px; flex-shrink: 0; color: var(--success); }

  /* Section accordion */
  .aw-section {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    margin-bottom: 1.25rem;
    overflow: hidden;
  }
  .aw-section-head {
    display: flex; align-items: center; gap: 12px;
    padding: 1rem 1.25rem;
    background: var(--bg);
    border-bottom: 1px solid var(--border);
    cursor: pointer; user-select: none;
  }
  .aw-section-icon {
    width: 30px; height: 30px;
    background: var(--primary-light); color: var(--primary);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  }
  .aw-section-icon svg { width: 15px; height: 15px; }
  .aw-section-head h2 { font-size: 15px; font-weight: 600; color: var(--text); flex: 1; }
  .aw-arrow {
    width: 20px; height: 20px; background: var(--border); border-radius: 50%;
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  }
  .aw-arrow svg { width: 10px; height: 10px; color: var(--text-muted); transition: transform .25s; }
  .aw-section.open .aw-arrow { background: var(--primary-light); }
  .aw-section.open .aw-arrow svg { transform: rotate(180deg); color: var(--primary); }
  .aw-section-body {
    padding: 0 1.25rem; font-size: 14px; color: #374151; line-height: 1.85;
    max-height: 0; overflow: hidden;
    transition: max-height .35s ease, padding .25s ease;
  }
  .aw-section.open .aw-section-body { padding: 1.1rem 1.25rem; max-height: 600px; }
  .aw-section-body p { margin-bottom: .75rem; }
  .aw-section-body p:last-child { margin-bottom: 0; }

  /* List */
  .aw-list { list-style: none; margin: .5rem 0; }
  .aw-list li {
    display: flex; align-items: flex-start; gap: 10px;
    padding: 7px 0; border-bottom: 1px solid var(--bg);
    font-size: 14px; line-height: 1.7;
  }
  .aw-list li:last-child { border-bottom: none; padding-bottom: 0; }
  .aw-list li::before {
    content: ""; width: 7px; height: 7px;
    background: var(--primary); border-radius: 50%;
    flex-shrink: 0; margin-top: 7px; opacity: .7;
  }

  /* Alert */
  .aw-alert {
    border-radius: var(--radius-sm); padding: .85rem 1rem; margin: .85rem 0;
    font-size: 13.5px; line-height: 1.75; display: flex; gap: 10px; align-items: flex-start;
  }
  .aw-alert-icon { flex-shrink: 0; margin-top: 2px; }
  .aw-alert-icon svg { width: 16px; height: 16px; }
  .aw-alert.info    { background: var(--primary-light); color: var(--primary-dark); border-left: 3px solid var(--primary); }
  .aw-alert.success { background: var(--success-light); color: var(--success); border-left: 3px solid var(--success); }
  .aw-alert.warning { background: var(--warning-light); color: var(--warning); border-left: 3px solid var(--warning); }

  /* Footer */
  .aw-footer {
    text-align: center; font-size: 12px; color: var(--text-muted);
    margin-top: 2rem; padding-top: 1.25rem;
    border-top: 1px solid var(--border); line-height: 1.8;
  }

  @media (max-width: 580px) {
    .aw-features { grid-template-columns: 1fr; }
    .aw-dash-stats { grid-template-columns: 1fr 1fr; }
    .aw-hero-inner { flex-direction: column; }
    .aw-hero h1 { font-size: 19px; }
  }/* End custom CSS */