/* ========================================
   MST - For Clients
   ======================================== */

.clients-page {
    min-height: 100vh;
    background: #ffffff;
    color: #17212b;
}


/* Header
---------------------------------------- */

.clients-header {
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
}

.clients-header-inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 18px 24px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.clients-brand {
    display: flex;
    align-items: baseline;
    gap: 10px;

    color: #17212b;
    text-decoration: none;
}

.clients-brand-main {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.clients-brand-sub {
    font-size: 13px;
    color: #6b7280;
}

.clients-header-label {
    font-size: 14px;
    font-weight: 600;
    color: #4b5563;
}

.clients-header-nav {
    display: flex;
    align-items: center;
    gap: 20px;
}

.clients-header-notes {
    font-size: 14px;
    font-weight: 600;
    color: #17212b;
    text-decoration: none;
}

.clients-header-notes:hover {
    text-decoration: underline;
}


/* Hero
---------------------------------------- */

.clients-hero {
    min-height: calc(100vh - 70px);
    display: flex;
    align-items: center;
}

.clients-hero-inner {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 90px 24px 110px;
}

.clients-eyebrow {
    margin: 0 0 22px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #6b7280;
}

.clients-hero h1 {
    max-width: 850px;
    margin: 0;

    font-size: clamp(42px, 5.2vw, 70px);
    line-height: 1.22;
    font-weight: 700;
    letter-spacing: -0.035em;
    color: #17212b;
}

.clients-hero-lead {
    max-width: 850px;
    margin: 40px 0 0;

    font-size: 21px;
    line-height: 1.9;
    font-weight: 500;
    color: #374151;
}

.clients-hero-text {
    max-width: 820px;
    margin: 28px 0 0;

    font-size: 16px;
    line-height: 2;
    color: #5b6470;
}


/* Buttons
---------------------------------------- */

.clients-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 42px;
}

.clients-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 50px;
    padding: 0 24px;

    border-radius: 7px;

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

    transition:
        background 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease;
}

.clients-button-primary {
    background: #17212b;
    color: #ffffff;
    border: 1px solid #17212b;
}

.clients-button-primary:hover {
    background: #2d3742;
    border-color: #2d3742;
}

.clients-button-secondary {
    background: #ffffff;
    color: #17212b;
    border: 1px solid #cfd4da;
}

.clients-button-secondary:hover {
    background: #f6f7f8;
}


/* Mobile
---------------------------------------- */

@media (max-width: 700px) {

    .clients-header-inner {
        padding: 14px 18px;
    }

    .clients-brand-sub {
        display: none;
    }

    .clients-header-label {
        font-size: 12px;
    }

    .clients-hero {
        min-height: auto;
    }

    .clients-hero-inner {
        padding: 70px 20px 85px;
    }

    .clients-eyebrow {
        margin-bottom: 18px;
    }

    .clients-hero h1 {
        font-size: 38px;
        line-height: 1.28;
    }

    .clients-hero-lead {
        margin-top: 32px;
        font-size: 18px;
        line-height: 1.8;
    }

    .clients-hero-lead br {
        display: none;
    }

    .clients-hero-text {
        font-size: 15px;
        line-height: 1.9;
    }

    .clients-hero-actions {
        flex-direction: column;
        align-items: stretch;
        margin-top: 34px;
    }

    .clients-button {
    width: 100%;
    box-sizing: border-box;
    }
}
/* Daily Life
---------------------------------------- */

.clients-daily-life {
    padding: 120px 24px;
    background: #f6f7f8;
}

.clients-section-inner {
    max-width: 1120px;
    margin: 0 auto;
}

.clients-section-label {
    margin: 0 0 22px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.14em;
    color: #6b7280;
}

.clients-daily-life h2 {
    max-width: 780px;
    margin: 0;

    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: #17212b;
}

.clients-section-intro {
    max-width: 760px;
    margin: 34px 0 0;

    font-size: 17px;
    line-height: 2;
    color: #5b6470;
}


/* Daily Life Grid
---------------------------------------- */

.clients-life-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;

    margin-top: 64px;
    background: transparent;
    border: none;
}

.clients-life-item {
    position: relative;
    min-height: 260px;
    padding: 32px 28px 34px;
    background: #ffffff;
    border-top: 5px solid #17212b;
    overflow: hidden;
}

.clients-life-number {
    margin: 0 0 30px;

    font-size: 56px;
    line-height: 0.9;
    font-weight: 700;
    letter-spacing: -0.05em;
    color: #d4d9df;
}

