.elementor-30867 .elementor-element.elementor-element-dd29822{--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-8d023f9 *//* ═══════════════════════════════════════
   INTEGRATIONS — integrations.css
   Shared styles for parent + all child pages
═══════════════════════════════════════ */

*, *::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;
}

/* ── Layout ── */
.page-content { max-width: 1200px; margin: 0 auto; padding: 0 40px 80px; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }

/* ── 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: 10px; }
.section-sub   { font-size: 15px; color: var(--ink-2); line-height: 1.75; max-width: 580px; }

/* ── 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; }
.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); }
.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: 620px; margin: 0 auto 24px; }
.hero-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ── Section ── */
.int-section { padding: 56px 0; border-bottom: 1px solid var(--line); }
.int-section:last-child { border-bottom: none; }

/* ── Stats row (parent page) ── */
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.stat-box { background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--rl); padding: 20px; text-align: center; transition: .18s; }
.stat-box:hover { background: var(--brand-lt); border-color: var(--brand-md); }
.stat-num { font-size: 26px; font-weight: 700; color: var(--brand-d); letter-spacing: -.5px; line-height: 1; margin-bottom: 5px; }
.stat-lbl { font-size: 12px; color: var(--ink-3); }

/* ── Integration cards (parent page) ── */
.int-card {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--rl); padding: 24px;
  display: flex; flex-direction: column;
  transition: all .22s; cursor: pointer;
}
.int-card:hover { border-color: var(--brand); box-shadow: 0 6px 24px rgba(80,200,252,.12); transform: translateY(-3px); }
.int-name  { font-size: 17px; font-weight: 700; margin-bottom: 6px; }
.int-badge { display: inline-block; width: fit-content; font-size: 10.5px; font-weight: 700; padding: 3px 10px; border-radius: 20px; margin-bottom: 12px; align-self: flex-start; }
.int-desc  { font-size: 13.5px; color: var(--ink-2); line-height: 1.7; flex: 1; margin-bottom: 14px; }
.int-features { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 16px; }
.int-feat { font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 20px; background: var(--bg-soft); color: var(--ink-3); border: 1px solid var(--line); }
.int-cta  { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 700; color: var(--brand-d); transition: gap .15s; }
.int-cta:hover { gap: 10px; }
.int-cta svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2.5; stroke-linecap: round; flex-shrink: 0; }

/* ── How it works steps (parent) ── */
.how-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.how-step { background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--rl); padding: 22px 18px; text-align: center; }
.how-num  { width: 36px; height: 36px; border-radius: 50%; background: var(--brand-lt); border: 2px solid var(--brand-md); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--brand-d); margin: 0 auto 12px; }
.how-title { font-size: 13.5px; font-weight: 700; margin-bottom: 6px; }
.how-text  { font-size: 12px; color: var(--ink-3); line-height: 1.55; }

/* ── Benefit cards (parent) ── */
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 28px; }
.benefit-card { background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--rl); padding: 20px; transition: .18s; }
.benefit-card:hover { border-color: var(--brand-md); background: var(--brand-lt); }
.bc-icon  { width: 40px; height: 40px; border-radius: 10px; background: var(--brand-lt); display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }
.bc-icon svg { width: 20px; height: 20px; stroke: var(--brand-d); fill: none; stroke-width: 2; stroke-linecap: round; }
.bc-title { font-size: 14px; font-weight: 700; margin-bottom: 6px; }
.bc-text  { font-size: 12.5px; color: var(--ink-2); line-height: 1.65; }

/* ── Help note ── */
.help-note { background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--rl); padding: 22px 24px; display: flex; align-items: flex-start; gap: 16px; }
.hn-icon   { width: 42px; height: 42px; border-radius: 10px; background: var(--brand-lt); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hn-icon svg { width: 22px; height: 22px; stroke: var(--brand-d); fill: none; stroke-width: 2; stroke-linecap: round; }
.hn-title  { font-size: 15px; font-weight: 700; margin-bottom: 5px; }
.hn-text   { font-size: 13.5px; color: var(--ink-2); line-height: 1.7; }
.hn-link   { color: var(--brand-d); font-weight: 700; }

/* ── Breadcrumb (child pages) ── */
.breadcrumb { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--ink-3); margin-bottom: 16px; }
.breadcrumb a { color: var(--ink-3); text-decoration: none; transition: color .15s; }
.breadcrumb a:hover { color: var(--brand-d); }
.breadcrumb-sep { color: var(--line-2); }
.breadcrumb-current { color: var(--ink-2); font-weight: 600; }

