/* ==========================================================
   PHOTOGAMES — CONTACT & TARIFS V1.0
   Chargé uniquement sur les pages /contact et /tarifs.
   ========================================================== */

.pg-marketing-page {
    --marketing-card: rgba(16, 20, 43, 0.9);
    --marketing-card-strong: rgba(21, 25, 54, 0.96);
    --marketing-border: rgba(255, 255, 255, 0.105);
    --marketing-muted: #aab1cb;
    position: relative;
}

.pg-marketing-hero.pg-shell {
    display: block;
    width: min(1120px, calc(100% - 48px));
    max-width: 1120px;
    margin-inline: auto;
    padding: 82px 0 52px;
}

.pg-marketing-hero h1 {
    max-width: 900px;
    margin: 18px 0 20px;
    color: #fff;
    font-size: clamp(3.4rem, 6vw, 5.35rem);
    font-weight: 800;
    letter-spacing: -0.06em;
    line-height: 0.98;
    text-wrap: balance;
}

.pg-marketing-hero > p {
    max-width: 760px;
    margin: 0;
    color: var(--marketing-muted);
    font-size: 1.13rem;
    line-height: 1.7;
}

.pg-marketing-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    margin-top: 28px;
    color: #c0c6db;
    font-size: 0.82rem;
    font-weight: 700;
}

.pg-marketing-proof span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.pg-marketing-proof i {
    color: #9a8cff;
}

/* ---------- Cartes tarifaires ---------- */

.pg-pricing-plans {
    padding: 10px 0 76px;
}

.pg-pricing-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 22px;
}

.pg-plan-card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 570px;
    flex-direction: column;
    padding: 30px;
    border: 1px solid var(--marketing-border);
    border-radius: 27px;
    background:
        radial-gradient(circle at 20% 0, rgba(109, 93, 252, 0.08), transparent 34%),
        linear-gradient(155deg, rgba(18, 22, 49, 0.96), rgba(10, 13, 32, 0.96));
    box-shadow: 0 24px 65px rgba(0, 0, 0, 0.19);
}

.pg-plan-featured {
    border-color: rgba(154, 140, 255, 0.42);
    background:
        radial-gradient(circle at 18% 0, rgba(109, 93, 252, 0.22), transparent 38%),
        radial-gradient(circle at 92% 100%, rgba(236, 72, 153, 0.13), transparent 36%),
        linear-gradient(155deg, rgba(24, 27, 63, 0.99), rgba(12, 14, 39, 0.99));
    box-shadow: 0 30px 80px rgba(40, 26, 108, 0.28);
    transform: translateY(-12px);
}

.pg-plan-badge {
    position: absolute;
    top: 18px;
    right: 18px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 11px;
    border-radius: 999px;
    background: linear-gradient(135deg, #6d5dfc, #a855f7);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 800;
}

.pg-plan-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-right: 4px;
}

.pg-plan-icon {
    display: grid;
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    place-items: center;
    border: 1px solid rgba(154, 140, 255, 0.16);
    border-radius: 17px;
    background: rgba(139, 92, 246, 0.13);
    color: #bcb2ff;
    font-size: 1.2rem;
}

.pg-plan-kicker {
    display: block;
    margin-bottom: 3px;
    color: #9ea7ff;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.pg-plan-heading h2 {
    margin: 0;
    color: #fff;
    font-size: 1.55rem;
    letter-spacing: -0.03em;
}

.pg-plan-price {
    display: flex;
    min-height: 105px;
    flex-direction: column;
    justify-content: center;
    margin: 26px 0 14px;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.085);
    border-bottom: 1px solid rgba(255, 255, 255, 0.085);
}

.pg-plan-price strong {
    color: #fff;
    font-size: clamp(2rem, 3.3vw, 2.65rem);
    font-weight: 800;
    letter-spacing: -0.045em;
    line-height: 1.05;
}

.pg-plan-price span {
    margin-top: 6px;
    color: #929bb9;
    font-size: 0.78rem;
    font-weight: 700;
}

.pg-plan-description {
    min-height: 76px;
    margin: 0 0 21px;
    color: #bac1d8;
    font-size: 0.9rem;
    line-height: 1.65;
}

.pg-plan-features {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
}

.pg-plan-features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #d2d6e7;
    font-size: 0.86rem;
    line-height: 1.45;
}

.pg-plan-features i {
    margin-top: 2px;
    color: #7dd3fc;
}

.pg-plan-action {
    width: 100%;
    margin-top: auto;
}

