body {
    background: #fff;
    color: #3a2a3e;
    font-family: "Roboto", "Segoe UI", Arial, sans-serif;
}

body a {
    color: inherit;
}

.landing-main {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.trinks-like-page {
    min-height: 100vh;
    background: #fff;
}

.section-container {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.public-header {
    background: #fff;
    box-shadow: 0 2px 12px rgba(63, 34, 83, 0.08);
    position: relative;
    z-index: 4;
}

.header-topline,
.main-navbar {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-topline {
    min-height: 34px;
    font-size: .82rem;
    color: #6f5d77;
    border-bottom: 1px solid #f0e8f4;
}

.topline-links,
.topline-actions,
.desktop-nav,
.nav-actions,
.app-strip,
.social-row {
    display: flex;
    align-items: center;
    gap: 1.1rem;
}

.header-topline a,
.desktop-nav a,
.footer-grid a,
.link-cloud a,
.category-grid a {
    text-decoration: none;
}

.header-topline a:hover,
.desktop-nav a:hover,
.footer-grid a:hover,
.link-cloud a:hover,
.category-grid a:hover {
    color: #8020a8;
}

.business-link {
    color: #8020a8;
    font-weight: 700;
}

.main-navbar {
    min-height: 72px;
}

.brand-mark,
.footer-brand {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.brand-mark img,
.footer-brand img {
    width: 260px;
    height: 96px;
    object-fit: contain;
}


.hair-admin-brand {
    display: inline-flex;
    align-items: center;
    width: 350px;
    height: 173px;
    margin: .3rem 0;
    padding: .15rem .55rem;
    border-radius: .55rem;
    background: #fff;
}

.hair-admin-brand img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.desktop-nav {
    color: #5c4867;
    font-weight: 600;
}

.nav-actions {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: .65rem;
}

.nav-cta,
.business-cta,
.search-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 1.2rem;
    border-radius: 999px;
    background: #ff7f1a;
    color: #fff !important;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .02em;
    box-shadow: 0 10px 24px rgba(255, 127, 26, 0.25);
}

.consumer-hero {
    position: relative;
    overflow: hidden;
    min-height: 520px;
    display: grid;
    place-items: center;
    padding: 4.2rem 1rem 4.7rem;
    background:
        radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.18), transparent 18%),
        radial-gradient(circle at 88% 16%, rgba(255, 127, 26, 0.22), transparent 26%),
        linear-gradient(135deg, #52138f 0%, #7820a7 48%, #9b31aa 100%);
    color: #fff;
    text-align: center;
}

.consumer-hero::before,
.consumer-hero::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.13);
}

.consumer-hero::before {
    width: 360px;
    height: 360px;
    left: -140px;
    bottom: -170px;
}

.consumer-hero::after {
    width: 210px;
    height: 210px;
    right: -70px;
    top: 110px;
}

.consumer-hero-content {
    width: min(920px, 100%);
    position: relative;
    z-index: 1;
}

.hero-eyebrow,
.band-kicker,
.business-kicker {
    margin: 0 0 .75rem;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.hero-eyebrow,
.band-kicker {
    color: #ffd9bd;
}

.consumer-hero h1 {
    font-size: clamp(2.2rem, 5.6vw, 4.7rem);
    font-weight: 900;
    line-height: .98;
    margin: 0 auto 1rem;
    max-width: 880px;
}

.consumer-hero p:not(.hero-eyebrow) {
    max-width: 760px;
    margin: 0 auto;
    color: #f7e8ff;
    font-size: 1.14rem;
}

.search-card {
    width: min(900px, 100%);
    margin: 2rem auto 0;
    padding: .65rem;
    display: grid;
    grid-template-columns: 1.1fr .9fr auto;
    gap: .6rem;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 22px 48px rgba(43, 11, 78, 0.28);
}

.search-field {
    display: flex;
    align-items: center;
    gap: .55rem;
    min-height: 54px;
    padding: 0 .95rem;
    background: #f7f2fb;
    border: 1px solid #eadff1;
    border-radius: 10px;
    color: #6a5274;
}

.search-field input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: #5b4665;
    font-weight: 600;
}