.clients-life-item h3 {
    margin: 0 0 20px;

    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
    color: #17212b;
}

.clients-life-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #17212b;
}

.clients-life-item p:last-child {
    margin: 0;

    font-size: 15px;
    line-height: 1.9;
    color: #5b6470;
}


/* Daily Life Mobile
---------------------------------------- */

@media (max-width: 700px) {

    .clients-daily-life {
        padding: 80px 20px;
    }

    .clients-daily-life h2 {
        font-size: 32px;
        line-height: 1.45;
    }

    .clients-section-intro {
        margin-top: 26px;
        font-size: 16px;
        line-height: 1.9;
    }

    .clients-life-grid {
        grid-template-columns: 1fr;
        margin-top: 46px;
    }
    .clients-life-item {
    position: relative;
    min-height: auto;
    padding: 28px 24px 30px;
    background: #ffffff;
    overflow: hidden;
}

.clients-life-number {
    margin: 0 0 24px;

    font-size: 42px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.04em;

    color: #d4d9df;
}

.clients-life-item h3 {
    margin: 0 0 14px;

    font-size: 23px;
    line-height: 1.4;
    font-weight: 700;
    color: #17212b;
}

.clients-life-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 4px;

    background: #17212b;
}
}
/* MST Approach
---------------------------------------- */

.clients-approach {
    padding: 120px 24px 130px;
    background: #17212b;
    color: #ffffff;
}

.clients-approach-label {
    margin: 0 0 28px;

    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.14em;

    color: #9ca6b2;
}

.clients-approach-heading {
    display: block;
}

.clients-approach-heading h2 {
    max-width: 900px;
    margin: 0;

    font-size: clamp(38px, 4vw, 52px);
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: -0.03em;

    color: #ffffff;
}

.clients-approach-heading > p {
    max-width: 780px;
    margin: 30px 0 0;

    font-size: 16px;
    line-height: 2;

    color: #c6cdd5;
}


/* Approach Items
---------------------------------------- */

.clients-approach-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;

    margin-top: 64px;
    background: #3a4652;
    border-top: 1px solid #3a4652;
    border-bottom: 1px solid #3a4652;
}

.clients-approach-item {
    min-height: 270px;
    padding: 40px 38px 44px;

    background: #17212b;
}

.clients-approach-number {
    margin: 0 0 32px;

    font-size: 54px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.05em;

    color: #465360;
}

.clients-approach-item h3 {
    margin: 0 0 22px;

    font-size: 23px;
    line-height: 1.5;
    font-weight: 700;

    color: #ffffff;
}

.clients-approach-item p:last-child {
    margin: 0;

    font-size: 15px;
    line-height: 1.95;

    color: #b8c0c9;
}


/* MST Approach Mobile
---------------------------------------- */

