.utility-bar,
.header-wrapper.color-scheme-1.gradient,
.shopify-section.shopify-section-group-footer-group.section,
.shopify-section.shopify-section-group-footer-group,
#voltx-chat-button,
#voltx-chat-preview { display: none; }

/* Control Panel (testing) */
#hs-control-panel {
    position: fixed;
    left: 12px;
    top: 12px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
#hs-control-panel button {
    padding: 8px 12px;
    font-size: 11px;
    font-weight: 600;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
    transition: background 0.15s;
    white-space: nowrap;
    box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}
#hs-control-panel button:hover { background: #e8e8e8; }
#hs-control-panel button.hs-control-active { background: #1a2340; color: #fff; border-color: #1a2340; }

/* Container */
#hubspot-ticket-container {
    max-width: 500px;
    margin: 40px auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* Loading/Error */
.hs-loading { color: #74787E; text-align: center; padding: 20px; font-style: italic; }
.hs-error { color: #F15A22; background-color: #fef0ea; padding: 15px; border-radius: 4px; text-align: center; border: 1px solid #f5c6b0; }

/* Card */
.hs-ticket-card {
    background: #ffffff;
    border: 1px solid #D5DAD9;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(22,14,68,0.08);
}

.hs-ticket-card h3 {
    margin-top: 0;
    color: #000000;
    font-size: 1em;
    letter-spacing: 0;
    margin-bottom: 15px;
}

.hs-divider { border: 0; border-top: 1px solid #D5DAD9; margin: 20px 0; }

/* Calendar Grid */
.hs-dates-grid {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.hs-date-btn {
    flex: 1;
    min-width: 120px;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #D5DAD9;
    background: white;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.2s ease;
}

.hs-date-btn.bookable:hover {
    border-color: #E87826;
    background-color: #fef5ee;
    transform: translateY(-2px);
    box-shadow: 0 2px 5px rgba(232,120,38,0.15);
}
.hs-date-btn.bookable .hs-date-status { color: #E87826; }

/* Not Bookable (Closed) */
.hs-date-btn.not-bookable { background-color: #f5f5f5; border-color: #D5DAD9; cursor: not-allowed; opacity: 0.7; }

/* Fully Booked State */
.hs-date-btn.full {
    background-color: #f5f0f0;
    border-color: #C3C3C3;
    cursor: not-allowed;
    opacity: 1;
}
.hs-date-btn.full .hs-date-status {
    color: #8D8D8D;
    font-weight: 600;
}
.hs-date-btn.full .hs-date-text {
    color: #74787E;
}


.hs-date-text { font-weight: bold; color: #000000; margin-bottom: 4px; }
.hs-date-status { font-size: 1.2rem; color: #74787E; }

/* Proposed Date */
.hs-proposed-date {
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
}
.hs-proposed-date h4 { margin-top: 0; color: #000000; font-size: 1.2em; font-weight: 700; margin-bottom: 2px; }
.hs-proposed-date h4.hs-details-header { font-size: 1em; font-weight: 400; color: #525252; padding: 10px 0px; margin: 0; }
.hs-proposed-date p { font-size: .9em; }
.hs-proposed-date-display {
    font-size: 1.8rem;
    font-weight: 700;
    color: #000000;
    padding: 8px 0px 0px;
}

/* Sectioned Layout */
.hs-section-white {
    background: #ffffff;
    padding: 20px 0px;
    text-align: left;
}
.hs-section-orange {
    background: rgb(254, 245, 238);
    padding: 1px 20px;
    border-radius: 8px;
    border: 1px solid rgb(245, 198, 160);
}
.hs-arrival-time {
    font-size: 0.95rem;
    color: #525252;
    margin: 0;
    padding-bottom: 5px;
}
.hs-warning-text {
    font-size: 0.9rem;
    color: #525252;
    text-align: left;
    margin: 0;
    line-height: 1.5;
}
.hs-warning-text + .hs-warning-text {
    margin-top: 10px;
}
.hs-regional-warning {
    margin-top: 10px;
    background: #fff3e0;
    border: 1px solid #f5c6a0;
    border-radius: 4px;
    padding: 10px;
    color: #c45200;
}
/* Inline Confirmation Details Summary */
.hs-details-header {
    font-size: 1em;
    font-weight: 400;
    color: #525252;
    padding: 10px 0px;
    margin: 0;
    text-align: left;
}
.hs-confirm-details-summary {
    text-align: left;
    margin: 0;
    padding: 0;
}
.hs-detail-row {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #f5c6a073;
}
.hs-detail-row:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.hs-detail-label-sm {
    font-size: 0.9rem;
    color: #74787E;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}

/* Rubbish Field */
.hs-rubbish-field {
    text-align: left;
    margin-top: 5px;
    padding-top: 10px;
    border-top: 1px dashed #f5c6a073;
}
.hs-rubbish-field .hs-detail-label-sm {
    display: block;
    margin-bottom: 6px;
}
.hs-rubbish-field .hs-required { color: #F15A22; }
.hs-radio-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 4px;
}
.hs-radio-label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 0.7em;
    color: #333;
    cursor: pointer;
}
.hs-radio-label input[type="radio"] {
    margin-top: 3px;
}

/* Confirm Checkbox */
.hs-confirm-checkbox {
    margin-top: 10px;
    margin-bottom: 12px;
    padding-top: 10px;
    border-top: 1px dashed #f5c6a073;
    text-align: left;
}
.hs-confirm-checkbox label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 0.7em;
    color: #525252;
    cursor: pointer;
}
.hs-confirm-checkbox input[type="checkbox"] {
    margin-top: 3px;
    flex-shrink: 0;
    accent-color: #E87826;
}

.hs-btn-primary:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.hs-proposed-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 0;
}
.hs-proposed-actions .hs-btn-primary,
.hs-proposed-actions .hs-btn-secondary {
    width: 100%;
}
/* Alternative dates view: 75% / 25% split */
.hs-alt-actions #hs-btn-none-works { flex: 3; }
.hs-alt-actions #hs-btn-back-proposed { flex: 1; }

@media (max-width: 480px) {
    .hs-proposed-actions {
        flex-direction: column;
    }
}

/* Confirmation Box */
.hs-confirm-box {
    text-align: center;
    background: #fef5ee;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #f5c6a0;
}
.hs-confirm-box h4 { margin-top: 0; color: #160E44; }
.hs-note { font-size: 1.3rem; color: #74787E; margin-bottom: 20px; }

/* Textarea */
.hs-textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #C3C3C3;
    border-radius: 4px;
    font-family: inherit;
    font-size: 0.95rem;
    resize: vertical;
    box-sizing: border-box;
    margin-top: 10px;
}
.hs-textarea:focus { outline: none; border-color: #E87826; box-shadow: 0 0 0 2px rgba(232,120,38,0.15); }

/* Details Confirmation Form */
.hs-details-confirm { text-align: left; }
.hs-details-confirm h4,
.hs-details-confirm > p { text-align: center; }
.hs-details-form { margin-top: 15px; }
.hs-detail-field { margin-bottom: 12px; }
.hs-detail-label {
    display: block;
    font-size: 1.2rem;
    color: #525252;
    margin-bottom: 4px;
    font-weight: 600;
}
.hs-detail-label .hs-required { color: #F15A22; }
.hs-detail-input,
.hs-detail-select {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #C3C3C3;
    border-radius: 4px;
    font-family: inherit;
    font-size: 1.3rem;
    box-sizing: border-box;
}
.hs-detail-input:focus,
.hs-detail-select:focus {
    outline: none;
    border-color: #E87826;
    box-shadow: 0 0 0 2px rgba(232,120,38,0.15);
}
.hs-detail-input[readonly] { color: #74787E; }
.hs-detail-select { appearance: auto; cursor: pointer; background: #fff; }
.hs-input-error { border-color: #F15A22 !important; box-shadow: 0 0 0 2px rgba(241,90,34,0.15) !important; }
.hs-field-error { color: #F15A22; font-size: 0.8rem; margin-top: 4px; }

/* Calendar Message */
.hs-calendar-message { text-align: center; padding: 20px; }
.hs-calendar-message h4 { color: #160E44; margin-top: 0; }
.hs-calendar-message p { color: #74787E; }

/* Status Box (Pending) */
.hs-status-box.pending {
    text-align: center;
    background: #fef5ee;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #f5c6a0;
    margin-bottom: 20px;
}
.hs-status-box.pending h3 { color: #E87826; border: none; margin-bottom: 10px; }

/* Status Box (Approved) */
.hs-status-box.approved {
    text-align: center;
    background: #eaf9ff;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #BFF0FF;
    margin-bottom: 20px;
}
.hs-status-box.approved h3 { color: #160E44; border: none; margin-bottom: 10px; }
.hs-note-success { color: #160E44; margin-top: 10px; font-weight: 500; }
.hs-status-label { font-weight: bold; color: #160E44; text-transform: uppercase; font-size: 0.9rem; }


/* Actions & Buttons */
.hs-actions { display: flex; gap: 10px; justify-content: center; }
.hs-btn-primary {
    background: #E87826; color: white; border: none; padding: 10px 20px; border-radius: 4px; cursor: pointer; font-weight: 600;
}
.hs-btn-primary:hover { background: #F15A22; }

.hs-btn-secondary {
    background: #fff; color: #525252; border: 1px solid #C3C3C3; padding: 10px 20px; border-radius: 4px; cursor: pointer;
}
.hs-btn-secondary:hover { background: #f5f5f5; }

.hs-cancel-section { text-align: center; margin-bottom: 20px; }
.hs-btn-danger {
    background: #fff; color: #F15A22; border: 1px solid #F15A22; padding: 8px 16px; border-radius: 4px; cursor: pointer; font-size: 1.1rem;
}
.hs-btn-danger:hover { background: #fef0ea; }

/* Field Details */
.hs-field-group { margin-bottom: 8px; display: flex; align-items: center; gap: 12px; border-bottom: 1px dashed #d5dad973; padding-bottom: 8px; }
.hs-field-group label { color: #74787E; font-size: 0.9rem; }
.hs-icon-label { display: flex; align-items: center; justify-content: center; flex-shrink: 0; width: 24px; height: 24px; background: #EDEDEE; border-radius: 50%; color: #525252; }
.hs-icon-label svg { display: block; }
.hs-value { color: #000000; flex: 1; font-size: .9em; }

/* DEBUG MODE STYLES */
.hs-debug-box {
    margin-top: 20px;
    background: #f8f9fa;
    border: 1px solid #C3C3C3;
    padding: 10px;
    border-radius: 4px;
    font-family: monospace;
    font-size: 12px;
    color: #525252;
    overflow-x: auto;
}
.hs-debug-box h5 {
    margin-top: 0;
    margin-bottom: 5px;
    color: #F15A22;
    font-size: 14px;
}
.hs-debug-box pre {
    margin: 0;
    white-space: pre-wrap;
}

/* ===== METRO DATE SECTION ===== */
.hs-metro-date-section {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    text-align: center;
    margin-bottom: 12px;
}
.hs-metro-date-center {
    display: flex;
    justify-content: center;
}
.hs-metro-main-date {
    border: 2px solid #f5a623;
    border-radius: 12px;
    padding: 14px 10px;
    text-align: center;
    background: #fffcf5;
    width: 180px;
}
.hs-metro-day-name {
    font-size: 11px;
    font-weight: 700;
    color: #444;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.hs-metro-day-num {
    font-size: 38px;
    font-weight: 800;
    color: #1a2340;
    line-height: 1;
}
.hs-metro-month-year {
    font-size: 13px;
    color: #555;
    margin-top: 2px;
}
.hs-metro-main-date .hs-scheduled-badge {
    margin-bottom: 8px;
}

/* Chip date picker (NSW Metro v10.1) */
.hs-date-picker-card { background: #fff; border-radius: 12px; padding: 14px 16px; margin-bottom: 12px; }
.hs-dp-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.hs-dp-label { font-size: 10px; font-weight: 700; color: #f5a623; text-transform: uppercase; letter-spacing: 0.8px; }
.hs-dp-selected { font-size: 12px; font-weight: 600; color: #1a2340; }
.hs-chip-strip { display: flex; flex-wrap: wrap; gap: 7px; padding-top: 10px; }
.hs-chip { flex-shrink: 0; display: flex; flex-direction: column; align-items: center; gap: 2px; padding: 8px 10px; border: 1.5px solid #e8e8e4; border-radius: 10px; cursor: pointer; transition: all 0.15s; min-width: 50px; background: #fff; position: relative; }
.hs-chip:hover { border-color: #aaa; }
.hs-chip.hs-chip-proposed { border-color: #f5a623; background: #fffcf5; }
.hs-chip.hs-chip-proposed .hs-chip-num { color: #f5a623; }
.hs-chip.hs-chip-proposed .hs-chip-day { color: #f5a623; }
.hs-chip.hs-chip-selected { border-color: #1a2340; background: #1a2340; }
.hs-chip.hs-chip-selected .hs-chip-day { color: #8a9bbf; }
.hs-chip.hs-chip-selected .hs-chip-num { color: #fff; }
.hs-chip.hs-chip-selected .hs-chip-month { color: #8a9bbf; }
.hs-chip.hs-chip-full { opacity: 0.4; cursor: not-allowed; }
.hs-chip-day { font-size: 9px; font-weight: 600; color: #999; text-transform: uppercase; letter-spacing: 0.4px; }
.hs-chip-num { font-size: 17px; font-weight: 800; color: #1a2340; line-height: 1.1; }
.hs-chip-month { font-size: 9px; color: #aaa; }
.hs-chip-dot { width: 5px; height: 5px; background: #f5a623; border-radius: 50%; margin-top: 2px; }
.hs-chip.hs-chip-selected .hs-chip-dot { background: #f5a623; }
.hs-chip:not(.hs-chip-proposed):not(.hs-chip-selected):not(.hs-chip-recommended) .hs-chip-dot { opacity: 0; }

/* Group headers (Standard / Express) */
.hs-group-header { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
.hs-group-header-label { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.6px; white-space: nowrap; }
.hs-group-header-line { flex: 1; height: 1px; }
.hs-standard-color { color: #999; }
.hs-standard-line { background: #e8e8e4; }
.hs-express-color { color: #b45309; }
.hs-express-line { background: #fde68a; }
.hs-chip-strip + .hs-group-header { margin-top: 14px; }

/* Express chip */
.hs-chip.hs-chip-express { border-color: #fde68a; background: #fffbf0; }
.hs-chip.hs-chip-express .hs-chip-day { color: #b45309; }
.hs-chip.hs-chip-express .hs-chip-num { color: #b45309; }
.hs-chip.hs-chip-express .hs-chip-month { color: #d97706; }
.hs-chip-express-badge { font-size: 8px; font-weight: 700; color: #b45309; margin-top: 2px; background: #fde68a; border-radius: 4px; padding: 1px 4px; display: flex; align-items: center; gap: 2px; }
.hs-chip.hs-chip-selected.hs-chip-express { border-color: #1a2340; background: #1a2340; }
.hs-chip.hs-chip-selected.hs-chip-express .hs-chip-day { color: #8a9bbf; }
.hs-chip.hs-chip-selected.hs-chip-express .hs-chip-num { color: #fff; }
.hs-chip.hs-chip-selected.hs-chip-express .hs-chip-month { color: #8a9bbf; }
.hs-chip.hs-chip-selected.hs-chip-express .hs-chip-express-badge { background: #f5a623; color: #1a2340; }

/* Recommended chip */
.hs-chip.hs-chip-recommended { border-color: #f5a623; background: #fffcf5; box-shadow: 0 0 0 3px #fde68a55; }
.hs-chip.hs-chip-recommended .hs-chip-day { color: #d97706; }
.hs-chip.hs-chip-recommended .hs-chip-num { color: #d97706; }
.hs-chip.hs-chip-recommended .hs-chip-dot { background: #f5a623; }
.hs-chip.hs-chip-selected.hs-chip-recommended { border-color: #1a2340; background: #1a2340; box-shadow: none; }
.hs-chip.hs-chip-selected.hs-chip-recommended .hs-chip-day { color: #8a9bbf; }
.hs-chip.hs-chip-selected.hs-chip-recommended .hs-chip-num { color: #fff; }
.hs-chip.hs-chip-selected.hs-chip-recommended .hs-chip-month { color: #8a9bbf; }
.hs-recommended-tag { position: absolute; top: -9px; left: 50%; transform: translateX(-50%); background: #f5a623; color: #fff; font-size: 8px; font-weight: 700; letter-spacing: 0.3px; padding: 1px 6px; border-radius: 20px; white-space: nowrap; }

/* Express checkbox */
.hs-express-cb-wrap { background: #fffbf0; border: 1.5px solid #fde68a; border-radius: 12px; padding: 14px 16px; display: flex; align-items: flex-start; gap: 12px; margin-bottom: 12px; }
.hs-express-cb-text { font-size: 12px; color: #7a5c00; line-height: 1.5; }
.hs-express-cb-text strong { color: #92400e; }

/* ===== REGIONAL VIEW ===== */
.hs-regional-view {
    text-align: center;
}

/* Regional Header */
.hs-regional-header {
    background: linear-gradient(135deg, #0f1b35 0%, #1a3060 100%);
    padding: 28px 28px 24px;
    display: flex;
    align-items: center;
    gap: 14px;
    border-radius: 8px 8px 0 0;
    margin: -24px -24px 24px;
}
.hs-header-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.hs-header-icon img {
    width: 44px;
    height: 44px;
}
.hs-header-text h1 {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.3px;
    margin: 0;
}
.hs-header-text p {
    font-size: 13px;
    color: rgba(255,255,255,0.6);
    margin-top: 2px;
    margin-bottom: 0px;
    text-align: left;
}

/* Date Block Wrapper */
.hs-date-block {
    background: linear-gradient(135deg, #fff8f0, #fff3e6);
    border: 1.5px solid #f5a623;
    border-radius: 12px;
    padding: 18px 14px 20px;
    text-align: center;
    margin-bottom: 20px;
}
.hs-date-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #f5a623;
    margin-bottom: 14px;
}

/* 3-Day Calendar */
.hs-regional-calendar {
    display: flex;
    align-items: flex-end;
    gap: 8px;
}

.hs-regional-day {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hs-regional-day.side {
    flex: 1;
    gap: 6px;
}

.hs-regional-day.center {
    flex: 1.5;
    gap: 6px;
}

/* Side day label: "We may arrive on this day" */
.hs-may-arrive {
    font-size: 10px;
    color: #b09060;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    line-height: 1.4;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

/* Hover Tooltip */
.hs-tooltip-wrap {
    position: relative;
    display: inline-block;
}
.hs-tooltip-trigger {
    font-size: 9.5px;
    font-weight: 700;
    color: #c8a060;
    border-bottom: 1px dashed #c8a060;
    cursor: default;
    letter-spacing: 0.3px;
}
.hs-tooltip-box {
    display: none;
    position: absolute;
    bottom: calc(100% + 7px);
    left: 50%;
    transform: translateX(-50%);
    background: #1a1a2e;
    color: #e8e0d0;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: 0;
    text-transform: none;
    border-radius: 8px;
    padding: 10px 12px;
    width: 200px;
    text-align: left;
    box-shadow: 0 6px 20px rgba(0,0,0,0.22);
    z-index: 10;
    pointer-events: none;
}
.hs-tooltip-box::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: #1a1a2e;
}
.hs-tooltip-wrap:hover .hs-tooltip-box {
    display: block;
}

/* Scheduled Badge */
.hs-scheduled-badge {
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background: #f5a623;
    border-radius: 20px;
    padding: 3px 10px;
    display: inline-block;
}

/* Day Cards (shared) */
.hs-day-card {
    width: 100%;
    text-align: center;
}

/* Side day cards */
.hs-regional-day.side .hs-day-card {
    background: #f0ece4;
    border: 1.5px solid #ddd5c4;
    border-radius: 10px;
    padding: 10px 6px 12px;
    opacity: 0.75;
}
.hs-regional-day.side .hs-day-name {
    font-size: 10px;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}
.hs-regional-day.side .hs-day-number {
    font-size: 28px;
    font-weight: 800;
    color: #aaa;
    line-height: 1;
    margin-bottom: 2px;
}
.hs-regional-day.side .hs-day-month {
    font-size: 11px;
    color: #bbb;
    font-weight: 600;
}

/* Center (main) day card */
.hs-regional-day.center .hs-day-card {
    background: #fff;
    border: 2px solid #f5a623;
    border-radius: 12px;
    padding: 14px 10px 16px;
    box-shadow: 0 4px 16px rgba(245,166,35,0.18);
}
.hs-regional-day.center .hs-day-name {
    font-size: 11px;
    font-weight: 700;
    color: #f5a623;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 4px;
}
.hs-regional-day.center .hs-day-number {
    font-size: 42px;
    font-weight: 900;
    color: #0f1b35;
    line-height: 1;
    margin-bottom: 4px;
    letter-spacing: -1px;
}
.hs-regional-day.center .hs-day-month {
    font-size: 13px;
    color: #555;
    font-weight: 700;
}

/* Warning Box */
.hs-regional-warning-box {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    background: #fff5e6;
    border: 1px solid #f5c97a;
    border-radius: 10px;
    padding: 12px 14px;
    margin-bottom: 20px;
    text-align: left;
}
.hs-regional-warning-box svg {
    flex-shrink: 0;
    margin-top: 1px;
}
.hs-regional-warning-box p {
    margin: 0;
    font-size: 12.5px;
    color: #7a5c2a;
    line-height: 1.5;
}
.hs-regional-warning-box strong {
    color: #5a3e10;
}

/* Section Title (shared for steps, details, packaging) */
.hs-section-title {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    color: #999;
    margin-bottom: 14px;
}

/* What Happens Next */
.hs-next-steps {
    text-align: left;
    margin-bottom: 20px;
}

.hs-step {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 12px;
}
.hs-step:last-child {
    margin-bottom: 0;
}

.hs-step-number {
    width: 24px;
    height: 24px;
    min-width: 24px;
    flex-shrink: 0;
    background: #0f1b35;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    margin-top: 1px;
}

.hs-step p {
    margin: 0;
    font-size: 13.5px;
    color: #444;
    line-height: 1.5;
}
.hs-step p strong {
    color: #1a1a2e;
}

/* Job Details Block */
.hs-details-block {
    background: #f7f8fa;
    border-radius: 10px;
    padding: 16px 18px;
    margin-bottom: 20px;
    text-align: left;
}

.hs-job-detail-item {
    display: flex;
    gap: 12px;
    margin-bottom: 10px;
    align-items: flex-start;
}
.hs-job-detail-item:last-child {
    margin-bottom: 0;
}

.hs-job-icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    flex-shrink: 0;
    background: #e8eaf0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hs-job-icon svg {
    width: 15px;
    height: 15px;
    opacity: 0.6;
}

.hs-detail-info {
    flex: 1;
}

.hs-job-label {
    font-size: 11px;
    color: #999;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 2px;
    line-height: normal;
}
.hs-job-value {
    font-size: 13.5px;
    color: #1a1a2e;
    font-weight: 500;
}

/* Packaging Preference */
.hs-packaging-section {
    text-align: left;
    margin-bottom: 20px;
}

.hs-packaging-option {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 14px;
    border: 1.5px solid #e2e5ec;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.15s;
    margin-bottom: 8px;
    background: #fff;
}
.hs-packaging-option:last-of-type {
    margin-bottom: 0;
}

/* Hide native radio */
.hs-packaging-option input[type="radio"] {
    display: none;
}

/* Custom radio circle */
.hs-radio-circle {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    border: 2px solid #ccc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
    transition: all 0.15s;
}
.hs-radio-dot {
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    display: none;
}

/* Selected packaging option */
.hs-packaging-option:has(input:checked) {
    border-color: #f5a623;
    background: #fff8f0;
}
.hs-packaging-option:has(input:checked) .hs-radio-circle {
    border-color: #f5a623;
    background: #f5a623;
}
.hs-packaging-option:has(input:checked) .hs-radio-dot {
    display: block;
}

.hs-packaging-content {
    flex: 1;
}
.hs-packaging-title {
    font-size: 13.5px;
    font-weight: 600;
    color: #1a1a2e;
    line-height: normal;
}
.hs-packaging-desc {
    font-size: 12px;
    color: #888;
    margin-top: 2px;
}

.hs-save-badge {
    font-size: 11px;
    font-weight: 700;
    color: #2d8a4e;
    background: #e6f7ed;
    border-radius: 6px;
    padding: 2px 7px;
    align-self: center;
    flex-shrink: 0;
    white-space: nowrap;
}

/* Regional Confirm Checkbox */
.hs-confirm-check {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 24px;
    cursor: pointer;
    text-align: left;
}
.hs-confirm-check input[type="checkbox"] {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-top: 1px;
    accent-color: #0f1b35;
    cursor: pointer;
}
.hs-confirm-check span {
    font-size: 13px;
    color: #555;
    line-height: 1.5;
}

/* Regional Actions */
.hs-regional-actions {
    text-align: center;
}

/* Confirm Button */
.hs-regional-confirm-btn {
    width: 100%;
    padding: 15px;
    background: linear-gradient(135deg, #f5a623, #e8941a);
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    transition: opacity 0.15s;
    margin-bottom: 10px;
    letter-spacing: 0.2px;
    font-family: inherit;
}
.hs-regional-confirm-btn:hover {
    opacity: 0.9;
}
.hs-regional-confirm-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

/* Cancel Button */
.hs-regional-cancel-btn {
    width: 100%;
    padding: 13px;
    background: transparent;
    border: 1.5px solid #e8c0c0;
    border-radius: 10px;
    font-size: 13.5px;
    font-weight: 600;
    color: #c0392b;
    cursor: pointer;
    transition: all 0.15s;
    font-family: inherit;
}
.hs-regional-cancel-btn:hover {
    border-color: #c0392b;
    color: #c0392b;
    background: #fff5f5;
}

/* Success Overlay */
.hs-success-overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 48px 28px;
    gap: 12px;
}
.hs-success-icon {
    width: 64px;
    height: 64px;
    background: #e6f7ed;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
}
.hs-success-icon svg {
    width: 32px;
    height: 32px;
}
.hs-success-overlay h2 {
    font-size: 20px;
    font-weight: 800;
    color: #0f1b35;
    margin: 0;
}
.hs-success-overlay p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    max-width: 320px;
    margin: 0;
}

/* Confirmed View (v10 metro design) */
.hs-confirmed-body { padding: 24px 16px; text-align: center; }
.hs-confirmed-icon { width: 56px; height: 56px; background: #e6f4ea; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 12px; }
.hs-confirmed-icon svg { width: 26px; height: 26px; stroke: #2e7d32; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.hs-confirmed-title { font-size: 18px; font-weight: 700; color: #1a2340; margin-bottom: 16px; }
.hs-confirmed-subtitle { font-size: 13px; color: #666; line-height: 1.6; margin-bottom: 16px; }
.hs-confirmed-detail { text-align: left; border: 1px solid #eee; border-radius: 10px; overflow: hidden; margin-top: 16px; }
.hs-confirmed-row { display: flex; justify-content: space-between; padding: 11px 14px; border-bottom: 1px solid #f0f0ec; font-size: 13px; }
.hs-confirmed-row:last-child { border-bottom: none; }
.hs-confirmed-key { color: #888; }
.hs-confirmed-val { font-weight: 500; color: #1a2340; text-align: right; }
.hs-confirmed-val.hs-confirmed-green { color: #2e7d32; }
.hs-confirmed-row.hs-confirmed-row-stacked { flex-direction: column; gap: 3px; align-items: flex-start; }
.hs-confirmed-row-main { display: flex; justify-content: space-between; width: 100%; }
.hs-confirmed-row-note { font-size: 11px; color: #aaa; line-height: 1.4; }

/* Cancelled View (v10 metro design) */
.hs-cancelled-body { padding: 24px 16px; text-align: center; }
.hs-cancelled-icon { width: 60px; height: 60px; background: #ffebee; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; }
.hs-cancelled-icon svg { width: 28px; height: 28px; stroke: #C62828; fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.hs-cancelled-title { font-size: 18px; font-weight: 700; color: #C62828; margin-bottom: 6px; }
.hs-cancelled-sub { font-size: 13px; color: #666; line-height: 1.6; }

/* Cancel Modal */
.hs-modal-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    align-items: center;
    justify-content: center;
    z-index: 100;
    padding: 24px;
}
.hs-modal-backdrop.visible {
    display: flex;
}
.hs-modal-box {
    background: #fff;
    border-radius: 16px;
    padding: 32px 28px;
    max-width: 360px;
    width: 100%;
    text-align: center;
    box-shadow: 0 8px 40px rgba(0,0,0,0.18);
}
.hs-modal-icon {
    width: 52px;
    height: 52px;
    background: #fdecea;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}
.hs-modal-box h3 {
    font-size: 18px;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 10px;
}
.hs-modal-box p {
    font-size: 13.5px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 22px;
}
.hs-modal-btn-cancel {
    width: 100%;
    padding: 13px;
    background: #c0392b;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    margin-bottom: 10px;
    font-family: inherit;
}
.hs-modal-btn-back {
    width: 100%;
    padding: 13px;
    background: transparent;
    border: 1.5px solid #e0e0e0;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #888;
    cursor: pointer;
    font-family: inherit;
}
.hs-modal-btn-back:hover {
    border-color: #999;
    color: #444;
}

/* Cancel Modal v10 (metro) */
.hs-modal-v10 { text-align: left; padding: 20px; max-width: 340px; }
.hs-modal-v10-title { font-size: 16px; font-weight: 700; color: #C62828; margin-bottom: 8px; }
.hs-modal-v10-body { font-size: 13px; color: #555; line-height: 1.6; margin-bottom: 16px; }
.hs-modal-v10-actions { display: flex; gap: 8px; }
.hs-modal-v10-back, .hs-modal-v10-cancel { flex: 1; padding: 12px; border-radius: 10px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; font-family: inherit; }
.hs-modal-v10-back { background: #f0f0f0; color: #333; }
.hs-modal-v10-back:hover { background: #e4e4e4; }
.hs-modal-v10-cancel { background: #C62828; color: #fff; }
.hs-modal-v10-cancel:hover { background: #b71c1c; }
@media (max-width: 600px) { .hs-modal-backdrop { align-items: flex-start; padding-top: 80px; } }

/* ===== NSW METRO SOLAR OFFER ===== */
.hs-solar-shell { background: #fff; border: 1px solid #D5DAD9; border-radius: 8px; padding: 24px; box-shadow: 0 4px 12px rgba(22,14,68,0.08); }

/* Progress bar */
.hs-progress-wrap { background: #1a2340; padding: 0 20px 16px; margin: -24px -24px 16px; }
.hs-progress-steps { display: flex; align-items: center; gap: 0; }
.hs-p-step { display: flex; align-items: center; gap: 6px; flex: 1; }
.hs-p-step:last-child { flex: 0; }
.hs-p-dot { width: 22px; height: 22px; border-radius: 50%; border: 2px solid #3a4a6a; display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 700; color: #3a4a6a; flex-shrink: 0; }
.hs-p-dot.active { border-color: #f5a623; color: #f5a623; }
.hs-p-dot.done { border-color: #2e7d32; background: #2e7d32; color: #fff; }
.hs-p-label { font-size: 10px; color: #3a4a6a; font-weight: 600; white-space: nowrap; }
.hs-p-label.active { color: #f5a623; }
.hs-p-label.done { color: #4caf50; }
.hs-p-line { flex: 1; height: 1px; background: #3a4a6a; margin: 0 6px; }

/* Solar hero */
.hs-solar-hero { background: #fff8e1; border-radius: 12px; padding: 20px 16px; border: 1.5px solid #fde68a; margin-bottom: 12px; }
.hs-solar-hero-icon { width: 48px; height: 48px; background: #fde68a; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }
.hs-solar-hero-icon svg { width: 26px; height: 26px; }
.hs-solar-hero-title { font-size: 17px; font-weight: 700; color: #1a2340; margin-bottom: 8px; line-height: 1.3; }
.hs-solar-hero-body { font-size: 13px; color: #555; line-height: 1.6; }

/* Solar section card */
.hs-solar-section { background: #fff; border-radius: 12px; overflow: hidden; margin-bottom: 12px; }
.hs-solar-section-label { font-size: 10px; font-weight: 700; color: #999; text-transform: uppercase; letter-spacing: 0.7px; padding: 14px 16px 10px; }
.hs-solar-section-inner { padding: 0 16px 16px; }

/* Order summary */
.hs-order-summary { background: #f7f8fa; border-radius: 10px; overflow: hidden; }
.hs-order-row { display: flex; align-items: center; justify-content: space-between; padding: 12px 14px; border-bottom: 1px solid #eee; }
.hs-order-row:last-child { border-bottom: none; }
.hs-order-left { display: flex; align-items: center; gap: 10px; }
.hs-order-ico { width: 30px; height: 30px; border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hs-order-ico svg { width: 14px; height: 14px; }
.hs-order-name { font-size: 13px; font-weight: 600; color: #1a2340; }
.hs-order-desc { font-size: 11px; color: #888; margin-top: 1px; }
.hs-status-badge { font-size: 10px; font-weight: 700; border-radius: 5px; padding: 3px 8px; white-space: nowrap; }
.hs-badge-cancel { background: #ffebee; color: #C62828; }
.hs-badge-proceed { background: #e6f4ea; color: #2e7d32; }

/* Refund box */
.hs-refund-box { display: flex; align-items: center; justify-content: space-between; background: #e6f4ea; border: 1px solid #a5d6a7; border-radius: 10px; padding: 12px 14px; }
.hs-refund-label { font-size: 13px; color: #2e7d32; font-weight: 600; }

/* Info row */
.hs-info-row { display: flex; gap: 10px; padding: 12px 14px; font-size: 13px; color: #555; line-height: 1.5; border-top: 1px solid #f0f0ec; }
.hs-info-row svg { width: 15px; height: 15px; flex-shrink: 0; margin-top: 1px; stroke: #888; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* Custom checkbox */
.hs-cb-row { display: flex; align-items: flex-start; gap: 12px; padding: 14px 16px; border-top: 1px solid #f0f0ec; }
.hs-cb-box { width: 17px; height: 17px; border: 2px solid #ccc; border-radius: 4px; flex-shrink: 0; margin-top: 2px; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.hs-cb-box.checked { background: #1a2340; border-color: #1a2340; }
.hs-cb-check { display: none; }
.hs-cb-box.checked .hs-cb-check { display: block; }
.hs-cb-text { font-size: 12px; color: #555; line-height: 1.5; }
.hs-cb-text strong { color: #1a2340; }

/* CTA buttons */
.hs-solar-cta-wrap { display: flex; flex-direction: column; gap: 8px; margin-top: 12px; }
.hs-btn-amber { width: 100%; padding: 15px; border: none; border-radius: 12px; font-size: 15px; font-weight: 700; cursor: pointer; background: #f5a623; color: #fff; opacity: 0.45; pointer-events: none; font-family: inherit; }
.hs-btn-amber:not([disabled]) { opacity: 1; pointer-events: auto; }
.hs-btn-amber:not([disabled]):hover { background: #e0961a; }
.hs-btn-red-outline { width: 100%; padding: 15px; border: 1.5px solid #C62828; border-radius: 12px; font-size: 15px; font-weight: 700; cursor: pointer; background: #fff; color: #C62828; font-family: inherit; }
.hs-btn-red-outline:hover { background: #C62828; color: #fff; }

/* ===== METRO ALT DATES ===== */
.hs-metro-alt-section {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 12px;
}
.hs-metro-alt-title-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 2px;
    margin-bottom: 12px;
}
.hs-metro-back-btn {
    background: none;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 600;
    color: #555;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: inherit;
}
.hs-metro-back-btn:hover {
    border-color: #999;
    color: #333;
}
.hs-metro-alt-intro {
    display: flex;
    gap: 10px;
    padding: 14px 16px;
    border-radius: 12px;
    background: #fffbf0;
    border: 1px solid #fde68a;
    margin-bottom: 12px;
    font-size: 13px;
    color: #555;
    line-height: 1.5;
}
.hs-metro-alt-intro strong {
    color: #7a5c00;
}

/* Alt date option cards */
.hs-alt-option {
    border: 1.5px solid #e8e8e4;
    border-radius: 10px;
    padding: 14px;
    margin-bottom: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    transition: border-color 0.15s;
}
.hs-alt-option.selected {
    border-color: #1a2340;
    background: #f9f9f7;
}
.hs-alt-left .hs-alt-day {
    font-size: 15px;
    font-weight: 600;
    color: #1a2340;
}
.hs-alt-right {
    display: flex;
    align-items: center;
    gap: 8px;
}
.hs-earliest-badge {
    background: #e6f4ea;
    color: #2e7d32;
    font-size: 10px;
    font-weight: 700;
    border-radius: 5px;
    padding: 2px 8px;
}
.hs-alt-radio {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: border-color 0.15s;
}
.hs-alt-option.selected .hs-alt-radio {
    border-color: #1a2340;
}
.hs-alt-rdot {
    width: 8px;
    height: 8px;
    background: #1a2340;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.15s;
}
.hs-alt-option.selected .hs-alt-rdot {
    opacity: 1;
}

/* Cancel order button (outside card) */
.hs-metro-cancel-order-btn {
    width: 100%;
    padding: 16px;
    background: #fff;
    border: 1.5px solid #C62828;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    color: #C62828;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
    font-family: inherit;
    margin-bottom: 12px;
}
.hs-metro-cancel-order-btn:hover {
    background: #C62828;
    color: #fff;
}

/* Responsive */
@media (max-width: 380px) {
    .hs-regional-calendar {
        gap: 5px;
    }
    .hs-regional-day.side .hs-day-number {
        font-size: 22px;
    }
    .hs-regional-day.center .hs-day-number {
        font-size: 34px;
    }
    .hs-tooltip-box {
        width: 170px;
    }
}

/* ═══════════════════════════════════════════════════════════════
   Deduct Solar Notice (Regional 5)
   ═══════════════════════════════════════════════════════════════ */

/* Notice block */
.hs-notice-block {
    background: #fffbf0;
    border: 1.5px solid #f0c040;
    border-radius: 12px;
    padding: 18px;
    margin-bottom: 20px;
    text-align: left;
}
.hs-notice-header {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 12px;
}
.hs-notice-header svg {
    flex-shrink: 0;
    margin-top: 1px;
}
.hs-notice-title {
    font-size: 14px;
    font-weight: 800;
    color: #7a5500;
}
.hs-notice-subtitle {
    font-size: 12px;
    color: #a07020;
    margin-top: 2px;
}
.hs-notice-body {
    font-size: 13px;
    color: #5a4010;
    line-height: 1.65;
}
.hs-notice-body strong {
    color: #3a2800;
}

/* Rebate pill */
.hs-rebate-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #e6f7ed;
    border: 1px solid #a8dbb8;
    border-radius: 20px;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 700;
    color: #1e6e3e;
    margin: 10px 0 0;
}

/* Contract change summary */
.hs-change-summary {
    background: #f7f8fa;
    border-radius: 10px;
    padding: 14px 16px;
    margin-bottom: 20px;
    text-align: left;
}
.hs-change-summary-title {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    color: #999;
    margin-bottom: 12px;
}
.hs-change-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}
.hs-change-row:last-child {
    margin-bottom: 0;
}
.hs-change-tag {
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    border-radius: 5px;
    padding: 2px 7px;
    flex-shrink: 0;
}
.hs-tag-removed {
    background: #fdecea;
    color: #c0392b;
}
.hs-tag-included {
    background: #e6f7ed;
    color: #1e6e3e;
}
.hs-change-text {
    font-size: 13px;
    color: #444;
}
.hs-change-text s {
    color: #bbb;
}

/* Discuss button (deduct solar) */
.hs-regional-discuss-btn {
    width: 100%;
    padding: 13px;
    background: transparent;
    border: 1.5px solid #b0bcd0;
    border-radius: 10px;
    font-size: 13.5px;
    font-weight: 600;
    color: #556;
    cursor: pointer;
    transition: all 0.15s;
    font-family: inherit;
    margin-bottom: 10px;
}
.hs-regional-discuss-btn:hover {
    border-color: #0f1b35;
    color: #0f1b35;
}

/* ═══════════════════════════════════════════════════════════════
   Offer Cancellation Segment
   ═══════════════════════════════════════════════════════════════ */
.oc-shell {
    background: #fff;
    border: 1px solid #D5DAD9;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(22,14,68,0.08);
}
.oc-shell .hs-regional-header {
    margin: -24px -24px 24px;
}
.oc-content { display: flex; flex-direction: column; gap: 12px; }

/* Hero card */
.oc-hero-card { background: #fff; border: 1px solid #e4e4f0; border-radius: 12px; padding: 24px 20px; }
.oc-eyebrow { font-size: 11px; font-weight: 500; letter-spacing: 0.08em; color: #c0780a; background: #fff7e6; border: 0.5px solid #f0d080; border-radius: 20px; display: inline-block; padding: 3px 12px; margin-bottom: 14px; }
.oc-hero-card h1 { display: block; font-size: 20px; font-weight: 500; color: #1a1a2e; line-height: 1.35; margin-bottom: 10px; }
.oc-hero-card p { font-size: 14px; color: #6060a0; line-height: 1.75; }

/* What happened box */
.oc-what-happened { background: #fffbf0; border: 1px solid #f0d080; border-radius: 10px; padding: 16px; display: flex; gap: 12px; }
.oc-wh-icon { width: 20px; height: 20px; flex-shrink: 0; margin-top: 1px; }
.oc-wh-body { font-size: 14px; color: #5a4a00; line-height: 1.7; }
.oc-wh-body strong { font-weight: 500; color: #3a3000; }

/* Cards */
.oc-card { background: #fff; border: 1px solid #e4e4f0; border-radius: 12px; padding: 20px; }
.oc-section-label { font-size: 11px; font-weight: 500; letter-spacing: 0.08em; color: #8888aa; margin-bottom: 10px; }

/* Offer pills */
.oc-offer-pill { display: flex; align-items: center; justify-content: space-between; background: #f8f8fc; border-radius: 10px; padding: 14px 16px; margin-bottom: 10px; }
.oc-pill-left { font-size: 14px; color: #6060a0; }
.oc-pill-right { font-size: 15px; font-weight: 500; color: #1a1a2e; }
.oc-offer-pill.highlight { background: #eaf3de; border: 0.5px solid #b0d878; }
.oc-offer-pill.highlight .oc-pill-left { color: #3B6D11; }
.oc-offer-pill.highlight .oc-pill-right { color: #27500A; font-size: 17px; }

/* Spots */
.oc-spots-wrap { display: flex; align-items: center; gap: 10px; padding: 14px 16px; background: #f8f8fc; border-radius: 10px; }
.oc-spot { width: 32px; height: 10px; border-radius: 5px; background: #dddded; }
.oc-spot.taken { background: #e8a020; }
.oc-spots-text { font-size: 13px; color: #7070a0; }
.oc-spots-text strong { color: #1a1a2e; font-weight: 500; }

/* Steps */
.oc-step-list { display: flex; flex-direction: column; gap: 12px; }
.oc-step-item { display: flex; gap: 12px; align-items: flex-start; }
.oc-step-num { width: 26px; height: 26px; border-radius: 50%; background: #1a1a2e; color: #fff; font-size: 12px; font-weight: 500; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.oc-step-body { font-size: 14px; color: #4a4a6a; line-height: 1.65; }
.oc-step-body strong { font-weight: 500; color: #1a1a2e; }
.oc-divider { border: none; border-top: 0.5px solid #e4e4f0; margin: 4px 0; }

/* Buttons */
.oc-btn-cancel { width: 100%; padding: 16px; background: #e8a020; color: #fff; border: none; border-radius: 10px; font-size: 15px; font-weight: 500; cursor: pointer; transition: opacity 0.15s; line-height: 1.3; text-align: center; font-family: inherit; }
.oc-btn-cancel:hover { opacity: 0.88; }
.oc-btn-cancel small { display: block; font-size: 12px; font-weight: 400; opacity: 0.85; margin-top: 2px; }
.oc-btn-hold { width: 100%; padding: 14px; background: #fff; color: #5a5a7a; border: 0.5px solid #d0d0e0; border-radius: 10px; font-size: 14px; cursor: pointer; transition: background 0.15s; line-height: 1.3; text-align: center; font-family: inherit; }
.oc-btn-hold:hover { background: #f0f2f5; }
.oc-btn-hold small { display: block; font-size: 12px; color: #9090b0; margin-top: 2px; }
.oc-footer-note { font-size: 12px; color: #9999bb; text-align: center; line-height: 1.75; padding: 0 8px 8px; }

/* Modals */
.oc-overlay { display: none; position: fixed; inset: 0; background: rgba(10,10,30,0.5); z-index: 100; align-items: center; justify-content: center; padding: 24px; }
@media (max-width: 600px) { .oc-overlay { align-items: flex-start; padding-top: 80px; } }
.oc-overlay.active { display: flex; }
.oc-modal { background: #fff; border-radius: 14px; padding: 24px; max-width: 380px; width: 100%; }
.oc-modal h2 { font-size: 17px; font-weight: 500; color: #1a1a2e; margin-bottom: 8px; }
.oc-modal p { font-size: 14px; color: #7070a0; line-height: 1.65; margin-bottom: 20px; }
.oc-modal p strong { color: #1a1a2e; }
.oc-modal-btns { display: flex; gap: 10px; }
.oc-m-back { flex: 1; padding: 13px; background: #f0f2f5; color: #1a1a2e; border: none; border-radius: 10px; font-size: 14px; font-weight: 500; cursor: pointer; transition: background 0.15s; font-family: inherit; }
.oc-m-back:hover { background: #e4e6ea; }
.oc-m-confirm { flex: 1; padding: 13px; background: #e8a020; color: #fff; border: none; border-radius: 10px; font-size: 14px; font-weight: 500; cursor: pointer; transition: opacity 0.15s; font-family: inherit; }
.oc-m-confirm:hover { opacity: 0.88; }
.oc-warn-box { background: #fffbf0; border: 1px solid #f0d080; border-radius: 10px; padding: 14px; font-size: 13px; color: #5a4a00; line-height: 1.75; margin-bottom: 20px; }
.oc-warn-box strong { font-weight: 500; color: #3a3000; }
.oc-m-hold-confirm { flex: 1; padding: 13px; background: #1a1a2e; color: #fff; border: none; border-radius: 10px; font-size: 14px; font-weight: 500; cursor: pointer; transition: opacity 0.15s; font-family: inherit; }
.oc-m-hold-confirm:hover { opacity: 0.85; }

/* End screens */
.oc-end-screen { display: none; }
.oc-end-screen.active { display: block; }
.oc-end-inner { padding: 2.5rem 1.5rem; text-align: center; }
.oc-end-circle { width: 64px; height: 64px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.25rem; }
.oc-end-screen h2 { font-size: 20px; font-weight: 500; color: #1a1a2e; margin-bottom: 10px; }
.oc-end-screen p { font-size: 14px; color: #7070a0; line-height: 1.75; max-width: 360px; margin: 0 auto; }
.oc-end-screen p strong { color: #1a1a2e; }

/* ===== 260415 - SWAP SEGMENT ===== */
.hs-swap-shell { max-width: 500px; margin: 0 auto; background: #eef0f3; border: 1px solid #D5DAD9; border-radius: 8px; box-shadow: 0 4px 12px rgba(22,14,68,0.08); overflow: hidden; }
.hs-swap-shell .hs-regional-header { margin: 0; border-radius: 0; }
.hs-swap-body { padding: 16px; display: flex; flex-direction: column; gap: 12px; }
.hs-swap-section { background: #fff; border-radius: 12px; overflow: hidden; border: 1px solid #D5DAD9; box-shadow: 0 4px 12px rgba(22,14,68,0.08); }
.hs-swap-screen { display: none; }
.hs-swap-screen.active { display: block; }

/* Urgency banner */
.hs-swap-urgency { background: #FFF8E1; border: 1.5px solid #f5a623; border-radius: 12px; padding: 14px 16px; display: flex; align-items: flex-start; gap: 10px; }
.hs-swap-urgency-icon { width: 32px; height: 32px; background: #f5a623; border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hs-swap-urgency-icon svg { width: 18px; height: 18px; fill: #fff; }
.hs-swap-urgency-text { font-size: 13px; color: #5D4037; line-height: 1.5; font-weight: 500; }
.hs-swap-urgency-text strong { color: #E65100; font-weight: 700; }

/* Section headers */
.hs-swap-sec-header { padding: 14px 16px 0; }
.hs-swap-sec-label { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 2px; }
.hs-swap-sec-label.amber { color: #f5a623; }
.hs-swap-sec-label.green { color: #2E7D32; }
.hs-swap-sec-label.red { color: #C62828; }
.hs-swap-sec-title { font-size: 15px; font-weight: 700; color: #1a2340; }

/* Current system card */
.hs-swap-current-sys { padding: 16px; }
.hs-swap-current-card { background: #fafafa; border: 1.5px solid #e0e0e0; border-radius: 10px; padding: 14px; position: relative; }
.hs-swap-cs-badge { position: absolute; top: -8px; right: 10px; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; padding: 3px 8px; border-radius: 6px; background: #e0e0e0; color: #757575; }
.hs-swap-cs-brand { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.6px; color: #999; margin-bottom: 4px; }
.hs-swap-cs-name { font-size: 14px; font-weight: 700; color: #1a2340; margin-bottom: 8px; }
.hs-swap-cs-stats { display: flex; flex-direction: column; gap: 0; }
.hs-swap-cs-stat { display: flex; justify-content: space-between; align-items: center; padding: 5px 0; border-bottom: 1px solid #f0f0ec; font-size: 12px; }
.hs-swap-cs-stat:last-child { border-bottom: none; }
.hs-swap-cs-stat-label { color: #888; }
.hs-swap-cs-stat-val { font-weight: 600; color: #1a2340; }

/* Tier cards */
.hs-swap-tier-wrap { padding: 16px; display: flex; flex-direction: column; gap: 10px; }
.hs-swap-tier-card { border: 2px solid #e0e0e0; border-radius: 12px; padding: 16px; cursor: pointer; transition: all 0.2s; position: relative; overflow: hidden; }
.hs-swap-tier-card:hover { border-color: #ccc; }
.hs-swap-tier-card.selected { border-color: #f5a623; background: #FFFDF5; }
.hs-swap-tier-card.recommended { border-color: #2E7D32; }
.hs-swap-tier-card.recommended.selected { border-color: #f5a623; }
.hs-swap-rec-tag { position: absolute; top: 0; right: 0; background: #2E7D32; color: #fff; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; padding: 4px 10px; border-bottom-left-radius: 8px; }
.hs-swap-tier-card.selected .hs-swap-rec-tag { background: #f5a623; color: #1a2340; }
.hs-swap-tier-top { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.hs-swap-tier-radio { width: 20px; height: 20px; border: 2px solid #ccc; border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; transition: all 0.15s; }
.hs-swap-tier-card.selected .hs-swap-tier-radio { border-color: #f5a623; }
.hs-swap-tier-radio-dot { width: 10px; height: 10px; border-radius: 50%; background: #f5a623; transform: scale(0); transition: transform 0.15s; }
.hs-swap-tier-card.selected .hs-swap-tier-radio-dot { transform: scale(1); }
.hs-swap-tier-header { flex: 1; }
.hs-swap-tier-brand { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.6px; color: #2E7D32; }
.hs-swap-tier-name { font-size: 15px; font-weight: 700; color: #1a2340; }
.hs-swap-tier-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-bottom: 12px; }
.hs-swap-tier-stat { background: #f8f9fa; border-radius: 6px; padding: 8px 10px; }
.hs-swap-tier-stat-label { font-size: 9px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.4px; color: #999; margin-bottom: 2px; }
.hs-swap-tier-stat-val { font-size: 13px; font-weight: 700; color: #1a2340; }
.hs-swap-tier-stat-val.better { color: #2E7D32; }
.hs-swap-tier-uplift { display: inline-flex; align-items: center; gap: 2px; background: #E8F5E9; color: #2E7D32; font-size: 9px; font-weight: 700; padding: 2px 5px; border-radius: 4px; margin-left: 4px; white-space: nowrap; }
.hs-swap-tier-uplift svg { width: 8px; height: 8px; fill: #2E7D32; }
.hs-swap-spec-link { display: flex; align-items: center; gap: 5px; margin-top: 10px; margin-bottom: 2px; font-size: 11px; font-weight: 600; color: #1565C0; text-decoration: none; cursor: pointer; }
.hs-swap-spec-link:hover { text-decoration: underline; }
.hs-swap-spec-link svg { width: 12px; height: 12px; fill: #1565C0; }
.hs-swap-price-row { display: flex; align-items: center; justify-content: space-between; padding: 10px 12px; background: linear-gradient(135deg, #1a2340, #2a3a60); border-radius: 8px; margin-top: 10px; }
.hs-swap-price-left { display: flex; flex-direction: column; }
.hs-swap-price-label { font-size: 9px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; color: #8a9bbf; }
.hs-swap-price-val { font-size: 20px; font-weight: 800; color: #f5a623; }
.hs-swap-savings { display: flex; flex-direction: column; align-items: flex-end; }
.hs-swap-savings-label { font-size: 9px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.4px; color: #8a9bbf; }
.hs-swap-savings-val { font-size: 13px; font-weight: 700; color: #81C784; }

/* What changes */
.hs-swap-changes-list { padding: 16px; }
.hs-swap-change-item { display: flex; align-items: flex-start; gap: 10px; padding: 10px 0; border-bottom: 1px solid #f5f5f3; }
.hs-swap-change-item:last-child { border-bottom: none; }
.hs-swap-change-icon { width: 28px; height: 28px; border-radius: 7px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.hs-swap-change-icon.swap { background: #E3F2FD; }
.hs-swap-change-icon.swap svg { fill: #1565C0; }
.hs-swap-change-icon.keep { background: #F1F8E9; }
.hs-swap-change-icon.keep svg { fill: #2E7D32; }
.hs-swap-change-icon.cost { background: #FFF8E1; }
.hs-swap-change-icon.cost svg { fill: #f5a623; }
.hs-swap-change-title { font-size: 13px; font-weight: 600; color: #1a2340; }
.hs-swap-change-desc { font-size: 12px; color: #888; margin-top: 2px; line-height: 1.4; }

/* Checkbox (reuse pattern) */
.hs-swap-cb-section { padding: 16px; }
.hs-swap-cb-row { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; -webkit-user-select: none; user-select: none; }

/* CTAs */
.hs-swap-cta-wrap { padding: 0 16px 20px; display: flex; flex-direction: column; gap: 10px; }
.hs-swap-btn-accept { width: 100%; padding: 14px; border-radius: 10px; font-size: 14px; font-weight: 700; border: none; cursor: pointer; transition: all 0.15s; background: #f5a623; color: #1a2340; font-family: inherit; }
.hs-swap-btn-accept:disabled { opacity: 0.4; cursor: not-allowed; }
.hs-swap-btn-accept:not(:disabled):hover { background: #e09600; }
.hs-swap-btn-keep { width: 100%; padding: 12px; border-radius: 10px; font-size: 13px; font-weight: 600; border: 1.5px solid #e0e0e0; background: none; color: #666; cursor: pointer; transition: all 0.15s; font-family: inherit; }
.hs-swap-btn-keep:hover { border-color: #ccc; background: #fafafa; }

/* Result screens */
.hs-swap-result-body { padding: 32px 16px; text-align: center; }
.hs-swap-result-icon { width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.hs-swap-result-icon svg { width: 28px; height: 28px; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; fill: none; }
.hs-swap-result-icon.success { background: #E8F5E9; }
.hs-swap-result-icon.success svg { stroke: #2E7D32; }
.hs-swap-result-icon.warn { background: #FFF3E0; }
.hs-swap-result-icon.warn svg { stroke: #E65100; }
.hs-swap-result-title { font-size: 18px; font-weight: 700; color: #1a2340; margin-bottom: 8px; }
.hs-swap-result-sub { font-size: 13px; color: #888; line-height: 1.5; max-width: 340px; margin: 0 auto 20px; }
.hs-swap-result-detail { text-align: left; border: 1px solid #f0f0ec; border-radius: 10px; padding: 0 14px; margin: 0 8px 16px; }
.hs-swap-rd-row { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #f5f5f3; font-size: 12px; }
.hs-swap-rd-row:last-child { border-bottom: none; }
.hs-swap-rd-label { color: #888; }
.hs-swap-rd-val { font-weight: 600; color: #1a2340; text-align: right; }
.hs-swap-rd-val.green { color: #2E7D32; }
.hs-swap-rd-val.amber { color: #E65100; }

/* Warning box */
.hs-swap-warn-box { background: #FFF8E1; border: 1px solid #FADA7A; border-radius: 10px; padding: 14px; margin: 0 8px 8px; font-size: 12px; color: #5D4037; line-height: 1.5; text-align: left; }
.hs-swap-warn-box strong { color: #E65100; }

/* Next steps */
.hs-swap-next-steps { text-align: left; margin: 0 8px; padding-top: 8px; }
.hs-swap-ns-title { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.6px; color: #999; margin-bottom: 12px; }
.hs-swap-ns-item { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 10px; font-size: 13px; color: #555; line-height: 1.5; }
.hs-swap-ns-item:last-child { margin-bottom: 0; }
.hs-swap-ns-num { width: 22px; height: 22px; background: #E8F5E9; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; color: #2E7D32; flex-shrink: 0; }

/* Modal */
.hs-swap-modal-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.5); z-index: 100; align-items: center; justify-content: center; padding: 24px; }
.hs-swap-modal-overlay.visible { display: flex; }
@media (max-width: 600px) { .hs-swap-modal-overlay { align-items: flex-start; padding-top: 80px; } }
.hs-swap-modal { background: #fff; border-radius: 16px; max-width: 380px; width: 100%; padding: 24px; text-align: center; }
.hs-swap-modal-icon { width: 48px; height: 48px; background: #FFF3E0; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; }
.hs-swap-modal-icon svg { width: 24px; height: 24px; fill: #E65100; }
.hs-swap-modal-title { font-size: 16px; font-weight: 700; color: #1a2340; margin-bottom: 8px; }
.hs-swap-modal-body { font-size: 13px; color: #666; line-height: 1.6; margin-bottom: 20px; }
.hs-swap-modal-body strong { color: #C62828; font-weight: 700; }
.hs-swap-modal-btns { display: flex; flex-direction: column; gap: 8px; }
.hs-swap-modal-btn { width: 100%; padding: 12px; border-radius: 10px; font-size: 13px; font-weight: 700; border: none; cursor: pointer; font-family: inherit; }
.hs-swap-modal-btn.back { background: #1a2340; color: #fff; }
.hs-swap-modal-btn.back:hover { opacity: 0.9; }
.hs-swap-modal-btn.keep { background: #f0f0ec; color: #666; }
.hs-swap-modal-btn.keep:hover { background: #e4e4e0; }

/* Explanation text */
.hs-swap-explanation { font-size: 13px; color: #555; line-height: 1.6; padding: 0 16px 8px; }
.hs-swap-explanation strong { color: #1a2340; }

/* ===== 260416 - SOLAR CANCEL SEGMENT ===== */
.hs-sc-shell { max-width: 500px; margin: 0 auto; border: 1px solid #D5DAD9; border-radius: 8px; box-shadow: 0 4px 12px rgba(22,14,68,0.08); overflow: hidden; }
.hs-sc-shell .hs-regional-header { margin: 0; border-radius: 0; }
.hs-sc-body { padding: 20px 16px 40px; background: #f7f9fc; display: flex; flex-direction: column; gap: 14px; }
.hs-sc-screen { display: none; }
.hs-sc-screen.active { display: block; }

/* Cards */
.hs-sc-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; padding: 22px 20px; }

/* Badge */
.hs-sc-badge { display: inline-flex; align-items: center; gap: 5px; background: #fdf0ee; border: 1px solid #f5c6c0; border-radius: 20px; padding: 4px 10px; font-size: 11.5px; font-weight: 600; color: #c0392b; text-transform: uppercase; letter-spacing: 0.4px; margin-bottom: 14px; }
.hs-sc-badge svg { width: 12px; height: 12px; }

/* Headline */
.hs-sc-headline { font-size: 22px; font-weight: 700; line-height: 1.3; color: #1a2535; margin-bottom: 10px; }
.hs-sc-body-text { font-size: 14px; line-height: 1.65; color: #4a5568; }

/* Notice */
.hs-sc-notice { display: flex; align-items: flex-start; gap: 11px; background: #fef3d8; border: 1px solid #f5c76a; border-radius: 10px; padding: 14px 15px; margin-top: 14px; }
.hs-sc-notice svg { flex-shrink: 0; margin-top: 1px; }
.hs-sc-notice p { font-size: 13.5px; line-height: 1.6; color: #7a4d00; }
.hs-sc-notice strong { font-weight: 600; }

/* Section label */
.hs-sc-section-label { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.7px; color: #718096; margin-bottom: 12px; }

/* Option cards */
.hs-sc-options { display: flex; flex-direction: column; gap: 11px; }
.hs-sc-option { border: 2px solid #e2e8f0; border-radius: 12px; padding: 17px 18px; cursor: pointer; transition: border-color 0.18s, box-shadow 0.18s, background 0.18s; background: #fff; }
.hs-sc-option:hover { border-color: #bbd0f5; box-shadow: 0 2px 12px rgba(30,79,163,0.08); }
.hs-sc-option.selected { border-color: #1e4fa3; background: #f4f8ff; box-shadow: 0 2px 14px rgba(30,79,163,0.1); }
.hs-sc-option.selected-green { border-color: #1a7a4a; background: #e8f7ef; box-shadow: 0 2px 14px rgba(26,122,74,0.1); }
.hs-sc-option.selected-amber { border-color: #d48a0c; background: #fef3d8; box-shadow: 0 2px 14px rgba(212,138,12,0.1); }

.hs-sc-opt-header { display: flex; align-items: flex-start; gap: 12px; }
.hs-sc-opt-radio { width: 20px; height: 20px; border-radius: 50%; border: 2px solid #e2e8f0; flex-shrink: 0; margin-top: 2px; position: relative; transition: border-color 0.15s; background: #fff; }
.hs-sc-option.selected .hs-sc-opt-radio { border-color: #1e4fa3; }
.hs-sc-option.selected-green .hs-sc-opt-radio { border-color: #1a7a4a; }
.hs-sc-option.selected-amber .hs-sc-opt-radio { border-color: #d48a0c; }
.hs-sc-opt-radio::after { content: ''; position: absolute; width: 10px; height: 10px; border-radius: 50%; background: #1e4fa3; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0); transition: transform 0.15s; }
.hs-sc-option.selected .hs-sc-opt-radio::after { transform: translate(-50%, -50%) scale(1); }
.hs-sc-option.selected-green .hs-sc-opt-radio::after { background: #1a7a4a; transform: translate(-50%, -50%) scale(1); }
.hs-sc-option.selected-amber .hs-sc-opt-radio::after { background: #d48a0c; transform: translate(-50%, -50%) scale(1); }

.hs-sc-opt-content { flex: 1; }
.hs-sc-opt-label { display: flex; align-items: flex-start; gap: 8px; margin-bottom: 4px; }
.hs-sc-opt-num { width: 22px; height: 22px; background: #0f1e35; color: #fff; border-radius: 50%; font-size: 11px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hs-sc-opt-title { font-size: 14.5px; font-weight: 600; color: #1a2535; }
.hs-sc-opt-tag { font-size: 10.5px; font-weight: 600; padding: 2px 8px; border-radius: 20px; text-transform: uppercase; letter-spacing: 0.3px; }
.hs-sc-tag-new { background: #e8effc; color: #1e4fa3; text-align: center; }
.hs-sc-tag-instant { background: #e8f7ef; color: #1a7a4a; text-align: center; }
.hs-sc-tag-wait { background: #fef3d8; color: #92600a; }
.hs-sc-opt-desc { font-size: 13.5px; line-height: 1.6; color: #4a5568; margin-left: 0; }

/* Detail rows inside options */
.hs-sc-opt-details { margin-top: 12px; margin-left: 30px; display: flex; flex-direction: column; gap: 7px; }
.hs-sc-detail-row { display: flex; justify-content: space-between; align-items: center; font-size: 13px; }
.hs-sc-detail-key { color: #718096; }
.hs-sc-detail-val { font-weight: 600; color: #1a2535; }
.hs-sc-detail-val.green { color: #1a7a4a; }
.hs-sc-detail-val.amber { color: #d48a0c; }
.hs-sc-detail-val.red { color: #c0392b; }
.hs-sc-opt-divider { border: none; border-top: 1px solid #e2e8f0; margin: 11px 0 11px 30px; }
.hs-sc-opt-highlight { margin: 10px 0 0 0; border-radius: 8px; padding: 10px 12px; font-size: 12.5px; line-height: 1.55; }
.hs-sc-opt-highlight.green { background: #e8f7ef; border: 1px solid #6fcf97; color: #155e35; }
.hs-sc-opt-highlight.blue { background: #e8effc; border: 1px solid #7eaaee; color: #1a3a7a; }
.hs-sc-opt-highlight.amber { background: #fef3d8; border: 1px solid #f5c76a; color: #7a4d00; }

/* Refund / summary rows */
.hs-sc-refund-row { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid #e2e8f0; font-size: 13.5px; }
.hs-sc-refund-row:last-child { border-bottom: none; }
.hs-sc-refund-key { color: #718096; }
.hs-sc-refund-val { font-weight: 600; color: #1a2535; }
.hs-sc-refund-val.highlight { background: #e8f7ef; color: #1a7a4a; padding: 3px 10px; border-radius: 20px; font-size: 13px; }

/* CTA */
.hs-sc-cta-primary { display: block; width: 100%; background: #f5a623; color: #0f1e35; font-size: 15.5px; font-weight: 700; border: none; border-radius: 12px; padding: 17px 20px; cursor: pointer; transition: background 0.15s; text-align: center; line-height: 1.2; font-family: inherit; }
.hs-sc-cta-primary:disabled { opacity: 0.45; cursor: not-allowed; }
.hs-sc-cta-primary:not(:disabled):hover { background: #d48a0c; }
.hs-sc-cta-sub { display: block; font-size: 12px; font-weight: 500; color: rgba(15,30,53,0.65); margin-top: 3px; }

/* Footer */
.hs-sc-footer { font-size: 12px; color: #718096; line-height: 1.6; text-align: center; padding-top: 6px; }

/* Confirm screens */
.hs-sc-confirm { text-align: center; padding: 30px 20px; }
.hs-sc-confirm-icon { width: 64px; height: 64px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; }
.hs-sc-confirm-icon.green { background: #e8f7ef; }
.hs-sc-confirm-icon.blue { background: #e8effc; }
.hs-sc-confirm-icon.amber { background: #fef3d8; }
.hs-sc-confirm-title { font-size: 22px; font-weight: 700; margin-bottom: 10px; color: #1a2535; }
.hs-sc-confirm-body { font-size: 14px; color: #4a5568; line-height: 1.65; max-width: 380px; margin: 0 auto 20px; }