.search-button {
    border-radius: 10px;
    min-height: 54px;
}

.app-strip {
    justify-content: center;
    margin-top: 1.2rem;
    font-size: .92rem;
    color: #f8e8ff;
}

.app-strip a {
    padding: .5rem .9rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #fff;
    text-decoration: none;
    font-weight: 800;
}

.category-section {
    padding: 2.2rem 0 2rem;
    background: #fff;
}

.category-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    color: #482355;
}

.category-title-row h2 {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 900;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: .75rem;
}

.category-grid a {
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .8rem;
    text-align: center;
    border-radius: 12px;
    background: #fbf7fd;
    border: 1px solid #eadff1;
    color: #5b306a;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(80, 35, 110, 0.06);
}

.marketplace-band {
    padding: 3.2rem 0;
    background: linear-gradient(135deg, #6a1b9a 0%, #8b27a8 55%, #b73ca8 100%);
    color: #fff;
}

.marketplace-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 2rem;
    align-items: center;
}

.marketplace-content h2,
.business-copy h2,
.social-proof-section h2 {
    margin: 0 0 .8rem;
    font-size: clamp(1.8rem, 3.2vw, 3rem);
    line-height: 1.05;
    font-weight: 900;
}

.marketplace-content p {
    max-width: 650px;
    color: #f8e6ff;
    font-size: 1.06rem;
}

.salon-card-stack {
    position: relative;
    height: 170px;
}

.salon-card {
    position: absolute;
    right: 0;
    width: 310px;
    padding: 1.15rem;
    border-radius: 16px;
    background: #fff;
    color: #52305f;
    box-shadow: 0 18px 44px rgba(40, 12, 64, 0.28);
}

.salon-card strong,
.salon-card span {
    display: block;
}

.salon-card strong {
    font-size: 1.18rem;
    color: #421452;
}

.salon-card span {
    margin-top: .35rem;
    color: #7a6683;
}

.front-card {
    top: 0;
    z-index: 2;
}

.middle-card {
    top: 74px;
    right: 44px;
    opacity: .92;
}

.social-proof-section {
    padding: 3.5rem 0;
    background: #fff;
    text-align: center;
}

.social-proof-section h2 {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    color: #4a225c;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
    text-align: left;
}

.testimonial-grid article {
    min-height: 190px;
    padding: 1.4rem;
    border-radius: 16px;
    background: #fbf7fd;
    border: 1px solid #eadff1;
    box-shadow: 0 12px 26px rgba(80, 35, 110, 0.07);
}

.testimonial-grid p {
    color: #5d4a66;
    font-size: 1.02rem;
}

.testimonial-grid strong {
    color: #8020a8;
}

.business-section {
    padding: 4rem 0;
    background: linear-gradient(180deg, #fff 0%, #fff6eb 100%);
}

.business-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 3rem;
    align-items: center;
}

.business-kicker {
    color: #ff7f1a;
}

.business-copy h2 {
    color: #4a225c;
}

.business-copy p {
    color: #67536f;
    font-size: 1.08rem;
}

.business-list {
    display: grid;
    gap: .75rem;
    padding: 0;
    margin: 1.4rem 0;
    list-style: none;
}

.business-list li {
    display: flex;
    align-items: flex-start;
    gap: .65rem;
    color: #5a4863;
    font-weight: 700;
}

.business-list li::before {
    content: "✓";
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #ff7f1a;
    color: #fff;
    font-size: .85rem;
}

.business-visual {
    min-height: 500px;
    display: grid;
    place-items: center;
    background: radial-gradient(circle, rgba(255, 127, 26, 0.18), transparent 62%);
}

.phone-mockup {
    width: 290px;
    min-height: 520px;
    padding: 1.1rem;
    border-radius: 36px;
    background: #4f176d;
    border: 10px solid #2d103d;
    box-shadow: 0 24px 60px rgba(48, 14, 64, 0.28);
}

.phone-top {
    width: 96px;
    height: 8px;
    margin: .2rem auto 1.2rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.35);
}

