.elementor-15509 .elementor-element.elementor-element-8a59025{--display:flex;}.elementor-15509 .elementor-element.elementor-element-cd233ae{--display:flex;}.elementor-15509 .elementor-element.elementor-element-51978bc{--display:flex;}.elementor-15509 .elementor-element.elementor-element-eaff1f7{--display:flex;}.elementor-15509 .elementor-element.elementor-element-0e11817{--display:flex;}.elementor-15509 .elementor-element.elementor-element-8396ecf{--display:flex;}/* Start custom CSS for html, class: .elementor-element-3d0598e *//* ===============  Base  ================= */
.rwe-container { max-width: 1150px; margin: 0 auto; padding: 0 20px; }
.rwe-section-title { text-align: center; font-size: clamp(26px, 3vw, 40px); margin: 60px 0 20px; }

/* ===============  Hero  ================= */
.rwe-hero {
  position: relative; overflow: hidden; padding: 110px 0 80px;
  background: radial-gradient(1200px 600px at 80% -100px, rgba(16,185,129,.18), transparent 60%),
              radial-gradient(1000px 500px at 0% -200px, rgba(14,165,233,.18), transparent 60%),
              linear-gradient(180deg, #0b1220 0%, #0e1626 100%);
  color: #fff;
}
.rwe-hero__bg { position:absolute; inset:0; background: url('') center/cover no-repeat; opacity:.12; }
.rwe-hero__wrap { max-width: 1050px; margin: 0 auto; padding: 0 24px; text-align: center; position: relative; z-index: 2; }
.rwe-hero__glow { position:absolute; inset:auto -20% -40% -20%; height: 40vh;
  background: radial-gradient(50% 50% at 50% 50%, rgba(14,165,233,.25), rgba(16,185,129,.12) 60%, transparent 70%);
  filter: blur(40px); opacity:.8; pointer-events: none;
}
.rwe-hero .rwe-eyebrow { text-transform: uppercase; letter-spacing: .18em; opacity: .8; font-size: 13px; margin-bottom: 18px; }
.rwe-hero__title { font-size: clamp(32px, 5.5vw, 62px); line-height: 1.06; margin: 0 0 10px; }
.rwe-hero__title span { display:block; font-weight: 500; font-size: clamp(18px, 2.4vw, 22px); opacity:.9; margin-top: 10px; }
.rwe-hero__subtitle { margin: 18px auto 20px; max-width: 860px; font-size: clamp(16px, 2vw, 18px); opacity: .92; }
.rwe-hero__meta { display:flex; gap:18px; justify-content:center; flex-wrap: wrap; opacity:.9; font-size: 14px; margin: 8px 0 26px; }

.rwe-hero__cta { display:flex; gap:14px; justify-content:center; flex-wrap: wrap; margin-top: 16px; }
.rwe-btn { display:inline-flex; align-items:center; justify-content:center; padding: 13px 20px; border-radius: 10px; font-weight: 600; text-decoration: none; transition: transform .2s ease, box-shadow .3s ease; }
.rwe-btn--primary { color:#0b1220; background: linear-gradient(90deg, #0ea5e9, #10b981); box-shadow: 0 10px 28px rgba(14,165,233,.25); }
.rwe-btn--primary:hover { transform: translateY(-2px); box-shadow: 0 14px 36px rgba(14,165,233,.35); }
.rwe-btn--ghost { color:#fff; border:1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.04); }
.rwe-btn--ghost:hover { background: rgba(255,255,255,.08); transform: translateY(-2px); }

.rwe-hero__badges { display:flex; gap:10px; flex-wrap:wrap; justify-content:center; margin-top: 18px; }
.rwe-hero__badges span { font-size: 13px; color:#cfe9ff; border:1px solid rgba(255,255,255,.15); border-radius: 999px; padding: 6px 10px; }

/* ===============  KPIs & Cards  ================= */
.rwe-value { background: #ffffff; padding: 48px 0 10px; }
.rwe-kpis { display:flex; gap:18px; justify-content:center; flex-wrap:wrap; margin: 0 auto 28px; padding: 0; list-style:none; }
.rwe-kpis li { background:#f8fafc; border:1px solid #eef2f7; border-radius: 14px; padding: 16px 18px; min-width: 220px; text-align:center; }
.rwe-kpis li strong { font-size: 28px; display:block; color:#0ea5e9; }
.rwe-kpis li span { font-size: 13px; color:#475569; }

.rwe-cards { display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap:18px; max-width: 1050px; margin: 0 auto 16px; }
.rwe-card { background: rgba(255,255,255,.8); border:1px solid #eef2f7; border-radius: 16px; padding: 22px; backdrop-filter: blur(6px); transition: transform .2s ease, box-shadow .3s ease; }
.rwe-card:hover { transform: translateY(-4px); box-shadow: 0 10px 26px rgba(0,0,0,.06); }
.rwe-card h3 { margin: 0 0 8px; font-size: 18px; }
.rwe-card p { margin: 0; color:#526072; font-size: 15px; }

@media (max-width: 900px) { .rwe-cards { grid-template-columns:1fr; } }

/* ===============  Social Proof  ================= */
.rwe-proof { background: #0f172a; color:#dbeafe; padding: 50px 0; }
.rwe-proof .rwe-container { text-align: center; }
.rwe-proof h3 { margin: 0 0 16px; font-size: 22px; color: #e2e8f0; }
.rwe-quotes { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; max-width: 920px; margin: 0 auto; }
.rwe-quotes blockquote { background: rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.12); border-radius: 14px; padding: 18px; margin: 0; text-align: left; }
.rwe-quotes cite { display:block; margin-top: 8px; font-style: normal; color:#93c5fd; font-size: 14px; }
@media (max-width: 900px) { .rwe-quotes { grid-template-columns: 1fr; } }

/* ===============  CTA  ================= */
.rwe-cta { position: relative; overflow: hidden; padding: 70px 0; background:
  radial-gradient(900px 420px at 80% -60%, rgba(14,165,233,.16), transparent 60%),
  radial-gradient(900px 480px at 0% -80%, rgba(16,185,129,.16), transparent 60%),
  linear-gradient(180deg, #f8fbff, #ffffff);
}
.rwe-cta__wrap { max-width: 1000px; margin:0 auto; padding:0 20px; display:flex; justify-content:center; }
.rwe-cta__copy { background:#fff; border:1px solid #e7eef8; border-radius: 18px; padding: 28px; max-width: 860px; text-align: center; box-shadow: 0 12px 28px rgba(14,165,233,.08); }
.rwe-cta__badge { display:inline-block; background: linear-gradient(90deg, #0ea5e9, #10b981); color:#0b1220; font-weight:700; padding: 6px 10px; border-radius: 999px; font-size: 12px; letter-spacing: .08em; margin-bottom: 8px; }
.rwe-cta h3 { margin: 6px 0 8px; font-size: clamp(22px, 3.6vw, 34px); }
.rwe-cta__copy p { color:#4b5563; margin: 6px auto 12px; max-width: 680px; }
.rwe-cta__list { list-style: none; padding: 0; margin: 12px 0 18px; display:flex; gap: 12px; justify-content:center; flex-wrap: wrap; }
.rwe-cta__list li { background:#f1f5f9; border-radius: 999px; padding: 8px 12px; font-size: 14px; color:#1f2937; }

/* ===============  Accessibility  ================= */
@media (prefers-reduced-motion: reduce) {
  .rwe-card, .rwe-btn, .rwe-hero__glow { transition: none !important; transform: none !important; }
}/* End custom CSS */