@media (max-width: 900px) {

    .clients-approach-heading {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .clients-approach-grid {
        grid-template-columns: 1fr;
        margin-top: 60px;
    }

    .clients-approach-item {
        min-height: auto;
    }
}

@media (max-width: 700px) {

    .clients-approach {
        padding: 80px 20px 90px;
    }

    .clients-approach-heading h2 {
        font-size: 28px;
        line-height: 1.4;
    }

    .clients-approach-heading > p {
        font-size: 15px;
        line-height: 1.9;
    }

    .clients-approach-item {
        padding: 32px 26px 36px;
    }

    .clients-approach-number {
        margin-bottom: 28px;
        font-size: 46px;
    }

    .clients-approach-item h3 {
        font-size: 21px;
    }
}
/* First Visit
---------------------------------------- */

.clients-first-visit {
    padding: 125px 24px 135px;
    background: #ffffff;
}

.clients-first-visit-layout {
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    gap: 100px;
    align-items: start;
}

.clients-first-visit-heading h2 {
    margin: 0;

    font-size: clamp(38px, 4vw, 52px);
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: -0.03em;

    color: #17212b;
}

.clients-first-visit-heading > p:last-child {
    max-width: 390px;
    margin: 30px 0 0;

    font-size: 16px;
    line-height: 2;

    color: #5b6470;
}


/* Visit Steps
---------------------------------------- */

.clients-first-visit-content {
    border-top: 1px solid #d9dee3;
}

.clients-visit-step {
    display: grid;
    grid-template-columns: 78px 1fr;
    gap: 28px;

    padding: 30px 0 32px;
    border-bottom: 1px solid #d9dee3;
}

.clients-visit-number {
    margin: 0;

    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.04em;

    color: #c9cfd6;
}

.clients-visit-step h3 {
    margin: 0 0 12px;

    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;

    color: #17212b;
}

.clients-visit-step div p {
    max-width: 620px;
    margin: 0;

    font-size: 15px;
    line-height: 1.9;

    color: #5b6470;
}


/* Safety Note
---------------------------------------- */

.clients-safety-note {
    margin-top: 36px;
    padding: 26px 30px;

    background: #f4f6f7;
    border-left: 3px solid #9ca6b2;
}

.clients-safety-note h3 {
    margin: 0 0 10px;

    font-size: 15px;
    font-weight: 700;

    color: #374151;
}

.clients-safety-note p {
    margin: 0;

    font-size: 13px;
    line-height: 1.9;

    color: #6b7280;
}
.clients-first-visit-heading {
    position: sticky;
    top: 110px;
    align-self: start;
}

/* First Visit Mobile
---------------------------------------- */

@media (max-width: 900px) {

        .clients-first-visit-heading {
        position: static;
    }

    .clients-first-visit-layout {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .clients-first-visit-heading > p:last-child {
        max-width: 650px;

    }
}

@media (max-width: 700px) {

    .clients-first-visit {
        padding: 80px 20px 90px;
    }

    .clients-first-visit-heading h2 {
        font-size: 32px;
    }

    .clients-visit-step {
        grid-template-columns: 54px 1fr;
        gap: 18px;
        padding: 26px 0;
    }

    .clients-visit-number {
        font-size: 26px;
    }

    .clients-visit-step h3 {
        font-size: 18px;
    }

    .clients-safety-note {
        padding: 22px;
    }
}
/* ========================================
   Service Information
   ======================================== */

.clients-service-info {
    padding: 125px 24px 135px;
    background: #f4f6f7;
}

.clients-service-heading {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: end;
}

.clients-service-heading h2 {
    margin: 0;

    font-size: clamp(38px, 3.6vw, 48px);
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: -0.03em;

    color: #17212b;
}

.clients-service-heading > p {
    max-width: 500px;
    margin: 0 0 4px;

    font-size: 16px;
    line-height: 2;

    color: #5b6470;
}


/* ========================================
   Price Panel
   ======================================== */

.clients-price-panel {
    display: grid;
    grid-template-columns: 1fr 1fr;

    margin-top: 70px;

    border: 1px solid #dce1e5;
    background: #ffffff;
}

.clients-price-section {
    padding: 48px 50px 52px;
}

.clients-price-section:first-child {
    background: #17212b;
    color: #ffffff;
}

.clients-price-regular {
    border-left: 1px solid #dce1e5;
}

.clients-price-label {
    margin: 0 0 18px;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;

    color: #909aa5;
}

.clients-price-section:first-child .clients-price-label {
    color: #8f9ba6;
}

.clients-price-section h3 {
    margin: 0 0 38px;

    font-size: 28px;
    line-height: 1.4;
    font-weight: 700;
}

.clients-price-section:first-child h3 {
    color: #ffffff;
}


/* First visit rows
---------------------------------------- */

.clients-price-row,
.clients-price-total-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.clients-price-row {
    padding: 20px 0;
    border-bottom: 1px solid #394550;
}

.clients-price-row > div,
.clients-price-total-row > div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.clients-price-name {
    font-size: 16px;
    font-weight: 600;
}

.clients-price-time {
    font-size: 13px;
    color: #98a3ae;
}

.clients-price-value {
    font-size: 24px;
    font-weight: 700;
    white-space: nowrap;
}

.clients-price-total-row {
    margin-top: 30px;
    padding-top: 28px;

    border-top: 2px solid #ffffff;
}

.clients-price-total-row .clients-price-name {
    font-size: 18px;
    font-weight: 700;
}

.clients-price-total-value {
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.04em;

    white-space: nowrap;
}


/* Regular Session
---------------------------------------- */

.clients-price-description {
    max-width: 520px;
    margin: 0 0 34px;

    font-size: 15px;
    line-height: 1.9;

    color: #5b6470;
}

.clients-session-options {
    border-top: 1px solid #dce1e5;
}

.clients-session-option {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 23px 0;

    border-bottom: 1px solid #dce1e5;
}

.clients-session-option span {
    font-size: 18px;
    font-weight: 600;

    color: #17212b;
}

.clients-session-option strong {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.02em;

    color: #17212b;
}


/* ========================================
   Service Method / Area
   ======================================== */

.clients-service-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;

    margin-top: 60px;

    background: #dce1e5;
    border: 1px solid #dce1e5;
}

.clients-service-item {
    min-height: 240px;
    padding: 38px 42px 40px;

    background: #ffffff;
}

.clients-service-number {
    margin: 0 0 34px;

    font-size: 52px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.04em;

    color: #d0d6dc;
}

.clients-service-item h3 {
    margin: 0 0 28px;

    font-size: 24px;
    font-weight: 700;

    color: #17212b;
}

.clients-service-item > p {
    max-width: 520px;
    margin: 0;

    font-size: 15px;
    line-height: 1.95;

    color: #5b6470;
}

.clients-service-note {
    margin-top: 18px !important;

    font-size: 13px !important;
    color: #818a94 !important;
}


/* Availability
---------------------------------------- */

.clients-availability-list {
    border-top: 1px solid #dce1e5;
}

.clients-availability-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    padding: 20px 0;

    border-bottom: 1px solid #dce1e5;
}

