/* ══════════════════════════════════════════
   SEGURO-CAUCION
══════════════════════════════════════════ */
/* HERO */
  body.page-caucion #hero{ display:block;background:var(--navy);padding:120px 5% 80px;position:relative; }
  body.page-caucion #heroBg{ position:absolute;inset:0;pointer-events:none;overflow:hidden;background:radial-gradient(circle 300px at 70% 40%,rgba(var(--blue-rgb), 0.22) 0%,transparent 70%);transition:background 0.05s; }
  body.page-caucion .hero-grid{ position:absolute;inset:0;pointer-events:none;opacity:.025;background-image:linear-gradient(rgba(var(--white-rgb), .5) 1px,transparent 1px),linear-gradient(90deg,rgba(var(--white-rgb), .5) 1px,transparent 1px);background-size:60px 60px; }
  body.page-caucion .hero-inner{ position:relative;z-index:1;max-width:1100px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start; }
  body.page-caucion .hero-tag{ display:inline-flex;align-items:center;gap:8px;background:rgba(var(--blue-rgb), 0.2);border:1px solid rgba(var(--blue-rgb), 0.4);color:var(--blue-pale);font-size:12px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;padding:6px 14px;border-radius:99px;margin-bottom:20px; }
  body.page-caucion .hero-tag::before{ content:'';width:6px;height:6px;background:var(--blue-light);border-radius:50%;animation:pulse 2s infinite; }
  @keyframes pulse{ 0%,100%{opacity:1}50%{opacity:.3} }
  body.page-caucion .hero-text{ position:sticky;top:96px;padding-top:8px; }
  body.page-caucion #hero h1{ font-family:'Syne',sans-serif;font-size:clamp(2.4rem,4.5vw,3.8rem);font-weight:800;color:var(--white)!important;line-height:1.1;margin-bottom:16px;letter-spacing:-.02em; }
  body.page-caucion #hero h1 span{ color:var(--blue-light)!important; }
  body.page-caucion #hero p{ font-size:16px;color:rgba(var(--white-rgb), 0.6)!important;line-height:1.75;font-weight:300;margin-bottom:28px;max-width:480px; }
  body.page-caucion .hero-btns{ display:flex;gap:12px;flex-wrap:wrap; }
  body.page-caucion .btn-hero-primary{ background:var(--blue);color:var(--white);padding:12px 26px;border-radius:8px;font-size:14px;font-weight:700;text-decoration:none;font-family:'Syne',sans-serif;transition:background .2s; }
  body.page-caucion .btn-hero-primary:hover{ background:var(--blue-light); }
  body.page-caucion .btn-hero-outline{ background:transparent;color:var(--white);padding:12px 26px;border-radius:8px;font-size:14px;font-weight:700;text-decoration:none;font-family:'Syne',sans-serif;border:1px solid rgba(var(--white-rgb), 0.25);transition:all .2s; }
  body.page-caucion .btn-hero-outline:hover{ border-color:rgba(var(--white-rgb), 0.6);background:rgba(var(--white-rgb), 0.06); }

  /* HERO FORM CARD */
  body.page-caucion .hero-form-card{ background:rgba(var(--white-rgb), 0.06);border:1px solid rgba(var(--white-rgb), 0.12);border-radius:20px;padding:28px;backdrop-filter:blur(10px); }
  body.page-caucion .hero-form-card h3{ font-family:'DM Sans',sans-serif;font-size:16px;font-weight:800;color:var(--white);margin-bottom:18px; }
  body.page-caucion .hf-group{ margin-bottom:14px; }
  body.page-caucion .hf-group label{ display:block;font-size:11px;font-weight:700;color:rgba(var(--white-rgb), 0.5);letter-spacing:.06em;text-transform:uppercase;margin-bottom:5px; }
  body.page-caucion .hf-group select, body.page-caucion .hf-group input{ width:100%;padding:10px 12px;border:1px solid rgba(var(--white-rgb), 0.15);border-radius:8px;font-size:13px;font-family:'DM Sans',sans-serif;color:var(--navy);background:var(--white);outline:none;transition:border-color .2s; }
  body.page-caucion .hf-group select:focus, body.page-caucion .hf-group input:focus{ border-color:var(--blue-light); }
  body.page-caucion .hf-row{ display:grid;grid-template-columns:1fr 1fr;gap:12px; }
  body.page-caucion .hf-toggle{ display:flex;gap:8px; }
  body.page-caucion .hf-toggle label{ flex:1;text-align:center;padding:9px;border:1px solid rgba(var(--white-rgb), 0.15);border-radius:8px;font-size:13px;font-weight:600;color:rgba(var(--white-rgb), 0.7);cursor:pointer;transition:all .2s; }
  body.page-caucion .hf-toggle input[type=radio]{ display:none; }
  body.page-caucion .hf-toggle input[type=radio]:checked + label{ background:var(--blue);border-color:var(--blue);color:var(--white); }
  body.page-caucion .hf-submit{ width:100%;padding:13px;background:var(--blue);color:var(--white);border:none;border-radius:8px;font-size:14px;font-weight:800;cursor:pointer;font-family:'Syne',sans-serif;transition:background .2s;margin-top:4px; }
  body.page-caucion .hf-submit:hover{ background:var(--blue-light); }

  /* COBERTURAS */
  body.page-caucion #coberturas{ padding:80px 5%;background:var(--white);position:relative;overflow:hidden; }
  body.page-caucion .section-inner{ max-width:1100px;margin:0 auto; }
  body.page-caucion .section-tag{ font-family:'DM Sans',sans-serif;font-size:14px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:var(--blue);margin-bottom:10px;text-align:center; }
  body.page-caucion .section-title{ font-family:'DM Sans',sans-serif;font-size:clamp(2rem,3vw,2.8rem);font-weight:800;color:var(--navy);line-height:1.2;margin-bottom:40px;letter-spacing:-.02em;text-align:center; }
  body.page-caucion .coberturas-grid{ display:grid;grid-template-columns:repeat(3,1fr);gap:16px; }
  body.page-caucion .cobertura-card{ background:var(--white);border:1px solid var(--gray-light);border-radius:14px;padding:22px;transition:box-shadow .25s,transform .25s,border-left .3s;border-left:3px solid transparent; }
  body.page-caucion .cobertura-card:hover{ box-shadow:0 8px 24px rgba(var(--blue-rgb), 0.1);transform:translateY(-3px);border-left:3px solid var(--blue); }
  body.page-caucion .cobertura-icon{ width:44px;height:44px;border-radius:10px;background:var(--blue-pale);display:flex;align-items:center;justify-content:center;font-size:20px;margin-bottom:14px; }
  body.page-caucion .cobertura-name{ font-family:'Syne',sans-serif;font-size:14px;font-weight:800;color:var(--navy);line-height:1.3; }

  /* TIPOS DE COBERTURA */
  body.page-caucion #tipos{ padding:80px 5%;background:var(--white); }
  body.page-caucion .tipos-grid{ display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:0; }
  body.page-caucion .tipo-card{ border-radius:16px;padding:32px;border:1px solid var(--gray-light);position:relative;overflow:hidden;transition:box-shadow .25s; }
  body.page-caucion .tipo-card:hover{ box-shadow:0 12px 32px rgba(var(--blue-rgb), 0.1); }
  body.page-caucion .tipo-card.featured{ border-color:var(--blue);border-width:2px; }
  body.page-caucion .tipo-badge{ position:absolute;top:16px;right:16px;background:var(--blue);color:var(--white);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:4px 10px;border-radius:99px; }
  body.page-caucion .tipo-name{ font-family:'DM Sans',sans-serif;font-size:18px;font-weight:800;color:var(--navy);margin-bottom:8px; }
  body.page-caucion .tipo-desc{ font-size:13px;color:var(--gray);line-height:1.7;font-weight:300;margin-bottom:20px; }
  body.page-caucion .tipo-items{ display:flex;flex-direction:column;gap:8px; }
  body.page-caucion .tipo-item{ display:flex;align-items:center;gap:8px;font-size:13px;color:var(--navy); }
  body.page-caucion .tipo-item::before{ content:'';width:6px;height:6px;border-radius:50%;background:var(--blue);flex-shrink:0; }
  body.page-caucion .tipo-item.no{ color:var(--gray); }
  body.page-caucion .tipo-item.no::before{ background:var(--gray-light); }

  /* POR QUÉ APC */
  body.page-caucion #porque{ padding:80px 5%;background:var(--off-white); }
  body.page-caucion #porque .section-tag{ color:var(--blue);text-align:center; }
  body.page-caucion #porque .section-title{ color:var(--navy);text-align:center; }
  body.page-caucion .porque-grid{ display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:0; }
  body.page-caucion .porque-card{ background:var(--white);border:1px solid var(--gray-light);border-radius:14px;padding:28px;transition:box-shadow .25s,transform .25s; }
  body.page-caucion .porque-card:hover{ box-shadow:0 8px 24px rgba(var(--blue-rgb), 0.1);transform:translateY(-3px); }
  body.page-caucion .porque-num{ font-family:'Syne',sans-serif;font-size:11px;font-weight:700;color:var(--blue);letter-spacing:.12em;text-transform:uppercase;margin-bottom:14px; }
  body.page-caucion .porque-title{ font-family:'Syne',sans-serif;font-size:16px;font-weight:700;color:var(--navy);margin-bottom:8px; }
  body.page-caucion .porque-text{ font-size:13px;color:var(--gray);line-height:1.7;font-weight:300; }

  /* FAQ */
  body.page-caucion #faq{ padding:80px 5% 40px;background:var(--off-white); }
  body.page-caucion #faq .section-tag{ color:var(--blue); }
  body.page-caucion #faq .section-title{ color:var(--navy); }
  body.page-caucion .faq-list{ display:flex;flex-direction:column;gap:10px;max-width:800px;margin:0 auto; }
  body.page-caucion .faq-item{ background:var(--white);border:1px solid var(--gray-light);border-radius:12px;overflow:hidden; }
  body.page-caucion .faq-q{ width:100%;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;background:none;border:none;cursor:pointer;text-align:left;font-family:'Syne',sans-serif;font-size:14px;font-weight:700;color:var(--navy);transition:color .2s; }
  body.page-caucion .faq-q:hover{ color:var(--blue); }
  body.page-caucion .faq-icon{ width:24px;height:24px;border-radius:50%;background:var(--blue-pale);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s,transform .3s; }
  body.page-caucion .faq-icon svg{ width:10px;height:10px;stroke:var(--blue); }
  body.page-caucion .faq-item.open .faq-icon{ background:var(--blue);transform:rotate(180deg); }
  body.page-caucion .faq-item.open .faq-icon svg{ stroke:var(--white); }
  body.page-caucion .faq-a{ max-height:0;overflow:hidden;transition:max-height .35s cubic-bezier(0.4,0,0.2,1),padding .35s;padding:0 20px;font-size:13px;color:var(--text-muted);line-height:1.8;font-weight:300; }
  body.page-caucion .faq-a.show{ max-height:400px;padding:0 20px 16px; }
  body.page-caucion .faq-a ul{ padding-left:18px;margin-top:6px; }
  body.page-caucion .faq-a ul li{ margin-bottom:4px; }

  /* CTA */
  body.page-caucion #cta{ padding:0;background:transparent; }
  body.page-caucion .cta-card{ background:var(--navy);border-radius:20px;padding:44px 52px;display:flex;align-items:center;justify-content:space-between;gap:40px;max-width:1100px;margin:0 auto; }
  body.page-caucion .cta-card h2{ font-family:'DM Sans',sans-serif;font-size:clamp(1.4rem,2.5vw,1.9rem);font-weight:800;color:var(--white);margin-bottom:8px; }
  body.page-caucion .cta-card p{ font-size:15px;color:rgba(var(--white-rgb), 0.55);font-weight:300;margin:0; }
  body.page-caucion .cta-btns{ display:flex;gap:12px;flex-shrink:0; }
  body.page-caucion .btn-cta{ background:var(--blue);color:var(--white);padding:12px 26px;border-radius:8px;font-size:14px;font-weight:600;text-decoration:none;font-family:'Syne',sans-serif;transition:background .2s;white-space:nowrap; }
  body.page-caucion .btn-cta:hover{ background:var(--blue-light); }
  body.page-caucion .btn-cta-outline{ background:transparent;color:var(--white);padding:12px 26px;border-radius:8px;font-size:14px;font-weight:600;text-decoration:none;font-family:'Syne',sans-serif;border:1px solid rgba(var(--white-rgb), 0.25);transition:all .2s;white-space:nowrap; }
  body.page-caucion .btn-cta-outline:hover{ border-color:rgba(var(--white-rgb), 0.5);background:rgba(var(--white-rgb), 0.06); }

  @media(max-width:900px){
      body.page-caucion .hero-inner{ grid-template-columns:1fr; }
      body.page-caucion .coberturas-grid{ grid-template-columns:repeat(2,1fr); }
      body.page-caucion .tipos-grid{ grid-template-columns:1fr; }
      body.page-caucion .porque-grid{ grid-template-columns:1fr; }
      body.page-caucion .cta-card{ flex-direction:column;text-align:center;padding:32px 24px; }
      body.page-caucion #footerSocial{ justify-content:center; }
      body.page-caucion #ctaInner{ flex-direction:column;gap:24px;padding:36px 28px; }
      body.page-caucion #ctaBtns{ flex-wrap:wrap; }
  }
  @media(max-width:600px){
      body.page-caucion .coberturas-grid{ grid-template-columns:1fr 1fr; }
      body.page-caucion .hf-row{ grid-template-columns:1fr; }
      body.page-caucion .cta-btns{ flex-direction:column;width:100%; }
  }

  body.page-caucion .coberturas-c-wrap{ display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;background:var(--white);border:1px solid var(--gray-light);border-radius:20px;padding:48px; }
  body.page-caucion .coberturas-c-left{}
  body.page-caucion .coberturas-c-right{ display:flex;flex-direction:column;gap:0; }
  body.page-caucion .cob-item{ display:flex;align-items:center;gap:12px;font-size:14px;color:var(--navy);padding:11px 0;border-bottom:1px solid var(--gray-light);font-weight:400; }
  body.page-caucion .cob-item:last-child{ border-bottom:none; }
  body.page-caucion .cob-dot{ width:20px;height:20px;border-radius:50%;background:var(--blue-pale);display:flex;align-items:center;justify-content:center;flex-shrink:0; }
  body.page-caucion .cob-dot::after{ content:'';width:8px;height:8px;border-radius:50%;background:var(--blue);display:block; }

  body.page-caucion .cob-table thead th.cob-featured-col{ background:var(--blue); }

  body.page-caucion .parallax-blob{ position:absolute;border-radius:50%;pointer-events:none;will-change:transform; }
  body.page-caucion .blob-1{ width:500px;height:500px;background:radial-gradient(circle,rgba(var(--blue-rgb), 0.08) 0%,transparent 70%);top:-100px;right:-100px; }
  body.page-caucion .blob-2{ width:400px;height:400px;background:radial-gradient(circle,rgba(var(--blue-rgb), 0.06) 0%,transparent 70%);bottom:-80px;left:-60px; }
  body.page-caucion #porque{ position:relative;overflow:hidden; }
  body.page-caucion .blob-3{ width:600px;height:600px;background:radial-gradient(circle,rgba(var(--white-rgb), 0.04) 0%,transparent 70%);top:-150px;right:-150px; }

  body.page-caucion .sc-grid{ display:grid;grid-template-columns:repeat(3,1fr);gap:16px; }
  body.page-caucion .sc-card{ background:var(--white);border-radius:16px;overflow:hidden;border:1px solid var(--gray-light);display:flex;flex-direction:column;opacity:0;transform:translateY(32px);transition:opacity .55s cubic-bezier(.4,0,.2,1),transform .55s cubic-bezier(.4,0,.2,1),box-shadow .3s; }
  body.page-caucion .sc-card.sc-visible{ opacity:1;transform:translateY(0); }
  body.page-caucion .sc-card:hover{ box-shadow:0 16px 40px rgba(var(--blue-rgb), 0.18),0 0 0 2px var(--blue);transform:translateY(-6px)!important; }
  @keyframes cardGlow{ 0%,100%{ box-shadow:0 16px 40px rgba(var(--blue-rgb), 0.18),0 0 0 2px rgba(var(--blue-rgb), 0.6); } 50%{ box-shadow:0 20px 48px rgba(var(--blue-rgb), 0.28),0 0 0 2px rgba(var(--blue-light-rgb), 1),0 0 20px rgba(var(--blue-rgb), 0.2); } }
  body.page-caucion .sc-card.sc-visible:hover{ animation:cardGlow 1.8s ease-in-out infinite; }

  body.page-caucion .sc-card-top{ padding:24px 24px 0; }
  body.page-caucion .sc-plan-label{ font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--gray);margin-bottom:6px; }

  body.page-caucion .sc-card-name{ font-family:'Syne',sans-serif;font-size:18px;font-weight:800;color:var(--navy);margin-bottom:10px;line-height:1.2; }
  body.page-caucion .sc-card-desc{ font-size:12.5px;color:var(--gray);line-height:1.7;font-weight:300;margin-bottom:20px; }
  body.page-caucion .sc-divider{ height:1px;background:var(--gray-light);margin:0 24px; }
  body.page-caucion .sc-card-body{ padding:20px 24px 20px;display:flex;flex-direction:column;gap:10px;flex:1; }
  body.page-caucion .sc-item{ display:flex;align-items:center;gap:10px;font-size:13px;color:var(--navy);opacity:0;transform:translateX(-10px);transition:opacity .35s,transform .35s; }
  body.page-caucion .sc-item.sc-visible{ opacity:1;transform:translateX(0); }
  body.page-caucion .sc-item.sc-no{ color:var(--text-soft); }
  body.page-caucion .sc-check{ width:20px;height:20px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:800; }
  body.page-caucion .sc-item:not(.sc-no) .sc-check{ background:var(--blue-pale);color:var(--blue); }
  body.page-caucion .sc-item.sc-no .sc-check{ background:var(--surface);color:var(--border); }
  body.page-caucion .sc-card-footer{ padding:0 24px 24px; }
  body.page-caucion .sc-btn{ display:block;text-align:center;padding:11px;border-radius:8px;font-family:'Syne',sans-serif;font-size:13px;font-weight:700;text-decoration:none;transition:background .2s;cursor:pointer;border:none;width:100%; }
  body.page-caucion .sc-btn-primary{ background:var(--blue);color:var(--white); }
  body.page-caucion .sc-btn-primary:hover{ background:var(--blue-light); }
  @media(max-width:900px){   body.page-caucion .sc-grid{ grid-template-columns:1fr; } }

  /* MODAL */
  body.page-caucion .modal{ display:none;position:fixed;inset:0;z-index:200;background:rgba(var(--navy-rgb), 0.7);align-items:center;justify-content:center; }
  body.page-caucion .modal.show{ display:flex; }
  body.page-caucion .modal-box{ background:var(--white);border-radius:16px;padding:40px;max-width:380px;width:90%;text-align:center; }
  body.page-caucion .modal-icon{ width:60px;height:60px;background:var(--success-bg);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:28px; }
  body.page-caucion .modal-title{ font-family:'Syne',sans-serif;font-size:20px;font-weight:800;color:var(--navy);margin-bottom:10px; }
  body.page-caucion .modal-text{ font-size:14px;color:var(--gray);line-height:1.7;margin-bottom:24px; }
  body.page-caucion .modal-close{ background:var(--navy);color:var(--white);border:none;padding:12px 28px;border-radius:8px;cursor:pointer;font-family:'Syne',sans-serif;font-size:14px;font-weight:600; }

  body.page-caucion #hero{ clip-path:inset(0); }

  /* ── GARANTÍAS — timeline horizontal ── */
  body.page-caucion #garantias{ padding:80px 0;background:var(--white); }
  body.page-caucion .gtl-header{ max-width:1100px;margin:0 auto;padding:0 5%; }
  body.page-caucion .cob-timeline{ max-width:100%;margin:56px 0 0;position:relative; }
  body.page-caucion .cob-timeline-line{ position:absolute;top:28px;left:-5%;right:-5%;height:2px;background:var(--gray-light);z-index:0; }
  body.page-caucion .cob-timeline-progress{ position:absolute;top:28px;left:-5%;right:-5%;height:2px;background:linear-gradient(to right,var(--blue-light),var(--blue));z-index:1;transform:scaleX(0);transform-origin:left;transition:transform 1.4s cubic-bezier(.4,0,.2,1);border-radius:2px; }
  body.page-caucion .cob-timeline-items{ display:grid;grid-template-columns:repeat(5,1fr);gap:0;position:relative;z-index:2;max-width:1100px;margin:0 auto;padding:0 5%; }
  body.page-caucion .cob-tl-item{ display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 10px;opacity:0;transform:translateY(20px);transition:opacity .5s cubic-bezier(.4,0,.2,1),transform .5s cubic-bezier(.4,0,.2,1); }
  body.page-caucion .cob-tl-item.tl-in{ opacity:1;transform:translateY(0); }
  body.page-caucion .cob-tl-dot{ width:56px;height:56px;border-radius:50%;background:var(--white);border:2px solid var(--gray-light);display:flex;align-items:center;justify-content:center;font-size:20px;margin-bottom:14px;transition:border-color .3s,background .3s,box-shadow .3s,transform .25s;flex-shrink:0; }
  body.page-caucion .cob-tl-item.tl-in .cob-tl-dot{ border-color:var(--blue);background:var(--blue-pale);box-shadow:0 0 0 6px rgba(var(--blue-rgb), 0.08);animation:dotPop .4s cubic-bezier(.4,0,.2,1) forwards; }
  body.page-caucion .cob-tl-item:hover .cob-tl-dot{ transform:scale(1.12);box-shadow:0 0 0 10px rgba(var(--blue-rgb), 0.1); }
  body.page-caucion .cob-tl-name{ font-family:'Syne',sans-serif;font-size:12px;font-weight:800;color:var(--navy);margin-bottom:5px;line-height:1.3;transition:color .2s; }
  body.page-caucion .cob-tl-desc{ font-size:11px;color:var(--gray);line-height:1.6;font-weight:300;transition:color .2s; }
  body.page-caucion .cob-tl-item:hover .cob-tl-name{ color:var(--blue); }
  body.page-caucion .cob-tl-item:hover .cob-tl-desc{ color:var(--navy); }
  @keyframes dotPop{ 0%{transform:scale(.7);opacity:0} 70%{transform:scale(1.15)} 100%{transform:scale(1);opacity:1} }
  body.page-caucion .cob-timeline-2{ max-width:100%;margin:48px 0 0;position:relative; }
  body.page-caucion .cob-timeline-2 .cob-timeline-line{ top:28px; }
  body.page-caucion .cob-timeline-2 .cob-timeline-progress{ top:28px; }
  @media(max-width:768px){
      body.page-caucion #tlWrapper{ display:grid;grid-template-columns:repeat(2,1fr);gap:20px;padding:0 5%; }
      body.page-caucion #tlWrapper .cob-timeline{ display:contents; }
      body.page-caucion #tlWrapper .cob-timeline-items{ display:contents; }
      body.page-caucion #tlWrapper .cob-timeline-line, body.page-caucion #tlWrapper .cob-timeline-progress{ display:none; }
      body.page-caucion #tlWrapper .cob-tl-item{ opacity:1;transform:none; }

  }

