.elementor-185 .elementor-element.elementor-element-d5c1f78{--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;}.elementor-185 .elementor-element.elementor-element-a76ba08{--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 html, class: .elementor-element-f6998dc */.plan-cta, .btn-primary, .btn-secondary {
    pointer-events: auto;
    cursor: pointer;
    position: relative;
    z-index: 10;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-d5c1f78 *//* ── ARTICLE-SPECIFIC STYLES ── */
    .article-hero {
      background: linear-gradient(135deg, #0b1a3e 0%, #162d5a 55%, #0d2244 100%);
      padding: 80px 0 60px;
      position: relative; overflow: hidden;
    }
    .article-hero::before {
      content: '';
      position: absolute; top: -60px; right: -80px;
      width: 500px; height: 500px;
      background: radial-gradient(circle, rgba(245,124,0,.18) 0%, transparent 70%);
      pointer-events: none;
    }
    .article-hero::after {
      content: '';
      position: absolute; bottom: -40px; left: -60px;
      width: 400px; height: 400px;
      background: radial-gradient(circle, rgba(21,101,192,.2) 0%, transparent 70%);
      pointer-events: none;
    }
    .article-hero .container { position: relative; z-index: 1; }

    .article-category {
      display: inline-flex; align-items: center; gap: 8px;
      background: rgba(245,124,0,.15); border: 1px solid rgba(245,124,0,.4);
      color: var(--orange-light); padding: 6px 16px; border-radius: 20px;
      font-size: .82em; font-weight: 600; margin-bottom: 20px;
      letter-spacing: .3px; text-decoration: none;
    }
    .article-hero h1 {
      font-size: clamp(1.8em, 4vw, 3em); font-weight: 900; color: #fff;
      line-height: 1.15; margin-bottom: 20px; letter-spacing: -1px;
      max-width: 800px;
    }
    .article-hero h1 span { color: var(--orange); }
    .article-meta {
      display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
      color: #8ea7cf; font-size: .85em; margin-bottom: 28px;
    }
    .article-meta-item { display: flex; align-items: center; gap: 6px; }
    .article-meta-item strong { color: #c5d4eb; }

    /* ── ARTICLE LAYOUT ── */
    .article-layout {
      display: grid;
      grid-template-columns: 1fr 300px;
      gap: 48px;
      align-items: start;
    }
    @media (max-width: 900px) {
      .article-layout { grid-template-columns: 1fr; }
      .article-sidebar { display: none; }
    }

    /* ── ARTICLE BODY ── */
    .article-body { max-width: 100%; }
    .article-intro {
      font-size: 1.08em; color: #444; line-height: 1.8;
      border-left: 4px solid var(--orange); padding-left: 20px;
      margin-bottom: 40px; font-style: italic;
    }

    .article-section { margin-bottom: 52px; }
    .article-section h2 {
      font-size: 1.55em; font-weight: 800; color: var(--blue);
      margin-bottom: 16px; padding-top: 8px;
      border-bottom: 2px solid #f0f3f8; padding-bottom: 12px;
    }
    .article-section h3 {
      font-size: 1.15em; font-weight: 700; color: var(--blue-mid);
      margin: 24px 0 10px;
    }
    .article-section p {
      font-size: .97em; color: #444; line-height: 1.85; margin-bottom: 14px;
    }
    .article-section ul {
      padding-left: 0; list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 20px;
    }
    .article-section ul li {
      display: flex; align-items: flex-start; gap: 10px;
      font-size: .95em; color: #444; line-height: 1.7;
    }
    .article-section ul li::before {
      content: '▸'; color: var(--orange); font-size: 1em; flex-shrink: 0; margin-top: 2px;
    }

    /* ── ARTICLE IMAGE ── */
    .article-img-wrap {
      border-radius: 14px; overflow: hidden; margin: 28px 0;
      position: relative; background: #f0f3f8;
    }
    .article-img-wrap img {
      width: 100%; height: 300px; object-fit: cover; display: block;
    }
    .article-img-caption {
      font-size: .78em; color: #888; text-align: center;
      padding: 8px 16px; background: #f7f8fb;
      border-top: 1px solid #e8ecf4;
    }
    /* Fallback illustrated placeholder when no real image */
    .article-img-placeholder {
      width: 100%; height: 280px; display: flex; align-items: center; justify-content: center;
      font-size: 4em; background: linear-gradient(135deg, #f0f4ff, #e8f0fe);
      flex-direction: column; gap: 12px;
    }
    .article-img-placeholder span { font-size: .25em; color: #888; font-family: 'Inter', sans-serif; }

    /* ── HIGHLIGHT BOX ── */
    .highlight-box {
      background: linear-gradient(135deg, #fff8f0, #fff3e0);
      border: 1px solid rgba(245,124,0,.3);
      border-left: 4px solid var(--orange);
      border-radius: 12px; padding: 22px 24px; margin: 28px 0;
    }
    .highlight-box .hb-icon { font-size: 1.4em; margin-bottom: 8px; }
    .highlight-box p { font-size: .95em; color: #555; margin: 0; line-height: 1.75; }
    .highlight-box strong { color: var(--blue); }

    /* ── STAT CALLOUT ── */
    .stat-callout {
      display: flex; align-items: center; gap: 20px;
      background: linear-gradient(135deg, var(--blue), var(--blue-mid));
      border-radius: 14px; padding: 24px 28px; margin: 32px 0; color: #fff;
    }
    .stat-callout .stat-num {
      font-size: 2.8em; font-weight: 900; color: var(--orange);
      line-height: 1; white-space: nowrap;
    }
    .stat-callout .stat-text { font-size: .95em; color: #c5d4eb; line-height: 1.6; }
    .stat-callout .stat-text strong { color: #fff; }

    /* ── COMPARISON TABLE ── */
    .article-table-wrap { overflow-x: auto; margin: 28px 0; border-radius: 14px; }
    .article-table {
      width: 100%; border-collapse: collapse; font-size: .9em;
    }
    .article-table thead th {
      padding: 14px 18px; text-align: left; font-weight: 700; color: #fff;
    }
    .article-table thead th:first-child { background: var(--blue); border-radius: 10px 0 0 0; }
    .article-table thead th:nth-child(2) { background: #8a8a9a; text-align: center; }
    .article-table thead th:nth-child(3) { background: var(--green); text-align: center; border-radius: 0 10px 0 0; }
    .article-table td {
      padding: 12px 18px; border-bottom: 1px solid #e8ecf4; color: #444; font-size: .92em;
    }
    .article-table td:nth-child(2), .article-table td:nth-child(3) { text-align: center; }
    .article-table tr:last-child td { border-bottom: none; }
    .article-table tr:nth-child(even) td { background: #f7f8fb; }
    .check-green { color: var(--green); font-weight: 800; font-size: 1.2em; }
    .check-red { color: #e53935; font-weight: 800; font-size: 1.2em; }
    .check-warn { color: var(--orange); font-weight: 700; }

    /* ── PRICING CARDS MINI ── */
    .mini-pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 28px 0; }
    @media (max-width: 640px) { .mini-pricing { grid-template-columns: 1fr; } }
    .mini-plan {
      background: var(--blue); color: #fff; border-radius: 14px; padding: 22px 20px;
      border: 1px solid rgba(255,255,255,.1); text-align: center;
      transition: transform .2s;
    }
    .mini-plan:hover { transform: translateY(-3px); }
    .mini-plan.popular {
      background: linear-gradient(135deg, var(--orange), #e65c00);
      border-color: var(--orange-light);
    }
    .mini-plan-name { font-size: .8em; font-weight: 700; text-transform: uppercase;
      letter-spacing: 1px; opacity: .75; margin-bottom: 8px; }
    .mini-plan-popular { font-size: .72em; font-weight: 700; background: rgba(255,255,255,.2);
      border-radius: 20px; padding: 2px 10px; margin-bottom: 8px; display: inline-block; }
    .mini-plan-price { font-size: 2em; font-weight: 900; margin-bottom: 4px; }
    .mini-plan-price sup { font-size: .45em; vertical-align: top; margin-top: 8px; }
    .mini-plan-sub { font-size: .75em; opacity: .7; margin-bottom: 12px; }
    .mini-plan-ideal { font-size: .78em; opacity: .85; line-height: 1.5; }

    /* ── FAQ MINI ── */
    .article-faq { display: flex; flex-direction: column; gap: 12px; margin: 28px 0; }
    .article-faq-item { border: 1px solid #e8ecf4; border-radius: 10px; overflow: hidden; }
    .article-faq-q {
      padding: 16px 20px; font-weight: 600; color: var(--blue); font-size: .93em;
      cursor: pointer; display: flex; justify-content: space-between; align-items: center;
      background: #fff; user-select: none;
    }
    .article-faq-q::after { content: '+'; font-size: 1.2em; color: var(--orange); font-weight: 700; transition: transform .2s; }
    .article-faq-item.open .article-faq-q::after { transform: rotate(45deg); }
    .article-faq-a {
      padding: 0 20px; max-height: 0; overflow: hidden;
      transition: max-height .3s ease, padding .2s;
      font-size: .9em; color: var(--gray-text); line-height: 1.75; background: var(--gray-bg);
    }
    .article-faq-item.open .article-faq-a { max-height: 300px; padding: 14px 20px; }

    /* ── CTA ARTICLE ── */
    .article-cta {
      background: linear-gradient(135deg, var(--blue), var(--blue-mid));
      border-radius: 16px; padding: 40px 36px; text-align: center;
      position: relative; overflow: hidden; margin: 40px 0;
    }
    .article-cta::before {
      content: ''; position: absolute; top: -80px; left: 50%;
      transform: translateX(-50%);
      width: 400px; height: 400px;
      background: radial-gradient(circle, rgba(245,124,0,.15) 0%, transparent 70%);
    }
    .article-cta h3 { font-size: 1.4em; font-weight: 800; color: #fff; margin-bottom: 10px; position: relative; }
    .article-cta p { color: #c5d4eb; font-size: .93em; margin-bottom: 24px; position: relative; line-height: 1.65; }
    .article-cta .cta-buttons { position: relative; }

    /* ── SIDEBAR ── */
    .article-sidebar { position: sticky; top: 90px; }
    .sidebar-card {
      background: var(--gray-bg); border: 1px solid #e8ecf4; border-radius: 14px;
      padding: 24px 22px; margin-bottom: 20px;
    }
    .sidebar-card-title {
      font-size: .82em; font-weight: 700; text-transform: uppercase; letter-spacing: 1px;
      color: var(--orange); margin-bottom: 16px;
    }
    .toc-list { list-style: none; display: flex; flex-direction: column; gap: 8px; }
    .toc-list li a {
      font-size: .88em; color: var(--blue-mid); text-decoration: none;
      display: flex; align-items: center; gap: 8px;
      padding: 4px 0; border-bottom: 1px solid transparent;
      transition: color .2s, border-color .2s;
    }
    .toc-list li a:hover { color: var(--orange); }
    .toc-list li a::before { content: '→'; color: var(--orange); font-size: .8em; flex-shrink: 0; }

    .sidebar-cta-card {
      background: linear-gradient(135deg, var(--blue), var(--blue-mid));
      border-radius: 14px; padding: 24px 22px; text-align: center;
    }
    .sidebar-cta-card h4 { font-size: 1em; font-weight: 800; color: #fff; margin-bottom: 8px; }
    .sidebar-cta-card p { font-size: .82em; color: #8ea7cf; line-height: 1.6; margin-bottom: 18px; }
    .sidebar-badge {
      display: inline-block;
      background: rgba(67,160,71,.2); border: 1px solid rgba(67,160,71,.4);
      color: #81c784; font-size: .75em; font-weight: 700;
      padding: 4px 12px; border-radius: 20px; margin-bottom: 16px;
    }

    /* ── BREADCRUMB ── */
    .article-breadcrumb {
      padding: 14px 0; font-size: .82em; color: #8ea7cf;
      border-bottom: 1px solid rgba(255,255,255,.08);
    }
    .article-breadcrumb a { color: #c5d4eb; text-decoration: none; }
    .article-breadcrumb a:hover { color: var(--orange-light); }
    .article-breadcrumb span { margin: 0 8px; }

    .article-wrap { padding: 64px 0 80px; }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-479823c */.plan-cta, .btn-primary, .btn-secondary {
    pointer-events: auto;
    cursor: pointer;
    position: relative;
    z-index: 10;
}/* End custom CSS */