.clients-availability-row span {
    font-size: 16px;
    font-weight: 600;

    color: #17212b;
}

.clients-availability-row strong {
    display: inline-flex;
    align-items: center;

    padding: 7px 11px;

    border-radius: 4px;

    font-size: 12px;
    font-weight: 700;

    background: #eef0f2;
    color: #69727c;
}

.clients-availability-row.is-available strong {
    background: #17212b;
    color: #ffffff;
}


/* ========================================
   Responsive
   ======================================== */

@media (max-width: 900px) {

    .clients-service-heading {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .clients-price-panel {
        grid-template-columns: 1fr;
    }

    .clients-price-regular {
        border-left: none;
        border-top: 1px solid #dce1e5;
    }

    .clients-service-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {

    .clients-service-info {
        padding: 80px 20px 90px;
    }

    .clients-service-heading h2 {
        font-size: 32px;
    }

    .clients-price-panel {
        margin-top: 48px;
    }

    .clients-price-section {
        padding: 34px 26px 38px;
    }

    .clients-price-section h3 {
        font-size: 24px;
        margin-bottom: 28px;
    }

    .clients-price-total-value {
        font-size: 34px;
    }

    .clients-service-grid {
        margin-top: 40px;
    }

    .clients-service-item {
        min-height: auto;
        padding: 34px 26px 38px;
    }

    .clients-availability-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }
}
.clients-area-list {
    border-top: 1px solid #dce1e5;
}

.clients-area-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;

    padding: 20px 0;

    border-bottom: 1px solid #dce1e5;
}

.clients-area-row > div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.clients-area-name {
    font-size: 16px;
    font-weight: 700;
    color: #17212b;
}

.clients-area-type {
    font-size: 13px;
    color: #7b8490;
}

.clients-area-status {
    padding: 7px 11px;
    border-radius: 4px;

    background: #17212b;
    color: #ffffff;

    font-size: 12px;
    font-weight: 700;
}
.clients-tax-note {
    margin: 12px 0 0;
    font-size: 11px;
    line-height: 1.7;
    color: #7b8490;
}
/* ========================================
   Service Details
   ======================================== */

.clients-service-details {
    margin-top: 54px;
}

.clients-method-block,
.clients-area-block {
    padding: 42px 46px;
    background: #ffffff;
    border: 1px solid #dce1e5;
}

.clients-area-block {
    margin-top: 18px;
}

.clients-detail-heading {
    display: flex;
    align-items: baseline;
    gap: 22px;
    margin-bottom: 30px;
}

.clients-detail-heading .clients-service-number {
    margin: 0;

    font-size: 36px;
    line-height: 1;
    font-weight: 700;

    color: #d0d6dc;
}

.clients-detail-heading h3 {
    margin: 0;

    font-size: 25px;
    font-weight: 700;

    color: #17212b;
}


/* Method
---------------------------------------- */

.clients-method-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;

    background: #dce1e5;
    border: 1px solid #dce1e5;
}

.clients-method-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;

    padding: 26px 28px;

    background: #ffffff;
}

