/* ============================================
   PAGE TRI SÉLECTIF BUREAU — styles from scratch
   Préfixe : pts-
   ============================================ */

/* --- Variables locales --- */
.pts {
    --pts-green-dark: #1b4332;
    --pts-green: #2d6a4f;
    --pts-green-light: #d8f3dc;
    --pts-white: #ffffff;
    --pts-gray-bg: #f5f5f5;
    --pts-gray-text: #4a4a4a;
    --pts-radius: 8px;
    --pts-max-width: 1320px;
    --pts-gap: 2rem;
    font-family: inherit;
    color: var(--pts-gray-text);
}

.pts p,
.pts li,
.pts span {
    font-size: 18px;
    line-height: 1.75;
}

/* --- Container --- */
.pts-container {
    max-width: var(--pts-max-width);
    margin-inline: auto;
    padding-inline: 1.5rem;
}

/* --- Titres de section --- */
.pts-section-title {
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 700;
    color: var(--pts-green-dark);
    text-align: center;
    margin-bottom: 1rem;
}

.pts-section-intro {
    text-align: center;
    max-width: 760px;
    margin-inline: auto;
    margin-bottom: 2.5rem;
    line-height: 1.7;
}

/* --- Bouton --- */
.pts-btn {
    display: inline-block;
    background: var(--pts-green);
    color: var(--pts-white);
    padding: 0.75rem 1.75rem;
    border-radius: var(--pts-radius);
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s;
}
.pts-btn:hover {
    background: var(--pts-green-dark);
}

.pts-link {
    color: var(--pts-green);
    font-weight: 600;
    text-decoration: none;
    font-size: 0.9rem;
}
.pts-link:hover {
    text-decoration: underline;
}

/* ============================================
   HERO
   ============================================ */
.pts-hero {
    background-color: #1a3a2a;
    color: var(--pts-white);
    padding: 3rem 0 0rem;
}

.pts-hero__inner {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 3rem;
    align-items: start;
    margin-top: 75px;
}

.pts-hero__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 30px;
}

.pts-hero__title {
    font-size: clamp(2rem, 4.5vw, 3.5rem);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 2rem;
    color: var(--pts-white);
    text-align: center;
}

.pts-hero__text {
    text-align: left;
    margin-bottom: 2rem;
    line-height: 1.75;
    font-size: 1rem;
    opacity: 0.95;
}

.pts-hero__text p {
    margin-bottom: 1rem;
}

/* Bouton outline blanc centré */
.pts-btn {
    background: transparent;
    color: var(--pts-white);
    padding: 0.85rem 2.5rem;
    border-radius: 50px;
    border: 2px solid var(--pts-white);
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition:
        background 0.2s,
        color 0.2s;
    margin-top: 0.5rem;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
}

.pts-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
}

.pts-btn__arrow-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    animation: pts-arrow-bounce 3s ease-in-out infinite;
    animation-delay: 2s;
    flex-shrink: 0;
    margin-left: 0.4rem; /* décalage vers la droite */
}

.pts-btn__arrow {
    display: inline-block;
    width: 14px; /* réduit de 20px → 14px */
    height: 14px; /* réduit de 20px → 14px */
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(45deg);
}

.pts-btn:hover .pts-btn__arrow {
    border-color: var(--pts-green-dark);
}

@keyframes pts-arrow-bounce {
    0% {
        transform: translateY(0);
    }
    10% {
        transform: translateY(5px);
    }
    20% {
        transform: translateY(0);
    }
    30% {
        transform: translateY(5px);
    }
    40% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(0);
    }
}

.pts-btn:hover {
    background: var(--pts-white);
    color: var(--pts-green-dark);
}

/* Formulaire */
.pts-hero__form {
    background: none;
    border: none;
    border-radius: var(--pts-radius);
    padding: 0;
    min-height: 480px;
    position: relative;
}

/* Titre formulaire */
.pts-form-header {
    background: #fff;
    border-radius: 10px 10px 0 0;
    padding: 1.25rem 1.5rem 0;
}

.pts-form-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1b4332;
    text-align: center;
    margin: 0;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e8f5e9;
}

