:root {
    --seo-primary: #f26f2e;
    --seo-primary-dark: #b94e1e;
    --seo-accent: #143642;
    --seo-ink: #1d252c;
    --seo-muted: #68727d;
    --seo-line: #dde4ea;
    --seo-surface: #ffffff;
    --seo-surface-soft: #f5f7fa;
    --seo-surface-dark: #12252c;
    --seo-radius-lg: 28px;
    --seo-radius-md: 20px;
    --seo-shadow: 0 20px 60px rgba(18, 37, 44, 0.08);
}

body {
    color: var(--seo-ink);
    background:
        radial-gradient(circle at top right, rgba(242, 111, 46, 0.12), transparent 26%),
        linear-gradient(180deg, #fffaf7 0%, #ffffff 28%, #f7fafc 100%);
}

a {
    color: inherit;
}

.site-shell {
    min-height: 50vh;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(20, 54, 66, 0.08);
}

.site-navbar {
    min-height: 92px;
}

.site-brand img {
    max-width: 220px;
    height: auto;
}

.site-header .nav-link {
    color: var(--seo-ink);
    font-weight: 600;
    padding: 0.8rem 1rem;
}

.site-header .nav-link.active,
.site-header .nav-link:hover,
.site-header .dropdown-item:hover {
    color: var(--seo-primary);
}

.site-header .dropdown-menu {
    border: 1px solid rgba(20, 54, 66, 0.08);
    border-radius: 18px;
    box-shadow: var(--seo-shadow);
    padding: 0.75rem;
}

.site-header-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.site-header-phone {
    font-weight: 700;
    color: var(--seo-accent);
}

.site-header-cta {
    background: var(--seo-primary);
    color: #fff;
}

.site-header-cta:hover {
    color: #fff;
    background: var(--seo-primary-dark);
}

.hero-section,
.page-hero {
    padding: 4.5rem 0 3rem;
}

    .hero-section h1,
    .page-hero h1 {
        font-size: clamp(2.4rem, 4vw, 4.4rem);
        line-height: 1.1;
        font-weight: 800; 
        letter-spacing: -0.03em; 
        margin-bottom: 1.5rem;
        background: linear-gradient( 135deg, #FFFFFF 0%, #FFFFFF 50%, #FF6B00 100% 
        );
       -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        filter: drop-shadow(0 10px 20px rgba(255, 107, 0, 0.15));
        animation: heroFadeUp 0.8s cubic-bezier(0.2, 0, 0.2, 1) forwards;
    }
        .hero-section h1 span {
            display: block;
            color: #FF6B00; 
            -webkit-text-fill-color: initial; 
        }

@keyframes heroFadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.hero-section p,
.page-hero p {
    font-size: 1.08rem;
    color: var(--seo-muted);
    max-width: 860px;
}

.hero-section__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}

.hero-section__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    list-style: none;
    padding: 0;
    margin: 2rem 0 0;
}

.hero-section__stats li,
.trust-grid__item,
.highlight-grid__item,
.spec-grid__item {
    background: var(--seo-surface);
    border: 1px solid rgba(20, 54, 66, 0.08);
    border-radius: var(--seo-radius-md);
    box-shadow: var(--seo-shadow);
}

.hero-section__stats li {
    padding: 1.25rem;
}

.hero-section__stats strong {
    display: block;
    font-size: 1.8rem;
    color: var(--seo-primary);
}

.hero-card,
.seo-card,
.vehicle-teaser-card,
.blog-teaser-card,
.quote-form-card,
.rich-content-card,
.side-info-card,
.contact-info-card,
.pricing-card,
.vehicle-gallery-card {
    background: var(--seo-surface);
    border: 1px solid rgba(20, 54, 66, 0.08);
    border-radius: var(--seo-radius-lg);
    box-shadow: var(--seo-shadow);
}

.hero-card,
.seo-card,
.rich-content-card,
.side-info-card,
.contact-info-card,
.pricing-card,
.quote-form-card {
    padding: 2rem;
}

.seo-card-link {
    display: block;
    text-decoration: none;
    height: 100%;
}