.appointment-item,
.finance-pill {
    padding: 1rem;
    border-radius: 16px;
    background: #fff;
    margin-bottom: .85rem;
    color: #4a225c;
}

.appointment-item.active {
    background: #ff7f1a;
    color: #fff;
}

.appointment-item strong,
.appointment-item span {
    display: block;
}

.finance-pill {
    margin-top: 1.4rem;
    background: #2ee6a6;
    color: #1b4638;
    font-weight: 900;
}

.link-cloud-section {
    padding: 3rem 0;
    background: #faf6fd;
}

.link-cloud-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 2.5rem;
}

.link-cloud-grid h3 {
    margin: 0 0 1rem;
    color: #4a225c;
    font-weight: 900;
}

.link-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem .85rem;
}

.link-cloud a {
    color: #6f5d77;
    font-weight: 700;
}

.public-footer {
    padding: 2.5rem 0;
    background: #3a1749;
    color: #ecdcf3;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr repeat(3, minmax(130px, 1fr));
    gap: 2rem;
}

.footer-brand {
    color: #fff;
    margin-bottom: .85rem;
}

.footer-grid h4 {
    color: #fff;
    margin: 0 0 .8rem;
    font-weight: 900;
}

.footer-grid a {
    display: block;
    margin-bottom: .45rem;
    color: #ecdcf3;
}

.social-row a {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.13);
    color: #fff;
    font-weight: 900;
}

.two-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.feature-card {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid #eadff1;
    border-radius: 18px;
    padding: 1.35rem;
    box-shadow: 0 12px 30px rgba(76, 38, 55, 0.08);
}

.feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: .85rem;
    border-radius: 14px;
    background: #fff0d8;
    font-size: 1.25rem;
}

.whatsapp-pricing-page {
    width: min(1120px, calc(100% - 32px));
    margin: 3rem auto;
}

.section-header {
    text-align: center;
    margin-bottom: 2rem;
}

.section-kicker {
    display: inline-block;
    margin-bottom: .75rem;
    padding: .38rem .85rem;
    border-radius: 999px;
    background: #fff0d8;
    color: #9a4a00;
    font-weight: 800;
    text-transform: uppercase;
}

.whatsapp-pricing-page h1,
.chatbot-flow-page h1 {
    font-size: clamp(1.7rem, 2.8vw, 2.4rem);
    font-weight: 800;
    color: #4a225c;
}

.pricing-notice {
    background: #fff6d8;
    border: 1px solid #f0d083;
    color: #6b550e;
    border-radius: 12px;
    padding: .9rem 1rem;
    margin-bottom: 1rem;
}

.hero-actions {
    margin-top: 1.8rem;
    display: flex;
    flex-wrap: wrap;
    gap: .85rem;
    justify-content: center;
}

.hero-actions .btn-primary {
    background: #ff7f1a;
    border-color: #ff7f1a;
}

.chatbot-layout {
    display: grid;
    gap: 1rem;
}

.chatbot-card {
    min-height: 520px;
}

#chatbotFlowDiagram {
    height: 440px;
    border: 1px solid #e7ebf2;
    border-radius: 12px;
    overflow: hidden;
}

.chatbot-tip {
    color: #5c6677;
}

.chatbot-input-row {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: .6rem;
}

.chat-message {
    border-radius: 10px;
    padding: .6rem .75rem;
    margin-bottom: .5rem;
}

.chat-message p {
    margin: .2rem 0 0;
}

.chat-author {
    font-weight: 700;
    font-size: .85rem;
}

.chat-message-bot {
    background: #eff5ff;
    border: 1px solid #d8e6ff;
}

.chat-message-user {
    background: #f6f7fb;
    border: 1px solid #e4e8f0;
}

