
.mobile-hero {
    position: relative;
    background: var(--dark-bg-strong);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    overflow: hidden;
}

.mobile-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.mobile-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
            var(--overlay-60) 0%,
            var(--dark-bg-strong) 220px,
            var(--dark-bg-strong) 100%);
}

.mobile-topbar {
    position: relative;
    z-index: 2;
    padding: 14px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(9, 9, 9, 0.2);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.mobile-brand {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}

.mobile-logo {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--orange);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
}

.mobile-title {
    color: var(--white);
    font-size: 18px;
    font-weight: 700;
}

.mobile-title span {
    color: var(--orange);
}

.mobile-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.mobile-action-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--white);
    text-decoration: none;
    position: relative;
    transition: 0.25s ease;
}

.mobile-action-item i {
    font-size: 21px;
}

.mobile-action-item:hover {
    color: var(--orange);
    transform: translateY(-1px);
}

.cart-icon {
    position: relative;
}

.cart-icon em {
    position: absolute;
    top: -4px;
    right: -6px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--cart-badge);
    color: var(--white);
    font-style: normal;
    font-size: 9px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-content {
    position: relative;
    z-index: 2;
    padding: 10px 14px 14px;
}

.mobile-main-heading {
    position: relative;
    margin-bottom: 18px;
}

.mobile-main-heading::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    top: -60px;
    left: -40px;
    background: radial-gradient(circle,
            var(--orange-glow),
            transparent 70%);
    filter: blur(35px);
    z-index: -1;
}

.mobile-main-heading h1 {
    color: var(--white);
    font-size: clamp(34px, 10vw, 48px);
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 10px;
}

.mobile-main-heading h1 span {
    color: var(--orange);
}

.mobile-main-heading p {
    color: var(--white-75);
    font-size: 14px;
}

.mobile-book-top-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    background: var(--orange);
    color: var(--white);
    border-radius: 12px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    box-shadow: 0 4px 12px var(--orange-shadow-25);
    transition: 0.25s ease;
    text-decoration: none;
}

.mobile-book-top-btn:hover {
    background: var(--orange-hover);
    transform: translateY(-1px);
}

@media (max-width: 575.98px) {
    .mobile-title {
        display: none;
    }
    .mobile-topbar {
        padding: 14px 12px;
    }
    .mobile-actions {
        gap: 10px;
    }
    .mobile-action-item i {
        font-size: 17px;
    }
    .mobile-book-top-btn {
        padding: 8px 10px;
        font-size: 11px;
    }
}

.mobile-logo {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--orange);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
}

.mobile-title {
    color: var(--white);
    font-size: 18px;
    font-weight: 700;
}

.mobile-title span {
    color: var(--orange);
}

.mobile-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.mobile-action-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    color: var(--white);
    text-decoration: none;
    position: relative;
}

.mobile-action-item i {
    font-size: 21px;
    line-height: 1;
}

.mobile-action-item:hover {
    color: var(--orange);
}

.cart-icon em {
    position: absolute;
    top: -4px;
    right: -6px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--cart-badge);
    color: var(--white);
    font-style: normal;
    font-size: 9px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-icon {
    position: relative;
}

.cart-icon span {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 16px;
    height: 16px;
    background: var(--cart-badge);
    color: var(--white);
    border-radius: 50%;
    font-size: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.mobile-content {
    position: relative;
    z-index: 2;
    padding: 10px 14px 14px;
}

.mobile-header-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 14px;
    gap: 12px;
}

.mobile-main-heading {
    margin-bottom: 18px;
}

.mobile-main-heading h1 {
    color: var(--white);
    font-size: clamp(36px, 10vw, 48px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.04em;
    margin: 0 0 10px;
}

.mobile-main-heading h1 span {
    color: var(--orange);
}

.mobile-main-heading p {
    color: var(--white-75);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin: 0;
}

.mobile-book-wrap {
    margin-bottom: 16px;
}

.mobile-book-btn {
    width: 100%;
    height: 48px;
    border: none;
    border-radius: 14px;
    background: var(--orange);
    color: var(--white);
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 4px 12px var(--orange-shadow-20);
}

.mobile-book-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 25px;
    background: var(--orange);
    color: var(--white);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.5px;
    white-space: nowrap;
    margin-top: 4px;
    box-shadow: 0 4px 12px var(--orange-shadow-20);
}

.offer-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: var(--offer-bg);
    border: 1px solid var(--white-12);
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 16px;
    padding: 8px 0;
}

.offer-card {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    position: relative;
    min-width: 0;
    background: transparent;
    border: 0;
}

.offer-card:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 12px;
    right: 0;
    width: 1px;
    height: calc(100% - 24px);
    background: var(--white-12);
}

.offer-card i {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--icon-muted);
    font-size: 16px;
    background: var(--white-04);
    border: 1px solid var(--white-08);
    border-radius: 10px;
}

.offer-details {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.offer-details strong {
    color: var(--white);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
}

.offer-details small {
    color: var(--white-65);
    font-size: 12px;
    margin-top: 3px;
    white-space: nowrap;
}

.mobile-search {
    position: relative;
}

.mobile-search i {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    color: var(--search-icon);
    font-size: 16px;
}

.mobile-search input {
    width: 100%;
    height: 48px;
    border: none;
    border-radius: 12px;
    padding: 0 16px 0 44px;
    font-size: 14px;
    background: var(--white);
    color: var(--gray-111);
    box-sizing: border-box;
}

.mobile-search input:focus {
    outline: none;
    box-shadow: none;
}

.mobile-search input::placeholder {
    color: var(--gray-888);
}

@media (max-width: 476px) {
    .offer-row {
        grid-template-columns: repeat(3, 1fr);
        padding: 4px 0;
        border-radius: 12px;
    }
    .offer-card {
        padding: 6px 8px;
        gap: 5px;
    }
    .offer-card i {
        width: 28px;
        height: 28px;
        font-size: 13px;
        border-radius: 7px;
    }
    .offer-details strong {
        font-size: 11px;
    }
    .offer-details small {
        font-size: 9px;
    }
    .offer-card:not(:last-child)::after {
        top: 9px;
        height: calc(100% - 18px);
    }
}