.clients-method-row > div {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.clients-method-row strong {
    font-size: 17px;
    color: #17212b;
}

.clients-method-row > div span {
    font-size: 13px;
    color: #7b8490;
}


/* Area
---------------------------------------- */

.clients-area-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.clients-area-card {
    min-height: 150px;
    padding: 24px 26px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 28px;

    border-top: 4px solid #17212b;
    background: #f4f6f7;
}

.clients-area-region {
    margin: 0 0 12px;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;

    color: #909aa5;
}

.clients-area-card h4 {
    margin: 0;

    font-size: 20px;
    font-weight: 700;

    color: #17212b;
}

.clients-area-type {
    margin: 7px 0 0;

    font-size: 13px;
    color: #7b8490;
}


/* Status
---------------------------------------- */

.clients-status {
    display: inline-flex;
    width: fit-content;

    padding: 7px 11px;
    border-radius: 4px;

    background: #eef0f2;
    color: #69727c;

    font-size: 12px;
    font-weight: 700;

    white-space: nowrap;
}

.clients-status.is-open {
    background: #17212b;
    color: #ffffff;
}


/* Mobile
---------------------------------------- */

@media (max-width: 800px) {

    .clients-method-list {
        grid-template-columns: 1fr;
    }

    .clients-area-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {

    .clients-method-block,
    .clients-area-block {
        padding: 30px 24px;
    }

    .clients-method-row {
        padding: 22px;
    }

    .clients-detail-heading {
        gap: 16px;
    }
}
/* ========================================
   Area Wide List
   ======================================== */

.clients-area-list-wide {
    width: 100%;
    border-top: 1px solid #dce1e5;
}

.clients-area-wide-row {
    display: grid;
    grid-template-columns: 1.8fr 1fr auto;
    gap: 36px;
    align-items: center;

    padding: 26px 28px;

    background: #f7f8f9;
    border-bottom: 1px solid #dce1e5;
}


.clients-area-location,
.clients-area-method {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.clients-area-prefecture span,
.clients-area-location span,
.clients-area-method span {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #909aa5;
}

.clients-area-prefecture strong {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #17212b;
}

.clients-area-location strong {
    font-size: 19px;
    font-weight: 700;
    color: #17212b;
}

.clients-area-method strong {
    font-size: 15px;
    font-weight: 600;
    color: #374151;
}

.clients-area-wide-status {
    display: flex;
    justify-content: flex-end;
}

.clients-area-block .clients-service-note {
    margin-top: 16px !important;
}


/* Mobile */

@media (max-width: 700px) {

    .clients-area-wide-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .clients-area-wide-status {
        justify-content: flex-start;
    }

        .clients-area-location strong {
        font-size: 18px;
        line-height: 1.5;
    }
}
/* ========================================
   Contact / Reservation
   ======================================== */

.clients-contact {
    padding: 130px 24px 70px;
    background: #ffffff;
}

.clients-contact-label {
    margin: 0 0 28px;

    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;

    color: #909aa5;
}

.clients-contact-heading {
    display: grid;
    grid-template-columns: 1.4fr 0.6fr;
    gap: 60px;
    align-items: end;
}

.clients-contact-heading h2 {
    margin: 0;

    font-size: clamp(38px, 3.6vw, 50px);
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: -0.03em;

    color: #17212b;
}

.clients-contact-heading > p {
    max-width: 500px;
    margin: 0 0 5px;

    font-size: 16px;
    line-height: 2;

    color: #5b6470;
}


/* CTA Options
---------------------------------------- */

.clients-contact-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;

    margin-top: 70px;
}

.clients-contact-option {
    min-height: 330px;
    padding: 46px 50px;

    border: 1px solid #dce1e5;
    background: #f4f6f7;
}

.clients-contact-option-dark {
    border-color: #17212b;
    background: #17212b;
    color: #ffffff;
}

.clients-contact-number {
    margin: 0 0 42px;

    font-size: 46px;
    line-height: 1;
    font-weight: 700;

    color: #ccd2d8;
}

.clients-contact-option-dark .clients-contact-number {
    color: #465360;
}

.clients-contact-option h3 {
    margin: 0 0 18px;

    font-size: 27px;
    font-weight: 700;

    color: #17212b;
}

.clients-contact-option-dark h3 {
    color: #ffffff;
}

.clients-contact-option > p:not(.clients-contact-number) {
    max-width: 460px;
    margin: 0;

    font-size: 15px;
    line-height: 1.9;

    color: #5b6470;
}

.clients-contact-option-dark > p:not(.clients-contact-number) {
    color: #b8c0c9;
}


/* CTA Buttons
---------------------------------------- */

.clients-contact-button {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-top: 40px;
    padding: 17px 0;

    border-top: 1px solid #cfd5da;

    color: #17212b;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.clients-contact-button span {
    font-size: 22px;
}

.clients-contact-button-light {
    border-color: #465360;
    color: #ffffff;
}


/* Mobile
---------------------------------------- */

@media (max-width: 800px) {

    .clients-contact-heading,
    .clients-contact-actions {
        grid-template-columns: 1fr;
    }

    .clients-contact-heading {
        gap: 30px;
    }
}

@media (max-width: 700px) {

    .clients-contact {
        padding: 80px 20px 50px;
    }

    .clients-contact-heading h2 {
    font-size: 24px;
    line-height: 1.45;
    }

    .clients-contact-actions {
        margin-top: 50px;
    }

    .clients-contact-option {
    min-height: auto;
    padding: 28px 26px 30px;
    }

    .clients-contact-number {
    margin-bottom: 24px;
    font-size: 42px;
    }

    .clients-contact-button {
    margin-top: 26px;
    padding: 14px 0;
    }

    .clients-consent-label {
    gap: 8px;
    font-size: 13px;
    line-height: 1.6;
    }
}
/* ========================================
   Client Consultation
   ======================================== */

.clients-consultation {
    padding: 120px 24px 140px;
    background: #f4f6f7;
}

.clients-consultation-layout {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 100px;
    align-items: start;
}


/* Intro
---------------------------------------- */

.clients-consultation-intro h1 {
    margin: 0;

    font-size: clamp(42px, 4vw, 56px);
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: -0.03em;

    color: #17212b;
}

.clients-consultation-lead {
    max-width: 430px;
    margin: 34px 0 0;

    font-size: 16px;
    line-height: 2;

    color: #5b6470;
}

.clients-consultation-note {
    max-width: 430px;
    margin: 28px 0 0;
    padding-top: 24px;

    border-top: 1px solid #d8dde2;

    font-size: 14px;
    line-height: 1.9;

    color: #7b8490;
}


/* Form Panel
---------------------------------------- */

.clients-consultation-panel {
    padding: 52px 56px 58px;

    background: #ffffff;
    border-top: 5px solid #17212b;
}

.clients-form-label {
    margin: 0 0 16px;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;

    color: #909aa5;
}

.clients-consultation-panel h2 {
    margin: 0 0 44px;

    font-size: 28px;
    line-height: 1.45;
    font-weight: 700;

    color: #17212b;
}


/* Fields
---------------------------------------- */

.clients-form-field {
    margin-bottom: 30px;
}

.clients-form-field > label {
    display: flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 10px;

    font-size: 14px;
    font-weight: 700;

    color: #17212b;
}

.clients-required {
    padding: 3px 7px;

    background: #17212b;
    color: #ffffff;

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

.clients-consultation-form input[type="text"],
.clients-consultation-form input[type="email"],
.clients-consultation-form input[type="date"],
.clients-consultation-form input[type="time"],
.clients-consultation-form select,
.clients-consultation-form textarea {
    box-sizing: border-box;
    width: 100%;

    padding: 14px 16px;

    border: 1px solid #cfd5da;
    border-radius: 0;

    background: #ffffff;

    font-family: inherit;
    font-size: 15px;

    color: #17212b;
}

.clients-consultation-form input[type="text"],
.clients-consultation-form input[type="email"] {
    min-height: 52px;
}

.clients-consultation-form textarea {
    min-height: 190px;
    resize: vertical;
    line-height: 1.8;
}

.clients-consultation-form input:focus,
.clients-consultation-form textarea:focus {
    outline: none;
    border-color: #17212b;
}


/* Radio
---------------------------------------- */

.clients-contact-choice ul {
    display: flex;
    gap: 28px;

    margin: 0;
    padding: 0;

    list-style: none;
}

.clients-contact-choice label {
    display: flex;
    align-items: center;
    gap: 8px;

    font-size: 15px;
    color: #374151;

    cursor: pointer;
}


/* Errors
---------------------------------------- */

.clients-form-errors,
.clients-field-error {
    margin-top: 8px;

    font-size: 12px;
    line-height: 1.6;

    color: #9b2c2c;
}

.clients-form-help {
    margin-top: 8px;

    font-size: 12px;
    line-height: 1.6;

    color: #6f7882;
}

.clients-field-error ul,
.clients-form-errors ul {
    margin: 0;
    padding: 0;

    list-style: none;
}


/* Submit
---------------------------------------- */

.clients-form-submit {
    margin-top: 42px;
}

.clients-form-submit button {
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;

    padding: 19px 22px;

    border: none;

    background: #17212b;
    color: #ffffff;

    font-family: inherit;
    font-size: 16px;
    font-weight: 700;

    cursor: pointer;
}

.clients-form-submit button span:last-child {
    font-size: 22px;
}

.clients-form-submit p {
    margin: 14px 0 0;

    font-size: 12px;
    line-height: 1.7;

    color: #7b8490;
}


/* Responsive
---------------------------------------- */

@media (max-width: 900px) {

    .clients-consultation-layout {
        grid-template-columns: 1fr;
        gap: 55px;
    }
}

@media (max-width: 700px) {

    .clients-consultation {
        padding: 75px 20px 90px;
    }

    .clients-consultation-intro h1 {
        font-size: 36px;
    }

    .clients-consultation-panel {
        padding: 36px 26px 40px;
    }

    .clients-contact-choice ul {
        flex-direction: column;
        gap: 12px;
    }
}
/* ========================================
   Consultation Thanks
   ======================================== */

.clients-consultation-thanks {
    min-height: 75vh;
    padding: 130px 24px 140px;
    background: #f4f6f7;
}

.clients-consultation-thanks h1 {
    max-width: 720px;
    margin: 0;

    font-size: clamp(46px, 5vw, 68px);
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: -0.04em;

    color: #17212b;
}

.clients-consultation-thanks-lead {
    max-width: 720px;
    margin: 40px 0 0;

    font-size: 17px;
    line-height: 2;

    color: #5b6470;
}

.clients-consultation-thanks-info {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 40px;

    max-width: 820px;
    margin-top: 70px;
    padding: 38px 42px;

    border-top: 4px solid #17212b;
    background: #ffffff;
}

.clients-consultation-thanks-number {
    margin: 0;

    font-size: 48px;
    line-height: 1;
    font-weight: 700;

    color: #d0d6dc;
}

.clients-consultation-thanks-info h2 {
    margin: 0 0 14px;

    font-size: 23px;
    font-weight: 700;

    color: #17212b;
}

.clients-consultation-thanks-info div p {
    max-width: 550px;
    margin: 0;

    font-size: 15px;
    line-height: 1.9;

    color: #5b6470;
}

.clients-thanks-back {
    display: flex;
    align-items: center;
    justify-content: space-between;

    max-width: 820px;
    margin-top: 22px;
    padding: 20px 22px;

    background: #17212b;
    color: #ffffff;

    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.clients-thanks-back span:last-child {
    font-size: 22px;
}

@media (max-width: 700px) {

    .clients-consultation-thanks {
        padding: 80px 20px 90px;
    }

    .clients-consultation-thanks h1 {
        font-size: 40px;
    }

    .clients-consultation-thanks-info {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 30px 26px;
    }
}
.clients-reservation-notice {
    margin-top: 30px;
    margin-bottom: 28px;
    padding: 18px 20px;

    background: #f7f8f9;
    border: 1px solid #dfe3e6;
}

.clients-reservation-notice .clients-form-help {
    margin: 0;

    font-size: 13px;
    line-height: 1.9;

    color: #5f6973;
}

.clients-reservation-notice .clients-form-help strong {
    display: inline-block;
    margin-bottom: 6px;

    font-size: 14px;
    color: #17212b;
}
/* Privacy Policy
--------------------------------------------- */

.clients-privacy-section {
    padding: 26px 0;
    border-bottom: 1px solid #e1e5e8;
}

.clients-privacy-section:last-child {
    border-bottom: 0;
}

.clients-privacy-section h3 {
    margin: 0 0 12px;

    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;

    color: #17212b;
}

.clients-privacy-section p {
    margin: 0;

    font-size: 15px;
    line-height: 2;

    color: #5f6973;
}
.clients-privacy-page .clients-consultation-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}

.clients-privacy-page .clients-consultation-form-panel {
    max-width: 820px;
}
/* Privacy consent
--------------------------------------------- */

.clients-consent-field {
    margin-top: 28px;
    margin-bottom: 30px;
}

.clients-consent-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;

    font-size: 14px;
    line-height: 1.7;
    color: #17212b;

    cursor: pointer;
}

.clients-consent-label input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin-top: 4px;

    flex: 0 0 auto;
}

.clients-consent-label a {
    color: #17212b;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.clients-consent-label a:hover {
    opacity: 0.7;
}

@media (max-width: 700px) {
    .clients-hero h1 {
        font-size: 34px;
        line-height: 1.25;
        letter-spacing: -0.025em;
    }
}

@media (max-width: 700px) {
    .clients-life-item {
        min-height: auto;
    }
}

@media (max-width: 700px) {
    .clients-consent-label {
        gap: 8px;
        font-size: 13px;
        line-height: 1.6;
    }
}

@media (max-width: 700px) {
    .clients-consultation-thanks-lead {
        font-size: 15px;
        line-height: 1.8;
    }
}

.clients-no-break {
    white-space: nowrap;
}

@media (max-width: 700px) {
    .privacy-policy-title {
        font-size: 22px;
        line-height: 1.5;
    }
}

/* ==============================
   RESERVATION TIME SLOTS
   ============================== */

#reservation-time-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 14px;
}

