/* ═══════════════════════════════════════════════════════════════════════
   HOMEPAGE V2 — styles spécifiques à templates/v4/public/index.html.twig
   Tokens + resets + nav + footer viennent de vitrine-chrome.css (chargé
   globalement via site.js). Ce fichier ne contient plus que le body de la
   home : hero, sections (block--*), ledger, how-it-works, value props,
   pricing, testimonials, FAQ, editorial+regions, blog, final CTA.
   Appliqué via <div class="pt-v2-shell"> dans le body de la home.
   ═══════════════════════════════════════════════════════════════════════ */

/* HERO IMMERSIVE */
.pt-v2-hero {
    position: relative;
    min-height: 680px;
    display: flex;
    align-items: flex-end;
    padding: 0;
    overflow: hidden;
}
.pt-v2-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(135deg, #5D8876 0%, #3D6B56 50%, #23402F 100%);
}
.pt-v2-hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(135deg, rgba(255, 255, 255, .04) 0 12px, transparent 12px 24px);
}
.pt-v2-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 70% center;
    opacity: .85;
}
.pt-v2-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgba(26, 41, 34, .82) 0%, rgba(26, 41, 34, .55) 45%, rgba(26, 41, 34, .2) 100%);
    z-index: 1;
}
.pt-v2-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 1240px;
    margin: 0 auto;
    padding: 100px 28px 72px;
    width: 100%;
}
.pt-v2-hero-content { max-width: 680px; color: #fff; }
.pt-v2-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    backdrop-filter: blur(10px);
    color: #fff;
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 28px;
    border: 1px solid rgba(255, 255, 255, .18);
}
.pt-v2-hero-eyebrow .dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--v2-terra-light);
    box-shadow: 0 0 0 0 rgba(245, 192, 154, .5);
    animation: pt-v2-pulse 1.8s infinite;
}
@keyframes pt-v2-pulse {
    0%   { box-shadow: 0 0 0 0 rgba(245, 192, 154, .5); }
    70%  { box-shadow: 0 0 0 10px rgba(245, 192, 154, 0); }
    100% { box-shadow: 0 0 0 0 rgba(245, 192, 154, 0); }
}
.pt-v2-hero h1 {
    font-size: clamp(2.3rem, 5vw, 4rem);
    color: #fff;
    font-weight: 500;
    margin-bottom: 22px;
    text-wrap: balance;
    text-shadow: 0 2px 20px rgba(0, 0, 0, .3);
}
.pt-v2-hero h1 em { font-style: italic; color: var(--v2-terra-light); font-weight: 400; }
.pt-v2-shell .pt-v2-hero-lead {
    font-size: 1.18rem;
    color: rgba(255, 255, 255, .92);
    max-width: 600px;
    margin-bottom: 52px;
    line-height: 1.55;
    text-shadow: 0 1px 10px rgba(0, 0, 0, .3);
}
.pt-v2-hero-lead strong { color: #fff; font-weight: 600; }
.pt-v2-hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 44px; }

/* Hero floating stats */
.pt-v2-hero-floating-stats {
    position: relative;
    z-index: 2;
    max-width: 1240px;
    margin: -52px auto 0;
    padding: 0 28px;
}
.pt-v2-floating-stats-card {
    background: var(--v2-warm-white);
    border-radius: var(--v2-r-lg);
    box-shadow: var(--v2-shadow-lg);
    padding: 28px 36px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border: 1px solid var(--v2-parchment);
}
@media (max-width: 860px) {
    .pt-v2-shell .pt-v2-floating-stats-card { grid-template-columns: repeat(2, 1fr); gap: 16px; padding: 22px; }
}
.pt-v2-fs-stat {
    text-align: center;
    padding: 8px 16px;
    border-right: 1px solid var(--v2-parchment);
}
.pt-v2-fs-stat:last-child { border-right: none; }
@media (max-width: 860px) {
    .pt-v2-shell .pt-v2-fs-stat { border-right: none; border-bottom: 1px solid var(--v2-parchment); padding: 12px; }
    .pt-v2-shell .pt-v2-fs-stat:nth-last-child(1),
    .pt-v2-shell .pt-v2-fs-stat:nth-last-child(2) { border-bottom: none; }
}
.pt-v2-fs-stat .v {
    font-family: var(--v2-f-serif);
    font-size: clamp(1.5rem, 2.4vw, 2rem);
    font-weight: 500;
    color: var(--v2-ink);
    line-height: 1;
    display: block;
    margin-bottom: 6px;
}
.pt-v2-fs-stat .v em { font-style: italic; color: var(--v2-terra); font-weight: 400; }
.pt-v2-fs-stat .l { font-size: .82rem; color: var(--v2-muted); line-height: 1.3; display: block; }

