.elementor-30865 .elementor-element.elementor-element-a4d0346{--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;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-f53b995 *//* ═══════════════════════════════════════
   PRICING — pricing.css
═══════════════════════════════════════ */

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Roboto', sans-serif; color: #0d1b2a; background: #fff; -webkit-font-smoothing: antialiased; }

:root {
  --brand:    #50C8FC;
  --brand-d:  #18a8de;
  --brand-xd: #0c7aad;
  --brand-lt: #eaf8ff;
  --brand-md: #a8e3f8;
  --ink:      #0d1b2a;
  --ink-2:    #3d5568;
  --ink-3:    #7e9aad;
  --bg-soft:  #f5fafd;
  --line:     #daedf7;
  --line-2:   #b8d9ec;
  --r:        10px;
  --rl:       16px;
}

.page-content { max-width: 1200px; margin: 0 auto; padding: 0 40px 80px; }

/* ── Typography ── */
.eyebrow { display: inline-flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--brand-xd); margin-bottom: 10px; }
.eyebrow::before { content: ''; width: 18px; height: 2px; background: var(--brand); border-radius: 2px; }
.section-title { font-size: clamp(20px, 2.5vw, 32px); font-weight: 700; line-height: 1.15; letter-spacing: -.02em; color: var(--ink); margin-bottom: 6px; }

