@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;500;600;700;800&display=swap');

:root {
    --home-green: #15812f;
    --home-green-dark: #0f6f27;
    --home-green-soft: #edf7ee;
    --home-ink: #111318;
    --home-muted: #646878;
    --home-line: #e5e7eb;
    --home-panel: #ffffff;
    --home-shadow: 0 12px 32px rgba(21, 35, 24, 0.07);
}

body.calagend-home-body {
    min-height: 100vh;
    color: var(--home-ink);
    background: #fff !important;
    background-image: none !important;
    font-family: 'Nunito Sans', Arial, sans-serif !important;
}

.calagend-home-body .overlay-cliente {
    position: static;
    height: auto;
    min-height: 100vh;
    overflow: visible;
    background: #fff;
}

.home-site-header {
    border-bottom: 1px solid #eceff1;
    background: rgba(255, 255, 255, 0.98);
}

.home-header-inner,
.home-shell {
    width: min(1424px, calc(100% - 64px));
    margin: 0 auto;
}

.home-header-inner {
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.home-brand {
    display: inline-flex;
    align-items: center;
    color: #3b3b40;
    font-size: 31px;
    font-weight: 700;
    letter-spacing: -1.4px;
    text-decoration: none !important;
}

.home-brand img {
    width: 44px;
    height: 44px;
    margin-right: 10px;
    object-fit: contain;
}

.home-brand-primary {
    color: #ff302d;
}

.home-header-actions {
    display: flex;
    align-items: center;
    gap: 28px;
}

.home-about-button {
    border: 0;
    padding: 8px 0;
    color: var(--home-green);
    background: transparent;
    font-weight: 700;
}

.home-about-button .fa {
    width: 23px;
    height: 23px;
    margin-right: 8px;
    border: 2px solid currentColor;
    border-radius: 50%;
    line-height: 19px;
}

.home-header-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none !important;
}

.home-header-link .fa {
    text-align: center;
}

.home-provider-login {
    min-width: 254px;
    padding: 11px 24px;
    border-radius: 999px;
    color: #fff !important;
    background: linear-gradient(100deg, var(--home-green-dark), #159238);
    box-shadow: 0 6px 16px rgba(21, 129, 47, 0.15);
    font-size: 13px;
    line-height: 1.25;
    text-align: center;
    text-decoration: none !important;
}

.home-main {
    padding: 20px 0 0;
}

.home-top-grid {
    display: grid;
    grid-template-columns: 39% 61%;
    align-items: stretch;
}

.home-intro {
    padding: 11px 34px 8px 14px;
}

.home-title {
    margin: 0;
    color: #050607;
    font-size: clamp(36px, 3vw, 48px);
    font-weight: 800;
    letter-spacing: -1.8px;
    line-height: 1.12;
}

.home-title span {
    display: block;
    color: var(--home-green);
}

.home-lead {
    max-width: 500px;
    margin: 20px 0 31px;
    color: var(--home-muted);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.45;
}

.home-section-label {
    margin: 0 0 16px;
    font-size: 17px;
    font-weight: 800;
}

.home-categories {
    display: grid;
    grid-template-columns: repeat(8, minmax(52px, 1fr));
    gap: 9px;
}

.home-category {
    min-width: 0;
    display: grid;
    grid-template-rows: 48px 28px;
    align-items: start;
    border: 0;
    padding: 0;
    color: #111;
    background: transparent;
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
}

.home-category:nth-child(7),
.home-category:nth-child(8) {
    font-size: 8.5px;
}

.home-category-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto;
    display: grid;
    place-items: center;
    border-radius: 15px;
    font-size: 25px;
    transition: transform .18s ease, box-shadow .18s ease;
}

.home-category-label {
    min-width: 0;
    padding-top: 9px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    line-height: 1.2;
}

.home-category:hover .home-category-icon,
.home-category.is-active .home-category-icon {
    transform: translateY(-2px);
    box-shadow: 0 7px 16px rgba(20, 38, 25, .12);
}

.home-category:nth-child(1) .home-category-icon { color: #2465ff; background: #eff4ff; }
.home-category:nth-child(2) .home-category-icon { color: #2856f7; background: #f1f4ff; }
.home-category:nth-child(3) .home-category-icon { color: #ff720d; background: #fff4e9; }
.home-category:nth-child(4) .home-category-icon { color: #168a37; background: #edf7ee; }
.home-category:nth-child(5) .home-category-icon { color: #ff2f3f; background: #fff0f1; }
.home-category:nth-child(6) .home-category-icon { color: #f62272; background: #fff0f6; }
.home-category:nth-child(7) .home-category-icon { color: #ff7415; background: #fff4e9; }
.home-category:nth-child(8) .home-category-icon { color: #1697d5; background: #edf8fd; }

.home-search-card {
    overflow: hidden;
    border: 1px solid #f0f1f2;
    border-radius: 22px;
    background: var(--home-panel);
    box-shadow: var(--home-shadow);
}

.home-search-form {
    padding: 22px 26px 24px;
}

.home-search-types {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
    margin-bottom: 20px;
}

.home-radio {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    cursor: pointer;
}

.home-radio input {
    position: absolute;
    opacity: 0;
}

.home-radio-mark {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    border: 2px solid #73798a;
    border-radius: 50%;
    background: #fff;
}

.home-radio input:checked + .home-radio-mark {
    border: 6px solid var(--home-green);
}

.home-search-field {
    position: relative;
    min-height: 104px;
    display: flex;
    align-items: center;
    border: 1px solid #dfe3e8;
    border-radius: 28px;
    background: #fff;
}

.home-search-field > .fa {
    margin: 0 22px 0 28px;
    color: #687080;
    font-size: 31px;
}

.home-search-copy {
    flex: 1;
    min-width: 0;
}

.home-search-input {
    width: 100%;
    min-height: auto;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    outline: 0;
    background: transparent !important;
    box-shadow: none !important;
    color: #4e5363;
    font-size: 17px;
}

.home-search-example {
    display: block;
    margin-top: 5px;
    color: #636879;
    font-size: 13px;
    line-height: 1.45;
}

.home-search-submit {
    width: 100%;
    margin-top: 14px;
    padding: 11px 20px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(100deg, #0b7728, #169338);
    font-size: 18px;
    font-weight: 700;
}

.home-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    margin-top: 25px;
    overflow: hidden;
    padding: 27px 38px;
    border: 1px solid #f0f1f2;
    border-radius: 21px;
    background: #fff;
    box-shadow: var(--home-shadow);
}

.home-benefit {
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 0 20px;
    border-right: 1px solid #e3e5e8;
}

.home-benefit:last-child {
    border-right: 0;
}

.home-benefit .fa {
    color: var(--home-green);
    font-size: 37px;
}

.home-benefit strong,
.home-benefit small {
    display: block;
}

.home-benefit strong {
    font-size: 14px;
}

.home-benefit small {
    margin-top: 4px;
    color: #6d7180;
    font-size: 12px;
}

.home-filter-bar {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr .55fr;
    align-items: center;
    overflow: hidden;
    border: 1px solid #f0f1f2;
    border-radius: 21px;
    background: #fff;
    box-shadow: var(--home-shadow);
}

.home-search-card .home-filter-bar {
    margin: 0 26px 24px;
    box-shadow: none;
}

.home-filter {
    min-height: 92px;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 15px 24px;
    border-right: 1px solid #e7e9ec;
}

.home-filter-icon {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--home-green);
    background: var(--home-green-soft);
    font-size: 28px;
}

.home-filter-copy {
    flex: 1;
    min-width: 0;
}

.home-filter-copy strong {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
}

.home-filter select {
    width: 100%;
    height: 31px;
    border: 0;
    border-radius: 999px;
    outline: 0;
    color: #17191e;
    background: var(--home-green-soft);
    font-size: 13px;
    font-weight: 700;
}

.home-filter-static {
    min-height: 31px;
    display: flex;
    align-items: center;
    color: #5d6270;
    font-size: 13px;
    font-weight: 500;
}

.home-clear-filters {
    border: 0;
    color: #646978;
    background: #fff;
    font-size: 13px;
}

.home-clear-filters .fa {
    margin-right: 9px;
    font-size: 18px;
}

.home-results {
    padding: 28px 5px 18px;
}

.home-results-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 12px;
}

.home-results-header h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
}

.home-sort {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
}

.home-sort select {
    min-width: 168px;
    height: 39px;
    padding: 0 14px;
    border: 1px solid #e2e5e8;
    border-radius: 13px;
    background: #fff;
}

.home-provider-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.home-provider-grid.has-vertical-scroll {
    max-height: 224px;
    overflow-y: auto;
    padding-right: 10px;
    scrollbar-color: #79aa82 #f1f5f1;
    scrollbar-width: thin;
}

.home-provider-grid.has-vertical-scroll::-webkit-scrollbar {
    width: 8px;
}

.home-provider-grid.has-vertical-scroll::-webkit-scrollbar-track {
    border-radius: 999px;
    background: #f1f5f1;
}

.home-provider-grid.has-vertical-scroll::-webkit-scrollbar-thumb {
    border: 2px solid #f1f5f1;
    border-radius: 999px;
    background: #79aa82;
}

.home-provider-card {
    min-width: 0;
    display: grid;
    grid-template-columns: 125px 1fr;
    gap: 10px 16px;
    padding: 9px 17px 14px;
    border: 1px solid #f0f1f2;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(21, 35, 24, .055);
}

.home-provider-card-extra {
    display: none;
}

.home-provider-grid.show-extra-results .home-provider-card-extra {
    display: grid;
}

.home-provider-card.is-filtered-out {
    display: none !important;
}

.home-provider-photo {
    width: 116px;
    height: 126px;
    align-self: start;
    border-radius: 0 0 28px 28px;
    object-fit: cover;
    object-position: center 22%;
}

.home-provider-content {
    min-width: 0;
    padding-top: 12px;
}

.home-provider-content h3 {
    margin: 0 0 9px;
    font-size: 16px;
    font-weight: 800;
}

.home-provider-content p {
    margin: 0 0 7px;
    font-size: 12px;
    white-space: nowrap;
}

.home-provider-content .fa-heart {
    margin-right: 5px;
    color: #f20d20;
    font-size: 15px;
}

.home-provider-content .fa-map-marker {
    margin-right: 6px;
    color: var(--home-green);
}

.home-provider-brand {
    color: #f20d20;
}

.home-provider-mode {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    color: #187127;
    background: var(--home-green-soft);
    font-size: 11px;
}

.home-book-button {
    grid-column: 1 / -1;
    width: 100%;
    padding: 5px 12px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(100deg, #0b7728, #169338);
    font-size: 16px;
}

.home-empty-state {
    display: none;
    padding: 34px;
    border: 1px dashed #cfd8d1;
    border-radius: 16px;
    color: var(--home-muted);
    text-align: center;
}

.home-toast {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 1080;
    max-width: 320px;
    padding: 13px 18px;
    border-radius: 13px;
    color: #fff;
    background: #123b1c;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity .2s ease, transform .2s ease;
}

.home-toast.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.calagend-home-body .footer {
    width: min(1424px, calc(100% - 64px));
    max-width: none;
    margin-top: 0 !important;
    padding: 20px 10px !important;
    border-top: 1px solid #eceff1;
}

.calagend-home-body .footer > .text-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.home-footer-links,
.home-footer-contact {
    display: flex;
    align-items: center;
    gap: 20px;
}

.home-footer-links a,
.home-footer-contact a {
    color: #646978;
    text-decoration: none;
}

.home-footer-links a + a::before {
    content: '|';
    margin-right: 20px;
    color: #a4a7ae;
}

.home-footer-contact .fa {
    margin-right: 7px;
    font-size: 17px;
}

.calagend-home-body .footer .text-muted {
    color: #646978 !important;
    font-size: 13px;
}

.calagend-home-body .footer img {
    width: 24px !important;
}

.calagend-home-body .modal {
    padding-right: 0 !important;
    background: rgba(8, 18, 11, .62);
    backdrop-filter: blur(4px);
}

.calagend-home-body .modal.fade .modal-dialog {
    transform: translateY(12px) scale(.985);
    transition: transform .18s ease-out;
}

.calagend-home-body .modal.show .modal-dialog {
    transform: translateY(0) scale(1);
}

.calagend-home-body .home-modal-dialog {
    width: min(calc(100% - 32px), 1040px);
    max-width: 1040px;
    margin: 24px auto;
}

.calagend-home-body .home-legal-dialog {
    max-width: 880px;
}

.calagend-home-body .home-modal-content {
    overflow: hidden;
    border: 1px solid rgba(21, 129, 47, .12);
    border-radius: 24px;
    background: #fff !important;
    box-shadow: 0 28px 80px rgba(7, 25, 12, .24);
}

.calagend-home-body .home-modal-body {
    padding: 30px;
}

.calagend-home-body .home-modal-close {
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
    display: grid;
    place-items: center;
    border: 1px solid #e4e9e5;
    border-radius: 50%;
    color: #49524c;
    background: #fff;
    box-shadow: 0 6px 16px rgba(18, 40, 23, .08);
    font-size: 16px;
    line-height: 1;
    opacity: 1;
}

.calagend-home-body .home-modal-close:hover {
    color: var(--home-green);
    border-color: #cfe1d2;
    background: var(--home-green-soft);
}

.calagend-home-body .home-modal-header {
    min-height: 54px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0 58px 22px 0;
    border-bottom: 1px solid #e8ece9;
    text-align: left;
}

.calagend-home-body .legal-modal-header.home-modal-header {
    padding: 28px 76px 22px 30px;
}

.home-modal-header-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    color: var(--home-green);
    background: var(--home-green-soft);
    font-size: 21px;
}

.calagend-home-body .home-modal-title {
    margin: 0 0 3px;
    color: var(--home-ink);
    font-family: 'Nunito Sans', Arial, sans-serif;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -.3px;
    line-height: 1.15;
    text-align: left;
}

.calagend-home-body .home-modal-subtitle {
    margin: 0;
    color: var(--home-muted);
    font-size: 13px;
    line-height: 1.4;
}

.home-info-grid {
    display: grid;
    grid-template-columns: minmax(320px, .92fr) minmax(0, 1.08fr);
    gap: 24px;
    align-items: stretch;
    padding-top: 24px;
}

.calagend-home-body .calagend-info-media {
    max-width: none;
    margin: 0;
}

.calagend-home-body .calagend-info-video {
    height: 100%;
    min-height: 332px;
    border: 1px solid #e4e9e5;
    border-radius: 18px;
    background: #111;
    box-shadow: none;
}

.home-info-copy {
    display: grid;
    gap: 14px;
}

.calagend-home-body .calagend-info-block {
    gap: 14px;
    margin: 0;
    padding: 19px;
    border: 1px solid #e5ebe6;
    border-radius: 18px;
    background: #f9fbf9;
}

.calagend-home-body .calagend-info-icon-wrap {
    width: 44px;
    height: 44px;
    color: var(--home-green);
    background: var(--home-green-soft);
    font-size: 17px;
}

.calagend-home-body .calagend-info-text {
    color: #555e58;
    font-size: 13px;
    line-height: 1.55;
}

.calagend-home-body .calagend-info-text h3 {
    margin: 0 0 7px;
    color: var(--home-ink);
    font-size: 15px;
    font-weight: 800;
}

.home-modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid #e8ece9;
    color: var(--home-muted);
    font-size: 13px;
}

.home-modal-primary-action {
    padding: 11px 20px;
    border-radius: 999px;
    color: #fff !important;
    background: linear-gradient(100deg, #0b7728, #169338);
    font-weight: 700;
    text-decoration: none !important;
}

.calagend-home-body .legal-modal-body {
    padding: 22px 30px 30px;
}

.calagend-home-body .legal-modal-scroll {
    height: min(56vh, 520px);
    padding: 22px 24px;
    border: 1px solid #e5ebe6;
    border-radius: 16px;
    background: #f8faf8;
}

.calagend-home-body .legal-modal-scroll p {
    margin: 0;
    color: #505952;
    font-size: 13px;
    line-height: 1.72;
    text-align: left !important;
}

.calagend-home-body .legal-modal-scroll strong {
    color: #202822;
    font-weight: 800;
}

.calagend-home-body .legal-modal-scroll::-webkit-scrollbar {
    width: 8px;
}

.calagend-home-body .legal-modal-scroll::-webkit-scrollbar-thumb {
    border: 2px solid #f8faf8;
    border-radius: 999px;
    background: #79aa82;
}

.contact-main {
    min-height: calc(100vh - 163px);
    padding: 50px 0 54px;
    background:
        radial-gradient(circle at 17% 22%, rgba(21, 129, 47, .055), transparent 28%),
        #fff;
}

.contact-layout {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
    gap: clamp(54px, 7vw, 112px);
    align-items: center;
    max-width: 1230px;
    margin: 0 auto;
}

.contact-intro {
    padding-left: 18px;
    transform: translateY(-70px);
}

.contact-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    padding: 7px 12px;
    border-radius: 999px;
    color: var(--home-green);
    background: var(--home-green-soft);
    font-size: 13px;
    font-weight: 800;
}

.contact-title {
    max-width: 570px;
    margin: 0;
    color: var(--home-ink);
    font-size: clamp(42px, 4.4vw, 62px);
    font-weight: 800;
    letter-spacing: -2.5px;
    line-height: 1.04;
}

.contact-title span {
    color: var(--home-green);
}

.contact-lead {
    max-width: 570px;
    margin: 22px 0 30px;
    color: var(--home-muted);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.55;
}

.contact-support-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    max-width: 570px;
}

.contact-support-item {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    border: 1px solid #e5ebe6;
    border-radius: 17px;
    color: var(--home-ink);
    background: rgba(255, 255, 255, .88);
    text-decoration: none !important;
}

a.contact-support-item:hover {
    color: var(--home-green);
    border-color: #cfe1d2;
    box-shadow: 0 8px 20px rgba(21, 35, 24, .05);
}

.contact-support-icon,
.contact-note-icon,
.contact-card-icon {
    display: grid;
    place-items: center;
    color: var(--home-green);
    background: var(--home-green-soft);
}

.contact-support-icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 13px;
    font-size: 18px;
}

.contact-support-item small,
.contact-support-item strong {
    display: block;
}

.contact-support-item small {
    margin-bottom: 2px;
    color: var(--home-muted);
    font-size: 11px;
}

.contact-support-item strong {
    overflow: hidden;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contact-professional-note {
    max-width: 570px;
    display: flex;
    gap: 14px;
    margin-top: 18px;
    padding: 18px;
    border-left: 3px solid var(--home-green);
    border-radius: 0 16px 16px 0;
    background: #f8faf8;
}

.contact-note-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 12px;
    font-size: 18px;
}

.contact-professional-note strong {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
}

.contact-professional-note p {
    margin: 0;
    color: var(--home-muted);
    font-size: 12px;
    line-height: 1.5;
}

.contact-card {
    padding: 30px;
    border: 1px solid #edf0ed;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 20px 54px rgba(21, 35, 24, .09);
}

.contact-card-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    padding-bottom: 22px;
    border-bottom: 1px solid #e8ece9;
}

.contact-card-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 15px;
    font-size: 20px;
}