/* PRESS STRIP */
.pt-v2-press {
    background: var(--v2-warm-white);
    padding: 36px 28px;
    border-bottom: 1px solid var(--v2-parchment);
}
.pt-v2-press-inner {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
}
.pt-v2-press-label {
    font-size: .72rem;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--v2-muted);
    font-weight: 600;
}
.pt-v2-press-logo {
    font-family: var(--v2-f-serif);
    font-size: 1.05rem;
    color: var(--v2-muted);
    font-weight: 500;
    opacity: .85;
    font-style: italic;
    transition: color .18s, opacity .18s;
}
.pt-v2-press-logo.sans {
    font-family: var(--v2-f-body);
    font-weight: 700;
    font-style: normal;
    letter-spacing: .04em;
}
.pt-v2-press-logo:hover,
.pt-v2-press-logo:focus-visible {
    color: var(--v2-ink);
    opacity: 1;
}

/* SECTIONS */
.pt-v2-block { padding: 104px 28px; }
@media (max-width: 760px) {
    .pt-v2-shell .pt-v2-block { padding: 72px 20px; }
}
.pt-v2-block--bone { background: var(--v2-bone); }
.pt-v2-block--cream { background: var(--v2-cream); }
.pt-v2-block--warm { background: var(--v2-warm-white); }
.pt-v2-block--dark {
    background: var(--v2-forest-deep);
    color: var(--v2-text-on-dark);
    position: relative;
    overflow: hidden;
}
.pt-v2-block--dark::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 80% 20%, rgba(93, 136, 118, .4) 0%, transparent 60%);
    pointer-events: none;
}
.pt-v2-block--dark > .pt-v2-inner { position: relative; z-index: 1; }
.pt-v2-block--dark h2,
.pt-v2-block--dark h3,
.pt-v2-block--dark h4 { color: #fff; }
.pt-v2-inner { max-width: 1160px; margin: 0 auto; }
.pt-v2-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--v2-terra);
    font-size: .74rem;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.pt-v2-eyebrow .line { width: 32px; height: 1px; background: var(--v2-terra); }
.pt-v2-block--dark .pt-v2-eyebrow { color: var(--v2-terra-light); }
.pt-v2-block--dark .pt-v2-eyebrow .line { background: var(--v2-terra-light); }
.pt-v2-section-title {
    font-size: clamp(1.95rem, 3.4vw, 2.75rem);
    font-weight: 500;
    text-wrap: balance;
    max-width: 800px;
    margin-bottom: 18px;
}
.pt-v2-section-lead { font-size: 1.08rem; color: var(--v2-text); max-width: 660px; line-height: 1.6; }
.pt-v2-block--dark .pt-v2-section-lead { color: var(--v2-text-on-dark); }
.pt-v2-header-center { text-align: center; margin: 0 auto 60px; max-width: 760px; }
.pt-v2-header-center .pt-v2-eyebrow { justify-content: center; }
.pt-v2-header-center .pt-v2-section-lead { margin: 0 auto; }
.pt-v2-link-arrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--v2-forest);
    font-weight: 600;
    font-size: .98rem;
    transition: gap .18s;
}
.pt-v2-link-arrow:hover { gap: 14px; }
.pt-v2-link-arrow svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2.2;
    stroke-linecap: round;
}