.pg-plan-card > small {
    display: block;
    margin-top: 13px;
    color: #8f98b5;
    font-size: 0.69rem;
    text-align: center;
}

/* ---------- Comparatif ---------- */

.pg-pricing-comparison {
    padding: 76px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(255, 255, 255, 0.018);
}

.pg-pricing-comparison .pg-section-head {
    max-width: 820px;
}

.pg-pricing-comparison .pg-section-head h2 {
    margin: 12px 0;
    color: #fff;
}

.pg-pricing-comparison .pg-section-head p {
    color: var(--marketing-muted);
}

.pg-comparison-table {
    overflow: hidden;
    margin-top: 34px;
    border: 1px solid var(--marketing-border);
    border-radius: 24px;
    background: rgba(11, 14, 35, 0.86);
    box-shadow: 0 24px 65px rgba(0, 0, 0, 0.18);
}

.pg-comparison-row {
    display: grid;
    grid-template-columns: minmax(260px, 1.35fr) repeat(3, minmax(150px, 0.7fr));
    min-width: 830px;
}

.pg-comparison-row > div {
    display: flex;
    min-height: 72px;
    align-items: center;
    padding: 16px 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.07);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    color: #c8cde0;
    font-size: 0.88rem;
}

.pg-comparison-row > div:last-child {
    border-right: 0;
}

.pg-comparison-row:last-child > div {
    border-bottom: 0;
}

.pg-comparison-header > div {
    min-height: 64px;
    background: rgba(255, 255, 255, 0.035);
    color: #f5f6ff;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pg-comparison-label {
    color: #f1f3ff !important;
    font-weight: 750;
}

.pg-comparison-row .is-premium {
    background: rgba(109, 93, 252, 0.095);
}

.pg-comparison-header .is-premium {
    color: #c7c0ff;
}

.pg-comparison-row i {
    margin-right: 7px;
    color: #76e3cf;
}

/* ---------- Réassurance ---------- */

.pg-pricing-reassurance,
.pg-contact-help {
    padding: 66px 0 82px;
}

.pg-reassurance-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.pg-reassurance-grid article {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 22px;
    border: 1px solid var(--marketing-border);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.025);
}

.pg-reassurance-grid article > i {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    border-radius: 14px;
    background: rgba(139, 92, 246, 0.13);
    color: #bcb2ff;
}

.pg-reassurance-grid strong {
    color: #f5f6ff;
    font-size: 0.9rem;
}

.pg-reassurance-grid p {
    margin: 5px 0 0;
    color: #9fa8c4;
    font-size: 0.79rem;
    line-height: 1.5;
}

/* ---------- Contact ---------- */

.pg-contact-section {
    padding: 8px 0 76px;
}

.pg-contact-layout {
    display: grid;
    grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
    align-items: stretch;
    gap: 24px;
}

.pg-contact-sidebar,
.pg-contact-form {
    border: 1px solid var(--marketing-border);
    border-radius: 27px;
    background:
        radial-gradient(circle at 18% 0, rgba(109, 93, 252, 0.11), transparent 38%),
        linear-gradient(155deg, rgba(18, 22, 49, 0.96), rgba(10, 13, 32, 0.96));
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.19);
}

.pg-contact-sidebar {
    display: flex;
    flex-direction: column;
    padding: 36px;
}

.pg-contact-icon {
    display: grid;
    width: 66px;
    height: 66px;
    place-items: center;
    margin-bottom: 26px;
    border-radius: 21px;
    background: linear-gradient(145deg, rgba(109, 93, 252, 0.95), rgba(168, 85, 247, 0.95));
    color: #fff;
    font-size: 1.55rem;
    box-shadow: 0 18px 38px rgba(80, 58, 210, 0.28);
}

.pg-contact-sidebar h2 {
    margin: 0 0 14px;
    color: #fff;
    font-size: clamp(1.65rem, 2.7vw, 2.15rem);
    letter-spacing: -0.04em;
    line-height: 1.16;
}

.pg-contact-sidebar > p {
    margin: 0;
    color: #abb3cc;
    font-size: 0.91rem;
    line-height: 1.67;
}

.pg-contact-methods {
    display: grid;
    gap: 10px;
    margin-top: 28px;
}

.pg-contact-methods a {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.028);
    color: inherit;
    text-decoration: none;
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.pg-contact-methods a:hover {
    border-color: rgba(154, 140, 255, 0.28);
    background: rgba(255, 255, 255, 0.045);
    transform: translateY(-1px);
}

