* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Arial Black", Arial, Helvetica, sans-serif;
    background: #0d0d0d;
    color: #fff;
    line-height: 1.4;
}

a {
    text-decoration: none;
    color: inherit;
}

/* ===== HEADER ===== */
.site-header {
    background: #000;
    padding: 14px 0;
    border-bottom: 1px solid #222;
}

.header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 22px;
    font-weight: 900;
    letter-spacing: -0.5px;
}

.logo span {
    color: #ff6a00;
}

.logo small {
    display: block;
    font-size: 10px;
    letter-spacing: 2px;
    color: #888;
    font-weight: normal;
}

.nav a {
    margin-left: 22px;
    font-size: 13px;
    letter-spacing: 1px;
    color: #ccc;
}

.nav a:hover {
    color: #ff6a00;
}

.phone {
    background: #ff6a00;
    color: #000;
    padding: 8px 14px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: bold;
}

/* ===== HERO ===== */
.hero {
    background: #0d0d0d;
    padding: 0;
}

.hero-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    min-height: 520px;
    gap: 10px;
}

.hero-content {
    flex: 0 0 38%;
    padding: 60px 20px 60px 30px;
}

.hero-content h1 {
    font-size: 68px;
    line-height: 0.9;
    text-transform: uppercase;
    letter-spacing: -2px;
    margin-bottom: 16px;
}

.hero-content h1 span {
    color: #ff6a00;
}

.hero-content p {
    font-size: 18px;
    color: #ccc;
    margin-bottom: 28px;
    font-family: Arial, sans-serif;
    font-weight: normal;
}

.btn-primary {
    display: inline-block;
    background: #ff6a00;
    color: #000;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1px;
    border-radius: 4px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
}

.btn-primary:hover {
    background: #ff8533;
}

.hero-side {
    flex: 1;
    min-height: 520px;
    background-image: url('/assets/img/hero-steps.jpg');
    background-size: cover;
    background-position: center left;
    background-repeat: no-repeat;
    position: relative;
}

.hero-side::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    background: linear-gradient(to right, #0d0d0d 0%, transparent 100%);
    pointer-events: none;
}

.hero-side::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 100%;
    background: linear-gradient(to left, #0d0d0d 0%, transparent 100%);
    pointer-events: none;
}

/* ===== TRUST BAR ===== */
.trust-bar {
    background: #111;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
    padding: 22px 20px;
}

.trust-inner {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    text-align: center;
    flex-wrap: wrap;
    gap: 20px;
}

.trust-item {
    font-size: 13px;
    letter-spacing: 0.5px;
}

.trust-item strong {
    display: block;
    color: #ff6a00;
    margin-bottom: 4px;
    font-size: 14px;
}

/* ===== FOOTER ===== */
.site-footer {
    text-align: center;
    padding: 30px 20px;
    color: #666;
    font-size: 12px;
    font-family: Arial, sans-serif;
}

.site-footer a {
    color: #888;
    margin-left: 14px;
    text-decoration: none;
}

.site-footer a:hover {
    color: #ff6a00;
}

/* ===== ESTIMATE PAGE ===== */
.estimate-page {
    max-width: 680px;
    margin: 0 auto;
    padding: 50px 20px 80px;
}

.estimate-page h1 {
    font-size: 42px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin-bottom: 12px;
}

.estimate-page h1 span {
    color: #ff6a00;
}

.estimate-page .subtitle {
    color: #aaa;
    font-family: Arial, sans-serif;
    font-size: 17px;
    margin-bottom: 40px;
    font-weight: normal;
}

.legal-page {
    max-width: 720px;
    margin: 0 auto;
    padding: 50px 20px 80px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
}

.legal-page h1 {
    font-size: 42px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin-bottom: 12px;
}

.legal-page h1 span {
    color: #ff6a00;
}

.legal-page .subtitle {
    color: #aaa;
    font-size: 15px;
    margin-bottom: 28px;
    font-weight: normal;
}

.legal-page h2 {
    font-size: 16px;
    color: #fff;
    margin: 28px 0 10px;
    letter-spacing: 0;
    text-transform: none;
}

.legal-page p,
.legal-page li {
    color: #ccc;
    font-size: 15px;
    line-height: 1.55;
    font-weight: normal;
}

.legal-page ul {
    margin: 0 0 16px;
    padding-left: 20px;
}

