/* LF153 Core 1.4.3 — Companion, deux écrans validés */

.lf153-companion {
    margin-top: 38px;
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,.14);
}

.lf153-companion__screen {
    min-height: 360px;
    padding: 44px 54px 34px;
    border: 1px solid #d6a83a;
    background:
        radial-gradient(circle at 62% 26%, rgba(214,168,58,.065), transparent 30%),
        #0a0a0a;
}

.lf153-companion__screen[hidden] {
    display: none !important;
}

.lf153-companion__screen.is-active {
    display: grid;
}

.lf153-companion__screen--intro {
    grid-template-columns: minmax(280px, .9fr) minmax(360px, 1.1fr);
    gap: 52px;
    align-items: center;
}

.lf153-companion__screen--phone {
    grid-template-columns: minmax(245px, .85fr) minmax(250px, 310px) minmax(220px, .8fr);
    gap: 44px;
    align-items: center;
}

.lf153-companion__eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    padding-bottom: 11px;
    border-bottom: 2px solid #d6a83a;
    color: #d6a83a;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1.1px;
    line-height: 1.45;
    text-transform: uppercase;
}

.lf153-companion__heading {
    margin: 0 0 26px;
    color: #f5f2ea;
    font-family: var(--lf153-police-titre, inherit);
    font-size: clamp(31px, 4vw, 50px);
    font-weight: 400;
    line-height: 1.02;
    text-transform: uppercase;
}

.lf153-companion__lead {
    margin: 0;
    color: #e7e3da;
    font-size: 16px;
    line-height: 1.6;
}