.pg-contact-methods a > i {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 13px;
    background: rgba(139, 92, 246, 0.13);
    color: #bcb2ff;
}

.pg-contact-methods span {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.pg-contact-methods small {
    color: #8993b2;
    font-size: 0.67rem;
    font-weight: 700;
    text-transform: uppercase;
}

.pg-contact-methods strong {
    overflow-wrap: anywhere;
    color: #f1f3ff;
    font-size: 0.83rem;
}

.pg-contact-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: auto;
    padding-top: 28px;
    color: #8f98b5;
}

.pg-contact-note i {
    margin-top: 2px;
    color: #76e3cf;
}

.pg-contact-note p {
    margin: 0;
    font-size: 0.75rem;
    line-height: 1.5;
}

.pg-contact-form {
    padding: 36px;
}

.pg-contact-form-heading {
    margin-bottom: 28px;
}

.pg-contact-form-heading h2 {
    margin: 4px 0 7px;
    color: #fff;
    font-size: 2rem;
    letter-spacing: -0.04em;
}

.pg-contact-form-heading p {
    margin: 0;
    color: #9fa8c4;
    font-size: 0.86rem;
}

.pg-contact-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.pg-contact-fields label {
    display: block;
    margin: 0;
}

.pg-contact-fields label > span {
    display: block;
    margin-bottom: 8px;
    color: #dfe3f1;
    font-size: 0.77rem;
    font-weight: 750;
}

.pg-contact-field-full {
    grid-column: 1 / -1;
}

.pg-contact-input {
    position: relative;
}

.pg-contact-input i {
    position: absolute;
    top: 50%;
    left: 15px;
    color: #7883a5;
    transform: translateY(-50%);
    pointer-events: none;
}

.pg-contact-input input,
.pg-contact-fields textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.035);
    color: #fff;
    font-family: inherit;
    font-size: 0.9rem;
    outline: none;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.pg-contact-input input {
    min-height: 52px;
    padding: 12px 15px 12px 44px;
}

.pg-contact-fields textarea {
    min-height: 170px;
    padding: 15px;
    resize: vertical;
}

.pg-contact-input input::placeholder,
.pg-contact-fields textarea::placeholder {
    color: #707b9d;
}

.pg-contact-input input:focus,
.pg-contact-fields textarea:focus {
    border-color: rgba(154, 140, 255, 0.55);
    background: rgba(255, 255, 255, 0.052);
    box-shadow: 0 0 0 4px rgba(109, 93, 252, 0.10);
}

.pg-contact-submit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 24px;
}

.pg-contact-submit small {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    max-width: 245px;
    color: #838dab;
    font-size: 0.68rem;
    line-height: 1.4;
}

/* ---------- Responsive ---------- */

@media (max-width: 980px) {
    .pg-pricing-cards {
        grid-template-columns: 1fr;
    }

    .pg-plan-card {
        min-height: 0;
    }

    .pg-plan-featured {
        transform: none;
    }

    .pg-plan-description {
        min-height: 0;
    }

    .pg-contact-layout {
        grid-template-columns: 1fr;
    }

    .pg-contact-note {
        margin-top: 28px;
    }
}

@media (max-width: 800px) {
    .pg-comparison-table {
        overflow: visible;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .pg-comparison-header {
        display: none;
    }

    .pg-comparison-row {
        display: grid;
        min-width: 0;
        margin-bottom: 14px;
        overflow: hidden;
        border: 1px solid var(--marketing-border);
        border-radius: 18px;
        background: rgba(11, 14, 35, 0.86);
    }

    .pg-comparison-row > div {
        display: grid;
        grid-template-columns: 112px minmax(0, 1fr);
        min-height: 0;
        padding: 13px 15px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.065);
    }

    .pg-comparison-row > div::before {
        color: #7f89a8;
        content: attr(data-label);
        font-size: 0.66rem;
        font-weight: 800;
        letter-spacing: 0.07em;
        text-transform: uppercase;
    }

    .pg-comparison-row .pg-comparison-label {
        display: block;
        padding: 16px;
        background: rgba(255, 255, 255, 0.04);
    }

    .pg-comparison-label::before {
        display: none;
    }

    .pg-comparison-row > div:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 700px) {
    .pg-marketing-hero.pg-shell {
        width: min(100% - 32px, 1120px);
        padding: 54px 0 38px;
    }

    .pg-marketing-hero h1 {
        font-size: clamp(2.75rem, 14vw, 3.75rem);
        line-height: 1;
    }

    .pg-marketing-hero > p {
        font-size: 1rem;
    }

    .pg-marketing-proof {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .pg-pricing-plans,
    .pg-contact-section {
        padding-bottom: 52px;
    }

    .pg-plan-card,
    .pg-contact-sidebar,
    .pg-contact-form {
        padding: 24px 21px;
        border-radius: 22px;
    }

    .pg-plan-badge {
        position: static;
        align-self: flex-start;
        margin-bottom: 18px;
    }

    .pg-contact-fields {
        grid-template-columns: 1fr;
    }

    .pg-contact-field-full {
        grid-column: auto;
    }

    .pg-contact-submit {
        align-items: stretch;
        flex-direction: column;
    }

    .pg-contact-submit .pg-btn {
        width: 100%;
    }

    .pg-contact-submit small {
        max-width: none;
    }

    .pg-reassurance-grid {
        grid-template-columns: 1fr;
    }

    .pg-pricing-comparison {
        padding: 54px 0;
    }

    .pg-pricing-reassurance,
    .pg-contact-help {
        padding: 52px 0 66px;
    }
}

/* ==========================================================
   À PROPOS
   ========================================================== */

.pg-about-story {
    padding: 8px 0 76px;
}

.pg-about-story-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(330px, 0.88fr);
    gap: 24px;
}

