.elementor-1292 .elementor-element.elementor-element-e77ed4d{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-8363844 */:root {
      --green-dark: #0B3D2C;
      --green-mid: #1A6B4A;
      --green-accent: #2ECC71;
      --green-light: #E8F5E9;
      --green-glow: #00E676;
      --cream: #FAFDF7;
      --cream-warm: #F5F2EB;
      --dark: #0D1B16;
      --text: #1A2F26;
      --text-light: #5A7068;
      --white: #FFFFFF;
      --border: rgba(11,61,44,0.1);
      --shadow-sm: 0 2px 8px rgba(11,61,44,0.06);
      --shadow-md: 0 8px 32px rgba(11,61,44,0.08);
      --shadow-lg: 0 16px 48px rgba(11,61,44,0.12);
      --radius: 16px;
      --radius-sm: 10px;
      --radius-xs: 6px;
      --font-display: 'Instrument Serif', Georgia, serif;
      --font-body: 'DM Sans', system-ui, sans-serif;
    }

    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }

    body {
      font-family: var(--font-body);
      color: var(--text);
      background: var(--cream);
      line-height: 1.65;
      font-size: 16px;
      -webkit-font-smoothing: antialiased;
      overflow-x: hidden;
    }

    .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
    .container-narrow { max-width: 800px; margin: 0 auto; padding: 0 24px; }

    .badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: var(--green-light);
      color: var(--green-mid);
      font-size: 13px;
      font-weight: 600;
      padding: 6px 14px;
      border-radius: 100px;
      letter-spacing: 0.02em;
      text-transform: uppercase;
    }

    .section-label {
      font-family: var(--font-body);
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--green-accent);
      margin-bottom: 12px;
    }

    h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 400; line-height: 1.15; }
    h1 { font-size: clamp(2.5rem, 5.2vw, 4.2rem); color: var(--white); }
    h2 { font-size: clamp(2rem, 4vw, 3rem); color: var(--green-dark); }
    h3 { font-size: clamp(1.3rem, 2.5vw, 1.6rem); }
    p { line-height: 1.7; }

    .highlight { color: var(--green-accent); }
    .highlight-dark { color: var(--green-mid); font-style: italic; }

    /* ─── CTA PRIMARY (funciona bien sobre fondos claros) ─── */
    .cta-primary {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: var(--green-accent);
      color: var(--green-dark);
      font-family: var(--font-body);
      font-size: 15px;
      font-weight: 700;
      padding: 16px 32px;
      border-radius: 100px;
      border: none;
      cursor: pointer;
      text-decoration: none;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      box-shadow: 0 4px 20px rgba(46, 204, 113, 0.3);
      position: relative;
      overflow: hidden;
    }
    .cta-primary::after { content: '→'; transition: transform 0.3s ease; }
    .cta-primary:hover {
      background: var(--green-glow);
      transform: translateY(-2px);
      box-shadow: 0 8px 32px rgba(46, 204, 113, 0.45);
    }
    .cta-primary:hover::after { transform: translateX(4px); }

    /* ─── CTA SECONDARY (mejorado: borde más visible) ─── */
    .cta-secondary {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(255,255,255,0.08);
      color: var(--white);
      font-family: var(--font-body);
      font-size: 15px;
      font-weight: 600;
      padding: 16px 28px;
      border-radius: 100px;
      border: 2px solid rgba(255,255,255,0.55);
      cursor: pointer;
      text-decoration: none;
      transition: all 0.3s ease;
    }
    .cta-secondary:hover {
      background: rgba(255,255,255,0.16);
      border-color: rgba(255,255,255,0.9);
      transform: translateY(-2px);
    }

    /* ─── OVERRIDES: CTAs dentro de la sección final-cta y hero (fondo oscuro) ─── */
    /* El CTA primario sobre fondo verde/dark pasa a ser BLANCO para máximo contraste */
    .final-cta .cta-primary,
    .hero .cta-primary {
      background: var(--white);
      color: var(--green-dark);
      box-shadow: 0 4px 24px rgba(255,255,255,0.18), 0 2px 8px rgba(0,0,0,0.15);
    }
    .final-cta .cta-primary:hover,
    .hero .cta-primary:hover {
      background: var(--green-light);
      color: var(--green-dark);
      box-shadow: 0 8px 40px rgba(255,255,255,0.28);
      transform: translateY(-2px);
    }

    /* El CTA secundario en final-cta: borde blanco sólido */
    .final-cta .cta-secondary {
      border-color: rgba(255,255,255,0.75);
      background: rgba(255,255,255,0.08);
    }
    .final-cta .cta-secondary:hover {
      border-color: var(--white);
      background: rgba(255,255,255,0.16);
    }

    .nav {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1000;
      padding: 16px 0;
      transition: all 0.4s ease;
      background: transparent;
    }
    .nav.scrolled {
      background: rgba(11, 61, 44, 0.95);
      backdrop-filter: blur(20px);
      padding: 12px 0;
      box-shadow: 0 4px 24px rgba(0,0,0,0.15);
    }
    .nav-inner { display: flex; align-items: center; justify-content: space-between; }
    .nav-logo {
      font-family: var(--font-display);
      font-size: 28px;
      color: var(--white);
      text-decoration: none;
      letter-spacing: -0.02em;
    }
    .nav-logo span { color: var(--green-accent); }
    .nav-links { display: flex; align-items: center; gap: 32px; }
    .nav-links a {
      color: rgba(255,255,255,0.75);
      text-decoration: none;
      font-size: 14px;
      font-weight: 500;
      transition: color 0.2s;
    }
    .nav-links a:hover { color: var(--white); }
    .nav-cta {
      background: var(--green-accent);
      color: var(--green-dark) !important;
      padding: 10px 22px;
      border-radius: 100px;
      font-weight: 700 !important;
      transition: all 0.3s ease;
    }
    .nav-cta:hover { background: var(--green-glow); opacity: 1 !important; }

    .hero {
      position: relative;
      min-height: 100vh;
      display: flex;
      align-items: center;
      background: linear-gradient(165deg, var(--dark) 0%, var(--green-dark) 50%, #145A3C 100%);
      overflow: hidden;
      padding: 120px 0 80px;
    }
    .hero::before {
      content: '';
      position: absolute;
      top: -30%;
      right: -10%;
      width: 700px;
      height: 700px;
      background: radial-gradient(circle, rgba(46,204,113,0.12) 0%, transparent 70%);
      border-radius: 50%;
      pointer-events: none;
    }
    .hero::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 200px;
      background: linear-gradient(to top, var(--cream), transparent);
      pointer-events: none;
      z-index: 2;
    }
    .hero-grid {
      display: grid;
      grid-template-columns: 1.1fr 0.9fr;
      gap: 60px;
      align-items: center;
      position: relative;
      z-index: 3;
    }
    .hero-content { max-width: 640px; }
    .hero-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--green-accent);
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      margin-bottom: 24px;
      opacity: 0;
      animation: fadeUp 0.8s 0.2s forwards;
    }
    .hero-eyebrow::before {
      content: '';
      width: 32px;
      height: 2px;
      background: var(--green-accent);
    }
    .hero h1 { margin-bottom: 18px; opacity: 0; animation: fadeUp 0.8s 0.4s forwards; }
    .hero h1 em { font-style: italic; color: var(--green-accent); }
    .hero-sub {
      color: rgba(255,255,255,0.72);
      font-size: 18px;
      line-height: 1.7;
      margin-bottom: 26px;
      max-width: 560px;
      opacity: 0;
      animation: fadeUp 0.8s 0.6s forwards;
    }
    .hero-sub strong { color: var(--white); font-weight: 600; }

    .hero-bullets {
      margin-bottom: 34px;
      display: grid;
      gap: 10px;
      opacity: 0;
      animation: fadeUp 0.8s 0.7s forwards;
    }
    .hero-bullets .item {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      color: rgba(255,255,255,0.72);
      font-size: 14.5px;
      line-height: 1.55;
    }
    .hero-bullets .item::before {
      content: '✓';
      color: var(--green-accent);
      font-weight: 800;
      margin-top: 1px;
      flex-shrink: 0;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 16px;
      opacity: 0;
      animation: fadeUp 0.8s 0.8s forwards;
    }

    .hero-proof {
      display: flex;
      align-items: center;
      gap: 16px;
      margin-top: 42px;
      padding-top: 28px;
      border-top: 1px solid rgba(255,255,255,0.1);
      opacity: 0;
      animation: fadeUp 0.8s 1s forwards;
      flex-wrap: wrap;
    }
    .hero-proof-item { text-align: left; }
    .hero-proof-item .number {
      font-family: var(--font-display);
      font-size: 22px;
      color: var(--green-accent);
      display: block;
    }
    .hero-proof-item .label {
      color: rgba(255,255,255,0.55);
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 0.05em;
    }
    .hero-proof-divider { width: 1px; height: 34px; background: rgba(255,255,255,0.12); }

    .hero-visual { position: relative; opacity: 0; animation: fadeScale 1s 0.6s forwards; }
    .hero-card {
      background: rgba(255,255,255,0.06);
      border: 1px solid rgba(255,255,255,0.1);
      border-radius: 20px;
      padding: 32px;
      backdrop-filter: blur(20px);
    }
    .hero-card-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 18px;
    }
    .hero-card-title {
      color: var(--white);
      font-family: var(--font-body);
      font-size: 14px;
      font-weight: 600;
    }
    .hero-card-badge {
      background: rgba(46,204,113,0.15);
      color: var(--green-accent);
      font-size: 12px;
      font-weight: 600;
      padding: 4px 12px;
      border-radius: 100px;
    }
    .metric-row {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      padding: 14px 0;
      border-bottom: 1px solid rgba(255,255,255,0.06);
      gap: 16px;
    }
    .metric-row:last-child { border: none; }
    .metric-label { color: rgba(255,255,255,0.55); font-size: 13px; }
    .metric-value { color: var(--white); font-weight: 600; font-size: 14px; text-align: right; }
    .metric-change { color: rgba(255,255,255,0.55); font-size: 12px; font-weight: 600; }

    .hero-mini-note {
      margin-top: 18px;
      color: rgba(255,255,255,0.55);
      font-size: 12.5px;
      line-height: 1.5;
    }

    .problem-section { padding: 100px 0; background: var(--cream); position: relative; }
    .problem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
    .problem-left h2 { margin-bottom: 24px; }
    .problem-left p { color: var(--text-light); font-size: 17px; margin-bottom: 32px; }

    .pain-points { display: flex; flex-direction: column; gap: 16px; }
    .pain-point {
      display: flex; align-items: flex-start; gap: 14px;
      padding: 16px 20px; background: var(--white);
      border-radius: var(--radius-sm); border: 1px solid var(--border);
      transition: all 0.3s ease;
    }
    .pain-point:hover { border-color: var(--green-accent); box-shadow: var(--shadow-sm); }
    .pain-icon {
      width: 36px; height: 36px; flex-shrink: 0;
      background: #FFF3F0; border-radius: 8px;
      display: flex; align-items: center; justify-content: center;
      font-size: 16px;
    }
    .pain-text strong { display: block; font-size: 15px; margin-bottom: 2px; }
    .pain-text span { font-size: 13px; color: var(--text-light); }

    .system-visual { position: relative; }
    .system-card {
      background: var(--green-dark);
      border-radius: var(--radius);
      padding: 40px;
      color: var(--white);
      position: relative;
      overflow: hidden;
    }
    .system-card::before {
      content: '';
      position: absolute;
      top: -50%;
      right: -30%;
      width: 300px;
      height: 300px;
      background: radial-gradient(circle, rgba(46,204,113,0.15), transparent 70%);
      border-radius: 50%;
    }
    .system-card h3 { font-size: 24px; color: var(--white); margin-bottom: 8px; position: relative; }
    .system-card p { color: rgba(255,255,255,0.62); font-size: 15px; margin-bottom: 24px; position: relative; }
    .system-flow { display: flex; flex-direction: column; gap: 12px; position: relative; }
    .flow-step {
      display: flex; align-items: center; gap: 14px;
      padding: 14px 18px;
      background: rgba(255,255,255,0.06);
      border: 1px solid rgba(255,255,255,0.08);
      border-radius: var(--radius-sm);
      transition: all 0.3s;
    }
    .flow-step:hover { background: rgba(255,255,255,0.1); border-color: rgba(46,204,113,0.3); }
    .flow-num {
      width: 28px; height: 28px;
      background: var(--green-accent); color: var(--green-dark);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 12px; font-weight: 700; flex-shrink: 0;
    }
    .flow-text { font-size: 14px; font-weight: 500; }
    .flow-arrow { text-align: center; color: rgba(255,255,255,0.2); font-size: 18px; }

    .services-section { padding: 100px 0; background: var(--white); }
    .services-header { text-align: center; max-width: 720px; margin: 0 auto 60px; }
    .services-header h2 { margin-bottom: 16px; }
    .services-header p { color: var(--text-light); font-size: 17px; }

    .services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
    .service-card {
      background: var(--cream);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 28px 24px;
      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      position: relative;
      overflow: hidden;
    }
    .service-card::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 3px;
      background: var(--green-accent);
      transform: scaleX(0);
      transition: transform 0.4s ease;
    }
    .service-card:hover { border-color: var(--green-accent); transform: translateY(-4px); box-shadow: var(--shadow-md); }
    .service-card:hover::before { transform: scaleX(1); }
    .service-icon {
      width: 48px; height: 48px;
      background: var(--green-light);
      border-radius: 12px;
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 18px;
      font-size: 22px;
    }
    .service-card h3 { font-family: var(--font-body); font-size: 16px; font-weight: 700; margin-bottom: 12px; }
    .service-list { list-style: none; display: flex; flex-direction: column; gap: 8px; }
    .service-list li {
      font-size: 13.5px;
      color: var(--text-light);
      display: flex;
      align-items: flex-start;
      gap: 8px;
      line-height: 1.5;
    }
    .service-list li::before {
      content: '✓';
      color: var(--green-accent);
      font-weight: 700;
      flex-shrink: 0;
      margin-top: 1px;
    }

    .process-section { padding: 100px 0; background: var(--cream); }
    .process-header { text-align: center; max-width: 680px; margin: 0 auto 60px; }
    .process-header h2 { margin-bottom: 12px; }
    .process-header p { color: var(--text-light); font-size: 17px; }

    .process-timeline { position: relative; max-width: 900px; margin: 0 auto; }
    .process-timeline::before {
      content: '';
      position: absolute;
      left: 32px;
      top: 0; bottom: 0;
      width: 2px;
      background: linear-gradient(to bottom, var(--green-accent), var(--green-light));
    }
    .process-step { display: flex; gap: 28px; padding: 0 0 40px 0; position: relative; }
    .process-step:last-child { padding-bottom: 0; }
    .process-dot {
      width: 64px; height: 64px;
      flex-shrink: 0;
      background: var(--white);
      border: 2px solid var(--green-accent);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      z-index: 2;
      transition: all 0.3s ease;
    }
    .process-dot .num { font-family: var(--font-display); font-size: 22px; color: var(--green-dark); }
    .process-step:hover .process-dot { background: var(--green-accent); }
    .process-step:hover .process-dot .num { color: var(--white); }
    .process-body {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 28px 32px;
      flex: 1;
      transition: all 0.3s;
    }
    .process-step:hover .process-body { border-color: var(--green-accent); box-shadow: var(--shadow-sm); }
    .process-body-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; gap: 12px; }
    .process-body h3 { font-family: var(--font-body); font-weight: 700; font-size: 18px; }
    .process-time {
      font-size: 12px;
      font-weight: 600;
      color: var(--green-mid);
      background: var(--green-light);
      padding: 4px 12px;
      border-radius: 100px;
      white-space: nowrap;
    }
    .process-body p { color: var(--text-light); font-size: 14.5px; }
    
    /* CTA MID */
    .cta-mid { padding: 100px 0; background: linear-gradient(165deg, var(--dark) 0%, var(--green-dark) 100%); text-align: center; position: relative; overflow: hidden; }
    .cta-mid::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 600px; height: 600px; background: radial-gradient(circle, rgba(46,204,113,0.08), transparent 70%); border-radius: 50%; }
    .cta-mid-inner { position: relative; max-width: 760px; margin: 0 auto; }
    .cta-mid .badge { background: rgba(46,204,113,0.15); color: var(--green-accent); margin-bottom: 24px; }
    .cta-mid h2 { color: var(--white); margin-bottom: 16px; }
    .cta-mid p { color: rgba(255,255,255,0.6); font-size: 17px; margin-bottom: 36px; }
    .cta-mid-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 16px; margin-bottom: 34px; }
    .cta-mid-contact { display: flex; justify-content: center; gap: 32px; flex-wrap: wrap; }
    .cta-mid-contact a { color: rgba(255,255,255,0.5); text-decoration: none; font-size: 14px; display: flex; align-items: center; gap: 8px; transition: color 0.2s; }
    .cta-mid-contact a:hover { color: var(--white); }

    .results-section { padding: 100px 0; background: var(--green-dark); position: relative; overflow: hidden; }
    .results-section::before {
      content: '';
      position: absolute;
      top: -200px;
      left: -200px;
      width: 500px;
      height: 500px;
      background: radial-gradient(circle, rgba(46,204,113,0.08), transparent 70%);
      border-radius: 50%;
    }
    .results-header { text-align: center; max-width: 720px; margin: 0 auto 60px; position: relative; }
    .results-header h2 { color: var(--white); margin-bottom: 12px; }
    .results-header p { color: rgba(255,255,255,0.62); font-size: 17px; }

    .results-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; position: relative; }
    .result-card {
      background: rgba(255,255,255,0.05);
      border: 1px solid rgba(255,255,255,0.08);
      border-radius: var(--radius);
      padding: 32px 28px;
      transition: all 0.4s;
    }
    .result-card:hover { background: rgba(255,255,255,0.08); border-color: rgba(46,204,113,0.3); transform: translateY(-4px); }
    .result-tag {
      font-size: 11px; font-weight: 700;
      letter-spacing: 0.08em; text-transform: uppercase;
      color: var(--green-accent);
      margin-bottom: 12px;
    }
    .result-title {
      font-family: var(--font-body);
      font-size: 16px;
      font-weight: 600;
      color: var(--white);
      margin-bottom: 14px;
      line-height: 1.35;
    }
    .result-desc { color: rgba(255,255,255,0.55); font-size: 13px; margin-top: 8px; line-height: 1.6; }
    .result-kpis {
      display: grid;
      gap: 10px;
      margin-top: 18px;
      padding-top: 16px;
      border-top: 1px solid rgba(255,255,255,0.06);
    }
    .result-kpi { font-size: 12.5px; color: rgba(255,255,255,0.62); }
    .result-kpi strong { color: var(--white); font-weight: 700; }

    .why-section { padding: 100px 0; background: var(--white); }
    .why-header { text-align: center; max-width: 720px; margin: 0 auto 60px; }
    .why-header h2 { margin-bottom: 16px; }
    .why-header p { color: var(--text-light); font-size: 17px; }

    .why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
    .why-card {
      padding: 36px 28px;
      border-radius: var(--radius);
      background: var(--cream);
      border: 1px solid var(--border);
      transition: all 0.3s;
    }
    .why-card:hover { border-color: var(--green-accent); box-shadow: var(--shadow-sm); }
    .why-emoji { font-size: 32px; margin-bottom: 16px; display: block; }
    .why-card h3 { font-family: var(--font-body); font-weight: 700; font-size: 17px; margin-bottom: 10px; }
    .why-card p { color: var(--text-light); font-size: 14.5px; }

    .faq-section { padding: 100px 0; background: var(--cream); }
    .faq-header { text-align: center; max-width: 620px; margin: 0 auto 50px; }
    .faq-header h2 { margin-bottom: 12px; }
    .faq-header p { color: var(--text-light); font-size: 17px; }

    .faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
    .faq-item { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-sm); overflow: hidden; transition: border-color 0.3s; }
    .faq-item.active { border-color: var(--green-accent); }
    .faq-trigger {
      width: 100%;
      display: flex; align-items: center; justify-content: space-between;
      padding: 20px 24px;
      background: none;
      border: none;
      cursor: pointer;
      font-family: var(--font-body);
      font-size: 15px;
      font-weight: 600;
      color: var(--text);
      text-align: left;
      gap: 16px;
    }
    .faq-trigger:hover { color: var(--green-dark); }
    .faq-chevron { width: 24px; height: 24px; flex-shrink: 0; transition: transform 0.3s; }
    .faq-item.active .faq-chevron { transform: rotate(180deg); }
    .faq-panel { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
    .faq-content { padding: 0 24px 20px; color: var(--text-light); font-size: 14.5px; line-height: 1.7; }

    /* ─── FINAL CTA ─── */
    .final-cta {
      padding: 100px 0;
      background: linear-gradient(165deg, var(--dark) 0%, var(--green-dark) 100%);
      text-align: center;
      position: relative;
      overflow: hidden;
    }
    .final-cta::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 600px;
      height: 600px;
      background: radial-gradient(circle, rgba(46,204,113,0.08), transparent 70%);
      border-radius: 50%;
    }
    .final-cta-inner { position: relative; max-width: 720px; margin: 0 auto; }
    .final-cta .badge {
      background: rgba(46,204,113,0.15);
      color: var(--green-accent);
      margin-bottom: 24px;
    }
    .final-cta h2 { color: var(--white); margin-bottom: 16px; }
    .final-cta p { color: rgba(255,255,255,0.64); font-size: 17px; margin-bottom: 36px; }
    .final-cta-actions {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 16px;
      margin-bottom: 40px;
    }
    .final-contact { display: flex; justify-content: center; gap: 32px; flex-wrap: wrap; }
    .final-contact a {
      color: rgba(255,255,255,0.55);
      text-decoration: none;
      font-size: 14px;
      display: flex;
      align-items: center;
      gap: 8px;
      transition: color 0.2s;
    }
    .final-contact a:hover { color: var(--white); }

    .footer {
      padding: 60px 0 32px;
      background: var(--dark);
      color: rgba(255,255,255,0.4);
      font-size: 13px;
    }
    .footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 40px; }
    .footer-brand p { margin-top: 12px; font-size: 13px; line-height: 1.7; }
    .footer h4 {
      font-family: var(--font-body);
      font-weight: 700;
      font-size: 13px;
      color: var(--white);
      text-transform: uppercase;
      letter-spacing: 0.08em;
      margin-bottom: 16px;
    }
    .footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
    .footer-links a { color: rgba(255,255,255,0.45); text-decoration: none; font-size: 14px; transition: color 0.2s; }
    .footer-links a:hover { color: var(--green-accent); }
    .footer-bottom {
      padding-top: 24px;
      border-top: 1px solid rgba(255,255,255,0.06);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      flex-wrap: wrap;
    }

    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(24px); }
      to { opacity: 1; transform: translateY(0); }
    }
    @keyframes fadeScale {
      from { opacity: 0; transform: scale(0.95) translateY(20px); }
      to { opacity: 1; transform: scale(1) translateY(0); }
    }

    .reveal { opacity: 0; transform: translateY(30px); transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1); }
    .reveal.visible { opacity: 1; transform: translateY(0); }

    @media (max-width: 1024px) {
      .hero-grid { grid-template-columns: 1fr; gap: 40px; }
      .hero-visual { max-width: 540px; }
      .services-grid { grid-template-columns: repeat(2, 1fr); }
      .results-grid { grid-template-columns: repeat(2, 1fr); }
      .why-grid { grid-template-columns: repeat(2, 1fr); }
      .problem-grid { grid-template-columns: 1fr; gap: 48px; }
      .footer-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 768px) {
      .nav-links { display: none; }
      .hero { padding: 100px 0 60px; min-height: auto; }
      h1 { font-size: 2.2rem; }
      h2 { font-size: 1.8rem; }
      .services-grid { grid-template-columns: 1fr; }
      .results-grid { grid-template-columns: 1fr; }
      .why-grid { grid-template-columns: 1fr; }
      .process-timeline::before { left: 20px; }
      .process-dot { width: 40px; height: 40px; }
      .process-dot .num { font-size: 16px; }
      .footer-grid { grid-template-columns: 1fr; gap: 32px; }
    }

   /* PLATFORMS */
    .platforms-section { padding: 100px 0; background: var(--cream); }
    .platforms-header { text-align: center; max-width: 760px; margin: 0 auto 60px; }
    .platforms-header h2 { margin-bottom: 16px; }
    .platforms-header p { color: var(--text-light); font-size: 17px; }
    .platforms-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-bottom: 28px; }
    .platform-card {
      padding: 34px 28px;
      border-radius: var(--radius);
      background: var(--white);
      border: 1px solid var(--border);
      transition: all 0.3s;
      position: relative; overflow: hidden;
    }
    .platform-card::before {
      content: '';
      position: absolute; top: 0; left: 0; right: 0;
      height: 3px; background: var(--green-accent);
      transform: scaleX(0); transition: transform 0.35s ease;
    }
    .platform-card:hover { border-color: var(--green-accent); box-shadow: var(--shadow-sm); transform: translateY(-3px); }
    .platform-card:hover::before { transform: scaleX(1); }
    .platform-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
    .platform-title { font-family: var(--font-body); font-weight: 800; font-size: 16px; color: var(--green-dark); letter-spacing: 0.01em; }
    .platform-badge {
      font-size: 12px; font-weight: 700;
      color: var(--green-mid); background: var(--green-light);
      padding: 4px 10px; border-radius: 999px; white-space: nowrap;
    }
    .platform-card p { color: var(--text-light); font-size: 14.5px; margin-bottom: 16px; }
    .platform-list { list-style: none; display: flex; flex-direction: column; gap: 8px; }
    .platform-list li { font-size: 13.5px; color: var(--text-light); display: flex; gap: 8px; line-height: 1.5; }
    .platform-list li::before { content: '✓'; color: var(--green-accent); font-weight: 800; margin-top: 1px; flex-shrink: 0; }
    .platforms-bar { padding: 48px 0; background: var(--white); border-bottom: 1px solid var(--border); }
    .platforms-bar p {
      text-align: center;
      font-size: 13px;
      color: var(--text-light);
      text-transform: uppercase;
      letter-spacing: 0.08em;
      font-weight: 600;
      margin-bottom: 20px;
    }
    .platforms-logos { display: flex; align-items: center; justify-content: center; gap: 48px; flex-wrap: wrap; }
    .platform-logo {
      font-family: var(--font-body);
      font-size: 18px;
      font-weight: 700;
      color: var(--text-light);
      opacity: 0.45;
      transition: opacity 0.3s;
      letter-spacing: -0.02em;
    }
    .platform-logo:hover { opacity: 0.75; }

    .seo-content { padding: 80px 0; background: var(--cream); }
    .seo-content-inner { max-width: 780px; margin: 0 auto; }
    .seo-content h2 { font-size: 1.8rem; margin-bottom: 16px; margin-top: 48px; }
    .seo-content h2:first-child { margin-top: 0; }
    .seo-content h3 {
      font-family: var(--font-body);
      font-weight: 700;
      font-size: 18px;
      margin-bottom: 12px;
      margin-top: 32px;
    }
    .seo-content p { color: var(--text-light); font-size: 15.5px; margin-bottom: 16px; }
    .seo-content strong { color: var(--text); }
    .seo-content ul { margin: 0 0 20px 0; padding-left: 0; list-style: none; }
    .seo-content ul li {
      color: var(--text-light);
      font-size: 15px;
      padding: 6px 0 6px 24px;
      position: relative;
      line-height: 1.55;
    }
    .seo-content ul li::before {
      content: '→';
      position: absolute;
      left: 0;
      color: var(--green-accent);
      font-weight: 800;
    }/* End custom CSS */