/* LEDGER */
.pt-v2-ledger {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, .12);
}
@media (max-width: 820px) {
    .pt-v2-shell .pt-v2-ledger { grid-template-columns: 1fr; }
}
.pt-v2-ledger-item {
    padding: 40px 36px;
    border-right: 1px solid rgba(255, 255, 255, .12);
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}
@media (max-width: 820px) {
    .pt-v2-shell .pt-v2-ledger-item { border-right: none; }
}
.pt-v2-ledger-item:last-child { border-right: none; }
.pt-v2-ledger-num {
    font-family: var(--v2-f-serif);
    font-size: 2rem;
    font-weight: 300;
    color: var(--v2-terra-light);
    line-height: 1;
    margin-bottom: 18px;
    display: block;
}
.pt-v2-ledger-item h3 { font-size: 1.35rem; color: #fff; margin-bottom: 12px; font-weight: 500; }
.pt-v2-ledger-item p { color: var(--v2-text-on-dark); font-size: .98rem; line-height: 1.6; }

/* HOW IT WORKS */
.pt-v2-how-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border-top: 1px solid var(--v2-parchment);
    border-bottom: 1px solid var(--v2-parchment);
}
.pt-v2-how-step {
    padding: 44px 36px;
    border-right: 1px solid var(--v2-parchment);
    position: relative;
}
.pt-v2-how-step:last-child { border-right: none; }
.pt-v2-how-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--v2-warm-white);
    border: 1.5px solid var(--v2-terra);
    color: var(--v2-terra);
    font-family: var(--v2-f-serif);
    font-size: 1.15rem;
    font-weight: 500;
    margin-bottom: 22px;
}
.pt-v2-how-step h3 { font-size: 1.35rem; margin-bottom: 12px; font-weight: 500; }
.pt-v2-how-step p { font-size: .98rem; color: var(--v2-text); line-height: 1.6; }
@media (max-width: 820px) {
    .pt-v2-shell .pt-v2-how-grid {
        grid-template-columns: 1fr;
        border-left: 1px solid var(--v2-parchment);
        border-right: 1px solid var(--v2-parchment);
    }
    .pt-v2-shell .pt-v2-how-step { border-right: none; border-bottom: 1px solid var(--v2-parchment); }
    .pt-v2-shell .pt-v2-how-step:last-child { border-bottom: none; }
}