.contact-card-header h2 {
    margin: 0 0 3px;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -.4px;
}

.contact-card-header p {
    margin: 0;
    color: var(--home-muted);
    font-size: 13px;
}

.contact-form {
    display: grid;
    gap: 18px;
}

.contact-field {
    min-width: 0;
}

.contact-field label {
    margin: 0 0 7px;
    color: #252a27;
    font-size: 13px;
    font-weight: 800;
}

.contact-control {
    min-height: 52px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 16px;
    border: 1px solid #dfe5e0;
    border-radius: 15px;
    background: #fff;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.contact-control:focus-within {
    border-color: #77b583;
    box-shadow: 0 0 0 4px rgba(21, 129, 47, .09);
}

.contact-control > .fa {
    flex: 0 0 17px;
    color: #7b837d;
    font-size: 16px;
    text-align: center;
}

.contact-control .form-control {
    height: auto;
    min-height: 50px;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: var(--home-ink);
    background: transparent !important;
    box-shadow: none !important;
    font-family: 'Nunito Sans', Arial, sans-serif;
    font-size: 14px;
}

.contact-control-message {
    align-items: flex-start;
    padding-top: 15px;
}

.contact-control-message .form-control {
    min-height: 118px;
    resize: vertical;
}

.contact-form.was-validated .contact-control:has(.form-control:invalid) {
    border-color: #c84b55;
}

.contact-form.was-validated .contact-field:has(.form-control:invalid) .invalid-feedback {
    display: block;
}

.contact-form .invalid-feedback {
    margin: 6px 0 0 4px;
    color: #a8343d;
    font-size: 11px;
}

.contact-form-status {
    display: none;
    align-items: center;
    gap: 9px;
    margin-top: -2px;
    padding: 11px 13px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 700;
}

.contact-form-status.is-visible {
    display: flex;
}

.contact-form-status.is-sending {
    color: #525b55;
    background: #f1f4f1;
}

.contact-form-status.is-success {
    color: #126d28;
    background: #edf7ee;
}

.contact-form-status.is-error {
    color: #9e2e37;
    background: #fff0f1;
}

.contact-submit {
    width: 100%;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(100deg, #0b7728, #169338);
    box-shadow: 0 8px 20px rgba(21, 129, 47, .16);
    font-size: 15px;
    font-weight: 800;
    transition: transform .18s ease, box-shadow .18s ease;
}

.contact-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(21, 129, 47, .22);
}

.contact-submit:disabled {
    cursor: wait;
    opacity: .7;
    transform: none;
}

.contact-privacy {
    margin: -5px 0 0;
    color: #777e79;
    font-size: 10px;
    line-height: 1.45;
    text-align: center;
}

.contact-privacy .fa {
    margin-right: 5px;
    color: var(--home-green);
}

.search-results-main {
    min-height: calc(100vh - 163px);
    padding: 34px 0 46px;
    background:
        radial-gradient(circle at 88% 12%, rgba(21, 129, 47, .045), transparent 24%),
        #fff;
}

.search-results-help {
    position: static !important;
    right: auto !important;
    bottom: auto !important;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: var(--home-green);
    box-shadow: 0 8px 20px rgba(21, 129, 47, .18);
    font-size: 15px;
}

.results-search-panel {
    overflow: hidden;
    border: 1px solid #edf0ed;
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--home-shadow);
}

.results-search-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    padding: 25px 30px 21px;
    border-bottom: 1px solid #e9edea;
}

.results-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    color: var(--home-green);
    font-size: 12px;
    font-weight: 800;
}

.results-search-heading h1 {
    margin: 0;
    color: var(--home-ink);
    font-size: 31px;
    font-weight: 800;
    letter-spacing: -1px;
    line-height: 1.1;
}

.results-search-heading h1 span {
    color: var(--home-green);
}

.results-search-heading p {
    margin: 6px 0 0;
    color: var(--home-muted);
    font-size: 13px;
}

.results-home-link {
    flex: 0 0 auto;
    display: none;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    border-radius: 999px;
    color: var(--home-green);
    background: var(--home-green-soft);
    font-size: 12px;
    font-weight: 800;
    text-decoration: none !important;
}

.results-heading-actions {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 9px;
}

.results-search-form {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 18px 28px;
    align-items: center;
    padding: 21px 30px 24px;
}

.results-search-types {
    display: flex;
    align-items: center;
    gap: 22px;
}

.results-search-types .home-radio {
    white-space: nowrap;
}