.pg-about-story-card,
.pg-about-values article,
.pg-founder-card,
.pg-about-tech-card {
    border: 1px solid var(--marketing-border);
    background:
        radial-gradient(circle at 18% 0, rgba(109, 93, 252, 0.10), transparent 38%),
        linear-gradient(155deg, rgba(18, 22, 49, 0.96), rgba(10, 13, 32, 0.96));
    box-shadow: 0 24px 65px rgba(0, 0, 0, 0.18);
}

.pg-about-story-card {
    padding: 42px;
    border-radius: 28px;
}

.pg-about-story-icon {
    display: grid;
    width: 68px;
    height: 68px;
    place-items: center;
    margin-bottom: 28px;
    border-radius: 22px;
    background: linear-gradient(145deg, #6d5dfc, #a855f7);
    color: #fff;
    font-size: 1.55rem;
    box-shadow: 0 18px 38px rgba(80, 58, 210, 0.28);
}

.pg-about-story-card h2 {
    max-width: 690px;
    margin: 7px 0 18px;
    color: #fff;
    font-size: clamp(2rem, 3.4vw, 3rem);
    letter-spacing: -0.05em;
    line-height: 1.08;
}

.pg-about-story-card p {
    margin: 0;
    color: #b7bfd7;
    font-size: 0.98rem;
    line-height: 1.72;
}

.pg-about-story-card p + p {
    margin-top: 13px;
}

.pg-about-values {
    display: grid;
    gap: 12px;
}

.pg-about-values article {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: start;
    gap: 14px;
    padding: 20px;
    border-radius: 19px;
}

.pg-about-values article > i {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 15px;
    background: rgba(139, 92, 246, 0.13);
    color: #bcb2ff;
    font-size: 1.1rem;
}

.pg-about-values strong {
    color: #f5f6ff;
    font-size: 0.92rem;
}

.pg-about-values p {
    margin: 5px 0 0;
    color: #9fa8c4;
    font-size: 0.79rem;
    line-height: 1.5;
}

.pg-about-team {
    padding: 76px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(255, 255, 255, 0.018);
}

.pg-about-team .pg-section-head h2,
.pg-about-tech-card h2 {
    margin: 12px 0;
    color: #fff;
}

.pg-about-team .pg-section-head p {
    color: var(--marketing-muted);
}

.pg-about-team-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 34px;
}

.pg-founder-card {
    overflow: hidden;
    border-radius: 26px;
}

.pg-founder-photo {
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: rgba(255, 255, 255, 0.03);
}

.pg-founder-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pg-founder-content {
    padding: 28px;
}

.pg-founder-role {
    display: inline-flex;
    margin-bottom: 9px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(139, 92, 246, 0.13);
    color: #bcb2ff;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.pg-founder-content h3 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 1.55rem;
    letter-spacing: -0.035em;
}

.pg-founder-content p {
    margin: 0;
    color: #abb3cc;
    font-size: 0.88rem;
    line-height: 1.65;
}

.pg-founder-links {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 20px;
}

.pg-founder-links a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 12px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.03);
    color: #dfe3f1;
    font-size: 0.76rem;
    font-weight: 700;
    text-decoration: none;
}

