/* ── Global overrides ── */
    .solution-card::before, .glass-card::before, .faq-item::before { display: none; }
    .accordion-content p, .accordion-content ul, .accordion-content li { font-weight: 400; 
      color: var(--l-muted); font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 0.92rem;
    }
    #problemas .pain-hero-title { text-transform: none; }
    .video-wrapper { border-radius: 12px; overflow: hidden; box-shadow: var(--sh-md); }
    .video-wrapper iframe { border-radius: 0; }
    /* E-commerce platform visual card */
    #ecommerce .hero-visual > div {
      background: var(--d-card) !important;
      border: 1px solid var(--d-border) !important;
      border-radius: 12px !important;
    }
    /* Clientes slider mask on dark */
    .clientes-slider-container {
      mask-image: linear-gradient(to right, transparent, black 12%, black 88%, transparent);
      -webkit-mask-image: linear-gradient(to right, transparent, black 12%, black 88%, transparent);
    }
    .cliente-logo {
      filter: brightness(0) invert(1) opacity(0.3) !important;
    }
    .cliente-logo:hover {
      filter: brightness(0) invert(1) opacity(0.75) !important;
    }
    /* Pain points btn context */
    #problemas a.btn-primary, #problemas a.btn-pulse.btn-primary {
      background: var(--green) !important;
      color: #fff !important;
      border: none !important;
      box-shadow: 0 4px 20px rgba(142,182,155,0.4) !important;
    }
    #problemas a.btn-primary:hover {
      background: var(--green-bold) !important;
    }
    /* BTN common fix on dark diagnostic section */
    #diagnostico a.btn-primary, #contato a.btn-primary {
      background: var(--green) !important;
      color: #fff !important;
      border: none !important;
      box-shadow: 0 4px 20px rgba(142,182,155,0.4) !important;
    }

/* --- block --- --- */