.results-search-control {
    min-width: 0;
    min-height: 52px;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 5px 5px 5px 17px;
    border: 1px solid #dde3de;
    border-radius: 999px;
    background: #fff;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.results-search-control:focus-within {
    border-color: #77b583;
    box-shadow: 0 0 0 4px rgba(21, 129, 47, .08);
}

.results-search-control > .fa {
    color: #747b76;
    font-size: 18px;
}

.results-search-control input {
    min-width: 0;
    flex: 1;
    border: 0;
    outline: 0;
    color: var(--home-ink);
    background: transparent;
    font-family: 'Nunito Sans', Arial, sans-serif;
    font-size: 14px;
}

.results-search-control button {
    min-width: 126px;
    align-self: stretch;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(100deg, #0b7728, #169338);
    font-size: 14px;
    font-weight: 800;
}

.results-search-form .invalid-feedback {
    grid-column: 2;
    margin: -12px 0 0 18px;
    color: #a8343d;
    font-size: 11px;
}

.results-search-form.was-validated:has(#nombreProfesional:invalid) .invalid-feedback {
    display: block;
}

.results-list-section {
    padding: 28px 4px 0;
}

.results-list-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 14px;
}

.results-list-header h2 {
    margin: 0;
    color: var(--home-ink);
    font-size: 21px;
    font-weight: 800;
}

.results-list-header p {
    margin: 4px 0 0;
    color: var(--home-muted);
    font-size: 12px;
}

.results-secure-note {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--home-green);
    font-size: 12px;
    font-weight: 800;
}

.results-professional-list {
    display: grid;
    gap: 14px;
}

.results-professional-card {
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(320px, .9fr) minmax(350px, 1.2fr) minmax(200px, .55fr);
    gap: 22px;
    align-items: center;
    padding: 17px 19px;
    border: 1px solid #e9edea;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(21, 35, 24, .05);
}

.results-professional-profile {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 17px;
}

.results-professional-profile > img {
    width: 108px;
    height: 108px;
    flex: 0 0 108px;
    border: 1px solid #e3e8e4;
    border-radius: 18px;
    background: #f7f9f7;
    object-fit: cover;
}

.results-professional-kicker {
    display: inline-block;
    margin-bottom: 4px;
    color: var(--home-green);
    font-size: 11px;
    font-weight: 800;
}

.results-professional-profile h3 {
    margin: 0;
    color: var(--home-ink);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: capitalize;
}

.results-professional-profile p {
    margin: 5px 0 8px;
    color: var(--home-muted);
    font-size: 12px;
    line-height: 1.4;
}

.results-professional-location {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    color: #747a76;
    font-size: 10px;
    line-height: 1.4;
}

.results-professional-location .fa {
    margin-top: 1px;
    color: var(--home-green);
}

.results-availability {
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
    gap: 10px;
    padding: 0 21px;
    border-right: 1px solid #e7ebe8;
    border-left: 1px solid #e7ebe8;
}

.results-card-label {
    grid-column: 1 / -1;
    margin-bottom: -2px;
    color: #777e79;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .4px;
    text-transform: uppercase;
}

.results-availability-item {
    min-width: 0;
    display: flex;
    align-items: flex-start;
    gap: 9px;
    padding: 10px;
    border-radius: 13px;
    background: #f8faf8;
}

.results-availability-icon {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    color: var(--home-green);
    background: var(--home-green-soft);
    font-size: 13px;
}

.results-availability-item strong,
.results-availability-item small {
    display: block;
}

.results-availability-item strong {
    overflow: hidden;
    margin-bottom: 3px;
    font-size: 10px;
    line-height: 1.25;
    text-overflow: ellipsis;
}

.results-availability-item small {
    color: #6d746f;
    font-size: 9px;
    line-height: 1.35;
}

.results-no-availability {
    grid-column: 1 / -1;
    margin: 0;
    color: var(--home-muted);
    font-size: 12px;
}

.results-professional-actions {
    display: grid;
    gap: 8px;
}

.results-professional-actions a {
    min-height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    text-align: center;
    text-decoration: none !important;
}

.results-action-primary {
    color: #fff !important;
    background: linear-gradient(100deg, #0b7728, #169338);
}

.results-action-secondary {
    border: 1px solid #cee0d1;
    color: var(--home-green) !important;
    background: var(--home-green-soft);
}

.results-action-event {
    border: 1px solid #d9dfee;
    color: #465d9a !important;
    background: #f1f4fc;
}

.results-pagination {
    display: flex;
    justify-content: center;
    margin-top: 22px;
}

.results-pagination .pagination {
    margin: 0;
}

.results-empty-state {
    max-width: 670px;
    margin: 34px auto 8px;
    padding: 36px;
    border: 1px solid #e5ebe6;
    border-radius: 22px;
    background: #fafcfb;
    text-align: center;
}

.results-empty-icon {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    margin: 0 auto 15px;
    border-radius: 17px;
    color: var(--home-green);
    background: var(--home-green-soft);
    font-size: 22px;
}

.results-empty-state h3 {
    margin: 0 0 7px;
    font-size: 20px;
    font-weight: 800;
}

.results-empty-state p {
    margin: 0 auto 16px;
    color: var(--home-muted);
    font-size: 13px;
}

.results-empty-state ul {
    display: inline-block;
    margin: 0 0 20px;
    padding-left: 18px;
    color: #626964;
    font-size: 12px;
    line-height: 1.8;
    text-align: left;
}

.results-empty-state a {
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 9px 17px;
    border-radius: 999px;
    color: #fff;
    background: var(--home-green);
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.next-appointment-main {
    min-height: calc(100vh - 163px);
    padding: 38px 0 48px;
    background:
        radial-gradient(circle at 12% 20%, rgba(21, 129, 47, .05), transparent 27%),
        #fff;
}

.next-appointment-shell {
    max-width: 1120px;
    margin: 0 auto;
}

.next-appointment-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 18px;
}

.next-appointment-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    color: var(--home-green);
    font-size: 12px;
    font-weight: 800;
}

.next-appointment-heading h1 {
    margin: 0;
    color: var(--home-ink);
    font-size: 34px;
    font-weight: 800;
    letter-spacing: -1.2px;
    line-height: 1.1;
}

.next-appointment-heading h1 span {
    color: var(--home-green);
}

.next-appointment-heading p {
    margin: 6px 0 0;
    color: var(--home-muted);
    font-size: 13px;
}

.next-appointment-help {
    position: static !important;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: var(--home-green);
    box-shadow: 0 8px 20px rgba(21, 129, 47, .18);
    font-size: 15px;
}

.next-appointment-card {
    overflow: hidden;
    border: 1px solid #e9edea;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(21, 35, 24, .08);
}

.next-professional-profile {
    display: flex;
    align-items: center;
    gap: 17px;
    padding: 23px 26px;
    border-bottom: 1px solid #e8ece9;
    background: #fbfcfb;
}

.next-professional-profile img {
    width: 76px;
    height: 76px;
    flex: 0 0 76px;
    border: 1px solid #e1e7e2;
    border-radius: 17px;
    background: #fff;
    object-fit: cover;
}

.next-professional-profile > div {
    min-width: 0;
    flex: 1;
}

.next-professional-profile > div > span {
    display: block;
    margin-bottom: 3px;
    color: var(--home-green);
    font-size: 11px;
    font-weight: 800;
}

.next-professional-profile h2 {
    margin: 0;
    color: var(--home-ink);
    font-size: 21px;
    font-weight: 800;
    line-height: 1.2;
}

.next-professional-profile p {
    margin: 4px 0 0;
    color: var(--home-muted);
    font-size: 12px;
}

.next-profile-status {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 12px;
    border-radius: 999px;
    color: var(--home-green);
    background: var(--home-green-soft);
    font-size: 11px;
    font-weight: 800;
}

.next-appointment-form {
    padding: 25px 26px 28px;
}

.next-options-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 15px;
}

.next-options-heading h3 {
    margin: 0;
    color: var(--home-ink);
    font-size: 18px;
    font-weight: 800;
}

.next-options-heading p {
    margin: 3px 0 0;
    color: var(--home-muted);
    font-size: 11px;
}

.next-options-heading > span {
    padding: 6px 10px;
    border-radius: 999px;
    color: #5f6861;
    background: #f1f4f1;
    font-size: 10px;
    font-weight: 800;
}

.next-appointment-options {
    display: grid;
    gap: 11px;
}

.next-option-card {
    position: relative;
    min-width: 0;
    display: grid;
    grid-template-columns: 24px 44px minmax(180px, 1fr) minmax(185px, .75fr) minmax(100px, .35fr);
    gap: 15px;
    align-items: center;
    margin: 0;
    padding: 17px 19px;
    border: 1px solid #dfe5e0;
    border-radius: 18px;
    background: #fff;
    cursor: pointer;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.next-option-card:hover {
    border-color: #bcd6c1;
    box-shadow: 0 8px 22px rgba(21, 35, 24, .06);
    transform: translateY(-1px);
}

.next-option-card.is-selected,
.next-option-card:has(input:checked) {
    border-color: #62a36f;
    background: #fbfefb;
    box-shadow: 0 0 0 4px rgba(21, 129, 47, .09);
}

.next-option-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.next-option-radio {
    width: 21px;
    height: 21px;
    border: 2px solid #828a84;
    border-radius: 50%;
    background: #fff;
}

.next-option-card:has(input:checked) .next-option-radio {
    border: 6px solid var(--home-green);
}

.next-option-icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    color: var(--home-green);
    background: var(--home-green-soft);
    font-size: 18px;
}

.next-option-copy,
.next-option-date,
.next-option-price {
    min-width: 0;
}

.next-option-copy strong,
.next-option-copy small,
.next-option-date strong,
.next-option-date small,
.next-option-price strong,
.next-option-price small {
    display: block;
}

.next-option-copy strong {
    margin-bottom: 4px;
    color: var(--home-ink);
    font-size: 14px;
    font-weight: 800;
}

.next-option-copy small {
    overflow: hidden;
    color: var(--home-muted);
    font-size: 10px;
    line-height: 1.4;
    text-overflow: ellipsis;
}

.next-option-date,
.next-option-price {
    padding-left: 17px;
    border-left: 1px solid #e6eae7;
}

.next-option-date small,
.next-option-price small {
    margin-bottom: 3px;
    color: #7a817c;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
}

.next-option-date strong,
.next-option-price strong {
    color: #303632;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.35;
}

.next-option-validation {
    display: none;
    align-items: center;
    gap: 7px;
    margin-top: 11px;
    color: #a8343d;
    font-size: 11px;
    font-weight: 700;
}

.next-appointment-form.was-validated .next-option-validation {
    display: flex;
}

.next-appointment-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 11px;
    margin-top: 22px;
}

.next-continue-button,
.next-calendar-link {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 10px 24px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
}

.next-continue-button {
    min-width: 190px;
    border: 0;
    color: #fff;
    background: linear-gradient(100deg, #0b7728, #169338);
    box-shadow: 0 8px 20px rgba(21, 129, 47, .16);
}

.next-calendar-link {
    border: 1px solid #cee0d1;
    color: var(--home-green) !important;
    background: var(--home-green-soft);
}

.next-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 17px 0 0 8px;
    color: #69716b;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none !important;
}

.calagend-home-body .calagend-help-modal {
    padding-right: 0 !important;
    background: rgba(8, 18, 11, .62);
    backdrop-filter: blur(4px);
}

.calagend-home-body .calagend-help-modal .modal-dialog {
    width: min(calc(100% - 32px), 660px);
    max-width: 660px;
    margin: 24px auto;
}

.calagend-home-body .calagend-help-modal .modal-content {
    overflow: hidden;
    border: 1px solid rgba(21, 129, 47, .12);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 28px 80px rgba(7, 25, 12, .24);
}

.calagend-home-body .calagend-help-modal .modal-body {
    padding: 30px 32px 23px;
}

