.form-page {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
    gap: clamp(28px, 5vw, 64px);
    align-items: start;
}

.panel-form, .appointment-form {
    display: grid;
    gap: 16px;
    padding: 28px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.appointment-form { box-shadow: none; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }

.bmw-selector {
    min-width: 0;
    margin: 28px 0 24px;
    padding: 26px 0 0;
    border: 0;
    border-top: 1px solid var(--line);
}

.bmw-selector legend {
    padding: 0;
    color: var(--ink);
    font-size: 21px;
    font-weight: 800;
}

.bmw-selector > p:not(.bmw-selector-status) {
    margin: 8px 0 20px;
    color: var(--muted);
}

.bmw-selector-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.bmw-selector select:disabled {
    color: #8b95a5;
    background: #eef2f6;
    cursor: not-allowed;
}

.bmw-selector.is-loading select:disabled {
    cursor: progress;
}

.bmw-selector-status {
    min-height: 20px;
    margin: 16px 0 0;
    color: var(--blue);
    font-size: 14px;
    font-weight: 700;
}

label { display: grid; gap: 7px; font-weight: 750; }
.check { display: flex; align-items: center; gap: 8px; }

.checkbox-field {
    display: flex;
    grid-template-columns: none;
    align-items: center;
    gap: 10px;
    color: var(--muted);
    font-weight: 750;
}

.checkbox-field input {
    width: 18px;
    height: 18px;
    accent-color: var(--blue);
}

.form-hint {
    align-self: end;
    padding: 12px 14px;
    color: var(--muted);
    background: var(--soft);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    font-size: 14px;
    font-weight: 650;
}

.booking-confirmation-summary {
    width: min(100%, 640px);
    margin: 24px 0;
    color: var(--white);
    background: rgba(16, 20, 27, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.page-hero .booking-confirmation-summary p {
    max-width: none;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.82);
}

.page-hero .booking-confirmation-summary p:last-child {
    margin-bottom: 0;
}

.booking-confirmation-summary strong {
    color: var(--white);
}

.booking-thanks-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-top: 24px;
}

.booking-thanks-actions .btn {
    min-width: 190px;
    justify-content: center;
}

.booking-page {
    min-height: 100vh;
    background:
        radial-gradient(circle at 80% 8%, rgba(31, 111, 235, 0.08), transparent 32%),
        linear-gradient(180deg, #f5f7fb 0%, #eef3f8 100%);
}

.booking-hero {
    display: grid;
    align-items: end;
    min-height: 285px;
    padding: clamp(74px, 7vw, 92px) clamp(20px, 5vw, 72px) 44px;
}

.booking-hero::after {
    background:
        linear-gradient(90deg, rgba(7, 11, 18, 0.92), rgba(7, 11, 18, 0.68) 48%, rgba(7, 11, 18, 0.22)),
        linear-gradient(0deg, rgba(7, 11, 18, 0.72), rgba(7, 11, 18, 0.12));
}

.booking-hero-copy {
    width: min(100%, 1180px);
    margin: 0 auto;
    transform: translateY(-34px);
}

.booking-hero h1 {
    margin-bottom: 12px;
    padding-top: 0;
    font-size: clamp(42px, 5.2vw, 68px);
    font-weight: 900;
    letter-spacing: 0;
}

.booking-hero p {
    max-width: 640px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(16px, 1.3vw, 20px);
    font-weight: 400;
    line-height: 1.48;
}

.booking-hero .eyebrow {
    margin-bottom: 12px;
    color: #77aaff;
}

.booking-hero-lead {
    margin-bottom: 8px !important;
    color: var(--white) !important;
    font-size: clamp(22px, 2.4vw, 34px) !important;
    font-weight: 850;
    line-height: 1.14 !important;
}

.booking-section {
    margin-top: -58px;
    padding: 0 clamp(20px, 5vw, 72px) clamp(58px, 8vw, 92px);
}

.booking-widget {
    width: min(100%, 1320px);
    margin: 0 auto;
}

.booking-topbar {
    position: relative;
    z-index: 3;
    margin-bottom: 24px;
    padding: 22px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(220, 226, 234, 0.95);
    border-radius: 10px;
    box-shadow: 0 22px 55px rgba(16, 20, 27, 0.14);
}

.booking-timeline {
    --booking-timeline-gap: 0px;

    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--booking-timeline-gap);
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.booking-timeline li {
    --booking-step-center: 38px;
    --booking-step-size: 40px;
    --booking-step-radius: 20px;
    --booking-connector-inset: 16px;

    position: relative;
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-width: 0;
    padding: 8px 18px;
}

.booking-timeline li + li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(var(--booking-step-center) + var(--booking-step-radius) - 100% - var(--booking-timeline-gap) + var(--booking-connector-inset));
    width: calc(100% + var(--booking-timeline-gap) - var(--booking-step-size) - (var(--booking-connector-inset) * 2));
    height: 1px;
    background: var(--line);
}

.booking-step-number,
.booking-step-check {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: var(--booking-step-size);
    height: var(--booking-step-size);
    color: var(--ink);
    background: var(--white);
    border: 1px solid #cfd8e5;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 900;
    box-shadow: 0 8px 20px rgba(16, 20, 27, 0.06);
}

.booking-step-check {
    display: none;
    color: var(--white);
    background: var(--blue);
    border-color: var(--blue);
}

.booking-timeline li.is-active .booking-step-number {
    color: var(--white);
    background: var(--blue);
    border-color: var(--blue);
    box-shadow: 0 0 0 6px rgba(31, 111, 235, 0.12);
}

.booking-timeline li.is-complete .booking-step-number {
    display: none;
}

.booking-timeline li.is-complete .booking-step-check {
    display: grid;
}

.booking-step-copy {
    display: grid;
    min-width: 0;
    gap: 4px;
}

.booking-step-copy strong {
    overflow: hidden;
    color: var(--ink);
    font-size: 15px;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.booking-step-copy small {
    overflow: hidden;
    color: var(--muted);
    font-size: 12px;
    font-weight: 650;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.booking-timeline li.is-active .booking-step-copy strong,
.booking-timeline li.is-complete .booking-step-copy strong {
    color: var(--blue);
}

.booking-panel {
    padding: clamp(24px, 4vw, 42px);
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(220, 226, 234, 0.95);
    border-radius: 10px;
    box-shadow: 0 24px 65px rgba(16, 20, 27, 0.12);
}

.booking-step {
    display: none;
}

.booking-step.is-active {
    display: block;
}

.booking-step-head {
    max-width: 780px;
    margin-bottom: 28px;
}

.booking-step-head .eyebrow {
    scroll-margin-top: 88px;
}

.booking-step-head h2 {
    margin-bottom: 10px;
    color: var(--ink);
    font-size: clamp(29px, 3vw, 44px);
    font-weight: 900;
}

.booking-step-head p:not(.eyebrow) {
    margin-bottom: 0;
    color: var(--muted);
    font-size: 16px;
}

.booking-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.booking-service-card {
    position: relative;
    display: grid;
    align-content: start;
    gap: 11px;
    min-height: 186px;
    padding: 24px;
    color: var(--ink);
    text-align: left;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(16, 20, 27, 0.07);
    cursor: pointer;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease, background 0.18s ease;
}

.booking-service-card:hover,
.booking-service-card:focus-visible {
    border-color: rgba(31, 111, 235, 0.55);
    box-shadow: 0 20px 42px rgba(16, 20, 27, 0.11);
    transform: translateY(-2px);
}

.booking-service-card:focus-visible {
    outline: 3px solid rgba(31, 111, 235, 0.18);
    outline-offset: 2px;
}

.booking-service-card.is-selected {
    background: #f3f8ff;
    border-color: var(--blue);
    box-shadow: 0 20px 44px rgba(31, 111, 235, 0.14);
}

.booking-service-icon {
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    color: var(--blue);
    background: #eef5ff;
    border: 1px solid #cfe1ff;
    border-radius: 8px;
}

.booking-service-icon img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(35%) sepia(96%) saturate(2580%) hue-rotate(207deg) brightness(94%) contrast(96%);
}

.booking-service-check {
    position: absolute;
    top: 16px;
    right: 16px;
    display: grid;
    place-items: center;
    width: 26px;
    height: 26px;
    color: var(--white);
    background: var(--blue);
    border-radius: 50%;
    font-size: 14px;
    font-weight: 900;
    opacity: 0;
    transform: scale(0.86);
    transition: 0.18s ease;
}

.booking-service-card.is-selected .booking-service-check {
    opacity: 1;
    transform: scale(1);
}

.booking-service-title,
.booking-service-card strong {
    color: var(--ink);
    font-size: 19px;
    font-weight: 900;
    line-height: 1.18;
}

.booking-service-card small {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.45;
}

.booking-help-card {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    margin-top: 22px;
    padding: 18px;
    background: linear-gradient(135deg, #eef6ff, #f8fbff);
    border: 1px solid #cfe1ff;
    border-radius: 8px;
}

.booking-help-card strong {
    display: block;
    margin-bottom: 3px;
    color: var(--ink);
    font-weight: 900;
}

.booking-help-card p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
}

.booking-help-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    color: var(--blue);
    background: var(--white);
    border: 1px solid #bfd8ff;
    border-radius: 50%;
}

.booking-help-icon svg {
    width: 26px;
    height: 26px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.booking-date-layout,
.booking-details-grid {
    display: grid;
    grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
    gap: 22px;
}

.booking-subcard {
    min-width: 0;
    padding: 24px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(16, 20, 27, 0.07);
}

.booking-subcard-head {
    margin-bottom: 18px;
}

.booking-subcard h3 {
    margin: 0;
    color: var(--ink);
    font-size: 19px;
    font-weight: 900;
}

.booking-subcard h3 span,
.booking-field-label span {
    color: var(--danger);
}

.booking-field-label {
    color: var(--ink);
    font-weight: 850;
}

.mini-calendar {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.mini-calendar-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 18px;
}

.mini-calendar-head button {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    color: var(--ink);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 50%;
    font-size: 24px;
    font-weight: 800;
    cursor: pointer;
    transition: 0.18s ease;
}

.mini-calendar-head button:hover,
.mini-calendar-head button:focus-visible {
    color: var(--blue);
    background: #f3f8ff;
    border-color: #bfd8ff;
}

.mini-calendar-head strong {
    color: var(--ink);
    font-size: 17px;
    font-weight: 900;
    text-transform: capitalize;
}

.mini-calendar-weekdays,
.mini-calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 7px;
}

.mini-calendar-weekdays {
    margin-bottom: 8px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 850;
    text-align: center;
}

.mini-calendar-grid button,
.mini-calendar-spacer {
    display: grid;
    place-items: center;
    aspect-ratio: 1;
    min-width: 0;
    border-radius: 8px;
}

.mini-calendar-grid button {
    min-height: 38px;
    color: var(--ink);
    background: var(--white);
    border: 1px solid transparent;
    font-weight: 850;
    cursor: pointer;
    transition: 0.16s ease;
}

.mini-calendar-grid button:hover,
.mini-calendar-grid button:focus-visible {
    color: var(--blue);
    background: #eef6ff;
    border-color: #bfd8ff;
}

.mini-calendar-grid button.is-today {
    color: var(--blue);
    border-color: var(--blue);
}

.mini-calendar-grid button.is-selected {
    color: var(--white);
    background: var(--blue);
    border-color: var(--blue);
}

.mini-calendar-grid button.is-disabled {
    color: #aab3c0;
    background: #f4f6f9;
    border-color: transparent;
    cursor: not-allowed;
}

.booking-selected-date {
    margin: 18px 0 0;
    padding: 13px 14px;
    color: var(--muted);
    background: #f8fbff;
    border: 1px solid var(--line);
    border-radius: 8px;
    font-size: 14px;
}

.booking-selected-date strong {
    color: var(--blue);
}

.slot-bubbles {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.slot-bubbles button,
.slot-bubble {
    min-height: 48px;
    padding: 10px 12px;
    color: var(--ink);
    background: var(--white);
    border: 1px solid #cbd4df;
    border-radius: 8px;
    font-weight: 850;
    cursor: pointer;
    transition: 0.16s ease;
}

.slot-bubbles button:hover,
.slot-bubbles button:focus-visible,
.slot-bubble:hover,
.slot-bubble:focus-visible {
    color: var(--blue);
    background: #f3f8ff;
    border-color: #bfd8ff;
}

.slot-bubbles button:disabled {
    color: #98a2b3;
    background: #f3f6fa;
    border-color: var(--line);
    cursor: not-allowed;
}

.slot-bubble.is-selected {
    color: var(--white);
    background: var(--blue);
    border-color: var(--blue);
}

.slot-empty {
    grid-column: 1 / -1;
    width: auto;
    margin: 0;
    padding: 16px;
    color: var(--muted);
    background: #f7f9fc;
    border: 1px dashed #cbd4df;
    border-radius: 8px;
    text-align: center;
    font-weight: 750;
}

.booking-info-box {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    margin: 18px 0 0;
    padding: 14px;
    color: #1d4f91;
    background: #eef6ff;
    border: 1px solid #cfe1ff;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
}

.booking-info-box span {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    color: var(--blue);
    background: var(--white);
    border: 1px solid #bfd8ff;
    border-radius: 50%;
    font-weight: 900;
}

.booking-form-grid {
    grid-template-columns: 1fr;
}

.booking-details-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.booking-message-card,
.booking-summary-card,
.booking-legal-card {
    grid-column: 1 / -1;
}

.booking-message-card textarea {
    min-height: 128px;
}

.booking-consent-list {
    display: grid;
    gap: 12px;
}

.booking-consent-list label {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    padding: 12px;
    background: #f8fbff;
    border: 1px solid #e3ebf5;
    border-radius: 8px;
}

.booking-consent-list input {
    width: 18px;
    min-height: 18px;
    margin-top: 2px;
}

.booking-consent-list span {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.45;
}

.booking-consent-list a {
    color: var(--blue);
    font-weight: 900;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.booking-summary-card dl {
    display: grid;
    gap: 14px;
    margin: 0;
}

.booking-summary-card div {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 16px;
    align-items: baseline;
}

.booking-summary-card dt {
    color: var(--muted);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.booking-summary-card dd {
    margin: 0;
    color: var(--ink);
    font-weight: 800;
}

.booking-details-grid .bmw-selector {
    margin: 0;
    padding: 0;
    border-top: 0;
}

.booking-details-grid .bmw-selector legend {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    clip-path: inset(50%);
}

.booking-details-grid .bmw-selector > p:not(.bmw-selector-status) {
    margin: 0 0 18px;
    font-size: 14px;
}

.booking-actions {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid var(--line);
}

.booking-actions .btn {
    gap: 10px;
    min-width: 150px;
    border-radius: 3px;
    font-weight: 850;
}

.booking-actions [data-booking-back]::before,
.booking-actions [data-booking-next]::after {
    content: "";
    flex: 0 0 auto;
    width: 9px;
    height: 9px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
}

.booking-actions [data-booking-back]::before {
    transform: rotate(-135deg);
}

.booking-actions [data-booking-next]::after {
    transform: rotate(45deg);
}

.booking-actions [data-booking-next],
.booking-actions [data-booking-submit] {
    margin-left: auto;
}

.booking-submit-btn {
    gap: 10px;
}

.booking-submit-btn img {
    width: 19px;
    height: 19px;
    object-fit: contain;
}

.account-form-link {
    color: var(--blue);
    font-weight: 750;
}

.account-page {
    min-height: 100vh;
    padding: clamp(110px, 12vw, 150px) clamp(20px, 5vw, 72px) clamp(64px, 8vw, 96px);
    background: var(--soft);
}

.account-page-header {
    max-width: 780px;
    margin-bottom: 38px;
}

.account-page-header h1 {
    max-width: 680px;
    font-size: clamp(44px, 4.8vw, 64px);
    line-height: 1.08;
}

.account-page-header > p:last-child {
    max-width: 760px;
    color: var(--muted);
    font-size: 18px;
}

.account-layout {
    display: grid;
    grid-template-columns: minmax(320px, 360px) minmax(0, 1fr);
    gap: clamp(24px, 4vw, 48px);
    align-items: start;
}

.account-panel {
    padding: 28px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 6px;
    box-shadow: 0 16px 42px rgba(16, 20, 27, 0.1);
}

.account-profile-panel {
    width: 100%;
}

.account-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.account-section-heading h2,
.account-section-heading .eyebrow {
    margin-bottom: 0;
}

.account-section-heading .eyebrow {
    margin-bottom: 8px;
}

.account-profile-form {
    display: grid;
    gap: 16px;
}

.account-profile-form input {
    font-weight: 750;
}

.account-profile-form .btn,
.account-security-link .btn {
    width: 100%;
}

.account-security-link {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid var(--line);
}

.account-security-link p {
    margin: 8px 0 16px;
    color: var(--muted);
    font-size: 14px;
}

.account-policy-note {
    margin: -8px 0 22px;
    color: var(--muted);
    font-size: 14px;
}

.account-appointments-section {
    min-width: 0;
}

.account-appointments-heading {
    align-items: center;
    margin-bottom: 14px;
}

.account-appointment-list {
    display: grid;
    gap: 16px;
}

.account-appointment-card,
.account-empty-state {
    padding: 24px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 6px;
}

.account-appointment-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.account-appointment-head h3,
.account-appointment-date {
    margin-bottom: 0;
}

.account-appointment-date {
    margin-bottom: 7px;
    color: var(--blue);
    font-size: 15px;
    font-weight: 800;
}

.account-status {
    flex: 0 0 auto;
    padding: 7px 10px;
    color: var(--ink);
    background: var(--soft);
    border: 1px solid var(--line);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
}

.account-status-visszaigazolt { color: #075985; background: #e0f2fe; border-color: #7dd3fc; }
.account-status-folyamatban { color: #1d4ed8; background: #dbeafe; border-color: #93c5fd; }
.account-status-lezart { color: #166534; background: #dcfce7; border-color: #86efac; }
.account-status-torolt { color: #991b1b; background: #fee2e2; border-color: #fca5a5; }

.account-appointment-details {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 22px 0 0;
}

.account-appointment-details div {
    min-width: 0;
}

.account-appointment-details dt {
    margin-bottom: 4px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.account-appointment-details dd {
    margin: 0;
    overflow-wrap: anywhere;
    font-weight: 700;
}

.appointment-cancel-page {
    display: block;
    min-height: 0;
    padding-top: clamp(48px, 6vw, 72px);
}

.appointment-cancel-header,
.appointment-cancel-layout {
    width: min(100%, 980px);
    max-width: 980px;
    margin-inline: auto;
}

.appointment-cancel-header {
    padding-left: 0;
}

.appointment-cancel-hero .appointment-cancel-header {
    position: relative;
    z-index: 2;
}

.appointment-cancel-success-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-top: 22px;
}

.appointment-cancel-success-actions .btn {
    min-width: 188px;
    justify-content: center;
}

.page-hero.appointment-cancel-hero .appointment-cancel-header h1 {
    color: var(--white) !important;
}

.page-hero.appointment-cancel-hero .appointment-cancel-header p {
    color: rgba(255, 255, 255, 0.8) !important;
}

.appointment-cancel-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
    gap: 22px;
    align-items: stretch;
}

.appointment-cancel-panel {
    display: flex;
    flex-direction: column;
}

.appointment-cancel-panel .account-appointment-details {
    flex: 1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.appointment-cancel-side {
    display: grid;
    gap: 16px;
}

.appointment-cancel-card {
    padding: 24px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 6px;
    box-shadow: 0 16px 42px rgba(16, 20, 27, 0.08);
}

.appointment-cancel-card h2 {
    margin-bottom: 12px;
    font-size: 22px;
}

.appointment-cancel-card p,
.appointment-cancel-card li {
    color: var(--muted);
}

.appointment-cancel-card ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding-left: 20px;
}

.appointment-cancel-card--cta {
    color: var(--white);
    background: linear-gradient(135deg, #0c1829, #12396c 58%, #1f6feb);
    border-color: transparent;
    box-shadow: 0 24px 60px rgba(16, 42, 76, 0.14);
}

.appointment-cancel-card--cta h2 {
    color: var(--white);
}

.appointment-cancel-card--cta p {
    color: rgba(255, 255, 255, 0.78);
}

.appointment-cancel-card--cta .appointment-cancel-cta {
    color: var(--white);
}

.appointment-cancel-cta {
    display: inline-flex;
    margin-top: 12px;
}

.appointment-cancel-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 24px;
}

.appointment-cancel-actions .btn {
    width: auto;
    min-width: 220px;
    padding-inline: 24px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
}

.account-appointment-message {
    margin: 20px 0 0;
    padding-top: 18px;
    color: var(--muted);
    border-top: 1px solid var(--line);
}

.account-appointment-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.account-appointment-actions form {
    margin: 0;
}

.account-lock-note {
    margin: 20px 0 0;
    color: var(--muted);
    font-size: 14px;
    font-weight: 650;
}

.account-empty-state {
    display: grid;
    justify-items: center;
    align-content: center;
    min-height: 178px;
    text-align: center;
}

.account-empty-state h3 {
    margin-bottom: 14px;
}

.account-empty-state p {
    color: var(--muted);
}

.account-message-panel h2 {
    font-size: 26px;
}

.account-edit-summary {
    margin: 24px 0;
    padding: 20px;
    background: var(--soft);
    border-left: 4px solid var(--blue);
}

.account-edit-summary p:last-child {
    margin-bottom: 0;
}

.account-schedule-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.account-file-section {
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid var(--line);
}

.file-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
}

.file-section-actions {
    display: grid;
    gap: 8px;
    justify-items: stretch;
    min-width: 170px;
}

.file-section-actions .btn {
    width: 100%;
}

.account-icon-btn {
    gap: 8px;
}

.account-icon-btn span {
    display: inline-grid;
    place-items: center;
    width: 17px;
    height: 17px;
}

.account-file-section > h4,
.file-section-head h4 {
    margin: 0 0 14px;
    font-size: 18px;
}

.file-section-head h4 {
    margin-bottom: 0;
}

.account-file-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.account-file-list {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.account-file-list li {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    min-width: 0;
    padding: 10px;
    background: #f8fbff;
    border: 1px solid #e3ebf5;
    border-radius: 7px;
}

.account-file-list-icon {
    display: grid;
    place-items: center;
    width: 48px;
    min-height: 38px;
    color: var(--blue);
    background: var(--white);
    border: 1px solid #cfe1ff;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 900;
}

.account-file-list strong,
.account-file-list small {
    display: block;
    min-width: 0;
    overflow-wrap: anywhere;
}

.account-file-list strong {
    color: var(--ink);
    font-size: 14px;
}

.account-file-list small {
    margin-top: 2px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.35;
}

.file-card {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    min-width: 0;
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 6px;
    box-shadow: 0 14px 34px rgba(16, 20, 27, 0.08);
}

.file-card-compact {
    grid-template-columns: 112px minmax(0, 1fr);
    box-shadow: none;
}

.file-preview {
    display: grid;
    place-items: center;
    min-height: 132px;
    overflow: hidden;
    color: var(--blue);
    background: var(--soft);
    font-size: 18px;
    font-weight: 900;
}

.file-card-compact .file-preview {
    min-height: 116px;
}

.file-preview img,
.file-preview video {
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
}

.file-preview video {
    background: var(--graphite);
}

.file-card-body {
    display: grid;
    align-content: start;
    gap: 7px;
    min-width: 0;
    padding: 16px;
}

.file-card-body h3,
.file-card-body h4,
.file-card-body p {
    margin: 0;
}

.file-card-body h3,
.file-card-body h4 {
    font-size: 18px;
    overflow-wrap: anywhere;
}

.file-card-body p {
    color: var(--muted);
    font-size: 14px;
}

.file-card-body .file-actions {
    margin-top: 4px;
}

.file-category {
    color: var(--blue) !important;
    font-size: 12px !important;
    font-weight: 900;
    text-transform: uppercase;
}

.guest-files-layout {
    grid-template-columns: minmax(280px, 380px) minmax(0, 1fr);
}

.guest-appointment-details {
    grid-template-columns: 1fr;
    margin-top: 0;
}

.guest-file-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.account-files-header {
    max-width: 860px;
}

.account-files-page {
    padding: clamp(88px, 8vw, 118px) clamp(18px, 3vw, 42px) clamp(46px, 6vw, 68px);
}

.account-files-page .account-page-header {
    margin-bottom: 22px;
}

.account-files-page .account-page-header h1 {
    max-width: 720px;
    margin-bottom: 10px;
    font-size: clamp(32px, 3.4vw, 46px);
    line-height: 1.04;
}

.account-files-page .account-page-header > p:last-child {
    max-width: 720px;
    font-size: 16px;
    line-height: 1.5;
}

.account-files-header-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.account-files-header-actions .btn {
    min-height: 38px;
    padding: 9px 14px;
    border-radius: 3px;
    font-size: 14px;
}

.account-files-layout {
    width: min(100%, 1480px);
    gap: 18px;
    grid-template-columns: minmax(250px, 320px) minmax(0, 1fr);
}

.account-files-page .account-panel,
.account-files-page .account-appointments-section {
    padding: 20px;
    background: var(--white);
    border: 1px solid rgba(220, 226, 234, 0.95);
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(16, 20, 27, 0.07);
}

.account-files-page .account-section-heading {
    margin-bottom: 16px;
}

.account-files-page .account-section-heading h2 {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 1.08;
}

.account-files-summary {
    position: sticky;
    top: 96px;
}

.account-files-content {
    min-width: 0;
}

.account-files-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.account-files-gallery .file-card {
    grid-template-columns: 126px minmax(0, 1fr);
    box-shadow: 0 10px 24px rgba(16, 20, 27, 0.07);
}

.account-files-gallery .file-preview {
    min-height: 112px;
}

.account-files-gallery .file-card-body {
    gap: 5px;
    padding: 12px;
}

.account-files-gallery .file-card-body h3 {
    font-size: 16px;
    line-height: 1.18;
}

.account-files-gallery .file-card-body p {
    font-size: 13px;
    line-height: 1.35;
}

.account-files-gallery .file-card-body .file-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 2px;
}

.account-files-gallery .account-file-action {
    gap: 7px;
    min-height: 31px;
    padding: 6px 10px;
    font-size: 13px;
}

.account-files-gallery .account-file-action span {
    display: inline-grid;
    place-items: center;
    width: 15px;
    height: 15px;
}

.account-files-gallery .account-file-action svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.customer-account-page.account-page {
    padding: clamp(96px, 9vw, 126px) clamp(18px, 3vw, 42px) clamp(52px, 7vw, 76px);
    background:
        radial-gradient(circle at 82% 6%, rgba(31, 111, 235, 0.08), transparent 34%),
        linear-gradient(180deg, #f4f7fb 0%, #eef3f8 100%);
    font-size: 14px;
}

.customer-account-page svg {
    display: block;
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.account-hero-card,
.account-dashboard {
    width: min(100%, 1480px);
    margin-inline: auto;
}

.account-hero-card {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 20px;
    min-height: 178px;
    margin-bottom: 20px;
    padding: clamp(22px, 3vw, 32px);
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(7, 10, 16, 0.88), rgba(7, 10, 16, 0.58) 54%, rgba(7, 10, 16, 0.18)),
        linear-gradient(0deg, rgba(7, 10, 16, 0.58), rgba(7, 10, 16, 0.12)),
        url("../img/landing-page.webp") center / cover no-repeat;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(16, 20, 27, 0.08);
}

.account-hero-card::after {
    display: none;
}

.account-hero-copy {
    max-width: 920px;
}

.account-hero-copy h1 {
    max-width: 880px;
    margin-bottom: 10px;
    padding-top: 0;
    color: var(--white);
    font-size: clamp(32px, 3.6vw, 48px);
    line-height: 1.03;
}

.account-hero-copy p:last-child {
    max-width: 720px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: clamp(14px, 1.1vw, 16px);
    line-height: 1.55;
}

.account-hero-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    padding-bottom: 4px;
}

.account-hero-actions .btn {
    gap: 8px;
}

.account-hero-actions .btn img {
    width: 17px;
    height: 17px;
    object-fit: contain;
}

.account-hero-secondary {
    color: var(--white);
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.72);
}

.account-hero-secondary:hover {
    color: var(--white);
    background: rgba(255, 255, 255, 0.16);
    border-color: var(--white);
}

.customer-account-page .btn {
    min-height: 38px;
    padding: 9px 14px;
    border-radius: 3px;
    font-size: 14px;
}

.customer-account-page .btn-small {
    min-height: 32px;
    padding: 6px 10px;
    font-size: 13px;
}

.account-dashboard {
    display: grid;
    grid-template-columns: minmax(260px, 320px) minmax(0, 1fr) minmax(240px, 300px);
    grid-template-areas:
        "profile appointments side"
        "address appointments side"
        "address appointments side"
        "cars appointments side"
        "delete appointments side";
    gap: 18px;
    align-items: start;
}

.account-dashboard-card {
    min-width: 0;
    padding: 20px;
    background: var(--white);
    border: 1px solid rgba(220, 226, 234, 0.95);
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(16, 20, 27, 0.07);
}

.customer-account-page .account-profile-panel {
    grid-area: profile;
    position: sticky;
    top: 18px;
    width: auto;
}

.customer-account-page .account-appointments-section {
    grid-area: appointments;
    padding: 20px;
}

.account-quick-card { grid-area: quick; }
.account-next-card { grid-area: next; }
.account-documents-card { grid-area: documents; }
.account-cars-card { grid-area: cars; }
.account-address-panel { grid-area: address; }
.account-delete-card { grid-area: delete; }

.account-side-stack {
    grid-area: side;
    display: grid;
    gap: 18px;
    align-content: start;
    min-width: 0;
}

.account-side-stack .account-quick-card,
.account-side-stack .account-next-card,
.account-side-stack .account-documents-card {
    grid-area: auto;
    width: 100%;
}

.account-card-heading {
    margin-bottom: 16px;
}

.account-card-heading-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.account-card-heading h2 {
    margin-bottom: 0;
    color: var(--ink);
    font-size: clamp(22px, 2.2vw, 32px);
    line-height: 1.05;
}

.account-quick-card .account-card-heading h2,
.account-next-card .account-card-heading h2,
.account-documents-card .account-card-heading h2,
.account-cars-card .account-card-heading h2 {
    font-size: 19px;
    line-height: 1.12;
}

.account-card-heading .eyebrow {
    margin-bottom: 7px;
    font-size: 12px;
}

.account-inline-link {
    color: var(--blue);
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
}

.account-inline-link:hover {
    color: var(--blue-2);
}

.customer-account-page .account-profile-form {
    gap: 14px;
}

.account-field {
    gap: 6px;
}

.account-input-wrap {
    position: relative;
    display: block;
}

.account-input-icon {
    position: absolute;
    top: 50%;
    left: 11px;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 20px;
    height: 20px;
    color: var(--blue);
    transform: translateY(-50%);
    pointer-events: none;
}

.account-input-wrap input {
    min-height: 38px;
    padding-left: 38px;
    font-weight: 750;
}

.account-info-box {
    padding: 11px 13px;
    color: #536174;
    background: #f7faff;
    border: 1px solid #d7e5ff;
    border-left: 4px solid var(--blue);
    border-radius: 6px;
    font-size: 13px;
    line-height: 1.5;
}

.customer-account-page .account-security-link {
    margin-top: 20px;
}

.customer-account-page .account-policy-note {
    margin: -6px 0 16px;
    color: var(--muted);
    font-size: 14px;
}

.customer-account-page .account-appointment-list {
    gap: 14px;
}

.customer-account-page .account-appointment-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    padding: 16px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(16, 20, 27, 0.06);
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.customer-account-page .account-appointment-card:hover {
    border-color: rgba(31, 111, 235, 0.35);
    box-shadow: 0 18px 40px rgba(16, 20, 27, 0.09);
    transform: translateY(-1px);
}

.account-appointment-content {
    min-width: 0;
}

.customer-account-page .account-appointment-head {
    align-items: flex-start;
    margin-bottom: 14px;
}

.customer-account-page .account-appointment-head > div {
    flex: 1 1 auto;
    min-width: 0;
}

.customer-account-page .account-appointment-head h3 {
    margin-bottom: 0;
    font-size: clamp(18px, 1.7vw, 23px);
}

.customer-account-page .account-appointment-date {
    margin-bottom: 4px;
    font-size: 13px;
    white-space: nowrap;
}

.customer-account-page .account-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    max-width: max-content;
    border-radius: 999px;
    font-size: 11px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.customer-account-page .account-status-uj {
    color: #92400e;
    background: #fff7ed;
    border-color: #fed7aa;
}

.customer-account-page .account-status-visszaigazolt,
.customer-account-page .account-status-lezart {
    color: #166534;
    background: #dcfce7;
    border-color: #86efac;
}

.customer-account-page .account-status-folyamatban {
    color: #1d4ed8;
    background: #dbeafe;
    border-color: #93c5fd;
}

.customer-account-page .account-status-torolt {
    color: #7f1d1d;
    background: #fee2e2;
    border-color: #fecaca;
}

.customer-account-page .account-appointment-details {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 0;
}

.customer-account-page .account-appointment-message {
    margin-top: 14px;
}

.customer-account-page .account-appointment-actions {
    align-items: center;
    margin-top: 16px;
}

.customer-account-page .account-appointment-actions .btn {
    min-height: 32px;
    padding: 6px 10px;
    font-size: 13px;
}

.account-btn-danger {
    color: var(--danger);
    background: var(--white);
    border-color: rgba(180, 35, 24, 0.42);
}

.account-btn-danger:hover {
    color: var(--danger);
    background: #fff1f0;
    border-color: var(--danger);
}

.customer-account-page .account-empty-state {
    min-height: 190px;
    padding: 28px 20px;
    border-radius: 8px;
}

.account-empty-icon {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    margin-bottom: 14px;
    color: var(--blue);
    background: #e8f1ff;
    border-radius: 50%;
}

.account-empty-icon svg {
    width: 21px;
    height: 21px;
}

.account-cta-strip {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    margin-top: 20px;
    padding: 18px;
    color: var(--ink);
    background: linear-gradient(135deg, #eef6ff, #f8fbff);
    border: 1px solid #cfe1ff;
    border-radius: 8px;
}

.account-cta-strip strong {
    display: block;
    margin-bottom: 3px;
    color: var(--ink);
    font-size: 15px;
    font-weight: 900;
}

.account-cta-strip p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
}

.account-cta-actions {
    display: flex;
    justify-content: flex-end;
}

.account-cta-strip .booking-help-icon svg {
    width: 26px;
    height: 26px;
}

.account-cta-strip .btn {
    flex: 0 0 auto;
    gap: 8px;
    white-space: nowrap;
}

.account-cta-strip .btn img {
    width: 17px;
    height: 17px;
    object-fit: contain;
}

.account-action-list {
    display: grid;
    gap: 8px;
}

.account-action-list a {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    min-height: 46px;
    padding: 8px 10px;
    color: var(--ink);
    background: var(--soft);
    border: 1px solid var(--line);
    border-radius: 7px;
    font-weight: 800;
    transition: 0.18s ease;
}

.account-action-list a:hover {
    color: var(--blue);
    background: #f7faff;
    border-color: #bfd3ff;
    transform: translateX(2px);
}

.account-action-list span,
.account-mini-icon {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    color: var(--blue);
    background: #e8f1ff;
    border-radius: 8px;
}

.account-next-item,
.account-side-summary,
.account-car-item {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 10px;
    align-items: flex-start;
}

.account-next-item strong,
.account-side-summary strong,
.account-car-item strong {
    display: block;
    margin-bottom: 4px;
    color: var(--ink);
}

.account-next-item p,
.account-side-summary p,
.account-car-item p {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.45;
}

.account-documents-card .btn {
    width: 100%;
    margin-top: 14px;
}

.account-car-list {
    display: grid;
    gap: 10px;
}

.account-address-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.account-vehicle-form {
    display: grid;
    gap: 12px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--line);
}

.account-vehicle-form h3 {
    margin: 0;
    color: var(--ink);
    font-size: 15px;
}

.account-vehicle-add {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--line);
}

.account-vehicle-add summary {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    color: var(--blue);
    font-weight: 850;
    cursor: pointer;
}

.account-vehicle-add .account-vehicle-form {
    margin-top: 12px;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.account-cars-card .bmw-selector {
    margin: 0;
    padding-top: 14px;
}

.account-cars-card .bmw-selector legend {
    font-size: 15px;
}

.account-cars-card .bmw-selector > p:not(.bmw-selector-status) {
    margin-bottom: 12px;
    font-size: 13px;
}

.account-cars-card .bmw-selector-grid,
.account-address-grid {
    grid-template-columns: 1fr;
}

.account-vehicle-edit {
    margin-top: 10px;
}

.account-vehicle-edit summary {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    color: var(--blue);
    font-weight: 850;
    cursor: pointer;
}

.account-vehicle-edit form {
    display: grid;
    gap: 12px;
    margin-top: 12px;
}

.account-danger-link {
    display: inline-flex;
    margin-top: 9px;
    padding: 0;
    color: var(--danger);
    background: transparent;
    border: 0;
    font: inherit;
    cursor: pointer;
}

.account-delete-card p {
    color: var(--muted);
    font-size: 13px;
}

.account-delete-card form {
    display: grid;
    gap: 12px;
}

.booking-saved-vehicle-field {
    margin-bottom: 18px;
}

.bmw-selector.is-disabled {
    opacity: 0.58;
}

.customer-account-page .file-card {
    box-shadow: 0 10px 24px rgba(16, 20, 27, 0.07);
}

@media (max-width: 1240px) {
    .account-dashboard {
        grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
        grid-template-areas:
            "profile appointments"
            "address appointments"
            "side appointments"
            "cars appointments"
            "delete appointments";
    }

    .customer-account-page .account-profile-panel {
        position: static;
    }
}

@media (max-width: 980px) {
    .account-hero-card {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .account-hero-actions {
        justify-content: flex-start;
        padding-bottom: 0;
    }

    .account-dashboard {
        grid-template-columns: 1fr;
        grid-template-areas:
            "appointments"
            "side"
            "profile"
            "address"
            "cars"
            "delete";
    }
}

@media (max-width: 640px) {
    .customer-account-page.account-page {
        padding: 82px 14px 44px;
    }

    .account-hero-card {
        min-height: 0;
        margin-bottom: 14px;
        padding: 20px 16px;
    }

    .account-hero-copy h1 {
        font-size: 30px;
        line-height: 1.08;
    }

    .account-hero-copy p:last-child {
        font-size: 14px;
    }

    .account-hero-actions {
        align-items: stretch;
        flex-direction: column;
        width: 100%;
    }

    .account-hero-actions .btn {
        width: 100%;
    }

    .account-hero-secondary {
        display: none;
    }

    .account-dashboard {
        gap: 14px;
    }

    .account-dashboard-card,
    .customer-account-page .account-appointments-section {
        padding: 16px;
    }

    .account-card-heading-row {
        align-items: stretch;
        flex-direction: column;
    }

    .account-card-heading h2 {
        font-size: 24px;
    }

    .customer-account-page .account-appointment-card {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .customer-account-page .account-appointment-head {
        gap: 10px;
    }

    .customer-account-page .account-status {
        margin-left: auto;
        padding: 6px 9px;
    }

    .customer-account-page .account-appointment-details {
        grid-template-columns: 1fr;
    }

    .customer-account-page .account-appointment-actions,
    .customer-account-page .account-appointment-actions form {
        width: 100%;
    }

    .customer-account-page .account-appointment-actions .btn {
        width: 100%;
    }

    .account-cta-strip {
        grid-template-columns: 48px minmax(0, 1fr);
        align-items: center;
    }

    .account-cta-actions {
        grid-column: 1 / -1;
        justify-content: stretch;
    }

    .account-cta-strip .btn {
        width: 100%;
    }
}