@media (max-width: 991px) {
    .desktop-nav {
        display: none;
    }

    .category-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .marketplace-content,
    .business-grid,
    .link-cloud-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .testimonial-grid,
    .feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .header-topline,
    .main-navbar {
        width: calc(100% - 24px);
    }

    .header-topline {
        gap: .7rem;
        flex-wrap: wrap;
        padding: .55rem 0;
    }

    .main-navbar {
        min-height: auto;
        padding: .85rem 0;
        gap: .75rem;
        flex-wrap: wrap;
    }

    .brand-mark {
        font-size: 1.45rem;
    }

    .nav-cta {
        min-height: 38px;
        padding: 0 .9rem;
        font-size: .82rem;
    }

    .consumer-hero {
        min-height: auto;
        padding: 3rem .75rem;
    }

    .search-card {
        grid-template-columns: 1fr;
    }

    .location-field {
        display: none;
    }

    .app-strip {
        flex-wrap: wrap;
    }

    .category-grid,
    .testimonial-grid,
    .feature-grid,
    .two-columns {
        grid-template-columns: 1fr;
    }

    .salon-card-stack {
        height: 210px;
    }

    .salon-card {
        width: min(310px, 100%);
    }

    .middle-card {
        right: 0;
        top: 92px;
    }

    .business-visual {
        min-height: 420px;
    }

    .phone-mockup {
        width: min(290px, 100%);
        min-height: 450px;
    }
}

.salon-management-page .salon-hero {
    min-height: 620px;
    background:
        radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.18), transparent 19%),
        radial-gradient(circle at 84% 24%, rgba(46, 230, 166, 0.20), transparent 24%),
        linear-gradient(135deg, #32104d 0%, #6b1aa0 46%, #c03a9d 100%);
}

.salon-hero-actions .secondary-cta,
.secondary-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.58);
    border-radius: 999px;
    color: #fff !important;
    font-weight: 800;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.12);
}

.link-cloud-section .secondary-cta {
    color: #5a168a !important;
    border-color: #d8c7e4;
    background: #fff;
}

.hero-trust-row,
.salon-pill-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 1.4rem;
}

.hero-trust-row span,
.salon-pill-row span {
    padding: .55rem .85rem;
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
    font-weight: 800;
}

.salon-title-row {
    align-items: flex-end;
    gap: 1rem;
}

.salon-title-row h2 {
    max-width: 720px;
    font-size: clamp(1.7rem, 3vw, 2.55rem);
}

.salon-feature-grid .feature-card h3 {
    margin: 0 0 .55rem;
    color: #4a225c;
    font-weight: 900;
}

.salon-feature-grid .feature-card p {
    margin: 0;
    color: #66516f;
}

.salon-band .marketplace-content {
    grid-template-columns: minmax(0, 1fr) 430px;
}

.salon-band .salon-pill-row {
    justify-content: flex-start;
}

.salon-dashboard-card {
    color: #4a225c;
}

.contact-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 2rem;
    padding: 2rem;
    border: 1px solid #eadff1;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(80, 35, 110, 0.08);
}

.contact-panel h2 {
    margin: 0 0 .75rem;
    color: #4a225c;
    font-size: clamp(1.65rem, 3vw, 2.45rem);
    font-weight: 900;
}

.contact-panel p {
    margin: 0;
    color: #67536f;
}

.contact-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: .85rem;
}

@media (max-width: 991px) {
    .salon-band .marketplace-content,
    .contact-panel {
        grid-template-columns: 1fr;
    }

    .contact-actions {
        justify-content: flex-start;
    }
}

.hair-body-with-sidebar,
.hair-body-full-width {
    min-height: 100vh;
    background: #f5f7fb;
}

.hair-topbar {
    min-height: 3.5rem;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.18);
}

.hair-user-menu .nav-link {
    color: rgba(255, 255, 255, 0.86);
}

.hair-user-profile {
    color: #cbd5e1;
}

.hair-sidebar {
    display: flex;
    flex-direction: column;
    position: fixed !important;
    top: 3.5rem !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 1020;
    width: 270px;
    max-width: 270px;
    min-width: 270px;
    transition: width 0.2s ease, min-width 0.2s ease, max-width 0.2s ease;
    height: calc(100vh - 3.5rem);
    overflow: hidden;
    border-right: 1px solid #d9e2ef;
    background: #ffffff;
    box-shadow: 2px 0 16px rgba(15, 23, 42, 0.08);
}