.calagend-home-body .calagend-help-modal .bootbox-close-button {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    margin: 0;
    border: 1px solid #e4e9e5;
    border-radius: 50%;
    color: #49524c;
    background: #fff;
    box-shadow: 0 6px 16px rgba(18, 40, 23, .08);
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    opacity: 1;
}

.calagend-home-body .calagend-help-modal .bootbox-close-button:hover {
    color: var(--home-green);
    border-color: #cfe1d2;
    background: var(--home-green-soft);
}

.calagend-help-header {
    min-height: 52px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 74px 20px 0;
    border-bottom: 1px solid #e8ece9;
}

.calagend-help-header-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    color: var(--home-green);
    background: var(--home-green-soft);
    font-size: 19px;
}

.calagend-help-header h2 {
    margin: 0 0 3px;
    color: var(--home-ink);
    font-size: 21px;
    font-weight: 800;
    letter-spacing: -.3px;
    line-height: 1.2;
}

.calagend-help-header p {
    margin: 0;
    color: var(--home-muted);
    font-size: 12px;
}

.calagend-help-content {
    padding-top: 20px;
}

.calagend-help-content > img {
    display: none;
}

.calagend-help-content .text-left {
    text-align: left !important;
}

.calagend-help-content h6 {
    margin: 0 0 11px;
    color: var(--home-ink);
    font-size: 14px;
    font-weight: 800;
}

.calagend-help-content p {
    margin: 0;
    padding: 16px 18px;
    border: 1px solid #e5ebe6;
    border-radius: 16px;
    color: #59615b;
    background: #f8faf8;
    font-size: 13px;
    line-height: 1.9;
}

.calagend-home-body .calagend-help-modal .modal-footer {
    justify-content: flex-end;
    padding: 0 30px 28px;
    border-top: 0;
}

.calagend-help-accept {
    min-width: 150px;
    min-height: 43px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(100deg, #0b7728, #169338);
    box-shadow: 0 8px 20px rgba(21, 129, 47, .16);
    font-size: 13px;
    font-weight: 800;
}

.calagend-help-accept:hover,
.calagend-help-accept:focus {
    color: #fff;
    background: linear-gradient(100deg, #096b24, #138432);
}

.booking-calendar-main {
    min-height: calc(100vh - 163px);
    padding: 35px 0 46px;
    background:
        radial-gradient(circle at 88% 14%, rgba(21, 129, 47, .045), transparent 25%),
        #fff;
}

.booking-calendar-shell {
    max-width: 1180px;
    margin: 0 auto;
}

.booking-calendar-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 18px;
}

.booking-calendar-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    color: var(--home-green);
    font-size: 12px;
    font-weight: 800;
}

.booking-calendar-heading h1 {
    margin: 0;
    color: var(--home-ink);
    font-size: 34px;
    font-weight: 800;
    letter-spacing: -1.2px;
    line-height: 1.1;
}

.booking-calendar-heading h1 span {
    color: var(--home-green);
}

.booking-calendar-heading p {
    margin: 6px 0 0;
    color: var(--home-muted);
    font-size: 13px;
}

.booking-calendar-help {
    position: static !important;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: var(--home-green);
    box-shadow: 0 8px 20px rgba(21, 129, 47, .18);
    font-size: 15px;
}

.booking-calendar-card {
    overflow: hidden;
    border: 1px solid #e9edea;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(21, 35, 24, .08);
}

.calendar-professional-profile {
    display: flex;
    align-items: center;
    gap: 17px;
    padding: 20px 25px;
    border-bottom: 1px solid #e8ece9;
    background: #fbfcfb;
}

.calendar-professional-profile img {
    width: 68px;
    height: 68px;
    flex: 0 0 68px;
    border: 1px solid #e1e7e2;
    border-radius: 16px;
    background: #fff;
    object-fit: cover;
}

.calendar-professional-profile > div {
    min-width: 0;
    flex: 1;
}

.calendar-professional-profile > div > span {
    display: block;
    margin-bottom: 3px;
    color: var(--home-green);
    font-size: 10px;
    font-weight: 800;
}

.calendar-professional-profile h2 {
    margin: 0;
    color: var(--home-ink);
    font-size: 19px;
    font-weight: 800;
    line-height: 1.2;
}

.calendar-professional-profile p {
    margin: 4px 0 0;
    color: var(--home-muted);
    font-size: 11px;
}

.calendar-profile-status {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 12px;
    border-radius: 999px;
    color: var(--home-green);
    background: var(--home-green-soft);
    font-size: 11px;
    font-weight: 800;
}

.booking-calendar-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 20px 25px;
    border-bottom: 1px solid #e8ece9;
}

.booking-calendar-navigation {
    display: flex;
    align-items: center;
    gap: 13px;
}

.booking-calendar-navigation > a,
.booking-calendar-navigation > span {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 1px solid #dce5dd;
    border-radius: 12px;
    color: var(--home-green);
    background: #fff;
    text-decoration: none;
}

.booking-calendar-navigation > a:hover {
    background: var(--home-green-soft);
}

.booking-calendar-navigation > .is-disabled {
    color: #b6bcb7;
    background: #f5f6f5;
}

.booking-calendar-navigation > div {
    min-width: 150px;
    text-align: center;
}

.booking-calendar-navigation small,
.booking-calendar-navigation strong {
    display: block;
}

.booking-calendar-navigation small {
    margin-bottom: 1px;
    color: #7a817c;
    font-size: 9px;
    text-transform: uppercase;
}

.booking-calendar-navigation strong {
    color: var(--home-ink);
    font-size: 17px;
    font-weight: 800;
    text-transform: capitalize;
}

.booking-calendar-legend {
    display: flex;
    align-items: center;
    gap: 8px;
}

.booking-calendar-legend span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border-radius: 999px;
    color: #5f6861;
    background: #f2f5f2;
    font-size: 9px;
    font-weight: 700;
}

.booking-calendar-legend .fa {
    color: var(--home-green);
}

.booking-calendar-scroll {
    padding: 20px 25px 8px;
}

.booking-calendar-mobile-hint {
    display: none;
}

.booking-calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(94px, 1fr));
    gap: 8px;
}

.booking-calendar-weekday {
    padding: 0 8px 5px;
    color: #686f6a;
    font-size: 11px;
    font-weight: 800;
    text-align: center;
}

.booking-calendar-day {
    min-height: 88px;
    display: flex;
    flex-direction: column;
    padding: 10px;
    border: 1px solid #e3e8e4;
    border-radius: 15px;
}

.booking-calendar-day.is-empty {
    border-color: transparent;
    background: transparent;
}

.booking-calendar-day.is-unavailable {
    color: #a4aaa5;
    background: #f5f6f5;
}

.booking-calendar-day.is-available {
    color: #fff;
    background: linear-gradient(145deg, #197f32, #3d9850);
    box-shadow: 0 7px 18px rgba(21, 129, 47, .13);
    text-decoration: none !important;
    transition: transform .16s ease, box-shadow .16s ease;
}

.booking-calendar-day.is-available:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(21, 129, 47, .2);
}

.booking-calendar-number {
    width: 29px;
    height: 29px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 800;
}

.is-unavailable .booking-calendar-number {
    background: #e5e8e5;
}

.is-available .booking-calendar-number {
    color: var(--home-green);
    background: #fff;
}

.booking-calendar-modalities {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    font-size: 13px;
}

.booking-calendar-day > small {
    margin-top: 5px;
    font-size: 8px;
    font-weight: 700;
}

.is-unavailable > small {
    margin-top: auto;
}

.booking-calendar-note {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 13px 25px 22px;
    padding: 11px 13px;
    border-radius: 12px;
    color: #5f6861;
    background: #f5f8f5;
    font-size: 10px;
}

.booking-calendar-note .fa {
    color: var(--home-green);
}

