.pe-main{display:block}

.pe-hero{position:relative;min-height:70vh;display:flex;align-items:center;justify-content:center;text-align:center}
.pe-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.pe-hero-content{position:relative;z-index:1;max-width:640px;width:100%;margin:0 auto;display:flex;flex-direction:column;gap:16px;padding:48px 32px}
.pe-hero-content h1{overflow-wrap:anywhere}
.pe-hero-content .btn{white-space:normal;line-height:1.3}

.pe-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.pe-card{min-width:0;height:100%;display:flex;flex-direction:column;gap:12px}
.pe-card h3{overflow-wrap:anywhere}

.pe-two-col{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center}
.pe-text{min-width:0;max-width:520px}
.pe-image{min-width:0}
.pe-image img{width:100%}

.pe-centered{text-align:center}
.pe-narrow{max-width:700px;margin-inline:auto;display:flex;flex-direction:column;gap:16px}

.pe-gallery img{width:100%;max-height:500px;object-fit:cover}
.pe-gallery-text{max-width:600px;margin:24px auto 0;text-align:center}

.pe-steps{max-width:800px;margin-inline:auto}
.pe-steps-row{display:flex;gap:24px;justify-content:space-between}
.pe-step{flex:1;min-width:0;border-top:1px solid var(--color-border);padding-top:16px}

.pe-cta{max-width:500px;margin-inline:auto;display:flex;flex-direction:column;gap:16px}

@media(max-width:1200px){
.pe-card h3{font-size:clamp(1.05rem,1.6vw,1.35rem)}
}

@media(max-width:1024px){
.pe-hero{min-height:60vh}
.pe-grid-3{grid-template-columns:1fr 1fr}
.pe-two-col{grid-template-columns:1fr}
.pe-text{max-width:100%}
.pe-steps-row{flex-direction:column}
}

@media(max-width:600px){
.pe-grid-3{grid-template-columns:1fr}
.pe-hero{min-height:60vh}
.pe-hero-content{width:90%}
}
