.video-consult-page {
    background: #f6f7f4;
}

.video-book-top {
    background: #563064;
    color: #fff;
}

.video-book-top .container {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.video-book-top strong {
    color: #fff;
    font-size: 14px;
}

.video-book-top a {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: underline;
}

.video-book-header {
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
}

.video-book-header .container {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.video-book-logo img {
    width: 220px;
}

.video-book-header nav {
    display: flex;
    align-items: center;
    gap: 24px;
}

.video-book-header nav a {
    color: #253421;
    font-size: 14px;
    font-weight: 700;
}

.video-login {
    min-width: 76px;
    padding: 9px 16px;
    border: 1px solid #f47b20;
    border-radius: 6px;
    color: #f47b20;
    display: inline-flex;
    justify-content: center;
    font-size: 13px;
    font-weight: 800;
}

.video-filter-bar {
    position: sticky;
    top: 0;
    z-index: 10;
    padding: 10px 0;
    background: #e9e9e9;
    border-bottom: 1px solid #d8d8d8;
}

.video-filter-bar .container {
    display: grid;
    grid-template-columns: 160px minmax(220px, 1fr) auto 220px 70px;
    gap: 8px;
}

.video-filter-bar button,
.video-filter-bar label {
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    background: #fff;
    color: #263126;
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 13px;
    font-weight: 700;
}

.video-filter-bar button i,
.video-filter-bar label i {
    color: #f47b20;
}

.video-filter-bar input {
    width: 100%;
    border: 0;
    outline: 0;
    font-size: 13px;
}

.video-filter-bar .clear {
    color: #f47b20;
    border-color: #f47b20;
    justify-content: center;
}

.video-book-hero {
    padding: 46px 0 28px;
    background: #fff;
}

.video-book-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 30px;
    align-items: end;
}

.video-book-hero span {
    color: #f47b20;
    display: inline-flex;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.video-book-hero h1 {
    max-width: 720px;
    margin: 0 0 10px;
    color: #172316;
    font-size: 42px;
    line-height: 1.14;
    font-weight: 800;
}

.video-book-hero p {
    max-width: 760px;
    margin: 0;
    color: #62705d;
    font-size: 15px;
    line-height: 1.65;
}

.video-book-summary {
    padding: 20px;
    border-radius: 8px;
    background: #fef4eb;
    border: 1px solid #ffd8bd;
}

.video-book-summary strong,
.video-book-summary small,
.video-book-summary b {
    display: block;
}

.video-book-summary strong {
    color: #172316;
    font-size: 16px;
}

.video-book-summary small {
    margin: 5px 0 10px;
    color: #7a6b61;
    font-size: 12px;
}

.video-book-summary b {
    color: #f47b20;
    font-size: 28px;
    line-height: 1;
}

.video-doctors {
    padding: 12px 0 56px;
}

.video-doctor-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.video-doctor-card {
    position: relative;
    min-height: 296px;
    padding: 20px 20px 76px;
    border: 1px solid #cfcfcf;
    border-radius: 8px;
    background: #fff;
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 16px;
}

.video-doctor-photo {
    width: 180px;
    height: 180px;
    overflow: hidden;
    border-radius: 7px;
    background: #79aaf0;
}

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

.video-doctor-info h2 {
    margin: 0 0 4px;
    color: #ff7600;
    font-size: 19px;
    line-height: 1.2;
    font-weight: 800;
    text-decoration: underline;
}

.video-doctor-info p {
    margin: 0 0 18px;
    color: #111;
    font-size: 15px;
}

.video-doctor-info span {
    color: #111;
    display: block;
    margin-bottom: 7px;
    font-size: 14px;
}

.video-doctor-info span i {
    color: #ff7600;
}

.video-doctor-info a {
    color: #111;
    display: block;
    width: fit-content;
    margin-top: 4px;
    font-size: 14px;
    text-decoration: underline;
}

.video-doctor-meta {
    position: absolute;
    left: 44px;
    bottom: 26px;
    min-width: 180px;
    color: #111;
    display: grid;
    gap: 4px;
    text-align: center;
    font-size: 15px;
}

.video-book-btn {
    position: absolute;
    right: 20px;
    bottom: 20px;
    min-width: 140px;
    min-height: 40px;
    border-radius: 7px;
    background: #fb7900;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 900;
}

.video-book-btn:hover {
    color: #fff;
    background: #d96500;
}

.video-how {
    padding: 52px 0;
    background: #fff;
}

.video-how h2 {
    margin: 0 0 24px;
    color: #172316;
    font-size: 30px;
    font-weight: 800;
}

.video-how-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.video-how-grid div {
    padding: 20px;
    border: 1px solid #dfe7d8;
    border-radius: 8px;
    background: #f8fbf5;
}

.video-how-grid strong,
.video-how-grid span {
    display: block;
}

.video-how-grid strong {
    color: #f47b20;
    margin-bottom: 8px;
    font-size: 22px;
}

.video-how-grid span {
    color: #263126;
    font-size: 14px;
    font-weight: 800;
}

.video-floating-actions {
    position: fixed;
    right: 22px;
    top: 50%;
    z-index: 50;
    display: grid;
    gap: 13px;
    transform: translateY(-50%);
}

.video-floating-actions a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #078a2c;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 17px;
    box-shadow: 0 12px 24px rgba(7, 93, 36, 0.22);
}

.video-floating-actions a:hover {
    color: #fff;
    background: #24411f;
}

.video-modal-open {
    overflow: hidden;
}

.video-book-modal {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.video-book-modal.active {
    display: flex;
}

.video-book-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(18, 25, 17, 0.56);
    backdrop-filter: blur(6px);
}

.video-book-dialog {
    position: relative;
    z-index: 1;
    width: min(420px, 100%);
    overflow: hidden;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.video-book-close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 3;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    display: grid;
    place-items: center;
}

.video-book-modal-head {
    padding: 28px 30px 24px;
    background:
        radial-gradient(circle at 88% 0%, rgba(189, 226, 155, 0.22) 0 90px, transparent 91px),
        linear-gradient(135deg, #22391f 0%, #4b2f60 100%);
}

.video-book-modal-head small {
    color: #bde29b;
    display: block;
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.video-book-modal-head h2 {
    max-width: 310px;
    margin: 0;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 800;
}

.video-book-tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background: #f2f4ef;
}

.video-book-tabs button {
    min-height: 52px;
    border: 0;
    background: transparent;
    color: #31402e;
    font-size: 14px;
    font-weight: 800;
}

.video-book-tabs button.active {
    background: #6f9b49;
    color: #ffffff;
}

.video-book-form {
    padding: 26px 28px 0;
}

.video-book-form label {
    display: block;
    margin-bottom: 18px;
}

.video-book-form label > span {
    color: #8a9288;
    display: block;
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.video-book-phone,
.video-book-password {
    min-height: 52px;
    padding: 0 16px;
    border: 1px solid #dfe4dc;
    border-radius: 999px;
    background: #f5f7f2;
    display: flex;
    align-items: center;
    gap: 12px;
}

.video-book-phone b {
    color: #263126;
    font-size: 13px;
    white-space: nowrap;
}

.video-book-phone input,
.video-book-password input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: #263126;
    font-size: 14px;
}

.video-book-password i {
    color: #9ba59a;
}

.video-book-forgot {
    color: #ef7600;
    display: block;
    margin: 2px 0 20px;
    text-align: center;
    font-size: 12px;
    font-weight: 800;
    text-decoration: underline;
}

.video-book-submit,
.video-book-otp {
    width: 100%;
    min-height: 48px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.video-book-submit {
    border: 0;
    background: #f47b20;
    color: #ffffff;
}

.video-book-otp {
    border: 1px solid #f47b20;
    background: #ffffff;
    color: #f47b20;
}

.video-book-divider {
    position: relative;
    margin: 22px 0;
    text-align: center;
}

.video-book-divider::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: #dfe4dc;
}

.video-book-divider span {
    position: relative;
    z-index: 1;
    padding: 0 13px;
    background: #ffffff;
    color: #7a8377;
    font-size: 13px;
    text-transform: uppercase;
}

.video-book-signup {
    margin: 24px 28px 28px;
    padding-top: 20px;
    border-top: 1px solid #dfe4dc;
    color: #1f2b1d;
    text-align: center;
    font-size: 13px;
}

.video-book-signup a {
    color: #263126;
    font-weight: 900;
    text-decoration: underline;
}

@media (max-width: 1199px) {
    .video-doctor-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .video-filter-bar .container {
        grid-template-columns: 1fr 1fr;
    }

    .video-book-hero-grid {
        grid-template-columns: 1fr;
    }

    .video-how-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 576px) {
    .video-book-header nav {
        display: none;
    }

    .video-book-logo img {
        width: 180px;
    }

    .video-filter-bar {
        position: static;
    }

    .video-filter-bar .container,
    .video-how-grid {
        grid-template-columns: 1fr;
    }

    .video-book-hero h1 {
        font-size: 30px;
    }

    .video-doctor-card {
        grid-template-columns: 1fr;
        padding-bottom: 110px;
    }

    .video-doctor-photo {
        width: 100%;
        height: 230px;
    }

    .video-doctor-meta {
        left: 20px;
        bottom: 64px;
        text-align: left;
    }

    .video-book-btn {
        left: 20px;
        right: 20px;
        width: auto;
    }

    .video-floating-actions {
        display: none;
    }
}

/* Unique video consultation redesign */
.video-book-top,
.video-filter-bar {
    display: none;
}

.video-consult-page {
    background: #f4f8ee;
}

.video-book-header {
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid #dfe8d8;
    backdrop-filter: blur(12px);
}

.video-unique-hero {
    position: relative;
    padding: 82px 0 94px;
    overflow: hidden;
    background:
        radial-gradient(circle at 9% 20%, rgba(111, 155, 73, 0.13) 0 170px, transparent 171px),
        linear-gradient(135deg, #ffffff 0%, #eff6e8 100%);
}

.video-unique-hero::after {
    content: "";
    position: absolute;
    right: -130px;
    top: 70px;
    width: 330px;
    height: 330px;
    border: 60px solid rgba(86, 128, 62, 0.08);
    border-radius: 50%;
}

.video-unique-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 44px;
    align-items: center;
}

.video-unique-copy > span {
    color: #668f42;
    display: inline-flex;
    margin-bottom: 14px;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.video-unique-copy h1 {
    max-width: 760px;
    margin: 0 0 16px;
    color: #1f331d;
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.04;
    font-weight: 800;
}

.video-unique-copy p {
    max-width: 640px;
    margin: 0;
    color: #62705d;
    font-size: 16px;
    line-height: 1.7;
}

.video-unique-search {
    max-width: 720px;
    margin-top: 30px;
    padding: 8px;
    border: 1px solid #d7e5ce;
    border-radius: 999px;
    background: #ffffff;
    display: grid;
    grid-template-columns: 42px 1fr auto;
    align-items: center;
    box-shadow: 0 16px 34px rgba(43, 65, 35, 0.08);
}

.video-unique-search i {
    color: #668f42;
    display: grid;
    place-items: center;
}

.video-unique-search input {
    border: 0;
    outline: 0;
    min-height: 42px;
    font-size: 14px;
}

.video-unique-search button {
    min-height: 42px;
    padding: 0 22px;
    border: 0;
    border-radius: 999px;
    background: #5f8840;
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
}

.video-unique-chips {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.video-unique-chips button {
    padding: 9px 13px;
    border: 1px solid #d5e5cb;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: #46633a;
    font-size: 12px;
    font-weight: 800;
}

.video-unique-panel {
    padding: 30px;
    border-radius: 8px;
    background: #22391f;
    color: #ffffff;
    box-shadow: 0 24px 48px rgba(34, 57, 31, 0.18);
}

.video-unique-panel-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 26px;
}

.video-unique-panel-top i {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #bde29b;
    display: grid;
    place-items: center;
}

.video-unique-panel-top span {
    color: #bde29b;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.video-unique-panel strong,
.video-unique-panel small,
.video-unique-panel a {
    display: block;
}

.video-unique-panel strong {
    color: #ffffff;
    font-size: 28px;
    line-height: 1.15;
}

.video-unique-panel small {
    margin: 10px 0 24px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
}

.video-unique-panel a {
    width: fit-content;
    color: #ffffff;
    padding: 12px 16px;
    border-radius: 999px;
    background: #6f9b49;
    font-size: 13px;
    font-weight: 900;
}

.video-unique-doctors {
    padding-top: 0;
}

.video-section-head {
    margin: -42px 0 24px;
    padding: 24px;
    border: 1px solid #dfe8d8;
    border-radius: 8px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    box-shadow: 0 16px 34px rgba(43, 65, 35, 0.08);
}

.video-section-head span {
    color: #668f42;
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.video-section-head h2 {
    margin: 0;
    color: #22391f;
    font-size: 28px;
    font-weight: 800;
}

.video-section-head a {
    color: #5f8840;
    font-size: 13px;
    font-weight: 900;
}

.video-doctor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.video-doctor-card {
    min-height: 310px;
    padding: 22px;
    border: 1px solid #dfe8d8;
    border-radius: 8px;
    background: #ffffff;
    grid-template-columns: 150px 1fr;
    box-shadow: 0 14px 32px rgba(43, 65, 35, 0.07);
}

.video-doctor-photo {
    width: 150px;
    height: 190px;
    border-radius: 8px;
    background: #eaf3df;
}

.video-doctor-info h2 {
    color: #22391f;
    text-decoration: none;
}

.video-doctor-info p {
    color: #5f6c59;
}

.video-slot-row {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.video-slot-row b {
    padding: 7px 10px;
    border-radius: 999px;
    background: #edf6e4;
    color: #4f7934;
    font-size: 11px;
    font-weight: 900;
}

.video-book-btn {
    background: #5f8840;
}

.video-book-btn:hover {
    background: #40662d;
}

@media (max-width: 991px) {
    .video-unique-grid,
    .video-doctor-grid {
        grid-template-columns: 1fr;
    }

    .video-unique-panel {
        max-width: 420px;
    }

    .video-section-head {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .video-unique-hero {
        padding: 52px 0 68px;
    }

    .video-unique-copy h1 {
        font-size: 34px;
    }

    .video-unique-search {
        grid-template-columns: 38px 1fr;
        border-radius: 8px;
    }

    .video-unique-search button {
        grid-column: 1 / -1;
        margin-top: 8px;
    }

    .video-doctor-card {
        grid-template-columns: 1fr;
    }

    .video-doctor-photo {
        width: 100%;
    }
}

/* Premium booking modal */
.video-book-modal {
    padding: 22px;
}

.video-book-dialog {
    width: min(840px, 100%);
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    overflow: hidden;
    border: 1px solid #e2ead9;
    border-radius: 24px;
    background: #fffdf7;
    box-shadow: 0 34px 90px rgba(31, 47, 25, 0.24);
}

.video-book-close {
    top: 18px;
    right: 18px;
    z-index: 3;
    border: 1px solid #d9e5cf;
    background: #fbfff6;
    color: #27411f;
    box-shadow: 0 10px 26px rgba(39, 65, 31, 0.12);
}

.video-book-visual {
    position: relative;
    min-height: 470px;
    padding: 30px 30px;
    color: #ffffff;
    background:
        radial-gradient(circle at 16% 16%, rgba(255, 255, 255, 0.2) 0 78px, transparent 80px),
        radial-gradient(circle at 86% 90%, rgba(212, 174, 92, 0.26) 0 118px, transparent 120px),
        linear-gradient(145deg, #18351f 0%, #44683b 62%, #c7a45a 145%);
}

.video-book-visual::after {
    content: "";
    position: absolute;
    right: -46px;
    bottom: -42px;
    width: 190px;
    height: 190px;
    border: 28px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
}

.video-book-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border: 1px solid rgba(245, 232, 196, 0.38);
    border-radius: 999px;
    background: rgba(245, 232, 196, 0.15);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.video-book-visual h2 {
    position: relative;
    z-index: 1;
    max-width: 310px;
    margin: 42px 0 14px;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 36px;
    line-height: 1.08;
    font-weight: 700;
}

.video-book-visual p {
    position: relative;
    z-index: 1;
    max-width: 315px;
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 14px;
    line-height: 1.55;
}

.video-book-selected {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 26px;
    padding: 13px;
    border: 1px solid rgba(245, 232, 196, 0.32);
    border-radius: 18px;
    background: rgba(255, 253, 247, 0.13);
    backdrop-filter: blur(12px);
}

.video-book-selected-icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 16px;
    background: #fff8df;
    color: #4f7036;
    font-size: 22px;
}

.video-book-selected strong,
.video-book-selected small {
    display: block;
}

.video-book-selected strong {
    color: #ffffff;
    font-size: 15px;
}

.video-book-selected small {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
}

.video-book-mini-steps {
    position: relative;
    z-index: 1;
    margin-top: 16px;
    display: grid;
    gap: 10px;
}

.video-book-mini-steps span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    font-weight: 800;
}

.video-book-mini-steps b {
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(245, 232, 196, 0.22);
    color: #fff8df;
}

.video-book-login-panel {
    padding: 26px 32px 24px;
    background:
        radial-gradient(circle at 100% 0%, rgba(212, 174, 92, 0.12) 0 110px, transparent 112px),
        linear-gradient(180deg, #fffdf7 0%, #f7fbf1 100%);
}

.video-book-login-panel .video-book-modal-head {
    padding: 0 44px 16px 0;
    background: transparent;
}

.video-book-login-panel .video-book-modal-head small {
    color: #8a6d2e;
    margin-bottom: 10px;
}

.video-book-login-panel .video-book-modal-head h2 {
    max-width: 340px;
    color: #1f331d;
    font-size: 25px;
}

.video-book-login-panel .video-book-tabs {
    gap: 6px;
    padding: 6px;
    border: 1px solid #dfe8d4;
    border-radius: 999px;
    background: #eef5e6;
}

.video-book-login-panel .video-book-tabs button {
    min-height: 40px;
    border-radius: 999px;
}

.video-book-login-panel .video-book-tabs button.active {
    background: #365a2e;
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(54, 90, 46, 0.2);
}

.video-book-login-panel .video-book-form {
    padding: 18px 0 0;
}

.video-book-login-panel .video-book-form label {
    margin-bottom: 14px;
}

.video-book-login-panel .video-book-phone,
.video-book-login-panel .video-book-password {
    min-height: 46px;
    border-color: #dfe8d4;
    background: #fffef9;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
}

.video-book-login-panel .video-book-forgot {
    color: #7b6129;
}

.video-book-login-panel .video-book-submit,
.video-book-login-panel .video-book-otp {
    min-height: 46px;
}

.video-book-login-panel .video-book-submit {
    border-radius: 14px;
    background: linear-gradient(135deg, #4e7437, #78a653);
    box-shadow: 0 16px 30px rgba(78, 116, 55, 0.24);
}

.video-book-login-panel .video-book-otp {
    border-radius: 14px;
    border-color: #c7a45a;
    color: #7b6129;
    background: #fffaf0;
}

.video-book-login-panel .video-book-signup {
    margin: 16px 0 0;
}

/* After login booking details */
.video-after-login {
    display: none;
    padding: 42px 0 86px;
    background:
        linear-gradient(90deg, #eef4ea 0 26%, transparent 26%),
        #ffffff;
}

.video-after-login.active {
    display: block;
}

.video-booking-step-active .video-book-hero,
.video-booking-step-active .video-doctors,
.video-booking-step-active .video-how {
    display: none;
}

.video-booking-step-active .video-after-login {
    min-height: calc(100vh - 86px);
    padding-top: 34px;
}

.video-after-shell {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 34px;
    align-items: start;
}

.video-after-doctor {
    position: sticky;
    top: 24px;
    padding: 28px 24px;
    border: 1px solid #dfe8d4;
    border-radius: 22px;
    background:
        radial-gradient(circle at 50% -10%, rgba(119, 166, 83, 0.18) 0 110px, transparent 112px),
        #f7fbf1;
    text-align: center;
    box-shadow: 0 20px 46px rgba(38, 58, 31, 0.1);
}

.video-after-photo {
    width: 124px;
    height: 124px;
    margin: 0 auto 18px;
    overflow: hidden;
    border: 6px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 14px 34px rgba(42, 62, 35, 0.18);
}

.video-after-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-after-stars {
    color: #c7a45a;
    font-size: 14px;
    letter-spacing: 2px;
}

.video-after-doctor h2 {
    margin: 12px 0 5px;
    color: #1f331d;
    font-size: 20px;
    font-weight: 900;
}

.video-after-doctor p {
    margin: 0 0 12px;
    color: #7b6129;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.video-after-doctor span,
.video-after-doctor strong {
    display: block;
    color: #52634d;
    font-size: 13px;
}

.video-after-doctor strong {
    margin-top: 10px;
    color: #365a2e;
    font-size: 15px;
}

.video-after-form {
    padding: 30px;
    border: 1px solid #e1ead8;
    border-radius: 24px;
    background: #fffdf7;
    box-shadow: 0 22px 60px rgba(38, 58, 31, 0.08);
}

.video-after-head,
.video-after-actions,
.video-after-fields {
    display: flex;
    gap: 16px;
}

.video-after-head {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.video-after-head span,
.video-form-title span {
    color: #8a6d2e;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.video-after-head h2 {
    margin: 4px 0 0;
    color: #1f331d;
    font-size: 30px;
    font-weight: 900;
}

.video-after-add,
.video-member-row button,
.video-add-symptom {
    border: 1px solid #d8e4cf;
    border-radius: 14px;
    background: #ffffff;
    color: #365a2e;
    font-weight: 900;
}

.video-after-add {
    min-height: 44px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.video-member-row {
    display: flex;
    gap: 12px;
    margin-bottom: 22px;
}

.video-member-row button {
    min-width: 118px;
    min-height: 70px;
    display: grid;
    place-items: center;
    gap: 6px;
    color: #52634d;
}

.video-member-row button i {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #eef5e6;
    color: #5f8840;
}

.video-member-row button.active {
    border-color: #78a653;
    background: #f2f8ed;
    color: #1f331d;
}

.video-symptom-card,
.video-upload-card {
    margin-top: 18px;
    padding: 22px;
    border: 1px solid #e1ead8;
    border-radius: 20px;
    background: #ffffff;
}

.video-form-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.video-form-title h3,
.video-upload-card h3 {
    margin: 0;
    color: #24351f;
    font-size: 20px;
    font-weight: 900;
}

.video-symptom-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
}

.video-symptom-grid label {
    min-height: 42px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 12px;
    border: 1px solid #edf2e8;
    border-radius: 12px;
    color: #52634d;
    background: #fbfdf8;
    font-size: 13px;
}

.video-symptom-grid input,
.video-terms-line input {
    accent-color: #5f8840;
}

.video-add-symptom {
    margin-top: 16px;
    min-height: 40px;
    padding: 0 14px;
    color: #7b6129;
}

.video-upload-card {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 20px;
    align-items: center;
}

.video-upload-card p {
    margin: 6px 0 0;
    color: #66715f;
    font-size: 13px;
}

.video-upload-box {
    min-height: 112px;
    display: grid;
    place-items: center;
    gap: 8px;
    border: 1px dashed #c7a45a;
    border-radius: 18px;
    background: #fffaf0;
    color: #7b6129;
    text-align: center;
    cursor: pointer;
}

.video-upload-box input {
    display: none;
}

.video-upload-box i {
    font-size: 26px;
}

.video-upload-box span {
    font-size: 13px;
    font-weight: 800;
}

.video-after-fields {
    margin-top: 18px;
}

.video-after-fields label {
    flex: 1;
}

.video-after-fields span {
    display: block;
    margin-bottom: 8px;
    color: #52634d;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.video-after-fields input {
    width: 100%;
    min-height: 46px;
    padding: 0 14px;
    border: 1px solid #dfe8d4;
    border-radius: 12px;
    background: #fffef9;
    outline: 0;
}

.video-terms-line {
    margin: 18px 0 0;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #52634d;
    font-size: 12px;
    line-height: 1.5;
}

.video-after-actions {
    margin-top: 22px;
}

.video-after-actions button {
    flex: 1;
    min-height: 48px;
    border-radius: 14px;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.video-after-actions button:first-child {
    border: 0;
    background: linear-gradient(135deg, #4e7437, #78a653);
    color: #ffffff;
    box-shadow: 0 16px 30px rgba(78, 116, 55, 0.2);
}

.video-after-actions button:last-child {
    border: 1px solid #c7a45a;
    background: #fffaf0;
    color: #7b6129;
}

@media (max-width: 768px) {
    .video-book-dialog {
        max-height: calc(100vh - 28px);
        grid-template-columns: 1fr;
        overflow-y: auto;
    }

    .video-book-visual {
        min-height: auto;
        padding: 30px 26px;
    }

    .video-book-visual h2 {
        margin-top: 32px;
        font-size: 32px;
    }

    .video-book-selected,
    .video-book-mini-steps {
        margin-top: 18px;
    }

    .video-book-login-panel {
        padding: 28px 24px 26px;
    }

    .video-after-login {
        background: #ffffff;
    }

    .video-after-shell,
    .video-upload-card,
    .video-symptom-grid,
    .video-after-fields {
        grid-template-columns: 1fr;
    }

    .video-after-shell,
    .video-after-fields {
        display: grid;
    }

    .video-after-doctor {
        position: static;
    }

    .video-after-form {
        padding: 22px;
    }

    .video-after-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .video-after-head h2 {
        font-size: 25px;
    }

    .video-member-row,
    .video-after-actions {
        flex-direction: column;
    }
}
