.elementor-410 .elementor-element.elementor-element-0b76c9f{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-410 .elementor-element.elementor-element-c0c5fab{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-410 .elementor-element.elementor-element-bf90d60{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-410 .elementor-element.elementor-element-7731369{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-410 .elementor-element.elementor-element-b51bcbe{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-410 .elementor-element.elementor-element-b412cc7{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}body.elementor-page-410{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS *//* ═══════════════════════════════════════════════════
   BRANDING PAGE — ALL STYLES
   For Elementor embed. Load via WPCode or
   Elementor > Custom CSS / Header Scripts.
   ═══════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Instrument+Serif:ital@0;1&display=swap');


/* ═══════════════════════════════════════
   ELEMENTOR OVERRIDES
   Kill container padding so sections go full-bleed
   ═══════════════════════════════════════ */

.cx-branding-wrap,
.cx-branding-wrap * { box-sizing: border-box; }

.cx-branding-wrap {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  background: #080F0C !important;
  color: #E8F0EC !important;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  padding: 0 !important;
}

/* ─── TYPOGRAPHY HELPERS ─── */
.cx-serif { font-family: 'Instrument Serif', serif !important; font-style: italic; letter-spacing: 0.04em; }
.cx-text-light   { color: #E8F0EC !important; }
.cx-text-dim     { color: rgba(255,255,255,0.5) !important; }
.cx-text-dimmer  { color: rgba(255,255,255,0.4) !important; }
.cx-text-faint   { color: rgba(255,255,255,0.35) !important; }
.cx-text-faintest { color: rgba(255,255,255,0.3) !important; }
.cx-text-sub     { color: rgba(255,255,255,0.6) !important; }
.cx-text-green   { color: #34D399 !important; }
.cx-text-white   { color: #ffffff !important; }

.cx-tag {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.06);
  font-size: 9px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.08em;
  color: #34D399;
}

.cx-pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 12px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 999px;
}
.cx-pill-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #34D399;
  animation: cx-pulse 2s ease-in-out infinite;
}
.cx-pill-text {
  font-size: 10px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.2em;
  color: #34D399;
}

.cx-btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: #34D399 !important; color: #080F0C !important;
  padding: 16px 32px;
  border-radius: 999px;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  text-decoration: none !important;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease;
  cursor: pointer; border: none;
}
.cx-btn-primary:hover {
  transform: scale(1.05);
  box-shadow: 0 0 60px rgba(52,211,153,0.3);
  color: #080F0C !important;
}

.cx-stat-box {
  padding: 10px;
  border-radius: 8px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.04);
  text-align: center;
}
.cx-stat-val { font-size: 16px; font-weight: 800; color: #E8F0EC; }
.cx-stat-label { font-size: 7px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em; color: rgba(255,255,255,0.3); }


/* ═══════════════════════════════════════
   SECTION 1: HERO
   ═══════════════════════════════════════ */

.cx-brand-hero {
  position: relative;
  padding: 6rem 1.5rem 5rem;
  overflow: hidden;
  min-height: 80vh;
  display: flex;
  align-items: center;
}
.cx-brand-hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(52,211,153,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(52,211,153,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at 50% 50%, black 20%, transparent 60%);
  -webkit-mask-image: radial-gradient(ellipse at 50% 50%, black 20%, transparent 60%);
  will-change: transform;
  transition: transform 0.3s ease-out;
}
.cx-brand-hero-glow {
  position: absolute; top: 20%; left: 50%;
  transform: translateX(-50%);
  width: 800px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(52,211,153,0.1), transparent 70%);
  filter: blur(80px); pointer-events: none;
  will-change: transform;
  transition: transform 0.3s ease-out;
}

@keyframes cx-heroFade {
  from { opacity: 0; transform: translateY(30px) scale(0.97); filter: blur(8px); }
  to { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}
.cx-hero-anim {
  animation: cx-heroFade 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  opacity: 0;
}
.cx-hero-anim-d1 { animation-delay: 0.15s; }
.cx-hero-anim-d2 { animation-delay: 0.35s; }
.cx-hero-anim-d3 { animation-delay: 0.55s; }


/* ═══════════════════════════════════════
   SECTION 2: BENTO GRID
   ═══════════════════════════════════════ */

.cx-bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}
.cx-bento-card {
  background: #111D18;
  border: 1px solid rgba(52,211,153,0.08);
  border-radius: 24px;
  padding: 2rem;
  position: relative;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.cx-bento-card:hover {
  border-color: rgba(52,211,153,0.2);
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(0,0,0,0.3);
}
.cx-bento-card .cx-card-glow {
  position: absolute; top: -40px; right: -40px;
  width: 200px; height: 200px; border-radius: 50%;
  background: radial-gradient(circle, rgba(52,211,153,0.06), transparent 70%);
  pointer-events: none; transition: opacity 0.5s; opacity: 0;
}
.cx-bento-card:hover .cx-card-glow { opacity: 1; }

.cx-card-gradient { background: linear-gradient(135deg, #0D3B31 0%, #111D18 100%) !important; }

/* Glassmorphic Overlay */
.cx-glass-overlay {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 1.25rem 1.5rem;
  background: rgba(8,15,12,0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid rgba(255,255,255,0.08);
  border-radius: 0 0 24px 24px;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
  z-index: 5;
}
.cx-bento-card:hover .cx-glass-overlay {
  transform: translateY(0);
  opacity: 1;
}
.cx-glass-overlay .cx-glass-label {
  display: flex; align-items: center; gap: 6px;
  font-size: 9px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.15em;
  color: #34D399;
}
.cx-glass-overlay .cx-glass-label svg { flex-shrink: 0; }
.cx-glass-overlay .cx-glass-desc {
  font-size: 11px; color: rgba(255,255,255,0.55);
  line-height: 1.5; margin-top: 4px;
}

/* Icon */
.cx-bento-icon {
  width: 44px; height: 44px;
  border-radius: 14px;
  background: rgba(52,211,153,0.08);
  border: 1px solid rgba(52,211,153,0.1);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.25rem;
  transition: background 0.3s, border-color 0.3s;
}
.cx-bento-icon-active {
  background: rgba(52,211,153,0.12) !important;
  border-color: rgba(52,211,153,0.2) !important;
}
.cx-bento-card:hover .cx-bento-icon {
  background: rgba(52,211,153,0.12);
  border-color: rgba(52,211,153,0.2);
}

/* Browser Mockup */
.cx-browser {
  width: 100%;
  background: #FFFDF5;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.cx-browser-bar {
  display: flex; align-items: center; gap: 5px;
  padding: 8px 12px;
  background: #F4F4F2;
  border-bottom: 1px solid rgba(0,0,0,0.04);
}
.cx-dot { width: 7px; height: 7px; border-radius: 50%; }
.cx-browser-body { padding: 1rem; }
.cx-browser-url { font-size: 8px; color: #9ca3af; margin-left: 8px; }
.cx-mockup-hero {
  height: 80px; border-radius: 8px; margin-bottom: 8px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #0D3B31, #1a5c4e);
}
.cx-mockup-label { font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em; color: rgba(255,255,255,0.3); }
.cx-mockup-grid-item {
  height: 40px; border-radius: 4px;
  display: flex; align-items: center; justify-content: center;
}
.cx-mockup-grid-item span { font-size: 7px; font-weight: 700; text-transform: uppercase; }
.cx-mockup-cta {
  height: 28px; border-radius: 999px;
  display: flex; align-items: center; justify-content: center;
  background: #0D3B31;
}
.cx-mockup-cta span { font-size: 7px; font-weight: 700; color: white; text-transform: uppercase; letter-spacing: 0.08em; }

/* Typing Cursor */
@keyframes cx-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}
.cx-typing-cursor {
  display: inline-block;
  width: 1px; height: 8px;
  background: #34D399;
  animation: cx-blink 1s step-end infinite;
  margin-left: 1px;
  vertical-align: middle;
}

/* Build-in Lines */
@keyframes cx-buildIn {
  from { width: 0; opacity: 0; }
  to { opacity: 1; }
}
.cx-build-line {
  height: 6px; border-radius: 4px; background: #e5e7eb;
  animation: cx-buildIn 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  opacity: 0;
}
.cx-build-d1 { animation-delay: 0.3s; width: 70%; }
.cx-build-d2 { animation-delay: 0.6s; width: 50%; }
.cx-build-d3 { animation-delay: 0.9s; width: 85%; }

/* Phone Pulse */
@keyframes cx-phonePulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(52,211,153,0.4); }
  50% { box-shadow: 0 0 0 6px rgba(52,211,153,0); }
}
.cx-phone-cta-pulse { animation: cx-phonePulse 2s ease-in-out infinite; }

/* Phone Mockup */
.cx-phone {
  width: 160px;
  background: #FFFDF5;
  border-radius: 24px;
  border: 3px solid rgba(255,255,255,0.1);
  overflow: hidden;
  box-shadow: 0 16px 50px rgba(0,0,0,0.4);
}
.cx-phone-notch {
  width: 50px; height: 14px;
  background: rgba(0,0,0,0.08);
  border-radius: 0 0 10px 10px;
  margin: 0 auto;
}
.cx-phone-body { padding: 0.75rem; }
.cx-phone-hero {
  height: 56px; border-radius: 8px; margin-bottom: 6px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #0D3B31, #34D399);
}
.cx-phone-hero span { font-size: 7px; font-weight: 700; color: white; text-transform: uppercase; letter-spacing: 0.15em; }
.cx-phone-btn {
  height: 24px; border-radius: 999px;
  display: flex; align-items: center; justify-content: center;
  background: #34D399;
}
.cx-phone-btn span { font-size: 6px; font-weight: 700; color: #0D3B31; }

/* Social Icons */
.cx-social-icon {
  width: 56px; height: 56px;
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: default;
}
.cx-social-icon:hover {
  transform: scale(1.15) translateY(-4px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.3);
}

/* Progress Bars */
.cx-bar-container { width: 100%; }
.cx-bar-track {
  height: 6px; background: rgba(255,255,255,0.04);
  border-radius: 999px; overflow: hidden;
}
.cx-bar-fill {
  height: 100%; border-radius: 999px;
  transition: width 1.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.cx-bar-green { background: #34D399; }
.cx-bar-muted { background: rgba(255,255,255,0.1); }
.cx-bar-fill-anim {
  width: 0 !important;
  transition: width 1.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.cx-bar-fill-anim.cx-fill-go {
  width: var(--target-width) !important;
}

/* Live Pulse */
@keyframes cx-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.2); }
}
.cx-live-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #EF4444;
  animation: cx-pulse 2s ease-in-out infinite;
}
.cx-live-box {
  padding: 16px;
  border-radius: 12px;
  background: rgba(0,0,0,0.2);
  border: 1px solid rgba(255,255,255,0.04);
}


/* ═══════════════════════════════════════
   SHARED: SCROLL REVEAL
   ═══════════════════════════════════════ */

@keyframes cx-fadeUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}
.cx-reveal { opacity: 0; }
.cx-reveal.cx-visible {
  animation: cx-fadeUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* Stagger Delays */
.cx-delay-1 { animation-delay: 0.1s; }
.cx-delay-2 { animation-delay: 0.2s; }
.cx-delay-3 { animation-delay: 0.3s; }
.cx-delay-4 { animation-delay: 0.4s; }
.cx-delay-5 { animation-delay: 0.5s; }
.cx-delay-6 { animation-delay: 0.6s; }


/* ═══════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════ */

@media (max-width: 768px) {
  .cx-brand-hero { min-height: auto; padding: 5rem 1.5rem 3rem; }
  .cx-bento { grid-template-columns: 1fr; }
}/* End custom CSS */