@media (max-width: 1199px) {
    .home-top-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .home-intro {
        padding-right: 14px;
    }

    .home-categories {
        max-width: 650px;
    }

    .home-provider-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-provider-grid.has-vertical-scroll {
        max-height: 470px;
    }

    .contact-layout {
        grid-template-columns: minmax(0, .9fr) minmax(470px, 1.1fr);
        gap: 44px;
    }

    .contact-intro {
        padding-left: 0;
        transform: translateY(-48px);
    }

    .results-search-form {
        grid-template-columns: 1fr;
    }

    .results-search-form .invalid-feedback {
        grid-column: 1;
    }

    .results-professional-card {
        grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
    }

    .results-professional-actions {
        grid-column: 1 / -1;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .next-option-card {
        grid-template-columns: 24px 44px minmax(160px, 1fr) minmax(160px, .8fr) minmax(90px, .4fr);
    }

    .booking-calendar-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .home-header-inner,
    .home-shell,
    .calagend-home-body .footer {
        width: min(100% - 28px, 1424px);
    }

    .home-header-inner {
        min-height: 74px;
    }

    .home-brand {
        font-size: 25px;
    }

    .home-brand img {
        width: 37px;
        height: 37px;
    }

    .home-about-button {
        display: none;
    }

    .home-provider-login {
        min-width: 0;
        padding: 10px 14px;
        font-size: 11px;
    }

    .home-main {
        padding-top: 14px;
    }

    .home-intro {
        padding: 4px 0;
    }

    .home-title {
        font-size: 36px;
    }

    .home-lead {
        margin: 16px 0 24px;
        font-size: 17px;
    }

    .home-categories {
        grid-template-columns: repeat(4, 1fr);
    }

    .home-search-form {
        padding: 20px 18px;
    }

    .home-search-types {
        grid-template-columns: 1fr;
        gap: 13px;
    }

    .home-search-field {
        min-height: 96px;
    }

    .home-search-field > .fa {
        margin: 0 15px 0 19px;
        font-size: 25px;
    }

    .home-search-input {
        font-size: 15px;
    }

    .home-search-example {
        padding-right: 12px;
        font-size: 11px;
    }

    .home-benefits {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 20px;
    }

    .home-benefit {
        padding: 0;
        border-right: 0;
    }

    .home-filter-bar {
        grid-template-columns: 1fr;
    }

    .home-filter {
        min-height: 82px;
        border-right: 0;
        border-bottom: 1px solid #e7e9ec;
    }

    .home-clear-filters {
        min-height: 58px;
    }

    .home-results-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-provider-grid {
        display: flex;
        gap: 14px;
        max-height: none;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0 2px 14px;
        scroll-snap-type: x mandatory;
        scrollbar-width: auto;
    }

    .home-provider-card {
        min-width: min(340px, 88vw);
        scroll-snap-align: start;
    }

    .calagend-home-body .footer > .text-center {
        flex-direction: column;
        gap: 8px;
    }

    .home-footer-links,
    .home-footer-contact {
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .home-footer-links a + a::before {
        margin-right: 10px;
    }

    .calagend-home-body .home-modal-dialog {
        width: calc(100% - 20px);
        margin: 10px auto;
    }

    .calagend-home-body .home-modal-content {
        border-radius: 20px;
    }

    .calagend-home-body .home-modal-body {
        padding: 20px;
    }

    .calagend-home-body .home-modal-close {
        width: 36px;
        height: 36px;
        top: 14px;
        right: 14px;
    }

    .calagend-home-body .home-modal-header {
        gap: 11px;
        padding: 0 42px 17px 0;
    }

    .calagend-home-body .legal-modal-header.home-modal-header {
        padding: 20px 58px 17px 20px;
    }

    .home-modal-header-icon {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
        border-radius: 13px;
        font-size: 18px;
    }

    .calagend-home-body .home-modal-title {
        font-size: 18px;
    }

    .calagend-home-body .home-modal-subtitle {
        font-size: 11px;
    }

    .home-info-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        padding-top: 18px;
    }

    .calagend-home-body .calagend-info-video {
        min-height: 0;
    }

    .calagend-home-body .calagend-info-block {
        padding: 15px;
    }

    .home-modal-footer {
        align-items: stretch;
        flex-direction: column;
        margin-top: 18px;
        text-align: center;
    }

    .home-modal-primary-action {
        text-align: center;
    }

    .calagend-home-body .legal-modal-body {
        padding: 16px 20px 20px;
    }

    .calagend-home-body .legal-modal-scroll {
        height: 62vh;
        padding: 17px;
    }

    .contact-main {
        min-height: 0;
        padding: 28px 0 34px;
    }

    .contact-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .contact-intro {
        transform: none;
    }

    .contact-title {
        font-size: 39px;
        letter-spacing: -1.8px;
    }

    .contact-lead {
        margin: 17px 0 23px;
        font-size: 16px;
    }

    .contact-support-list {
        grid-template-columns: 1fr;
    }

    .contact-card {
        padding: 21px;
        border-radius: 20px;
    }

    .contact-card-header {
        align-items: flex-start;
        margin-bottom: 21px;
        padding-bottom: 18px;
    }

    .contact-card-header h2 {
        font-size: 19px;
    }

    .contact-form {
        gap: 16px;
    }

    .search-results-main {
        min-height: 0;
        padding: 20px 0 34px;
    }

    .results-search-heading {
        align-items: flex-start;
        flex-direction: column;
        padding: 21px;
    }

    .results-search-heading h1 {
        font-size: 28px;
    }

    .results-home-link {
        display: inline-flex;
    }

    .results-heading-actions {
        width: 100%;
        justify-content: space-between;
    }

    .results-search-form {
        gap: 17px;
        padding: 19px 21px 22px;
    }

    .results-search-types {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .results-search-control {
        min-height: 48px;
        padding-left: 14px;
    }

    .results-search-control button {
        min-width: 88px;
    }

    .results-list-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .results-professional-card {
        grid-template-columns: 1fr;
        gap: 17px;
        padding: 16px;
    }

    .results-professional-profile > img {
        width: 88px;
        height: 88px;
        flex-basis: 88px;
    }

    .results-professional-profile h3 {
        font-size: 16px;
    }

    .results-availability {
        grid-template-columns: 1fr;
        padding: 16px 0;
        border-top: 1px solid #e7ebe8;
        border-right: 0;
        border-bottom: 1px solid #e7ebe8;
        border-left: 0;
    }

    .results-availability-item {
        align-items: center;
    }

    .results-professional-actions {
        grid-column: auto;
        grid-template-columns: 1fr;
    }

    .results-empty-state {
        margin-top: 22px;
        padding: 27px 20px;
    }

    .next-appointment-main {
        min-height: 0;
        padding: 25px 0 35px;
    }

    .next-appointment-heading {
        align-items: flex-start;
    }

    .next-appointment-heading h1 {
        font-size: 30px;
    }

    .next-professional-profile {
        align-items: flex-start;
        flex-wrap: wrap;
        padding: 20px;
    }

    .next-professional-profile img {
        width: 66px;
        height: 66px;
        flex-basis: 66px;
    }

    .next-professional-profile h2 {
        font-size: 18px;
    }

    .next-profile-status {
        width: 100%;
        justify-content: center;
    }

    .next-appointment-form {
        padding: 21px 20px 23px;
    }

    .next-options-heading {
        align-items: flex-start;
    }

    .next-option-card {
        grid-template-columns: 22px 40px minmax(0, 1fr);
        gap: 11px;
        padding: 15px;
    }

    .next-option-icon {
        width: 40px;
        height: 40px;
    }

    .next-option-date,
    .next-option-price {
        grid-column: 2 / -1;
        padding: 11px 0 0;
        border-top: 1px solid #e6eae7;
        border-left: 0;
    }

    .next-option-price {
        margin-top: -1px;
    }

    .next-appointment-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .next-continue-button,
    .next-calendar-link {
        width: 100%;
    }

    .calagend-home-body .calagend-help-modal .modal-dialog {
        width: calc(100% - 20px);
        margin: 10px auto;
    }

    .calagend-home-body .calagend-help-modal .modal-content {
        border-radius: 20px;
    }

    .calagend-home-body .calagend-help-modal .modal-body {
        padding: 20px;
    }

    .calagend-home-body .calagend-help-modal .bootbox-close-button {
        top: 14px;
        right: 14px;
        width: 36px;
        height: 36px;
    }

    .calagend-help-header {
        gap: 11px;
        padding: 0 56px 17px 0;
    }

    .calagend-help-header-icon {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }

    .calagend-help-header h2 {
        font-size: 18px;
    }

    .calagend-help-header p {
        font-size: 11px;
    }

    .calagend-help-content p {
        padding: 14px;
        font-size: 12px;
        line-height: 1.8;
    }

    .calagend-home-body .calagend-help-modal .modal-footer {
        padding: 0 20px 20px;
    }

    .calagend-help-accept {
        width: 100%;
    }

    .booking-calendar-main {
        min-height: 0;
        padding: 24px 0 35px;
    }

    .booking-calendar-heading {
        align-items: flex-start;
    }

    .booking-calendar-heading h1 {
        font-size: 30px;
    }

    .calendar-professional-profile {
        align-items: flex-start;
        flex-wrap: wrap;
        padding: 19px;
    }

    .calendar-professional-profile img {
        width: 62px;
        height: 62px;
        flex-basis: 62px;
    }

    .calendar-professional-profile h2 {
        font-size: 17px;
    }

    .calendar-profile-status {
        width: 100%;
        justify-content: center;
    }

    .booking-calendar-toolbar {
        padding: 18px 19px;
    }

    .booking-calendar-navigation {
        width: 100%;
        justify-content: space-between;
    }

    .booking-calendar-navigation > div {
        min-width: 130px;
    }

    .booking-calendar-legend {
        flex-wrap: wrap;
    }

    .booking-calendar-scroll {
        overflow-x: auto;
        padding: 18px 19px 10px;
        -webkit-overflow-scrolling: touch;
    }

    .booking-calendar-grid {
        min-width: 720px;
    }

    .booking-calendar-mobile-hint {
        display: flex;
        align-items: center;
        gap: 7px;
        margin: 14px 19px 0;
        color: #737a75;
        font-size: 10px;
        font-weight: 700;
    }

    .booking-calendar-note {
        margin: 12px 19px 20px;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .home-benefits {
        grid-template-columns: repeat(3, minmax(180px, 1fr));
        gap: 0;
        overflow-x: auto;
        padding: 18px 20px;
        scrollbar-width: none;
    }

    .home-benefits::-webkit-scrollbar {
        display: none;
    }

    .home-benefit {
        min-height: 70px;
        justify-content: center;
        gap: 13px;
        padding: 0 16px;
        border-right: 1px solid #e3e5e8;
    }

    .home-benefit:last-child {
        border-right: 0;
    }

    .home-benefit .fa {
        font-size: 30px;
    }

    .home-benefit strong {
        font-size: 13px;
        line-height: 1.2;
    }

    .home-benefit small {
        font-size: 11px;
    }

    .home-search-card .home-filter-bar {
        grid-template-columns: repeat(3, minmax(190px, 1fr));
        margin: 0 18px 20px;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .home-search-card .home-filter-bar::-webkit-scrollbar {
        display: none;
    }

    .home-search-card .home-filter {
        min-height: 106px;
        gap: 12px;
        padding: 14px 16px;
        border-right: 1px solid #e7e9ec;
        border-bottom: 0;
    }

    .home-search-card .home-filter-online {
        border-right: 0;
    }

    .home-search-card .home-filter-icon {
        width: 50px;
        height: 50px;
        flex-basis: 50px;
        font-size: 28px;
    }

    .home-search-card .home-filter-copy strong {
        font-size: 17px;
        line-height: 1.15;
    }

    .home-search-card .home-filter-copy select,
    .home-search-card .home-filter-static {
        margin-top: 7px;
        font-size: 15px;
    }

    .home-search-card .home-filter-online strong {
        font-size: 0;
    }

    .home-search-card .home-filter-online strong::after {
        content: "Presencial y online";
        font-size: 17px;
    }

    .home-search-card .home-clear-filters {
        display: none;
    }
}

@media (max-width: 420px) {
    .home-provider-login {
        max-width: 145px;
    }

    .home-title {
        font-size: 32px;
    }

    .home-categories {
        gap: 14px 7px;
    }

    .contact-title {
        font-size: 35px;
    }

    .contact-professional-note {
        padding: 15px;
    }
}

/* Booking schedule */
.booking-schedule-main {
    min-height: calc(100vh - 168px);
    padding: 42px 0 54px;
    background:
        radial-gradient(circle at 10% 5%, rgba(21, 129, 47, .055), transparent 26%),
        #fff;
}

.booking-schedule-shell {
    max-width: 1280px;
    margin: 0 auto;
}

.booking-schedule-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.booking-schedule-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    color: #15812f;
    font-size: 13px;
    font-weight: 800;
}

.booking-schedule-heading h1 {
    margin: 0;
    color: #101311;
    font-size: 39px;
    font-weight: 800;
    letter-spacing: -1.2px;
}

.booking-schedule-heading h1 span {
    color: #15812f;
}

.booking-schedule-heading p {
    margin: 8px 0 0;
    color: #686f6a;
    font-size: 15px;
}

.booking-schedule-help {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    padding: 0;
    border: 1px solid #cee2d2;
    border-radius: 50%;
    background: #edf7ef;
    color: #15812f;
    font-size: 19px;
    cursor: pointer;
}

.booking-schedule-card {
    overflow: hidden;
    border: 1px solid #e4e9e5;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 55px rgba(31, 55, 37, .08);
}

.schedule-professional-profile {
    display: flex;
    align-items: center;
    gap: 17px;
    padding: 22px 26px;
    border-bottom: 1px solid #e7ebe8;
}

.schedule-professional-profile img {
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    border: 4px solid #f1f7f2;
    border-radius: 50%;
    object-fit: cover;
}

.schedule-professional-profile > div {
    min-width: 0;
}

.schedule-professional-profile > div > span {
    color: #15812f;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .4px;
    text-transform: uppercase;
}

.schedule-professional-profile h2 {
    margin: 2px 0;
    color: #161a17;
    font-size: 19px;
    font-weight: 800;
}

.schedule-professional-profile p {
    margin: 0;
    color: #6f756f;
    font-size: 13px;
}

.schedule-profile-status {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-left: auto;
    padding: 8px 12px;
    border-radius: 999px;
    background: #edf7ef;
    color: #15812f;
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
}

.booking-date-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    padding: 20px 26px;
    border-bottom: 1px solid #e7ebe8;
    background: #fbfcfb;
}

.booking-date-navigation > a,
.booking-date-navigation > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid #dce6de;
    border-radius: 50%;
    background: #fff;
    color: #15812f;
    transition: .2s ease;
}

.booking-date-navigation > a:hover {
    border-color: #15812f;
    background: #15812f;
    color: #fff;
    text-decoration: none;
}

.booking-date-navigation > .is-disabled {
    color: #bec5c0;
    cursor: not-allowed;
}

.booking-date-navigation > div {
    min-width: 300px;
    text-align: center;
}

.booking-date-navigation small,
.booking-date-navigation strong {
    display: block;
}

.booking-date-navigation small {
    margin-bottom: 2px;
    color: #858b87;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.booking-date-navigation strong {
    color: #202421;
    font-size: 17px;
    font-weight: 800;
}

.booking-schedule-holiday {
    display: flex;
    align-items: center;
    gap: 13px;
    margin: 22px 24px 0;
    padding: 15px 17px;
    border: 1px solid #f0ddbc;
    border-radius: 14px;
    background: #fff9ee;
    color: #9a6816;
}

.booking-schedule-holiday .fa {
    font-size: 24px;
}

.booking-schedule-holiday strong,
.booking-schedule-holiday span {
    display: block;
}

.booking-schedule-holiday strong {
    font-size: 13px;
}

.booking-schedule-holiday span {
    margin-top: 2px;
    font-size: 11px;
}

.booking-modality-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    padding: 24px;
}