/* ================================================================
       R MKT — 2025 Design System
       Seções alternadas DARK ↔ LIGHT para impacto e conversão
       ================================================================ */
    :root {
      /* ── Dark section tokens ── */
      --d-bg:      #0e2622; /* Fundo mais profundo baseado no #153832 */
      --d-bg2:     #153832; /* Very Dark Green */
      --d-card:    #1a443d; /* Card fundo escuro */
      --d-text:    #DAF1DD; /* Light Green para texto claro */
      --d-muted:   #8EB69B; /* Mid Green para texto mutado */
      --d-border:  rgba(218,241,221,0.15);

      /* ── Light section tokens ── */
      --l-bg:      #FFFFFF;
      --l-bg2:     #f0f7f2; /* Fundo bem claro puxando pro verde */
      --l-card:    #FFFFFF;
      --l-text:    #153832; /* Texto escuro */
      --l-muted:   #235347; /* Texto mutado escuro */
      --l-border:  #8EB69B; /* Borda Mid Green */

      /* ── Brand ── */
      --green:      #8EB69B; /* Mid Green (Accent) */
      --green-bold: #235347; /* Dark Green */
      --green-glow: rgba(142, 182, 155, 0.2);
      --green-dim:  rgba(142, 182, 155, 0.1);
      --orange:     #FF5F1F;
      --orange-dk:  #E5511A;

      /* ── Util ── */
      --sh-sm:   0 2px 8px  rgba(0,0,0,0.12);
      --sh-md:   0 8px 24px rgba(0,0,0,0.16);
      --sh-dk:   0 8px 40px rgba(0,0,0,0.55);
      --radius:  10px;
      --rg:      16px;
    }

    /* ── Reset & Base ── */
    *, *::before, *::after { box-sizing: border-box; }
    html { scroll-behavior: smooth; }

    body {
      margin: 0;
      background: var(--d-bg);
      color: var(--d-text);
      font-family: 'Montserrat', system-ui, sans-serif; font-weight: 400;
      font-size: 17px;
      line-height: 1.65;
      -webkit-font-smoothing: antialiased;
    }

    h1,h2,h3,h4,h5,h6 {
      font-family: 'Montserrat', sans-serif;
      line-height: 1.1;
      margin: 0;
    }

    a { color: inherit; text-decoration: none; }
    img { max-width: 100%; display: block; }
    p { margin: 0; }

    /* ════════════════════════════════════════
       SEÇÕES — ALTERNÂNCIA DARK ↔ LIGHT
       Cada section usa padding-inline p/ centrar
       ════════════════════════════════════════ */
    .section {
      width: 100%;
      padding: 90px clamp(20px, 5vw, calc((100% - 1200px)/2 + 24px)) 110px;
      position: relative;
    }

    /* Seções DARK (default — herda body) */
    #inicio    { background: var(--d-bg); }
    #ciclo-receita { background: var(--d-bg2); }
    #diagnostico   { background: #153832; color: var(--d-text); max-width:none !important; margin:0 !important; }
    #ecommerce   { background: var(--d-bg2); color: var(--d-text); max-width:none !important; margin:0 !important; }
    #cases         { background: var(--d-bg);  color: var(--d-text); max-width:none !important; margin:0 !important; }
    #clientes       { background: transparent; color: var(--d-text); max-width:none !important; margin:0 !important; }
    #laboratorio    { background: var(--d-bg);  color: var(--d-text); max-width:none !important; margin:0 !important; }
    #tecnologias   { background: var(--d-bg2); color: var(--d-text); max-width:none !important; margin:0 !important; }
    #contato       { background: var(--d-bg);  color: var(--d-text); max-width:none !important; margin:0 !important; }

    /* Seções LIGHT */
    #problemas          { background: var(--l-bg);  color: var(--l-text); max-width:none !important; margin:0 !important; }
    #nossos-servicos    { background: var(--l-bg2); color: var(--l-text); max-width:none !important; margin:0 !important; }
    #metodologia        { background: var(--l-bg);  color: var(--l-text); max-width:none !important; margin:0 !important; }
    #video-rmkt         { background: var(--l-bg2); color: var(--l-text); max-width:none !important; margin:0 !important; }
    #faq                { background: var(--l-bg);  color: var(--l-text); max-width:none !important; margin:0 !important; }
    #solutions-accordion{ background: var(--l-bg2); color: var(--l-text); max-width:none !important; margin:0 !important; }

    /* Headings em dark sections */
    #inicio h1, #inicio h2, #inicio h3,
    #ciclo-receita h1, #ciclo-receita h2, #ciclo-receita h3,
    #diagnostico h1, #diagnostico h2, #diagnostico h3,
    #ecommerce h1, #ecommerce h2, #ecommerce h3,
    #cases h1, #cases h2, #cases h3,
    #clientes h1, #clientes h2, #clientes h3,
    #laboratorio h1, #laboratorio h2, #laboratorio h3,
    #tecnologias h1, #tecnologias h2, #tecnologias h3,
    #contato h1, #contato h2, #contato h3 {
      color: var(--d-text);
    }

    /* Headings em light sections */
    #problemas h1, #problemas h2, #problemas h3,
    #nossos-servicos h1, #nossos-servicos h2, #nossos-servicos h3,
    #metodologia h1, #metodologia h2, #metodologia h3,
    #video-rmkt h1, #video-rmkt h2, #video-rmkt h3,
    #faq h1, #faq h2, #faq h3,
    #solutions-accordion h1, #solutions-accordion h2, #solutions-accordion h3 {
      color: var(--l-text);
    }

    /* Section-kicker em light sections */
    #problemas .section-kicker,
    #nossos-servicos .section-kicker,
    #metodologia .section-kicker,
    #faq .section-kicker,
    #solutions-accordion .section-kicker { color: var(--green-bold); }

    /* Section-sub em dark */
    #ciclo-receita .section-sub,
    #diagnostico .section-sub,
    #ecommerce .section-sub,
    #cases .section-sub,
    #clientes .section-sub,
    #laboratorio .section-sub,
    #contato .section-sub { color: var(--d-muted); }

    /* Section-sub em light */
    #problemas .section-sub,
    #nossos-servicos .section-sub,
    #metodologia .section-sub,
    #video-rmkt .section-sub,
    #faq .section-sub,
    #solutions-accordion .section-sub { color: var(--l-muted); }

    /* ════════════════════════════════════════
       NAVBAR
       ════════════════════════════════════════ */
    .nav {
      position: fixed; top: 0; left: 0; right: 0;
      z-index: 100;
      background: rgba(6,15,11,0.90);
      backdrop-filter: blur(18px);
      border-bottom: 1px solid rgba(255,255,255,0.06);
    }
    .nav-inner {
      max-width: 1200px; margin: 0 auto;
      padding: 12px 24px;
      display: flex; align-items: center; justify-content: space-between;
    }
    .nav-left { display: flex; align-items: center; gap: 14px; }
    .nav-logo { display: flex; align-items: center; line-height: 0; }
    .logo-img { height: 80px; width: auto; display: block; }
    .nav-links { display: flex; gap: 2px; align-items: center; }
    .nav-link {
      font-size: 0.7rem !important; color: rgba(255,255,255,0.5);
      padding: 6px 10px; border-radius: 6px;
      transition: 0.2s; letter-spacing: 0.07em;
      text-transform: uppercase; font-family: 'Montserrat', sans-serif;
    }
    .nav-link:hover { color: var(--green); background: var(--green-dim); }
    .nav-cta {
      border-radius: 99px; padding: 10px 24px;
      background: rgba(142, 182, 155, 0.1); color: var(--green);
      border: 1px solid var(--green);
      font-size: 0.75rem; font-weight: 900 !important;
      display: inline-flex; align-items: center; gap: 8px;
      transition: all 0.3s ease; letter-spacing: 0.08em;
      text-transform: uppercase; font-family: 'Montserrat', sans-serif;
      backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
    }
    .nav-cta:hover { 
      background: var(--green); color: #0e2622; 
      box-shadow: 0 0 20px rgba(142, 182, 155, 0.4);
      transform: translateY(-2px);
    }
    .nav-cta i { font-size: 1rem; }
    .nav-toggle { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
    .nav-toggle span { width: 22px; height: 2px; background: #fff; border-radius: 1px; }

    @media (max-width: 820px) {
      .nav-links { display: none; }
      .nav-toggle { display: flex; }
      .nav-links.mobile-open {
        position: absolute; left: 0; right: 0; top: 60px;
        padding: 14px 20px 18px;
        display: flex; flex-direction: column; gap: 4px;
        background: rgba(6,15,11,0.98);
        border-bottom: 1px solid rgba(255,255,255,0.08);
      }
      .nav-cta { width: 100%; justify-content: center; }
    }

    /* ════════════════════════════════════════
       HERO — DARK
       ════════════════════════════════════════ */
    .hero {
      position: relative; min-height: 100vh;
      padding-top: 88px; overflow: hidden;
      background: var(--d-bg);
    }
    .hero-bg { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
    .hero-bg-overlay {
      position: absolute; inset: 0;
      background: linear-gradient(135deg,
        rgba(6,15,11,0.5) 0%,
        rgba(10,28,16,0.3) 50%,
        rgba(6,15,11,0.6) 100%);
    }
    /* Diagonal accent glow */
    .hero-bg-overlay::after {
      content: '';
      position: absolute; inset: 0;
      background: radial-gradient(ellipse at 70% 50%, rgba(142, 182, 155,0.12) 0%, transparent 60%);
    }
    .hero-inner {
      position: relative; z-index: 1;
      max-width: 1200px; margin: 0 auto;
      padding: 60px 24px 80px;
      display: grid;
      grid-template-columns: minmax(0,1.35fr) minmax(0,1fr);
      gap: 48px; align-items: center;
    }
    .hero-eyebrow {
      font-size: 0.7rem; text-transform: uppercase;
      letter-spacing: .32em; color: var(--green);
      margin-bottom: 22px; font-family: 'Montserrat', sans-serif;
      display: flex; align-items: center; gap: 12px;
    }
    .hero-eyebrow::before {
      content: ''; display: block; width: 36px; height: 1.5px;
      background: var(--green); flex-shrink: 0;
    }
    .hero-title {
      font-size: clamp(2.2rem, 4.5vw, 3.8rem);
      line-height: 1.06; font-weight: 700;
      margin-bottom: 24px;
      font-family: 'Montserrat', sans-serif;
      color: #FFFFFF;
    }
    .hero-title span { color: var(--green); }
    .hero-sub {
      color: var(--d-muted); font-size: 1.05rem;
      max-width: 480px; margin-bottom: 36px; line-height: 1.7;
    }
    .hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 34px; }
    .hero-badge {
      display: inline-flex; align-items: center; gap: 8px;
      padding: 7px 14px; border-radius: 999px;
      background: rgba(255,255,255,0.05);
      border: 1px solid rgba(255,255,255,0.12);
      font-size: 0.78rem; color: var(--d-text); font-family: 'Montserrat', sans-serif;
    }
    .hero-badge i { color: var(--green); }
    .hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
    .hero-note { font-size: 0.78rem; color: var(--d-muted); margin-top: 10px; }

    .hero-pane {
      background: var(--d-card);
      border-radius: var(--rg);
      border: 1px solid var(--d-border);
      box-shadow: var(--sh-dk); padding: 24px 26px 28px;
    }
    .hero-pane-title {
      font-size: 0.7rem; color: var(--d-muted); margin-bottom: 14px;
      display: flex; align-items: center; gap: 8px;
      font-family: 'Montserrat', sans-serif;
      text-transform: uppercase; letter-spacing: 0.12em;
    }
    .hero-score { display: flex; align-items: baseline; gap: 8px; margin-bottom: 14px; }
    .hero-score-main {
      font-size: 2.8rem; font-weight: 700; color: var(--green);
      font-family: 'Montserrat', sans-serif;
      text-shadow: 0 0 28px var(--green-glow);
    }
    .hero-score-label { font-size: 0.85rem; color: var(--d-muted); }
    .hero-score-bar {
      height: 4px; border-radius: 999px;
      background: rgba(255,255,255,0.08); overflow: hidden; margin-bottom: 16px;
    }
    .hero-score-bar-fill {
      height: 100%; width: 68%;
      background: linear-gradient(90deg, var(--green), #86efac);
      box-shadow: 0 0 12px var(--green-glow);
    }
    .hero-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
    .hero-tag {
      font-size: 0.72rem; padding: 4px 11px; border-radius: 999px;
      background: rgba(255,255,255,0.05);
      border: 1px solid rgba(255,255,255,0.1);
      color: var(--d-muted); font-family: 'Montserrat', sans-serif; font-weight: 400;
    }
    .hero-pane-footer {
      font-size: 0.76rem; color: var(--d-muted);
      border-top: 1px solid var(--d-border);
      margin-top: 14px; padding-top: 12px;
      display: flex; justify-content: space-between; align-items: center; gap: 10px;
    }
    .hero-pane-footer span strong { color: var(--green); }

    @media (max-width: 880px) {
      .hero-inner { grid-template-columns: 1fr; padding-top: 30px; }
      .hero-pane { max-width: 420px; margin-inline: auto; }
    }

    /* ════════════════════════════════════════
       BUTTONS
       ════════════════════════════════════════ */
    .btn-primary {
      background: var(--green);
      color: #fff;
      padding: 14px 28px; border-radius: 8px;
      font-size: 0.85rem; font-weight: 700;
      border: none; cursor: pointer;
      display: inline-flex; align-items: center; gap: 10px;
      transition: 0.2s ease; font-family: 'Montserrat', sans-serif;
      letter-spacing: 0.05em; text-transform: uppercase;
      box-shadow: 0 4px 20px rgba(142,182,155,0.45);
    }
    .btn-primary:hover {
      background: var(--green-bold);
      transform: translateY(-2px);
      box-shadow: 0 8px 28px rgba(35,83,71,0.55);
    }
    .btn-ghost {
      background: transparent; color: #fff;
      border-radius: 8px; padding: 13px 24px;
      border: 1px solid rgba(255,255,255,0.3);
      font-size: 0.85rem;
      display: inline-flex; align-items: center; gap: 8px;
      cursor: pointer; transition: 0.2s ease;
      font-family: 'Montserrat', sans-serif; letter-spacing: 0.05em; text-transform: uppercase;
    }
    .btn-ghost:hover { border-color: var(--green); color: var(--green); }

    /* btn em seções light */
    #problemas .btn-primary,
    #nossos-servicos .btn-primary,
    #metodologia .btn-primary,
    #faq .btn-primary,
    #solutions-accordion .btn-primary {
      background: var(--green); color: #060F0B;
      box-shadow: 0 4px 20px rgba(142, 182, 155,0.4);
    }
    #problemas .btn-primary:hover,
    #nossos-servicos .btn-primary:hover,
    #metodologia .btn-primary:hover,
    #faq .btn-primary:hover,
    #solutions-accordion .btn-primary:hover {
      background: var(--green-bold);
      box-shadow: 0 8px 28px rgba(142, 182, 155,0.5);
    }

    /* ════════════════════════════════════════
       SECTION HEADER COMPONENTS
       ════════════════════════════════════════ */
    .section-header { max-width: 680px; margin-bottom: 56px; }
    .section-kicker {
      font-size: 0.7rem; letter-spacing: .3em;
      text-transform: uppercase; color: var(--green);
      margin-bottom: 14px; font-family: 'Montserrat', sans-serif;
      display: inline-flex; align-items: center; gap: 10px;
    }
    .section-kicker::before {
      content: ''; display: block; width: 24px; height: 1.5px;
      background: currentColor; flex-shrink: 0;
    }
    .section-title {
      font-size: clamp(1.8rem, 2.8vw, 2.4rem); font-weight: 700;
      margin-bottom: 14px;
      font-family: 'Montserrat', sans-serif;
      line-height: 1.1;
    }
    .section-sub { font-size: 1rem; line-height: 1.75; font-weight: 400; }

    /* ════════════════════════════════════════
       SOLUTION CARDS (dark section)
       ════════════════════════════════════════ */
    .solutions-grid { max-width: 1200px; margin: 0 auto; padding: 0 20px; 
      display: grid; gap: 28px;
      grid-template-columns: repeat(3, minmax(0,1fr));
    }
    @media (max-width: 960px) { .solutions-grid { grid-template-columns: repeat(2,1fr); } }
    @media (max-width: 640px) { .solutions-grid { grid-template-columns: 1fr; } }

    .solution-card {
      border-radius: var(--radius); background: rgba(142, 182, 155, 0.05); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255, 255, 255, 0.08); padding: 32px; box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.02); transition: all 0.3s ease;
      position: relative; overflow: hidden;
    }
    .solution-card::before {
      content: ''; position: absolute;
      top: 0; left: 0; right: 0; height: 2px;
      background: linear-gradient(90deg, transparent, var(--green), transparent);
      opacity: 0; transition: opacity 0.3s;
    }
    .solution-card:hover { transform: translateY(-8px); border-color: rgba(142, 182, 155,0.35); background: rgba(142, 182, 155, 0.15); box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.4), inset 0 0 0 1px rgba(142, 182, 155, 0.2); }
    .solution-card:hover::before { opacity: 1; }

    .solution-icon {
      width: 40px; height: 40px; border-radius: 10px;
      display: flex; align-items: center; justify-content: center;
      background: var(--green-dim);
      border: 1px solid rgba(142, 182, 155,0.2);
      margin-bottom: 14px; color: var(--green); font-size: 1rem;
    }
    .solution-title {
      font-size: 1rem; font-weight: 600; margin-bottom: 6px;
      font-family: 'Montserrat', sans-serif; color: var(--d-text);
    }
    .solution-tag { display: none; }
    .solution-list { font-weight: 400; 
      list-style: none; padding: 0; margin: 0 0 14px;
      font-size: 0.85rem; color: var(--d-muted); font-family: 'Montserrat', sans-serif; font-weight: 400;
    }
    .solution-list li { margin-bottom: 6px; display: flex; gap: 8px; align-items: flex-start; }
    .solution-list li i { margin-top: 4px; color: var(--green); font-size: 0.68rem; }
    .solution-cta {
      display: inline-flex; align-items: center; gap: 6px;
      font-size: 0.68rem; color: var(--green); padding: 5px 12px;
      border-radius: 999px; background: var(--green-dim);
      border: 1px solid rgba(142, 182, 155,0.22);
      font-family: 'Montserrat', sans-serif; text-transform: uppercase; letter-spacing: 0.08em;
    }

    /* ════════════════════════════════════════
       PIPELINE / STEPS (light section)
       ════════════════════════════════════════ */
    .pipeline {
      display: grid;
      grid-template-columns: minmax(0,1.2fr) minmax(0,1fr); gap: 40px;
    }
    @media (max-width: 880px) { .pipeline { grid-template-columns: 1fr; } }
    .pipeline-steps { display: grid; gap: 14px; }
    .step-card {
      border-radius: var(--radius); background: rgba(255, 255, 255, 0.6); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255, 255, 255, 0.4); padding: 18px 20px; box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.05), inset 0 0 0 1px rgba(255, 255, 255, 0.5); transition: all 0.3s ease;
    }
    .step-card:hover { border-color: var(--green-bold); transform: translateY(-5px); background: rgba(255, 255, 255, 0.8); box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(142, 182, 155, 0.3); }
    .step-badge {
      font-size: 0.68rem; letter-spacing: .24em; text-transform: uppercase;
      color: var(--green-bold); margin-bottom: 4px; font-family: 'Montserrat', sans-serif;
    }
    .step-title {
      font-size: 1rem; font-weight: 600; margin-bottom: 4px;
      font-family: 'Montserrat', sans-serif; color: var(--l-text);
    }
    .step-text { font-size: 0.88rem; color: var(--l-muted); }
    .step-shot {
      border-radius: var(--radius); border: 1px solid var(--l-border);
      padding: 32px; background: var(--l-card);
      box-shadow: var(--sh-sm); font-size: 0.88rem; color: var(--l-muted);
    }
    .step-shot h3 {
      font-size: 1rem; margin: 0 0 8px;
      color: var(--l-text); font-family: 'Montserrat', sans-serif;
    }

    /* ════════════════════════════════════════
       CASE CARDS (dark section)
       ════════════════════════════════════════ */
    .cases-grid {
      display: grid; grid-template-columns: repeat(3,1fr); gap: 28px;
    }
    @media (max-width: 960px) { .cases-grid { grid-template-columns: repeat(2,1fr); } }
    @media (max-width: 640px) { .cases-grid { grid-template-columns: 1fr; } }

    .case-card {
      border-radius: var(--radius); overflow: hidden;
      background: rgba(142, 182, 155, 0.05); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255, 255, 255, 0.08); box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.02); display: flex; flex-direction: column; transition: all 0.3s ease;
    }
    .case-card:hover { transform: translateY(-8px); border-color: rgba(142, 182, 155,0.3); background: rgba(142, 182, 155, 0.15); box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.4), inset 0 0 0 1px rgba(142, 182, 155, 0.2); }
    .case-thumb { height: 160px; background-size: cover; background-position: center; position: relative; }
    .case-thumb::after { content: ''; position: absolute; inset: 0; background: rgba(6,15,11,0.4); }
    .case-body { padding: 16px 18px 20px; }
    .case-kpi {
      font-size: 0.68rem; color: var(--green); margin-bottom: 4px;
      text-transform: uppercase; letter-spacing: .2em; font-family: 'Montserrat', sans-serif;
    }
    .case-title {
      font-size: 1rem; font-weight: 600; margin-bottom: 4px;
      font-family: 'Montserrat', sans-serif; color: var(--d-text);
    }
    .case-text { font-size: 0.87rem; color: var(--d-muted); }

    /* ════════════════════════════════════════
       CONTACT (dark section)
       ════════════════════════════════════════ */
    .contact-grid {
      display: grid; grid-template-columns: minmax(0,1.2fr) minmax(0,1fr);
      gap: 32px; align-items: flex-start;
    }
    @media (max-width: 880px) { .contact-grid { grid-template-columns: 1fr; } }

    .contact-card {
      border-radius: var(--radius); background: rgba(142, 182, 155, 0.05); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255, 255, 255, 0.08); padding: 28px 24px; box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.02);
    }
    .contact-item {
      display: flex; gap: 12px; align-items: center;
      margin-bottom: 14px; font-size: 0.9rem; color: var(--d-muted);
    }
    .contact-item i { color: var(--green); width: 20px; text-align: center; }
    .contact-form label {
      display: block; font-size: 0.72rem; color: var(--d-muted);
      margin-bottom: 5px; text-transform: uppercase;
      letter-spacing: 0.1em; font-family: 'Montserrat', sans-serif;
    }
    .contact-form input, .contact-form textarea {
      width: 100%; border-radius: 8px;
      border: 1px solid var(--d-border);
      background: rgba(255,255,255,0.05); color: var(--d-text);
      padding: 11px 14px; font-size: 0.9rem;
      margin-bottom: 12px; outline: none;
      transition: 0.16s ease; font-family: 'Montserrat', sans-serif;
    }
    .contact-form input:focus, .contact-form textarea:focus {
      border-color: var(--green); background: rgba(255,255,255,0.08);
    }
    .contact-form textarea { min-height: 100px; resize: vertical; }
    .contact-note { font-size: 0.78rem; color: var(--d-muted); margin-top: 8px; }

    /* ════════════════════════════════════════
       FOOTER
       ════════════════════════════════════════ */
    .footer {
      border-top: 1px solid rgba(255,255,255,0.06);
      padding: 56px 24px 64px;
      font-size: 0.82rem; color: var(--d-muted);
      text-align: center; background: #030806;
    }
    .footer h2 {
      font-family: 'Montserrat', sans-serif;
      color: var(--d-text); font-size: 1.1rem; font-weight: 400;
      letter-spacing: 0.04em; margin-bottom: 12px;
    }
    .footer small { display: block; opacity: 0.45; margin-top: 8px; }

    /* ════════════════════════════════════════
       REVEAL
       ════════════════════════════════════════ */
    .reveal {
      opacity: 0; transform: translateY(24px);
      transition: opacity 0.65s ease, transform 0.65s ease;
    }
    .reveal.active { opacity: 1; transform: translateY(0); }

    /* Pulse legacy compat */
    @keyframes btnPulse {
      0%, 100% { box-shadow: 0 6px 28px rgba(142,182,155,0.45); }
      50% { box-shadow: 0 6px 48px rgba(142,182,155,0.75); }
    }

