/* Términos de uso y licencia — CSS exacto del mockup R. Solo carga en esa página. */
.crumb{display:flex;align-items:center;gap:7px;flex-wrap:wrap;padding:22px 44px 0;font-size:12.5px;color:var(--mut)}
.crumb a{color:var(--mut);text-decoration:none}.crumb a:hover{color:var(--blue)}.crumb .sep{color:#B7C2D6}.crumb .cur{color:var(--navy);font-weight:600}

.termsgrid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:48px;padding:26px 44px 14px;align-items:start}
.content{min-width:0}
.lhead{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-bottom:14px}
.badge{display:flex;gap:8px;flex-shrink:0}
.badge .ccico{width:46px;height:46px;display:block;border-radius:50%;box-shadow:0 6px 16px -8px rgba(12,45,90,.5)}
.content h1{font-family:'Space Grotesk';font-size:32px;font-weight:700;color:var(--navy);letter-spacing:-.02em;line-height:1.1}
.tag-cc{font-family:'Space Grotesk';font-size:13px;font-weight:700;color:var(--gold-ink);margin-top:4px;letter-spacing:.3px}
.lead{font-size:16px;line-height:1.7;color:#33404F;margin:18px 0 26px;text-wrap:pretty;max-width:66ch}
.lead b{color:var(--navy)}
.summary{background:linear-gradient(135deg,var(--navy),var(--blue));color:#fff;border-radius:18px;padding:24px 26px;margin-bottom:34px}
.summary .k{font-size:11px;letter-spacing:1.5px;text-transform:uppercase;color:var(--gold-lt);font-weight:700;margin-bottom:8px}
.summary p{font-size:17px;line-height:1.5;font-family:'Space Grotesk';font-weight:500}
.content h2{font-family:Inter;font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:var(--navy);margin:0 0 14px}
.sec{margin-bottom:34px}
.can{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:12px}
.can .i{background:#fff;border:1px solid var(--stroke);border-radius:14px;padding:16px}
.can .i .ic{width:34px;height:34px;border-radius:10px;background:#E7F5F0;display:flex;align-items:center;justify-content:center;margin-bottom:10px}
.can .i .ic svg{width:19px;height:19px;stroke:#0F8A6A;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.can .i b{font-size:14.5px;color:var(--navy);font-family:'Space Grotesk'}
.can .i p{font-size:12.5px;color:var(--mut);line-height:1.5;margin-top:4px}
.cond{display:flex;flex-direction:column;gap:12px}
.cond .c{display:flex;gap:15px;background:#fff;border:1px solid var(--stroke);border-radius:14px;padding:17px 18px}
.cond .c .cir{width:46px;height:46px;border-radius:50%;background:var(--navy);flex-shrink:0;display:flex;align-items:center;justify-content:center}
.cond .c .cir svg{width:24px;height:24px;stroke:#fff;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.cond .c b{font-size:15px;color:var(--navy);font-family:'Space Grotesk'}
.cond .c p{font-size:13.5px;color:#41506A;line-height:1.55;margin-top:4px}
.cite{background:#fff;border:1px solid var(--stroke);border-radius:14px;padding:18px}
.cite p{font-size:14px;line-height:1.55;color:#33404F;font-family:'Space Grotesk'}
.cite .copy{margin-top:13px;background:transparent;border:1px solid var(--stroke2);color:var(--navy);font-weight:600;font-size:12.5px;padding:9px 15px;border-radius:9px;cursor:pointer;display:inline-flex;gap:7px;align-items:center;transition:background .18s,border-color .18s,color .18s}
.cite .copy:hover{background:#FBEAEC;border-color:var(--red);color:var(--red)}
.cite .copy svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.exc{display:flex;flex-direction:column;gap:12px}
.exc .e{background:#FBFCFE;border:1px solid var(--stroke);border-radius:14px;padding:16px 18px}
.exc .e b{font-size:14px;color:var(--navy);font-family:'Space Grotesk';display:block;margin-bottom:4px}
.exc .e p{font-size:13px;color:var(--mut);line-height:1.55}
.exc .e .lbl{display:inline-block;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:3px 9px;border-radius:6px;margin-bottom:8px}
.exc .e .lbl.dp{background:#EAF1FB;color:var(--navy)}.exc .e .lbl.tr{background:#FBEAEC;color:var(--red)}
.why{background:#fff;border:1px solid var(--stroke);border-radius:16px;padding:22px 24px}
.why p{font-size:14.5px;line-height:1.7;color:#33404F;text-wrap:pretty;max-width:66ch}.why p+p{margin-top:12px}
.official{display:inline-flex;align-items:center;gap:7px;margin-top:16px;color:var(--blue);font-weight:600;font-size:13.5px;text-decoration:none}
.official:hover{text-decoration:underline}.official svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.termsgrid aside{position:sticky;top:24px;display:flex;flex-direction:column;gap:16px}
.admin-bar .termsgrid aside{top:56px}
.acard{background:linear-gradient(160deg,var(--navy),var(--navy2));border:0;border-radius:16px;padding:18px 20px;box-shadow:0 16px 34px -22px rgba(12,45,90,.55)}
.acard h3{font-family:Inter;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:var(--gold-lt);margin-bottom:12px}
.acard .al{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 0;font-size:13.5px;color:#fff;text-decoration:none;border-top:1px solid rgba(255,255,255,.12);font-weight:600}
.acard .al:first-of-type{border-top:0}.acard .al:hover{color:var(--gold-lt)}
.acard .al svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.acard.accs{text-align:center}
.acard.accs .ccbtnbig{height:auto;width:auto;max-width:150px;display:block;margin:0 auto 12px;background:#fff;padding:7px 9px;border-radius:8px}
.acard.accs .cct{font-family:'Space Grotesk';font-weight:700;color:#fff;font-size:15px}
.acard.accs .ccs{font-size:12px;color:var(--sky);margin-top:2px}
@media(max-width:1024px){.termsgrid{grid-template-columns:1fr;gap:26px}.termsgrid aside{position:static;flex-direction:row;flex-wrap:wrap}.acard{flex:1 1 240px}}
@media(max-width:900px){.termsgrid{padding-left:18px;padding-right:18px}.termsgrid aside{flex-direction:column}.crumb{padding-left:18px;padding-right:18px}.content h1{font-size:clamp(1.6rem,6vw,2rem)}}

/* ---- Contacto (formulario) ---- */
.cform{background:#fff;border:1px solid var(--stroke);border-radius:16px;padding:22px;max-width:600px}
.cform .row{margin-bottom:14px}
.cform label{display:block;font-size:12.5px;font-weight:600;color:var(--navy);margin-bottom:5px}
.cform input,.cform textarea{width:100%;border:1px solid var(--stroke2);border-radius:10px;padding:11px 13px;font-family:Inter;font-size:14px;color:var(--ink);background:#fff}
.cform input:focus,.cform textarea:focus{outline:2px solid var(--blue);border-color:var(--blue)}
.cform textarea{min-height:120px;resize:vertical}
.cform .send{background:var(--gold);color:#241803;border:0;border-radius:12px;padding:13px 24px;font-weight:700;font-size:14.5px;cursor:pointer;transition:background .2s,color .2s}
.cform .send:hover{background:var(--red);color:#fff}
/* ---- Ayuda (FAQ acordeón) ---- */
.faq{columns:2;column-gap:14px}
.faq details{background:#fff;border:1px solid var(--stroke);border-radius:12px;margin-bottom:14px;overflow:hidden;break-inside:avoid}
.faq summary{padding:15px 18px;font-family:'Space Grotesk';font-weight:700;font-size:15px;color:var(--navy);cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:12px}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";font-size:20px;color:var(--gold-ink);font-weight:700}
.faq details[open] summary::after{content:"–"}
.faq details[open] summary{border-bottom:1px solid var(--stroke)}
.faq .a{padding:14px 18px;font-size:14px;line-height:1.6;color:#41506A}
.faq .a a{color:var(--blue);font-weight:600}
@media(max-width:1024px){.faq{columns:1}}