.pg-founder-links a:hover {
    border-color: rgba(154, 140, 255, 0.28);
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
}

.pg-about-tech {
    padding: 76px 0;
}

.pg-about-tech-card {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(310px, 0.8fr);
    align-items: center;
    gap: 38px;
    padding: 42px;
    border-radius: 28px;
}

.pg-about-tech-card h2 {
    max-width: 650px;
    font-size: clamp(2rem, 3.5vw, 3rem);
    letter-spacing: -0.05em;
    line-height: 1.08;
}

.pg-about-tech-card p {
    margin: 0;
    color: #abb3cc;
    line-height: 1.7;
}

.pg-about-tech-points {
    display: grid;
    gap: 12px;
}

.pg-about-tech-points span {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.028);
    color: #dfe3f1;
    font-size: 0.83rem;
    font-weight: 700;
}

.pg-about-tech-points i {
    color: #7dd3fc;
}

.pg-about-cta {
    padding: 0 0 82px;
}

.pg-about-cta .pg-final-cta-inner {
    border: 1px solid var(--marketing-border);
    border-radius: 30px;
}

/* ==========================================================
   REJOINDRE UN ÉVÉNEMENT
   ========================================================== */

.pg-join-premium {
    padding: 88px 0 72px;
}

.pg-join-premium-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
    align-items: center;
    gap: 56px;
}

.pg-join-copy h1 {
    max-width: 700px;
    margin: 18px 0 22px;
    color: #fff;
    font-size: clamp(3.4rem, 6vw, 5.4rem);
    font-weight: 800;
    letter-spacing: -0.06em;
    line-height: 0.98;
    text-wrap: balance;
}

.pg-join-copy > p {
    max-width: 640px;
    margin: 0;
    color: var(--marketing-muted);
    font-size: 1.1rem;
    line-height: 1.7;
}

.pg-join-steps {
    display: grid;
    gap: 12px;
    margin-top: 32px;
}

.pg-join-steps article {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: start;
    gap: 13px;
}

.pg-join-steps article > span {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 12px;
    background: rgba(139, 92, 246, 0.14);
    color: #bcb2ff;
    font-size: 0.82rem;
    font-weight: 800;
}

.pg-join-steps strong {
    color: #f5f6ff;
    font-size: 0.9rem;
}

.pg-join-steps p {
    margin: 4px 0 0;
    color: #8f98b5;
    font-size: 0.79rem;
    line-height: 1.45;
}

.pg-join-card-premium {
    position: relative;
    padding: 38px;
    border: 1px solid rgba(154, 140, 255, 0.34);
    border-radius: 30px;
    background:
        radial-gradient(circle at 18% 0, rgba(109, 93, 252, 0.22), transparent 38%),
        radial-gradient(circle at 92% 100%, rgba(236, 72, 153, 0.12), transparent 36%),
        linear-gradient(155deg, rgba(24, 27, 63, 0.99), rgba(12, 14, 39, 0.99));
    box-shadow: 0 34px 90px rgba(40, 26, 108, 0.30);
}

.pg-join-card-icon {
    display: grid;
    width: 62px;
    height: 62px;
    place-items: center;
    margin-bottom: 25px;
    border-radius: 20px;
    background: linear-gradient(145deg, #6d5dfc, #a855f7);
    color: #fff;
    font-size: 1.45rem;
    box-shadow: 0 17px 36px rgba(80, 58, 210, 0.28);
}

.pg-join-card-premium h2 {
    margin: 6px 0 12px;
    color: #fff;
    font-size: clamp(1.8rem, 3vw, 2.45rem);
    letter-spacing: -0.045em;
    line-height: 1.08;
}

.pg-join-card-premium > p {
    margin: 0;
    color: #aeb6ce;
    font-size: 0.88rem;
    line-height: 1.6;
}

.pg-join-form-premium {
    margin-top: 26px;
}

.pg-join-form-premium label {
    display: block;
    margin-bottom: 8px;
    color: #dfe3f1;
    font-size: 0.76rem;
    font-weight: 750;
}

.pg-join-code-field {
    position: relative;
}

.pg-join-code-field i {
    position: absolute;
    top: 50%;
    left: 17px;
    color: #8d97b7;
    transform: translateY(-50%);
}

.pg-join-code-field input {
    width: 100%;
    min-height: 66px;
    padding: 14px 18px 14px 50px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.045);
    color: #fff;
    font-family: inherit;
    font-size: 1.45rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-align: center;
    text-transform: uppercase;
    outline: none;
}

