/*
 Theme Name:   Work & Travel Europe — Astra Child (WooCommerce Memberships)
 Template:     astra
 Version:      1.1.0
*/
:root { --wte-accent:#2563eb; --wte-accent-2:#10b981; --wte-dark:#0f172a; }
.wte-hero{padding:96px 0 64px}.wte-hero h1{font-size:clamp(2.2rem,3.2vw,3.75rem)}.wte-hero p.lead{font-size:clamp(1.05rem,1.6vw,1.25rem);color:#475569}
.wte-btn{background:var(--wte-accent);color:#fff;padding:12px 22px;border-radius:10px;display:inline-block;text-decoration:none}
.wte-badges{display:flex;gap:18px;flex-wrap:wrap;margin-top:20px}.wte-badge{background:#eef2ff;border:1px solid #e2e8f0;padding:8px 14px;border-radius:999px}
.wte-section{padding:64px 0}.wte-grid{display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}
.wte-card{border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;background:#fff}.wte-card img{width:100%;height:200px;object-fit:cover;display:block}.wte-card .content{padding:16px}
.wte-steps{counter-reset:step}.wte-step{display:grid;grid-template-columns:56px 1fr;gap:16px;align-items:flex-start;margin-bottom:16px}.wte-step-num{width:56px;height:56px;border-radius:50%;background:#eef2ff;display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--wte-accent)}
.wte-faq details{border:1px solid #e5e7eb;border-radius:12px;padding:14px 16px;margin-bottom:10px;background:#fff}.wte-faq summary{cursor:pointer;font-weight:600}
.wte-kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:20px}.wte-kpi{background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;padding:18px;text-align:center}
.wte-gallery img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:14px}
footer.wte-footer{margin-top:40px;font-size:.9rem;color:#64748b}