/* =========================================
   UPET VET CHAT
   ========================================= */

.upet-vetchat {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 70px 20px;
    background: #f5f8f7;
}

.upet-vetchat__container {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 1180px;
    min-height: 470px;
    margin: 0 auto;
    padding: 55px 65px;
    overflow: hidden;

    background: #ffffff;
    border-radius: 32px;

    box-shadow:
        0 20px 60px rgba(25, 55, 48, 0.10);
}


/* =========================================
   CONTENT
   ========================================= */

.upet-vetchat__content {
    position: relative;
    z-index: 2;
    width: 62%;
}

.upet-vetchat__badge {
    display: inline-flex;
    align-items: center;

    margin-bottom: 20px;
    padding: 8px 15px;

    background: #eef7f3;
    color: #438b76;

    border-radius: 50px;

    font-size: 14px;
    font-weight: 600;
}

.upet-vetchat h2 {
    max-width: 650px;
    margin: 0 0 16px;

    color: #263b36;

    font-size: 42px;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -1px;
}

.upet-vetchat__subtitle {
    margin: 0 0 14px;

    color: #438b76;

    font-size: 22px;
    line-height: 1.35;
    font-weight: 600;
}

.upet-vetchat__text {
    max-width: 600px;
    margin: 0 0 25px;

    color: #66736f;

    font-size: 16px;
    line-height: 1.65;
}


/* =========================================
   FEATURES
   ========================================= */

.upet-vetchat__features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 25px;

    max-width: 650px;
    margin-bottom: 30px;
}

.upet-vetchat__feature {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.upet-vetchat__feature span {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;

    width: 22px;
    height: 22px;

    background: #e8f4ef;
    color: #438b76;

    border-radius: 50%;

    font-size: 13px;
    font-weight: 700;
}

.upet-vetchat__feature p {
    margin: 0;

    color: #53615d;

    font-size: 14px;
    line-height: 1.45;
}


/* =========================================
   PRICE + BUTTON
   ========================================= */

.upet-vetchat__bottom {
    display: flex;
    align-items: center;
    gap: 30px;
}

.upet-vetchat__price {
    display: flex;
    align-items: baseline;
    gap: 5px;

    color: #263b36;
}

.upet-vetchat__price span {
    display: block;
    margin-right: 5px;

    font-size: 13px;
    color: #82908b;
}

.upet-vetchat__price strong {
    font-size: 25px;
    font-weight: 700;
}

.upet-vetchat__price small {
    color: #82908b;
    font-size: 13px;
}

.upet-vetchat__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;

    min-height: 54px;
    padding: 0 27px;

    background: #438b76;
    color: #ffffff !important;

    border-radius: 12px;

    font-size: 15px;
    font-weight: 600;
    text-decoration: none !important;

    transition:
        transform 0.2s ease,
        background 0.2s ease,
        box-shadow 0.2s ease;
}

.upet-vetchat__button span {
    font-size: 20px;
    transition: transform 0.2s ease;
}

.upet-vetchat__button:hover {
    background: #347461;

    transform: translateY(-2px);

    box-shadow:
        0 10px 25px rgba(67, 139, 118, 0.25);
}

.upet-vetchat__button:hover span {
    transform: translateX(4px);
}

.upet-vetchat__note {
    margin-top: 15px;

    color: #8a9692;

    font-size: 12px;
}


/* =========================================
   VISUAL
   ========================================= */

.upet-vetchat__visual {
    position: absolute;
    right: 40px;
    top: 0;

    width: 38%;
    height: 100%;
}

.upet-vetchat__circle {
    position: absolute;
    right: 10px;
    top: 50%;

    width: 360px;
    height: 360px;

    transform: translateY(-50%);

    background: #e9f4ef;

    border-radius: 50%;
}

.upet-vetchat__pet {
    position: absolute;
    right: 95px;
    top: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 230px;
    height: 230px;

    transform: translateY(-50%);

    font-size: 145px;

    filter: drop-shadow(
        0 20px 20px rgba(30, 70, 60, 0.12)
    );
}