/* Raccord Formidable — retire les border-radius pour s'intégrer entre titre et réassurance */
.pts-hero__form .frm_forms,
.pts-hero__form .frm_form_fields {
    border-radius: 0 !important;
}

.pts-hero__form .frm_form_title {
    display: none !important;
}

/* Réassurance bas */
.pts-form-reassurance {
    background: #fff;
    border-radius: 0 0 10px 10px;
    text-align: center;
    font-size: 0.8rem;
    color: #2d6a4f;
    font-weight: 500;
    padding: 0.75rem 1.5rem 1.25rem;
    margin: 0 0 65px 0;
}

/* Masqués par défaut, révélés par JS quand Formidable est prêt */
.pts-form-header,
.pts-form-reassurance {
    display: none;
}

.pts-hero__form #form_contactfrv22 {
    margin-bottom: 0 !important;
}

.pts-hero__form #frm_field_82_container {
    display: none !important;
}

.pts-hero__form #frm_field_83_container {
    margin-bottom: 0 !important;
}

.pts-hero__form .with_frm_style .frm_form_fields > fieldset {
    padding: 0 !important;
}

.pts-hero__form .frm_form_fields {
    background: white !important;
    padding: 1.5rem 1.5rem 0 1.5rem !important;
    color: white !important;
}

/* Override style formulaire Formidable dans le Hero */
.pts-hero__form .frm_form_title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2ecc71;
    margin-bottom: 1.5rem;
    text-align: center;
}

.pts-hero__form .frm_form_field input,
.pts-hero__form .frm_form_field select,
.pts-hero__form .frm_form_field textarea,
.pts-hero__form .frm_button_submit {
    background: #2d5a3d !important;
    border: none !important;
    border-radius: 6px !important;
    color: #90ee90 !important;
    padding: 0.85rem 1rem !important;
    width: 100% !important;
    font-size: 0.95rem !important;
    box-shadow: none !important;
    color: white !important;
    height: 60px !important;
}

.pts-hero__form .frm_form_field input::placeholder,
.pts-hero__form .frm_form_field select::placeholder,
.pts-hero__form .frm_form_field textarea::placeholder {
    color: #90ee90 !important;
    opacity: 0.8;
}

.frm_style_formidable-style.with_frm_style #frm_field_91_container {
    display: none !important;
}

.frm_style_formidable-style.with_frm_style #frm_field_92_container {
    margin-bottom: 0 !important;
}

.pts-hero__form .frm_submit button,
.pts-hero__form .frm_submit input[type="submit"] {
    background: #2ecc71 !important;
    color: #1a3a2a !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 1rem !important;
    width: 100% !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    cursor: pointer !important;
}

.pts-hero__form {
    min-height: 480px;
    position: relative;
}

.pts-form-skeleton {
    position: relative;
    inset: 0;
    background: #2d5a3d;
    border-radius: 10px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    height: 662px;
    margin-bottom: 100px;
}

.pts-form-skeleton__line {
    height: 60px;
    background: linear-gradient(90deg, #3a7a52 25%, #4a9a62 50%, #3a7a52 75%);
    background-size: 200% 100%;
    border-radius: 6px;
    animation: pts-shimmer 1.5s infinite;
}

.pts-form-skeleton__line--btn {
    height: 52px;
    background: linear-gradient(90deg, #2ecc71 25%, #3dd880 50%, #2ecc71 75%);
    background-size: 200% 100%;
    animation: pts-shimmer 1.5s infinite;
    margin-top: 0.5rem;
}

@keyframes pts-shimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}
/* ============================================
   SOLUTIONS
   ============================================ */
.pts-solutions {
    padding: 5rem 0;
    background: #f5f7f5;
}

.pts-solutions .pts-section-title {
    font-size: clamp(1.75rem, 3.5vw, 2.75rem);
    color: #1b4332;
    margin-bottom: 1.25rem;
}

.pts-solutions .pts-section-intro {
    font-size: 1rem;
    color: #333;
    max-width: 1000px;
    text-align: left;
    margin-inline: auto;
    margin-bottom: 3rem;
    line-height: 1.7;
}

.pts-solutions__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.25rem;
    align-items: start;
}

