/*
 Theme Name:   Work & Travel Pro — Astra Child
 Template:     astra
 Version:      2.0.0
 Author:       WTE
 Text Domain:  wtepro
*/
:root{--wte-primary:#0ea5e9;--wte-accent:#2563eb;--wte-success:#10b981;--wte-ink:#0f172a;--wte-muted:#64748b;--wte-bg:#f8fafc}
.wte-container{max-width:1200px;margin:0 auto;padding:0 20px}
.wte-hero{padding:96px 0 56px;background:var(--wte-bg)}
.wte-hero h1{font-size:clamp(2.4rem,3.6vw,4rem);line-height:1.1;margin:0 0 10px;color:var(--wte-ink)}
.wte-hero p.lead{font-size:clamp(1.05rem,1.6vw,1.25rem);color:var(--wte-muted);max-width:62ch}
.wte-btn,.button{background:var(--wte-accent);color:#fff;border-radius:12px;padding:12px 22px;text-decoration:none;display:inline-block}
.wte-btn:hover,.button:hover{filter:brightness(.95)}
.wte-section{padding:72px 0}
.wte-grid{display:grid;gap:24px;grid-template-columns:repeat(12,1fr)}
.wte-col-6{grid-column:span 6}.wte-col-12{grid-column:span 12}
@media(max-width:900px){.wte-col-6{grid-column:span 12}}
.wte-card{border:1px solid #e5e7eb;border-radius:18px;background:#fff;overflow:hidden}
.wte-card img{width:100%;height:220px;object-fit:cover;display:block}
.wte-card .body{padding:16px}
.wte-kpis{display:grid;gap:18px;grid-template-columns:repeat(4,1fr)}
@media(max-width:900px){.wte-kpis{grid-template-columns:repeat(2,1fr)}}
.wte-kpi{background:#fff;border:1px solid #e5e7eb;border-radius:16px;text-align:center;padding:18px}
.wte-kpi h3{margin:0 0 6px}
.wte-faq details{border:1px solid #e5e7eb;border-radius:12px;padding:12px 16px;background:#fff;margin-bottom:10px}
.wte-faq summary{cursor:pointer;font-weight:600}
.wte-apply-form input,.wte-apply-form button{padding:10px;border:1px solid #e5e7eb;border-radius:10px}
.wte-apply-form input{width:100%;max-width:420px}
.site-header{border-bottom:1px solid #e5e7eb}