/* --- block --- --- */

.cycle-bg-animation {
        position: absolute;
        inset: 0;
        z-index: 0;
        pointer-events: none;
        overflow: hidden;
      }
      .cycle-blob {
        position: absolute;
        border-radius: 50%;
        filter: blur(80px);
        opacity: 0.25;
        animation: floatBlob 20s infinite alternate ease-in-out;
      }
      .blob-1 {
        width: 400px; height: 400px;
        background: rgba(142, 182, 155, 0.6);
        top: -100px; left: -100px;
        animation-duration: 25s;
      }
      .blob-2 {
        width: 350px; height: 350px;
        background: rgba(35, 83, 71, 0.3);
        bottom: -50px; right: -50px;
        animation-duration: 30s;
        animation-delay: -5s;
      }
      .blob-3 {
        width: 250px; height: 250px;
        background: rgba(142, 182, 155, 0.4);
        top: 40%; left: 60%;
        opacity: 0.15;
        animation-duration: 22s;
        animation-delay: -10s;
      }
      @keyframes floatBlob {
        0% { transform: translate(0, 0) scale(1); }
        33% { transform: translate(100px, 50px) scale(1.1); }
        66% { transform: translate(-50px, 100px) scale(0.9); }
        100% { transform: translate(50px, -50px) scale(1.05); }
      }