/* Image au-dessus de la carte, dans un cercle bleu */
.pts-solution-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: transparent;
    border: none;
    padding: 0;
    /* height: 100%; */
}

.pts-solution-card__text-wrap {
    position: relative;
    overflow: hidden;
    max-height: 72px; /* exactement 3 lignes à 1.6 line-height x 0.85rem x 3 */
    transition: max-height 0.4s ease;
    flex: 1; /* pousse le bouton vers le bas */
}

.pts-solution-card__text-wrap.is-open {
    max-height: 600px;
}
.pts-solution-card__body {
    min-height: 220px; /* hauteur minimale uniforme pour toutes les cartes */
}

.pts-solution-card__text-wrap:not(.is-open)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: linear-gradient(transparent, #fff);
}

.pts-solution-card__toggle {
    background: none;
    border: none;
    color: #2d6a4f;
    font-weight: 600;
    font-size: 0.85rem;
    cursor: pointer;
    padding: 0.5rem 0 0;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    margin-top: auto;
}

.pts-solution-card__chevron {
    display: inline-block;
    transition: transform 0.3s ease;
    font-size: 1.1rem;
    line-height: 1;
}

.pts-solution-card__toggle[aria-expanded="true"] .pts-solution-card__chevron {
    transform: rotate(90deg);
}

.pts-solution-card__image-wrap {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 3px solid #5bb8d4;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
    background: #fff;
    overflow: hidden;
    flex-shrink: 0;
}

.pts-solution-card__image-wrap img {
    width: 110px;
    height: 110px;
    object-fit: contain;
}

/* Contenu carte avec bordure bleue en bas */
.pts-solution-card__body {
    background: #fff;
    border-bottom: 3px solid #5bb8d4;
    padding: 1.25rem 1rem 1.5rem;
    border-radius: 4px;
    width: 100%;
    /* flex: 1; */
    display: flex;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
}

.pts-solution-card h3 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #2d6a4f;
    margin-bottom: 0.75rem;
    text-align: left;
}

.pts-solution-card p,
.pts-solution-card a {
    font-size: 0.85rem;
    line-height: 1.6;
    color: #444;
    margin-bottom: 1.25rem;
    flex: 1;
    text-align: left;
}

.pts-solution-card a span {
    font-size: none;
}

/* Bouton pill vert */
.pts-solution-card .pts-link {
    display: inline-block;
    background: #c8e6c9;
    color: #1b4332;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 0.5rem 1.25rem;
    border-radius: 50px;
    text-decoration: none;
    transition: background 0.2s;
}
.pts-solution-card .pts-link:hover {
    background: #a5d6a7;
}

/* Responsive */
@media (max-width: 1024px) {
    .pts-solutions__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 640px) {
    .pts-solutions__grid {
        grid-template-columns: repeat(2, 1fr);
    }
} /* ============================================
   CHIFFRES CLÉS
   ============================================ */
.pts-chiffres {
    background: #1a3a2a;
    padding: 0 0 3rem 0;
}

.pts-chiffres__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: var(--pts-radius) var(--pts-radius) 0 0;
    overflow: hidden;
}

.pts-chiffre-card {
    background: #1a3a2a;
    padding: 2rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.pts-chiffre-card__number {
    font-size: clamp(2rem, 4vw, 3rem) !important;
    font-weight: 800;
    color: #2ecc71;
    line-height: 1;
}

.pts-chiffre-card__label {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.4;
}

@media (max-width: 768px) {
    .pts-chiffres__grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   TÉMOIGNAGES
   ============================================ */
.pts-temoignages {
    padding: 5rem 0;
    background: #1a3a2a; /* même fond que le hero */
}

.pts-temoignages .pts-section-title {
    color: #fff;
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    margin-bottom: 3rem;
}

.pts-temoignages__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 0;
}

.pts-temoignage-card {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--pts-radius);
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.pts-temoignage-card__text {
    font-size: 1rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.9);
    font-style: italic;
    border-left: 3px solid #2ecc71;
    padding-left: 1.25rem;
    flex: 1;
}