.pg-join-code-field input::placeholder {
    color: #626d90;
}

.pg-join-code-field input:focus {
    border-color: rgba(154, 140, 255, 0.6);
    box-shadow: 0 0 0 4px rgba(109, 93, 252, 0.11);
}

.pg-join-form-premium .pg-btn {
    width: 100%;
    margin-top: 14px;
}

.pg-join-reassurance {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

.pg-join-reassurance span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 9px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.035);
    color: #9fa8c4;
    font-size: 0.67rem;
    font-weight: 700;
}

.pg-join-reassurance i {
    color: #7dd3fc;
}

.pg-join-help {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    margin-top: 17px;
    color: #7883a5;
    font-size: 0.69rem;
    line-height: 1.45;
}

.pg-join-help i {
    margin-top: 2px;
    color: #9a8cff;
}

.pg-join-bottom {
    padding: 0 0 82px;
}

/* ---------- Responsive About + Join ---------- */

@media (max-width: 980px) {
    .pg-about-story-grid,
    .pg-about-tech-card,
    .pg-join-premium-grid {
        grid-template-columns: 1fr;
    }

    .pg-about-team-grid {
        grid-template-columns: 1fr;
    }

    .pg-join-premium-grid {
        gap: 38px;
    }

    .pg-join-card-premium {
        max-width: 620px;
    }
}

@media (max-width: 700px) {
    .pg-about-story {
        padding-bottom: 54px;
    }

    .pg-about-story-card,
    .pg-about-tech-card,
    .pg-join-card-premium {
        padding: 25px 21px;
        border-radius: 22px;
    }

    .pg-about-story-card h2,
    .pg-about-tech-card h2 {
        font-size: 2rem;
    }

    .pg-about-team,
    .pg-about-tech {
        padding: 54px 0;
    }

    .pg-founder-content {
        padding: 22px;
    }

    .pg-founder-photo {
        aspect-ratio: 4 / 3;
    }

    .pg-about-tech-card {
        gap: 24px;
    }

    .pg-about-cta {
        padding-bottom: 66px;
    }

    .pg-join-premium {
        padding: 54px 0 52px;
    }

    .pg-join-copy h1 {
        font-size: clamp(2.75rem, 14vw, 3.8rem);
        line-height: 1;
    }

    .pg-join-copy > p {
        font-size: 1rem;
    }

    .pg-join-card-premium {
        max-width: none;
    }

    .pg-join-code-field input {
        min-height: 62px;
        font-size: 1.25rem;
    }

    .pg-join-bottom {
        padding-bottom: 66px;
    }
}

/* ==========================================================
   LES ANIMATIONS
   ========================================================== */

/* Annule les anciens bandeaux colorés d'app.css. */
.pg-animations-page .pg-card,
.pg-animation-detail-page .pg-card {
    border-top: 1px solid var(--marketing-border);
}

.pg-animations-showcase {
    padding: 10px 0 76px;
}

.pg-animation-feature {
    display: grid;
    grid-template-columns: minmax(360px, 0.92fr) minmax(0, 1.08fr);
    align-items: center;
    gap: 54px;
    padding: 44px;
    border: 1px solid var(--marketing-border);
    border-radius: 30px;
    background:
        radial-gradient(circle at 12% 10%, rgba(109, 93, 252, 0.10), transparent 35%),
        linear-gradient(155deg, rgba(18, 22, 49, 0.96), rgba(10, 13, 32, 0.96));
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.18);
}

.pg-animation-feature + .pg-animation-feature {
    margin-top: 24px;
}

.pg-animation-feature-reverse .pg-animation-visual {
    order: 2;
}

.pg-animation-feature-reverse .pg-animation-copy {
    order: 1;
}

.pg-animation-visual {
    display: grid;
    min-height: 410px;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    background:
        radial-gradient(circle at center, rgba(139, 92, 246, 0.17), transparent 62%),
        rgba(255, 255, 255, 0.025);
}

.pg-animation-visual img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 460px;
    object-fit: contain;
}

.pg-animation-logo {
    display: block;
    width: auto;
    max-width: 250px;
    max-height: 78px;
    margin-bottom: 20px;
    object-fit: contain;
}

.pg-animation-copy h2 {
    max-width: 650px;
    margin: 8px 0 16px;
    color: #fff;
    font-size: clamp(2rem, 3.6vw, 3.15rem);
    letter-spacing: -0.052em;
    line-height: 1.06;
}