/* VALUE PROPS */
.pt-v2-vp-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
@media (max-width: 900px) {
    .pt-v2-shell .pt-v2-vp-duo { grid-template-columns: 1fr; }
}
.pt-v2-vp-card {
    position: relative;
    border-radius: var(--v2-r-lg);
    overflow: hidden;
    min-height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 44px;
    color: #fff;
    transition: transform .25s, box-shadow .25s;
}
.pt-v2-vp-card:hover { transform: translateY(-4px); box-shadow: var(--v2-shadow-lg); color: #fff; }
/* Fallback color visible pendant le chargement de la photo ; sert aussi de teinte si photo échoue. */
.pt-v2-vp-card.owner { background-color: #6B5A40; }
.pt-v2-vp-card.sitter { background-color: #3D6B56; }

/* Photo : couche de base, directement au-dessus du background-color. */
.pt-v2-vp-card > img.pt-v2-vp-card-photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

/* Overlay teinte brand + rayures diagonales, par-dessus la photo. */
.pt-v2-vp-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}
.pt-v2-vp-card.owner::before {
    background:
        repeating-linear-gradient(135deg, rgba(255, 255, 255, .05) 0 10px, transparent 10px 20px),
        linear-gradient(135deg, rgba(107, 90, 64, .75) 0%, rgba(60, 48, 32, .95) 100%);
}
.pt-v2-vp-card.sitter::before {
    background:
        repeating-linear-gradient(135deg, rgba(255, 255, 255, .05) 0 10px, transparent 10px 20px),
        linear-gradient(135deg, rgba(61, 107, 86, .75) 0%, rgba(26, 55, 40, .95) 100%);
}

/* Voile sombre bas pour lisibilité des features + CTA. */
.pt-v2-vp-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(180deg, transparent 30%, rgba(0, 0, 0, .55) 100%);
    pointer-events: none;
}

/* Contenu toujours au-dessus : z-index supérieur à ::after. */
.pt-v2-vp-card > * { position: relative; z-index: 3; }
.pt-v2-vp-card .pt-v2-eyebrow { color: var(--v2-terra-light); margin-bottom: 14px; }
.pt-v2-vp-card .pt-v2-eyebrow .line { background: var(--v2-terra-light); }
.pt-v2-vp-card h2 {
    color: #fff;
    font-size: clamp(1.65rem, 2.8vw, 2.2rem);
    margin-bottom: 14px;
    text-wrap: balance;
}
.pt-v2-vp-card h2 em { color: var(--v2-terra-light); }
.pt-v2-vp-card p.lead {
    color: rgba(255, 255, 255, .92);
    font-size: 1rem;
    line-height: 1.55;
    margin-bottom: 24px;
    max-width: 440px;
}
.pt-v2-vp-features {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.pt-v2-vp-features li {
    color: rgba(255, 255, 255, .92);
    font-size: .95rem;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}
.pt-v2-vp-features li svg {
    width: 16px;
    height: 16px;
    color: var(--v2-terra-light);
    flex: none;
    margin-top: 3px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.pt-v2-vp-features strong { color: #fff; font-weight: 600; }
.pt-v2-vp-card-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: .95rem 1.7rem;
    background: #fff;
    color: var(--v2-ink);
    border-radius: 999px;
    font-family: var(--v2-f-serif);
    font-weight: 500;
    font-size: 1.02rem;
    transition: all .18s;
    align-self: flex-start;
}
.pt-v2-vp-card-cta:hover { background: var(--v2-terra); color: #fff; }
.pt-v2-vp-card-cta svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2.2;
    stroke-linecap: round;
}

/* PRICING */
.pt-v2-pricing-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-bottom: 56px;
}
@media (max-width: 760px) {
    .pt-v2-shell .pt-v2-pricing-benefits { grid-template-columns: 1fr; gap: 20px; }
}
.pt-v2-pricing-benefit {
    background: var(--v2-warm-white);
    border: 1px solid var(--v2-parchment);
    border-radius: var(--v2-r-lg);
    padding: 32px;
    transition: all .2s;
}
.pt-v2-pricing-benefit:hover { border-color: var(--v2-mist); transform: translateY(-3px); box-shadow: var(--v2-shadow-md); }
.pt-v2-pricing-benefit .ic {
    width: 48px;
    height: 48px;
    border-radius: var(--v2-r-sm);
    background: var(--v2-terra-pale);
    color: var(--v2-terra);
    display: grid;
    place-items: center;
    margin-bottom: 20px;
}
.pt-v2-pricing-benefit .ic svg {
    width: 22px;
    height: 22px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.pt-v2-pricing-benefit h3 { font-size: 1.2rem; margin-bottom: 10px; font-weight: 600; }
.pt-v2-pricing-benefit p { color: var(--v2-text); font-size: .96rem; line-height: 1.55; }

.pt-v2-pricing-card {
    max-width: 760px;
    margin: 0 auto;
    background: var(--v2-warm-white);
    border: 1px solid var(--v2-parchment);
    border-radius: var(--v2-r-lg);
    padding: 28px 32px;
    display: flex;
    align-items: center;
    gap: 32px;
    box-shadow: var(--v2-shadow-md);
}
.pt-v2-pricing-card .label {
    font-size: .74rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--v2-muted);
    margin-bottom: 6px;
}
.pt-v2-pricing-card .price {
    display: flex;
    align-items: baseline;
    gap: 4px;
    color: var(--v2-forest);
    font-family: var(--v2-f-serif);
}
.pt-v2-pricing-card .price .num { font-size: 2.8rem; font-weight: 500; line-height: 1; }
.pt-v2-pricing-card .price .curr { font-size: 1.3rem; font-weight: 400; }
.pt-v2-pricing-card .price .per { font-size: .95rem; color: var(--v2-muted); font-family: var(--v2-f-body); margin-left: 6px; }
.pt-v2-pricing-card .guarantee { font-size: .8rem; color: var(--v2-muted); margin-top: 6px; max-width: 340px; line-height: 1.4; }
.pt-v2-pricing-card .pt-v2-btn-primary { margin-left: auto; flex: none; white-space: nowrap; }
@media (max-width: 700px) {
    .pt-v2-shell .pt-v2-pricing-card {
        flex-direction: column;
        align-items: stretch;
        text-align: left;
    }
    .pt-v2-shell .pt-v2-pricing-card .pt-v2-btn-primary {
        margin-left: 0;
        width: 100%;
        justify-content: center;
    }
    .pt-v2-shell .pt-v2-pricing-card .guarantee { max-width: none; }
}

/* TESTIMONIALS */
.pt-v2-avis-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    background: var(--v2-warm-white);
    border: 1px solid var(--v2-parchment);
    border-radius: 999px;
    font-size: .92rem;
    color: var(--v2-text);
}
.pt-v2-avis-badge .stars { color: var(--v2-star); display: inline-flex; gap: 2px; }
.pt-v2-avis-badge .stars svg { width: 14px; height: 14px; fill: currentColor; }
.pt-v2-avis-badge strong { color: var(--v2-ink); font-weight: 600; }
.pt-v2-avis-badge .sep { color: var(--v2-parchment); }
.pt-v2-avis-badge .lbl { color: var(--v2-muted); font-size: .85rem; }
.pt-v2-test-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 900px) {
    .pt-v2-shell .pt-v2-test-grid { grid-template-columns: 1fr; gap: 20px; }
}
.pt-v2-test-card {
    background: var(--v2-warm-white);
    border: 1px solid var(--v2-parchment);
    border-radius: var(--v2-r-lg);
    padding: 32px;
    display: flex;
    flex-direction: column;
    transition: all .2s;
    position: relative;
}
.pt-v2-test-card:hover { border-color: var(--v2-mist); transform: translateY(-3px); box-shadow: var(--v2-shadow-md); }
.pt-v2-test-card .quote {
    position: absolute;
    top: 20px;
    right: 24px;
    font-family: var(--v2-f-serif);
    font-size: 3.5rem;
    color: var(--v2-terra);
    opacity: .15;
    line-height: 1;
    font-style: italic;
}
.pt-v2-test-card .stars { color: var(--v2-star); display: inline-flex; gap: 2px; margin-bottom: 14px; }
.pt-v2-test-card .stars svg { width: 14px; height: 14px; fill: currentColor; }
.pt-v2-test-card h4 { font-size: 1.05rem; margin-bottom: 12px; font-weight: 600; }
.pt-v2-test-card .body { color: var(--v2-text); font-size: .95rem; line-height: 1.6; margin-bottom: 24px; flex: 1; }
.pt-v2-test-card .author {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 20px;
    border-top: 1px solid var(--v2-parchment);
}
.pt-v2-test-card .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--v2-terra-pale);
    color: var(--v2-terra);
    display: grid;
    place-items: center;
    font-weight: 600;
    font-size: .92rem;
}
.pt-v2-test-card .avatar.sitter { background: rgba(61, 107, 86, .1); color: var(--v2-forest); }
.pt-v2-test-card .name { font-weight: 600; color: var(--v2-ink); font-size: .92rem; display: block; }
.pt-v2-test-card .role { color: var(--v2-muted); font-size: .82rem; }

