/* Christina's Massage — branding overrides */

.pricing-table th,
.pricing-table td {
    white-space: nowrap;
}

.pricing-table th:first-child,
.pricing-table td:first-child {
    white-space: normal;
    min-width: 220px;
}

.pricing-table thead th {
    color: var(--bs-primary);
    font-weight: 600;
}

.pricing-table tbody th a:hover {
    color: var(--bs-primary);
}

.lang-switcher .btn {
    min-width: 2.5rem;
    font-weight: 600;
}

.social-toast {
    background: linear-gradient(135deg, var(--bs-secondary) 0%, var(--bs-primary) 100%);
}

.social-toast .toast-body {
    padding-right: 0.5rem;
}

.gallery-thumb {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.about-cta {
    background: linear-gradient(135deg, var(--bs-secondary) 0%, var(--bs-primary) 100%);
}

.staff-login-link {
    font-size: 0.875rem;
    opacity: 0.75;
    text-decoration: none;
    white-space: nowrap;
}

.staff-login-link:hover,
.staff-login-link:focus {
    opacity: 1;
    color: var(--bs-white) !important;
    text-decoration: underline;
}

.powered-by-atelier {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding-top: 0.25rem;
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.55);
}

.powered-by-atelier-mark {
    display: block;
    width: 1.75rem;
    height: 1.75rem;
    flex-shrink: 0;
    opacity: 0.92;
}

.powered-by-atelier-name {
    font-weight: 600;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.72);
}

a.powered-by-atelier-link {
    text-decoration: none;
    transition: color 0.2s ease, opacity 0.2s ease;
}

a.powered-by-atelier-link:hover,
a.powered-by-atelier-link:focus-visible {
    color: rgba(255, 255, 255, 0.85);
}

a.powered-by-atelier-link:hover .powered-by-atelier-name,
a.powered-by-atelier-link:focus-visible .powered-by-atelier-name {
    color: rgba(255, 255, 255, 0.95);
}

a.powered-by-atelier-link:hover .powered-by-atelier-mark,
a.powered-by-atelier-link:focus-visible .powered-by-atelier-mark {
    opacity: 1;
}

/* Kavan Atelier landing page */
html:has(.platform-landing-hero) {
    scroll-behavior: smooth;
}

.platform-landing-hero {
    background: linear-gradient(165deg, #14222d 0%, #1c3040 55%, #14222d 100%);
    color: #f8f2e7;
}

.platform-landing-logo {
    max-width: 220px;
    height: auto;
}

.platform-landing-eyebrow,
.platform-landing-section-eyebrow {
    font-size: 0.8125rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #d0a74d;
    font-weight: 600;
}

.platform-landing-headline {
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 600;
    line-height: 1.25;
    color: #fff;
}

.platform-landing-intro,
.platform-landing-body-text,
.platform-landing-cta-intro {
    font-size: 1.0625rem;
    line-height: 1.7;
}

.platform-landing-intro {
    color: rgba(248, 242, 231, 0.88);
}

.platform-landing-reassurance {
    font-size: 0.875rem;
    letter-spacing: 0.02em;
    color: rgba(248, 242, 231, 0.62);
}

.platform-landing-btn-primary {
    background: #b47b28;
    border: 1px solid #b47b28;
    color: #fff;
    font-weight: 600;
}

.platform-landing-btn-primary:hover,
.platform-landing-btn-primary:focus-visible {
    background: #9a6822;
    border-color: #9a6822;
    color: #fff;
}

.platform-landing-btn-secondary {
    background: transparent;
    border: 1px solid rgba(248, 242, 231, 0.45);
    color: #f8f2e7;
    font-weight: 600;
}

.platform-landing-btn-secondary:hover,
.platform-landing-btn-secondary:focus-visible {
    background: rgba(248, 242, 231, 0.08);
    border-color: rgba(248, 242, 231, 0.7);
    color: #fff;
}

.platform-landing-live-proof,
.platform-landing-outcomes,
.platform-landing-faq {
    background: #f8f2e7;
}

.platform-landing-problem,
.platform-landing-features,
.platform-landing-cta {
    background: #fff;
}

.platform-landing-section-title,
.platform-landing-cta-title,
.platform-landing-form-title {
    color: #14222d;
    font-weight: 600;
}

.platform-landing-section-title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    line-height: 1.3;
}

