/* ============================================================
   Trisha Web CMS
   Facebook Ads Hero + Lead Form
   Unique scope: fb-hero-premium
   ============================================================ */

.fb-hero-premium {
    position: relative;
    overflow: hidden;
    padding: 42px 0 0;
    background: #f7fbff;
    background-size: cover;
    background-repeat: no-repeat;
    color: #10255c;
}

.fb-hero-premium::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 74% 26%, rgba(37, 99, 235, .10), transparent 28%),
        radial-gradient(circle at 12% 15%, rgba(59, 130, 246, .08), transparent 24%);
}

.fb-hero-premium > .container {
    position: relative;
    z-index: 2;
}

.fb-hero-premium__partner {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #10255c;
}

.fb-hero-premium__partner i {
    font-size: 27px;
    color: #0866ff;
}

.fb-hero-premium__top {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    min-height: 34px;
}

.fb-hero-premium__top-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.fb-hero-premium__top-features span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border: 1px solid rgba(37, 99, 235, .14);
    border-radius: 9px;
    background: rgba(255, 255, 255, .72);
    color: #1d3979;
    font-size: 11px;
    font-weight: 700;
}

.fb-hero-premium__top-features i {
    color: #0866ff;
}

.fb-hero-premium__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(260px, .62fr) minmax(330px, .78fr);
    gap: 30px;
    align-items: center;
    padding: 20px 0 26px;
}

.fb-hero-premium__copy {
    min-width: 0;
}

.fb-hero-premium__badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 13px;
    border: 1px solid rgba(37, 99, 235, .16);
    border-radius: 999px;
    background: rgba(255, 255, 255, .78);
    color: #0866ff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .25px;
}

.fb-hero-premium__copy h1 {
    margin: 17px 0 12px;
    max-width: 680px;
    color: #09235f;
    font-size: clamp(42px, 4.3vw, 70px);
    line-height: .98;
    letter-spacing: -2.8px;
    font-weight: 900;
}

.fb-hero-premium__copy p {
    max-width: 680px;
    margin: 0;
    color: #53658b;
    font-size: 17px;
    line-height: 1.62;
}

.fb-hero-premium__features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 21px;
    max-width: 590px;
}

.fb-hero-premium__features article {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 58px;
    padding: 9px 12px;
    border: 1px solid rgba(37, 99, 235, .14);
    border-radius: 12px;
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 8px 25px rgba(25, 70, 140, .05);
}

.fb-hero-premium__features b {
    display: grid;
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
    place-items: center;
    border-radius: 10px;
    background: #edf4ff;
    color: #0866ff;
}

.fb-hero-premium__features strong {
    color: #18356f;
    font-size: 13px;
}

.fb-hero-premium__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.fb-hero-premium__buttons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 46px;
    padding: 0 20px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
    transition: transform .2s ease, box-shadow .2s ease;
}

.fb-hero-premium__buttons a:hover {
    transform: translateY(-2px);
}

.fb-hero-premium__buttons .primary {
    color: #fff;
    background: #0866ff;
    box-shadow: 0 12px 25px rgba(8, 102, 255, .22);
}

.fb-hero-premium__buttons .call {
    color: #10255c;
    border: 1px solid #0866ff;
    background: #fff;
}

.fb-hero-premium__buttons .whatsapp {
    color: #146c3b;
    border: 1px solid rgba(20, 108, 59, .25);
    background: #fff;
}

.fb-hero-premium__visual {
    display: flex;
    min-height: 360px;
    align-items: center;
    justify-content: center;
}

.fb-hero-premium__visual img {
    display: block;
    width: 100%;
    max-width: 410px;
    max-height: 500px;
    object-fit: contain;
    filter: drop-shadow(0 25px 40px rgba(22, 61, 130, .12));
}

.fb-hero-premium__visual .placeholder {
    display: grid;
    width: 180px;
    height: 180px;
    place-items: center;
    border-radius: 28px;
    background: #8bb1ff;
    color: #fff;
    box-shadow: 0 25px 50px rgba(37, 99, 235, .16);
}

.fb-hero-premium__visual .placeholder i {
    font-size: 90px;
}

.fb-hero-premium__form {
    padding: 25px;
    border: 1px solid rgba(31, 73, 145, .12);
    border-radius: 18px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 22px 55px rgba(22, 58, 120, .12);
}

.fb-hero-premium__form h2 {
    margin: 0 0 8px;
    color: #10255c;
    font-size: 23px;
    line-height: 1.12;
    font-weight: 900;
}

.fb-hero-premium__form > p {
    margin: 0 0 15px;
    color: #6a7897;
    font-size: 12px;
    line-height: 1.5;
}

.fb-hero-premium__form form {
    display: grid;
    gap: 9px;
}

.fb-hero-premium__form label {
    display: flex;
    align-items: center;
    min-height: 43px;
    padding: 0 12px;
    border: 1px solid #d8e1f1;
    border-radius: 9px;
    background: #fff;
}