.booking-modality-card {
    display: flex;
    min-width: 0;
    min-height: 495px;
    flex-direction: column;
    padding: 20px;
    border: 1px solid #dfe7e1;
    border-radius: 18px;
    background: #fff;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.booking-modality-card:not(.is-unavailable):hover {
    border-color: #b8d7bf;
    box-shadow: 0 12px 30px rgba(30, 85, 43, .08);
    transform: translateY(-2px);
}

.booking-modality-card.is-unavailable {
    border-style: dashed;
    background: #fafbfa;
}

.booking-modality-header {
    display: flex;
    align-items: center;
    gap: 13px;
}

.booking-modality-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 14px;
    background: #edf7ef;
    color: #15812f;
    font-size: 20px;
}

.is-unavailable .booking-modality-icon {
    background: #eff1ef;
    color: #8a918c;
}

.booking-modality-label {
    display: block;
    margin-bottom: 2px;
    color: #888f89;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.booking-modality-header h2 {
    margin: 0;
    color: #171b18;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.25;
}

.booking-modality-description {
    min-height: 54px;
    margin: 16px 0;
    color: #6c736e;
    font-size: 12px;
    line-height: 1.5;
}

.booking-modality-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 11px 12px;
    border-radius: 11px;
    background: #f6f8f6;
}

.booking-modality-price span {
    color: #777e79;
    font-size: 10px;
}

.booking-modality-price strong {
    color: #202521;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

.booking-hours-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 18px 0 10px;
}

.booking-hours-heading span {
    color: #353b36;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.booking-hours-heading small {
    color: #8a918c;
    font-size: 9px;
}

.booking-hour-list {
    display: grid;
    max-height: 164px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    overflow-y: auto;
    padding: 2px 5px 2px 2px;
    scrollbar-color: #b7d3bd #f0f3f0;
    scrollbar-width: thin;
}

.booking-hour-option {
    min-height: 36px;
    padding: 7px 5px;
    border: 1px solid #dce4de;
    border-radius: 9px;
    background: #fff;
    color: #535a55;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
    transition: .15s ease;
}

.booking-hour-option:hover {
    border-color: #75b583;
    color: #15812f;
}

.booking-hour-option.is-selected {
    border-color: #15812f;
    background: #15812f;
    color: #fff;
    box-shadow: 0 4px 10px rgba(21, 129, 47, .2);
}

.booking-modality-continue {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    min-height: 43px;
    margin-top: auto;
    padding: 10px 15px;
    border: 0;
    border-radius: 999px;
    background: #15812f;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
    transition: background .2s ease, transform .2s ease;
}

.booking-modality-continue:hover {
    background: #106b27;
    color: #fff;
    transform: translateY(-1px);
}

.booking-modality-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 205px;
    flex: 1;
    flex-direction: column;
    color: #858c87;
    text-align: center;
}

.booking-modality-empty .fa {
    margin-bottom: 12px;
    color: #adb4af;
    font-size: 28px;
}

.booking-modality-empty strong,
.booking-modality-empty span {
    display: block;
}

.booking-modality-empty strong {
    color: #676e69;
    font-size: 12px;
}

.booking-modality-empty span {
    max-width: 190px;
    margin-top: 5px;
    font-size: 10px;
    line-height: 1.5;
}

.booking-schedule-note {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0 24px 24px;
    padding: 13px 15px;
    border-radius: 12px;
    background: #f3f8f4;
    color: #477151;
    font-size: 11px;
}

.booking-schedule-note .fa {
    color: #15812f;
    font-size: 15px;
}

@media (max-width: 991px) {
    .booking-modality-grid {
        grid-template-columns: 1fr;
    }

    .booking-modality-card {
        min-height: 0;
    }

    .booking-modality-description {
        min-height: 0;
    }

    .booking-hour-list {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .booking-modality-continue {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .booking-schedule-main {
        min-height: 0;
        padding: 24px 0 35px;
    }

    .booking-schedule-heading {
        align-items: flex-start;
    }

    .booking-schedule-heading h1 {
        font-size: 30px;
    }

    .schedule-professional-profile {
        align-items: flex-start;
        flex-wrap: wrap;
        padding: 19px;
    }

    .schedule-professional-profile img {
        width: 62px;
        height: 62px;
        flex-basis: 62px;
    }

    .schedule-professional-profile h2 {
        font-size: 17px;
    }

    .schedule-profile-status {
        width: 100%;
        justify-content: center;
    }

    .booking-date-navigation {
        gap: 10px;
        padding: 17px 15px;
    }

    .booking-date-navigation > div {
        min-width: 0;
        flex: 1;
    }

    .booking-date-navigation strong {
        font-size: 14px;
    }

    .booking-modality-grid {
        gap: 14px;
        padding: 18px;
    }

    .booking-hour-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .booking-schedule-note {
        margin: 0 18px 18px;
    }
}

/* Booking details */
.booking-details-main {
    min-height: calc(100vh - 168px);
    padding: 42px 0 54px;
    background:
        radial-gradient(circle at 10% 5%, rgba(21, 129, 47, .055), transparent 26%),
        #fff;
}

.booking-details-shell {
    max-width: 1180px;
    margin: 0 auto;
}

.booking-details-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.booking-details-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    color: #15812f;
    font-size: 13px;
    font-weight: 800;
}

.booking-details-heading h1 {
    margin: 0;
    color: #101311;
    font-size: 39px;
    font-weight: 800;
    letter-spacing: -1.2px;
}

.booking-details-heading h1 span {
    color: #15812f;
}

.booking-details-heading p {
    margin: 8px 0 0;
    color: #686f6a;
    font-size: 15px;
}

.booking-details-help {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    padding: 0;
    border: 1px solid #cee2d2;
    border-radius: 50%;
    background: #edf7ef;
    color: #15812f;
    font-size: 19px;
    cursor: pointer;
}

.booking-details-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 355px;
    gap: 22px;
    align-items: start;
}

.booking-client-form,
.booking-summary-card {
    border: 1px solid #e3e9e4;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 16px 48px rgba(31, 55, 37, .075);
}

.booking-client-form {
    overflow: hidden;
}

.booking-client-form-header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 22px 25px;
    border-bottom: 1px solid #e7ebe8;
}

.booking-client-form-header > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 14px;
    background: #edf7ef;
    color: #15812f;
    font-size: 20px;
}

.booking-client-form-header h2 {
    margin: 0;
    color: #151916;
    font-size: 19px;
    font-weight: 800;
}

.booking-client-form-header p {
    margin: 3px 0 0;
    color: #747b76;
    font-size: 12px;
}

.booking-client-form-body {
    padding: 25px;
}

.booking-inline-message {
    display: none;
    align-items: flex-start;
    gap: 11px;
    margin-bottom: 18px;
    padding: 13px 15px;
    border: 1px solid #f0d8be;
    border-radius: 14px;
    background: #fff8ef;
    color: #7b4b11;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45;
}

.booking-inline-message.is-visible {
    display: flex;
}

.booking-inline-message.is-success {
    border-color: #cfe4d3;
    background: #f4fbf5;
    color: #176c2b;
}

.booking-inline-message .fa {
    margin-top: 2px;
    flex: 0 0 auto;
    color: #c27018;
    font-size: 16px;
}

.booking-inline-message.is-success .fa {
    color: #15812f;
}

.booking-map-message {
    margin: 0 0 17px;
}

.booking-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 19px 17px;
}

.booking-field {
    min-width: 0;
}

.booking-field label {
    display: block;
    margin-bottom: 7px;
    color: #303631;
    font-size: 11px;
    font-weight: 800;
}

.booking-field label small {
    margin-left: 5px;
    color: #919792;
    font-size: 9px;
    font-weight: 600;
}

.booking-input-wrap {
    position: relative;
}

.booking-input-wrap > .fa {
    position: absolute;
    top: 50%;
    left: 14px;
    z-index: 3;
    color: #89918b;
    font-size: 14px;
    transform: translateY(-50%);
    pointer-events: none;
}

.booking-input-wrap .form-control,
.booking-phone-input .form-control {
    height: 48px;
    border: 1px solid #dce3de;
    border-radius: 12px;
    background: #fff;
    color: #252a26;
    font-size: 13px;
    box-shadow: none;
}

.booking-input-wrap .form-control {
    padding: 10px 14px 10px 40px;
}

.booking-input-wrap .form-control:focus,
.booking-phone-input .form-control:focus {
    border-color: #70ad7d;
    box-shadow: 0 0 0 3px rgba(21, 129, 47, .09);
}

.booking-input-wrap .form-control.is-valid,
.was-validated .booking-input-wrap .form-control:valid,
.booking-phone-input .form-control.is-valid,
.was-validated .booking-phone-input .form-control:valid {
    border-color: #4e9d60;
}

.booking-input-wrap .invalid-feedback {
    padding-left: 3px;
}

.booking-field-document {
    align-self: end;
}

.booking-document-toggle {
    display: flex;
    align-items: flex-end;
    padding-bottom: 12px;
}

.booking-document-toggle .custom-control-label {
    color: #59605b;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
}

.booking-document-toggle .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #15812f;
    background-color: #15812f;
}

.booking-phone-input {
    position: relative;
    display: flex;
}

.booking-phone-input > span {
    display: inline-flex;
    align-items: center;
    padding: 0 13px;
    border: 1px solid #dce3de;
    border-right: 0;
    border-radius: 12px 0 0 12px;
    background: #f5f7f5;
    color: #4f5751;
    font-size: 12px;
    font-weight: 800;
}

.booking-phone-input .form-control {
    min-width: 0;
    border-radius: 0 12px 12px 0;
}

.booking-phone-input .invalid-feedback {
    position: absolute;
    top: 100%;
    left: 0;
}

.booking-address-card {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    align-items: center;
    gap: 13px;
    margin-top: 22px;
    padding: 14px;
    border: 1px solid #dce7de;
    border-radius: 14px;
    background: #f7faf7;
}

.booking-address-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #e7f4ea;
    color: #15812f;
    font-size: 18px;
}

.booking-address-card strong {
    display: block;
    color: #282e29;
    font-size: 12px;
}

.booking-address-card p {
    margin: 3px 0 0;
    color: #747b76;
    font-size: 10px;
    line-height: 1.4;
}

.booking-address-card button {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 12px;
    border: 1px solid #bcd5c1;
    border-radius: 999px;
    background: #fff;
    color: #15812f;
    font-size: 10px;
    font-weight: 800;
    cursor: pointer;
}

.booking-privacy-note {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 22px;
    padding: 11px 13px;
    border-radius: 10px;
    background: #f5f8f5;
    color: #687069;
    font-size: 10px;
}

.booking-privacy-note .fa {
    color: #15812f;
}

.booking-confirm-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 48px;
    margin-top: 17px;
    padding: 11px 18px;
    border: 0;
    border-radius: 999px;
    background: #15812f;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    transition: background .2s ease, transform .2s ease;
}

.booking-confirm-button:hover {
    background: #106b27;
    color: #fff;
    transform: translateY(-1px);
}

.booking-confirm-button:disabled {
    cursor: wait;
    opacity: .78;
    transform: none;
}

.booking-summary-card {
    position: sticky;
    top: 20px;
    padding: 22px;
}

.booking-summary-label {
    display: block;
    margin-bottom: 15px;
    color: #15812f;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .6px;
    text-transform: uppercase;
}

.booking-summary-professional {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e7ebe8;
}

.booking-summary-professional img {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    border: 3px solid #eef6ef;
    border-radius: 50%;
    object-fit: cover;
}

.booking-summary-professional h2 {
    margin: 0;
    color: #171b18;
    font-size: 14px;
    font-weight: 800;
    text-transform: capitalize;
}