.seo-card,
.vehicle-teaser-card,
.blog-teaser-card {
    height: 100%;
}

    .seo-card h2, .seo-card h3,
    .vehicle-teaser-card h3,
    .blog-teaser-card h2, .blog-teaser-card h3,
    .rich-content-card h2,
    .quote-form-card h2,
    .pricing-card h2,
    .contact-info-card h2,
    .side-info-card h2 {
        font-size: clamp(1.2rem, 1.5vw, 1.6rem);
        font-weight: 700;
        line-height: 1.3;
        letter-spacing: -0.02em;
        margin-bottom: 1rem;
       color: rgba(255, 255, 255, 0.95);
        transition: all 0.4s cubic-bezier(0.2, 1, 0.3, 1);
        position: relative;
        display: inline-block; 
    }

    .seo-card:hover h2, .seo-card:hover h3,
    .vehicle-teaser-card:hover h3,
    .blog-teaser-card:hover h2,
    .blog-teaser-card:hover h3,
    .pricing-card:hover h2 {
        color: #ffffff;
        transform: translateX(4px);
    }
.seo-card p,
.vehicle-teaser-card p,
.blog-teaser-card p,
.hero-card p,
.rich-content-card p,
.quote-form-card p,
.contact-info-card p,
.side-info-card p {
    color: var(--seo-muted);
}

.seo-card__eyebrow,
.seo-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background: rgba(242, 111, 46, 0.12);
    color: var(--seo-primary-dark);
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.seo-card__cta,
.vehicle-teaser-card__footer a,
.blog-teaser-card a {
    color: var(--seo-primary);
    font-weight: 700;
    text-decoration: none;
}

.seo-section {
    padding: 2.25rem 0;
}

.seo-section-muted {
    background: rgba(20, 54, 66, 0.03);
}

.seo-section-dark {
    background: linear-gradient(135deg, var(--seo-surface-dark), #20353f);
    color: #fff;
}

.seo-section-dark h2,
.seo-section-dark p,
.seo-section-dark span,
.seo-section-dark strong {
    color: inherit;
}

.seo-section-heading {
    margin-bottom: 1.75rem;
}

    .seo-section-heading h2 {
        font-size: clamp(1.8rem, 3vw, 2.8rem);
        line-height: 1.2;
        font-weight: 800;
        letter-spacing: -0.02em;
        margin-bottom: 1.25rem;
        background: linear-gradient(to right, #ffffff 20%, rgba(255, 107, 0, 0.8) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        position: relative;
        display: block;
    }

        .seo-section-heading h2::after {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 0;
            width: 40px; 
            height: 3px;
            background: #FF6B00; 
            border-radius: 10px;
            transition: width 0.4s cubic-bezier(0.2, 1, 0.3, 1);
        }

   .seo-section-heading:hover h2::after {
        width: 80px;
        box-shadow: 0 0 15px rgba(255, 107, 0, 0.4);
    }

  

.seo-breadcrumb {
    margin-bottom: 1.25rem;
}

.seo-breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.seo-breadcrumb li {
    color: var(--seo-muted);
    font-size: 0.95rem;
}

.seo-breadcrumb li::after {
    content: "/";
    margin-left: 0.5rem;
}

.seo-breadcrumb li:last-child::after {
    display: none;
}

.seo-chip {
    display: inline-flex;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: rgba(20, 54, 66, 0.08);
    color: var(--seo-accent);
    font-size: 0.82rem;
    font-weight: 700;
}

.seo-check-list,
.seo-link-list,
.site-footer-contact,
.site-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.seo-check-list li,
.seo-link-list li,
.site-footer-contact li,
.site-footer-links li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.85rem;
}

.seo-check-list li::before,
.seo-link-list li::before,
.site-footer-contact li::before,
.site-footer-links li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55rem;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: var(--seo-primary);
}

.vehicle-teaser-card img,
.blog-teaser-card img,
.vehicle-gallery-card img,
.blog-detail-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: calc(var(--seo-radius-lg) - 2px) calc(var(--seo-radius-lg) - 2px) 0 0;
    object-fit: cover;
}

.vehicle-gallery-card img {
    border-radius: calc(var(--seo-radius-lg) - 2px);
}

.vehicle-teaser-card__body,
.blog-teaser-card__body {
    padding: 1.5rem;
}

.vehicle-teaser-card__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
}