.reservation-time-button {
    width: 100%;
    min-height: 48px;
    padding: 10px 8px;
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    background: #ffffff;
    color: #222222;
    font: inherit;
    font-size: 14px;
    line-height: 1.3;
    cursor: pointer;
    transition:
        border-color 0.2s ease,
        background-color 0.2s ease,
        color 0.2s ease;
}

.reservation-time-button:hover:not(:disabled) {
    border-color: #222222;
}

.reservation-time-button.is-selected {
    background: #222222;
    border-color: #222222;
    color: #ffffff;
}

.reservation-time-button.is-unavailable,
.reservation-time-button:disabled {
    background: #f3f3f3;
    border-color: #e5e5e5;
    color: #aaaaaa;
    cursor: not-allowed;
}

@media (max-width: 640px) {
    #reservation-time-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

    .reservation-time-button {
        min-height: 46px;
        padding: 8px 5px;
        font-size: 13px;
    }
}

/* ========================================
   Client Fixed CTA / Footer
   ======================================== */

.client-fixed-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;

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

    padding: 10px 24px 8px;

    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(8px);
}

.client-fixed-cta-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    width: 100%;
}

.client-fixed-cta-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 220px;
    padding: 13px 18px;

    color: #17212b;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;

    background: #ffffff;
    border: 1px solid #d9dee4;
    border-radius: 6px;
}