/* =========================================
   DOCTOR CARD
   ========================================= */

.upet-vetchat__doctor-card {
    position: absolute;
    right: 5px;
    top: 105px;

    display: flex;
    align-items: center;
    gap: 12px;

    padding: 13px 17px;

    background: #ffffff;

    border-radius: 15px;

    box-shadow:
        0 12px 35px rgba(25, 55, 48, 0.14);
}

.upet-vetchat__doctor-avatar {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 42px;
    height: 42px;

    background: #eef7f3;

    border-radius: 50%;

    font-size: 23px;
}

.upet-vetchat__doctor-card strong {
    display: block;

    color: #263b36;

    font-size: 13px;
}

.upet-vetchat__doctor-card span {
    display: flex;
    align-items: center;
    gap: 5px;

    margin-top: 4px;

    color: #6f7d78;

    font-size: 11px;
}

.upet-vetchat__doctor-card i {
    width: 7px;
    height: 7px;

    background: #51b98c;

    border-radius: 50%;
}


/* =========================================
   MESSAGE
   ========================================= */

.upet-vetchat__message {
    position: absolute;
    right: 50px;
    bottom: 95px;

    display: flex;
    align-items: center;
    gap: 8px;

    padding: 12px 17px;

    background: #438b76;
    color: #ffffff;

    border-radius: 12px;

    font-size: 13px;
    font-weight: 600;

    box-shadow:
        0 10px 25px rgba(67, 139, 118, 0.25);
}

.upet-vetchat__message span {
    font-size: 16px;
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 1000px) {

    .upet-vetchat__container {
        padding: 45px;
    }

    .upet-vetchat__content {
        width: 65%;
    }

    .upet-vetchat h2 {
        font-size: 35px;
    }

    .upet-vetchat__visual {
        right: 0;
        width: 35%;
    }

    .upet-vetchat__circle {
        width: 290px;
        height: 290px;
    }

    .upet-vetchat__pet {
        right: 55px;
        font-size: 110px;
    }

    .upet-vetchat__doctor-card {
        right: 0;
    }

    .upet-vetchat__message {
        right: 20px;
    }
}


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

@media (max-width: 767px) {

    .upet-vetchat {
        padding: 35px 15px;
    }

    .upet-vetchat__container {
        display: flex;
        flex-direction: column;

        padding: 35px 25px;

        border-radius: 24px;
    }

    .upet-vetchat__content {
        width: 100%;
    }

    .upet-vetchat h2 {
        font-size: 30px;
        line-height: 1.18;
        letter-spacing: -0.5px;
    }

    .upet-vetchat__subtitle {
        font-size: 19px;
    }

    .upet-vetchat__text {
        font-size: 15px;
    }

    .upet-vetchat__features {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .upet-vetchat__bottom {
        flex-direction: column;
        align-items: stretch;
        gap: 18px;
    }

    .upet-vetchat__price {
        justify-content: center;
    }

    .upet-vetchat__button {
        width: 100%;
    }

    .upet-vetchat__visual {
        position: relative;
        right: auto;
        top: auto;

        width: 100%;
        height: 240px;

        margin-top: 25px;
    }

    .upet-vetchat__circle {
        right: 50%;
        top: 50%;

        width: 220px;
        height: 220px;

        transform: translate(50%, -50%);
    }

    .upet-vetchat__pet {
        right: 50%;
        top: 50%;

        width: 170px;
        height: 170px;

        transform: translate(50%, -50%);

        font-size: 100px;
    }

    .upet-vetchat__doctor-card {
        top: 15px;
        right: 0;

        transform: scale(0.9);
        transform-origin: right top;
    }

    .upet-vetchat__message {
        right: 0;
        bottom: 10px;
    }

    .upet-vetchat__note {
        text-align: center;
    }
}