/* EDITORIAL + REGIONS */
.pt-v2-editorial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; margin-top: 8px; }
@media (max-width: 900px) {
    .pt-v2-shell .pt-v2-editorial-grid { grid-template-columns: 1fr; gap: 36px; }
}
.pt-v2-editorial-col h3 { font-size: 1.3rem; margin-bottom: 16px; font-weight: 600; }
.pt-v2-editorial-col p { color: var(--v2-text); font-size: .98rem; line-height: 1.7; margin-bottom: 12px; }
.pt-v2-editorial-col a {
    color: var(--v2-forest);
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}
.pt-v2-editorial-col .more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--v2-terra);
    font-weight: 600;
    font-size: .9rem;
    margin-top: 10px;
    text-decoration: none;
}
.pt-v2-regions {
    margin-top: 64px;
    padding: 40px;
    background: var(--v2-bone);
    border-radius: var(--v2-r-lg);
}
.pt-v2-regions h3 { font-size: 1.25rem; margin-bottom: 8px; font-weight: 600; }
.pt-v2-regions p { color: var(--v2-muted); font-size: .95rem; margin-bottom: 22px; }
.pt-v2-regions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 10px;
}
.pt-v2-region-link {
    padding: 12px 16px;
    background: var(--v2-warm-white);
    border-radius: var(--v2-r-sm);
    font-size: .92rem;
    color: var(--v2-ink);
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all .18s;
    font-weight: 500;
    border: 1px solid var(--v2-parchment);
}
.pt-v2-region-link:hover {
    background: var(--v2-terra-pale);
    color: var(--v2-terra-hover);
    border-color: var(--v2-terra);
}
.pt-v2-region-link svg {
    width: 12px;
    height: 12px;
    color: var(--v2-terra);
    stroke: currentColor;
    fill: none;
    stroke-width: 2.4;
    stroke-linecap: round;
}