.legal-page a {
    color: #ff6a00;
}

.booking-form .booking-sms-optin a,
.sms-optin-proof .booking-sms-optin a {
    color: #ff6a00;
}

.sms-optin-proof {
    margin: 24px 0;
    padding: 18px;
    background: #151515;
    border: 1px solid #333;
    border-radius: 10px;
}

.sms-optin-proof .booking-sms-optin {
    margin: 0;
}

.upload-box {
    background: #151515;
    border: 2px dashed #333;
    border-radius: 8px;
    padding: 45px 25px;
    text-align: center;
    margin-bottom: 25px;
}

.upload-box:hover {
    border-color: #ff6a00;
}

.upload-box h2 {
    font-size: 18px;
    margin-bottom: 10px;
}

.upload-box p {
    color: #888;
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 22px;
    font-weight: normal;
}

.upload-box input[type="file"] {
    display: none;
}

.upload-label {
    display: inline-block;
    background: #ff6a00;
    color: #000;
    padding: 13px 26px;
    font-weight: 900;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.upload-label:hover {
    background: #ff8533;
}

.model-select {
    text-align: center;
    font-family: Arial, sans-serif;
    color: #888;
    font-size: 14px;
    margin-bottom: 30px;
}

.model-select label {
    margin: 0 14px;
    cursor: pointer;
}

.model-select input {
    margin-right: 5px;
}

.steps-mini {
    display: flex;
    justify-content: space-between;
    max-width: 480px;
    margin: 50px auto 0;
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #777;
    text-align: center;
    font-weight: normal;
}

.steps-mini strong {
    display: block;
    color: #ff6a00;
    margin-bottom: 4px;
    font-size: 13px;
}

.form-actions {
    text-align: center;
}

/* ===== LOADING OVERLAY ===== */
.loading-overlay {
    display: none;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.92);
    z-index: 99999;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.loading-overlay.show {
    display: flex !important;
}

.loading-overlay p {
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 18px;
    margin-top: 20px;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 4px solid #333;
    border-top: 4px solid #ff6a00;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
    .hero-inner {
        flex-direction: column;
        min-height: auto;
        gap: 0;
    }

    .hero-content {
        flex: none;
        width: 100%;
        padding: 40px 20px;
        text-align: center;
    }

    .hero-content h1 {
        font-size: 48px;
    }

    .hero-side {
        width: 100%;
        min-height: 320px;
        background-position: center;
    }

    .nav {
        display: none;
    }
}
.zip-box {
    text-align: center;
    margin: 10px 0 28px;
}

.zip-box label {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #aaa;
}

.zip-box input {
    width: 180px;
    padding: 14px 16px;
    border: 1px solid #333;
    border-radius: 4px;
    background: #151515;
    color: #fff;
    font-size: 18px;
    text-align: center;
    outline: none;
}

.zip-box input:focus {
    border-color: #ff6a00;
}

/* ===== RESULTS CARD ===== */
.results-wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 50px 20px 80px;
    display: flex;
    align-items: center;
    gap: 40px;
}

.results-left {
    flex: 1;
}

.results-left h1 {
    font-size: 72px;
    line-height: 0.85;
    text-transform: uppercase;
    letter-spacing: -2px;
    color: #5a5a5a;
    margin-bottom: 18px;
}

.results-left .accent-line {
    width: 70px;
    height: 4px;
    background: #ff6a00;
    margin-bottom: 18px;
}

.results-left p {
    font-family: Arial, sans-serif;
    font-size: 20px;
    color: #ccc;
    font-weight: normal;
}

.results-card {
    flex: 0 0 420px;
    border: 2px solid #ff6a00;
    padding: 30px 28px;
    background: #111;
}

.results-card .card-label {
    text-align: center;
    color: #ff6a00;
    letter-spacing: 2px;
    font-size: 14px;
    margin-bottom: 10px;
}

.results-card .price {
    text-align: center;
    color: #ff6a00;
    font-size: 52px;
    line-height: 1;
    margin: 8px 0 24px;
}

.results-row {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 0;
    border-top: 1px solid #333;
    font-family: Arial, sans-serif;
}

.results-row .icon {
    width: 36px;
    height: 36px;
    border: 2px solid #ff6a00;
    border-radius: 50%;
    color: #ff6a00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.results-row strong {
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    color: #aaa;
}

.results-row span {
    font-size: 18px;
}