/* --- block --- --- */

/* ── slide-icon-mini (light section) ── */
      .slide-icon-mini {
        width: 44px; height: 44px; background: #fff;
        border: 1px solid rgba(142, 182, 155, 0.3); border-radius: 8px;
        display: flex; align-items: center; justify-content: center;
        color: #235347; font-size: 1.1rem; margin-bottom: 20px;
        box-shadow: 0 4px 10px rgba(35,83,71,0.05);
      }
      /* Ciclo — light section */
      .cycle-grid {
        display: grid; grid-template-columns: 1fr 1fr;
        gap: 50px; align-items: center;
        max-width: 1100px; margin: 0 auto;
      }
      .cycle-visual { display: flex; justify-content: center; align-items: center; height: 380px; }
      .cycle-circle {
        width: 320px; height: 320px;
        border: 1px dashed rgba(35, 83, 71, 0.25);
        border-radius: 50%; position: relative;
        display: flex; align-items: center; justify-content: center;
        animation: spin-slow 60s linear infinite;
        box-shadow: 0 0 50px rgba(142, 182, 155, 0.1);
      }
      .cycle-center {
        display: flex; flex-direction: column; align-items: center; justify-content: center;
        width: 150px; height: 150px;
        background: rgba(218, 241, 221, 0.9); backdrop-filter: blur(10px); border-radius: 50%;
        border: 1px solid rgba(142, 182, 155, 0.3);
        box-shadow: 0 0 40px rgba(142, 182, 155, 0.1), inset 0 0 20px rgba(255, 255, 255, 0.5); z-index: 5;
      }
      .cycle-icon {
        position: absolute; width: 54px; height: 54px;
        background: #ffffff; border: 1px solid rgba(142, 182, 155, 0.3);
        border-radius: 50%; display: flex; align-items: center; justify-content: center;
        color: #235347; box-shadow: 0 6px 15px rgba(0,0,0,0.06);
      }
      .cycle-icon i { transform: rotate(0deg) !important; }
      .cycle-icon.top    { top:-25px;    left:calc(50% - 25px); }
      .cycle-icon.right  { right:-25px;  top:calc(50% - 25px); }
      .cycle-icon.bottom { bottom:-25px; left:calc(50% - 25px); }
      .cycle-icon.left   { left:-25px;   top:calc(50% - 25px); }
      .cycle-content { display: flex; flex-direction: column; gap: 14px; }
      .cycle-card {
        display: flex; gap: 16px; padding: 22px;
        background: #ffffff; border: 1px solid rgba(142, 182, 155, 0.15);
        border-radius: 14px; transition: all 0.3s ease;
        box-shadow: 0 6px 20px rgba(35, 83, 71, 0.04);
      }
      .cycle-card:hover {
        border-color: #8EB69B;
        background: #ffffff;
        transform: translateY(-4px);
        box-shadow: 0 12px 30px rgba(35, 83, 71, 0.08);
      }
      .cycle-card-icon {
        flex-shrink: 0; width: 38px; height: 38px;
        background: #DAF1DD; border-radius: 8px;
        display: flex; align-items: center; justify-content: center; color: #235347;
      }
      .cycle-card-body h3 {
        font-size: 1.1rem; margin: 0 0 6px;
        color: #153832 !important; font-family: 'Montserrat', sans-serif; font-weight: 800;
      }
      .cycle-card-body p {
        font-size: 0.88rem; margin: 0;
        color: #425752 !important; line-height: 1.6; font-family: 'Montserrat', sans-serif; font-weight: 500;
      }
      @keyframes spin-slow {
        from { transform: rotate(0deg); }
        to { transform: rotate(360deg); }
      }
      @media (max-width: 800px) {
        .cycle-grid { grid-template-columns: 1fr; }
        .cycle-visual { margin-bottom: 20px; height: auto; }
        .cycle-circle { width: 240px; height: 240px; }
      }