.booking-summary-professional p {
    margin: 3px 0 0;
    color: #767d78;
    font-size: 10px;
}

.booking-summary-list {
    display: grid;
    gap: 15px;
    padding: 19px 0;
    border-bottom: 1px solid #e7ebe8;
}

.booking-summary-list > div {
    display: flex;
    align-items: center;
    gap: 11px;
}

.booking-summary-list > div > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    border-radius: 10px;
    background: #edf7ef;
    color: #15812f;
}

.booking-summary-list p {
    min-width: 0;
    margin: 0;
}

.booking-summary-list small,
.booking-summary-list strong {
    display: block;
}

.booking-summary-list small {
    margin-bottom: 1px;
    color: #929893;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
}

.booking-summary-list strong {
    color: #303631;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.35;
}

.booking-summary-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 18px 0 15px;
}

.booking-summary-price span {
    color: #6f7671;
    font-size: 11px;
}

.booking-summary-price strong {
    color: #171b18;
    font-size: 17px;
    font-weight: 800;
}

.booking-summary-status {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 0;
    padding: 9px;
    border-radius: 999px;
    background: #edf7ef;
    color: #15812f;
    font-size: 10px;
    font-weight: 800;
}

.calagend-home-body .booking-map-modal .modal-dialog {
    max-width: 850px;
}

.calagend-home-body .booking-map-modal .modal-content {
    overflow: hidden;
    border: 0;
    border-radius: 22px;
    box-shadow: 0 25px 70px rgba(22, 42, 27, .2);
}

.booking-map-header {
    position: relative;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 21px 24px;
    border-bottom: 1px solid #e7ebe8;
}

.booking-map-header > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border-radius: 13px;
    background: #edf7ef;
    color: #15812f;
    font-size: 20px;
}

.booking-map-header h2 {
    margin: 0;
    color: #171b18;
    font-size: 19px;
    font-weight: 800;
}

.booking-map-header p {
    margin: 3px 0 0;
    color: #777e79;
    font-size: 11px;
}

.booking-map-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-left: auto;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #f1f3f1;
    color: #5f6661;
    cursor: pointer;
}

.booking-map-body {
    padding: 20px 24px;
}

.booking-map-canvas {
    width: 100%;
    height: 320px;
    margin: 17px 0;
    border: 1px solid #dfe5e0;
    border-radius: 15px;
    background: #f1f3f1;
}

.booking-map-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    padding: 16px 24px 20px;
    border-top: 1px solid #e7ebe8;
}

.booking-map-cancel,
.booking-map-save {
    min-height: 41px;
    padding: 9px 17px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
}

.booking-map-cancel {
    border: 1px solid #d9dfda;
    background: #fff;
    color: #5f6661;
}

.booking-map-save {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 0;
    background: #15812f;
    color: #fff;
}

@media (max-width: 991px) {
    .booking-details-layout {
        grid-template-columns: 1fr;
    }

    .booking-summary-card {
        position: static;
        grid-row: 1;
    }

    .booking-summary-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .booking-details-main {
        min-height: 0;
        padding: 24px 0 35px;
    }

    .booking-details-heading {
        align-items: flex-start;
    }

    .booking-details-heading h1 {
        font-size: 30px;
    }

    .booking-details-heading p {
        font-size: 13px;
    }

    .booking-client-form-header,
    .booking-client-form-body,
    .booking-summary-card {
        padding: 19px;
    }

    .booking-form-grid {
        grid-template-columns: 1fr;
    }

    .booking-document-toggle {
        padding: 0;
    }

    .booking-address-card {
        grid-template-columns: 42px minmax(0, 1fr);
    }

    .booking-address-card button {
        grid-column: 1 / -1;
        justify-content: center;
    }

    .booking-summary-list {
        grid-template-columns: 1fr;
    }

    .booking-map-header {
        padding: 18px;
    }

    .booking-map-header p {
        padding-right: 10px;
    }

    .booking-map-body {
        padding: 17px 18px;
    }

    .booking-map-canvas {
        height: 260px;
    }

    .booking-map-footer {
        padding: 14px 18px 18px;
    }
}

/* Booking confirmation */
.booking-success-main {
    min-height: calc(100vh - 168px);
    padding: 42px 0 54px;
    background:
        radial-gradient(circle at 50% 0, rgba(21, 129, 47, .065), transparent 30%),
        #fff;
}

.booking-success-shell {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
}

.booking-success-help {
    position: absolute;
    top: 22px;
    right: 22px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid #cee2d2;
    border-radius: 50%;
    background: #edf7ef;
    color: #15812f;
    font-size: 17px;
    cursor: pointer;
}

.booking-success-card {
    overflow: hidden;
    border: 1px solid #dfe8e1;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 20px 65px rgba(25, 58, 33, .1);
}

.booking-success-header {
    padding: 36px 78px 28px;
    border-bottom: 1px solid #e5ebe6;
    background:
        radial-gradient(circle at 50% 0, rgba(21, 129, 47, .08), transparent 62%),
        #fbfdfb;
    text-align: center;
}

.booking-success-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    margin-bottom: 15px;
    border-radius: 50%;
    background: #15812f;
    color: #fff;
    font-size: 27px;
    box-shadow: 0 9px 24px rgba(21, 129, 47, .22);
}

.booking-success-eyebrow {
    display: block;
    margin-bottom: 7px;
    color: #15812f;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.booking-success-header h1 {
    margin: 0;
    color: #111512;
    font-size: 34px;
    font-weight: 800;
    letter-spacing: -.8px;
}

.booking-success-header h1 span {
    color: #15812f;
}

.booking-success-header > p {
    max-width: 620px;
    margin: 10px auto 0;
    color: #68706a;
    font-size: 13px;
    line-height: 1.55;
}

.booking-success-countdown {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 15px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #eaf6ed;
    color: #15812f;
    font-size: 10px;
    font-weight: 800;
}

.booking-success-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 250px;
    gap: 22px;
    padding: 26px;
}

.booking-success-summary,
.booking-success-code,
.booking-success-payment {
    border: 1px solid #e1e7e2;
    border-radius: 18px;
}

.booking-success-summary {
    padding: 20px;
}

.booking-success-professional {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e8ece9;
}

.booking-success-professional img {
    width: 62px;
    height: 62px;
    flex: 0 0 62px;
    border: 3px solid #eef6ef;
    border-radius: 50%;
    object-fit: cover;
}

.booking-success-professional > div {
    min-width: 0;
}

.booking-success-professional span {
    display: block;
    margin-bottom: 2px;
    color: #15812f;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.booking-success-professional h2 {
    margin: 0;
    color: #1b201c;
    font-size: 16px;
    font-weight: 800;
    text-transform: capitalize;
}

.booking-success-professional p {
    margin: 3px 0 0;
    color: #747b76;
    font-size: 11px;
}

.booking-success-details {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 13px;
    padding-top: 18px;
}

.booking-success-details > div {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    min-width: 0;
}

.booking-success-details > div > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-radius: 9px;
    background: #edf7ef;
    color: #15812f;
}

.booking-success-details p {
    min-width: 0;
    margin: 0;
}

.booking-success-details small,
.booking-success-details strong {
    display: block;
}

.booking-success-details small {
    margin-bottom: 2px;
    color: #969c97;
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
}

.booking-success-details strong {
    color: #303631;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.4;
}

.booking-success-code {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 24px 20px;
    background: #f5faf6;
    text-align: center;
}

.booking-success-code-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-bottom: 13px;
    border-radius: 13px;
    background: #e3f2e6;
    color: #15812f;
    font-size: 19px;
}

.booking-success-code small {
    color: #747c76;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.booking-success-code strong {
    display: block;
    margin-top: 5px;
    color: #15812f;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 1.8px;
}

.booking-success-code p {
    max-width: 180px;
    margin: 9px 0 0;
    color: #7b827d;
    font-size: 9px;
    line-height: 1.45;
}

.booking-success-side {
    display: grid;
    gap: 14px;
    min-width: 0;
}

.booking-success-payment {
    padding: 18px;
    background: #fff;
}

.booking-success-payment-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
    border-radius: 13px;
    background: #edf7ef;
    color: #15812f;
    font-size: 17px;
}

.booking-success-payment small,
.booking-success-payment strong {
    display: block;
}

.booking-success-payment small {
    color: #747c76;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.booking-success-payment strong {
    margin-top: 4px;
    color: #151a16;
    font-size: 22px;
    font-weight: 800;
}

.booking-success-payment dl {
    display: grid;
    gap: 9px;
    margin: 15px 0 0;
}

.booking-success-payment dl > div {
    padding-top: 9px;
    border-top: 1px solid #e8ece9;
}

.booking-success-payment dt,
.booking-success-payment dd {
    margin: 0;
}

.booking-success-payment dt {
    color: #8b928d;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .4px;
    text-transform: uppercase;
}

.booking-success-payment dd {
    margin-top: 2px;
    color: #343b36;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.35;
    word-break: break-word;
}

.booking-result-card-failed .booking-result-header {
    background:
        radial-gradient(circle at 50% 0, rgba(179, 78, 75, .1), transparent 62%),
        #fffafa;
}

.booking-result-card-failed .booking-result-icon {
    background: #b34e4b;
    box-shadow: 0 9px 24px rgba(179, 78, 75, .2);
}

.booking-result-card-failed .booking-success-eyebrow,
.booking-result-card-failed .booking-success-header h1 span {
    color: #b34e4b;
}

.booking-result-body {
    padding: 28px;
}

.booking-result-message {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px;
    border: 1px solid #f0d2d0;
    border-radius: 18px;
    background: #fff8f7;
}

.booking-result-message > .fa {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border-radius: 12px;
    background: #fff0ef;
    color: #b34e4b;
    font-size: 17px;
}

.booking-result-message strong {
    display: block;
    color: #2a2f2b;
    font-size: 14px;
    font-weight: 800;
}

.booking-result-message p {
    margin: 5px 0 0;
    color: #6d7470;
    font-size: 11px;
    line-height: 1.55;
}

.booking-result-list {
    display: grid;
    gap: 10px;
    margin: 18px 0 0;
    padding: 0;
    color: #59615c;
    font-size: 11px;
    line-height: 1.45;
    list-style: none;
}

.booking-result-list li {
    display: flex;
    gap: 9px;
}

.booking-result-list .fa {
    margin-top: 2px;
    color: #15812f;
}

.booking-result-retry {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    padding: 9px 17px;
    border: 0;
    border-radius: 999px;
    background: #15812f;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    text-decoration: none !important;
    box-shadow: 0 8px 20px rgba(21, 129, 47, .18);
}

.booking-success-message {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0 26px 24px;
    padding: 14px 16px;
    border-radius: 13px;
    background: #f5f8f5;
    color: #58615a;
}

.booking-success-message > .fa {
    margin-top: 1px;
    color: #15812f;
    font-size: 17px;
}

.booking-success-message strong {
    display: block;
    margin-bottom: 2px;
    color: #39413b;
    font-size: 11px;
}

.booking-success-message p {
    margin: 0;
    font-size: 10px;
    line-height: 1.5;
}

.booking-success-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 18px 26px;
    border-top: 1px solid #e5eae6;
    background: #fbfcfb;
}

.booking-success-home,
.booking-success-close,
.booking-success-cancel {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    padding: 9px 15px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 800;
    cursor: pointer;
}

.booking-success-home,
.booking-success-close {
    border: 1px solid #c7dbcB;
    background: #fff;
    color: #15812f;
    text-decoration: none !important;
}

