.elementor-kit-568{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-568 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ── Google Fonts ─────────────────────────────────────── */
/* Duplicate @import removed — one is enough */
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500&display=swap');

/* ── Reset ────────────────────────────────────────────── */
/* Duplicate *{} block removed */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behdavior: smooth; }
body { font-family: 'DM Sans', sans-serif; background: #fff; color: #1a1a2e; overflow-x: hidden; }

/* ── Tokens ───────────────────────────────────────────── */
h1{
    font-family: Inter;
    font-weight: 700;
    font-size: 40px;
    color: #ffffff;
}
:root {
  --purple:       #7C3AED;
  --purple-mid:   #9D5FF5;
  --purple-light: #EDE9FE;
  --pink:         #EC4899;
  --pink-light:   #FDF2F8;
  --blue:         #2563EB;
  --blue-light:   #EFF6FF;
  --dark:         #0F0A1E;
  --text:         #1a1a2e;
  --muted:        #6B6B8A;
  --border:       #E8E4F8;
  --cream:        #F9F9F9;
}

/* ── NAV ──────────────────────────────────────────────── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(255,255,255,0.85); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 5%; height: 68px;
}
.nav-logo { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 22px; color: var(--purple); }
.nav-logo span { color: var(--pink); }
.nav-links { display: flex; gap: 32px; list-style: none; }
.nav-links a { text-decoration: none; color: var(--muted); font-size: 14px; font-weight: 500; transition: color 0.2s; }
.nav-links a:hover { color: var(--purple); }
.nav-cta {
  background: var(--purple); color: #fff; border: none;
  padding: 10px 22px; border-radius: 8px; font-size: 14px; font-weight: 500;
  cursor: pointer; font-family: 'DM Sans', sans-serif;
  transition: background 0.2s, transform 0.15s;
}
.nav-cta:hover { background: #6D28D9; transform: translateY(-1px); }

/* ── Section defaults ─────────────────────────────────── */


/* Used across multiple sections — define once here,
   reference via these class names in every element. */
.section-tag {
  display: inline-block; font-size: 1.1rem; text-transform: uppercase;
  letter-spacing: 2px; font-weight: 600; color: var(--purple); margin-bottom: 16px;
}
.section-title {
  font-family: 'Syne', sans-serif; font-size: clamp(32px, 4vw, 52px);
  font-weight: 800; color: var(--dark); line-height: 1.1;
  letter-spacing: -1.5px; margin-bottom: 16px;
}
.section-sub { font-size: 17px; color: var(--muted); line-height: 1.7; max-width: 520px; font-weight: 300; }

/* ── Buttons ──────────────────────────────────────────── */
.btn-primary {
  background: var(--purple); color: #fff; border: none;
  padding: 14px 32px; border-radius: 10px; font-size: 15px; font-weight: 500;
  cursor: pointer; font-family: 'DM Sans', sans-serif;
  transition: all 0.2s; box-shadow: 0 4px 20px rgba(124,58,237,0.3);
}
.btn-primary:hover { background: #6D28D9; transform: translateY(-2px); box-shadow: 0 8px 28px rgba(124,58,237,0.4); }

.btn-ghost {
  background: transparent; color: var(--purple);
  border: 1.5px solid var(--border);
  padding: 14px 32px; border-radius: 10px; font-size: 15px; font-weight: 500;
  cursor: pointer; font-family: 'DM Sans', sans-serif; transition: all 0.2s;
}
.btn-ghost:hover { border-color: var(--purple); background: var(--purple-light); }

/* ── Hero ─────────────────────────────────────────────── */
#particle-canvas { position: absolute; inset: 0; opacity: 0.35; }

.hero-inner { position: relative; z-index: 2; max-width: 860px; margin: 0 auto; text-align: center; }

.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--purple-light); color: var(--purple);
  padding: 6px 16px; border-radius: 999px; font-size: 13px; font-weight: 500;
  margin-bottom: 28px; border: 1px solid #DDD6FE;
}
.badge-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--pink); animation: pulse 2s infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }


.hero h1 {
  font-family: 'Syne', sans-serif; font-weight: 800;
  font-size: clamp(42px, 6vw, 76px); line-height: 1.08; letter-spacing: -2px;
  color: var(--dark); margin-bottom: 24px;
}
.hero h1 .grad {
  background: linear-gradient(135deg, var(--purple) 0%, var(--pink) 60%, var(--blue) 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-sub { font-size: 18px; color: var(--muted); line-height: 1.7; max-width: 580px; margin: 0 auto 40px; font-weight: 300; }
.hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.hero-stats {
  display: flex; gap: 48px; justify-content: center; margin-top: 64px;
  padding-top: 40px; border-top: 1px solid var(--border);
}
.stat-item { text-align: center; }
.stat-num {
  font-family: 'Syne', sans-serif; font-size: 36px; font-weight: 800;
  background: linear-gradient(135deg, var(--purple), var(--pink));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.stat-label { font-size: 13px; color: var(--muted); margin-top: 4px; }

/* ── Features grid ────────────────────────────────────── */
.features-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px;
  margin-top: 64px; border: 2px solid var(--border); border-radius: 16px; overflow: hidden;
}
.feat-card {
  padding: 40px 32px; background: #fff;
  border-right: 1px solid var(--border); border-bottom: 1px solid var(--border);
  transition: background 0.25s; cursor: default;
}
.feat-card:hover { background: var(--purple-light); }
.feat-card:last-child { border-right: none; }
.feat-icon {
  width: 44px; height: 44px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px; font-size: 20px;
}
.icon-purple { background: var(--purple-light); }
.icon-pink   { background: var(--pink-light); }
.icon-blue   { background: var(--blue-light); }
.feat-title  { font-family: 'Syne', sans-serif; font-size: 18px; font-weight: 700; color: var(--dark); margin-bottom: 10px; }
.feat-desc   { font-size: 14px; color: var(--muted); line-height: 1.7; }
.feat-num {
  font-family: 'Syne', sans-serif; font-size: 28px; font-weight: 800; margin-top: 20px;
  background: linear-gradient(135deg, var(--purple), var(--pink));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}

/* ── Graph / dark section (shared by graph + form sections) */
.graph-section,
.form-section {
  background: linear-gradient(160deg, #0F0A1E 0%, #1E0A3C 50%, #0A1628 100%);
  color: #fff; position: relative; overflow: hidden;
}
/* Override gradient end for form section */
.form-section { background: linear-gradient(160deg, #0F0A1E 0%, #1E0A3C 100%); }

/* Shared dark-section overrides for .section-tag / .section-title / .section-sub */
.graph-section .section-tag,
.form-section .section-tag  { color: #A78BFA; }

.graph-section .section-title,
.form-section .section-title { color: #fff; }

.graph-section .section-sub,
.form-section .section-sub  { color: #9CA3AF; }

.graph-bg-glow {
  position: absolute; pointer-events: none;
  width: 500px; height: 500px; border-radius: 50%; filter: blur(120px); opacity: 0.2;
}
.glow1 { background: var(--purple); top: -100px; right: -100px; }
.glow2 { background: var(--pink);   bottom: -100px; left: -50px; }

.graph-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; margin-top: 60px; }
.graph-controls { display: flex; flex-direction: column; gap: 24px; }

/* Slider inside dark section (different from the light-bg slider in cleaned.html) */
.ctrl-label { font-size: 13px; color: #9CA3AF; margin-bottom: 8px; font-weight: 500; text-transform: uppercase; letter-spacing: 1px; }
.slider-row { display: flex; align-items: center; gap: 12px; }
.slider-row input[type=range] {
  flex: 1; -webkit-appearance: none; height: 4px; border-radius: 4px;
  background: linear-gradient(to right, var(--purple) 0%, var(--purple) var(--pct,50%), #374151 var(--pct,50%), #374151 100%);
  outline: none;
}
.slider-row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none; width: 18px; height: 18px; border-radius: 50%;
  background: #fff; border: 2px solid var(--purple); cursor: pointer;
}
.slider-val { font-family: 'Syne', sans-serif; font-size: 16px; font-weight: 700; color: #A78BFA; min-width: 60px; text-align: right; }

.savings-display {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px; padding: 24px;
}
.savings-display .s-label { font-size: 12px; color: #6B7280; text-transform: uppercase; letter-spacing: 1px; }
.savings-display .s-val {
  font-family: 'Syne', sans-serif; font-size: 40px; font-weight: 800;
  background: linear-gradient(135deg, #A78BFA, #F9A8D4);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  line-height: 1.1; margin: 8px 0 4px;
}
.savings-display .s-sub { font-size: 13px; color: #9CA3AF; }
.graph-wrap { position: relative; height: 280px; }
#savingsChart { width: 100%; height: 100%; }

/* ── Testimonials ─────────────────────────────────────── */
.testimonial-section { 
    background: var(--cream);
    
}
.testimonial-grid { 
    display: grid; 
    grid-template-columns: repeat(3, 1fr); 
    gap: 24px; 
    margin-top: 48px;
}
@media (max-width: 767px) {
    .testimonial-grid{
        grid-template-columns: repeat(1, 1fr); 
        gap: 2px; 
        margin-top: 48px;
    }
}
.testi-card {
  background: #fff; border-radius: 14px; padding: 28px;
  border: 1px solid #DDD6FE; transition: transform 0.2s, box-shadow 0.2s;
}
.testimonial-grid .testi-card { 
    background: var(--purple-light); 
    
}
.testi-card:hover { 
    transform: translateY(-4px); 
    box-shadow: 0 12px 40px rgba(124,58,237,0.12); }
.testi-text { font-size: 14px; color: var(--muted); line-height: 1.7; margin-bottom: 16px; font-style: italic; }
.testi-name { font-family: 'Syne', sans-serif; font-size: 14px; font-weight: 700; color: var(--purple); }
.testi-role { font-size: 12px; color: var(--muted); }

/* ── How it works ─────────────────────────────────────── */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 64px; position: relative; }
.steps::before {
  content: ''; position: absolute; top: 28px; left: 10%; right: 10%; height: 1px;
  background: linear-gradient(to right, var(--purple), var(--pink), var(--blue)); opacity: 0.3;
}
.step-item { text-align: center; padding: 0 20px; position: relative; }
.step-num {
  width: 56px; height: 56px; border-radius: 50%;
  background: linear-gradient(135deg, var(--purple), var(--pink));
  color: #fff; font-family: 'Syne', sans-serif; font-size: 18px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px; position: relative; z-index: 1;
  box-shadow: 0 4px 20px rgba(124,58,237,0.4);
}
.step-title { font-family: 'Syne', sans-serif; font-size: 15px; font-weight: 700; color: var(--dark); margin-bottom: 8px; }
.step-desc  { font-size: 13px; color: var(--muted); line-height: 1.6; }

/* ── Contact form ─────────────────────────────────────── */
.form-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; margin-top: 60px; }
.form-card {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px; padding: 40px; backdrop-filter: blur(10px);
}
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; color: #9CA3AF; margin-bottom: 8px; font-weight: 500; }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12);
  color: #fff; padding: 12px 16px; border-radius: 10px; font-size: 14px;
  font-family: 'DM Sans', sans-serif; outline: none; transition: border-color 0.2s;
  -webkit-appearance: none;
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: #4B5563; }
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--purple); }
.form-group select option { background: #1E0A3C; color: #fff; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group textarea { resize: vertical; min-height: 100px; }
.form-submit {
  width: 100%; background: linear-gradient(135deg, var(--purple), var(--pink));
  color: #fff; border: none; padding: 16px; border-radius: 10px; font-size: 15px; font-weight: 500;
  cursor: pointer; font-family: 'DM Sans', sans-serif; margin-top: 8px;
  transition: opacity 0.2s, transform 0.15s;
}
.form-submit:hover { opacity: 0.9; transform: translateY(-1px); }

.form-perks { display: flex; flex-direction: column; gap: 28px; }
.perk-item  { display: flex; gap: 16px; align-items: flex-start; }
.perk-icon  {
  width: 44px; height: 44px; border-radius: 12px; flex-shrink: 0;
  background: rgba(124,58,237,0.2); border: 1px solid rgba(124,58,237,0.3);
  display: flex; align-items: center; justify-content: center; font-size: 20px;
}
.perk-title { font-family: 'Syne', sans-serif; font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.perk-desc  { font-size: 14px; color: #9CA3AF; line-height: 1.6; }

.form-trust { margin-top: 40px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,0.08); }
.trust-label { font-size: 12px; color: #6B7280; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 20px; }
.trust-logos { display: flex; gap: 24px; flex-wrap: wrap; }
.trust-pill {
  padding: 8px 18px; border-radius: 999px;
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1);
  font-family: 'Syne', sans-serif; font-size: 13px; font-weight: 700; color: #6B7280;
}

/* ── Beneficios ───────────────────────────────────────── */
#beneficios { background: var(--cream); }

/* ── Stats / numbers ──────────────────────────────────── */
.num-hero { display: flex; align-items: center; justify-content: center; }
.num-hero p { color: #666; font-size: 1rem; letter-spacing: 0.15em; text-transform: uppercase; }

.stats { align-content: center; justify-content: center; justify-items: center; align-self: center; }
.stat-number {
padding-right: 4%;
font-weight: 700; line-height: 1; color: var(--cream); text-align: center; font-size: clamp(2rem, 10vw, 5rem);}

/* ── Accessibility ────────────────────────────────────── */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
#stat-number-unit{
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    color: #ffffff;
   
}
.si {
  color: #000000 !important;
  font-size: 400%;
  padding-top: 10px;
}

.stat-number {
  color: #000000 !important;
  font-size: 500%;
}
@media (max-width: 767px) {
  .si {
    color: #000000 !important;
    font-size: 300% !important;
    transform: TranslateY(5px);
  }

  .stat-number {
    color: #000000 !important;
    font-size: 350% !important;
  }

  #stat-number-unit {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
  }
}



.form-section label{
  display:block;font-size:12px;font-weight:500;color:#374151;
  margin-bottom:5px;
}
.form-section input select{
  width:100%;
  border:1px solid #E5E7EB;
  border-radius:8px;
  padding:10px 12px;
  font-size:14px;color:#111827;
  font-family:'DM Sans',sans-serif;
  background:#fff;
  outline:none;
  transition:border-color 0.15s,box-shadow 0.15s;
  -webkit-appearance:none;
  appearance:none;
}
.form-section input::placeholder{color:#D1D5DB;}
.form-section input:focus,.field select:focus{
  border-color:#7C3AED;
  box-shadow:0 0 0 3px rgba(124,58,237,0.10);
}
.form-section select{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right 12px center;
  padding-right:32px;cursor:pointer;color:#6B7280;
}
.form-section select option{color:#111827;}

.form-section #submit-btn{
  width:100%;margin-top:6px;
  background:#7C3AED;
  color:#fff;border:none;
  padding:12px 20px;border-radius:8px;
  font-family:'DM Sans',sans-serif;font-size:14px;font-weight:500;
  cursor:pointer;
  transition:background 0.15s;
}
.form-section #submit-btn:hover{background:#6D28D9;}/* End custom CSS */