/* --- block --- --- */

.clientes-slider-container {
        width: 100%;
        overflow: hidden;
        margin: 30px auto 0;
        padding: 18px 0;
        border-radius: 4px;
        max-width: 1200px;
        background: transparent;
        mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
        -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
      }

      .clientes-slider {
        display: flex;
        align-items: center;
        gap: 60px;
        animation: slideClientes 20s linear infinite;
        will-change: transform;
        width: max-content;
      }

      .cliente-logo {
        height: 120px;
        min-height: 110px;
        max-height: 160px;
        width: auto;
        filter: grayscale(100%) contrast(0.9) opacity(0.5);
        transition: filter .25s, transform .25s;
        padding: 16px 24px;
        box-sizing: border-box;
      }

      .cliente-logo:hover {
        filter: grayscale(100%) contrast(1) opacity(0.85);
        transform: scale(1.05);
        z-index: 2;
      }

      @keyframes slideClientes {
        0% { transform: translateX(0); }
        100% { transform: translateX(-50%); }
      }

/* --- block --- --- */

/* Glass steps — light section (#metodologia) */
      .glass-steps-container {
        display: flex; justify-content: center; align-items: stretch;
        flex-wrap: wrap; gap: 12px;
        max-width: 1200px; margin: 0 auto;
      }
      .step-arrow {
        color: var(--green-bold); font-size: 1.2rem; opacity: 0.6; align-self: center;
      }
      .glass-card {
        flex: 1; min-width: 160px;
        background: var(--l-card); border: 1px solid var(--l-border);
        border-radius: 12px; padding: 24px 16px; text-align: center;
        transition: 0.2s ease; box-shadow: var(--sh-sm);
        display: flex; flex-direction: column; align-items: center;
      }
      .glass-card:hover { border-color: var(--green-bold); transform: translateY(-4px); box-shadow: var(--sh-md); }
      .glass-icon { font-size: 1.8rem; color: var(--green); margin-bottom: 14px; }
      .glass-content h3 {
        font-size: 0.95rem; color: var(--l-text); margin-bottom: 8px;
        font-weight: 600; line-height: 1.3; font-family: 'Montserrat', sans-serif;
      }
      .glass-content p {
        font-size: 0.82rem; color: var(--l-muted); line-height: 1.55;
        margin: 0; font-family: 'Montserrat', sans-serif;
      }
      .feature-pill {
        background: var(--l-card); border: 1px solid var(--l-border);
        padding: 10px 20px; border-radius: 8px;
        font-size: 0.82rem; color: var(--l-muted);
        display: flex; align-items: center; gap: 10px;
        transition: 0.2s; font-family: 'Montserrat', sans-serif;
      }
      .feature-pill:hover { border-color: var(--green-bold); color: var(--green-bold); }
      .feature-pill i { color: var(--green); }

      @media (max-width: 900px) {
        .step-arrow { display: none; }
        .glass-steps-container { flex-direction: column; align-items: center; }
        .glass-card { width: 100%; max-width: 400px; flex: 0 0 auto; margin-bottom: 12px; }
      }