.pts-temoignage-card__author {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.pts-temoignage-card__photo {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid #2ecc71;
}

.pts-temoignage-card__nom {
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
}

.pts-temoignage-card__poste {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 0.2rem;
}

@media (max-width: 768px) {
    .pts-temoignages__grid {
        grid-template-columns: 1fr;
    }
}
/* ============================================
   DIFFICULTÉS
   ============================================ */
.pts-difficultes {
    padding: 5rem 0;
    background: #fff;
    margin-bottom: 0;
    min-height: 280px;
}

.pts-difficultes .pts-container {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.pts-difficultes .pts-section-title {
    color: #1b4332;
    margin-bottom: 3rem;
    text-align: center;
}

.pts-difficulte {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 0;
    margin-bottom: 2.5rem;
    border: 1.5px solid #a8d5a2;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    max-height: 300px;
}

.pts-difficulte--reverse {
    grid-template-columns: 2fr 1fr;
    direction: ltr;
}

.pts-difficulte__media {
    overflow: hidden;
    height: 100%;
    min-height: 280px;
}

.pts-difficulte__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Sur les cartes inversées, l'image passe à droite */
.pts-difficulte--reverse .pts-difficulte__media {
    order: 2;
}
.pts-difficulte--reverse .pts-difficulte__content {
    order: 1;
}

.pts-difficulte__content {
    padding: 2.5rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pts-difficulte__content h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2d6a4f;
    margin-bottom: 1rem;
    text-align: center;
}

.pts-difficulte__content p {
    font-size: 1.1rem;
    line-height: 1.75;
    color: #333;
}

.pts-difficultes__sous-titre {
    text-align: center;
    font-size: 1rem;
    color: #444;
    line-height: 1.75;
    max-width: 860px;
    margin: 0 auto 2rem;
    margin-top: -70px;
}

/* Responsive */
@media (max-width: 768px) {
    .pts-difficulte,
    .pts-difficulte--reverse {
        grid-template-columns: 1fr;
    }

    .pts-difficulte--reverse .pts-difficulte__media,
    .pts-difficulte--reverse .pts-difficulte__content {
        order: unset;
    }

    .pts-difficulte__media {
        height: 220px;
    }
}

/* ============================================
   FLUX DÉCHETS
   ============================================ */
.pts-flux {
    padding: 5rem 0;
    background: #f5f7f5;
}

.pts-flux .pts-section-title {
    color: #1b4332;
    margin-bottom: 2.5rem;
}

.pts-flux__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.pts-flux__card {
    background: #fff;
    border: 1.5px solid #a8d5a2;
    border-radius: 8px;
    padding: 1.5rem;
}

.pts-flux__card h3 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #2d6a4f;
    margin-bottom: 0.75rem;
}

.pts-flux__card p {
    font-size: 0.88rem;
    line-height: 1.75;
    color: #444;
}

@media (max-width: 768px) {
    .pts-flux__grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   COMMENT ORGANISER
   ============================================ */
.pts-etapes {
    padding: 5rem 0;
    background: #f5f7f5;
}

.pts-etapes .pts-section-title {
    color: #1b4332;
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    margin-bottom: 3rem;
    text-align: center;
}

.pts-etapes__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.5rem;
    align-items: stretch;
}

.pts-etape-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.pts-etape-card__icon {
    width: 80px;
    height: 80px;
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
}

.pts-etape-card__icon img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.pts-etape-card__body {
    background: #fff;
    border: 1.5px solid #2d6a4f;
    border-radius: 8px;
    padding: 1.25rem;
    width: 100%;
    align-items: flex-start;
    flex: 1;
    height: 100%;
}

.pts-etape-card h3 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #2d6a4f;
    margin-bottom: 0.75rem;
    text-align: left;
    width: 100%;
}

.pts-etape-card p {
    font-size: 0.85rem;
    line-height: 1.65;
    color: #333;
    text-align: left;
    width: 100%;
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .pts-etapes__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 640px) {
    .pts-etapes__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.pts-focus {
    margin-top: 2.5rem;
    background: #fff;
    border: 1.5px solid #2d6a4f;
    border-radius: 8px;
    padding: 1.5rem 2rem;
}

.pts-focus__header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e8f5e9;
}