.pricing-card__amount {
    display: block;
    margin: 1rem 0 1.25rem;
    font-size: 2rem;
    color: var(--seo-primary);
}

.trust-grid,
.highlight-grid,
.spec-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.trust-grid__item,
.highlight-grid__item,
.spec-grid__item {
    padding: 1.4rem;
}

.trust-grid__item strong,
.highlight-grid__item strong,
.spec-grid__item strong {
    display: block;
    margin-bottom: 0.5rem;
}

.quote-form .form-control,
.quote-form textarea {
    border-radius: 16px;
    border: 1px solid var(--seo-line);
    min-height: 52px;
    padding: 0.9rem 1rem;
    box-shadow: none;
}

.quote-form textarea {
    min-height: 130px;
}

.quote-form label {
    display: block;
    font-weight: 700;
    margin: 0.75rem 0 0.45rem;
}

.quote-form .btn {
    margin-top: 1.25rem;
    background: var(--seo-primary);
    color: #fff;
}

.quote-form .btn:hover {
    color: #fff;
    background: var(--seo-primary-dark);
}

.seo-faq {
    padding: 2.25rem 0 3rem;
}

.seo-accordion__item + .seo-accordion__item {
    margin-top: 0.75rem;
}

.seo-accordion__button {
    width: 100%;
    text-align: left;
    padding: 1.2rem 1.35rem;
    border: 1px solid rgba(20, 54, 66, 0.08);
    background: #fff;
    border-radius: 18px;
    font-weight: 700;
    color: var(--seo-accent);
}

.seo-accordion__body {
    padding: 1rem 1.35rem 1.25rem;
    color: var(--seo-muted);
}

.seo-content-block {
    position: relative;
    padding: 4rem;
    background: radial-gradient( circle at top left, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.01) 100% ) !important;
    border-radius: 40px !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    box-shadow: 0 40px 120px -20px rgba(0, 0, 0, 0.6), inset 0 1px 1px rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(50px) saturate(200%);
    -webkit-backdrop-filter: blur(50px) saturate(200%);
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

    .seo-content-block::after {
        content: "";
        position: absolute;
        inset: 0;
        padding: 1px; 
        border-radius: 40px;
        background: linear-gradient( 135deg, rgba(255, 255, 255, 0.15), transparent 30%, transparent 70%, rgba(255, 107, 0, 0.2) );
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
    }

    .seo-content-block h2 {
        font-size: 2.2rem;
        font-weight: 800;
        letter-spacing: -0.04em;
        background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.6) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 2rem;
    }

    .seo-content-block p {
        font-size: 1.15rem;
        line-height: 1.8;
        color: rgba(255, 255, 255, 0.6);
        mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
    }

    .seo-content-block:hover {
        transform: scale(1.01) translateY(-5px);
        background: radial-gradient( circle at top left, rgba(255, 255, 255, 0.06) 0%, rgba(255, 107, 0, 0.03) 100% ) !important;
        box-shadow: 0 60px 150px -30px rgba(0, 0, 0, 0.8) !important;
    }

.contact-map-frame iframe {
    width: 100%;
    border-radius: var(--seo-radius-lg);
    box-shadow: var(--seo-shadow);
}

.site-footer {
    margin-top: 3rem;
    padding: 3rem 0 2rem;
    background: #10242b;
    color: rgba(255, 255, 255, 0.82);
}

.site-footer h3,
.site-footer strong,
.site-footer a {
    color: #fff;
}

.site-footer .row > div {
    margin-bottom: 1.5rem;
}

.site-footer-brand p {
    margin-top: 1rem;
    color: rgba(255, 255, 255, 0.7);
}

.cookie-consent {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 30;
    width: min(420px, calc(100vw - 2rem));
    background: #fff;
    border: 1px solid rgba(20, 54, 66, 0.08);
    border-radius: 24px;
    box-shadow: var(--seo-shadow);
    padding: 1.25rem;
}

.cookie-consent__inner,
.cookie-preferences__row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.cookie-consent__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1rem;
}

.cookie-preferences {
    margin-top: 1rem;
    border-top: 1px solid var(--seo-line);
    padding-top: 1rem;
}

.seo-alert {
    margin-top: 1rem;
    padding: 1rem 1.25rem;
    border-radius: 18px;
    font-weight: 600;
}