/* --- block --- --- */

/* FAQ — light section */
      .faq-container {
        max-width: 1000px; margin: 0 auto;
        display: grid; grid-template-columns: 1fr 1.6fr;
        gap: 60px; align-items: flex-start;
      }
      .faq-item {
        background: var(--l-card); border: 1px solid var(--l-border);
        border-radius: 10px; margin-bottom: 8px; overflow: hidden;
        transition: 0.2s; box-shadow: var(--sh-sm);
      }
      .faq-item:hover { border-color: var(--green-bold); }
      .faq-question, .faq-answer { position: relative; z-index: 1; }
      .faq-question {
        padding: 18px 22px; display: flex;
        justify-content: space-between; align-items: center;
        cursor: pointer; font-weight: 500; color: var(--l-text);
        font-size: 0.93rem; font-family: 'Montserrat', sans-serif;
      }
      .faq-question span { display: flex; gap: 14px; }
      .faq-icon { font-size: 0.85rem; color: var(--l-muted); transition: transform 0.3s; flex-shrink: 0; }
      .faq-answer {
        max-height: 0; overflow: hidden;
        transition: max-height 0.4s ease;
        background: var(--l-bg2); border-top: 0 solid var(--l-border);
      }
      .faq-answer p {
        padding: 0 22px 22px; margin: 0;
        color: var(--l-muted); font-size: 0.9rem;
        line-height: 1.7; font-family: 'Montserrat', sans-serif;
      }
      .faq-item.active .faq-answer { max-height: 300px; border-top-width: 1px; }
      .faq-item.active .faq-icon { transform: rotate(180deg); color: var(--green-bold); }
      .faq-item.active { border-color: var(--green-bold); }

      @media (max-width: 800px) {
        .faq-container { grid-template-columns: 1fr; gap: 40px; padding: 0; }
      }

