:root {
    --tm-inner-slate: #353f4f;
    --tm-inner-slate-soft: #596273;
    --tm-inner-pink: #f74780;
    --tm-inner-pink-dark: #e63770;
    --tm-inner-bg: #f4f5f7;
    --tm-inner-line: rgba(53, 63, 79, .12);
    --tm-inner-shadow: 0 18px 44px rgba(31, 40, 55, .1);
}

.tm-price-main,
.tm-booking-page,
.tm-profile-shell {
    color: var(--tm-inner-slate);
}

.tm-price-main {
    background:
        radial-gradient(circle at 92% 8%, rgba(247, 71, 128, .1), transparent 25rem),
        linear-gradient(180deg, #fff 0, var(--tm-inner-bg) 34%, #fff 100%) !important;
}

.tm-inner-header h1,
.tm-booking-title {
    color: var(--tm-inner-slate) !important;
    font-size: clamp(2rem, 3.2vw, 3.15rem) !important;
    letter-spacing: -.035em;
}

.tm-inner-header::before {
    background: var(--tm-inner-pink);
    border-radius: 999px;
    content: "";
    display: block;
    height: 3px;
    margin: 0 auto 18px;
    width: 44px;
}

.tm-price-card {
    background:
        radial-gradient(circle at 108% 105%, rgba(247, 71, 128, .13), transparent 34%),
        #fff !important;
    border: 1px solid var(--tm-inner-line) !important;
    border-top: 4px solid var(--tm-inner-pink) !important;
    border-radius: 20px !important;
    box-shadow: 0 12px 32px rgba(31, 40, 55, .08) !important;
    overflow: hidden;
    padding: 26px 22px 28px !important;
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease !important;
}

.tm-price-card:hover {
    border-color: rgba(247, 71, 128, .3) !important;
    box-shadow: var(--tm-inner-shadow) !important;
    transform: translateY(-5px);
}

.tm-price-card h2 { color: var(--tm-inner-slate) !important; font-size: clamp(1.3rem, 2vw, 1.65rem) !important; }
.tm-price-card img { background: #f6f6f7 !important; border-color: var(--tm-inner-line) !important; border-radius: 14px !important; }
.tm-price-card .btn--theme { background: linear-gradient(135deg, #ff2041, #e63770) !important; border-color: transparent !important; border-radius: 999px !important; box-shadow: 0 14px 32px rgba(230, 55, 112, .22); }
.tm-price-card .btn--theme:hover { background: linear-gradient(135deg, #f74780, #d92f68) !important; border-color: transparent !important; }
.tm-price-card .text-red-600,
.tm-price-card .text-red-500 { color: var(--tm-inner-pink-dark) !important; }
.tm-price-action,
.tm-package-action {
    align-items: center;
    background: linear-gradient(135deg, #ff2041, #e63770) !important;
    border: 1px solid transparent !important;
    border-radius: 999px !important;
    box-shadow: 0 12px 28px rgba(230, 55, 112, .24);
    color: #fff !important;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 800;
    justify-content: center;
    line-height: 1.2;
    min-height: 54px;
    padding: 0 26px;
    text-align: center;
    text-decoration: none !important;
    transition: background .2s ease, box-shadow .2s ease, transform .2s ease;
}
.tm-price-action:hover,
.tm-price-action:focus-visible,
.tm-package-action:hover,
.tm-package-action:focus-visible {
    background: linear-gradient(135deg, #f74780, #d92f68) !important;
    box-shadow: 0 16px 34px rgba(230, 55, 112, .32);
    color: #fff !important;
    transform: translateY(-2px);
}

.tm-package-order-page {
    background:
        radial-gradient(circle at 92% 25rem, rgba(247, 71, 128, .09), transparent 25rem),
        linear-gradient(180deg, #fff 0, var(--tm-inner-bg) 48rem, #fff 100%);
    color: var(--tm-inner-slate);
}
.tm-package-progress {
    background:
        radial-gradient(circle at 88% 18%, rgba(247, 71, 128, .2), transparent 28%),
        linear-gradient(135deg, var(--tm-inner-slate), var(--tm-inner-slate-soft)) !important;
    border-bottom: 4px solid var(--tm-inner-pink);
    color: #fff;
}
.tm-package-progress nav { backdrop-filter: blur(8px); }
.tm-package-progress li > div { background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .62); }
.tm-package-progress li > div.bg--theme { background: var(--tm-inner-pink) !important; border-color: var(--tm-inner-pink) !important; }
.tm-package-progress li > div.border-amber-400 { border-color: var(--tm-inner-pink) !important; color: var(--tm-inner-pink-dark) !important; box-shadow: 0 0 0 5px rgba(247, 71, 128, .18); }
.tm-package-order-content { padding-bottom: 76px !important; }
.tm-package-order-title {
    color: var(--tm-inner-slate) !important;
    font-size: clamp(2rem, 3.2vw, 3.15rem) !important;
    letter-spacing: -.035em;
}
.tm-package-order-title::before {
    background: var(--tm-inner-pink);
    border-radius: 999px;
    content: "";
    display: block;
    height: 3px;
    margin: 0 auto 18px;
    width: 44px;
}
.tm-package-order-card {
    border: 1px solid var(--tm-inner-line) !important;
    border-radius: 22px !important;
    box-shadow: var(--tm-inner-shadow) !important;
}
.tm-package-section-title {
    background: linear-gradient(90deg, rgba(247, 71, 128, .12), rgba(89, 98, 115, .045)) !important;
    border-left: 4px solid var(--tm-inner-pink);
    border-radius: 12px;
    color: var(--tm-inner-slate) !important;
}
.tm-package-card-title {
    color: var(--tm-inner-slate) !important;
    font-size: clamp(1.3rem, 2vw, 1.65rem) !important;
    font-weight: 700 !important;
}
.tm-package-order-page .tm-price-card img { height: 200px; }
.tm-package-order-page .btn {
    align-items: center;
    border-radius: 999px !important;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    min-height: 50px;
    padding-left: 24px;
    padding-right: 24px;
}
.tm-package-order-page .btn--theme {
    background: linear-gradient(135deg, #ff2041, #e63770) !important;
    border-color: transparent !important;
    box-shadow: 0 12px 28px rgba(230, 55, 112, .24);
    color: #fff !important;
}
.tm-package-order-page .btn--theme:hover,
.tm-package-order-page .btn--theme:focus-visible {
    background: linear-gradient(135deg, #f74780, #d92f68) !important;
    box-shadow: 0 16px 34px rgba(230, 55, 112, .3);
    color: #fff !important;
}
.tm-package-order-page .btn--transparent {
    background: #fff !important;
    border: 1px solid rgba(53, 63, 79, .18) !important;
    color: var(--tm-inner-slate) !important;
}
.tm-package-order-page .btn--green-100 {
    background: rgba(247, 71, 128, .07) !important;
    border: 1px solid rgba(247, 71, 128, .28) !important;
    color: var(--tm-inner-pink-dark) !important;
}
.tm-package-order-page input:not([type="checkbox"]):not([type="radio"]),
.tm-package-order-page select,
.tm-package-order-page textarea { border-color: var(--tm-inner-line) !important; border-radius: 10px !important; }
.tm-package-order-page input:focus,
.tm-package-order-page select:focus,
.tm-package-order-page textarea:focus { border-color: var(--tm-inner-pink) !important; box-shadow: 0 0 0 3px rgba(247, 71, 128, .12) !important; outline: none; }

.tm-booking-page {
    background:
        radial-gradient(circle at 92% 23rem, rgba(247, 71, 128, .09), transparent 24rem),
        linear-gradient(180deg, #fff 0, var(--tm-inner-bg) 45rem, #fff 100%);
}

.tm-booking-progress {
    background:
        radial-gradient(circle at 88% 18%, rgba(247, 71, 128, .2), transparent 28%),
        linear-gradient(135deg, var(--tm-inner-slate), var(--tm-inner-slate-soft)) !important;
    border-bottom: 4px solid var(--tm-inner-pink);
}

.tm-booking-progress nav { backdrop-filter: blur(8px); }
.tm-booking-progress li > div { background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .62); }
.tm-booking-progress li > div.bg--theme { background: var(--tm-inner-pink) !important; border-color: var(--tm-inner-pink) !important; }
.tm-booking-progress li > div.border-amber-400 { border-color: var(--tm-inner-pink) !important; color: #fff !important; box-shadow: 0 0 0 5px rgba(247, 71, 128, .18); }

.tm-booking-content { padding-bottom: 72px !important; padding-top: 42px !important; }
.tm-booking-card {
    border: 1px solid var(--tm-inner-line);
    border-radius: 22px !important;
    box-shadow: var(--tm-inner-shadow) !important;
    overflow: hidden;
}

.tm-booking-page .btn--theme {
    background: linear-gradient(135deg, #ff2041, #e63770) !important;
    border-color: transparent !important;
    border-radius: 999px !important;
    box-shadow: 0 14px 32px rgba(230, 55, 112, .22);
}
.tm-booking-page .btn--theme:hover { background: linear-gradient(135deg, #f74780, #d92f68) !important; border-color: transparent !important; }
.tm-booking-page .tm-booking-action {
    align-items: center;
    background: linear-gradient(135deg, #ff2041, #e63770) !important;
    border: 1px solid transparent !important;
    border-radius: 999px !important;
    box-shadow: 0 12px 28px rgba(230, 55, 112, .24);
    color: #fff !important;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 800;
    justify-content: center;
    min-height: 52px;
    min-width: 190px;
    padding: 0 28px;
    transition: background .2s ease, box-shadow .2s ease, transform .2s ease;
}
.tm-booking-page .tm-booking-action:hover,
.tm-booking-page .tm-booking-action:focus-visible {
    background: linear-gradient(135deg, #f74780, #d92f68) !important;
    box-shadow: 0 16px 34px rgba(230, 55, 112, .32);
    color: #fff !important;
    transform: translateY(-2px);
}
.tm-booking-form-actions {
    align-items: center;
    background: linear-gradient(90deg, rgba(53, 63, 79, .035), rgba(247, 71, 128, .055));
    border-top: 1px solid var(--tm-inner-line);
    display: flex;
    justify-content: flex-end;
    margin: 24px -28px -28px;
    padding: 20px 28px;
}
.tm-booking-page .btn--black,
.tm-booking-page .btn--transparent { border-color: var(--tm-inner-line) !important; border-radius: 999px !important; color: var(--tm-inner-slate) !important; }
.tm-booking-page .btn--black:hover,
.tm-booking-page .btn--transparent:hover { background: rgba(247, 71, 128, .07) !important; border-color: rgba(247, 71, 128, .32) !important; }
.tm-booking-page .tm-day-available { background: var(--tm-inner-slate-soft); border-color: var(--tm-inner-slate-soft); }
.tm-booking-page .tm-day-available:hover { background: var(--tm-inner-slate); border-color: var(--tm-inner-pink); }
.tm-booking-page .tm-day-selected { background: var(--tm-inner-pink); border-color: var(--tm-inner-pink); box-shadow: 0 0 0 3px rgba(247, 71, 128, .16); }
.tm-booking-page .tm-day-disabled { background: #eef0f3; color: #7b8492; }
.tm-booking-page .tm-slot-available {
    background: #fff !important;
    border-color: var(--tm-inner-line) !important;
    color: var(--tm-inner-slate) !important;
}
.tm-booking-page .tm-slot-available:hover {
    background: rgba(247, 71, 128, .07) !important;
    border-color: var(--tm-inner-pink) !important;
}
.tm-booking-page .tm-slot-selected {
    background: var(--tm-inner-pink) !important;
    border-color: var(--tm-inner-pink) !important;
    color: #fff !important;
    box-shadow: 0 0 0 3px rgba(247, 71, 128, .18) !important;
}
.tm-booking-page input:not([type="checkbox"]):not([type="radio"]),
.tm-booking-page select,
.tm-booking-page textarea { border-color: var(--tm-inner-line) !important; border-radius: 10px !important; }
.tm-booking-page input:focus,
.tm-booking-page select:focus,
.tm-booking-page textarea:focus { border-color: var(--tm-inner-pink) !important; box-shadow: 0 0 0 3px rgba(247, 71, 128, .12) !important; outline: none; }

.tm-booking-summary-card {
    background: linear-gradient(145deg, #fff, #fbfbfc);
    border: 1px solid var(--tm-inner-line);
    border-radius: 18px;
    margin: 18px 0 26px;
    overflow: hidden;
}
.tm-booking-summary-header {
    align-items: center;
    background: linear-gradient(90deg, rgba(247, 71, 128, .1), rgba(89, 98, 115, .035));
    border-bottom: 1px solid var(--tm-inner-line);
    display: grid;
    gap: 14px;
    grid-template-columns: 48px 1fr auto;
    padding: 20px 22px;
}
.tm-booking-summary-icon {
    align-items: center;
    background: var(--tm-inner-pink);
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(247, 71, 128, .22);
    color: #fff;
    display: inline-flex;
    height: 48px;
    justify-content: center;
    width: 48px;
}
.tm-booking-summary-icon svg { height: 25px; width: 25px; }
.tm-booking-summary-eyebrow {
    color: var(--tm-inner-pink-dark);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .09em;
    margin: 0 0 3px;
    text-transform: uppercase;
}
.tm-booking-summary-header h3 { color: var(--tm-inner-slate); font-size: 1.28rem; font-weight: 800; margin: 0; }
.tm-booking-summary-count {
    background: #fff;
    border: 1px solid rgba(247, 71, 128, .22);
    border-radius: 999px;
    color: var(--tm-inner-pink-dark);
    font-size: .86rem;
    font-weight: 800;
    padding: 8px 13px;
}
.tm-booking-summary-meta { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0 22px; }
.tm-booking-summary-meta > div { padding: 18px 10px; }
.tm-booking-summary-meta dt { color: #7a8290; font-size: .78rem; font-weight: 700; margin-bottom: 3px; text-transform: uppercase; }
.tm-booking-summary-meta dd { color: var(--tm-inner-slate); font-weight: 800; margin: 0; }
.tm-booking-summary-slots { border-top: 1px solid var(--tm-inner-line); padding: 10px 22px 18px; }
.tm-booking-summary-slot {
    align-items: center;
    border-bottom: 1px solid rgba(53, 63, 79, .08);
    display: grid;
    gap: 14px;
    grid-template-columns: 34px 1fr auto;
    padding: 13px 2px;
}
.tm-booking-summary-slot:last-child { border-bottom: 0; }
.tm-booking-summary-number {
    align-items: center;
    background: rgba(247, 71, 128, .11);
    border-radius: 10px;
    color: var(--tm-inner-pink-dark);
    display: inline-flex;
    font-size: .84rem;
    font-weight: 800;
    height: 34px;
    justify-content: center;
    width: 34px;
}
.tm-booking-summary-date { display: flex; flex-direction: column; }
.tm-booking-summary-date strong { color: var(--tm-inner-slate); font-size: .98rem; }
.tm-booking-summary-date span { color: #737c8a; font-size: .88rem; margin-top: 2px; }
.tm-booking-summary-slot time {
    background: var(--tm-inner-slate);
    border-radius: 10px;
    color: #fff;
    font-weight: 800;
    min-width: 112px;
    padding: 9px 12px;
    text-align: center;
}
.tm-booking-completion { padding: 6px 0 0; }
.tm-booking-success { margin: 8px auto 28px; max-width: 720px; text-align: center; }
.tm-booking-success-icon {
    align-items: center;
    background: linear-gradient(135deg, var(--tm-inner-pink), var(--tm-inner-pink-dark));
    border-radius: 50%;
    box-shadow: 0 12px 30px rgba(230, 55, 112, .25);
    color: #fff;
    display: inline-flex;
    height: 68px;
    justify-content: center;
    margin-bottom: 16px;
    width: 68px;
}
.tm-booking-success-icon svg { height: 34px; width: 34px; }
.tm-booking-success h2,
.tm-booking-payment-heading h2 { color: var(--tm-inner-slate); font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 800; margin: 0 0 8px; }
.tm-booking-success > p:last-child,
.tm-booking-payment-heading p { color: #657080; margin: 0; }
.tm-booking-payment-heading { margin-bottom: 22px; text-align: center; }
.tm-booking-success-actions {
    align-items: center;
    border-top: 1px solid var(--tm-inner-line);
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    margin-top: 28px;
    padding-top: 22px;
}

@media (max-width: 640px) {
    .tm-booking-summary-header { grid-template-columns: 44px 1fr; padding: 17px; }
    .tm-booking-summary-icon { height: 44px; width: 44px; }
    .tm-booking-summary-count { grid-column: 1 / -1; justify-self: start; }
    .tm-booking-summary-meta { grid-template-columns: 1fr; padding: 7px 17px; }
    .tm-booking-summary-meta > div { border-bottom: 1px solid rgba(53, 63, 79, .07); padding: 10px 0; }
    .tm-booking-summary-meta > div:last-child { border-bottom: 0; }
    .tm-booking-summary-slots { padding: 8px 17px 14px; }
    .tm-booking-summary-slot { grid-template-columns: 34px 1fr; }
    .tm-booking-summary-slot time { grid-column: 2; justify-self: start; }
    .tm-booking-success-actions { align-items: stretch; flex-direction: column-reverse; }
    .tm-booking-success-actions .btn,
    .tm-booking-success-actions .tm-booking-action { width: 100%; }
}

.tm-contact-page {
    background: radial-gradient(circle at 90% 13rem, rgba(247, 71, 128, .08), transparent 25rem), #fff;
    color: var(--tm-inner-slate);
}
.tm-contact-card {
    background: #fff;
    border: 1px solid var(--tm-inner-line);
    border-radius: 22px;
    box-shadow: var(--tm-inner-shadow);
    margin-bottom: 54px;
    padding: 30px;
}
.tm-contact-label {
    color: var(--tm-inner-slate);
    display: block;
    font-size: .95rem;
    font-weight: 800;
    margin: 0 0 9px;
}
.tm-contact-input {
    background: #f7f8fa !important;
    border: 1px solid rgba(53, 63, 79, .15) !important;
    border-radius: 12px !important;
    color: var(--tm-inner-slate) !important;
    display: block;
    font-size: 1rem;
    min-height: 58px;
    padding: 0 17px !important;
    width: 100%;
}
.tm-contact-textarea { min-height: 180px; padding-bottom: 15px !important; padding-top: 15px !important; resize: vertical; }
.tm-contact-input::placeholder { color: #9aa2af; opacity: 1; }
.tm-contact-input:focus {
    background: #fff !important;
    border-color: var(--tm-inner-pink) !important;
    box-shadow: 0 0 0 4px rgba(247, 71, 128, .12) !important;
    outline: none !important;
}
.tm-contact-input--error { border-color: #dc2626 !important; }
.tm-contact-error { color: #c62828; font-size: .84rem; margin: 7px 0 0; }
.tm-contact-actions { display: flex; justify-content: flex-end; }
.tm-contact-submit {
    align-items: center;
    background: linear-gradient(135deg, #ff2041, #e63770);
    border: 0;
    border-radius: 999px;
    box-shadow: 0 12px 28px rgba(230, 55, 112, .24);
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    min-height: 54px;
    min-width: 170px;
    padding: 0 28px;
    transition: box-shadow .2s ease, transform .2s ease;
}
.tm-contact-submit:hover { box-shadow: 0 16px 34px rgba(230, 55, 112, .32); transform: translateY(-2px); }
.tm-contact-submit:disabled { cursor: wait; opacity: .7; }
.tm-contact-success {
    background: #ecfdf3;
    border: 1px solid #a7e8bf;
    border-radius: 12px;
    color: #176b37;
    font-weight: 700;
    margin-top: 20px;
    padding: 14px 16px;
}
@media (max-width: 640px) {
    .tm-contact-card { border-radius: 16px; padding: 20px 17px; }
    .tm-contact-actions { display: block; }
    .tm-contact-submit { width: 100%; }
}

.tm-public-error-page {
    background:
        radial-gradient(circle at 88% 12rem, rgba(247, 71, 128, .13), transparent 26rem),
        linear-gradient(180deg, #fff, #f3f5f8);
    color: var(--tm-inner-slate);
    min-height: 100vh;
}
.tm-public-error-main {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 680px;
    padding: 170px 20px 90px;
}
.tm-public-error-card {
    background: #fff;
    border: 1px solid var(--tm-inner-line);
    border-radius: 28px;
    box-shadow: 0 24px 70px rgba(31, 40, 55, .12);
    max-width: 760px;
    overflow: hidden;
    padding: 54px;
    text-align: center;
    width: 100%;
}
.tm-public-error-code {
    background: linear-gradient(135deg, #ff2041, var(--tm-inner-pink-dark));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: clamp(4.7rem, 14vw, 8rem);
    font-weight: 900;
    letter-spacing: -.08em;
    line-height: .88;
    margin-bottom: 28px;
}
.tm-public-error-eyebrow {
    color: var(--tm-inner-pink-dark);
    font-size: .8rem;
    font-weight: 900;
    letter-spacing: .12em;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.tm-public-error-card h1 {
    color: var(--tm-inner-slate);
    font-size: clamp(1.8rem, 5vw, 2.8rem);
    letter-spacing: -.035em;
    margin: 0 0 15px;
}
.tm-public-error-card > p:not(.tm-public-error-eyebrow) {
    color: #687282;
    font-size: 1.08rem;
    line-height: 1.65;
    margin: 0 auto;
    max-width: 590px;
}
.tm-public-error-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 32px;
}
.tm-public-error-actions a,
.tm-public-error-actions button {
    align-items: center;
    border-radius: 999px;
    cursor: pointer;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 800;
    justify-content: center;
    line-height: 1;
    min-height: 52px;
    padding: 0 24px;
    text-decoration: none !important;
}
.tm-public-error-primary {
    background: linear-gradient(135deg, #ff2041, var(--tm-inner-pink-dark));
    border: 0;
    box-shadow: 0 12px 28px rgba(230, 55, 112, .24);
    color: #fff !important;
}
.tm-public-error-primary:hover {
    box-shadow: 0 16px 34px rgba(230, 55, 112, .32);
    color: #fff !important;
    transform: translateY(-2px);
}
.tm-public-error-secondary {
    background: #fff;
    border: 1px solid var(--tm-inner-line);
    color: var(--tm-inner-slate) !important;
}
.tm-public-error-secondary:hover {
    background: rgba(247, 71, 128, .07);
    border-color: rgba(247, 71, 128, .32);
    color: var(--tm-inner-slate) !important;
}
@media (max-width: 640px) {
    .tm-public-error-main { min-height: 560px; padding: 130px 16px 60px; }
    .tm-public-error-card { border-radius: 20px; padding: 38px 20px; }
    .tm-public-error-actions { align-items: stretch; flex-direction: column; }
    .tm-public-error-actions a,
    .tm-public-error-actions button { width: 100%; }
}

.tm-profile-shell {
    background:
        radial-gradient(circle at 90% 8%, rgba(247, 71, 128, .09), transparent 23rem),
        linear-gradient(180deg, #fff, var(--tm-inner-bg));
    margin-top: 80px !important;
    min-height: calc(100vh - 80px);
    padding: 54px 0 76px !important;
}

.tm-profile-shell aside > div,
.tm-profile-shell main > div > section,
.tm-profile-shell main > div > form > section {
    background: #fff;
    border: 1px solid var(--tm-inner-line) !important;
    border-radius: 20px !important;
    box-shadow: 0 14px 36px rgba(31, 40, 55, .08) !important;
    padding: 22px;
}
.tm-profile-shell main > div > form > section { overflow: hidden; }

.tm-profile-shell aside > div { border-top: 4px solid var(--tm-inner-pink) !important; }
.tm-profile-header {
    align-items: center;
    background:
        radial-gradient(circle at 88% 15%, rgba(247, 71, 128, .38), transparent 15rem),
        linear-gradient(135deg, #353f4f, #4f596b);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 22px;
    box-shadow: 0 16px 38px rgba(31, 40, 55, .16);
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
    min-height: 104px;
    overflow: hidden;
    padding: 20px 26px;
    position: relative;
}
.tm-profile-header::after {
    background: var(--tm-inner-pink);
    border-radius: 999px;
    content: "";
    height: 4px;
    inset: auto 26px 0;
    position: absolute;
}
.tm-profile-header-identity { align-items: center; display: flex; gap: 16px; min-width: 0; }
.tm-profile-header-avatar {
    align-items: center;
    background: linear-gradient(135deg, #ff2041, #e63770);
    border: 3px solid rgba(255, 255, 255, .22);
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(230, 55, 112, .28);
    color: #fff;
    display: inline-flex;
    flex: 0 0 58px;
    font-size: 1.45rem;
    font-weight: 900;
    height: 58px;
    justify-content: center;
}
.tm-profile-header-copy { min-width: 0; }
.tm-profile-header-copy > span { color: rgba(255, 255, 255, .66); display: block; font-size: .76rem; font-weight: 800; letter-spacing: .14em; margin-bottom: 3px; text-transform: uppercase; }
.tm-profile-header-copy h1 { color: #fff !important; font-size: clamp(1.35rem, 2vw, 1.75rem) !important; font-weight: 800; letter-spacing: -.02em; line-height: 1.2; margin: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.tm-profile-menu-trigger,
.tm-profile-drawer-close {
    align-items: center;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 14px;
    color: #fff;
    display: none;
    height: 46px;
    justify-content: center;
    width: 46px;
}
.tm-profile-menu-trigger svg,
.tm-profile-drawer-close svg { height: 23px; width: 23px; }
.tm-profile-drawer-close { background: var(--tm-inner-slate); display: flex; position: absolute; right: 18px; top: 18px; z-index: 2; }
.tm-profile-shell h2.bg-\[\#F1F7FF\],
.tm-profile-shell h3.bg-\[\#F1F7FF\] {
    background: linear-gradient(90deg, rgba(247, 71, 128, .11), rgba(89, 98, 115, .05)) !important;
    border-left: 4px solid var(--tm-inner-pink);
    border-radius: 10px;
    color: var(--tm-inner-slate) !important;
}

.tm-profile-shell nav a {
    border-radius: 999px !important;
    color: var(--tm-inner-slate) !important;
    min-height: 50px;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}
.tm-profile-shell nav a:hover { background: rgba(247, 71, 128, .08) !important; color: var(--tm-inner-pink-dark) !important; transform: translateX(2px); }
.tm-profile-shell nav a.bg-red-500 { background: var(--tm-inner-pink) !important; color: #fff !important; box-shadow: 0 7px 18px rgba(247, 71, 128, .2); }
.tm-profile-shell nav a.bg-red-500 svg { color: #fff !important; }

.tm-profile-shell input:not([type="checkbox"]):not([type="radio"]),
.tm-profile-shell select,
.tm-profile-shell textarea {
    background: #fff !important;
    border-color: var(--tm-inner-line) !important;
    border-radius: 10px !important;
    min-height: 48px;
}
.tm-profile-shell input:focus,
.tm-profile-shell select:focus,
.tm-profile-shell textarea:focus { border-color: var(--tm-inner-pink) !important; box-shadow: 0 0 0 3px rgba(247, 71, 128, .12) !important; outline: none; }
.tm-profile-shell .btn--theme { background: linear-gradient(135deg, #ff2041, #e63770) !important; border-color: transparent !important; border-radius: 999px !important; box-shadow: 0 14px 32px rgba(230, 55, 112, .22); }
.tm-profile-shell .btn--theme:hover { background: linear-gradient(135deg, #f74780, #d92f68) !important; border-color: transparent !important; }
.tm-profile-shell .tm-profile-action,
.tm-site-account-button {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 999px !important;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 800;
    justify-content: center;
    line-height: 1.2;
    min-height: 52px;
    padding: 0 28px;
    text-align: center;
    text-decoration: none !important;
    transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease, transform .2s ease;
}
.tm-profile-shell .tm-profile-action--primary,
.tm-site-account-button {
    background: linear-gradient(135deg, #ff2041, #e63770) !important;
    border-color: transparent !important;
    box-shadow: 0 12px 28px rgba(230, 55, 112, .24);
    color: #fff !important;
}
.tm-profile-shell .tm-profile-action--primary:hover,
.tm-site-account-button:hover {
    background: linear-gradient(135deg, #f74780, #d92f68) !important;
    box-shadow: 0 16px 34px rgba(230, 55, 112, .32);
    color: #fff !important;
    transform: translateY(-2px);
}
.tm-profile-shell .tm-profile-action--secondary {
    background: #fff !important;
    border-color: rgba(53, 63, 79, .16) !important;
    box-shadow: 0 7px 18px rgba(31, 40, 55, .07);
    color: var(--tm-inner-slate) !important;
}
.tm-profile-shell .tm-profile-action--secondary:hover {
    background: rgba(247, 71, 128, .06) !important;
    border-color: rgba(247, 71, 128, .34) !important;
    color: var(--tm-inner-pink-dark) !important;
    transform: translateY(-2px);
}
.tm-profile-shell .tm-profile-action--compact { font-size: .875rem; min-height: 38px; padding: 0 17px; }
.tm-profile-shell .tm-profile-action:focus-visible,
.tm-site-account-button:focus-visible {
    outline: 3px solid rgba(247, 71, 128, .3);
    outline-offset: 3px;
}
.tm-profile-shell .tm-profile-action:disabled { cursor: not-allowed; opacity: .55; transform: none; }
.tm-profile-form-actions {
    align-items: center;
    background: linear-gradient(90deg, rgba(53, 63, 79, .035), rgba(247, 71, 128, .055));
    border-top: 1px solid var(--tm-inner-line);
    display: flex;
    justify-content: flex-end;
    margin: 26px -22px -22px;
    padding: 20px 22px;
}
.tm-profile-shell .tm-profile-panel-title,
.tm-profile-shell .tm-profile-section-title {
    background: linear-gradient(90deg, rgba(247, 71, 128, .12), rgba(89, 98, 115, .045)) !important;
    border-left: 4px solid var(--tm-inner-pink);
    border-radius: 12px;
    color: var(--tm-inner-slate) !important;
    font-weight: 800;
}
.tm-profile-shell .tm-profile-section-title { margin: 14px 0 4px; padding: 18px 20px; }
.tm-profile-shell .in_tool { background: #fff; border-color: var(--tm-inner-line) !important; border-radius: 16px !important; }
.tm-profile-shell .in_tool:hover { border-color: rgba(247, 71, 128, .28) !important; box-shadow: 0 14px 30px rgba(31, 40, 55, .1) !important; }
.tm-profile-shell .table-wrapper { overflow-x: auto; }
.tm-profile-shell table { border-collapse: separate; border-spacing: 0; min-width: 560px; width: 100%; }
.tm-profile-shell th { background: var(--tm-inner-slate) !important; color: #fff !important; }
.tm-profile-shell td { background: #fff !important; border-color: var(--tm-inner-line) !important; }
.tm-profile-shell tbody tr:hover td { background: rgba(247, 71, 128, .045) !important; }

/* SAFE LASER overview and product pages */
.tm-laser-page {
    background: #fff;
    color: var(--tm-inner-slate);
    overflow-x: hidden;
}
.tm-laser-page .page-hero-section { overflow: hidden; }
.tm-laser-page .page-hero-section-overlay {
    background:
        radial-gradient(circle at 84% 28%, rgba(247, 71, 128, .24), transparent 24rem),
        linear-gradient(115deg, rgba(31, 40, 55, .98) 0%, rgba(53, 63, 79, .94) 48%, rgba(53, 63, 79, .54) 100%) !important;
    min-height: 610px;
}
.tm-laser-product .page-hero-section-overlay {
    background:
        linear-gradient(90deg, rgba(31, 40, 55, .98) 0%, rgba(53, 63, 79, .9) 47%, rgba(79, 39, 56, .3) 100%),
        url('/images/hero-laser.jpg') center / cover no-repeat !important;
}
.tm-laser-page .page-hero-section .section-id {
    background: rgba(247, 71, 128, .16) !important;
    border: 1px solid rgba(255, 255, 255, .2);
    color: #fff !important;
    margin-bottom: 25px !important;
}
.tm-laser-page .page-hero-section h1 {
    color: #fff !important;
    font-size: clamp(2.25rem, 4.25vw, 3.45rem) !important;
    letter-spacing: -.035em;
    line-height: 1.12 !important;
    max-width: 720px;
}
.tm-laser-page .page-hero-section p {
    color: rgba(255, 255, 255, .88) !important;
    font-size: clamp(1rem, 1.45vw, 1.17rem) !important;
    letter-spacing: 0 !important;
    line-height: 1.75 !important;
    max-width: 670px;
    text-align: left !important;
    word-spacing: normal !important;
}
.tm-laser-page .page-hero-section img { filter: drop-shadow(0 24px 34px rgba(0, 0, 0, .28)); }
.tm-laser-page h2 {
    color: var(--tm-inner-slate);
    font-size: clamp(1.8rem, 3.2vw, 2.625rem) !important;
    letter-spacing: -.03em !important;
}
.tm-laser-page h3 { color: var(--tm-inner-slate); }
.tm-laser-page .content-section p,
.tm-laser-page .features-section p,
.tm-laser-page #privacy-page p {
    letter-spacing: 0 !important;
    line-height: 1.72;
    text-align: left !important;
    word-spacing: normal !important;
}
.tm-laser-page .content-section img {
    border-radius: 20px;
    max-width: 100%;
}
.tm-laser-page .btn.btn--theme {
    align-items: center;
    background: linear-gradient(135deg, #ff2041, #e63770) !important;
    border: 1px solid transparent !important;
    border-radius: 999px !important;
    box-shadow: 0 14px 32px rgba(230, 55, 112, .25);
    color: #fff !important;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 800;
    justify-content: center;
    min-height: 54px;
    padding: 0 28px;
    text-align: center;
}
.tm-laser-page .btn.btn--theme:hover,
.tm-laser-page .btn.btn--theme:focus-visible {
    background: linear-gradient(135deg, #f74780, #d92f68) !important;
    box-shadow: 0 18px 38px rgba(230, 55, 112, .32);
    color: #fff !important;
    transform: translateY(-2px);
}
.tm-laser-overview #features-2 {
    background: linear-gradient(180deg, var(--tm-inner-slate) 0, var(--tm-inner-slate-soft) 330px, var(--tm-inner-bg) 330px, #fff 100%) !important;
    padding: 85px 0 90px;
}
.tm-laser-overview #features-2 .section-title { margin-bottom: 42px !important; }
.tm-laser-overview #features-2 .section-title h2,
.tm-laser-overview #features-2 .section-title p { color: #fff !important; }
.tm-laser-overview #features-2 .fbox-wrapper .flex > div { display: flex; margin-bottom: 24px; }
.tm-laser-overview #features-2 .fbox-2 {
    background: #fff !important;
    border: 1px solid var(--tm-inner-line);
    border-radius: 20px;
    border-top: 4px solid var(--tm-inner-pink);
    box-shadow: 0 14px 34px rgba(31, 40, 55, .1);
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    padding: 12px 12px 24px !important;
    transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}
.tm-laser-overview #features-2 .fbox-2:hover { border-color: rgba(247, 71, 128, .36); box-shadow: var(--tm-inner-shadow); transform: translateY(-4px); }
.tm-laser-overview #features-2 .fbox-img { background: #f6f6f7 !important; border-radius: 14px !important; margin-bottom: 22px !important; }
.tm-laser-overview #features-2 .fbox-img img { height: 245px; object-fit: contain; width: 100%; }
.tm-laser-overview #features-2 .fbox-txt { display: flex; flex: 1; flex-direction: column; padding: 0 10px; }
.tm-laser-overview #features-2 .fbox-txt p { color: var(--tm-inner-slate-soft); min-height: 220px !important; }
.tm-laser-overview #features-2 .tra-link {
    align-items: center;
    align-self: stretch;
    background: linear-gradient(135deg, #ff2041, #e63770);
    border-radius: 999px;
    color: #fff !important;
    display: inline-flex;
    font-size: .95rem !important;
    font-weight: 800;
    justify-content: center;
    margin-top: auto !important;
    min-height: 48px;
    padding: 0 20px;
}
.tm-laser-page .fbox-12 {
    background: #fff !important;
    border: 1px solid var(--tm-inner-line);
    border-radius: 18px !important;
    border-top: 4px solid var(--tm-inner-pink);
    box-shadow: 0 12px 30px rgba(31, 40, 55, .08) !important;
}
.tm-laser-product #privacy-page {
    background:
        radial-gradient(circle at 92% 15%, rgba(247, 71, 128, .09), transparent 22rem),
        linear-gradient(180deg, var(--tm-inner-bg), #fff) !important;
}
.tm-laser-product #privacy-page .section-title::before {
    background: var(--tm-inner-pink);
    border-radius: 999px;
    content: "";
    display: block;
    height: 3px;
    margin: 0 auto 18px;
    width: 44px;
}
.tm-laser-product #privacy-page .grid > div {
    background: #fff !important;
    border: 1px solid var(--tm-inner-line) !important;
    border-radius: 20px !important;
    border-top: 4px solid var(--tm-inner-pink) !important;
    box-shadow: 0 12px 30px rgba(31, 40, 55, .08) !important;
}
.tm-laser-product #privacy-page .grid > div > div:first-child { background: #f6f6f7 !important; }
.tm-laser-product #privacy-page .grid > div > div:last-child { gap: 10px; padding: 20px !important; }
.tm-laser-product #privacy-page .text-green-600 { color: var(--tm-inner-pink-dark) !important; }
.tm-laser-product #privacy-page button.text-green-600:hover { color: var(--tm-inner-pink) !important; }
.tm-laser-product img { min-width: 0 !important; }

/* Shared floating cart */
.tm-cart-floating-button {
    align-items: center;
    background: linear-gradient(135deg, #ff2041, #e63770);
    border: 3px solid #fff;
    border-radius: 50%;
    bottom: 24px;
    box-shadow: 0 16px 38px rgba(230, 55, 112, .38);
    color: #fff;
    display: flex;
    height: 68px;
    justify-content: center;
    position: fixed;
    right: 24px;
    transition: box-shadow .2s ease, transform .2s ease;
    width: 68px;
    z-index: 1200;
}
.tm-cart-floating-button:hover { box-shadow: 0 20px 44px rgba(230, 55, 112, .48); transform: translateY(-3px); }
.tm-cart-floating-button svg { height: 32px; width: 32px; }
.tm-cart-count {
    align-items: center;
    background: var(--tm-inner-slate);
    border: 2px solid #fff;
    border-radius: 999px;
    color: #fff;
    display: flex;
    font-size: .72rem;
    font-weight: 900;
    height: 25px;
    justify-content: center;
    min-width: 25px;
    padding: 0 5px;
    position: absolute;
    right: -5px;
    top: -5px;
}
.tm-cart-overlay { background: rgba(31, 40, 55, .48); border: 0; inset: 0; position: fixed; z-index: 1201; }
.tm-cart-panel {
    background: #fff;
    border: 1px solid var(--tm-inner-line);
    border-radius: 22px;
    bottom: 102px;
    box-shadow: 0 28px 80px rgba(31, 40, 55, .25);
    display: flex;
    flex-direction: column;
    max-height: min(680px, calc(100vh - 130px));
    overflow: hidden;
    position: fixed;
    right: 24px;
    width: min(420px, calc(100vw - 32px));
    z-index: 1202;
}
.tm-cart-panel-header {
    align-items: center;
    background: linear-gradient(135deg, var(--tm-inner-slate), var(--tm-inner-slate-soft));
    border-bottom: 4px solid var(--tm-inner-pink);
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 20px 22px;
}
.tm-cart-panel-header span { color: rgba(255, 255, 255, .62); display: block; font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.tm-cart-panel-header h2 { color: #fff !important; font-size: 1.35rem !important; margin: 2px 0 0; }
.tm-cart-close { align-items: center; background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .24); border-radius: 50%; color: #fff; display: flex; font-size: 1.5rem; height: 42px; justify-content: center; width: 42px; }
.tm-cart-panel-body { flex: 1; overflow-y: auto; padding: 18px; }
.tm-cart-item { align-items: center; border: 1px solid var(--tm-inner-line); border-radius: 15px; display: flex; gap: 13px; margin-bottom: 12px; padding: 12px; }
.tm-cart-item-image { align-items: center; background: #f5f6f8; border-radius: 11px; display: flex; flex: 0 0 64px; height: 64px; justify-content: center; overflow: hidden; }
.tm-cart-item-image img { height: 100%; object-fit: contain; width: 100%; }
.tm-cart-item-image svg { color: #98a0ad; height: 28px; width: 28px; }
.tm-cart-item-copy { min-width: 0; }
.tm-cart-item-copy h3 { color: var(--tm-inner-slate); font-size: .9rem; line-height: 1.3; margin: 0 0 3px; }
.tm-cart-item-copy p { color: var(--tm-inner-slate-soft); font-size: .78rem; margin: 0; text-align: left !important; }
.tm-cart-item-copy strong { color: var(--tm-inner-pink-dark); display: block; font-size: .88rem; margin-top: 2px; }
.tm-cart-remove { background: rgba(247, 71, 128, .08); border: 0; border-radius: 50%; color: var(--tm-inner-pink-dark); flex: 0 0 32px; font-size: 1.15rem; height: 32px; margin-left: auto; }
.tm-cart-empty { align-items: center; color: var(--tm-inner-slate-soft); display: flex; flex-direction: column; justify-content: center; min-height: 180px; text-align: center; }
.tm-cart-empty svg { height: 44px; margin-bottom: 12px; width: 44px; }
.tm-cart-panel-footer { background: #f7f8fa; border-top: 1px solid var(--tm-inner-line); padding: 18px 20px 20px; }
.tm-cart-total { align-items: center; color: var(--tm-inner-slate); display: flex; justify-content: space-between; margin-bottom: 15px; }
.tm-cart-total strong { font-size: 1.2rem; }
.tm-cart-actions { display: grid; gap: 10px; grid-template-columns: 1fr 1fr; }
.tm-cart-actions button,
.tm-cart-actions a { align-items: center; border-radius: 999px; display: flex; font-size: .86rem; font-weight: 800; justify-content: center; min-height: 48px; padding: 0 16px; text-align: center; }
.tm-cart-actions button { background: #fff; border: 1px solid var(--tm-inner-line); color: var(--tm-inner-slate); }
.tm-cart-actions a { background: linear-gradient(135deg, #ff2041, #e63770); color: #fff !important; }
.tm-cart-actions button:disabled,
.tm-cart-actions .is-disabled { opacity: .45; pointer-events: none; }

/* Shop */
.tm-shop-page { background: radial-gradient(circle at 92% 12rem, rgba(247, 71, 128, .09), transparent 24rem), linear-gradient(180deg, #fff, var(--tm-inner-bg)); color: var(--tm-inner-slate); }
.tm-shop-page #privacy-page { background: transparent !important; padding-top: 140px !important; }
.tm-shop-page #privacy-page .section-title::before { background: var(--tm-inner-pink); border-radius: 999px; content: ""; display: block; height: 3px; margin: 0 auto 18px; width: 44px; }
.tm-shop-page #privacy-page .section-title h2 { color: var(--tm-inner-slate); font-size: clamp(2rem, 3.2vw, 3.15rem) !important; letter-spacing: -.035em; }
.tm-shop-page #privacy-page > .container > .grid > div { background: #fff !important; border: 1px solid var(--tm-inner-line) !important; border-radius: 20px !important; border-top: 4px solid var(--tm-inner-pink) !important; box-shadow: 0 12px 30px rgba(31, 40, 55, .08) !important; }
.tm-shop-page #privacy-page > .container > .grid > div > div:first-child { background: #f6f6f7 !important; }
.tm-shop-page #privacy-page > .container > .grid > div > div:last-child { gap: 10px; padding: 20px !important; }
.tm-shop-page #privacy-page h3 { color: var(--tm-inner-slate); }
.tm-shop-page #privacy-page .text-green-600 { color: var(--tm-inner-pink-dark) !important; }
.tm-shop-page #privacy-page .btn.btn--theme { background: linear-gradient(135deg, #ff2041, #e63770) !important; border: 0 !important; border-radius: 999px !important; box-shadow: 0 12px 28px rgba(230, 55, 112, .24); color: #fff !important; min-height: 52px; }

/* Checkout */
.tm-checkout-page { background: radial-gradient(circle at 92% 24rem, rgba(247, 71, 128, .09), transparent 24rem), linear-gradient(180deg, #fff 0, var(--tm-inner-bg) 48rem, #fff 100%); color: var(--tm-inner-slate); }
.tm-checkout-progress { background: radial-gradient(circle at 88% 18%, rgba(247, 71, 128, .2), transparent 28%), linear-gradient(135deg, var(--tm-inner-slate), var(--tm-inner-slate-soft)) !important; border-bottom: 4px solid var(--tm-inner-pink); color: #fff; }
.tm-checkout-progress li > div { background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .62); }
.tm-checkout-progress li > div.bg--theme { background: var(--tm-inner-pink) !important; border-color: var(--tm-inner-pink) !important; }
.tm-checkout-progress li > div.border-amber-400 { border-color: var(--tm-inner-pink) !important; color: var(--tm-inner-pink-dark) !important; box-shadow: 0 0 0 5px rgba(247, 71, 128, .18); }
.tm-checkout-content { padding-bottom: 76px !important; }
.tm-checkout-title { color: var(--tm-inner-slate) !important; font-size: clamp(2rem, 3.2vw, 3.15rem) !important; letter-spacing: -.035em; }
.tm-checkout-title::before { background: var(--tm-inner-pink); border-radius: 999px; content: ""; display: block; height: 3px; margin: 0 auto 18px; width: 44px; }
.tm-checkout-card { border: 1px solid var(--tm-inner-line) !important; border-radius: 22px !important; box-shadow: var(--tm-inner-shadow) !important; }
.tm-checkout-card h2.bg-\[\#F1F7FF\] { background: linear-gradient(90deg, rgba(247, 71, 128, .12), rgba(89, 98, 115, .045)) !important; border-left: 4px solid var(--tm-inner-pink); border-radius: 12px; color: var(--tm-inner-slate) !important; }
.tm-checkout-page .btn { align-items: center; border: 1px solid rgba(53, 63, 79, .16); border-radius: 999px !important; display: inline-flex; font-weight: 800; justify-content: center; min-height: 50px; padding: 0 24px; }
.tm-checkout-page .btn--theme { background: linear-gradient(135deg, #ff2041, #e63770) !important; border-color: transparent !important; box-shadow: 0 12px 28px rgba(230, 55, 112, .24); color: #fff !important; }
.tm-checkout-page .btn--theme:hover { background: linear-gradient(135deg, #f74780, #d92f68) !important; color: #fff !important; }
.tm-checkout-page .btn--green-100 { background: rgba(247, 71, 128, .07) !important; border-color: rgba(247, 71, 128, .28) !important; color: var(--tm-inner-pink-dark) !important; }
.tm-checkout-page input:not([type="checkbox"]):not([type="radio"]),
.tm-checkout-page select,
.tm-checkout-page textarea { border-color: var(--tm-inner-line) !important; border-radius: 10px !important; }

/* Larger, consistent checkbox and radio controls */
.tm-booking-page input[type="checkbox"],
.tm-booking-page input[type="radio"],
.tm-package-order-page input[type="checkbox"],
.tm-package-order-page input[type="radio"],
.tm-checkout-page input[type="checkbox"],
.tm-checkout-page input[type="radio"] {
    appearance: none;
    background: #fff;
    border: 2px solid rgba(53, 63, 79, .38);
    cursor: pointer;
    flex: 0 0 24px;
    height: 24px;
    margin: 0;
    position: relative;
    transition: background .15s ease, border-color .15s ease, box-shadow .15s ease;
    width: 24px;
}
.tm-booking-page input[type="checkbox"],
.tm-package-order-page input[type="checkbox"],
.tm-checkout-page input[type="checkbox"] { border-radius: 7px; }
.tm-booking-page input[type="radio"],
.tm-package-order-page input[type="radio"],
.tm-checkout-page input[type="radio"] { border-radius: 50%; }
.tm-booking-page input[type="checkbox"]:checked,
.tm-package-order-page input[type="checkbox"]:checked,
.tm-checkout-page input[type="checkbox"]:checked {
    background-color: var(--tm-inner-pink);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='m5 10 3 3 7-7'/%3E%3C/svg%3E");
    border-color: var(--tm-inner-pink);
}
.tm-booking-page input[type="radio"]:checked,
.tm-package-order-page input[type="radio"]:checked,
.tm-checkout-page input[type="radio"]:checked {
    background: radial-gradient(circle, var(--tm-inner-pink) 0 5px, #fff 6px);
    border-color: var(--tm-inner-pink);
}
.tm-booking-page input[type="checkbox"]:focus-visible,
.tm-booking-page input[type="radio"]:focus-visible,
.tm-package-order-page input[type="checkbox"]:focus-visible,
.tm-package-order-page input[type="radio"]:focus-visible,
.tm-checkout-page input[type="checkbox"]:focus-visible,
.tm-checkout-page input[type="radio"]:focus-visible {
    box-shadow: 0 0 0 4px rgba(247, 71, 128, .17);
    outline: none;
}
.tm-booking-page label:has(input[type="checkbox"]),
.tm-booking-page label:has(input[type="radio"]),
.tm-package-order-page label:has(input[type="checkbox"]),
.tm-package-order-page label:has(input[type="radio"]),
.tm-checkout-page label:has(input[type="checkbox"]),
.tm-checkout-page label:has(input[type="radio"]) {
    align-items: center;
    cursor: pointer;
    gap: 12px;
    min-height: 38px;
}

/* Card-style choices across every public order and booking flow */
.tm-checkout-page label:has(input[type="checkbox"]),
.tm-checkout-page label:has(input[type="radio"]) {
    align-items: center !important;
    background: #fff;
    border: 1px solid var(--tm-inner-line);
    border-radius: 14px;
    color: var(--tm-inner-slate);
    cursor: pointer;
    display: flex !important;
    font-size: 1rem;
    gap: 14px !important;
    line-height: 1.45;
    margin-bottom: 10px;
    min-height: 62px !important;
    padding: 14px 18px;
    transition: background-color .16s ease, border-color .16s ease, box-shadow .16s ease;
    width: 100%;
}
.tm-checkout-page label:has(input[type="checkbox"]):hover,
.tm-checkout-page label:has(input[type="radio"]):hover {
    background: rgba(247, 71, 128, .035);
    border-color: rgba(239, 40, 83, .28);
}
.tm-checkout-page label:has(input[type="checkbox"]:checked),
.tm-checkout-page label:has(input[type="radio"]:checked) {
    background: rgba(247, 71, 128, .07) !important;
    border-color: rgba(239, 40, 83, .55) !important;
    box-shadow: 0 8px 20px rgba(230, 55, 112, .07);
}
.tm-checkout-page label:has(input[type="checkbox"]:focus-visible),
.tm-checkout-page label:has(input[type="radio"]:focus-visible) {
    box-shadow: 0 0 0 4px rgba(247, 71, 128, .14);
}
.tm-checkout-page label:has(input[type="checkbox"]) input,
.tm-checkout-page label:has(input[type="radio"]) input {
    margin: 0 !important;
}

.tm-checkout-remove {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(239, 40, 83, .28);
    border-radius: 999px;
    color: #d91f48;
    display: inline-flex;
    font-weight: 700;
    gap: .45rem;
    justify-content: center;
    min-height: 42px;
    padding: .55rem .9rem;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}
.tm-checkout-remove:hover,
.tm-checkout-remove:focus-visible {
    background: #ef2853;
    border-color: #ef2853;
    color: #fff;
}

/* Shared order-flow appearance: product checkout, packages and bookings */
.tm-order-flow .tm-checkout-progress {
    background: radial-gradient(circle at 88% 18%, rgba(247, 71, 128, .2), transparent 28%), linear-gradient(135deg, var(--tm-inner-slate), var(--tm-inner-slate-soft)) !important;
    border-bottom: 4px solid var(--tm-inner-pink);
}
.tm-order-flow .tm-checkout-card {
    overflow: hidden;
}
.tm-order-flow .tm-checkout-title {
    font-size: clamp(2rem, 2.7vw, 2.6rem) !important;
    margin-bottom: 26px !important;
}
.tm-order-flow .tm-package-section-title,
.tm-order-flow .tm-booking-card > h2,
.tm-order-flow .tm-photo-booking-card > h2,
.tm-order-section-title {
    background: linear-gradient(90deg, rgba(247, 71, 128, .12), rgba(89, 98, 115, .045)) !important;
    border-left: 4px solid var(--tm-inner-pink);
    border-radius: 12px;
    color: var(--tm-inner-slate) !important;
    font-size: 1.2rem !important;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 24px !important;
    padding: 15px 18px !important;
}
.tm-order-summary {
    background: #f7f8fa;
    border: 1px solid var(--tm-inner-line);
    border-radius: 14px;
    display: grid;
    gap: 8px;
    margin-bottom: 22px;
    padding: 18px 20px;
}
.tm-order-summary p { margin: 0; }
.tm-order-choices {
    display: grid;
    gap: 10px;
    margin-bottom: 18px;
}
.tm-order-consent { margin-bottom: 8px; }
.tm-order-footer {
    align-items: center;
    background: #f7f8fa;
    border-top: 1px solid var(--tm-inner-line);
    display: flex;
    gap: 22px;
    justify-content: space-between;
    margin: 30px -28px -28px;
    padding: 22px 28px;
}
.tm-order-footer--actions { justify-content: flex-end; }
.tm-order-price {
    color: var(--tm-inner-slate);
    min-width: 0;
}
.tm-order-price-title {
    font-size: 1rem;
    line-height: 1.45;
}
.tm-order-price-title > strong {
    color: var(--tm-inner-pink-dark);
    font-size: 1.35rem;
}
.tm-order-buttons .btn,
.tm-order-footer--actions .btn { min-width: 142px; }
.tm-order-flow input:not([type="checkbox"]):not([type="radio"]),
.tm-order-flow select {
    min-height: 58px;
}
.tm-photo-booking-page .btn {
    align-items: center;
    border-radius: 999px !important;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    min-height: 50px;
}
.tm-photo-booking-page .btn--theme {
    background: linear-gradient(135deg, #ff2041, #e63770) !important;
    border-color: transparent !important;
    box-shadow: 0 12px 28px rgba(230, 55, 112, .24);
    color: #fff !important;
}
.tm-photo-booking-page .btn--theme:hover,
.tm-photo-booking-page .btn--theme:focus-visible {
    background: linear-gradient(135deg, #f74780, #d92f68) !important;
    color: #fff !important;
}
.tm-photo-booking-page .bg-green-500 {
    background: var(--tm-inner-slate-soft) !important;
    border-color: var(--tm-inner-slate-soft) !important;
}
.tm-photo-booking-page .bg-green-500:hover {
    background: var(--tm-inner-slate) !important;
    border-color: var(--tm-inner-pink) !important;
}
.tm-photo-booking-page .bg-red-500,
.tm-photo-booking-page .bg-\[\#ff1e1a\] {
    background: var(--tm-inner-pink) !important;
    border-color: var(--tm-inner-pink) !important;
}

@media (max-width: 767px) {
    .tm-inner-header h1,
    .tm-booking-title { font-size: clamp(1.9rem, 8vw, 2.45rem) !important; }
    .tm-package-order-title { font-size: clamp(1.9rem, 8vw, 2.45rem) !important; }
    .tm-package-order-card { border-radius: 18px !important; padding: 17px !important; }
    .tm-package-section-title { border-radius: 10px; padding: 15px !important; }
    .tm-price-main { padding-top: 105px !important; }
    .tm-price-card { padding: 20px 17px 23px !important; }
    .tm-booking-progress nav { margin-top: 92px !important; }
    .tm-booking-progress ol { gap: 4px; }
    .tm-booking-progress li > div { height: 32px; width: 32px; }
    .tm-booking-content { padding-top: 30px !important; }
    .tm-booking-card { padding: 17px !important; }
    .tm-booking-form-actions { margin: 22px -17px -17px; padding: 17px; }
    .tm-booking-page .tm-booking-action { min-width: 0; width: 100%; }
    .tm-profile-shell { margin-top: 62px !important; padding: 34px 0 54px !important; }
    .tm-profile-shell > .container > div { padding-left: 16px !important; padding-right: 16px !important; }
    .tm-profile-header { border-radius: 18px; margin-bottom: 18px; min-height: 88px; padding: 15px 17px; }
    .tm-profile-header::after { left: 17px; right: 17px; }
    .tm-profile-header-avatar { border-radius: 14px; flex-basis: 50px; height: 50px; }
    .tm-profile-header-copy > span { font-size: .68rem; }
    .tm-profile-header-copy h1 { font-size: 1.2rem !important; }
    .tm-profile-menu-trigger { display: inline-flex; flex: 0 0 46px; }
    .tm-profile-shell main > div > section,
    .tm-profile-shell main > div > form > section { border-radius: 16px !important; padding: 17px; }
    .tm-profile-shell nav a { min-height: 46px; }
    .tm-profile-shell .tm-profile-action { min-height: 50px; padding-left: 22px; padding-right: 22px; width: 100%; }
    .tm-profile-shell .tm-profile-action--compact { min-height: 40px; width: auto; }
    .tm-profile-form-actions { margin: 24px -17px -17px; padding: 17px; }
    .tm-laser-page .page-hero-section-overlay { min-height: auto; padding-bottom: 72px !important; padding-top: 112px !important; }
    .tm-laser-page .page-hero-section .txt-block { margin-top: 0 !important; }
    .tm-laser-page .page-hero-section h1 { font-size: clamp(2rem, 10vw, 2.55rem) !important; }
    .tm-laser-page h2 { font-size: clamp(1.65rem, 8vw, 2rem) !important; }
    .tm-laser-page .page-hero-section p { font-size: 1rem !important; line-height: 1.65 !important; }
    .tm-laser-page .page-hero-section .img-block img { max-height: 320px; }
    .tm-laser-page .btn.btn--theme { max-width: none !important; width: 100%; }
    .tm-laser-overview #features-2 { padding: 65px 0; }
    .tm-laser-overview #features-2 .fbox-txt p { min-height: 0 !important; }
    .tm-laser-overview #features-2 .fbox-img img { height: 220px; }
    .tm-laser-product #privacy-page .grid { gap: 20px; }
    .tm-cart-floating-button { bottom: 18px; height: 60px; right: 18px; width: 60px; }
    .tm-cart-floating-button svg { height: 28px; width: 28px; }
    .tm-cart-panel { border-radius: 22px 22px 0 0; bottom: 0; left: 0; max-height: 78vh; right: 0; width: 100%; }
    .tm-cart-actions { grid-template-columns: 1fr; }
    .tm-shop-page #privacy-page { padding-top: 105px !important; }
    .tm-shop-page #privacy-page .section-title h2,
    .tm-checkout-title { font-size: clamp(1.9rem, 8vw, 2.45rem) !important; }
    .tm-shop-page #privacy-page > .container > .grid { gap: 20px; }
    .tm-checkout-card { border-radius: 18px !important; padding: 17px !important; }
    .tm-checkout-page .btn { width: 100%; }
    .tm-order-flow .tm-checkout-title { font-size: clamp(1.8rem, 8vw, 2.2rem) !important; }
    .tm-order-footer { align-items: stretch; flex-direction: column; margin: 24px -17px -17px; padding: 17px; }
    .tm-order-footer--actions { flex-direction: row; }
    .tm-order-buttons .flex { flex-direction: column; }
    .tm-order-buttons .btn,
    .tm-order-footer--actions .btn { min-width: 0; }
}

.tm-booking-page button[aria-label] { min-height: 50px !important; padding-left: 0 !important; padding-right: 0 !important; }

/* Blog and customer-experience editorial pages */
.tm-editorial-page {
    background: radial-gradient(circle at 92% 13rem, rgba(247, 71, 128, .09), transparent 25rem), linear-gradient(180deg, #fff 0, var(--tm-inner-bg) 44rem, #fff 100%);
    color: var(--tm-inner-slate);
}
.tm-editorial-page [data-editorial-list] { background: transparent !important; padding-bottom: 82px !important; padding-top: 155px !important; }
.tm-editorial-heading,
.tm-editorial-page [data-editorial-list] .posts-category { margin: 0 auto 44px !important; max-width: 780px; text-align: center; }
.tm-editorial-heading > span { color: var(--tm-inner-pink-dark); display: block; font-size: .78rem; font-weight: 800; letter-spacing: .16em; margin-bottom: 10px; }
.tm-editorial-heading h1,
.tm-editorial-page [data-editorial-list] .posts-category h1,
.tm-editorial-page [data-editorial-list] .posts-category h4 { color: var(--tm-inner-slate) !important; font-size: clamp(2rem, 3.2vw, 3.15rem) !important; letter-spacing: -.035em; line-height: 1.08 !important; }
.tm-editorial-heading h1::before,
.tm-editorial-page [data-editorial-list] .posts-category h1::before { background: var(--tm-inner-pink); border-radius: 999px; content: ""; display: block; height: 3px; margin: 0 auto 18px; width: 44px; }
.tm-editorial-featured { background: #fff; border: 1px solid var(--tm-inner-line); border-top: 4px solid var(--tm-inner-pink); border-radius: 22px; box-shadow: var(--tm-inner-shadow); margin-bottom: 70px !important; overflow: hidden; padding: 26px; }
.tm-editorial-featured .blog-post-img { margin: 0 !important; padding: 0 !important; }
.tm-editorial-featured .blog-post-img img { aspect-ratio: 4 / 3; border-radius: 16px !important; object-fit: cover; width: 100%; }
.tm-editorial-featured .blog-post-txt { padding-left: 28px !important; }
.tm-editorial-featured h3 { font-size: clamp(1.7rem, 2.5vw, 2.35rem) !important; line-height: 1.18 !important; }
.tm-editorial-page .posts-wrapper > .flex { row-gap: 26px; }
.tm-editorial-page .posts-wrapper > .flex > div,
.tm-editorial-more .container > .flex:last-of-type > div { display: flex; }
.tm-editorial-card { background: #fff; border: 1px solid var(--tm-inner-line); border-top: 4px solid var(--tm-inner-pink); border-radius: 20px; box-shadow: 0 12px 30px rgba(31, 40, 55, .08); display: flex; flex-direction: column; height: 100%; margin-bottom: 0 !important; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; width: 100%; }
.tm-editorial-card:hover { box-shadow: 0 18px 38px rgba(31, 40, 55, .13); transform: translateY(-3px); }
.tm-editorial-card .blog-post-img { background: #f1f2f4; margin: 0 !important; overflow: hidden; }
.tm-editorial-card .blog-post-img > a { display: block; }
.tm-editorial-card .blog-post-img img { border-radius: 0 !important; height: 240px; object-fit: cover; transition: transform .3s ease; width: 100%; }
.tm-editorial-card .blog-post-img .aspect-\[2\/3\] { aspect-ratio: auto !important; border-radius: 0 !important; height: 240px !important; }
.tm-editorial-card .blog-post-img .plyr,
.tm-editorial-card .blog-post-img .plyr__video-wrapper,
.tm-editorial-card .blog-post-img video { height: 100% !important; width: 100% !important; }
.tm-editorial-card:hover .blog-post-img img { transform: scale(1.025); }
.tm-editorial-card .blog-post-txt { display: flex; flex: 1; flex-direction: column; padding: 22px 22px 20px; }
.tm-editorial-page .post-tag { background: rgba(247, 71, 128, .09); border-radius: 999px; color: var(--tm-inner-pink-dark) !important; display: inline-flex !important; font-size: .72rem !important; margin: 0 0 14px !important; padding: 7px 11px; width: fit-content; }
.tm-editorial-card h6 { font-size: 1.22rem !important; margin-bottom: 12px !important; }
.tm-editorial-page .blog-post h3 a,
.tm-editorial-page .blog-post h6 a { color: var(--tm-inner-slate) !important; text-decoration: none !important; }
.tm-editorial-page .blog-post h3 a:hover,
.tm-editorial-page .blog-post h6 a:hover { color: var(--tm-inner-pink-dark) !important; }
.tm-editorial-card .blog-post-txt > p { color: #667080; display: -webkit-box; line-height: 1.65; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.tm-editorial-link { align-items: center; align-self: flex-start; background: linear-gradient(135deg, #ff2041, #e63770); border-radius: 999px; box-shadow: 0 9px 22px rgba(230, 55, 112, .18); color: #fff !important; display: inline-flex; font-size: .88rem; font-weight: 800; gap: 8px; margin-top: 20px; min-height: 44px; padding: 0 18px; text-decoration: none !important; }
.tm-editorial-link:hover,
.tm-editorial-link:focus-visible { background: linear-gradient(135deg, #f74780, #d92f68); color: #fff !important; }
.tm-editorial-card .blog-post-meta { border-top: 1px solid var(--tm-inner-line); margin-top: auto !important; padding-top: 17px; }
.tm-editorial-page .theme-pagination .page-link { align-items: center; background: #fff !important; border: 1px solid var(--tm-inner-line) !important; border-radius: 999px !important; display: inline-flex !important; justify-content: center; min-height: 42px; min-width: 42px; padding: 4px 14px !important; }
.tm-editorial-page .theme-pagination .active .page-link { background: var(--tm-inner-pink) !important; border-color: var(--tm-inner-pink) !important; color: #fff !important; }
.tm-editorial-article-shell { background: transparent !important; padding-top: 155px !important; }
.tm-editorial-article { background: #fff; border: 1px solid var(--tm-inner-line); border-top: 4px solid var(--tm-inner-pink); border-radius: 22px; box-shadow: var(--tm-inner-shadow); overflow: hidden; padding: 44px; }
.tm-editorial-article .single-post-title h2 { color: var(--tm-inner-slate); font-size: clamp(2rem, 2.8vw, 2.6rem) !important; letter-spacing: -.03em; }
.tm-editorial-article .blog-post-img { padding: 36px 0 !important; }
.tm-editorial-article .blog-post-img img { border-radius: 18px !important; max-height: 620px; object-fit: cover; width: 100%; }
.tm-editorial-article .single-post-txt { color: #4f5968; font-size: 1.04rem; line-height: 1.8; }
.tm-editorial-article .single-post-txt h2,
.tm-editorial-article .single-post-txt h3 { color: var(--tm-inner-slate); margin: 1.5em 0 .65em; }
.tm-editorial-more { background: transparent !important; border-top: 1px solid var(--tm-inner-line); padding: 78px 0 !important; }
.tm-editorial-more .section-title { margin-bottom: 42px !important; }
.tm-editorial-more .section-title h2 { color: var(--tm-inner-slate) !important; font-size: clamp(1.8rem, 2.7vw, 2.55rem) !important; }

@media (max-width: 767px) {
    .tm-editorial-page [data-editorial-list],
    .tm-editorial-article-shell { padding-top: 112px !important; }
    .tm-editorial-heading,
    .tm-editorial-page [data-editorial-list] .posts-category { margin-bottom: 30px !important; }
    .tm-editorial-heading h1,
    .tm-editorial-page [data-editorial-list] .posts-category h1,
    .tm-editorial-page [data-editorial-list] .posts-category h4 { font-size: clamp(1.9rem, 9vw, 2.35rem) !important; }
    .tm-editorial-featured { border-radius: 18px; margin-bottom: 48px !important; padding: 17px; }
    .tm-editorial-featured .blog-post-txt { padding: 22px 0 0 !important; }
    .tm-editorial-card { border-radius: 18px; }
    .tm-editorial-card .blog-post-img img { height: 220px; }
    .tm-editorial-article { border-radius: 18px; padding: 24px 18px; }
    .tm-editorial-article .single-post-title h2 { font-size: clamp(1.8rem, 8vw, 2.35rem) !important; padding: 0 !important; }
    .tm-editorial-more { padding: 58px 0 !important; }
}

@media (prefers-reduced-motion: reduce) {
    .tm-price-card,
    .tm-profile-shell nav a { transition: none !important; }
}