.pts-focus__badge {
    background: #e8f5e9;
    color: #1b4332;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 12px;
    border-radius: 4px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
    flex-shrink: 0;
}

.pts-focus__titre {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1b4332;
    margin: 0;
}

.pts-focus__texte {
    font-size: 0.9rem;
    color: #333;
    line-height: 1.75;
}

.pts-focus__texte ul {
    margin: 0.75rem 0 0.75rem 1.25rem;
}

.pts-focus__texte ul li {
    margin-bottom: 0.25rem;
}

/* ============================================
   FAQ
   ============================================ */
.pts-faq {
    padding: 5rem 0;
    background: var(--pts-green-dark);
}

.pts-faq .pts-section-title {
    color: var(--pts-white);
}

.pts-faq__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1.25rem 0;
}

.pts-faq__item:first-of-type {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.pts-faq__question {
    font-size: 1rem;
    font-weight: 600;
    color: var(--pts-white);
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pts-faq__question::after {
    content: "+";
    font-size: 1.5rem;
    font-weight: 300;
    transition: transform 0.2s;
}

details[open] .pts-faq__question::after {
    transform: rotate(45deg);
}

.pts-faq__question h3 {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    flex: 1;
}

.pts-faq__reponse {
    margin-top: 0.75rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    font-size: 0.95rem;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 768px) {
    .pts-hero__inner {
        grid-template-columns: 1fr;
    }

    .pts-difficulte,
    .pts-difficulte--reverse {
        grid-template-columns: 1fr;
        direction: ltr;
    }

    .pts-solutions__grid,
    .pts-etapes__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .pts-solutions__grid,
    .pts-etapes__grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   BREADCRUMB
   ============================================ */
.pts-breadcrumb {
    background: #f5f7f5;
    padding: 0.6rem 0;
    border-bottom: 1px solid #e0e0e0;
}

.pts-breadcrumb__list {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.85rem;
    color: #666;
}

.pts-breadcrumb__list a {
    color: #2d6a4f;
    text-decoration: none;
    font-weight: 500;
}
.pts-breadcrumb__list a:hover {
    text-decoration: underline;
}

.pts-breadcrumb__list li:last-child {
    color: #333;
    font-weight: 600;
}

/* ============================================
   CTA INTERMÉDIAIRE
   ============================================ */
.pts-cta-mid {
    background: #1b4332;
    padding: 3.5rem 0;
}

.pts-cta-mid__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.pts-cta-mid__content h2 {
    font-size: clamp(1.25rem, 2.5vw, 1.75rem);
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
}

.pts-cta-mid__content p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
    line-height: 1.6;
    max-width: 700px;
}

.pts-btn--cta {
    background: #2ecc71;
    color: #1b4332;
    border: none;
    border-radius: 50px;
    padding: 1rem 2rem;
    font-weight: 700;
    white-space: nowrap;
    font-size: 1rem;
    flex-shrink: 0;
}
.pts-btn--cta:hover {
    background: #27ae60;
    color: #fff;
}

@media (max-width: 768px) {
    .pts-cta-mid__inner {
        flex-direction: column;
        text-align: center;
    }
}

/* ============================================
   CTA FINAL
   ============================================ */
.pts-cta-final {
    background: #f5f7f5;
    padding: 5rem 0;
    border-top: 3px solid #2d6a4f;
}

.pts-cta-final__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
}

.pts-cta-final__content {
    max-width: 700px;
}

.pts-cta-final__content h2 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: #1b4332;
    margin-bottom: 1rem;
}

.pts-cta-final__content p {
    font-size: 0.95rem;
    line-height: 1.75;
    color: #444;
}

.pts-cta-final .pts-btn--cta {
    white-space: nowrap;
    flex-shrink: 0;
    font-size: 1rem;
    padding: 1.1rem 2.5rem;
}

@media (max-width: 768px) {
    .pts-cta-final__inner {
        flex-direction: column;
        text-align: center;
    }

    .pts-cta-final .pts-btn--cta {
        width: 100%;
        text-align: center;
    }
}
