/*
 * Tiaki Visa Premium Widget - v1.12
 * Reproduction éditoriale du design validé : tarifs, étapes et FAQ.
 */

.tiaki-visa-premium {
    --tvp-primary: #07162d;
    --tvp-secondary: #102b50;
    --tvp-accent: #c9931f;
    --tvp-accent-light: #e1bf6c;
    --tvp-text: #5f6877;
    --tvp-surface: #ffffff;
    --tvp-border: rgba(7, 22, 45, 0.11);
    --tvp-panel: #fdfcf9;
    --tvp-radius: 16px;
    position: relative;
    width: 100%;
    color: var(--tvp-primary);
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

.tiaki-visa-premium *,
.tiaki-visa-premium *::before,
.tiaki-visa-premium *::after {
    box-sizing: border-box;
}

.tiaki-visa-premium a {
    color: inherit;
    text-decoration: none;
}

.tiaki-visa-premium p,
.tiaki-visa-premium h2,
.tiaki-visa-premium h3,
.tiaki-visa-premium ul,
.tiaki-visa-premium ol,
.tiaki-visa-premium figure {
    margin: 0;
}

.tvp-container {
    width: calc(100% - 32px);
    max-width: 1500px;
    margin: 0 auto;
}

.tvp-section {
    position: relative;
    padding: 28px 0;
}

.tvp-reference-panel {
    margin: 0;
    overflow: hidden;
    background: linear-gradient(135deg, #fffefa 0%, #ffffff 60%, #fbfaf6 100%);
    border: 1px solid var(--tvp-border);
    border-radius: 0;
}

.tvp-pricing-section {
    border-radius: max(14px, var(--tvp-radius)) max(14px, var(--tvp-radius)) 0 0;
}

.tvp-reference-panel + .tvp-reference-panel {
    margin-top: -1px;
}

.tvp-faq-section {
    border-radius: 0 0 max(14px, var(--tvp-radius)) max(14px, var(--tvp-radius));
}

.tvp-reference-heading {
    position: relative;
    z-index: 3;
    max-width: 980px;
    margin: 0 auto 32px;
    text-align: center;
}

.tvp-eyebrow {
    display: block;
    margin-bottom: 8px;
    color: var(--tvp-accent);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2.8px;
    line-height: 1.3;
    text-transform: uppercase;
}

.tvp-section-title {
    color: var(--tvp-primary);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(31px, 3vw, 48px);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -1.2px;
}

.tvp-heading-line {
    display: block;
    width: 58px;
    height: 2px;
    margin: 14px auto 0;
    background: var(--tvp-accent);
    border-radius: 99px;
}

/* =========================================================
   TARIFS - TROIS CARTES
========================================================= */

.tvp-pricing-section {
    padding-top: 30px;
    padding-bottom: 24px;
}

.tvp-reference-pricing-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.08fr) minmax(0, 1.02fr);
    gap: 24px;
    align-items: stretch;
}

.tvp-reference-card {
    position: relative;
    min-width: 0;
    min-height: 305px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(7, 22, 45, 0.08);
    border-radius: max(14px, var(--tvp-radius));
    box-shadow: 0 12px 34px rgba(7, 22, 45, 0.08);
}

.tvp-round-icon {
    position: absolute;
    z-index: 4;
    top: 14px;
    left: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    padding: 0;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 7px 22px rgba(7, 22, 45, 0.12);
    line-height: 1;
    text-align: center;
}

.tvp-official-card .tvp-round-icon {
    left: -16px;
    width: 68px;
    height: 68px;
    border: 8px solid #ffffff;
}

.tvp-round-icon-navy {
    color: var(--tvp-accent-light);
    background: var(--tvp-primary);
}

.tvp-round-icon-gold {
    color: #ffffff;
    background: linear-gradient(145deg, var(--tvp-accent-light), var(--tvp-accent));
}

.tvp-round-icon-gold-solid {
    color: var(--tvp-primary);
    background: linear-gradient(145deg, #f4d985, var(--tvp-accent-light));
}

.tvp-fixed-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    line-height: 1;
    text-align: center;
}