.platform-landing-body-text {
    color: rgba(20, 34, 45, 0.82);
}

.platform-landing-proof-label {
    display: inline-block;
    padding: 0.5rem 0.9rem;
    border-radius: 999px;
    background: rgba(180, 123, 40, 0.12);
    color: #7a5518;
    font-size: 0.875rem;
    font-weight: 600;
}

.platform-landing-outcome-card,
.platform-landing-feature-card {
    background: #fff;
    border: 1px solid rgba(20, 34, 45, 0.08);
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 8px 24px rgba(20, 34, 45, 0.04);
}

.platform-landing-outcome-title,
.platform-landing-feature-title {
    color: #14222d;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.platform-landing-outcome-text,
.platform-landing-feature-text {
    color: rgba(20, 34, 45, 0.78);
    line-height: 1.65;
    font-size: 0.975rem;
}

.platform-landing-feature-card {
    position: relative;
    padding-top: 2.25rem;
}

.platform-landing-feature-index {
    position: absolute;
    top: 1.25rem;
    left: 1.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #b47b28;
}

.platform-landing-accordion .accordion-item {
    border: 1px solid rgba(20, 34, 45, 0.1);
    border-radius: 10px !important;
    overflow: hidden;
    margin-bottom: 0.75rem;
    background: #fff;
}

.platform-landing-accordion .accordion-button {
    color: #14222d;
    font-weight: 600;
    background: #fff;
    box-shadow: none;
}

.platform-landing-accordion .accordion-button:not(.collapsed) {
    color: #14222d;
    background: rgba(180, 123, 40, 0.08);
}

.platform-landing-accordion .accordion-button:focus {
    box-shadow: 0 0 0 0.2rem rgba(180, 123, 40, 0.2);
}

.platform-landing-accordion .accordion-body {
    color: rgba(20, 34, 45, 0.78);
    line-height: 1.65;
}

.platform-landing-cta-title {
    font-size: 1.75rem;
    line-height: 1.3;
}

.platform-landing-cta-intro {
    color: rgba(20, 34, 45, 0.78);
}

.platform-landing-form {
    background: #14222d;
    border: 1px solid rgba(208, 167, 77, 0.25);
}

.platform-landing-form-title {
    color: #f8f2e7;
    font-size: 1.25rem;
}

.platform-landing-input {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(20, 34, 45, 0.12);
    color: #14222d;
    padding: 0.85rem 1rem;
}

.platform-landing-input:focus {
    border-color: #b47b28;
    box-shadow: 0 0 0 0.2rem rgba(180, 123, 40, 0.2);
}

.platform-landing-submit {
    background: #b47b28;
    border: 1px solid #b47b28;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.platform-landing-submit:hover,
.platform-landing-submit:focus-visible {
    background: #9a6822;
    border-color: #9a6822;
    color: #fff;
}

.platform-landing-privacy {
    font-size: 0.8125rem;
    color: rgba(248, 242, 231, 0.62);
    line-height: 1.5;
}

/* Feedback star rating */
.feedback-star-fieldset legend {
    float: none;
    width: auto;
    margin-bottom: 0.5rem;
}

.feedback-star-rating {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.feedback-star-input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.feedback-star-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0.15rem;
    font-size: 2rem;
    line-height: 1;
    color: #d8d8d8;
    cursor: pointer;
    transition: color 0.15s ease, transform 0.15s ease;
}

.feedback-star-label .fa-star {
    pointer-events: none;
}

.feedback-star-label:hover,
.feedback-star-label.is-active,
.feedback-star-label.is-hover {
    color: var(--bs-primary);
}

.feedback-star-label:hover {
    transform: scale(1.08);
}

.feedback-star-fieldset.is-invalid .feedback-star-label {
    color: #e8bcbc;
}

.feedback-star-fieldset.is-invalid .feedback-star-label.is-active,
.feedback-star-fieldset.is-invalid .feedback-star-label.is-hover {
    color: var(--bs-danger);
}