.hair-sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    flex: 0 0 auto;
    padding: 1.25rem 1.25rem 0.75rem;
    border-bottom: 1px solid #edf2f7;
}

.hair-sidebar-heading {
    min-width: 0;
}

.hair-sidebar-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 2rem;
    width: 2rem;
    height: 2rem;
    border: 1px solid #dbe5f1;
    border-radius: 999px;
    background: #f8fafc;
    color: #334155;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.hair-sidebar-toggle:hover,
.hair-sidebar-toggle:focus {
    border-color: #b8c7dc;
    background: #eef4ff;
    color: #0d6efd;
    outline: none;
}

.hair-sidebar-toggle-icon {
    display: block;
    font-size: 1.6rem;
    line-height: 1;
}

.hair-sidebar-nav {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 transparent;
}

.hair-sidebar-nav::-webkit-scrollbar {
    width: 0.5rem;
}

.hair-sidebar-nav::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: #cbd5e1;
}

.hair-sidebar-nav::-webkit-scrollbar-track {
    background: transparent;
}

.hair-sidebar-title,
.hair-sidebar-subtitle {
    display: block;
}

.hair-sidebar-title {
    color: #111827;
    font-size: 1.05rem;
    font-weight: 700;
}

.hair-sidebar-subtitle {
    margin-top: 0.2rem;
    color: #64748b;
    font-size: 0.85rem;
}

.hair-sidebar-treeview.dx-treeview {
    padding: 0.75rem;
    background: transparent;
}

.hair-sidebar-treeview .dx-treeview-node {
    padding-left: 0;
}

.hair-sidebar-treeview .dx-treeview-node .dx-treeview-node {
    padding-left: 0.85rem;
}

.hair-sidebar-treeview .dx-treeview-node:not(.dx-treeview-node-is-leaf) > .dx-treeview-item {
    margin-top: 0.65rem;
    color: #0f172a;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.hair-sidebar-treeview .dx-treeview-node:not(.dx-treeview-node-is-leaf) > .dx-treeview-item .dx-icon {
    color: #0f172a;
}

.hair-sidebar-treeview .dx-scrollable,
.hair-sidebar-treeview .dx-scrollable-wrapper,
.hair-sidebar-treeview .dx-scrollable-container,
.hair-sidebar-treeview .dx-scrollable-content {
    overflow: visible;
}

.hair-sidebar-treeview .dx-scrollable-scrollbar {
    display: none;
}

.hair-sidebar-treeview .dx-treeview-item {
    margin-bottom: 0.35rem;
    border-radius: 0.65rem;
    color: #334155;
    font-weight: 600;
}

.hair-sidebar-treeview .dx-treeview-item .dx-icon {
    margin-right: 0.65rem;
    color: #475569;
}

.hair-sidebar-treeview .dx-treeview-item.dx-state-hover,
.hair-sidebar-treeview .dx-treeview-item.dx-state-focused,
.hair-sidebar-treeview .dx-treeview-item.dx-state-selected {
    background: #eef4ff;
}

.hair-sidebar-treeview .dx-treeview-item.dx-state-selected,
.hair-sidebar-treeview .dx-treeview-item.dx-state-selected .dx-icon {
    color: #0d6efd;
}

.hair-main-content {
    display: block;
    width: calc(100% - 270px);
    margin-left: 270px !important;
    padding: 1.5rem;
    transition: width 0.2s ease, margin-left 0.2s ease;
}

.hair-sidebar-collapsed .hair-sidebar {
    width: 78px;
    max-width: 78px;
    min-width: 78px;
}