.pg-animation-copy > p {
    margin: 0;
    color: #b4bcd4;
    line-height: 1.7;
}

.pg-animation-copy ul {
    display: grid;
    gap: 10px;
    margin: 23px 0 28px;
    padding: 0;
    list-style: none;
}

.pg-animation-copy li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #d2d6e7;
    font-size: 0.85rem;
}

.pg-animation-copy li i {
    margin-top: 2px;
    color: #7dd3fc;
}

.pg-animation-choice {
    padding: 76px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(255, 255, 255, 0.018);
}

.pg-animation-choice .pg-section-head h2 {
    margin: 12px 0;
    color: #fff;
}

.pg-animation-choice-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 32px;
}

.pg-animation-choice-grid article {
    padding: 25px;
    border: 1px solid var(--marketing-border);
    border-radius: 21px;
    background: rgba(255, 255, 255, 0.025);
}

.pg-animation-choice-grid i {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    margin-bottom: 17px;
    border-radius: 15px;
    background: rgba(139, 92, 246, 0.13);
    color: #bcb2ff;
    font-size: 1.1rem;
}

.pg-animation-choice-grid strong {
    color: #f5f6ff;
    font-size: 0.94rem;
}

.pg-animation-choice-grid p {
    margin: 7px 0 0;
    color: #9fa8c4;
    font-size: 0.8rem;
    line-height: 1.55;
}

/* ==========================================================
   COMMENT ÇA MARCHE
   ========================================================== */

.pg-how-timeline {
    padding: 8px 0 76px;
}

.pg-how-step {
    display: grid;
    grid-template-columns: 60px minmax(0, 1fr) 78px;
    align-items: center;
    gap: 24px;
    padding: 30px;
    border: 1px solid var(--marketing-border);
    border-radius: 24px;
    background:
        radial-gradient(circle at 12% 0, rgba(109, 93, 252, 0.08), transparent 32%),
        linear-gradient(155deg, rgba(18, 22, 49, 0.96), rgba(10, 13, 32, 0.96));
    box-shadow: 0 20px 54px rgba(0, 0, 0, 0.15);
}

.pg-how-step + .pg-how-step {
    margin-top: 14px;
}

.pg-how-number {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border-radius: 17px;
    background: linear-gradient(145deg, #6d5dfc, #8b5cf6);
    color: #fff;
    font-size: 1.05rem;
    font-weight: 800;
    box-shadow: 0 14px 28px rgba(80, 58, 210, 0.22);
}

.pg-how-copy h2 {
    margin: 5px 0 9px;
    color: #fff;
    font-size: clamp(1.45rem, 2.5vw, 2rem);
    letter-spacing: -0.04em;
}

.pg-how-copy p {
    max-width: 800px;
    margin: 0;
    color: #aeb6ce;
    font-size: 0.88rem;
    line-height: 1.65;
}

.pg-how-icon {
    display: grid;
    width: 70px;
    height: 70px;
    place-items: center;
    border-radius: 22px;
    background: rgba(139, 92, 246, 0.11);
    color: #bcb2ff;
    font-size: 1.45rem;
}

.pg-how-principles {
    padding: 76px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(255, 255, 255, 0.018);
}

.pg-how-principles .pg-section-head h2 {
    margin: 12px 0;
    color: #fff;
}

.pg-how-principles .pg-section-head p {
    color: var(--marketing-muted);
}

/* ==========================================================
   PAGES DÉTAILLÉES DES ANIMATIONS
   ========================================================== */

.pg-animation-detail-hero {
    padding: 74px 0 66px;
}

.pg-animation-detail-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.9fr);
    align-items: center;
    gap: 48px;
}

.pg-animation-detail-logo {
    display: block;
    width: auto;
    max-width: 300px;
    max-height: 92px;
    margin-bottom: 23px;
    object-fit: contain;
}

.pg-animation-detail-copy h1 {
    max-width: 760px;
    margin: 17px 0 21px;
    color: #fff;
    font-size: clamp(3.1rem, 5.7vw, 5.15rem);
    font-weight: 800;
    letter-spacing: -0.062em;
    line-height: 0.98;
    text-wrap: balance;
}

.pg-animation-detail-copy > p {
    max-width: 680px;
    margin: 0;
    color: #b3bbd3;
    font-size: 1.05rem;
    line-height: 1.72;
}