.fb-hero-premium__form label i {
    width: 25px;
    color: #6b7892;
}

.fb-hero-premium__form input,
.fb-hero-premium__form textarea {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: #18356f;
    font: inherit;
    font-size: 13px;
}

.fb-hero-premium__form textarea {
    padding: 10px 0;
    resize: vertical;
}

.fb-hero-premium__form label:focus-within {
    border-color: #0866ff;
    box-shadow: 0 0 0 3px rgba(8, 102, 255, .08);
}

.fb-hero-premium__form button {
    min-height: 48px;
    border: 0;
    border-radius: 9px;
    color: #fff;
    background: #0866ff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 12px 25px rgba(8, 102, 255, .18);
}

.fb-hero-premium__form button i {
    margin-left: 5px;
}

.fb-hero-premium__form > small {
    display: block;
    margin-top: 10px;
    text-align: center;
    color: #71809d;
    font-size: 9px;
}

.fb-hero-premium__form > small i {
    color: #203d79;
}

.fb-hero-premium__stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
    border-radius: 15px 15px 0 0;
    background: linear-gradient(90deg, #0b2e72, #1262ce);
    box-shadow: 0 15px 35px rgba(20, 63, 130, .12);
}

.fb-hero-premium__stats > div {
    display: grid;
    grid-template-columns: 48px 1fr;
    grid-template-rows: auto auto;
    column-gap: 11px;
    align-items: center;
    min-height: 86px;
    padding: 12px 22px;
    border-right: 1px solid rgba(255, 255, 255, .2);
    color: #fff;
}

.fb-hero-premium__stats > div:last-child {
    border-right: 0;
}

.fb-hero-premium__stats b {
    grid-row: 1 / span 2;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 50%;
    background: #1677ff;
    font-size: 17px;
}

.fb-hero-premium__stats strong {
    font-size: 19px;
    line-height: 1;
}

.fb-hero-premium__stats small {
    font-size: 10px;
    opacity: .92;
}

.fb-hero-premium__trust {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
    min-height: 72px;
    padding: 12px 18px;
    border: 1px solid #e1e9f5;
    border-top: 0;
    border-radius: 0 0 15px 15px;
    background: rgba(255, 255, 255, .9);
}

.fb-hero-premium__trust > strong {
    color: #17366f;
    font-size: 12px;
}

.fb-hero-premium__trust img {
    max-width: 105px;
    max-height: 35px;
    object-fit: contain;
}

@media (max-width: 1199px) {
    .fb-hero-premium__grid {
        grid-template-columns: minmax(0, 1fr) minmax(300px, .75fr);
    }

    .fb-hero-premium__visual {
        grid-column: 1 / -1;
        grid-row: 2;
        min-height: 250px;
        order: 2;
    }

    .fb-hero-premium__copy {
        order: 1;
    }

    .fb-hero-premium__form {
        order: 3;
    }

    .fb-hero-premium__visual img {
        max-height: 300px;
    }
}

@media (max-width: 767px) {
    .fb-hero-premium {
        padding-top: 28px;
    }

    .fb-hero-premium__top {
        display: block;
    }

    .fb-hero-premium__top-features {
        justify-content: flex-start;
        margin-top: 10px;
    }

    .fb-hero-premium__grid {
        display: flex;
        flex-direction: column;
        gap: 18px;
        padding-top: 18px;
    }

    .fb-hero-premium__copy,
    .fb-hero-premium__visual,
    .fb-hero-premium__form {
        width: 100%;
    }

    .fb-hero-premium__copy h1 {
        font-size: clamp(36px, 11vw, 52px);
        letter-spacing: -1.8px;
    }

    .fb-hero-premium__copy p {
        font-size: 15px;
    }

    .fb-hero-premium__features {
        grid-template-columns: 1fr;
    }

    .fb-hero-premium__visual {
        min-height: 220px;
        order: 2;
    }

    .fb-hero-premium__form {
        order: 3;
    }

    .fb-hero-premium__stats {
        grid-template-columns: repeat(2, 1fr);
        border-radius: 12px;
    }

    .fb-hero-premium__stats > div {
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        padding: 13px;
    }

    .fb-hero-premium__stats > div:nth-child(2) {
        border-right: 0;
    }

    .fb-hero-premium__trust {
        gap: 14px;
    }

    .fb-hero-premium__trust > strong {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 420px) {
    .fb-hero-premium__buttons {
        display: grid;
        grid-template-columns: 1fr;
    }

    .fb-hero-premium__buttons a {
        width: 100%;
    }

    .fb-hero-premium__stats {
        grid-template-columns: 1fr;
    }

    .fb-hero-premium__stats > div,
    .fb-hero-premium__stats > div:nth-child(2) {
        border-right: 0;
    }
}