.client-fixed-cta-primary {
    color: #ffffff;
    background: #17212b;
    border-color: #17212b;
}

.client-fixed-cta-primary:hover {
    background: #2d3742;
}

.client-fixed-footer-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    font-size: 12px;
    color: #8a939c;
}

.client-fixed-footer-nav a {
    color: #66717c;
    text-decoration: none;
}

.client-fixed-footer-nav a:hover {
    text-decoration: underline;
}

@media (max-width: 700px) {

    .client-fixed-cta {
        gap: 6px;
        padding: 8px 10px 7px;
    }

    .client-fixed-cta-actions {
        gap: 8px;
    }

    .client-fixed-cta-link {
        flex: 1;
        width: auto;
        padding: 12px 8px;
        font-size: 13px;
    }

    .client-fixed-footer-nav {
        font-size: 11px;
    }

    .clients-page .site-footer {
    display: none;
    }

    body.clients-page {
    margin: 0;
    background: #f4f6f7;
    }

    body.clients-page > .site-footer,
    body.notes-index-page > .site-footer,
    body.notes-page > .site-footer {
    display: none !important;
    margin: 0 !important;
    }

    .site-footer-name a {
    color: inherit;
    text-decoration: none;
    }

.site-footer-name a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
    }

/* ========================================
   About MST
   ======================================== */