.booking-success-cancel {
    border: 1px solid #e7b9b7;
    background: #fff5f4;
    color: #aa4744;
    transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.booking-success-cancel:hover {
    border-color: #c96b67;
    background: #fce9e8;
    color: #913b38;
}

.calagend-home-body .booking-cancel-modal .modal-dialog {
    max-width: 520px;
}

.calagend-home-body .booking-cancel-modal .modal-content {
    position: relative;
    align-items: center;
    padding: 30px;
    border: 0;
    border-radius: 22px;
    box-shadow: 0 25px 70px rgba(22, 42, 27, .22);
    text-align: center;
}

.booking-cancel-close {
    position: absolute;
    top: 15px;
    right: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #f1f3f1;
    color: #626963;
    cursor: pointer;
}

.booking-cancel-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 14px;
    border-radius: 50%;
    background: #fff0ef;
    color: #b34e4b;
    font-size: 23px;
}

.booking-cancel-modal h2 {
    margin: 0;
    color: #171b18;
    font-size: 21px;
    font-weight: 800;
}

.booking-cancel-modal .modal-content > p {
    max-width: 390px;
    margin: 8px 0 19px;
    color: #747b76;
    font-size: 11px;
    line-height: 1.55;
}

.booking-cancel-summary {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 13px;
    border: 1px solid #e2e7e3;
    border-radius: 14px;
    background: #fafbfa;
    text-align: left;
}

.booking-cancel-summary img {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 50%;
    object-fit: cover;
}

.booking-cancel-summary strong,
.booking-cancel-summary span,
.booking-cancel-summary small {
    display: block;
}

.booking-cancel-summary strong {
    color: #252a26;
    font-size: 12px;
    text-transform: capitalize;
}

.booking-cancel-summary span {
    margin-top: 2px;
    color: #5f6761;
    font-size: 10px;
}

.booking-cancel-summary small {
    margin-top: 2px;
    color: #15812f;
    font-size: 9px;
    font-weight: 700;
}

.booking-cancel-actions {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 19px;
}

.booking-cancel-back,
.booking-cancel-confirm {
    min-height: 42px;
    padding: 9px 13px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 800;
    cursor: pointer;
}

.booking-cancel-back {
    border: 1px solid #d9dfda;
    background: #fff;
    color: #59605b;
}

.booking-cancel-confirm {
    border: 0;
    background: #b34e4b;
    color: #fff;
}

@media (max-width: 767px) {
    .booking-success-main {
        min-height: 0;
        padding: 22px 0 35px;
    }

    .booking-success-help {
        top: 15px;
        right: 15px;
        width: 38px;
        height: 38px;
    }

    .booking-success-header {
        padding: 29px 48px 24px;
    }

    .booking-success-icon {
        width: 58px;
        height: 58px;
        font-size: 23px;
    }

    .booking-success-header h1 {
        font-size: 27px;
    }

    .booking-success-body {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .booking-success-details {
        grid-template-columns: 1fr;
    }

    .booking-success-message {
        margin: 0 18px 18px;
    }

    .booking-success-actions {
        align-items: stretch;
        flex-direction: column;
        padding: 17px 18px;
    }

    .booking-success-home,
    .booking-success-close,
    .booking-success-cancel {
        width: 100%;
    }

    .calagend-home-body .booking-cancel-modal .modal-content {
        margin: 10px;
        padding: 26px 20px 20px;
    }

    .booking-cancel-actions {
        grid-template-columns: 1fr;
    }
}

/* Pending payments */
.pending-payments-main {
    min-height: calc(100vh - 168px);
    padding: 42px 0 54px;
    background:
        radial-gradient(circle at 10% 5%, rgba(21, 129, 47, .055), transparent 26%),
        #fff;
}

.pending-payments-shell {
    max-width: 1180px;
    margin: 0 auto;
}

.pending-payments-heading {
    margin-bottom: 24px;
}

.pending-payments-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    color: #15812f;
    font-size: 13px;
    font-weight: 800;
}

.pending-payments-heading h1 {
    margin: 0;
    color: #101311;
    font-size: 39px;
    font-weight: 800;
    letter-spacing: -1.2px;
}

.pending-payments-heading h1 span {
    color: #15812f;
}

.pending-payments-heading p {
    margin: 8px 0 0;
    color: #686f6a;
    font-size: 15px;
}

.pending-payments-heading p strong {
    color: #303631;
    text-transform: capitalize;
}

.pending-payments-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 315px;
    gap: 22px;
    align-items: start;
}

.pending-payment-list,
.pending-payment-summary,
.pending-payments-empty {
    border: 1px solid #e3e9e4;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 16px 48px rgba(31, 55, 37, .075);
}

.pending-payment-list {
    overflow: hidden;
}

.pending-payment-list-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 21px 23px;
    border-bottom: 1px solid #e7ebe8;
}

.pending-payment-list-header h2 {
    margin: 0;
    color: #171b18;
    font-size: 18px;
    font-weight: 800;
}

.pending-payment-list-header p {
    margin: 3px 0 0;
    color: #858c87;
    font-size: 10px;
}

.pending-payment-select-all {
    padding: 8px 12px;
    border: 1px solid #c8dacb;
    border-radius: 999px;
    background: #fff;
    color: #15812f;
    font-size: 10px;
    font-weight: 800;
    cursor: pointer;
}

.pending-payment-cards {
    display: grid;
    gap: 12px;
    padding: 18px;
}

.pending-payment-card {
    position: relative;
    display: grid;
    grid-template-columns: 28px minmax(180px, .9fr) minmax(250px, 1.2fr) auto;
    align-items: center;
    gap: 14px;
    margin: 0;
    padding: 17px;
    border: 1px solid #dfe6e1;
    border-radius: 16px;
    background: #fff;
    cursor: pointer;
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.pending-payment-card:hover {
    border-color: #acd0b4;
    box-shadow: 0 8px 22px rgba(28, 75, 39, .06);
}

.pending-payment-card.is-selected {
    border-color: #15812f;
    background: #f8fcf9;
    box-shadow: 0 0 0 2px rgba(21, 129, 47, .08);
}

.pending-payment-card > input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.pending-payment-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: 1px solid #cbd4cd;
    border-radius: 7px;
    background: #fff;
    color: transparent;
    font-size: 10px;
    transition: .15s ease;
}

.is-selected .pending-payment-check {
    border-color: #15812f;
    background: #15812f;
    color: #fff;
}

.pending-payment-professional {
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 0;
}

.pending-payment-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 12px;
    background: #edf7ef;
    color: #15812f;
    font-size: 17px;
}

.pending-payment-professional > div {
    min-width: 0;
}

.pending-payment-professional small,
.pending-payment-professional h3,
.pending-payment-professional p {
    display: block;
}

.pending-payment-professional small {
    color: #959b96;
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
}

.pending-payment-professional h3 {
    overflow: hidden;
    margin: 2px 0;
    color: #262b27;
    font-size: 12px;
    font-weight: 800;
    text-overflow: ellipsis;
    text-transform: capitalize;
    white-space: nowrap;
}

.pending-payment-professional p {
    overflow: hidden;
    margin: 0;
    color: #717873;
    font-size: 9px;
    text-overflow: ellipsis;
    text-transform: capitalize;
    white-space: nowrap;
}

.pending-payment-info {
    display: grid;
    gap: 8px;
}

.pending-payment-info > div {
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 0;
}

.pending-payment-info > div > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    border-radius: 8px;
    background: #f1f6f2;
    color: #15812f;
    font-size: 11px;
}

.pending-payment-info p {
    min-width: 0;
    margin: 0;
}

.pending-payment-info small,
.pending-payment-info strong {
    display: block;
}

.pending-payment-info small {
    color: #969c97;
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
}

.pending-payment-info strong {
    color: #414843;
    font-size: 9px;
    font-weight: 800;
    line-height: 1.4;
}

.pending-payment-meta {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    gap: 10px;
}

.pending-payment-meta > strong {
    color: #171b18;
    font-size: 16px;
    font-weight: 800;
    white-space: nowrap;
}

.pending-payment-status {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 8px;
    border-radius: 999px;
    background: #fff5df;
    color: #986713;
    font-size: 8px;
    font-weight: 800;
    white-space: nowrap;
}

.pending-payment-status.is-past {
    background: #edf7ef;
    color: #15812f;
}

.pending-payment-summary {
    position: sticky;
    top: 20px;
    padding: 23px;
}

.pending-payment-summary-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    border-radius: 14px;
    background: #edf7ef;
    color: #15812f;
    font-size: 19px;
}

.pending-payment-summary-label {
    display: block;
    margin-bottom: 19px;
    color: #252a26;
    font-size: 15px;
    font-weight: 800;
}

.pending-payment-summary-row,
.pending-payment-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.pending-payment-summary-row {
    padding-bottom: 15px;
    border-bottom: 1px solid #e6ebe7;
}

.pending-payment-summary-row span {
    color: #737a75;
    font-size: 10px;
}

.pending-payment-summary-row strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 27px;
    height: 27px;
    padding: 0 8px;
    border-radius: 999px;
    background: #edf7ef;
    color: #15812f;
    font-size: 10px;
}

.pending-payment-total {
    padding: 18px 0;
}

.pending-payment-total span {
    color: #5f6761;
    font-size: 11px;
    font-weight: 700;
}

.pending-payment-total strong {
    color: #151916;
    font-size: 22px;
    font-weight: 800;
}

.pending-payment-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    min-height: 45px;
    padding: 10px 14px;
    border: 0;
    border-radius: 999px;
    background: #15812f;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
}

.pending-payment-submit:disabled {
    background: #b9c8bc;
    cursor: not-allowed;
}

.pending-payment-security {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 13px 0 0;
    color: #858c87;
    font-size: 9px;
}

.pending-payment-security .fa {
    color: #15812f;
}

.pending-payments-empty {
    padding: 55px 25px;
    text-align: center;
}

.pending-payments-empty > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin-bottom: 16px;
    border-radius: 50%;
    background: #edf7ef;
    color: #15812f;
    font-size: 26px;
}

.pending-payments-empty h2 {
    margin: 0;
    color: #171b18;
    font-size: 21px;
    font-weight: 800;
}

.pending-payments-empty p {
    margin: 7px 0 18px;
    color: #777e79;
    font-size: 12px;
}

.pending-payments-empty a {
    display: inline-flex;
    padding: 10px 17px;
    border-radius: 999px;
    background: #15812f;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    text-decoration: none !important;
}

.payment-redirect-main {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 88px);
    padding: 30px;
    background: #f8fbf8;
}

.payment-redirect-card {
    width: min(420px, 100%);
    padding: 38px 30px;
    border: 1px solid #e1e8e2;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 55px rgba(30, 63, 38, .1);
    text-align: center;
}

.payment-redirect-spinner {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-bottom: 17px;
    border: 4px solid #dcece0;
    border-top-color: #15812f;
    border-radius: 50%;
    animation: payment-spin .8s linear infinite;
}

.payment-redirect-card h1 {
    margin: 0;
    color: #171b18;
    font-size: 21px;
    font-weight: 800;
}

.payment-redirect-card p {
    margin: 8px 0 0;
    color: #747b76;
    font-size: 11px;
    line-height: 1.55;
}

@keyframes payment-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {
    .pending-payments-layout {
        grid-template-columns: 1fr;
    }

    .pending-payment-summary {
        position: static;
        grid-row: 1;
    }
}

@media (max-width: 767px) {
    .pending-payments-main {
        min-height: 0;
        padding: 24px 0 35px;
    }

    .pending-payments-heading h1 {
        font-size: 30px;
    }

    .pending-payments-heading p {
        font-size: 13px;
    }

    .pending-payment-list-header {
        align-items: flex-start;
        flex-direction: column;
        padding: 18px;
    }

    .pending-payment-cards {
        padding: 14px;
    }

    .pending-payment-card {
        grid-template-columns: 28px minmax(0, 1fr);
    }

    .pending-payment-info,
    .pending-payment-meta {
        grid-column: 2;
    }

    .pending-payment-meta {
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        padding-top: 10px;
        border-top: 1px solid #e7ebe8;
    }
}
