/* FAQ Axartoner — diseño claudedesign, scoped bajo .axt-faq y prefijado axt- para
   no colisionar con el theme. Marca: magenta #EC008C, cian #00AEEF, amarillo #FFC20E,
   negro #161616. Fuentes: Sora + Public Sans. */
.axt-faq{
	--accent:#EC008C; --cyan:#00AEEF; --yellow:#FFC20E; --green:#1fa463; --ink:#161616;
	--bg:#f6f6f7; --card:#fff; --border:#ececf0; --muted:#8a8a92; --text:#242429;
	font-family:'Public Sans',system-ui,sans-serif;background:var(--bg);color:var(--ink);
	/* Full-bleed dentro del contenedor .web-cntd del theme (en body.faq va sin
	   padding-top, no usar margen negativo: taparía la .ax-shipbar del header).
	   Sin z-index: los banners del pie (posteriores en el DOM) deben pintar encima. */
	width:100vw;max-width:100vw;
	margin:0 calc(50% - 50vw);
}
/* Pegar la barra negra "Envío gratis" al bloque FAQ (por defecto lleva 22px) */
body.faq .ax-shipbar{margin-bottom:0}
.axt-faq *{box-sizing:border-box}
.axt-faq a{color:var(--accent);text-decoration:none}
.axt-faq a:hover{color:#b80069}
.axt-faq ::selection{background:var(--accent);color:#fff}
.axt-faq h1,.axt-faq h2{margin:0}
.axt-faq button{font:inherit}

.axt-faq .axt-topbar{height:6px;background:linear-gradient(90deg,var(--cyan) 0 25%,var(--accent) 25% 50%,var(--yellow) 50% 75%,var(--ink) 75% 100%)}
.axt-faq .axt-wrap{max-width:1120px;margin:0 auto;padding:0 24px}

/* Header */
.axt-faq .axt-hero{padding:56px 0 28px;display:grid;grid-template-columns:1fr minmax(220px,320px);gap:48px;align-items:center}
.axt-faq .axt-hero-copy{display:flex;flex-direction:column;gap:14px;align-items:flex-start;min-width:0}
.axt-faq .axt-eyebrow{font-family:'Sora',sans-serif;font-weight:600;font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--accent);display:inline-flex;align-items:center;gap:9px}
.axt-faq .axt-eyebrow::before{content:"";width:22px;height:2px;background:var(--accent)}
.axt-faq .axt-hero h1{font-family:'Sora',sans-serif;font-weight:800;font-size:clamp(34px,5vw,54px);line-height:1.02;letter-spacing:-.02em}
.axt-faq .axt-lede{margin:0;max-width:560px;font-size:16px;line-height:1.55;color:#5b5b62}

.axt-faq .axt-search{position:relative;width:100%;max-width:560px;margin-top:8px}
.axt-faq .axt-search svg{position:absolute;left:18px;top:50%;transform:translateY(-50%)}
.axt-faq .axt-search input{width:100%;border:1.5px solid #e4e4e8;background:#fff;border-radius:14px;padding:16px 18px 16px 48px;font-family:'Public Sans',sans-serif;font-size:16px;color:var(--ink);outline:none;box-shadow:0 1px 2px rgba(0,0,0,.03)}
.axt-faq .axt-search input:focus{border-color:var(--accent);box-shadow:0 0 0 4px rgba(236,0,140,.12)}

.axt-faq .axt-cards{display:flex;flex-direction:column;gap:12px}
.axt-faq .axt-info-card{display:flex;align-items:center;gap:14px;background:var(--card);border:1.5px solid var(--border);border-radius:16px;padding:16px 18px}
.axt-faq .axt-info-ico{flex:none;width:40px;height:40px;border-radius:11px;display:flex;align-items:center;justify-content:center}
.axt-faq .axt-info-card b{display:block;font-family:'Sora',sans-serif;font-weight:600;font-size:14.5px;color:var(--ink)}
.axt-faq .axt-info-card span{font-size:12.5px;color:var(--muted)}

/* Layout */
.axt-faq .axt-layout{display:grid;grid-template-columns:250px 1fr;gap:44px;align-items:start;padding:20px 0 80px}
.axt-faq .axt-nav{position:sticky;top:24px;display:flex;flex-direction:column;gap:4px}
.axt-faq .axt-nav-title{font-family:'Sora',sans-serif;font-weight:600;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#9a9aa2;padding:0 14px 10px}
.axt-faq .axt-nav-btn{all:unset;cursor:pointer;display:flex;align-items:center;gap:11px;padding:11px 14px;border-radius:11px;font-family:'Sora',sans-serif;font-size:14.5px;color:#4a4a52;font-weight:500;transition:background .15s,color .15s}
.axt-faq .axt-nav-btn:hover{background:#efeff2}
.axt-faq .axt-nav-btn.axt-active{background:var(--ink);color:#fff;font-weight:600}
.axt-faq .axt-nav-dot{width:9px;height:9px;border-radius:3px;flex:none}
.axt-faq .axt-nav-count{margin-left:auto;font-size:12px;color:#b3b3b9;font-family:'Public Sans',sans-serif}
.axt-faq .axt-nav-btn.axt-active .axt-nav-count{color:#cfcfd6}

.axt-faq .axt-content{min-width:0;display:flex;flex-direction:column;gap:40px}
.axt-faq .axt-group-head{display:flex;align-items:center;gap:12px;margin-bottom:16px}
.axt-faq .axt-group-dot{width:14px;height:14px;border-radius:4px}
.axt-faq .axt-group h2{font-family:'Sora',sans-serif;font-weight:700;font-size:21px;letter-spacing:-.01em}
.axt-faq .axt-qs{display:flex;flex-direction:column;gap:12px}

.axt-faq .axt-q{background:var(--card);border:1.5px solid var(--border);border-radius:16px;overflow:hidden;box-shadow:0 1px 2px rgba(20,20,30,.03);transition:border-color .18s}
.axt-faq .axt-q.axt-open{border-color:var(--cat)}
.axt-faq .axt-q-head{all:unset;cursor:pointer;box-sizing:border-box;width:100%;display:flex;align-items:center;gap:16px;padding:20px 22px}
.axt-faq .axt-q-head:focus-visible{outline:2px solid var(--cat);outline-offset:-2px}
.axt-faq .axt-q-title{flex:1;font-family:'Sora',sans-serif;font-weight:600;font-size:16.5px;line-height:1.35;color:var(--text)}
.axt-faq .axt-q.axt-open .axt-q-title{color:var(--ink)}
.axt-faq .axt-q-ico{flex:none;width:30px;height:30px;border-radius:9px;display:flex;align-items:center;justify-content:center;background:#f2f2f5;transition:transform .22s,background .18s}
.axt-faq .axt-q-ico svg{stroke:#6a6a72;transition:stroke .18s}
.axt-faq .axt-q.axt-open .axt-q-ico{background:var(--cat);transform:rotate(180deg)}
.axt-faq .axt-q.axt-open .axt-q-ico svg{stroke:#fff}
.axt-faq .axt-q-body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .25s ease}
.axt-faq .axt-q.axt-open .axt-q-body{grid-template-rows:1fr}
.axt-faq .axt-q-body-inner{overflow:hidden}
.axt-faq .axt-q-body p{margin:0 22px 22px;padding-top:16px;border-top:1px solid #eee;font-size:15.5px;line-height:1.68;color:#4a4a52;text-wrap:pretty}

.axt-faq .axt-empty{text-align:center;padding:70px 20px;color:var(--muted);display:none}
.axt-faq .axt-empty b{display:block;font-family:'Sora',sans-serif;font-weight:700;font-size:20px;color:var(--ink);margin-bottom:8px}
.axt-faq .axt-empty p{margin:0 0 20px;font-size:15px}
.axt-faq .axt-empty button{all:unset;cursor:pointer;font-family:'Sora',sans-serif;font-weight:600;font-size:14px;color:#fff;background:var(--accent);padding:11px 20px;border-radius:11px}

.axt-faq .axt-cta{background:var(--ink);border-radius:20px;padding:34px 36px;display:flex;flex-wrap:wrap;align-items:center;gap:20px;justify-content:space-between;color:#fff}
.axt-faq .axt-cta-copy{min-width:220px}
.axt-faq .axt-cta-copy b{font-family:'Sora',sans-serif;font-weight:700;font-size:19px;display:block;margin-bottom:6px}
.axt-faq .axt-cta-copy p{margin:0;font-size:14.5px;line-height:1.5;color:#b9b9c0}
.axt-faq .axt-cta-actions{display:flex;gap:12px;flex-wrap:wrap}
.axt-faq .axt-btn{all:unset;cursor:pointer;display:inline-flex;align-items:center;gap:9px;font-family:'Sora',sans-serif;font-weight:600;font-size:14.5px;padding:13px 22px;border-radius:12px}
.axt-faq .axt-btn-wa{background:#25D366;color:#fff}
.axt-faq .axt-btn-tel{background:var(--yellow);color:#fff}
.axt-faq .axt-btn-mail{background:var(--accent);color:#fff}

/* Mobile */
@media (max-width:860px){
	.axt-faq .axt-wrap{padding:0 18px}
	.axt-faq .axt-hero{grid-template-columns:1fr;gap:26px;padding:36px 0 20px}
	.axt-faq .axt-layout{grid-template-columns:1fr;gap:22px;padding:8px 0 60px}
	.axt-faq .axt-nav{position:static;flex-direction:row;flex-wrap:nowrap;gap:8px;overflow-x:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch}
	.axt-faq .axt-nav-title{display:none}
	.axt-faq .axt-nav-btn{flex:0 0 auto;background:#fff;border:1.5px solid var(--border)}
	.axt-faq .axt-nav-btn .axt-nav-count{display:none}
	.axt-faq .axt-content{gap:32px}
	.axt-faq .axt-q-head{padding:17px 18px;gap:12px}
	.axt-faq .axt-q-title{font-size:15.5px}
	.axt-faq .axt-cta{padding:26px 22px}
}
@media (max-width:460px){
	.axt-faq .axt-cta-actions{width:100%}
	.axt-faq .axt-btn{flex:1;justify-content:center}
}
@media (prefers-reduced-motion:reduce){
	.axt-faq .axt-q-body,.axt-faq .axt-q-ico,.axt-faq .axt-nav-btn{transition:none}
}