.pg-animation-detail-visual {
    display: grid;
    min-height: 500px;
    place-items: center;
    overflow: hidden;
    border: 1px solid var(--marketing-border);
    border-radius: 30px;
    background:
        radial-gradient(circle at center, rgba(139, 92, 246, 0.18), transparent 62%),
        rgba(255, 255, 255, 0.025);
    box-shadow: 0 28px 75px rgba(0, 0, 0, 0.2);
}

.pg-animation-detail-visual img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 540px;
    object-fit: contain;
}

.pg-animation-detail-principle {
    padding: 76px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(255, 255, 255, 0.018);
}

.pg-animation-principle-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.pg-animation-principle-grid article {
    padding: 34px;
    border: 1px solid var(--marketing-border);
    border-radius: 25px;
    background: linear-gradient(155deg, rgba(18, 22, 49, 0.96), rgba(10, 13, 32, 0.96));
}

.pg-animation-principle-grid h2 {
    margin: 8px 0 13px;
    color: #fff;
    font-size: clamp(1.7rem, 3vw, 2.35rem);
    letter-spacing: -0.045em;
    line-height: 1.12;
}

.pg-animation-principle-grid p {
    margin: 0;
    color: #adb5cd;
    line-height: 1.7;
}

.pg-animation-detail-steps {
    padding: 76px 0;
}

.pg-animation-detail-steps .pg-section-head h2,
.pg-animation-detail-benefits .pg-section-head h2 {
    margin: 12px 0;
    color: #fff;
}

.pg-animation-detail-step-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 32px;
}

.pg-animation-detail-step-grid article {
    padding: 27px;
    border: 1px solid var(--marketing-border);
    border-radius: 22px;
    background: linear-gradient(155deg, rgba(18, 22, 49, 0.96), rgba(10, 13, 32, 0.96));
}

.pg-animation-detail-step-grid article > span {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    margin-bottom: 20px;
    border-radius: 14px;
    background: rgba(139, 92, 246, 0.14);
    color: #bcb2ff;
    font-weight: 800;
}

.pg-animation-detail-step-grid h3 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 1.02rem;
}

.pg-animation-detail-step-grid p {
    margin: 0;
    color: #9fa8c4;
    font-size: 0.81rem;
    line-height: 1.55;
}

.pg-animation-detail-benefits {
    padding: 76px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(255, 255, 255, 0.018);
}

/* Plus aucun ancien filet de couleur sur les héros des animations. */
.pg-animation-detail-page .pg-theme-challenge,
.pg-animation-detail-page .pg-theme-duo,
.pg-animation-detail-page .pg-theme-meet {
    border-left: 0;
    padding-left: 0;
}

@media (max-width: 980px) {
    .pg-animation-feature,
    .pg-animation-detail-hero-grid {
        grid-template-columns: 1fr;
    }

    .pg-animation-feature-reverse .pg-animation-visual,
    .pg-animation-feature-reverse .pg-animation-copy {
        order: initial;
    }

    .pg-animation-visual {
        min-height: 360px;
    }

    .pg-animation-detail-visual {
        min-height: 420px;
    }
}

@media (max-width: 760px) {
    .pg-animation-choice-grid,
    .pg-animation-detail-step-grid,
    .pg-animation-principle-grid {
        grid-template-columns: 1fr;
    }

    .pg-animation-feature {
        gap: 28px;
        padding: 22px;
        border-radius: 23px;
    }

    .pg-animation-visual {
        min-height: 260px;
        border-radius: 19px;
    }

    .pg-animation-logo {
        max-width: 220px;
        max-height: 68px;
    }

    .pg-how-step {
        grid-template-columns: 45px minmax(0, 1fr);
        align-items: start;
        gap: 14px;
        padding: 21px;
        border-radius: 20px;
    }

    .pg-how-number {
        width: 42px;
        height: 42px;
        border-radius: 13px;
    }

    .pg-how-icon {
        display: none;
    }

    .pg-animation-detail-hero {
        padding: 54px 0 50px;
    }

    .pg-animation-detail-copy h1 {
        font-size: clamp(2.75rem, 14vw, 3.8rem);
        line-height: 1;
    }

    .pg-animation-detail-visual {
        min-height: 300px;
        border-radius: 22px;
    }

    .pg-animation-detail-logo {
        max-width: 240px;
        max-height: 76px;
    }

    .pg-animation-detail-principle,
    .pg-animation-detail-steps,
    .pg-animation-detail-benefits,
    .pg-animation-choice,
    .pg-how-principles {
        padding: 54px 0;
    }

    .pg-animation-principle-grid article,
    .pg-animation-detail-step-grid article {
        padding: 23px;
        border-radius: 20px;
    }
}