.tvp-fixed-icon i,
.tvp-fixed-icon svg {
    position: static !important;
    display: block;
    flex: 0 0 auto;
    width: 25px !important;
    height: 25px !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 24px;
    line-height: 1 !important;
    fill: currentColor;
    transform: none !important;
}

.tvp-fixed-icon i::before {
    display: block;
    line-height: 1 !important;
}

.tvp-official-card {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.98) 66%, rgba(237, 247, 255, 0.93) 100%);
}

.tvp-card-copy {
    position: relative;
    z-index: 2;
    max-width: 70%;
    padding: 50px 24px 34px 64px;
}

.tvp-card-copy h3,
.tvp-pack-copy h3,
.tvp-appointment-copy h3 {
    color: var(--tvp-primary);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
}

.tvp-card-subtitle {
    margin-top: 8px !important;
    color: #465064;
    font-size: 14px;
    line-height: 1.5;
}

.tvp-reference-price {
    margin-top: 24px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(45px, 4vw, 60px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -1.7px;
}

.tvp-reference-price-dark {
    color: var(--tvp-primary);
}

.tvp-reference-price-gold {
    color: var(--tvp-accent);
}

.tvp-card-note {
    max-width: 220px;
    margin-top: 18px !important;
    color: #4e5664;
    font-size: 13px;
    line-height: 1.55;
}

.tvp-official-art {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 138px;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
}

.tvp-pack-card {
    background: linear-gradient(125deg, #ffffff 0%, #ffffff 69%, #f6f5f2 100%);
}

.tvp-pack-copy {
    position: relative;
    z-index: 2;
    padding: 32px 30px 27px 94px;
}

.tvp-pack-label {
    display: block;
    margin-bottom: 5px;
    color: var(--tvp-accent);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.7px;
}

.tvp-pack-copy h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.tvp-pack-card .tvp-reference-price {
    margin-top: 22px;
    font-size: 49px;
}

.tvp-included-title {
    display: block;
    margin: 22px 0 10px;
    color: var(--tvp-primary);
    font-size: 14px;
}

.tvp-reference-feature-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px 18px;
    max-width: 88%;
    padding: 0;
    list-style: none;
}

.tvp-reference-feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #354052;
    font-size: 12px;
    line-height: 1.35;
}

.tvp-feature-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 17px;
    width: 17px;
    height: 17px;
    padding: 0;
    color: var(--tvp-accent);
    border: 1px solid var(--tvp-accent);
    border-radius: 50%;
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
}

.tvp-pack-art {
    position: absolute;
    top: 14px;
    right: 11px;
    width: 150px;
    height: 220px;
    object-fit: contain;
    object-position: right top;
    opacity: 0.72;
    pointer-events: none;
}

.tvp-appointment-card {
    color: #ffffff;
    background:
        radial-gradient(circle at 100% 0%, rgba(74, 105, 160, 0.25), transparent 36%),
        linear-gradient(135deg, #112a56 0%, #071b40 58%, #0b214b 100%);
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 42px rgba(7, 22, 45, 0.2);
}

.tvp-appointment-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, transparent 0 48%, rgba(255, 255, 255, 0.03) 48% 70%, transparent 70%);
    pointer-events: none;
}

.tvp-appointment-copy {
    position: relative;
    z-index: 2;
    padding: 25px 25px 23px 88px;
}

.tvp-appointment-kicker {
    display: block;
    margin: 4px 0 5px;
    color: var(--tvp-accent-light);
    font-size: 15px;
    font-weight: 700;
}

.tvp-appointment-copy h3 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 500;
}

.tvp-reference-appointment-list {
    display: grid;
    gap: 12px;
    margin-top: 22px !important;
    padding: 0;
    list-style: none;
}

.tvp-reference-appointment-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 13px;
    line-height: 1.35;
}