/* --- block --- --- */

.marquee-container {
        position: relative;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
        -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
      }

      .marquee-track {
        display: flex;
        align-items: center;
        gap: 60px;
        width: max-content;
        animation: scrollTech 40s linear infinite;
        padding: 20px 0;
      }

      /* Marquee — dark section */
      .tech-icon {
        font-size: 2.2rem; color: #DAF1DD;
        transition: all 0.3s ease;
        display: flex; align-items: center; justify-content: center;
        width: 80px; height: 80px;
        border: 1px solid rgba(218, 241, 221, 0.15);
        border-radius: 12px;
        background: rgba(218, 241, 221, 0.03);
      }
      .tech-icon:hover { 
        color: var(--green); 
        transform: translateY(-5px); 
        border-color: var(--green);
        background: rgba(142, 182, 155, 0.1);
      }
      .adobe-badge {
        font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1.6rem;
        width: 48px; height: 48px;
        border: 2px solid #DAF1DD; border-radius: 6px;
        color: #DAF1DD !important;
        opacity: 0.8;
      }
      .adobe-badge:hover { border-color: var(--green) !important; color: var(--green) !important; }

      @keyframes scrollTech {
        0% { transform: translateX(0); }
        100% { transform: translateX(-50%); }
      }

/* --- block --- --- */