.hair-sidebar-collapsed .hair-sidebar-header {
    justify-content: center;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.hair-sidebar-collapsed .hair-sidebar-heading,
.hair-sidebar-collapsed .hair-sidebar-treeview .dx-treeview-toggle-item-visibility {
    display: none;
}

.hair-sidebar-collapsed .hair-sidebar-treeview .dx-treeview-item-content {
    font-size: 0;
}

.hair-sidebar-collapsed .hair-sidebar-treeview .dx-treeview-item-content .dx-icon {
    font-size: 1rem;
}

.hair-sidebar-collapsed .hair-sidebar-toggle-icon {
    transform: rotate(180deg);
}

.hair-sidebar-collapsed .hair-sidebar-treeview.dx-treeview {
    padding: 0.75rem 0.5rem;
}

.hair-sidebar-collapsed .hair-sidebar-treeview .dx-treeview-node .dx-treeview-node {
    padding-left: 0;
}

.hair-sidebar-collapsed .hair-sidebar-treeview .dx-treeview-item {
    display: flex;
    justify-content: center;
    margin-bottom: 0.45rem;
    padding-right: 0;
    padding-left: 0;
}

.hair-sidebar-collapsed .hair-sidebar-treeview .dx-treeview-item .dx-icon {
    margin-right: 0;
}

.hair-sidebar-collapsed .hair-main-content {
    width: calc(100% - 78px);
    margin-left: 78px !important;
}

@media (max-width: 767.98px) {
    .hair-sidebar {
        display: none;
    }

    .hair-main-content {
        width: 100%;
        margin-left: 0 !important;
        padding: 1rem;
    }
}

/* HairWeb brand refresh: palette inspired by the existing black and gold logo. */
:root {
    --hairweb-black: #100f0d;
    --hairweb-charcoal: #211e19;
    --hairweb-gold: #c88a16;
    --hairweb-gold-light: #f1c453;
    --hairweb-gold-soft: #fff4d8;
    --hairweb-ivory: #fffdf8;
    --hairweb-beige: #f8f1e3;
    --hairweb-muted: #6e6252;
    --hairweb-border: rgba(200, 138, 22, .24);
}

.public-page-shell,
.trinks-like-page {
    background: var(--hairweb-ivory);
    color: var(--hairweb-charcoal);
}

.public-header {
    background: rgba(255, 253, 248, .98);
    border-bottom: 1px solid var(--hairweb-border);
    box-shadow: 0 10px 35px rgba(39, 30, 15, .08);
}

.header-topline {
    color: var(--hairweb-muted);
    border-bottom-color: rgba(200, 138, 22, .16);
}

.main-navbar {
    min-height: 136px;
    gap: 1.35rem;
}

.brand-mark,
.footer-brand {
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(200, 138, 22, .22);
    box-shadow: 0 12px 28px rgba(76, 54, 14, .10);
}

.brand-mark {
    width: 380px;
    height: 156px;
    padding: .2rem .65rem;
}

.footer-brand {
    width: 350px;
    height: 148px;
    padding: .25rem .65rem;
}

.brand-mark img,
.footer-brand img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 48%;
}

.desktop-nav {
    gap: 1.3rem;
    color: #544938;
}

.header-topline a:hover,
.desktop-nav a:hover,
.footer-grid a:hover,
.link-cloud a:hover,
.category-grid a:hover,
.business-link {
    color: var(--hairweb-gold);
}