.tvp-appointment-list-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    padding: 0;
    color: var(--tvp-accent-light);
    border: 1px solid var(--tvp-accent-light);
    border-radius: 50%;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
}

.tvp-appointment-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: 100%;
    min-height: 52px;
    margin-top: 20px;
    color: var(--tvp-primary);
    background: linear-gradient(90deg, #d9ad45, #f1d57a);
    border-radius: 10px;
    box-shadow: 0 9px 22px rgba(0, 0, 0, 0.12);
    font-size: 13px;
    font-weight: 800;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.tvp-appointment-button:hover {
    color: var(--tvp-primary);
    transform: translateY(-2px);
    box-shadow: 0 13px 28px rgba(0, 0, 0, 0.18);
}

/* =========================================================
   ÉTAPES - TIMELINE + IMAGE FOND DROITE
========================================================= */

.tvp-steps-section {
    min-height: 325px;
    padding-top: 20px;
    padding-bottom: 22px;
    background: #ffffff;
}

.tvp-steps-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 37%;
    background-image: var(--tvp-steps-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    pointer-events: none;
}

.tvp-steps-section::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 55%;
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.92) 22%, rgba(255, 255, 255, 0.2) 70%, transparent 100%);
    pointer-events: none;
}

.tvp-steps-reference-inner {
    position: relative;
    z-index: 2;
}

.tvp-steps-section .tvp-reference-heading {
    max-width: 650px;
    margin-bottom: 24px;
}

.tvp-reference-steps {
    display: grid;
    grid-template-columns: repeat(var(--tvp-step-count), minmax(0, 1fr));
    width: 72%;
    padding: 0;
    list-style: none;
}

.tvp-reference-step {
    position: relative;
    min-width: 0;
    padding: 0 14px;
    text-align: center;
}

.tvp-reference-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 31px;
    left: calc(50% + 36px);
    width: calc(100% - 72px);
    height: 1px;
    background: linear-gradient(90deg, var(--tvp-accent) 0%, #dfc879 100%);
}

.tvp-reference-step:not(:last-child)::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 28px;
    right: -3px;
    width: 7px;
    height: 7px;
    background: var(--tvp-accent);
    border-radius: 50%;
}

.tvp-step-icon {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    color: #ffffff;
    background: linear-gradient(145deg, #112b5b, #061534);
    border: 4px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 9px 20px rgba(7, 22, 45, 0.16);
    line-height: 1;
    text-align: center;
}

.tvp-step-svg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    line-height: 1;
    text-align: center;
}

.tvp-step-svg i,
.tvp-step-svg svg {
    position: static !important;
    display: block;
    flex: 0 0 auto;
    width: 27px !important;
    height: 27px !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 26px;
    line-height: 1 !important;
    fill: currentColor;
    transform: none !important;
}

.tvp-step-svg i::before {
    display: block;
    line-height: 1 !important;
}

.tvp-step-sequence {
    display: block;
    margin-top: 8px;
    color: var(--tvp-accent);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    font-weight: 600;
}

.tvp-reference-step h3 {
    margin-top: 4px;
    color: var(--tvp-primary);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
}

.tvp-reference-step p {
    max-width: 170px;
    margin: 7px auto 0 !important;
    color: #5f6673;
    font-size: 11px;
    line-height: 1.55;
}

/* =========================================================
   FAQ - BANDEAU IMAGE / TEXTE / BOUTON
========================================================= */

.tvp-faq-section {
    padding: 0;
    background: #ffffff;
}

.tvp-faq-reference-banner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(280px, 0.82fr) minmax(360px, 1.2fr) minmax(200px, 0.55fr);
    min-height: 178px;
    overflow: hidden;
    border-radius: inherit;
    align-items: center;
}

.tvp-faq-reference-image {
    align-self: stretch;
    min-height: 178px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.tvp-faq-reference-image::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40%;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.08) 58%, #ffffff 100%);
    pointer-events: none;
}

.tvp-faq-reference-copy {
    position: relative;
    z-index: 2;
    padding: 22px 20px;
    text-align: center;
}