.seo-alert-success {
    background: #e9f8ef;
    color: #177245;
}

.seo-alert-error {
    background: #fff0f0;
    color: #b42318;
}

.page-hero-compact {
    padding: 5rem 0;
}

@media (max-width: 991.98px) {
    .site-header-actions {
        margin-top: 1rem;
        align-items: flex-start;
        flex-direction: column;
    }

    .hero-section__stats,
    .trust-grid,
    .highlight-grid,
    .spec-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .hero-section,
    .page-hero,
    .seo-section,
    .seo-faq {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .hero-section__stats,
    .trust-grid,
    .highlight-grid,
    .spec-grid,
    .cookie-consent__inner,
    .cookie-preferences__row {
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .vehicle-teaser-card__footer,
    .hero-section__actions,
    .cookie-consent__actions {
        align-items: flex-start;
        flex-direction: column;
    }
}

.reservation-hero {
    padding-bottom: 1.5rem;
}

.reservation-summary-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.reservation-date-card,
.reservation-member-card,
.reservation-empty-state {
    background: #fff;
    border: 1px solid rgba(20, 54, 66, 0.08);
    border-radius: 24px;
    box-shadow: var(--seo-shadow);
}

.reservation-date-card {
    margin-top: 1.5rem;
}

.reservation-date-card__content,
.reservation-empty-state {
    padding: 1.6rem;
}

.reservation-date-form {
    margin-top: 1rem;
}

.reservation-date-grid,
.member-access-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    align-items: end;
}

.reservation-date-field,
.reservation-login-form .form-group {
    margin: 0;
}

.reservation-date-field span {
    display: block;
    margin-bottom: 0.45rem;
    font-weight: 700;
    color: var(--seo-accent);
}

.reservation-date-field input,
.reservation-login-form .form-control {
    width: 100%;
    min-height: 52px;
    border-radius: 16px;
    border: 1px solid var(--seo-line);
    padding: 0.9rem 1rem;
}

.reservation-date-submit {
    height: 52px;
}

.reservation-date-meta {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1rem;
    color: var(--seo-muted);
}

.reservation-date-meta strong {
    color: var(--seo-primary-dark);
}

.reservation-date-error {
    margin: 0.85rem 0 0;
    color: #d4002a;
    font-weight: 700;
}

.reservation-member-card {
    padding: 1.5rem;
    margin-bottom: 1.25rem;
}

.reservation-member-card__intro,
.reservation-empty-state__copy {
    margin-bottom: 1rem;
}

.reservation-member-card h3,
.reservation-empty-state h3 {
    color: var(--seo-accent);
    margin-bottom: 0.5rem;
}

.reservation-member-card p,
.reservation-empty-state p,
.reservation-member-card__actions p {
    color: var(--seo-muted);
}

.reservation-login-form {
    display: grid;
    gap: 0.85rem;
}

.reservation-member-card__actions {
    padding: 1.25rem;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(20, 54, 66, 0.05), rgba(242, 111, 46, 0.1));
}

.member-access-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1rem;
}

.reservation-member-card--compact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.reservation-empty-state {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 1.5rem;
}

.reservation-summary-strip__item {
    background: #fff;
    border: 1px solid rgba(20, 54, 66, 0.08);
    border-radius: 20px;
    padding: 1.15rem 1.25rem;
    box-shadow: var(--seo-shadow);
}

.reservation-summary-strip__item span {
    display: block;
    color: var(--seo-muted);
    margin-bottom: 0.35rem;
}

.reservation-summary-strip__item strong {
    color: var(--seo-accent);
    font-size: 1.05rem;
}

.reservation-shell {
    padding-bottom: 7rem;
}

.reservation-wizard .card,
.reservation-stage-card {
    border: none;
    border-radius: 24px;
    margin-bottom: 1rem;
    overflow: hidden;
    box-shadow: var(--seo-shadow);
}

.reservation-stage-card .card-body {
    padding: 2rem;
}