/* split-cob para comercio */
  body.page-comercio .split-cob{ display:grid;grid-template-columns:1fr 1.5fr;border-radius:20px;overflow:hidden;border:1px solid var(--gray-light); }
  body.page-comercio .split-cob-left{ background:var(--navy);padding:40px 32px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden; }
  body.page-comercio .split-cob-left::before{ content:'';position:absolute;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(var(--blue-rgb), 0.35) 0%,transparent 70%);bottom:-80px;right:-80px;pointer-events:none; }
  body.page-comercio .split-cob-left::after{ content:'';position:absolute;width:150px;height:150px;border-radius:50%;background:radial-gradient(circle,rgba(var(--blue-light-rgb), 0.2) 0%,transparent 70%);top:-30px;left:-30px;pointer-events:none; }
  body.page-comercio .split-cob-intro{ font-family:'Syne',sans-serif;font-size:26px;font-weight:800;color:var(--white);line-height:1.2;letter-spacing:-.01em; }
  body.page-comercio .split-cob-intro span{ color:var(--blue-lighter); }
  body.page-comercio .split-cob-text{ font-size:14px;color:rgba(var(--white-rgb), 0.65);line-height:1.85;font-weight:300; }
  body.page-comercio .split-cob-badge{ display:inline-flex;align-items:center;gap:8px;background:rgba(var(--white-rgb), 0.1);border:1px solid rgba(var(--white-rgb), 0.15);border-radius:99px;padding:7px 16px;font-size:12px;font-weight:600;color:rgba(var(--white-rgb), 0.8);margin-top:28px;width:fit-content; }
  body.page-comercio .split-cob-badge::before{ content:'';width:7px;height:7px;border-radius:50%;background:var(--blue-lighter); }
  body.page-comercio .split-cob-right{ background:#f5f6f8;padding:0;display:grid;grid-template-columns:1fr 1fr; }
  body.page-comercio .split-cob-item{ display:flex;align-items:center;gap:10px;padding:13px 24px;border-bottom:1px solid var(--gray-light);font-size:13px;color:var(--navy);font-weight:500;transition:background .15s; }
  body.page-comercio .split-cob-item:nth-child(even){ border-right:3px solid var(--gray-light); }
  body.page-comercio .split-cob-item:hover{ background:#eceef2; }

  body.page-comercio .split-cob-item:nth-last-child(-n+2){ border-bottom:none; }
  body.page-comercio .split-cob-item:nth-child(2){ border-radius:0 20px 0 0; }
  body.page-comercio .split-cob-item:nth-last-child(1){ border-radius:0 0 20px 0; }
  body.page-comercio .split-cob-check{ width:20px;height:20px;border-radius:50%;background:var(--blue-pale);display:flex;align-items:center;justify-content:center;flex-shrink:0; }
  body.page-comercio .split-cob-check::after{ content:'✓';font-size:9px;font-weight:800;color:var(--blue); }
  @media(max-width:900px){   body.page-comercio .split-cob{ grid-template-columns:1fr; }   body.page-comercio .split-cob-right{ grid-template-columns:1fr; }   body.page-comercio .split-cob-item:nth-last-child(-n+2){ border-bottom:1px solid var(--gray-light); }   body.page-comercio .split-cob-item:last-child{ border-bottom:none; }   body.page-comercio .split-cob-item:first-child{ border-radius:0; } }
  body.page-comercio .split-cob-tag{ font-size:13px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--blue-lighter);margin-bottom:14px; }
  body.page-comercio .split-cob-stat{ font-family:'Syne',sans-serif;font-size:56px;font-weight:800;color:var(--white);line-height:1;letter-spacing:-.03em;margin-top:24px; }
  body.page-comercio .split-cob-stat span{ font-size:24px;color:var(--blue-light); }
  body.page-comercio .split-cob-stat-label{ font-size:12px;color:rgba(var(--white-rgb), 0.45);margin-top:-4px;margin-bottom:14px; }
  body.page-comercio .split-cob-item{ transition:background .15s; }