.tvp-faq-reference-copy .tvp-eyebrow {
    margin-bottom: 4px;
    font-size: 12px;
    letter-spacing: 1.3px;
}

.tvp-faq-reference-copy .tvp-section-title {
    font-size: clamp(31px, 3.2vw, 44px);
}

.tvp-faq-reference-copy .tvp-heading-line {
    width: 44px;
    margin-top: 8px;
}

.tvp-faq-reference-copy p {
    max-width: 590px;
    margin: 10px auto 0 !important;
    color: #5d6574;
    font-size: 13px;
    line-height: 1.45;
}

.tvp-faq-question-button {
    position: relative;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 48px);
    max-width: 220px;
    min-height: 48px;
    margin: 0 auto;
    color: var(--tvp-primary);
    background: #ffffff;
    border: 1px solid var(--tvp-primary);
    border-radius: 14px;
    font-size: 13px;
    font-weight: 700;
    transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.tvp-faq-question-button:hover {
    color: #ffffff;
    background: var(--tvp-primary);
    transform: translateY(-2px);
}

.tvp-reference-faq-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 18px 24px 24px;
    border-top: 1px solid var(--tvp-border);
}

.tvp-faq-item {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--tvp-border);
    border-radius: 12px;
}

.tvp-faq-item summary {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 56px;
    padding: 14px 44px 14px 16px;
    color: var(--tvp-primary);
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
}

.tvp-faq-item summary::-webkit-details-marker {
    display: none;
}

.tvp-faq-item summary i,
.tvp-faq-item summary i::after {
    position: absolute;
    top: 50%;
    right: 17px;
    width: 14px;
    height: 1px;
    background: var(--tvp-accent);
    content: "";
}

.tvp-faq-item summary i::after {
    top: 0;
    right: 0;
    transform: rotate(90deg);
    transition: transform 0.2s ease;
}

.tvp-faq-item[open] summary i::after {
    transform: rotate(0deg);
}

.tvp-faq-answer {
    padding: 0 16px 16px;
    color: var(--tvp-text);
    font-size: 12px;
    line-height: 1.6;
}

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

.tvp-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.68s ease, transform 0.68s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
}

.tvp-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* =========================================================
   TABLETTE
========================================================= */

@media (max-width: 1120px) {
    .tvp-reference-pricing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tvp-appointment-card {
        grid-column: 1 / -1;
        min-height: 250px;
    }

    .tvp-appointment-copy {
        max-width: 760px;
    }

    .tvp-reference-steps {
        width: 78%;
    }

    .tvp-reference-step {
        padding-right: 8px;
        padding-left: 8px;
    }

    .tvp-faq-reference-banner {
        grid-template-columns: minmax(260px, 0.8fr) minmax(330px, 1.15fr) minmax(180px, 0.55fr);
    }
}