/* FAQ */
.pt-v2-faq-wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 44px;
    max-width: 1160px;
    margin: 0 auto;
}
@media (min-width: 860px) {
    .pt-v2-shell .pt-v2-faq-wrap { grid-template-columns: 320px 1fr; gap: 60px; }
}
.pt-v2-faq-sidebar h2 { font-size: clamp(1.75rem, 3vw, 2.3rem); margin-bottom: 18px; }
.pt-v2-faq-sidebar p { color: var(--v2-text); font-size: 1rem; line-height: 1.6; margin-bottom: 24px; }
.pt-v2-faq-contact {
    background: var(--v2-warm-white);
    border: 1px solid var(--v2-parchment);
    border-radius: var(--v2-r-md);
    padding: 20px;
}
.pt-v2-faq-contact strong {
    display: block;
    color: var(--v2-ink);
    font-weight: 600;
    margin-bottom: 6px;
    font-family: var(--v2-f-serif);
    font-size: 1.05rem;
}
.pt-v2-faq-contact p { font-size: .9rem; color: var(--v2-muted); margin-bottom: 12px; }
.pt-v2-faq-contact a { color: var(--v2-forest); font-weight: 600; display: inline-flex; gap: 6px; align-items: center; }
.pt-v2-faq-list { display: flex; flex-direction: column; gap: 10px; }
.pt-v2-faq-item {
    background: var(--v2-warm-white);
    border: 1px solid var(--v2-parchment);
    border-radius: var(--v2-r-md);
    overflow: hidden;
    transition: all .2s;
}
.pt-v2-faq-item[open] { border-color: var(--v2-mist); box-shadow: var(--v2-shadow-sm); }
.pt-v2-faq-item summary {
    padding: 22px 26px;
    cursor: pointer;
    font-family: var(--v2-f-serif);
    font-size: 1.08rem;
    color: var(--v2-ink);
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    list-style: none;
    line-height: 1.35;
}
.pt-v2-faq-item summary::-webkit-details-marker { display: none; }
.pt-v2-faq-item summary::after {
    content: "+";
    color: var(--v2-terra);
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1;
    transition: transform .25s;
    flex: none;
    font-family: var(--v2-f-body);
}
.pt-v2-faq-item[open] summary::after { transform: rotate(45deg); }
.pt-v2-faq-content {
    padding: 0 26px 22px;
    color: var(--v2-text);
    font-size: .96rem;
    line-height: 1.65;
}
.pt-v2-faq-content a {
    color: var(--v2-forest);
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}