/* ── Step list (child pages) ── */
.step-list { display: flex; flex-direction: column; }
.step-item { display: flex; gap: 20px; padding-bottom: 32px; position: relative; }
.step-item:not(:last-child)::before { content: ''; position: absolute; left: 21px; top: 44px; bottom: 0; width: 2px; background: linear-gradient(to bottom, var(--brand-md), transparent); }
.step-num { flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%; background: var(--brand-lt); border: 2px solid var(--brand-md); display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 700; color: var(--brand-d); z-index: 1; }
.step-num.active { background: var(--brand); border-color: var(--brand); color: #fff; box-shadow: 0 4px 14px rgba(80,200,252,.35); }
.step-body  { flex: 1; padding-top: 7px; }
.step-title { font-size: 16px; font-weight: 700; margin-bottom: 6px; }
.step-text  { font-size: 13.5px; color: var(--ink-2); line-height: 1.7; }
.step-tags  { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 9px; }
.step-tag   { background: var(--brand-lt); color: var(--brand-xd); font-size: 10.5px; font-weight: 700; padding: 3px 10px; border-radius: 20px; }
.step-note  { margin-top: 10px; background: var(--bg-soft); border-left: 3px solid var(--brand); padding: 9px 13px; font-size: 13px; color: var(--ink-2); border-radius: 0 var(--r) var(--r) 0; line-height: 1.6; }

/* ── Feature list (child pages) ── */
.feature-list { display: flex; flex-direction: column; gap: 12px; }
.feature-item { display: flex; gap: 14px; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 16px; transition: .18s; }
.feature-item:hover { border-color: var(--brand-md); background: var(--brand-lt); }
.fi-icon  { width: 40px; height: 40px; border-radius: 10px; background: var(--brand-lt); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.fi-icon svg { width: 20px; height: 20px; stroke: var(--brand-d); fill: none; stroke-width: 2; stroke-linecap: round; }
.fi-title { font-size: 14px; font-weight: 700; margin-bottom: 4px; }
.fi-text  { font-size: 12.5px; color: var(--ink-2); line-height: 1.6; }

/* ── Side info card (child pages) ── */
.side-card { background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--rl); padding: 22px; position: sticky; top: 24px; }
.sc-title { font-size: 14px; font-weight: 700; margin-bottom: 14px; display: flex; align-items: center; gap: 8px; }
.sc-title svg { width: 16px; height: 16px; stroke: var(--brand-d); fill: none; stroke-width: 2; stroke-linecap: round; }
.sc-row   { display: flex; justify-content: space-between; align-items: center; font-size: 13px; padding: 9px 0; border-bottom: 1px solid var(--line); color: var(--ink-2); }
.sc-row:last-child { border-bottom: none; }
.sc-val   { font-weight: 700; color: var(--ink); font-size: 12.5px; }
.sc-link  { font-size: 13px; font-weight: 700; color: var(--brand-d); display: flex; align-items: center; gap: 5px; margin-top: 14px; cursor: pointer; }
.sc-link svg { width: 15px; height: 15px; stroke: currentColor; fill: none; stroke-width: 2.5; stroke-linecap: round; }

/* ── FAQ (child pages) ── */
.faq-list { display: flex; flex-direction: column; gap: 8px; max-width: 680px; }
.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; }

/* ── Info note ── */
.info-note { background: var(--brand-lt); border-left: 3px solid var(--brand); padding: 11px 15px; font-size: 13px; color: var(--brand-xd); margin-top: 14px; border-radius: 0 var(--r) var(--r) 0; display: flex; gap: 8px; align-items: flex-start; line-height: 1.6; }
.info-note svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; flex-shrink: 0; margin-top: 1px; }

/* ── CTA ── */
.cta-box { background: var(--bg-soft); border: 1px solid var(--line); border-radius: 20px; padding: 44px 40px; display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.cta-title { font-size: clamp(18px, 2.5vw, 26px); 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: 420px; }
.cta-btns  { display: flex; gap: 10px; flex-shrink: 0; }

/* ── Responsive ── */
@media (max-width: 900px) {
  .how-grid { grid-template-columns: 1fr 1fr; }
  .how-step:nth-child(2)::after { display: none; }
}
@media (max-width: 768px) {
  .page-content { padding: 0 20px 60px; }
  .grid-2 { grid-template-columns: 1fr; }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .stats-row { grid-template-columns: 1fr 1fr; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .cta-box { flex-direction: column; padding: 32px 24px; }
}
@media (max-width: 480px) {
  .grid-3 { grid-template-columns: 1fr; }
  .benefit-grid { grid-template-columns: 1fr; }
  .how-grid { grid-template-columns: 1fr; }
  .how-step::after { display: none !important; }
}
.btn-start {
    background-color: #50C8FC !important;
    border-radius: 12px !important;
    color: #ffffff !important;
}

.btn-start:hover {
    color: #000000 !important;
}
.btn-contact {
    border-radius: 12px !important;
}/* End custom CSS */