.lf153-companion__intro-actions {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.lf153-companion__receive-card {
    display: flex;
    width: min(470px, 100%);
    min-height: 230px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 28px;
    border: 2px solid #d6a83a;
    border-radius: 18px;
    background: #0d0d0d;
    box-shadow: 0 0 26px rgba(214,168,58,.22);
    color: #f5f2ea;
    cursor: pointer;
    text-align: center;
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.lf153-companion__receive-card:hover,
.lf153-companion__receive-card:focus-visible {
    transform: translateY(-2px);
    background: #13110c;
    box-shadow: 0 0 34px rgba(214,168,58,.32);
}

.lf153-companion__plane {
    margin-bottom: 15px;
    color: #d6a83a;
    font-size: 46px;
    line-height: 1;
    transform: rotate(-16deg);
}

.lf153-companion__receive-card strong {
    color: #d6a83a;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.lf153-companion__receive-card small {
    margin-top: 11px;
    color: #f5f2ea;
    font-size: 14px;
}

.lf153-companion__arrow {
    margin-top: 12px;
    color: #d6a83a;
    font-size: 31px;
}

.lf153-companion__route-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 28px;
    border: 1px solid #d6a83a;
    color: #d6a83a;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .8px;
    text-decoration: none;
    text-transform: uppercase;
}

.lf153-companion__privacy {
    margin-top: 32px;
    color: #d7d2c8;
    font-size: 13px;
    line-height: 1.55;
}

.lf153-companion__privacy span {
    margin-right: 8px;
    color: #d6a83a;
}

.lf153-phone {
    position: relative;
    width: 100%;
    max-width: 294px;
    padding: 7px;
    border: 1px solid #d6a83a;
    border-radius: 40px;
    background: linear-gradient(155deg, #242424, #080808 48%, #171717);
    box-shadow: 0 26px 62px rgba(0,0,0,.46);
}

.lf153-phone__island {
    position: absolute;
    z-index: 2;
    top: 13px;
    left: 50%;
    width: 74px;
    height: 19px;
    border-radius: 999px;
    background: #020202;
    transform: translateX(-50%);
}

.lf153-phone__screen {
    min-height: 420px;
    padding: 43px 18px 18px;
    border-radius: 33px;
    background:
        radial-gradient(circle at 68% 7%, rgba(214,168,58,.055), transparent 29%),
        #090909;
}

.lf153-phone__view {
    display: none;
}

.lf153-phone__view.is-active {
    display: block;
}

.lf153-phone h5 {
    margin: 0 0 5px;
    color: #f5f2ea;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}

.lf153-phone__subtitle {
    margin: 0 0 13px;
    color: #aaa79f;
    font-size: 10px;
    text-align: center;
}

.lf153-phone__number-wrap {
    display: grid;
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 8px;
    margin-bottom: 12px;
}

.lf153-phone__number-wrap span,
.lf153-phone__number {
    min-height: 45px;
    border: 1px solid rgba(214,168,58,.45);
    background: #0d0d0d;
}

.lf153-phone__number-wrap span {
    display: grid;
    place-items: center;
    color: #d6a83a;
    font-size: 17px;
    font-weight: 700;
}

.lf153-phone__number {
    width: 100%;
    padding: 0 12px;
    outline: 0;
    color: #f5f2ea;
    font-size: 17px;
}

.lf153-keypad {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
    margin-bottom: 12px;
}

.lf153-keypad button,
.lf153-keypad__spacer {
    min-height: 45px;
}

.lf153-keypad button {
    border: 0;
    border-radius: 5px;
    background: #181818;
    color: #d6a83a;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}

.lf153-keypad button:active {
    background: #25200f;
}

.lf153-phone__send,
.lf153-phone__restart {
    width: 100%;
    min-height: 40px;
    border: 1px solid #d6a83a;
    background: #d6a83a;
    color: #090909;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.lf153-phone__send:disabled {
    border-color: rgba(255,255,255,.12);
    background: #121212;
    color: #555;
}

.lf153-phone__service {
    margin: 8px 0 10px;
    color: #b9b4aa;
    font-size: 9px;
    text-align: center;
}

.lf153-phone__legal {
    margin: 0;
    color: #9d988f;
    font-size: 8.5px;
    line-height: 1.35;
    text-align: center;
}

.lf153-phone__legal span {
    margin-right: 4px;
    color: #d6a83a;
}

.lf153-phone__check {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin: 18px auto;
    border: 1px solid #d6a83a;
    border-radius: 50%;
    color: #d6a83a;
    font-size: 26px;
}

.lf153-phone__summary {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 14px;
    padding: 12px;
    border: 1px solid rgba(255,255,255,.12);
    color: #aaa79f;
    font-size: 12px;
    text-align: center;
}

.lf153-phone__summary strong {
    color: #f5f2ea;
    font-size: 17px;
    text-transform: uppercase;
}

.lf153-phone__actions {
    display: grid;
    gap: 7px;
    margin-bottom: 12px;
}

.lf153-phone__actions a {
    display: flex;
    min-height: 36px;
    align-items: center;
    justify-content: space-between;
    padding: 0 11px;
    border: 1px solid rgba(214,168,58,.48);
    color: #d6a83a;
    font-size: 10px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.lf153-phone__actions a::after {
    content: "→";
}

.lf153-phone__restart {
    background: transparent;
    color: #d6a83a;
}

.lf153-companion__story {
    padding-left: 36px;
    border-left: 1px solid rgba(214,168,58,.4);
    text-align: center;
}

.lf153-companion__heart {
    display: block;
    margin-bottom: 28px;
    color: #d6a83a;
    font-size: 54px;
    line-height: 1;
}

.lf153-companion__story p {
    margin: 0;
    color: #f5f2ea;
    font-size: 20px;
    line-height: 1.45;
}

.lf153-companion__story strong {
    color: #d6a83a;
    font-weight: 600;
}

.lf153-companion__story-line {
    display: block;
    width: 52px;
    height: 2px;
    margin: 24px auto;
    background: #d6a83a;
}

.lf153-companion__footer-links {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin-top: 12px;
    padding-top: 22px;
    border-top: 1px solid rgba(214,168,58,.35);
}

.lf153-companion__footer-links a {
    display: flex;
    gap: 13px;
    align-items: center;
    color: #f5f2ea;
    text-decoration: none;
}

.lf153-companion__footer-links > a > span:first-child {
    color: #d6a83a;
    font-size: 28px;
}

.lf153-companion__footer-links strong,
.lf153-companion__footer-links small {
    display: block;
}

.lf153-companion__footer-links strong {
    color: #f5f2ea;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.lf153-companion__footer-links small {
    margin-top: 3px;
    color: #b9b4aa;
    font-size: 11px;
}

@media (max-width: 900px) {
    .lf153-companion__screen {
        padding: 32px 26px;
    }

    .lf153-companion__screen--intro,
    .lf153-companion__screen--phone {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .lf153-companion__screen--phone {
        justify-items: center;
    }

    .lf153-companion__phone-copy,
    .lf153-companion__story {
        width: 100%;
        max-width: 520px;
    }

    .lf153-companion__story {
        padding: 26px 0 0;
        border-top: 1px solid rgba(214,168,58,.35);
        border-left: 0;
    }

    .lf153-companion__footer-links {
        grid-template-columns: 1fr;
        width: 100%;
    }
}

@media (max-width: 600px) {
    .lf153-companion__screen {
        padding: 26px 18px;
    }

    .lf153-companion__heading {
        font-size: 32px;
    }

    .lf153-companion__lead {
        font-size: 14px;
    }

    .lf153-companion__receive-card {
        min-height: 190px;
    }

    .lf153-phone {
        max-width: 270px;
    }

    .lf153-phone__screen {
        min-height: 400px;
    }
}