.results-card .btn-primary {
    display: block;
    text-align: center;
    margin-top: 24px;
    width: 100%;
}

.results-note {
    margin-top: 20px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #777;
}

@media (max-width: 768px) {
    .results-wrap {
        flex-direction: column;
        text-align: left;
    }

    .results-left h1 {
        font-size: 48px;
    }

    .results-card {
        flex: none;
        width: 100%;
    }
}
/* ===== RESULTS CARD (mockup #2) ===== */
.results-wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 50px 20px 80px;
    display: flex;
    align-items: center;
    gap: 40px;
}

.results-left {
    flex: 1;
}

.results-left h1 {
    font-size: 72px;
    line-height: 0.85;
    text-transform: uppercase;
    letter-spacing: -2px;
    color: #5a5a5a;
    margin-bottom: 18px;
}

.results-left .accent-line {
    width: 70px;
    height: 4px;
    background: #ff6a00;
    margin-bottom: 18px;
}

.results-left p {
    font-family: Arial, sans-serif;
    font-size: 20px;
    color: #ccc;
    font-weight: normal;
}

.results-card {
    flex: 0 0 420px;
    border: 2px solid #ff6a00;
    padding: 30px 28px;
    background: #111;
}

.results-card .card-label {
    text-align: center;
    color: #ff6a00;
    letter-spacing: 2px;
    font-size: 14px;
    margin-bottom: 10px;
}

.results-card .price {
    text-align: center;
    color: #ff6a00;
    font-size: 52px;
    line-height: 1;
    margin: 8px 0 24px;
}

.results-row {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 0;
    border-top: 1px solid #333;
    font-family: Arial, sans-serif;
}

.results-row .icon {
    width: 36px;
    height: 36px;
    border: 2px solid #ff6a00;
    border-radius: 50%;
    color: #ff6a00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.results-row strong {
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    color: #aaa;
}

.results-row span {
    font-size: 18px;
}

.results-card .btn-primary {
    display: block;
    text-align: center;
    margin-top: 24px;
    width: 100%;
}

.results-note {
    margin-top: 20px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #777;
}

@media (max-width: 768px) {
    .results-wrap {
        flex-direction: column;
    }

    .results-left h1 {
        font-size: 48px;
    }

    .results-card {
        flex: none;
        width: 100%;
    }
}

.booking-error {
    font-family: Arial, sans-serif;
    color: #c45c5c;
    margin: 0 0 20px;
}

.callback-book {
    margin: 20px 0 0;
}

.callback-book .btn-primary {
    width: auto;
}

.slot-board {
    text-align: left;
    max-width: 640px;
    margin: 28px auto 0;
}

.slot-day {
    margin-bottom: 28px;
}

.slot-day h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #ccc;
    margin: 0 0 12px;
}

.slot-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.slot-form {
    margin: 0;
    min-width: 0;
}

.slot-btn {
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #151515;
    color: #fff;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 12px 8px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    white-space: nowrap;
}

.slot-btn:hover {
    border-color: #ff6a00;
    color: #ff6a00;
}

.book-cal-wrap {
    max-width: 520px;
    margin: 28px auto 0;
}

.book-cal-month {
    margin-bottom: 28px;
}

.book-cal-title {
    font-size: 22px;
    letter-spacing: 0;
    text-transform: none;
    margin: 0 0 12px;
    text-align: left;
}

.book-cal {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.book-cal th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #888;
    font-weight: normal;
    padding: 0 0 10px;
}

.book-cal td {
    border: 1px solid #2a2a2a;
    vertical-align: top;
    height: 72px;
    padding: 0;
}

.book-cal-day a,
.book-cal-day > span {
    display: block;
    min-height: 72px;
    padding: 8px;
    text-decoration: none;
    color: inherit;
    box-sizing: border-box;
}

.book-cal-day.has-open a:hover {
    background: #1a120c;
}

.book-cal-day.is-muted {
    opacity: 0.35;
}

.book-cal-num {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #ddd;
}

.book-cal-count {
    display: block;
    margin-top: 6px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #ff6a00;
}

.book-cal-back {
    margin: 0 0 16px;
    font-family: Arial, Helvetica, sans-serif;
}

.book-cal-back a {
    color: #ff6a00;
    text-decoration: none;
}

.book-cal-more {
    margin: 24px 0 0;
    text-align: center;
}