.nav-cta,
.business-cta,
.search-button {
    background: linear-gradient(135deg, #b9780d, var(--hairweb-gold-light));
    color: var(--hairweb-black) !important;
    border: 1px solid rgba(112, 74, 8, .18);
    box-shadow: 0 12px 26px rgba(174, 116, 15, .24);
}

.nav-cta:hover,
.business-cta:hover,
.search-button:hover {
    background: linear-gradient(135deg, var(--hairweb-gold-light), #d99419);
    color: var(--hairweb-black) !important;
    text-decoration: none;
    transform: translateY(-1px);
}

.consumer-hero {
    min-height: 565px;
    background:
        radial-gradient(circle at 18% 18%, rgba(241, 196, 83, .18), transparent 22%),
        radial-gradient(circle at 88% 12%, rgba(200, 138, 22, .24), transparent 28%),
        linear-gradient(135deg, #0d0c0a 0%, #1d1a15 54%, #302513 100%);
}

.consumer-hero::before,
.consumer-hero::after {
    background: rgba(241, 196, 83, .09);
    border: 1px solid rgba(241, 196, 83, .16);
}

.hero-eyebrow,
.band-kicker {
    color: var(--hairweb-gold-light);
}

.consumer-hero p:not(.hero-eyebrow) {
    color: #f9f0dc;
}

.secondary-cta {
    border-color: rgba(241, 196, 83, .62);
    color: #fff4d8;
}

.secondary-cta:hover {
    background: rgba(241, 196, 83, .12);
    color: #fff;
    text-decoration: none;
}

.hero-trust-row span {
    background: rgba(241, 196, 83, .1);
    border-color: rgba(241, 196, 83, .28);
    color: #fff4d8;
}

.category-section,
.social-proof-section {
    background: var(--hairweb-ivory);
}

.category-title-row,
.social-proof-section h2,
.business-copy h2,
.contact-panel h2,
.feature-card h3 {
    color: #292319;
}

.section-kicker,
.feature-icon {
    background: var(--hairweb-gold-soft);
    color: #8b5b09;
}

.feature-card,
.testimonial-grid article {
    background: rgba(255, 255, 255, .96);
    border-color: var(--hairweb-border);
    box-shadow: 0 14px 32px rgba(71, 53, 20, .08);
}

.feature-card p,
.testimonial-grid p,
.business-copy p,
.business-list li,
.contact-panel p {
    color: var(--hairweb-muted);
}

.feature-card:hover,
.testimonial-grid article:hover {
    border-color: rgba(200, 138, 22, .55);
    box-shadow: 0 18px 38px rgba(118, 82, 14, .13);
    transform: translateY(-3px);
}

.feature-card,
.testimonial-grid article,
.nav-cta,
.business-cta,
.search-button,
.secondary-cta {
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}

.marketplace-band {
    background: linear-gradient(135deg, #100f0d 0%, #211e19 58%, #3a2b13 100%);
}

.marketplace-content p {
    color: #f2e7cf;
}

.salon-pill-row span {
    background: rgba(241, 196, 83, .1);
    border-color: rgba(241, 196, 83, .24);
    color: #fff4d8;
}

.salon-card {
    color: #66583f;
    border: 1px solid rgba(200, 138, 22, .24);
    box-shadow: 0 18px 44px rgba(0, 0, 0, .28);
}

.salon-card strong,
.testimonial-grid strong {
    color: #a86e0b;
}

.business-section {
    background: linear-gradient(180deg, #fffdf8 0%, #f8f1e3 100%);
}

.business-kicker {
    color: var(--hairweb-gold);
}

.business-list li::before,
.appointment-item.active {
    background: linear-gradient(135deg, #b9780d, var(--hairweb-gold-light));
    color: var(--hairweb-black);
}

.business-visual {
    background: radial-gradient(circle, rgba(200, 138, 22, .18), transparent 62%);
}

.phone-mockup {
    background: #211e19;
    border-color: #100f0d;
    box-shadow: 0 24px 60px rgba(49, 34, 10, .28);
}

.appointment-item,
.finance-pill {
    color: #3b3223;
}

.finance-pill {
    background: var(--hairweb-gold-soft);
    color: #76500c;
}

.link-cloud-section {
    background: var(--hairweb-beige);
}

.public-footer {
    background: #100f0d;
    color: #e8dcc3;
    border-top: 3px solid var(--hairweb-gold);
}

.footer-grid a {
    color: #e8dcc3;
}

.footer-grid h4 {
    color: var(--hairweb-gold-light);
}

@media (max-width: 1199px) {
    .main-navbar {
        gap: .8rem;
    }

    .brand-mark {
        width: 330px;
        height: 136px;
    }

    .desktop-nav {
        gap: .85rem;
    }
}

@media (max-width: 767px) {
    .main-navbar {
        min-height: auto;
        padding: .7rem 0;
    }

    .brand-mark {
        width: min(340px, 100%);
        height: 136px;
    }

    .footer-brand {
        width: min(340px, 100%);
        height: 142px;
    }
}

/* Landing-page specificity overrides for the salon-management index. */
.salon-management-page .salon-hero {
    min-height: 620px;
    background:
        radial-gradient(circle at 18% 18%, rgba(241, 196, 83, .18), transparent 22%),
        radial-gradient(circle at 88% 12%, rgba(200, 138, 22, .24), transparent 28%),
        linear-gradient(135deg, #0d0c0a 0%, #1d1a15 54%, #302513 100%);
}

.salon-hero-actions .secondary-cta,
.secondary-cta {
    border-color: rgba(241, 196, 83, .62);
    color: #fff4d8 !important;
    background: rgba(241, 196, 83, .1);
}

.link-cloud-section .secondary-cta {
    color: #80550b !important;
    border-color: rgba(200, 138, 22, .38);
    background: #fff;
}

.hero-trust-row span,
.salon-pill-row span {
    color: #fff4d8;
    background: rgba(241, 196, 83, .1);
    border-color: rgba(241, 196, 83, .24);
}

.salon-feature-grid .feature-card h3,
.salon-dashboard-card {
    color: #292319;
}

.salon-feature-grid .feature-card p {
    color: var(--hairweb-muted);
}

.contact-panel {
    border-color: var(--hairweb-border);
    box-shadow: 0 16px 42px rgba(71, 53, 20, .09);
}

.contact-panel h2 {
    color: #292319;
}

.contact-panel p {
    color: var(--hairweb-muted);
}

/* Pricing card displayed within the shared business-section layout. */
.pricing-card {
    position: relative;
    width: 100%;
    max-width: 410px;
    box-sizing: border-box;
    padding: 2rem;
    border: 1px solid rgba(200, 138, 22, .42);
    border-radius: 24px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 24px 54px rgba(71, 53, 20, .16);
}

.pricing-card::before {
    position: absolute;
    top: 0;
    right: 2rem;
    left: 2rem;
    height: 4px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, #b9780d, var(--hairweb-gold-light));
    content: "";
}

.pricing-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding-top: .4rem;
}

.pricing-card-label {
    color: #8b5b09;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.pricing-card h3 {
    margin: .25rem 0 0;
    color: #292319;
    font-size: 1.45rem;
    font-weight: 900;
}

.pricing-card-badge {
    padding: .45rem .65rem;
    border-radius: 999px;
    background: var(--hairweb-gold-soft);
    color: #80550b;
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.pricing-card-description {
    margin: 1.25rem 0 0;
    color: var(--hairweb-muted);
    font-size: .95rem;
    line-height: 1.55;
}

.pricing-card-value {
    display: flex;
    align-items: baseline;
    gap: .35rem;
    margin: 1.35rem 0 .45rem;
    color: #292319;
}

.pricing-card-value span,
.pricing-card-value small {
    color: #80550b;
    font-weight: 900;
}

.pricing-card-value strong {
    font-size: clamp(3.5rem, 6vw, 4.8rem);
    line-height: .9;
    letter-spacing: -.06em;
}

.pricing-card-note {
    display: block;
    color: #80550b;
    font-size: .85rem;
    font-weight: 800;
}

.pricing-card ul {
    display: grid;
    gap: .75rem;
    margin: 1.45rem 0 1.65rem;
    padding: 1.35rem 0 0;
    border-top: 1px solid rgba(200, 138, 22, .18);
    color: var(--hairweb-muted);
    list-style: none;
}

.pricing-card li {
    display: flex;
    align-items: center;
    gap: .55rem;
}

.pricing-card li::before {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    border-radius: 50%;
    background: var(--hairweb-gold-soft);
    color: #a86e0b;
    content: "✓";
    font-size: .76rem;
    font-weight: 900;
}

@media (max-width: 760px) {
    .pricing-card {
        padding: 1.55rem;
    }

    .pricing-card::before {
        right: 1.55rem;
        left: 1.55rem;
    }

    .pricing-card-header {
        display: block;
    }

    .pricing-card-badge {
        display: inline-flex;
        margin-top: .85rem;
    }
}

.registration-field-warning .dx-field-item-help-text {
    color: #b42318;
    font-weight: 700;
}
