.elementor-8244 .elementor-element.elementor-element-7328b7c{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:-2px;--padding-bottom:-2px;--padding-left:-2px;--padding-right:-2px;}.elementor-8244 .elementor-element.elementor-element-73c0610{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:-2px;--padding-bottom:-2px;--padding-left:-2px;--padding-right:-2px;}.elementor-8244 .elementor-element.elementor-element-14d81d8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for text-editor, class: .elementor-element-2dd9089 */.page-hero {
    background: linear-gradient(135deg, #0d1b3e 0%, #1a3a6e 60%, #0d2a5a 100%);
    padding: 64px 24px 80px; text-align: center; position: relative; overflow: hidden;
  }
  .page-hero::before {
    content: ""; position: absolute; inset: 0;
    background: radial-gradient(ellipse 70% 60% at 50% 0%, rgba(244,111,37,0.12) 0%, transparent 70%);
    pointer-events: none;
  }
  .hero-badge {
    display: inline-flex; align-items: center; gap: 10px;
    background: #fff; border: none;
    border-radius: 100px; padding: 8px 20px 8px 10px; margin-bottom: 24px;
  }
  .hero-badge img { width: 28px; height: 28px; object-fit: contain; }
  .hero-badge span { color: #f46f25; font-family: "Sora", sans-serif; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
  .page-hero h1 { font-family: "Sora", sans-serif; font-size: clamp(1.9rem, 5vw, 3rem); font-weight: 800; color: #fff; line-height: 1.15; margin-bottom: 18px; letter-spacing: -0.02em; }
  .page-hero h1 span { color: #f97316; }
  .page-hero p { font-size: 1rem; color: #94a3b8; max-width: 560px; margin: 0 auto 32px; line-height: 1.7; }
  .hero-cta { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; background: #f46f25; color: #fff; font-family: "Sora", sans-serif; font-size: 0.9rem; font-weight: 700; border-radius: 12px; text-decoration: none; transition: background 0.2s, transform 0.2s; }
  .hero-cta:hover { background: #e05a10; transform: translateY(-2px); }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-7a12a54 */.stats-bar { background: #fff; border-bottom: 1px solid #e8ecf4; }
  .stats-inner { max-width: 900px; margin: 0 auto; padding: 20px 24px; display: flex; justify-content: center; gap: 48px; flex-wrap: wrap; }
  .stat { text-align: center; }
  .stat-num { font-family: "Sora", sans-serif; font-size: 1.5rem; font-weight: 800; color: #f46f25; }
  .stat-label { font-size: 0.78rem; color: #64748b; margin-top: 2px; }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-1a73694 *//* ── MAIN LAYOUT ── */
  .faq-layout { max-width: 900px; margin: 0 auto; padding: 56px 24px 72px; }

  /* ── CATEGORY TABS ── */
  .cat-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 40px; }
  .cat-tab { padding: 9px 18px; border-radius: 100px; font-family: "Sora", sans-serif; font-size: 0.8rem; font-weight: 600; cursor: pointer; border: 1.5px solid #e2e8f0; background: #fff; color: #64748b; transition: all 0.2s; }
  .cat-tab:hover { border-color: #f46f25; color: #f46f25; }
  .cat-tab.active { background: #f46f25; border-color: #f46f25; color: #fff; }

  /* ── FAQ SECTION ── */
  .faq-section { margin-bottom: 48px; }
  .faq-section-title {
    font-family: "Sora", sans-serif; font-size: 1.1rem; font-weight: 700;
    color: #0d1b3e; margin-bottom: 16px;
    display: flex; align-items: center; gap: 10px;
  }
  .faq-section-title::before {
    content: ""; display: block; width: 4px; height: 22px; border-radius: 2px; background: #f46f25; flex-shrink: 0;
  }

  /* ── ACCORDION ── */
  .accordion { display: flex; flex-direction: column; gap: 10px; }
  .acc-item { background: #fff; border-radius: 14px; border: 1.5px solid #e8ecf4; overflow: hidden; transition: border-color 0.2s, box-shadow 0.2s; }
  .acc-item.open { border-color: #f46f25; box-shadow: 0 4px 20px rgba(244,111,37,0.1); }
  .acc-trigger {
    width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px;
    padding: 18px 22px; background: none; border: none; cursor: pointer; text-align: left;
  }
  .acc-question { font-family: "Sora", sans-serif; font-size: 0.93rem; font-weight: 600; color: #1a1f36; line-height: 1.4; }
  .acc-item.open .acc-question { color: #f46f25; }
  .acc-icon { width: 28px; height: 28px; border-radius: 50%; background: #f4f6fb; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background 0.2s, transform 0.3s; }
  .acc-item.open .acc-icon { background: #f46f25; transform: rotate(45deg); }
  .acc-icon svg { width: 14px; height: 14px; stroke: #64748b; fill: none; stroke-width: 2.5; stroke-linecap: round; }
  .acc-item.open .acc-icon svg { stroke: #fff; }
  .acc-body { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.2s ease; }
  .acc-item.open .acc-body { max-height: 600px; }
  .acc-body-inner { padding: 0 22px 20px; font-size: 0.9rem; color: #475569; line-height: 1.75; border-top: 1px solid #f1f5f9; padding-top: 16px; }
  .acc-body-inner a { color: #f46f25; text-decoration: none; font-weight: 600; }

  /* ── CTA BANNER ── */
  .cta-banner {
    background: linear-gradient(135deg, #0d1b3e, #1a3a6e);
    border-radius: 20px; padding: 48px 40px; text-align: center;
    margin-top: 56px;
  }
  .cta-banner h2 { font-family: "Sora", sans-serif; font-size: 1.6rem; font-weight: 800; color: #fff; margin-bottom: 12px; }
  .cta-banner p { color: #94a3b8; font-size: 0.95rem; margin-bottom: 28px; }
  .cta-banner a { display: inline-flex; align-items: center; gap: 8px; padding: 14px 32px; background: #f46f25; color: #fff; font-family: "Sora", sans-serif; font-size: 0.9rem; font-weight: 700; border-radius: 12px; text-decoration: none; transition: background 0.2s; }
  .cta-banner a:hover { background: #e05a10; }/* End custom CSS */