.reservation-section-heading {
    margin-bottom: 1.5rem;
}

    .reservation-section-heading h2 {
        font-size: 3.5rem;
        font-weight: 900 !important;
        letter-spacing: -0.04em;
        line-height: 0.9;
        margin-bottom: 2rem;
        color: rgba(255, 255, 255, 0.9);
        position: relative;
        display: inline-block;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
    }

        .reservation-section-heading h2::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient( 120deg, transparent 20%, rgba(255, 107, 0, 0.4) 40%, rgba(255, 107, 0, 0.7) 50%, rgba(255, 107, 0, 0.4) 60%, transparent 80% );
            background-size: 200% 100%;
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            animation: sweep 5s infinite linear;
        }

        .reservation-section-heading h2::after {
            content: "";
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 150px;
            height: 2px;
            background: linear-gradient(90deg, #FF6B00, #D96A33, transparent);
            box-shadow: 0 0 20px rgba(255, 107, 0, 0.6), 0 0 40px rgba(255, 107, 0, 0.2);
            border-radius: 2px;
        }

@keyframes sweep {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

    .reservation-section-heading p {
        color: rgba(255, 255, 255, 0.5);
        font-size: 1rem;
        line-height: 1.6;
    }

.reservation-steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    position: relative;
    padding: 0 0.75rem;
}

.reservation-steps #progress {
    -webkit-appearance: none;
    position: absolute;
    top: 26px;
    left: 3%;
    width: 94%;
    height: 8px;
    z-index: 0;
}

.reservation-steps #progress::-webkit-progress-bar {
    background: #dfe7eb;
    border-radius: 999px;
}

.reservation-steps #progress::-webkit-progress-value {
    background: linear-gradient(90deg, var(--seo-primary), #ffb17d);
    border-radius: 999px;
}

.step-item {
    position: relative;
    z-index: 1;
    text-align: center;
    flex: 1;
}

.step-button {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: none;
    background: #d4dde2;
    color: var(--seo-accent);
    font-weight: 700;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.step-item.is-current .step-button,
.step-item.is-complete .step-button,
.step-button[aria-expanded="true"] {
    background: var(--seo-primary);
    color: #fff;
    transform: scale(1.06);
}

.step-title {
    margin-top: 0.75rem;
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--seo-accent);
}

.step-item.is-current .step-title {
    color: var(--seo-primary-dark);
}

.reservation-sticky-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 18;
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid rgba(20, 54, 66, 0.08);
    backdrop-filter: blur(12px);
}

.reservation-sticky-bar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 0;
}

.reservation-sticky-bar__summary .label {
    display: block;
    color: var(--seo-muted);
    font-size: 0.85rem;
}

.reservation-sticky-bar__summary strong {
    color: var(--seo-primary);
    font-size: 1.5rem;
}

.reservation-shell .primary-vehicle-card.type2,
.reservation-shell .rent-feature-card,
.reservation-shell .rent-collapse,
.reservation-shell .rent-collapse-content {
    border-radius: 22px;
    box-shadow: none;
}

.reservation-shell .primary-vehicle-card.type2 {
    border: 1px solid rgba(20, 54, 66, 0.08);
    overflow: hidden;
}

.reservation-shell .primary-vehicle-card .card-img {
    max-height: 220px;
    object-fit: contain;
    padding: 1rem;
}

.reservation-shell .rent-feature-card {
    border: 1px solid rgba(20, 54, 66, 0.08);
    background: #fff;
}

.reservation-shell .rent-collapse {
    background: #fff;
    border: 1px solid rgba(20, 54, 66, 0.08);
}

.reservation-shell label.error,
#onayhata {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 600;
    color: #d4002a;
}

@media (max-width: 991.98px) {
    .reservation-summary-strip {
        grid-template-columns: 1fr;
    }

    .reservation-date-grid,
    .member-access-grid,
    .reservation-empty-state {
        grid-template-columns: 1fr;
    }

    .reservation-member-card--compact {
        align-items: flex-start;
        flex-direction: column;
    }

    .reservation-steps {
        gap: 0.5rem;
        padding: 0;
    }

    .step-title {
        font-size: 0.8rem;
    }
}

@media (max-width: 767.98px) {
    .reservation-stage-card .card-body {
        padding: 1.25rem;
    }

    .reservation-date-meta,
    .member-access-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .reservation-sticky-bar__inner {
        flex-direction: column;
        align-items: stretch;
    }

    .reservation-sticky-bar__inner .btn {
        width: 100%;
    }

    .step-button {
        width: 46px;
        height: 46px;
    }
}