/* BLOG */
.pt-v2-blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
@media (max-width: 900px) {
    .pt-v2-shell .pt-v2-blog-grid { grid-template-columns: 1fr; }
}
.pt-v2-blog-card {
    background: var(--v2-warm-white);
    border: 1px solid var(--v2-parchment);
    border-radius: var(--v2-r-lg);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all .2s;
    color: inherit;
}
.pt-v2-blog-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--v2-shadow-md);
    border-color: var(--v2-mist);
    color: inherit;
}
.pt-v2-blog-card .img {
    aspect-ratio: 16 / 10;
    position: relative;
    overflow: hidden;
}
.pt-v2-blog-card .img.a { background: linear-gradient(135deg, #D4BDA0 0%, #A88B5C 100%); }
.pt-v2-blog-card .img.b { background: linear-gradient(135deg, #B8D4C4 0%, #5D8876 100%); }
.pt-v2-blog-card .img.c { background: linear-gradient(135deg, #E0BFA3 0%, #C4622D 100%); }
.pt-v2-blog-card .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.pt-v2-blog-card .img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(135deg, rgba(255, 255, 255, .08) 0 10px, transparent 10px 20px);
    pointer-events: none;
}
.pt-v2-blog-card .tag {
    position: absolute;
    top: 14px;
    left: 14px;
    background: var(--v2-warm-white);
    color: var(--v2-ink);
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 4px;
    z-index: 1;
}
.pt-v2-blog-card .body { padding: 26px; display: flex; flex-direction: column; flex: 1; }
.pt-v2-blog-card h3 { font-size: 1.15rem; margin-bottom: 12px; font-weight: 500; line-height: 1.3; }
.pt-v2-blog-card p { color: var(--v2-muted); font-size: .92rem; line-height: 1.55; margin-bottom: 18px; flex: 1; }
.pt-v2-blog-card .more {
    color: var(--v2-terra);
    font-weight: 600;
    font-size: .9rem;
    display: inline-flex;
    gap: 8px;
    align-items: center;
}

/* FINAL CTA */
.pt-v2-final {
    position: relative;
    padding: 120px 28px;
    overflow: hidden;
    background: var(--v2-forest-deep);
}
.pt-v2-final::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(35, 64, 47, .92) 0%, rgba(35, 64, 47, .82) 60%, rgba(35, 64, 47, .7) 100%),
        radial-gradient(ellipse at 80% 20%, #5D8876 0%, transparent 60%);
    z-index: 0;
}
.pt-v2-final::after {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(135deg, rgba(255, 255, 255, .03) 0 12px, transparent 12px 24px);
    z-index: 0;
}
.pt-v2-final-inner {
    position: relative;
    z-index: 1;
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}
.pt-v2-final .pt-v2-eyebrow { color: var(--v2-terra-light); justify-content: center; }
.pt-v2-final .pt-v2-eyebrow .line { background: var(--v2-terra-light); }
.pt-v2-final h2 {
    color: #fff;
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 22px;
    text-wrap: balance;
}
.pt-v2-final h2 em { color: var(--v2-terra-light); }
.pt-v2-final p {
    color: rgba(255, 255, 255, .88);
    font-size: 1.12rem;
    max-width: 620px;
    margin: 0 auto 36px;
    line-height: 1.6;
}
.pt-v2-final-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    margin-bottom: 36px;
}
.pt-v2-final-trust {
    display: flex;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
    color: rgba(255, 255, 255, .7);
    font-size: .88rem;
}
.pt-v2-final-trust span { display: inline-flex; gap: 7px; align-items: center; }
.pt-v2-final-trust svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2.2;
    stroke-linecap: round;
}