@media (max-width: 900px) {
    .tvp-reference-pricing-grid {
        grid-template-columns: 1fr;
    }

    .tvp-reference-card,
    .tvp-appointment-card {
        grid-column: auto;
        min-height: 285px;
    }

    .tvp-pack-art {
        width: 175px;
    }

    .tvp-steps-section::before {
        width: 42%;
        opacity: 0.62;
    }

    .tvp-steps-section::after {
        width: 70%;
    }

    .tvp-reference-steps {
        width: 100%;
    }

    .tvp-faq-reference-banner {
        grid-template-columns: 260px 1fr;
    }

    .tvp-faq-question-button {
        grid-column: 2;
        width: 210px;
        margin: 0 auto 20px;
    }

    .tvp-reference-faq-list {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
    .tvp-container {
        width: calc(100% - 18px);
    }

    .tvp-reference-panel {
        margin: 0;
        border-radius: 0;
    }

    .tvp-pricing-section {
        border-radius: 14px 14px 0 0;
    }

    .tvp-faq-section {
        border-radius: 0 0 14px 14px;
    }

    .tvp-section {
        padding-top: 22px;
        padding-bottom: 22px;
    }

    .tvp-reference-heading {
        margin-bottom: 22px;
        padding: 0 8px;
    }

    .tvp-eyebrow {
        font-size: 10px;
        letter-spacing: 1.7px;
    }

    .tvp-section-title {
        font-size: 31px;
        letter-spacing: -0.7px;
    }

    .tvp-heading-line {
        width: 44px;
        margin-top: 10px;
    }

    .tvp-reference-pricing-grid {
        gap: 14px;
    }

    .tvp-reference-card,
    .tvp-appointment-card {
        min-height: 0;
        border-radius: 14px;
    }

    .tvp-round-icon {
        top: 14px;
        left: 16px;
        width: 48px;
        height: 48px;
    }

    .tvp-official-card .tvp-round-icon {
        left: 14px;
        width: 52px;
        height: 52px;
        border: 0;
    }

    .tvp-fixed-icon i,
    .tvp-fixed-icon svg {
        width: 21px !important;
        height: 21px !important;
        font-size: 20px;
    }

    .tvp-card-copy {
        max-width: 76%;
        padding: 78px 18px 24px;
    }

    .tvp-card-copy h3,
    .tvp-pack-copy h3 {
        font-size: 20px;
    }

    .tvp-reference-price {
        margin-top: 18px;
        font-size: 46px;
    }

    .tvp-card-note {
        max-width: 200px;
        font-size: 12px;
    }

    .tvp-official-art {
        width: 115px;
        opacity: 0.9;
    }

    .tvp-pack-copy {
        padding: 78px 18px 24px;
    }

    .tvp-pack-art {
        top: 18px;
        right: 4px;
        width: 125px;
        height: 170px;
        opacity: 0.38;
    }

    .tvp-reference-feature-list {
        grid-template-columns: 1fr;
        max-width: 100%;
        gap: 8px;
    }

    .tvp-appointment-copy {
        padding: 76px 18px 18px;
    }

    .tvp-appointment-copy h3 {
        font-size: 24px;
    }

    .tvp-reference-appointment-list {
        gap: 10px;
        margin-top: 18px !important;
    }

    .tvp-appointment-button {
        min-height: 50px;
        margin-top: 18px;
    }

    .tvp-steps-section {
        padding-bottom: 18px;
    }

    .tvp-steps-section::before {
        top: auto;
        width: 100%;
        height: 190px;
        opacity: 0.34;
        background-position: center bottom;
    }

    .tvp-steps-section::after {
        top: auto;
        width: 100%;
        height: 235px;
        background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.84) 36%, rgba(255, 255, 255, 0.18) 100%);
    }

    .tvp-reference-steps {
        grid-template-columns: 1fr;
        gap: 0;
        width: 100%;
        padding-bottom: 120px;
    }

    .tvp-reference-step {
        display: grid;
        grid-template-columns: 54px minmax(0, 1fr);
        grid-template-rows: auto auto auto;
        gap: 0 14px;
        padding: 14px 12px;
        text-align: left;
    }

    .tvp-reference-step:not(:last-child)::after {
        top: 65px;
        bottom: -14px;
        left: 38px;
        width: 1px;
        height: auto;
    }

    .tvp-reference-step:not(:last-child)::before {
        display: none;
    }

    .tvp-step-icon {
        grid-row: 1 / 4;
        align-self: start;
        justify-self: center;
        width: 52px;
        height: 52px;
        margin: 0;
    }

    .tvp-step-svg i,
    .tvp-step-svg svg {
        width: 22px !important;
        height: 22px !important;
        font-size: 21px;
    }

    .tvp-step-sequence {
        margin: 0;
        font-size: 15px;
    }

    .tvp-reference-step h3 {
        margin-top: 2px;
        font-size: 14px;
    }

    .tvp-reference-step p {
        max-width: none;
        margin: 5px 0 0 !important;
        font-size: 12px;
    }

    .tvp-faq-reference-banner {
        display: flex;
        flex-direction: column;
        min-height: 0;
    }

    .tvp-faq-reference-image {
        width: 100%;
        min-height: 165px;
    }

    .tvp-faq-reference-image::after {
        top: 70px;
        right: 0;
        bottom: 0;
        width: 100%;
        background: linear-gradient(180deg, transparent 0%, #ffffff 100%);
    }

    .tvp-faq-reference-copy {
        margin-top: -26px;
        padding: 16px 18px 18px;
    }

    .tvp-faq-reference-copy .tvp-section-title {
        font-size: 31px;
    }

    .tvp-faq-reference-copy p {
        font-size: 12px;
    }

    .tvp-faq-question-button {
        width: calc(100% - 36px);
        max-width: none;
        min-height: 48px;
        margin: 0 18px 20px;
    }

    .tvp-reference-faq-list {
        padding: 14px;
    }
}