/* Accordion — light section */
      .accordion-item {
        background-color: var(--l-card); border-bottom: 1px solid var(--l-border);
        transition: background-color 0.2s; cursor: pointer; padding: 28px;
      }
      .accordion-item:first-child { border-top: 1px solid var(--l-border); }
      .accordion-item:hover { background-color: var(--l-bg2); }
      .accordion-item.active { background-color: var(--l-bg2); border-left: 3px solid var(--green); }
      .accordion-header h3 {
        font-size: 1.5rem; font-weight: 600; color: var(--l-text);
        transition: color 0.2s; font-family: 'Montserrat', sans-serif;
      }
      .accordion-item.active .accordion-header h3 { color: var(--green); }
      .accordion-content {
        max-height: 0; overflow: hidden;
        transition: max-height 0.5s cubic-bezier(0,1,0,1);
        opacity: 0; color: var(--l-muted);
        font-family: 'Montserrat', sans-serif; font-size: 0.93rem; line-height: 1.7;
      }
      .accordion-item.active .accordion-content {
        max-height: 500px; opacity: 1; margin-top: 14px;
        transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
      }
      @media (max-width: 768px) {
        .container { flex-direction: column !important; }
        .solutions-header { position: static !important; margin-bottom: 40px; }
      }

/* --- block --- --- */

.contact-grid {
            display: grid;
            grid-template-columns: 1.2fr 1fr;
            gap: 40px;
            align-items: stretch;
          }
          @media (max-width: 900px) {
            .contact-grid {
              grid-template-columns: 1fr !important;
              gap: 30px;
            }
            .map-wrapper {
              order: 2;
              min-height: 350px !important;
            }
            .contact-info-cards {
              order: 1;
            }
            .section-title {
              font-size: 2rem !important;
            }
          }

/* --- block --- --- */

.contact-map-iframe {
              min-height: 450px;
            }
            @media (max-width: 900px) {
              .contact-map-iframe {
                min-height: 300px;
              }
            }

/* --- block --- --- */

.map-wrapper a:hover {
                background: rgba(6,15,11,1);
                border-color: var(--green);
                transform: translateY(-5px);
              }
              .map-wrapper a:hover .fas.fa-location-dot {
                transform: scale(1.1);
              }

/* --- block --- --- */

.premium-contact-card {
        background: rgba(142,182,155,0.05);
        border: 1px solid rgba(255,255,255,0.08);
        border-radius: 20px;
        padding: 24px;
        display: flex;
        align-items: center;
        gap: 20px;
        text-decoration: none;
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
      }
      .premium-contact-card:hover {
        background: rgba(142,182,155,0.12);
        border-color: var(--green);
        transform: translateX(10px);
      }
      .p-card-icon {
        width: 54px; height: 54px;
        background: rgba(142,182,155,0.1);
        border-radius: 14px;
        display: flex; align-items: center; justify-content: center;
        color: var(--green); font-size: 1.4rem;
        transition: 0.3s;
      }
      .premium-contact-card:hover .p-card-icon {
        background: var(--green);
        color: #000;
      }
      .p-card-text { display: flex; flex-direction: column; }
      .p-card-text span { font-size: 0.75rem; color: var(--d-muted); text-transform: uppercase; letter-spacing: 1px; }
      .p-card-text strong { font-size: 1.1rem; color: #fff; margin-top: 4px; }
      .p-card-arrow { margin-left: auto; color: rgba(255,255,255,0.2); transition: 0.3s; }
      .premium-contact-card:hover .p-card-arrow { color: var(--green); transform: translateX(5px); }

      @media (max-width: 900px) {
        .contact-grid { grid-template-columns: 1fr; }
        .map-wrapper { order: 2; }
        .contact-info-cards { order: 1; }
      }