.btn-book-more {
    display: inline-block;
    width: auto;
    padding: 12px 22px;
}

@media (max-width: 600px) {
    .slot-grid,
    .manage-slots {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .book-cal td {
        height: 64px;
    }

    .book-cal-day a,
    .book-cal-day > span {
        min-height: 64px;
        padding: 6px 4px;
    }

    .book-cal-count {
        font-size: 10px;
    }
}

.booking-form {
    max-width: 520px;
    margin: 24px auto 0;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
}

.booking-form label {
    display: block;
    margin-bottom: 14px;
    font-size: 13px;
    color: #aaa;
}

.booking-form input:not([type="checkbox"]):not([type="radio"]) {
    display: block;
    width: 100%;
    margin-top: 6px;
    padding: 12px;
    background: #111;
    color: #fff;
    border: 1px solid #333;
    border-radius: 8px;
    font-size: 16px;
    box-sizing: border-box;
}

.booking-sms-optin {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin: 8px 0 22px;
    padding: 16px;
    background: #151515;
    border: 1px solid #3a3a3a;
    border-radius: 10px;
    color: #ddd;
    font-size: 13px;
    line-height: 1.5;
    font-weight: normal;
}

.booking-sms-optin-title {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 6px;
}

.booking-form .booking-sms-optin input[type="checkbox"] {
    appearance: auto;
    -webkit-appearance: checkbox;
    display: inline-block;
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin: 3px 0 0;
    padding: 0;
    flex-shrink: 0;
    background: none;
    border: none;
    border-radius: 0;
    accent-color: #ff6a00;
    cursor: pointer;
}

.booking-row {
    display: flex;
    gap: 12px;
}

.booking-row label {
    flex: 1;
}

.booking-state {
    flex: 0 0 80px;
}

.booking-place label {
    min-width: 0;
}

.deposit-placeholder {
    margin: 24px 0;
    padding: 18px;
    border: 1px solid #ff6a00;
    border-radius: 10px;
    background: #1a120c;
}

.deposit-placeholder h2 {
    margin: 0 0 8px;
    font-size: 16px;
    color: #ff6a00;
}

.deposit-placeholder p {
    margin: 0;
    font-size: 14px;
    color: #ccc;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
}

.booking-form .btn-primary {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.booking-form .btn-booking-pay {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btn-lock-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.booking-form .btn-booking-alt {
    display: block;
    margin-top: 12px;
    background: transparent;
    color: #ff6a00;
    border: 2px solid #ff6a00;
}

.booking-form .btn-booking-alt:hover {
    background: #ff6a00;
    color: #000;
}

@media (max-width: 768px) {
    .booking-form .booking-place {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 110px;
        gap: 12px;
    }

    .booking-form .booking-place > label:first-child {
        grid-column: 1 / -1;
    }

    .booking-form .booking-place .booking-state {
        flex: none;
    }
}

@media (max-width: 600px) {
    .booking-row:not(.booking-place) {
        flex-direction: column;
        gap: 0;
    }
}

/* ===== BOOKED / MANAGE CONFIRMATION ===== */
body.confirm-body {
    background: #d8d4cf url('/assets/img/hero-steps.jpg') center / cover no-repeat fixed;
    color: #111;
    font-family: Arial, Helvetica, sans-serif;
}

body.confirm-body::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(8px);
    z-index: 0;
}

body.confirm-body .site-header,
body.confirm-body .confirm-page,
body.confirm-body .site-footer,
body.confirm-body .loading-overlay {
    position: relative;
    z-index: 1;
}

body.confirm-body .site-header {
    background: rgba(255, 255, 255, 0.88);
    border-bottom: none;
}

body.confirm-body .logo {
    color: #111;
}

body.confirm-body .logo small {
    color: #111;
}

body.confirm-body .nav a {
    color: #222;
}

body.confirm-body .phone {
    color: #fff;
    border-radius: 999px;
    letter-spacing: 1px;
}

body.confirm-body .site-footer {
    background: transparent;
    color: #333;
    border: none;
}

body.confirm-body .site-footer a {
    color: #333;
}

.confirm-page {
    max-width: 560px;
    margin: 0 auto;
    padding: 36px 20px 80px;
    text-align: center;
}

.confirm-title {
    font-family: "Arial Black", Arial, Helvetica, sans-serif;
    font-size: 42px;
    line-height: 0.95;
    letter-spacing: -1px;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    margin-bottom: 28px;
}

.confirm-title span {
    color: #ff6a00;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.confirm-card {
    background: #fff;
    color: #111;
    border-radius: 16px;
    padding: 22px 24px;
    text-align: left;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.confirm-when {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.confirm-label {
    font-size: 13px;
    color: #666;
    margin: 0 0 4px;
}

.confirm-date,
.confirm-time {
    font-family: "Arial Black", Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin: 0;
    letter-spacing: 0.3px;
}

.confirm-time {
    margin-top: 4px;
}

.confirm-rule {
    border: none;
    border-top: 1px solid #e6e6e6;
    margin: 18px 0;
}

.confirm-people {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-end;
}

.confirm-line {
    font-size: 14px;
    margin: 8px 0 0;
    color: #333;
}

.confirm-mini-icon {
    color: #ff6a00;
    margin-right: 6px;
}

.confirm-note {
    font-size: 13px;
    color: #666;
    margin-top: 10px;
}

.confirm-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #ff6a00;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    flex-shrink: 0;
}

.confirm-cal-actions {
    margin-top: 18px;
}

.confirm-cal-btn {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-radius: 12px;
    color: #fff;
    padding: 16px 18px;
}

.confirm-cal-alts {
    margin-top: 10px;
    font-size: 13px;
    color: #333;
}

.confirm-cal-alts a {
    color: #c44e00;
    text-decoration: underline;
}

.confirm-prep {
    margin-top: 36px;
    text-align: left;
    color: #111;
}

.confirm-prep h2,
.manage-heading {
    font-size: 22px;
    margin-bottom: 12px;
}

.manage-page .manage-heading,
.manage-page .manage-day,
.manage-page .book-cal-title,
.manage-page .book-cal-back a {
    color: #fff;
}

.manage-page .btn-cancel {
    color: #aaa;
}

.confirm-prep ol {
    padding-left: 22px;
    font-size: 16px;
}

.confirm-prep li {
    margin: 6px 0;
}

.confirm-edit {
    margin-top: 28px;
    font-size: 14px;
}

.confirm-edit a {
    color: #333;
    text-decoration: underline;
}

.manage-day {
    margin: 18px 0 8px;
    font-size: 16px;
    text-align: left;
}

.manage-slots {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 8px;
}

body.confirm-body .slot-btn {
    background: #fff;
    color: #111;
    border: 1px solid #ddd;
}

body.confirm-body .slot-btn:hover {
    background: #ff6a00;
    color: #fff;
}

.cancel-form {
    margin-top: 28px;
}

.btn-cancel {
    background: transparent;
    color: #666;
    border: none;
    text-decoration: underline;
    cursor: pointer;
    font-size: 14px;
}

body.confirm-body .book-cal-wrap {
    margin-top: 16px;
    text-align: left;
}

body.confirm-body .book-cal-title {
    color: #111;
}

body.confirm-body .book-cal th {
    color: #555;
}

body.confirm-body .book-cal td {
    border-color: #ddd;
    background: #fff;
}

body.confirm-body .book-cal-num {
    color: #111;
}

body.confirm-body .book-cal-count {
    color: #c44e00;
}

body.confirm-body .book-cal-day.has-open a:hover {
    background: #fff4ea;
}

body.confirm-body .book-cal-back a {
    color: #333;
}

.invoice-card {
    background: #151515;
    border: 1px solid #333;
    border-radius: 10px;
    padding: 18px 20px;
    margin: 24px 0;
    max-width: 480px;
}

.invoice-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #ddd;
    padding: 8px 0;
    border-bottom: 1px solid #2a2a2a;
}

.invoice-row.invoice-total {
    border-bottom: none;
    color: #fff;
    font-size: 18px;
    padding-top: 14px;
}

.invoice-row.invoice-total strong {
    color: #ff6a00;
}

.invoice-refund-form {
    margin: 24px 0 8px;
    max-width: 480px;
}

.invoice-refund-check {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 8px 0;
    color: #ddd;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    cursor: pointer;
}

.invoice-refund-btn {
    display: inline-block;
    margin-top: 12px;
    background: transparent;
    color: #ccc;
    border: 1px solid #555;
    border-radius: 6px;
    padding: 10px 16px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.invoice-refund-btn:hover {
    color: #fff;
    border-color: #888;
}