/* =============================================
   PUNAISES DE LIT — ELEMENTOR WIDGETS CSS
   ============================================= */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;0,900;1,700;1,900&family=Lato:wght@400;600;700&display=swap');

.pbl-section { padding: 90px 5%; }

/* ---- TYPOGRAPHY ---- */
.pbl-h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(28px, 3.5vw, 46px);
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 20px;
}
.pbl-h2-forest { color: #17383E; }
.pbl-h2-white  { color: #FFFFFF; }
.pbl-h2 em { color: #CA6C4F; font-style: italic; }

.pbl-eyebrow {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 14px;
    color: #CA6C4F;
}
.pbl-eyebrow-gold { color: #D4A853; }

.pbl-separator {
    width: 55px; height: 3px;
    border-radius: 2px;
    background: #CA6C4F;
    margin-bottom: 28px;
}

.pbl-text {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 1.85;
    color: #4A4A4A;
    margin-bottom: 20px;
}
.pbl-text strong { color: #17383E; }

/* ---- BUTTONS ---- */
.pbl-btn-primary {
    display: inline-block;
    background: #CA6C4F;
    color: #FFFFFF !important;
    padding: 17px 46px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.5px;
    box-shadow: 0 8px 28px rgba(202,108,79,0.35);
    transition: transform 0.2s, box-shadow 0.2s;
    text-decoration: none !important;
}
.pbl-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(202,108,79,0.5);
}
.pbl-btn-outline {
    display: inline-block;
    background: transparent;
    color: #FFFFFF !important;
    padding: 17px 46px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 15px;
    border: 2px solid rgba(255,255,255,0.35);
    transition: border-color 0.2s;
    text-decoration: none !important;
}
.pbl-btn-outline:hover { border-color: #fff; }
.pbl-btn-forest {
    display: inline-block;
    background: #17383E;
    color: #FFFFFF !important;
    padding: 17px 40px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none !important;
    transition: opacity 0.2s;
}
.pbl-btn-forest:hover { opacity: 0.85; }
.pbl-btn-white {
    display: inline-block;
    background: #FFFFFF;
    color: #CA6C4F !important;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 0.5px;
    white-space: nowrap;
    text-decoration: none !important;
}

/* ---- SECTION HEADER ---- */
.pbl-section-header { text-align: center; margin-bottom: 58px; }
.pbl-section-header .pbl-eyebrow { display: block; }
.pbl-section-header .pbl-h2 { max-width: 700px; margin-left: auto; margin-right: auto; }
.pbl-section-header p { color: rgba(255,255,255,0.62); font-size: 17px; max-width: 520px; margin: 10px auto 0; font-family: 'Lato', sans-serif; }
.pbl-section-header-dark p { color: #666; }

/* ---- HERO ---- */
.pbl-hero {
    background: #17383E;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 80px 5%;
    position: relative;
    overflow: hidden;
}
.pbl-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 70% 50%, rgba(202,108,79,0.15) 0%, transparent 60%),
                radial-gradient(ellipse at 20% 80%, rgba(212,168,83,0.1) 0%, transparent 50%);
    pointer-events: none;
}
.pbl-hero > * { position: relative; z-index: 1; }
.pbl-hero-badge {
    display: inline-block;
    background: #CA6C4F;
    color: white;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    padding: 9px 26px;
    border-radius: 50px;
    margin-bottom: 30px;
    font-family: 'Lato', sans-serif;
}
.pbl-hero-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(50px, 8vw, 92px);
    font-weight: 900;
    color: white;
    line-height: 1.05;
    margin-bottom: 10px;
}
.pbl-hero-city { font-style: italic; color: #CA6C4F; }
.pbl-hero-line {
    width: 80px; height: 4px;
    background: #D4A853;
    margin: 24px auto;
    border-radius: 2px;
}
.pbl-hero-sub {
    font-family: 'Lato', sans-serif;
    font-size: clamp(16px, 2vw, 20px);
    color: rgba(255,255,255,0.82);
    max-width: 620px;
    line-height: 1.75;
    margin-bottom: 42px;
}
.pbl-hero-btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.pbl-hero-stats {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}
.pbl-hero-stat { text-align: center; }
.pbl-hero-stat-num {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    font-weight: 900;
    color: #D4A853;
    line-height: 1;
}
.pbl-hero-stat-label {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    color: rgba(255,255,255,0.6);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 6px;
}
.pbl-hero-sep { width: 1px; height: 50px; background: rgba(255,255,255,0.2); }

/* ---- URGENCY BAR ---- */
.pbl-urgency-bar {
    background: #CA6C4F;
    padding: 16px 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}
.pbl-urgency-left { display: flex; align-items: center; gap: 12px; }
.pbl-urgency-icon {
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    width: 40px; height: 40px;
    display: flex; align-items: center; justify-content: center;
    font-size: 20px; flex-shrink: 0;
}
.pbl-urgency-label {
    color: white;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}
.pbl-urgency-text { color: white; font-size: 15px; font-family: 'Lato', sans-serif; }
.pbl-urgency-text strong { font-weight: 800; }

/* ---- ABOUT ---- */
.pbl-about-section { background: #F5F0E8; }
.pbl-about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.pbl-about-title { color: #17383E; }
.pbl-about-city  { color: #CA6C4F; font-style: italic; }
.pbl-about-badges { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 32px; }
.pbl-badge {
    display: flex; align-items: center; gap: 8px;
    background: white;
    padding: 11px 18px;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.06);
    font-family: 'Lato', sans-serif;
    font-size: 13px; font-weight: 600; color: #17383E;
}
.pbl-badge-check { color: #CA6C4F; font-size: 16px; }
.pbl-photo-wrap { position: relative; padding: 20px; }
.pbl-photo-border {
    border: 3px solid #CA6C4F;
    border-radius: 20px;
    overflow: hidden;
}
.pbl-photo-border img { width: 100%; display: block; border-radius: 17px; }
.pbl-photo-badge-gold {
    position: absolute; bottom: 0; right: 0;
    background: #D4A853; color: #17383E;
    border-radius: 14px; padding: 18px 22px;
    text-align: center; box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}
.pbl-photo-badge-gold strong {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 26px; font-weight: 900;
}
.pbl-photo-badge-gold span { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; font-family: 'Lato', sans-serif; }
.pbl-photo-icon {
    position: absolute; top: 0; left: 0;
    background: #17383E; width: 72px; height: 72px;
    border-radius: 50%; display: flex; align-items: center;
    justify-content: center; font-size: 32px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}

/* ---- STEPS ---- */
.pbl-steps-section { background: #17383E; }
.pbl-steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 24px; }
.pbl-step-card { border-radius: 20px; padding: 35px 25px; position: relative; overflow: hidden; }
.pbl-step-num {
    position: absolute; top: -15px; right: -8px;
    font-size: 100px; font-weight: 900;
    font-family: 'Playfair Display', serif;
    line-height: 1; opacity: 0.07; color: white;
    pointer-events: none;
}
.pbl-step-icon {
    width: 58px; height: 58px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 26px; margin-bottom: 18px;
}
.pbl-step-title {
    font-family: 'Lato', sans-serif;
    font-size: 13px; font-weight: 800;
    text-transform: uppercase; letter-spacing: 2px;
    margin-bottom: 10px;
}
.pbl-step-text { color: rgba(255,255,255,0.75); font-size: 15px; line-height: 1.7; font-family: 'Lato', sans-serif; }

/* ---- THERMAL ---- */
.pbl-thermal-section { background: #F5F0E8; }
.pbl-thermal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.pbl-thermal-img-wrap { position: relative; }
.pbl-thermal-img-border { background: #17383E; border-radius: 20px; overflow: hidden; }
.pbl-thermal-img-border img { width: 100%; display: block; opacity: 0.88; }
.pbl-thermal-badge {
    position: absolute; bottom: 22px; left: 22px;
    background: #CA6C4F; color: white;
    border-radius: 12px; padding: 14px 20px;
}
.pbl-thermal-badge strong { display: block; font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 900; }
.pbl-thermal-badge span { font-size: 11px; text-transform: uppercase; letter-spacing: 1px; opacity: 0.9; font-family: 'Lato', sans-serif; }
.pbl-thermal-city { color: #CA6C4F; font-style: italic; }
.pbl-thermal-features { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 30px; margin-top: 20px; }
.pbl-feature-card {
    background: white;
    padding: 14px 16px;
    border-radius: 0 10px 10px 0;
    border-left: 4px solid #CA6C4F;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.pbl-feature-title { font-weight: 700; color: #17383E; font-size: 13px; margin-bottom: 3px; font-family: 'Lato', sans-serif; }
.pbl-feature-sub   { font-size: 12px; color: #777; font-family: 'Lato', sans-serif; }

/* ---- STATS ---- */
.pbl-stats-section { background: #CA6C4F; padding: 65px 5%; }
.pbl-stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px,1fr)); gap: 30px; text-align: center; align-items: center; }
.pbl-stat-num {
    font-family: 'Playfair Display', serif;
    font-size: clamp(40px,5vw,58px);
    font-weight: 900; color: white; line-height: 1;
}
.pbl-stat-label {
    font-family: 'Lato', sans-serif;
    color: rgba(255,255,255,0.72);
    font-size: 12px; text-transform: uppercase;
    letter-spacing: 3px; margin-top: 10px; font-weight: 600;
}
.pbl-stat-sep { border-left: 1px solid rgba(255,255,255,0.25); }

/* ---- WHY ---- */
.pbl-why-section { background: #FFFFFF; }
.pbl-why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px,1fr)); gap: 28px; }
.pbl-why-card {
    border: 1px solid #EBEBEB;
    border-top: 4px solid #CA6C4F;
    border-radius: 0 0 16px 16px;
    padding: 34px 28px;
    transition: box-shadow 0.3s, transform 0.3s;
}
.pbl-why-card:hover { box-shadow: 0 8px 30px rgba(0,0,0,0.08); transform: translateY(-3px); }
.pbl-why-emoji { font-size: 42px; margin-bottom: 16px; }
.pbl-why-title {
    font-family: 'Playfair Display', serif;
    font-size: 21px; color: #17383E;
    margin-bottom: 12px; font-weight: 700;
}
.pbl-why-text { color: #666; font-size: 15px; line-height: 1.75; font-family: 'Lato', sans-serif; }

/* ---- TESTIMONIALS ---- */
.pbl-testi-section { background: #17383E; }
.pbl-testi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px,1fr)); gap: 24px; }
.pbl-testi-card { border-radius: 20px; padding: 30px; }
.pbl-testi-stars { color: #D4A853; font-size: 20px; letter-spacing: 3px; margin-bottom: 14px; }
.pbl-testi-text { color: rgba(255,255,255,0.85); font-size: 15px; line-height: 1.8; margin-bottom: 22px; font-family: 'Lato', sans-serif; }
.pbl-testi-author { display: flex; align-items: center; gap: 12px; }
.pbl-testi-avatar {
    width: 42px; height: 42px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-weight: 800; color: white; font-size: 16px; flex-shrink: 0;
    font-family: 'Lato', sans-serif;
}
.pbl-testi-name   { color: white; font-weight: 700; font-size: 14px; font-family: 'Lato', sans-serif; }
.pbl-testi-source { color: rgba(255,255,255,0.45); font-size: 12px; margin-top: 2px; font-family: 'Lato', sans-serif; }
.pbl-testi-google { margin-left: auto; font-size: 22px; color: white; font-weight: 700; font-family: 'Lato', sans-serif; }

/* ---- CTA ---- */
.pbl-cta-section { background: #F5F0E8; }
.pbl-cta-grid { display: grid; grid-template-columns: 3fr 2fr; gap: 50px; align-items: center; }
.pbl-cta-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.pbl-cta-box { background: #17383E; border-radius: 20px; padding: 38px 32px; }
.pbl-cta-box-title {
    font-family: 'Playfair Display', serif;
    font-size: 22px; color: #D4A853; margin-bottom: 24px;
}
.pbl-engagement { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.pbl-engagement:last-child { margin-bottom: 0; }
.pbl-engagement-icon {
    width: 36px; height: 36px; background: #CA6C4F;
    border-radius: 50%; flex-shrink: 0;
    display: flex; align-items: center; justify-content: center; font-size: 15px;
}
.pbl-engagement-text { font-size: 15px; color: rgba(255,255,255,0.85); font-family: 'Lato', sans-serif; }
.pbl-engagement-text strong { color: white; }

/* ---- FAQ ---- */
.pbl-faq-section { background: #FFFFFF; }
.pbl-faq-wrap { max-width: 820px; margin: 0 auto; }
.pbl-faq-item { border-bottom: 1px solid #EBEBEB; }
.pbl-faq-item:last-child { border-bottom: none; }
.pbl-faq-btn {
    width: 100%; background: none; border: none; text-align: left;
    padding: 22px 0; cursor: pointer;
    display: flex; justify-content: space-between; align-items: center;
    font-family: 'Playfair Display', serif; font-size: 18px;
    font-weight: 700; color: #17383E;
    transition: color 0.2s;
}
.pbl-faq-btn:hover { color: #CA6C4F; }
.pbl-faq-icon {
    width: 34px; height: 34px; background: #F5F0E8;
    border-radius: 50%; display: flex; align-items: center;
    justify-content: center; flex-shrink: 0;
    font-size: 20px; font-weight: 400; color: #17383E;
    transition: background 0.3s;
    line-height: 1;
}
.pbl-faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.pbl-faq-answer.open { max-height: 350px; }
.pbl-faq-answer p {
    padding: 0 0 22px 0; margin: 0;
    color: #555; font-size: 15px; line-height: 1.85;
    font-family: 'Lato', sans-serif;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 768px) {
    .pbl-about-grid    { grid-template-columns: 1fr; }
    .pbl-thermal-grid  { grid-template-columns: 1fr; }
    .pbl-cta-grid      { grid-template-columns: 1fr; }
    .pbl-thermal-features { grid-template-columns: 1fr; }
    .pbl-hero-sep      { display: none; }
    .pbl-stat-sep      { border-left: none; border-top: 1px solid rgba(255,255,255,0.2); padding-top: 20px; }
    .pbl-section       { padding: 60px 4%; }
    .pbl-faq-btn       { font-size: 15px; }
}