@media (max-width: 420px) {
    .tvp-section-title {
        font-size: 27px;
    }

    .tvp-card-copy {
        max-width: 74%;
    }

    .tvp-official-art {
        width: 105px;
    }

    .tvp-reference-price,
    .tvp-pack-card .tvp-reference-price {
        font-size: 42px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tvp-reveal,
    .tvp-reveal.is-visible {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}


/* =========================================================
   v1.9 - FAQ sans image + carte officielle non coupée
========================================================= */

/* La FAQ ne contient plus de visuel : texte + bouton uniquement. */
.tvp-faq-reference-banner {
    grid-template-columns: minmax(0, 1fr) minmax(190px, 260px);
    min-height: 178px;
    gap: 28px;
    padding: 24px 34px;
}

.tvp-faq-reference-copy {
    padding: 0;
    text-align: center;
}

.tvp-faq-question-button {
    width: 100%;
    max-width: 230px;
    margin: 0 auto;
}

/* Sécurité pour le cache : aucun ancien bloc image FAQ ne doit s’afficher. */
.tvp-faq-reference-image {
    display: none !important;
}

/* L’icône de la carte officielle reste entièrement dans le bloc. */
.tvp-official-card .tvp-round-icon {
    top: 18px;
    left: 18px;
    width: 60px;
    height: 60px;
    border: 0;
}

.tvp-official-card .tvp-card-copy {
    max-width: calc(100% - 128px);
    padding: 42px 20px 32px 96px;
}

.tvp-official-art {
    right: 0;
    width: 132px;
    object-position: center bottom;
}

@media (max-width: 900px) {
    .tvp-faq-reference-banner {
        grid-template-columns: minmax(0, 1fr) minmax(180px, 220px);
        gap: 22px;
        padding: 24px 26px;
    }

    .tvp-faq-question-button {
        grid-column: auto;
        width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .tvp-faq-reference-banner {
        display: grid;
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 26px 18px 22px;
    }

    .tvp-faq-reference-copy {
        margin: 0;
        padding: 0;
    }

    .tvp-faq-question-button {
        width: 100%;
        max-width: none;
        margin: 0;
    }

    .tvp-official-card .tvp-round-icon {
        top: 16px;
        left: 16px;
        width: 52px;
        height: 52px;
    }

    .tvp-official-card .tvp-card-copy {
        max-width: calc(100% - 118px);
        padding: 78px 16px 24px 18px;
    }

    .tvp-official-art {
        width: 112px;
    }
}

@media (max-width: 420px) {
    .tvp-official-card .tvp-card-copy {
        max-width: calc(100% - 108px);
    }

    .tvp-official-art {
        width: 102px;
    }
}


/* =========================================================
   FAQ 1.10 - image conservée + questions sous le bandeau
========================================================= */
.tvp-faq-reference-banner {
    grid-template-columns: minmax(260px, 0.88fr) minmax(360px, 1.28fr) minmax(190px, 0.56fr);
}

.tvp-faq-reference-image {
    position: relative;
    min-width: 0;
    overflow: hidden;
    background-position: center center;
}

.tvp-faq-reference-image::after {
    left: auto;
    right: -1px;
    width: 34%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

.tvp-reference-faq-list {
    padding-top: 24px;
    background: #ffffff;
}

.tvp-faq-item summary {
    padding-left: 54px;
}

.tvp-faq-item summary::before {
    content: "?";
    position: absolute;
    top: 50%;
    left: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    color: var(--tvp-primary);
    background: rgba(201, 147, 31, 0.13);
    border: 1px solid rgba(201, 147, 31, 0.38);
    border-radius: 50%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 800;
    transform: translateY(-50%);
}

.tvp-faq-item[open] summary::before {
    color: #ffffff;
    background: var(--tvp-accent);
    border-color: var(--tvp-accent);
}

@media (max-width: 900px) {
    .tvp-faq-reference-banner {
        grid-template-columns: minmax(220px, 0.8fr) minmax(320px, 1.2fr);
    }

    .tvp-faq-question-button {
        grid-column: 1 / -1;
        width: min(100% - 40px, 320px);
        margin-bottom: 22px;
    }
}

@media (max-width: 700px) {
    .tvp-faq-reference-banner {
        display: flex;
        flex-direction: column;
    }

    .tvp-faq-reference-image {
        width: 100%;
        min-height: 210px;
        order: 1;
    }

    .tvp-faq-reference-image::after {
        top: auto;
        right: 0;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 36%;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    }

    .tvp-faq-reference-copy {
        order: 2;
        padding: 24px 20px 16px;
    }

    .tvp-faq-question-button {
        order: 3;
        width: calc(100% - 40px);
        max-width: none;
        margin: 0 20px 24px;
    }

    .tvp-reference-faq-list {
        grid-template-columns: 1fr;
        padding: 16px 14px 20px;
    }
}


/* =========================================================
   v1.11 - sections sans arrondis latéraux ni bordure extérieure
========================================================= */
.tvp-reference-panel,
.tvp-pricing-section,
.tvp-steps-section,
.tvp-faq-section {
    border: 0 !important;
    border-radius: 0 !important;
    outline: 0 !important;
}

.tvp-reference-panel + .tvp-reference-panel {
    margin-top: 0 !important;
}

.tvp-reference-faq-list {
    border-top: 0 !important;
}

@media (max-width: 767px) {
    .tvp-reference-panel,
    .tvp-pricing-section,
    .tvp-steps-section,
    .tvp-faq-section {
        border: 0 !important;
        border-radius: 0 !important;
    }
}


/* =========================================================
   v1.12 - image des étapes prolongée jusqu'au bord droit
========================================================= */
.elementor-widget-tiaki-visa-premium,
.elementor-widget-tiaki-visa-premium > .elementor-widget-container,
.tiaki-visa-premium {
    overflow: visible;
}

.tvp-steps-section {
    overflow: visible !important;
    isolation: isolate;
}

.tvp-steps-section::before {
    right: calc(50% - 50vw);
    width: calc(43% + 50vw - 50%);
    min-width: 430px;
    background-position: right center;
    z-index: 0;
}

.tvp-steps-section::after {
    right: calc(50% - 50vw);
    width: calc(61% + 50vw - 50%);
    z-index: 1;
}

.tvp-steps-reference-inner {
    z-index: 2;
}

@media (max-width: 900px) {
    .tvp-steps-section::before {
        width: calc(48% + 50vw - 50%);
        min-width: 360px;
        background-position: right center;
    }

    .tvp-steps-section::after {
        width: calc(76% + 50vw - 50%);
    }
}

@media (max-width: 767px) {
    .elementor-widget-tiaki-visa-premium,
    .elementor-widget-tiaki-visa-premium > .elementor-widget-container,
    .tiaki-visa-premium {
        overflow-x: clip;
    }

    .tvp-steps-section {
        overflow: hidden !important;
    }

    .tvp-steps-section::before,
    .tvp-steps-section::after {
        right: 0;
        min-width: 0;
    }

    .tvp-steps-section::before {
        width: 100%;
        background-position: center bottom;
    }

    .tvp-steps-section::after {
        width: 100%;
    }
}