.clients-about {
    background: #ffffff;
    color: #17212b;
}

.clients-about-hero {
    padding: 100px 24px 80px;
    border-bottom: 1px solid #e5e7eb;
}

.clients-about-hero h1 {
    margin: 0;
    font-size: clamp(36px, 5vw, 54px);
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.clients-about-section {
    padding: 90px 24px;
}

.clients-about-section-muted {
    background: #f4f6f7;
}

.clients-about-section h2 {
    max-width: 760px;
    margin: 0 0 30px;

    font-size: clamp(28px, 4vw, 38px);
    line-height: 1.45;
    letter-spacing: -0.02em;
}

.clients-about-section p {
    max-width: 780px;
    margin: 0 0 22px;

    font-size: 16px;
    line-height: 2;
    color: #4b5563;
}

.clients-about-supervision {
    padding-bottom: 120px;
}

@media (max-width: 700px) {

    .clients-about-hero {
        padding: 64px 20px 52px;
    }

    .clients-about-section {
        padding: 64px 20px;
    }

    .clients-about-section p {
        font-size: 15px;
        line-height: 1.95;
    }

    .clients-about-supervision {
        padding-bottom: 100px;
    }

    .clients-about-inner {
    width: min(100%, 820px);
    margin: 0 auto;
    }
}
}