/* ── Buttons ── */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 11px 22px; border-radius: var(--r); font-size: 14px; font-weight: 700; border: none; cursor: pointer; transition: all .2s; font-family: inherit; width: 100%; }
.btn-primary { background: var(--brand); color: #fff; }
.btn-primary:hover { background: var(--brand-d); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(80,200,252,.3); }
.btn-outline { background: #fff; border: 1.5px solid var(--line-2); color: var(--ink-2); }
.btn-outline:hover { border-color: var(--brand); color: var(--brand-d); background: var(--brand-lt); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: #1a2f40; transform: translateY(-1px); }

/* ── Page hero ── */
.page-hero { padding: 52px 0 44px; border-bottom: 1px solid var(--line); text-align: center; }
.page-hero h1 { font-size: clamp(28px, 4vw, 48px); font-weight: 700; line-height: 1.12; letter-spacing: -.03em; margin-bottom: 14px; }
.page-hero p { font-size: 16px; color: var(--ink-2); line-height: 1.75; max-width: 500px; margin: 0 auto; }

/* ── Billing toggle ── */
.pricing-section { padding: 48px 0 40px; }
.toggle-wrap { display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 40px; }
.toggle-label { font-size: 14px; font-weight: 600; color: var(--ink-3); transition: color .2s; }
.toggle-label.active { color: var(--ink); }
.toggle-switch {
  width: 50px; height: 26px; border-radius: 30px;
  background: var(--brand) !important;
  cursor: pointer; position: relative;
  flex-shrink: 0; display: block;
  border: none; outline: none;
  /* reset any inherited button/div styles */
  padding: 0; margin: 0;
  box-shadow: none !important;
  -webkit-appearance: none;
}
.toggle-switch:focus { outline: 2px solid var(--brand-d); outline-offset: 2px; }
.toggle-knob {
  position: absolute; top: 3px; left: 3px;
  width: 20px; height: 20px; border-radius: 50%;
  background: #fff !important;
  transition: transform .25s;
  pointer-events: none;
}
.toggle-switch.annual .toggle-knob { transform: translateX(24px); }
.save-badge { background: #dcfce7; color: #15803d; font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 20px; }

/* ── FAQ grid + help card ── */
.faq-grid { display: grid; grid-template-columns: 1fr 280px; gap: 32px; align-items: start; }
.faq-list { display: flex; flex-direction: column; gap: 8px; }
.faq-help-card {
  background: var(--bg-soft); border: 1px solid var(--line);
  border-radius: var(--rl); padding: 22px;
}
.fh-icon {
  width: 48px; height: 48px; border-radius: 12px;
  background: var(--brand-lt);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
}
.fh-title { font-size: 15px; font-weight: 700; color: var(--ink); margin-bottom: 8px; }
.fh-text  { font-size: 13px; color: var(--ink-2); line-height: 1.65; margin-bottom: 16px; }
.fh-actions { display: flex; flex-direction: column; gap: 8px; }
.fh-btn {
  display: flex; align-items: center; justify-content: center;
  padding: 10px 16px; border-radius: var(--r);
  font-size: 13px; font-weight: 700; text-decoration: none;
  transition: all .18s; text-align: center;
}
.fh-btn-primary { background: var(--brand); color: #fff; }
.fh-btn-primary:hover { background: var(--brand-d); }
.fh-btn-ghost { background: #fff; border: 1.5px solid var(--line-2); color: var(--ink-2); }
.fh-btn-ghost:hover { border-color: var(--brand); color: var(--brand-d); }
.fh-mini-list { display: flex; flex-direction: column; gap: 8px; }
.fh-mini-item { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--ink-2); }

@media (max-width: 768px) {
  .faq-grid { grid-template-columns: 1fr; }
  .faq-help { display: none; }
}

/* ── Plan cards ── */
.plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.plan-card { border: 1.5px solid var(--line); border-radius: var(--rl); padding: 28px 24px; background: #fff; position: relative; display: flex; flex-direction: column; transition: all .22s; }
.plan-card:hover { box-shadow: 0 8px 32px rgba(9,19,28,.07); transform: translateY(-3px); }
.plan-card.featured { border: 2px solid var(--brand); }
.plan-card.featured:hover { box-shadow: 0 8px 32px rgba(80,200,252,.18); }
.plan-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--brand); color: #fff; font-size: 10px; font-weight: 700; padding: 4px 14px; border-radius: 20px; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; }
.plan-name { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 10px; }
.plan-amount { font-size: 44px; font-weight: 700; letter-spacing: -2px; color: var(--ink); line-height: 1; }
.plan-amount .mo { font-size: 15px; font-weight: 400; color: var(--ink-3); letter-spacing: 0; }
.plan-price-alt { font-size: 12.5px; color: var(--ink-3); margin-top: 5px; min-height: 18px; }
.plan-desc { font-size: 13px; color: var(--ink-2); line-height: 1.6; margin: 14px 0; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.plan-cta { margin-bottom: 20px; }
.plan-features { display: flex; flex-direction: column; gap: 9px; flex: 1; }
.plan-feature { display: flex; align-items: flex-start; gap: 8px; font-size: 13px; color: var(--ink-2); }
.pf-check { color: var(--brand-d); font-weight: 700; flex-shrink: 0; margin-top: 1px; }
.pf-dash  { color: var(--ink-3); flex-shrink: 0; margin-top: 1px; }
.note-bar { text-align: center; margin-top: 24px; font-size: 13px; color: var(--ink-3); line-height: 1.65; }

/* ── Comparison table ── */
.compare-section { padding: 48px 0; border-top: 1px solid var(--line); }
.compare-table { width: 100%; border-collapse: collapse; margin-top: 28px; }
.compare-table th { background: var(--bg-soft); padding: 12px 16px; text-align: left; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-3); border-bottom: 1px solid var(--line); }
.compare-table th:first-child { border-radius: var(--r) 0 0 0; }
.compare-table th:last-child  { border-radius: 0 var(--r) 0 0; }
.th-growth { color: var(--brand-d) !important; }
.compare-table td { padding: 12px 16px; border-bottom: 1px solid var(--line); font-size: 13px; color: var(--ink-2); }
.compare-table tbody tr:hover td { background: var(--brand-lt); }
.compare-table tbody tr:last-child td { border-bottom: none; }
.ct-group td { background: var(--bg-soft); font-size: 10.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-3); padding: 9px 16px; }
.ct-feature { font-weight: 700; color: var(--ink); font-size: 13px; }
.ct-sub { font-size: 11px; color: var(--ink-3); margin-top: 2px; font-weight: 400; }
.ct-yes { color: var(--brand-d); font-size: 17px; font-weight: 700; text-align: center; }
.ct-no  { color: var(--ink-3); font-size: 16px; text-align: center; }
.ct-val { font-size: 13px; font-weight: 700; color: var(--ink); text-align: center; }

/* ── FAQ ── */
.faq-section { padding: 48px 0; border-top: 1px solid var(--line); }
.faq-title { font-size: 22px; font-weight: 700; margin-bottom: 22px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
.faq-q { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 15px 18px; font-size: 14px; font-weight: 700; cursor: pointer; transition: .15s; }
.faq-q:hover { background: var(--bg-soft); }
.faq-icon { width: 22px; height: 22px; border-radius: 50%; border: 1.5px solid var(--line-2); display: flex; align-items: center; justify-content: center; font-size: 14px; color: var(--ink-3); flex-shrink: 0; transition: all .2s; }
.faq-item.open .faq-icon { background: var(--brand); border-color: var(--brand); color: #fff; transform: rotate(45deg); }
.faq-a { display: none; padding: 0 18px 16px; font-size: 13.5px; color: var(--ink-2); line-height: 1.75; }
.faq-item.open .faq-a { display: block; }

/* ── CTA ── */
.cta-section { padding: 0; }
.cta-box { background: var(--bg-soft); border: 1px solid var(--line); border-radius: 20px; padding: 48px 44px; display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.cta-title { font-size: clamp(20px, 2.5vw, 28px); font-weight: 700; color: var(--ink); line-height: 1.2; margin-bottom: 8px; }
.cta-desc  { font-size: 14px; color: var(--ink-2); line-height: 1.65; max-width: 400px; }
.cta-btns  { display: flex; gap: 10px; flex-shrink: 0; flex-wrap: wrap; }
.cta-btns .btn { width: auto; padding: 12px 24px; }

/* ── Responsive ── */
@media (max-width: 860px) { .plans-grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; } }
@media (max-width: 768px) {
  .page-content { padding: 0 20px 60px; }
  .compare-table th, .compare-table td { padding: 9px 10px; font-size: 11.5px; }
  .cta-box { padding: 32px 24px; flex-direction: column; }
}
.btn-get {
   
    border-radius: 12px!important;
}
.btn-start {
    background-color:#50C8FC!important;
    border-radius: 12px!important;
    color: #ffffff !important;
}
.btn-contact {
    background-color:#B9B9B9!important;
    border-radius: 12px!important;
    color: #ffffff !important;
}
.btn-account {
    background-color:#50C8FC!important;
    border-radius: 12px!important;
    color: #ffffff !important;
}
.btn-account:hover {
    color: #000000 !important;
}/* End custom CSS */