/* ÜresÓra home redesign - 2026-05-20 */

@property --home-search-angle {
    syntax: "<angle>";
    inherits: false;
    initial-value: 0deg;
}

.page-home > .hero-v2,
.page-home > .scallop-divider,
.page-home > .light-section:not(.light-section-2),
.page-home > .how-section-dark,
.page-home > .biz-cta-section {
    display: none !important;
}

.home-new {
    --home-bg: #07090c;
    --home-panel: rgba(15, 17, 20, 0.72);
    --home-line: rgba(255, 255, 255, 0.13);
    --home-text: #f8f7f4;
    --home-muted: rgba(248, 247, 244, 0.70);
    --home-accent: #ff5b14;
    --home-accent-2: #ff7a1a;
    --home-paper: #f7f3ec;
    --home-ink: #111111;
    --home-ease-out: cubic-bezier(0.23, 1, 0.32, 1);
    --home-ease-inout: cubic-bezier(0.77, 0, 0.175, 1);
    background: var(--home-bg);
    color: var(--home-text);
    overflow: hidden;
    width: 100%;
    max-width: 100vw;
}

.home-new *,
.home-new *::before,
.home-new *::after {
    box-sizing: border-box;
}

.home-new img {
    display: block;
}

.home-new a {
    color: inherit;
    text-decoration: none;
}

.home-hero-new {
    position: relative;
    min-height: min(920px, 100dvh);
    padding: clamp(108px, 11vw, 150px) 0 38px;
    isolation: isolate;
}

.home-hero-media,
.home-hero-vignette {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: -2;
}

.home-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.04);
    filter: saturate(1.08) contrast(1.03);
    animation: home-hero-kenburns 14s var(--home-ease-inout) both;
}

.home-hero-vignette {
    z-index: -1;
    background:
        radial-gradient(circle at 74% 45%, rgba(255, 91, 20, 0.16), transparent 34%),
        linear-gradient(90deg, rgba(7, 9, 12, 0.96) 0%, rgba(7, 9, 12, 0.74) 34%, rgba(7, 9, 12, 0.40) 64%, rgba(7, 9, 12, 0.84) 100%),
        linear-gradient(180deg, rgba(7, 9, 12, 0.46) 0%, rgba(7, 9, 12, 0.20) 45%, #07090c 100%);
}

.home-hero-inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    grid-template-areas: "copy live";
    gap: clamp(24px, 4vw, 62px);
    align-items: center;
}

.home-hero-copy {
    grid-area: copy;
    max-width: 730px;
}

.home-kicker,
.home-section-head span,
.home-live-copy > span,
.home-steps-copy > span {
    display: inline-flex;
    color: var(--home-accent);
    font-size: 13px;
    font-weight: 850;
    letter-spacing: 0.075em;
    line-height: 1;
    text-transform: uppercase;
}

.home-hero-copy h1 {
    margin: 26px 0 20px;
    max-width: 760px;
    color: #fff;
    font-size: clamp(52px, 6.8vw, 104px);
    line-height: 0.94;
    letter-spacing: -0.035em;
    font-weight: 900;
}

.home-hero-copy h1 span,
.home-live-copy h2 em,
.home-steps-copy h2 em {
    color: var(--home-accent);
    font-style: normal;
}

.home-hero-copy p {
    max-width: 660px;
    margin: 0;
    color: rgba(255, 255, 255, 0.87);
    font-size: clamp(18px, 1.55vw, 25px);
    line-height: 1.48;
}

.home-hero-search {
    display: grid;
    grid-template-columns: minmax(180px, 1.1fr) minmax(150px, 0.72fr) auto;
    gap: 8px;
    width: min(860px, 100%);
    margin-top: 34px;
    padding: 8px;
    border: 1px solid var(--home-line);
    border-radius: 24px;
    background: rgba(11, 12, 14, 0.72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 28px 70px rgba(0, 0, 0, 0.30);
    backdrop-filter: blur(22px) saturate(145%);
    -webkit-backdrop-filter: blur(22px) saturate(145%);
}

.home-hero-search label {
    min-width: 0;
    padding: 10px 16px;
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.055);
}

.home-hero-search label span {
    display: block;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.52);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.home-hero-search input,
.home-hero-search select {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #fff;
    font: inherit;
    font-size: 15px;
    font-weight: 750;
    appearance: none;
}

.home-hero-search input::placeholder {
    color: rgba(255, 255, 255, 0.58);
}

.home-hero-search button,
.home-primary-btn,
.home-location-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 56px;
    border: 0;
    border-radius: 17px;
    background: linear-gradient(135deg, var(--home-accent), var(--home-accent-2));
    color: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 18px 42px rgba(255, 91, 20, 0.24);
    font: inherit;
    font-size: 15px;
    font-weight: 850;
    cursor: pointer;
    transition: transform 170ms var(--home-ease-out), box-shadow 220ms var(--home-ease-out);
}

.home-hero-search button:hover,
.home-primary-btn:hover,
.home-location-btn:hover {
    transform: translateY(-2px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), 0 24px 54px rgba(255, 91, 20, 0.30);
}

.home-hero-search button:active,
.home-primary-btn:active,
.home-location-btn:active,
.home-video-btn:active,
.home-section-head a:active,
.home-filter-row a:active {
    transform: scale(0.97);
}

.home-hero-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 24px;
    flex-wrap: wrap;
}

.home-primary-btn {
    min-width: 176px;
    padding: 0 24px;
}

.home-video-btn {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    color: #fff;
    font-size: 15px;
    font-weight: 780;
    transition: transform 170ms var(--home-ease-out), color 170ms ease;
}

.home-video-btn span {
    width: 54px;
    height: 54px;
    border: 1px solid rgba(255, 91, 20, 0.72);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--home-accent);
    background: rgba(10, 12, 14, 0.64);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.home-hero-live {
    grid-area: live;
    align-self: center;
    width: min(360px, 100%);
    justify-self: end;
    padding: 28px;
    border: 1px solid var(--home-line);
    border-radius: 28px;
    background: rgba(12, 13, 15, 0.66);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 26px 70px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(24px) saturate(145%);
    -webkit-backdrop-filter: blur(24px) saturate(145%);
}

.home-live-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.home-live-icon {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: var(--home-accent);
    background: rgba(255, 91, 20, 0.12);
}

.home-live-head b {
    font-size: 20px;
}

.home-hero-live p {
    margin: 0 0 22px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 1.5;
}

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

.home-countdown span {
    min-height: 82px;
    display: grid;
    place-items: center;
    padding: 12px 8px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.06);
}

.home-countdown b {
    font-size: 31px;
    line-height: 1;
    letter-spacing: -0.03em;
}

.home-countdown small {
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.70);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.home-watchers {
    display: flex;
    align-items: center;
    min-height: 50px;
    margin-top: 18px;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.055);
}

.home-watchers span {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    margin-right: -8px;
    border: 2px solid rgba(12, 13, 15, 0.86);
    border-radius: 50%;
    background: linear-gradient(135deg, #f4c5a3, #ff7a1a);
    color: #17100b;
    font-size: 12px;
    font-weight: 900;
}

.home-watchers b {
    margin-left: 17px;
    color: #fff;
    font-size: 14px;
}

.home-watchers i,
.home-booked-head span::before {
    width: 8px;
    height: 8px;
    margin-left: 8px;
    border-radius: 50%;
    background: #45d483;
    box-shadow: 0 0 0 6px rgba(69, 212, 131, 0.14);
    animation: home-live-dot 1800ms ease-out infinite;
}

.home-proof-bar {
    grid-area: proof;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-top: clamp(14px, 3vw, 38px);
    border: 1px solid var(--home-line);
    border-radius: 28px;
    background: rgba(10, 11, 13, 0.66);
    backdrop-filter: blur(22px) saturate(145%);
    -webkit-backdrop-filter: blur(22px) saturate(145%);
    overflow: hidden;
}

.home-proof-bar > div {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 14px;
    row-gap: 2px;
    align-items: center;
    padding: 24px clamp(18px, 2.4vw, 34px);
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.home-proof-bar > div:first-child {
    border-left: 0;
}

.home-proof-bar svg {
    grid-row: span 2;
    color: var(--home-accent);
}

.home-proof-bar b {
    color: #fff;
    font-size: clamp(20px, 2vw, 28px);
    letter-spacing: -0.02em;
}

.home-proof-bar span {
    color: var(--home-muted);
    font-size: 14px;
}

.home-spotlight {
    position: relative;
    overflow: hidden;
}

.home-spotlight::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0;
    background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(255, 91, 20, 0.20), transparent 38%);
    transition: opacity 220ms var(--home-ease-out);
}

.home-spotlight:hover::before {
    opacity: 1;
}

.home-dark-category,
.home-steps-new {
    position: relative;
    padding: clamp(70px, 8vw, 116px) 0;
    background: radial-gradient(circle at 15% 15%, rgba(255, 91, 20, 0.10), transparent 30%), #07090c;
}

.home-section-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 34px;
}

.home-section-head h2,
.home-live-copy h2,
.home-steps-copy h2 {
    margin: 15px 0 13px;
    color: var(--home-ink);
    font-size: clamp(38px, 5.2vw, 76px);
    line-height: 0.98;
    letter-spacing: -0.035em;
    font-weight: 900;
}

.home-section-head p,
.home-live-copy p,
.home-steps-copy p {
    margin: 0;
    max-width: 620px;
    color: #5e6269;
    font-size: clamp(16px, 1.45vw, 21px);
    line-height: 1.5;
}

.home-section-head a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 21px;
    border: 1px solid rgba(255, 91, 20, 0.35);
    border-radius: 999px;
    color: var(--home-accent);
    font-weight: 850;
    transition: transform 170ms var(--home-ease-out), background 170ms ease;
}

.home-section-head a:hover {
    transform: translateY(-2px);
    background: rgba(255, 91, 20, 0.08);
}

.home-section-head-dark h2,
.home-section-head-dark p {
    color: #fff;
}

.home-section-head-dark p {
    color: var(--home-muted);
}

.home-category-shell {
    position: relative;
}

.home-category-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(178px, 1fr);
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    padding: 3px 0 8px;
    max-width: 100%;
}

.home-category-track::-webkit-scrollbar {
    display: none;
}

.home-category-card {
    position: relative;
    min-height: 430px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 26px 22px;
    border: 1px solid var(--home-line);
    border-radius: 26px;
    background: #111418;
    scroll-snap-align: start;
    transform: translateY(26px);
    opacity: 0;
    transition: transform 620ms var(--home-ease-out) calc(var(--home-index, 0) * 58ms), opacity 620ms var(--home-ease-out) calc(var(--home-index, 0) * 58ms), border-color 220ms ease;
}

.home-category-card.is-visible,
.home-new [data-home-reveal].is-visible .home-category-card {
    transform: translateY(0);
    opacity: 1;
}

.home-category-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.64;
    filter: saturate(1.08) contrast(1.04);
    transition: transform 800ms var(--home-ease-out), opacity 260ms ease;
}

.home-category-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 9, 12, 0.10) 0%, rgba(7, 9, 12, 0.38) 44%, rgba(7, 9, 12, 0.92) 100%);
    pointer-events: none;
}

.home-category-card:hover {
    border-color: rgba(255, 91, 20, 0.75);
}

.home-category-card:hover img {
    transform: scale(1.06);
    opacity: 0.80;
}

.home-category-icon,
.home-category-card b,
.home-category-card small {
    position: relative;
    z-index: 1;
}

.home-category-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.home-category-card b {
    color: #fff;
    font-size: 24px;
    letter-spacing: -0.02em;
}

.home-category-card small {
    margin-top: 7px;
    color: var(--home-accent);
    font-size: 16px;
    font-weight: 800;
}

.home-scroll-btn {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    background: rgba(7, 9, 12, 0.86);
    color: #fff;
    cursor: pointer;
    transform: translateY(-50%);
    transition: transform 170ms var(--home-ease-out), background 170ms ease;
}

.home-scroll-btn:hover {
    transform: translateY(-50%) scale(1.05);
    background: rgba(255, 91, 20, 0.92);
}

.home-scroll-prev { left: -29px; }
.home-scroll-next { right: -29px; }

@media (max-width: 1500px) {
    .home-scroll-prev { left: 8px; }
    .home-scroll-next { right: 8px; }
}

.home-benefit-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-top: 42px;
    border: 1px solid var(--home-line);
    border-radius: 26px;
    background: rgba(16, 18, 22, 0.68);
    overflow: hidden;
}

.home-benefit-strip > div {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2px 15px;
    align-items: center;
    padding: 25px 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.home-benefit-strip > div:first-child {
    border-left: 0;
}

.home-benefit-strip span {
    grid-row: span 2;
    color: var(--home-accent);
}

.home-benefit-strip b {
    color: #fff;
    font-size: 17px;
}

.home-benefit-strip small {
    color: var(--home-muted);
    font-size: 14px;
}

.home-live-map-section,
.home-popular-section {
    padding: clamp(72px, 8vw, 116px) 0;
    background: var(--home-paper);
    color: var(--home-ink);
}

.home-live-grid {
    display: grid;
    grid-template-columns: minmax(220px, 0.68fr) minmax(0, 1.7fr) minmax(230px, 0.66fr);
    gap: 20px;
    align-items: stretch;
}

.home-live-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-live-stats {
    display: grid;
    gap: 12px;
    margin-top: 30px;
}

.home-live-stats div {
    display: grid;
    grid-template-columns: 72px 1fr;
    align-items: center;
    min-height: 72px;
    padding: 14px 16px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.64);
    box-shadow: 0 20px 50px rgba(13, 16, 20, 0.07);
}

.home-live-stats b {
    color: var(--home-ink);
    font-size: 30px;
    letter-spacing: -0.04em;
}

.home-live-stats span {
    color: #555b63;
    font-size: 14px;
    line-height: 1.35;
}

.home-location-btn {
    align-self: flex-start;
    min-height: 48px;
    margin-top: 14px;
    padding: 0 18px;
    border-radius: 999px;
    background: #fff;
    color: #181818;
    box-shadow: 0 16px 40px rgba(13, 16, 20, 0.08);
}

.home-map-card {
    position: relative;
    min-height: 520px;
    border-radius: 26px;
    background:
        radial-gradient(circle at 54% 54%, rgba(255, 91, 20, 0.18), transparent 21%),
        linear-gradient(90deg, rgba(255, 91, 20, 0.10) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 91, 20, 0.10) 1px, transparent 1px),
        #0b1116;
    background-size: auto, 54px 54px, 54px 54px, auto;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 24px 80px rgba(13, 16, 20, 0.14);
    overflow: hidden;
}

.home-map-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(28deg, transparent 49%, rgba(255, 91, 20, 0.13) 50%, transparent 51%),
        linear-gradient(132deg, transparent 49%, rgba(255, 91, 20, 0.10) 50%, transparent 51%),
        radial-gradient(circle at 52% 55%, #1f79ff 0 6px, #fff 7px, transparent 9px);
    opacity: 0.8;
    pointer-events: none;
}

.home-map-top {
    position: absolute;
    top: 24px;
    left: 24px;
    right: 24px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.home-map-top button,
.home-map-search {
    min-height: 46px;
    padding: 0 17px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(7, 9, 12, 0.74);
    color: #fff;
    font: inherit;
    font-weight: 850;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.home-map-top span {
    color: var(--home-accent);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.home-map-pin {
    position: absolute;
    left: var(--x);
    top: var(--y);
    z-index: 2;
    transform: translate(-50%, -50%);
}

.home-map-pin > span {
    position: relative;
    display: block;
    width: 28px;
    height: 28px;
    border: 4px solid #fff;
    border-radius: 50% 50% 50% 0;
    background: var(--home-accent);
    box-shadow: 0 0 0 10px rgba(255, 91, 20, 0.16), 0 0 34px rgba(255, 91, 20, 0.62);
    transform: rotate(-45deg);
    animation: home-map-pulse 2200ms ease-out infinite;
}

.home-map-pin > div {
    position: absolute;
    left: 18px;
    top: 22px;
    width: 205px;
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 11px;
    align-items: center;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 17px;
    background: rgba(11, 12, 14, 0.84);
    color: #fff;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.30);
    opacity: 0;
    transform: translate3d(0, 10px, 0) scale(0.96);
    animation: home-map-card-in 4600ms var(--home-ease-out) infinite;
    animation-delay: calc(var(--home-index, 0) * 800ms);
}

.home-map-pin img {
    width: 64px;
    height: 56px;
    border-radius: 12px;
    object-fit: cover;
}

.home-map-pin b,
.home-map-pin small {
    display: block;
}

.home-map-pin small {
    margin-top: 4px;
    color: #74df91;
    font-size: 12px;
}

.home-map-search {
    position: absolute;
    right: 24px;
    bottom: 24px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
}

.home-booked-panel {
    padding: 22px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 24px 70px rgba(13, 16, 20, 0.10);
}

.home-booked-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
    color: var(--home-ink);
    text-transform: uppercase;
    font-weight: 900;
}

.home-booked-head span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--home-accent);
    font-size: 12px;
}

.home-booked-head span::before {
    content: "";
    display: block;
    margin-left: 0;
}

.home-booked-panel a {
    display: grid;
    grid-template-columns: 58px 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 12px 0;
    border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.home-booked-panel a:first-of-type {
    border-top: 0;
}

.home-booked-panel img {
    width: 58px;
    height: 54px;
    object-fit: cover;
    border-radius: 13px;
}

.home-booked-panel b,
.home-booked-panel small {
    display: block;
}

.home-booked-panel b {
    color: var(--home-ink);
    font-size: 15px;
}

.home-booked-panel small {
    margin-top: 3px;
    color: #5e6269;
    font-size: 12px;
}

.home-booked-panel i {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: #6fcd78;
}

.home-filter-row {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin: -72px 0 26px;
    overflow-x: auto;
    scrollbar-width: none;
}

.home-filter-row::-webkit-scrollbar {
    display: none;
}

.home-filter-row a {
    flex: 0 0 auto;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border: 1px solid rgba(17, 17, 17, 0.09);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: #191919;
    font-weight: 820;
    box-shadow: 0 12px 30px rgba(13, 16, 20, 0.05);
}

.home-filter-row a.is-active {
    background: #111111;
    color: #fff;
}

.home-offer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.98fr);
    gap: 20px;
}

.home-offer-feature,
.home-mini-offer {
    position: relative;
    min-height: 620px;
    border-radius: 26px;
    overflow: hidden;
    background: #111;
    box-shadow: 0 28px 90px rgba(13, 16, 20, 0.16);
}

.home-offer-feature img,
.home-mini-offer img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 850ms var(--home-ease-out);
}

.home-offer-feature:hover img,
.home-mini-offer:hover img {
    transform: scale(1.055);
}

.home-offer-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 26px;
    color: #fff;
    background: linear-gradient(180deg, rgba(8, 9, 12, 0.20), rgba(8, 9, 12, 0.30) 42%, rgba(8, 9, 12, 0.94));
}

.home-offer-tags {
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
}

.home-offer-tags span,
.home-offer-feature > .home-offer-overlay > strong,
.home-mini-offer > span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 13px;
    border-radius: 12px;
    background: rgba(8, 9, 12, 0.76);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.035em;
}

.home-offer-feature > .home-offer-overlay > strong {
    position: absolute;
    top: 24px;
    right: 24px;
    min-height: 66px;
    padding: 0 20px;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--home-accent), var(--home-accent-2));
    font-size: 26px;
    letter-spacing: -0.02em;
}

.home-offer-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.home-offer-bottom h3,
.home-mini-offer h3 {
    margin: 0 0 7px;
    color: #fff;
    font-size: clamp(26px, 2.4vw, 34px);
    line-height: 1.04;
    letter-spacing: -0.03em;
}

.home-offer-bottom p,
.home-mini-offer p,
.home-mini-offer small,
.home-offer-bottom small {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
}

.home-offer-bottom del {
    display: block;
    margin-bottom: 3px;
    color: rgba(255, 255, 255, 0.44);
    text-align: right;
    font-size: 18px;
}

.home-offer-bottom b,
.home-mini-offer b {
    display: block;
    color: var(--home-accent);
    font-size: 34px;
    line-height: 1;
    letter-spacing: -0.03em;
    white-space: nowrap;
}

.home-offer-stack {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.home-mini-offer {
    min-height: 300px;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 520ms var(--home-ease-out) calc(var(--home-index, 0) * 80ms), transform 520ms var(--home-ease-out) calc(var(--home-index, 0) * 80ms);
}

.home-mini-offer.is-visible,
.home-new [data-home-reveal].is-visible .home-mini-offer {
    opacity: 1;
    transform: translateY(0);
}

.home-mini-offer::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 9, 12, 0.18), rgba(8, 9, 12, 0.88));
}

.home-mini-offer > span {
    position: absolute;
    z-index: 2;
    top: 16px;
    left: 16px;
    background: linear-gradient(135deg, var(--home-accent), var(--home-accent-2));
}

.home-heart {
    position: absolute;
    z-index: 2;
    top: 16px;
    right: 16px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    background: rgba(8, 9, 12, 0.62);
    color: #fff;
    cursor: pointer;
}

.home-heart.is-active {
    color: var(--home-accent);
}

.home-mini-offer > div {
    position: absolute;
    z-index: 2;
    left: 16px;
    right: 16px;
    bottom: 18px;
}

.home-mini-offer h3 {
    font-size: 22px;
}

.home-mini-offer small {
    display: inline-flex;
    margin: 10px 0 8px;
    padding: 5px 9px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(8, 9, 12, 0.38);
    color: #fff;
    font-size: 12px;
}

.home-mini-offer b {
    font-size: 24px;
}

.home-steps-grid {
    display: grid;
    grid-template-columns: minmax(260px, 0.72fr) minmax(250px, 1fr) minmax(250px, 1fr) minmax(250px, 1fr);
    gap: 18px;
    align-items: stretch;
}

.home-steps-copy h2,
.home-steps-copy p,
.home-steps-copy li,
.home-steps-copy strong {
    color: #fff;
}

.home-steps-copy p {
    color: var(--home-muted);
}

.home-steps-copy ol {
    position: relative;
    display: grid;
    gap: 24px;
    margin: 34px 0;
    padding: 0;
    list-style: none;
}

.home-steps-copy ol::before {
    content: "";
    position: absolute;
    left: 22px;
    top: 20px;
    bottom: 20px;
    width: 1px;
    background: linear-gradient(180deg, var(--home-accent), rgba(255, 91, 20, 0.08));
}

.home-steps-copy li {
    position: relative;
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 18px;
    align-items: center;
}

.home-steps-copy li b {
    position: relative;
    z-index: 1;
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 91, 20, 0.75);
    border-radius: 50%;
    background: #111417;
    color: #fff;
    box-shadow: 0 0 0 6px rgba(255, 91, 20, 0.08);
}

.home-steps-copy li strong {
    display: block;
    margin-bottom: 5px;
    font-size: 20px;
}

.home-steps-copy li span {
    color: var(--home-muted);
    line-height: 1.45;
}

.home-step-card {
    position: relative;
    min-height: 640px;
    padding: 30px;
    border: 1px solid rgba(255, 91, 20, 0.28);
    border-radius: 30px;
    background: #121416;
    overflow: hidden;
}

.home-step-card > img {
    position: absolute;
    inset: auto 0 0 0;
    width: 100%;
    height: 72%;
    object-fit: cover;
    opacity: 0.74;
    filter: saturate(1.05) contrast(1.03);
}

.home-step-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 9, 12, 0.30), rgba(8, 9, 12, 0.22) 35%, rgba(8, 9, 12, 0.82));
}

.home-step-card > span,
.home-step-card h3,
.home-step-card p,
.home-pay-sheet {
    position: relative;
    z-index: 1;
}

.home-step-card > span {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 91, 20, 0.8);
    border-radius: 50%;
    color: #fff;
    font-weight: 900;
}

.home-step-card h3 {
    margin: 18px 0 8px;
    color: #fff;
    font-size: 25px;
}

.home-step-card p {
    margin: 0;
    max-width: 260px;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.5;
}

.home-step-phone > img {
    height: 84%;
    object-fit: contain;
    object-position: bottom center;
    opacity: 0.98;
    transform: translateY(20px);
}

.home-pay-sheet {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 34px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px 16px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 19px;
    background: rgba(11, 12, 14, 0.82);
    color: #fff;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.home-pay-sheet em {
    grid-column: 1 / -1;
    display: grid;
    place-items: center;
    min-height: 42px;
    border-radius: 12px;
    background: #fff;
    color: #111;
    font-style: normal;
    font-weight: 900;
}

.home-new [data-home-reveal] {
    opacity: 0;
    transform: translateY(34px);
    transition: opacity 680ms var(--home-ease-out), transform 680ms var(--home-ease-out);
}

.home-new [data-home-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes home-hero-kenburns {
    from { transform: scale(1.08) translate3d(0, 14px, 0); }
    to { transform: scale(1.02) translate3d(0, 0, 0); }
}

@keyframes home-live-dot {
    0% { box-shadow: 0 0 0 0 rgba(69, 212, 131, 0.30); }
    100% { box-shadow: 0 0 0 12px rgba(69, 212, 131, 0); }
}

@keyframes home-map-pulse {
    0%, 100% { transform: rotate(-45deg) translateY(0); }
    50% { transform: rotate(-45deg) translateY(-5px); }
}

@keyframes home-map-card-in {
    0%, 15% { opacity: 0; transform: translate3d(0, 10px, 0) scale(0.96); }
    23%, 70% { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
    82%, 100% { opacity: 0; transform: translate3d(0, 8px, 0) scale(0.97); }
}

@media (max-width: 1180px) {
    .home-hero-inner {
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas: "copy" "live" "proof";
    }

    .home-hero-live {
        justify-self: start;
        width: min(460px, 100%);
    }

    .home-proof-bar,
    .home-benefit-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-proof-bar > div:nth-child(3),
    .home-benefit-strip > div:nth-child(3) {
        border-left: 0;
    }

    .home-live-grid,
    .home-steps-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .home-booked-panel {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0 22px;
    }

    .home-booked-head {
        grid-column: 1 / -1;
    }

    .home-filter-row {
        justify-content: flex-start;
        margin: 0 0 24px;
    }

    .home-offer-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .home-offer-feature {
        min-height: 560px;
    }

    .home-step-card {
        min-height: 560px;
    }
}

@media (max-width: 760px) {
    .home-hero-new {
        min-height: 0;
        padding: 94px 0 28px;
    }

    .home-hero-vignette {
        background:
            linear-gradient(180deg, rgba(7, 9, 12, 0.58), rgba(7, 9, 12, 0.90) 52%, #07090c 100%),
            linear-gradient(90deg, rgba(7, 9, 12, 0.94), rgba(7, 9, 12, 0.34));
    }

    .home-kicker,
    .home-section-head span,
    .home-live-copy > span,
    .home-steps-copy > span {
        font-size: 11px;
        letter-spacing: 0.055em;
    }

    .home-hero-copy h1 {
        margin-top: 18px;
        font-size: clamp(44px, 13vw, 62px);
        line-height: 0.98;
        letter-spacing: -0.035em;
    }

    .home-hero-copy p {
        font-size: 17px;
    }

    .home-hero-search {
        grid-template-columns: 1fr;
        margin-top: 25px;
        border-radius: 20px;
    }

    .home-hero-search button,
    .home-primary-btn,
    .home-video-btn {
        width: 100%;
        justify-content: center;
    }

    .home-hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .home-hero-live {
        padding: 20px;
        border-radius: 22px;
    }

    .home-countdown {
        gap: 8px;
    }

    .home-countdown span {
        min-height: 72px;
    }

    .home-countdown b {
        font-size: 24px;
    }

    .home-proof-bar,
    .home-benefit-strip {
        grid-template-columns: 1fr 1fr;
        border-radius: 22px;
    }

    .home-proof-bar > div,
    .home-benefit-strip > div {
        display: block;
        padding: 18px;
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .home-proof-bar > div:nth-child(-n+2),
    .home-benefit-strip > div:nth-child(-n+2) {
        border-top: 0;
    }

    .home-proof-bar svg,
    .home-benefit-strip span {
        margin-bottom: 10px;
    }

    .home-proof-bar b,
    .home-proof-bar span,
    .home-benefit-strip b,
    .home-benefit-strip small {
        display: block;
    }

    .home-dark-category,
    .home-live-map-section,
    .home-popular-section,
    .home-steps-new {
        padding: 54px 0;
    }

    .home-section-head {
        display: block;
        margin-bottom: 24px;
    }

    .home-section-head h2,
    .home-live-copy h2,
    .home-steps-copy h2 {
        font-size: clamp(36px, 10vw, 54px);
    }

    .home-section-head a {
        margin-top: 18px;
        min-height: 44px;
        padding: 0 16px;
    }

    .home-category-track {
        grid-auto-columns: minmax(164px, 72vw);
        margin-inline: calc(var(--container-pad, 20px) * -1);
        padding-inline: var(--container-pad, 20px);
        scroll-padding-inline: var(--container-pad, 20px);
    }

    .home-category-card {
        min-height: 348px;
        border-radius: 22px;
    }

    .home-scroll-btn {
        display: none;
    }

    .home-map-card {
        min-height: 460px;
        border-radius: 22px;
    }

    .home-map-pin > div {
        width: 170px;
        grid-template-columns: 52px 1fr;
        padding: 8px;
    }

    .home-map-pin img {
        width: 52px;
        height: 48px;
    }

    .home-map-pin-1 > div,
    .home-map-pin-3 > div {
        left: auto;
        right: 18px;
    }

    .home-booked-panel {
        display: block;
        padding: 18px;
    }

    .home-filter-row {
        margin-inline: calc(var(--container-pad, 20px) * -1);
        padding: 0 var(--container-pad, 20px) 4px;
    }

    .home-offer-feature {
        min-height: 520px;
        border-radius: 22px;
    }

    .home-offer-bottom {
        display: block;
    }

    .home-offer-bottom > div:last-child {
        margin-top: 18px;
    }

    .home-offer-bottom del,
    .home-offer-bottom b {
        text-align: left;
    }

    .home-offer-stack {
        grid-template-columns: 1fr;
    }

    .home-mini-offer {
        min-height: 280px;
        border-radius: 22px;
    }

    .home-step-card {
        min-height: 470px;
        padding: 24px;
        border-radius: 24px;
    }

    .home-step-phone {
        min-height: 560px;
    }
}

@media (max-width: 430px) {
    .home-hero-copy h1 {
        font-size: 42px;
    }

    .home-hero-copy p {
        font-size: 15.5px;
    }

    .home-hero-search label {
        padding: 10px 13px;
    }

    .home-proof-bar,
    .home-benefit-strip {
        grid-template-columns: 1fr;
    }

    .home-proof-bar > div,
    .home-benefit-strip > div,
    .home-proof-bar > div:nth-child(-n+2),
    .home-benefit-strip > div:nth-child(-n+2) {
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .home-proof-bar > div:first-child,
    .home-benefit-strip > div:first-child {
        border-top: 0;
    }

    .home-map-card {
        min-height: 430px;
    }

    .home-map-pin > div {
        display: none;
    }

    .home-offer-feature {
        min-height: 480px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-new *,
    .home-new *::before,
    .home-new *::after {
        animation-duration: 1ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 1ms !important;
    }

    .home-new [data-home-reveal],
    .home-category-card,
    .home-mini-offer {
        opacity: 1 !important;
        transform: none !important;
    }
}

/* Final responsive polish: smaller scale, calmer reveals, stable live section. */
.home-hero-new[data-home-reveal] {
    opacity: 1;
    transform: none;
}

.home-hero-new {
    min-height: min(780px, 100dvh);
    padding: clamp(96px, 9vw, 126px) 0 30px;
}

.home-hero-inner {
    gap: clamp(20px, 3vw, 46px);
}

.home-hero-copy h1 {
    max-width: 660px;
    font-size: clamp(46px, 5.7vw, 82px);
    line-height: 0.97;
}

.home-hero-copy p {
    max-width: 590px;
    font-size: clamp(16px, 1.25vw, 21px);
}

.home-hero-search {
    position: relative;
    width: min(780px, 100%);
    margin-top: 28px;
    padding: 9px;
    border-color: rgba(255, 255, 255, 0.16);
    border-radius: 26px;
    overflow: hidden;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.11),
        0 22px 58px rgba(0, 0, 0, 0.30),
        0 0 0 1px rgba(255, 91, 20, 0.08);
}

.home-hero-search::before {
    content: "";
    position: absolute;
    inset: -2px;
    padding: 1px;
    border-radius: inherit;
    background: conic-gradient(from var(--home-search-angle, 0deg), transparent, rgba(255, 91, 20, 0.92), rgba(255, 255, 255, 0.34), transparent 42%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0.72;
    pointer-events: none;
    animation: home-search-border 4200ms linear infinite;
}

.home-hero-search::after {
    content: "";
    position: absolute;
    inset: 10px auto 10px -35%;
    width: 30%;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.13), transparent);
    transform: skewX(-14deg);
    pointer-events: none;
    animation: home-search-sheen 5200ms var(--home-ease-out) infinite;
}

.home-hero-search label,
.home-hero-search button {
    position: relative;
    z-index: 1;
}

.home-hero-search label {
    transition: background 180ms var(--home-ease-out), transform 180ms var(--home-ease-out);
}

.home-hero-search:focus-within label {
    background: rgba(255, 255, 255, 0.075);
}

.home-hero-search label:focus-within {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.10);
}

.home-search-hint {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
}

.home-search-hint span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #45d483;
    box-shadow: 0 0 0 7px rgba(69, 212, 131, 0.13);
    animation: home-live-dot 1800ms ease-out infinite;
}

.home-search-hint b {
    color: #fff;
    font-weight: 850;
}

.home-search-hint small {
    color: rgba(255, 255, 255, 0.58);
}

.home-hero-live {
    width: min(328px, 100%);
    padding: 22px;
    border-radius: 24px;
}

.home-countdown span {
    min-height: 70px;
}

.home-countdown b {
    font-size: 26px;
}

.home-proof-bar > div {
    padding: 18px clamp(16px, 2vw, 26px);
}

.home-dark-category,
.home-steps-new {
    padding: clamp(58px, 6vw, 86px) 0;
}

.home-section-head {
    margin-bottom: 26px;
}

.home-section-head h2,
.home-live-copy h2,
.home-steps-copy h2 {
    font-size: clamp(34px, 4.1vw, 58px);
    line-height: 1.02;
}

.home-section-head p,
.home-live-copy p,
.home-steps-copy p {
    font-size: clamp(15px, 1.12vw, 18px);
}

.home-category-track {
    grid-auto-columns: minmax(158px, 1fr);
}

.home-category-card {
    min-height: 330px;
    border-radius: 22px;
    padding: 22px 18px;
}

.home-category-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 14px;
}

.home-category-card b {
    font-size: 21px;
}

.home-category-card small {
    font-size: 14px;
}

.home-benefit-strip {
    margin-top: 28px;
}

.home-benefit-strip > div {
    padding: 18px 22px;
}

.home-live-map-section {
    margin-top: -32px;
    padding: clamp(58px, 6vw, 86px) 0 clamp(54px, 5vw, 74px);
    border-radius: 32px 32px 0 0;
    background: #fff;
    position: relative;
    z-index: 1;
}

.home-popular-section {
    padding: clamp(54px, 5.6vw, 82px) 0 clamp(60px, 6vw, 92px);
    background: #fff;
}

.home-live-grid {
    grid-template-columns: minmax(210px, 0.7fr) minmax(360px, 1.32fr) minmax(220px, 0.62fr);
    gap: 18px;
}

.home-live-stats {
    margin-top: 22px;
}

.home-live-stats div {
    min-height: 64px;
    grid-template-columns: 58px 1fr;
    padding: 12px 14px;
    border-radius: 17px;
}

.home-live-stats b {
    font-size: 25px;
}

.home-map-card {
    min-height: 430px;
    border-radius: 22px;
}

.home-map-card::after {
    opacity: 0.62;
}

.home-map-top {
    top: 18px;
    left: 18px;
    right: 18px;
}

.home-map-pin > span {
    width: 24px;
    height: 24px;
    border-width: 3px;
}

.home-map-pin > div {
    width: clamp(150px, 13vw, 178px);
    grid-template-columns: 52px 1fr;
    gap: 9px;
    padding: 8px;
    border-radius: 15px;
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    animation: none;
}

.home-map-pin img {
    width: 52px;
    height: 47px;
}

.home-map-pin b {
    font-size: 13px;
}

.home-map-pin small {
    font-size: 11px;
}

.home-map-pin-1 > div,
.home-map-pin-3 > div {
    left: auto;
    right: 18px;
}

.home-map-search {
    right: 18px;
    bottom: 18px;
    min-height: 42px;
}

.home-booked-panel {
    padding: 18px;
    border-radius: 20px;
}

.home-booked-panel a {
    grid-template-columns: 52px 1fr auto;
    padding: 10px 0;
}

.home-booked-panel img {
    width: 52px;
    height: 48px;
}

.home-filter-row {
    margin: -58px 0 22px;
}

.home-filter-row a {
    min-height: 42px;
    padding: 0 15px;
    font-size: 14px;
}

.home-offer-feature {
    min-height: 500px;
}

.home-mini-offer {
    min-height: 240px;
}

.home-offer-bottom h3,
.home-mini-offer h3 {
    font-size: clamp(22px, 1.9vw, 28px);
}

.home-offer-bottom b {
    font-size: 28px;
}

.home-mini-offer b {
    font-size: 21px;
}

.home-steps-grid {
    grid-template-columns: minmax(250px, 0.72fr) repeat(3, minmax(210px, 1fr));
}

.home-step-card {
    min-height: 500px;
    border-radius: 24px;
}

.home-step-card h3 {
    font-size: 22px;
}

.home-step-card > img {
    height: 68%;
}

.home-new [data-home-reveal] {
    transform: translateY(14px);
    transition: opacity 540ms var(--home-ease-out), transform 540ms var(--home-ease-out);
}

.home-category-card,
.home-mini-offer {
    transform: translateY(12px);
}

@keyframes home-search-border {
    to { --home-search-angle: 360deg; }
}

@keyframes home-search-sheen {
    0%, 52% { transform: translateX(0) skewX(-14deg); opacity: 0; }
    62% { opacity: 1; }
    88%, 100% { transform: translateX(520%) skewX(-14deg); opacity: 0; }
}

@media (max-width: 1180px) {
    .home-live-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .home-map-card {
        min-height: 410px;
    }

    .home-booked-panel {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-filter-row {
        margin: 0 0 20px;
    }

    .home-offer-feature {
        min-height: 460px;
    }

    .home-step-card {
        min-height: 440px;
    }
}

@media (max-width: 760px) {
    .home-hero-new {
        padding: 84px 0 24px;
    }

    .home-hero-copy h1 {
        font-size: clamp(38px, 11vw, 50px);
    }

    .home-hero-copy p {
        font-size: 15.5px;
    }

    .home-hero-search {
        gap: 6px;
        margin-top: 22px;
        padding: 7px;
    }

    .home-search-hint {
        align-items: flex-start;
        flex-wrap: wrap;
        font-size: 12.5px;
    }

    .home-search-hint small {
        width: 100%;
        padding-left: 18px;
    }

    .home-hero-live {
        width: 100%;
        padding: 18px;
    }

    .home-proof-bar > div,
    .home-benefit-strip > div {
        padding: 14px;
    }

.home-dark-category,
.home-live-map-section,
.home-popular-section,
.home-steps-new {
    padding-top: 44px;
        padding-bottom: 44px;
    }

    .home-live-map-section {
        margin-top: -24px;
        border-radius: 24px 24px 0 0;
    }

    .home-section-head h2,
    .home-live-copy h2,
    .home-steps-copy h2 {
        font-size: clamp(31px, 8.4vw, 42px);
    }

    .home-category-card {
        min-height: 284px;
    }

    .home-benefit-strip {
        margin-top: 22px;
    }

    .home-map-card {
        min-height: 340px;
    }

    .home-map-top {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .home-map-pin > div {
        display: none;
    }

    .home-map-search {
        left: 18px;
        right: 18px;
        justify-content: center;
    }

    .home-booked-panel {
        display: block;
    }

    .home-offer-feature {
        min-height: 430px;
    }

    .home-mini-offer {
        min-height: 235px;
    }

    .home-step-card,
    .home-step-phone {
        min-height: 405px;
    }

    .home-step-phone > img {
        height: 76%;
    }
}

/* Latest home polish: no hero trust strip, no section glow bands, stronger title detailing. */
.home-proof-bar {
    display: none !important;
}

.home-hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
    grid-template-areas: "copy live";
    align-items: center;
}

.home-hero-featured {
    width: min(430px, 100%);
}

.home-section-head h2,
.home-live-copy h2,
.home-steps-copy h2 {
    position: relative;
}

.home-section-head h2::after,
.home-live-copy h2::after,
.home-steps-copy h2::after {
    content: "";
    display: block;
    width: clamp(54px, 5vw, 86px);
    height: 3px;
    margin-top: 16px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff6a00, rgba(255, 106, 0, 0));
}

.home-section-head-dark h2::after {
    background: linear-gradient(90deg, #ff6a00, rgba(255, 255, 255, 0));
}

.home-dark-category::before,
.home-live-map-section::before,
.home-popular-section::before,
.home-steps-new::before,
.page-home .light-section-2::before {
    display: none !important;
}

.home-dark-category,
.home-live-map-section,
.home-popular-section,
.home-steps-new,
.page-home .light-section-2 {
    box-shadow: none;
}

.home-new [data-home-reveal] {
    opacity: 1;
    transform: none;
}

.home-category-card {
    opacity: 1;
    transform: none;
}

.home-new [data-home-reveal].is-visible .home-category-card {
    transform: none;
    opacity: 1;
}

.home-maplibre-card {
    background: #0b1116;
}

#home-live-maplibre {
    position: absolute;
    inset: 0;
    background: #0b1116;
}

.home-maplibre-card::after {
    background:
        linear-gradient(180deg, rgba(8, 10, 13, 0.28), transparent 36%, rgba(8, 10, 13, 0.62)),
        radial-gradient(circle at 50% 50%, rgba(255, 106, 0, 0.14), transparent 35%);
    z-index: 1;
}

.home-map-top,
.home-map-search,
.home-live-map-overlay {
    z-index: 3;
}

.home-live-marker {
    position: relative;
    display: inline-grid;
    place-items: center;
    min-width: 48px;
    height: 36px;
    padding: 0 11px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: linear-gradient(135deg, #ff6a00, #ff8a2d);
    color: #fff;
    box-shadow: 0 14px 34px rgba(255, 106, 0, 0.34), 0 0 0 7px rgba(255, 106, 0, 0.12);
    font: inherit;
    font-size: 12px;
    font-weight: 950;
    cursor: pointer;
    transform: none;
    transition: box-shadow 180ms ease, filter 180ms ease, background 180ms ease;
}

.home-live-marker span {
    transform: none;
}

.home-live-marker:hover {
    transform: none;
    box-shadow: 0 18px 44px rgba(255, 106, 0, 0.42), 0 0 0 10px rgba(255, 106, 0, 0.16);
}

.home-live-map-overlay {
    position: absolute;
    left: 18px;
    bottom: 18px;
    width: min(360px, calc(100% - 36px));
}

.home-live-map-card {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 12px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    background: rgba(12, 14, 17, 0.78);
    color: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 20px 54px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(18px) saturate(145%);
    -webkit-backdrop-filter: blur(18px) saturate(145%);
}

.home-live-map-card img {
    width: 82px;
    height: 82px;
    border-radius: 14px;
    object-fit: cover;
}

.home-live-map-card small,
.home-live-map-card b,
.home-live-map-card em {
    display: block;
}

.home-live-map-card small {
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
}

.home-live-map-card b {
    margin-top: 4px;
    color: #fff;
    font-size: 16px;
    line-height: 1.12;
}

.home-live-map-card em {
    margin-top: 8px;
    color: #ff8a2d;
    font-style: normal;
    font-size: 12px;
    font-weight: 900;
}

@media (max-width: 1180px) {
    .home-hero-inner {
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas: "copy" "live";
    }
}

@media (max-width: 760px) {
    .home-live-map-overlay {
        left: 14px;
        right: 14px;
        bottom: 14px;
        width: auto;
    }

    .home-live-map-card {
        grid-template-columns: 68px minmax(0, 1fr);
    }

    .home-live-map-card img {
        width: 68px;
        height: 68px;
    }
}

@media (max-width: 430px) {
    .home-hero-copy h1 {
        font-size: 37px;
    }

    .home-countdown span {
        min-height: 62px;
    }

    .home-countdown b {
        font-size: 22px;
    }

    .home-category-track {
        grid-auto-columns: minmax(156px, 68vw);
    }

    .home-category-card {
        min-height: 260px;
    }

    .home-map-card {
        min-height: 310px;
    }

    .home-offer-feature {
        min-height: 390px;
    }
}

/* Third pass: stronger hero, featured-offer panel, carousel popular cards, white steps. */
.home-hero-new {
    min-height: min(820px, 100dvh);
    padding-bottom: 42px;
}

.home-hero-new::before,
.home-hero-new::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: clamp(260px, 32vw, 520px);
    height: clamp(260px, 32vw, 520px);
    border-radius: 999px;
    background: rgba(255, 91, 20, 0.22);
    filter: blur(72px);
    opacity: 0.8;
    pointer-events: none;
    animation: home-ambient-drift 16s ease-in-out infinite;
}

.home-hero-new::before {
    top: 10%;
    right: 8%;
}

.home-hero-new::after {
    left: -14%;
    bottom: 4%;
    width: clamp(220px, 28vw, 420px);
    height: clamp(220px, 28vw, 420px);
    background: rgba(255, 122, 26, 0.13);
    animation-delay: -6s;
}

.home-hero-media img {
    filter: saturate(1.14) contrast(1.06) brightness(0.94);
}

.home-hero-vignette {
    background:
        radial-gradient(circle at 68% 42%, rgba(255, 91, 20, 0.12), transparent 32%),
        linear-gradient(90deg, rgba(7, 9, 12, 0.98) 0%, rgba(7, 9, 12, 0.78) 36%, rgba(7, 9, 12, 0.32) 68%, rgba(7, 9, 12, 0.82) 100%),
        linear-gradient(180deg, rgba(7, 9, 12, 0.40) 0%, rgba(7, 9, 12, 0.20) 45%, #07090c 100%);
}

.home-hero-copy {
    max-width: 760px;
}

.home-hero-copy h1 {
    text-shadow: 0 18px 60px rgba(0, 0, 0, 0.42);
}

.home-hero-search {
    grid-template-columns: minmax(210px, 1.1fr) minmax(160px, 0.7fr) minmax(190px, auto);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045)),
        rgba(10, 12, 14, 0.68);
}

.home-hero-search button {
    min-width: 188px;
}

.home-hero-featured {
    grid-area: live;
    position: relative;
    width: min(390px, 100%);
    justify-self: end;
    align-self: center;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 30px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.045)),
        rgba(11, 12, 14, 0.62);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.16),
        0 26px 80px rgba(0, 0, 0, 0.40);
    backdrop-filter: blur(28px) saturate(155%);
    -webkit-backdrop-filter: blur(28px) saturate(155%);
    overflow: hidden;
}

.home-featured-orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(28px);
    pointer-events: none;
}

.home-featured-orb-1 {
    width: 150px;
    height: 150px;
    top: -48px;
    right: -42px;
    background: rgba(255, 91, 20, 0.32);
}

.home-featured-orb-2 {
    width: 110px;
    height: 110px;
    left: -44px;
    bottom: 20px;
    background: rgba(255, 255, 255, 0.09);
}

.home-featured-head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
}

.home-featured-head span {
    color: var(--home-accent);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.home-featured-head b {
    color: #fff;
    font-size: 15px;
}

.home-featured-card {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    min-height: 92px;
    margin-top: 10px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.075);
    transform: translate3d(0, 0, 0);
    transition: transform 220ms var(--home-ease-out), background 220ms ease, border-color 220ms ease;
}

.home-featured-card:hover {
    transform: translate3d(0, -4px, 0);
    border-color: rgba(255, 91, 20, 0.42);
    background: rgba(255, 255, 255, 0.11);
}

.home-featured-card img {
    width: 74px;
    height: 70px;
    border-radius: 15px;
    object-fit: cover;
}

.home-featured-card b,
.home-featured-card small {
    display: block;
}

.home-featured-card b {
    color: #fff;
    font-size: 15px;
    line-height: 1.15;
}

.home-featured-card small {
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
    line-height: 1.25;
}

.home-featured-card em {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    border-radius: 11px;
    background: var(--home-accent);
    color: #fff;
    font-style: normal;
    font-weight: 900;
}

.home-featured-bottom {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 14px;
    padding: 13px 14px;
    border-radius: 18px;
    background: rgba(0, 0, 0, 0.28);
}

.home-featured-bottom span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, 0.70);
    font-size: 13px;
}

.home-featured-bottom i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #45d483;
    box-shadow: 0 0 0 6px rgba(69, 212, 131, 0.12);
}

.home-featured-bottom strong {
    color: #fff;
    white-space: nowrap;
}

.home-popular-section {
    position: relative;
    overflow: hidden;
}

.home-popular-section::before {
    content: "";
    position: absolute;
    left: 7%;
    right: 7%;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 91, 20, 0.28), transparent);
}

.home-popular-carousel {
    position: relative;
}

.home-popular-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: clamp(320px, 38vw, 520px);
    gap: 18px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding: 4px 2px 20px;
    perspective: 1200px;
}

.home-popular-track::-webkit-scrollbar {
    display: none;
}

.home-carousel-offer {
    position: relative;
    min-height: 440px;
    border-radius: 28px;
    overflow: hidden;
    background: #101114;
    scroll-snap-align: start;
    opacity: 0;
    transform: translateY(12px) rotateX(0.001deg);
    box-shadow: 0 26px 70px rgba(13, 16, 20, 0.13);
    transition:
        opacity 520ms var(--home-ease-out) calc(var(--home-index, 0) * 70ms),
        transform 520ms var(--home-ease-out) calc(var(--home-index, 0) * 70ms),
        box-shadow 260ms var(--home-ease-out);
}

.home-new [data-home-reveal].is-visible .home-carousel-offer,
.home-carousel-offer.is-visible {
    opacity: 1;
    transform: translateY(0) rotateX(0.001deg);
}

.home-carousel-offer:hover {
    transform: translateY(-6px) rotateX(0.001deg);
    box-shadow: 0 34px 90px rgba(13, 16, 20, 0.18);
}

.home-carousel-offer img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 900ms var(--home-ease-out), filter 300ms ease;
}

.home-carousel-offer:hover img {
    transform: scale(1.055);
    filter: saturate(1.08);
}

.home-carousel-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 22px;
    color: #fff;
    background:
        linear-gradient(180deg, rgba(8, 9, 12, 0.24), rgba(8, 9, 12, 0.20) 40%, rgba(8, 9, 12, 0.92)),
        radial-gradient(circle at 78% 20%, rgba(255, 91, 20, 0.24), transparent 25%);
}

.home-carousel-overlay > strong {
    position: absolute;
    top: 20px;
    right: 20px;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    padding: 0 15px;
    border-radius: 15px;
    background: linear-gradient(135deg, var(--home-accent), var(--home-accent-2));
    font-size: 20px;
}

.home-carousel-overlay .home-heart {
    top: 78px;
    right: 20px;
}

.home-carousel-bottom {
    transform: translateY(0);
    transition: transform 260ms var(--home-ease-out);
}

.home-carousel-offer:hover .home-carousel-bottom {
    transform: translateY(-4px);
}

.home-carousel-bottom h3 {
    margin: 0 0 8px;
    color: #fff;
    font-size: clamp(24px, 2.2vw, 34px);
    line-height: 1.02;
    letter-spacing: -0.03em;
}

.home-carousel-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
}

.home-carousel-bottom div {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 14px;
    margin-top: 18px;
}

.home-carousel-bottom span {
    color: rgba(255, 255, 255, 0.48);
    text-decoration: line-through;
}

.home-carousel-bottom b {
    color: var(--home-accent);
    font-size: 30px;
    letter-spacing: -0.03em;
    white-space: nowrap;
}

.home-popular-arrow {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(17, 17, 17, 0.10);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.86);
    color: #111;
    box-shadow: 0 18px 44px rgba(13, 16, 20, 0.14);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    cursor: pointer;
    transform: translateY(-50%);
    transition: transform 180ms var(--home-ease-out), background 180ms ease;
}

.home-popular-arrow:hover {
    background: #111;
    color: #fff;
    transform: translateY(-50%) scale(1.05);
}

.home-popular-arrow-prev { left: -18px; }
.home-popular-arrow-next { right: -18px; }

.home-steps-new {
    margin-top: -28px;
    border-radius: 32px 32px 0 0;
    background:
        radial-gradient(circle at 14% 12%, rgba(255, 91, 20, 0.08), transparent 26%),
        #fff;
    color: var(--home-ink);
    position: relative;
    z-index: 1;
}

.home-steps-copy h2,
.home-steps-copy p,
.home-steps-copy li,
.home-steps-copy strong {
    color: var(--home-ink);
}

.home-steps-copy p,
.home-steps-copy li span {
    color: #5e6269;
}

.home-steps-copy li b {
    background: #fff;
    color: var(--home-accent);
    box-shadow: 0 0 0 6px rgba(255, 91, 20, 0.08), 0 12px 26px rgba(13, 16, 20, 0.08);
}

.home-steps-copy .home-video-btn {
    color: var(--home-ink);
}

.home-step-card {
    border-color: rgba(17, 17, 17, 0.09);
    background: #f8f4ed;
    box-shadow: 0 24px 70px rgba(13, 16, 20, 0.08);
}

.home-step-card::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.12) 36%, rgba(10, 12, 14, 0.62));
}

.home-step-card > span {
    background: #fff;
    color: var(--home-accent);
}

.home-step-card h3 {
    color: var(--home-ink);
}

.home-step-card p {
    color: #525862;
}

.home-step-card > img {
    height: 74%;
    object-fit: cover;
    object-position: center;
    opacity: 0.92;
}

.home-step-phone > img {
    height: 82%;
    object-fit: contain;
    object-position: bottom center;
}

.home-pay-sheet {
    background: rgba(12, 13, 15, 0.78);
}

.home-live-map-section[data-home-reveal],
.home-popular-section[data-home-reveal],
.home-steps-new[data-home-reveal] {
    opacity: 1;
    transform: none;
}

.home-live-map-section > .container,
.home-popular-section > .container,
.home-steps-new > .container {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 540ms var(--home-ease-out), transform 540ms var(--home-ease-out);
}

.home-live-map-section.is-visible > .container,
.home-popular-section.is-visible > .container,
.home-steps-new.is-visible > .container {
    opacity: 1;
    transform: translateY(0);
}

.page-home .light-section-2 {
    background: #fff !important;
    border-radius: 32px 32px 0 0;
    margin-top: -24px;
    position: relative;
    z-index: 2;
}

@keyframes home-ambient-drift {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
    50% { transform: translate3d(-18px, 16px, 0) scale(1.06); }
}

@media (max-width: 1180px) {
    .home-hero-featured {
        justify-self: start;
        width: min(560px, 100%);
    }

    .home-popular-track {
        grid-auto-columns: clamp(310px, 54vw, 520px);
    }

    .home-steps-new {
        margin-top: -20px;
    }
}

@media (max-width: 760px) {
    .home-hero-new {
        min-height: 0;
        padding-top: 90px;
    }

    .home-hero-new::before {
        right: -28%;
        top: 18%;
    }

    .home-hero-copy h1 {
        font-size: clamp(43px, 12vw, 58px);
        line-height: 0.97;
    }

    .home-hero-search {
        grid-template-columns: 1fr;
        border-radius: 23px;
    }

    .home-hero-search button {
        min-width: 0;
    }

    .home-hero-featured {
        width: 100%;
        padding: 14px;
        border-radius: 24px;
    }

    .home-featured-card {
        grid-template-columns: 62px minmax(0, 1fr) auto;
        min-height: 78px;
        border-radius: 17px;
    }

    .home-featured-card img {
        width: 62px;
        height: 58px;
        border-radius: 13px;
    }

    .home-featured-card b {
        font-size: 14px;
    }

    .home-featured-card em {
        min-height: 30px;
        padding: 0 8px;
        font-size: 12px;
    }

    .home-popular-track {
        grid-auto-columns: min(84vw, 340px);
        margin-inline: calc(var(--container-pad, 20px) * -1);
        padding-inline: var(--container-pad, 20px);
        scroll-padding-inline: var(--container-pad, 20px);
    }

    .home-carousel-offer {
        min-height: 390px;
        border-radius: 24px;
    }

    .home-popular-arrow {
        display: none;
    }

    .home-carousel-bottom h3 {
        font-size: 24px;
    }

    .home-carousel-bottom b {
        font-size: 24px;
    }

    .home-steps-new {
        margin-top: -18px;
        border-radius: 24px 24px 0 0;
    }

    .home-step-card {
        min-height: 390px;
    }

    .home-step-card > img {
        height: 68%;
    }

    .home-step-phone > img {
        height: 78%;
    }

    .page-home .light-section-2 {
        border-radius: 24px 24px 0 0;
        margin-top: -18px;
    }
}

@media (max-width: 430px) {
    .home-hero-copy h1 {
        font-size: 41px;
    }

    .home-featured-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-carousel-offer {
        min-height: 360px;
    }
}

/* Hero/carousel finishing pass: smoother separators, calmer light-section reveals, richer mobile rhythm. */
.home-new {
    background: #07090c;
}

.home-dark-category,
.home-live-map-section,
.home-popular-section,
.home-steps-new,
.page-home .light-section-2 {
    isolation: isolate;
}

.home-dark-category::before,
.home-live-map-section::before,
.home-popular-section::before,
.home-steps-new::before,
.page-home .light-section-2::before {
    content: "";
    position: absolute;
    left: max(22px, calc((100vw - 1320px) / 2));
    right: max(22px, calc((100vw - 1320px) / 2));
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 91, 20, 0.34), rgba(17, 17, 17, 0.10), transparent);
    pointer-events: none;
    z-index: 3;
}

.home-dark-category::before {
    background: linear-gradient(90deg, transparent, rgba(255, 91, 20, 0.42), rgba(255, 255, 255, 0.16), transparent);
}

.home-live-map-section::after,
.home-popular-section::after,
.home-steps-new::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        radial-gradient(circle at 18% 0%, rgba(255, 91, 20, 0.07), transparent 26%),
        radial-gradient(circle at 84% 12%, rgba(17, 17, 17, 0.035), transparent 26%);
}

.home-hero-new {
    min-height: min(790px, 100dvh);
}

.home-hero-inner {
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 390px);
}

.home-hero-copy h1 {
    max-width: 720px;
}

.home-hero-search {
    border-color: rgba(255, 255, 255, 0.20);
}

.home-hero-search button {
    position: relative;
    overflow: hidden;
}

.home-hero-search button::before {
    content: "";
    position: absolute;
    inset: -40% auto -40% -45%;
    width: 42%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.32), transparent);
    transform: skewX(-18deg);
    animation: home-cta-sweep 3600ms var(--home-ease-out) infinite;
}

.home-hero-search button span,
.home-hero-search button svg {
    position: relative;
    z-index: 1;
}

.home-hero-featured {
    animation: home-featured-float 6200ms ease-in-out infinite;
}

.home-featured-card {
    animation: home-featured-card-in 620ms var(--home-ease-out) both;
    animation-delay: calc(180ms + var(--home-index, 0) * 95ms);
}

.home-featured-card:nth-of-type(2) {
    margin-left: 14px;
}

.home-featured-card:nth-of-type(3) {
    margin-left: -8px;
}

.home-featured-bottom {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.home-popular-carousel {
    margin-top: 4px;
}

.home-popular-track {
    mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
    scroll-behavior: smooth;
}

.home-carousel-offer {
    min-height: clamp(380px, 35vw, 470px);
    will-change: transform;
}

.home-carousel-offer::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: inherit;
    pointer-events: none;
}

.home-carousel-overlay {
    backdrop-filter: saturate(115%);
    -webkit-backdrop-filter: saturate(115%);
}

.home-steps-new {
    padding-top: clamp(64px, 6vw, 92px);
}

.home-steps-grid {
    align-items: stretch;
}

.home-step-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: clamp(430px, 36vw, 520px);
}

.home-step-card::after {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0.18) 38%, rgba(10, 12, 14, 0.58) 100%);
}

.home-step-card > img {
    object-position: center bottom;
}

.home-step-card:not(.home-step-phone) > img {
    height: 70%;
}

.home-step-phone {
    background:
        radial-gradient(circle at 50% 84%, rgba(255, 91, 20, 0.16), transparent 34%),
        #f8f4ed;
}

.home-step-phone > img {
    right: 8%;
    left: 8%;
    width: 84%;
}

@keyframes home-cta-sweep {
    0%, 58% { transform: translateX(0) skewX(-18deg); opacity: 0; }
    68% { opacity: 1; }
    100% { transform: translateX(390%) skewX(-18deg); opacity: 0; }
}

@keyframes home-featured-float {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(0, -8px, 0); }
}

@keyframes home-featured-card-in {
    from { opacity: 0; transform: translate3d(18px, 12px, 0) scale(0.98); }
    to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}

@media (max-width: 1180px) {
    .home-hero-inner {
        grid-template-columns: minmax(0, 1fr);
    }

    .home-hero-featured {
        animation: none;
    }

    .home-featured-card:nth-of-type(2),
    .home-featured-card:nth-of-type(3) {
        margin-left: 0;
    }
}

@media (max-width: 760px) {
    .home-dark-category::before,
    .home-live-map-section::before,
    .home-popular-section::before,
    .home-steps-new::before,
    .page-home .light-section-2::before {
        left: 20px;
        right: 20px;
    }

    .home-hero-new {
        padding-top: 82px;
    }

    .home-hero-media img {
        object-position: 57% 0;
    }

    .home-hero-vignette {
        background:
            radial-gradient(circle at 76% 28%, rgba(255, 91, 20, 0.18), transparent 32%),
            linear-gradient(180deg, rgba(7, 9, 12, 0.28), rgba(7, 9, 12, 0.82) 48%, #07090c 100%),
            linear-gradient(90deg, rgba(7, 9, 12, 0.92), rgba(7, 9, 12, 0.20));
    }

    .home-hero-copy h1 {
        max-width: 360px;
        font-size: clamp(42px, 12.8vw, 56px);
    }

    .home-hero-search {
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.12),
            0 18px 48px rgba(0, 0, 0, 0.36);
    }

    .home-hero-featured {
        margin-top: 2px;
    }

    .home-proof-bar {
        margin-top: 8px;
    }

    .home-popular-track {
        mask-image: none;
        -webkit-mask-image: none;
    }

    .home-carousel-overlay {
        padding: 18px;
    }

    .home-carousel-overlay > strong {
        min-height: 40px;
        font-size: 16px;
    }

    .home-carousel-overlay .home-heart {
        top: 68px;
    }

    .home-steps-grid {
        gap: 16px;
    }

    .home-step-card,
    .home-step-phone {
        min-height: 380px;
    }

    .home-step-phone > img {
        left: 14%;
        right: 14%;
        width: 72%;
    }
}

/* Final requested polish: hero featured rail, category hover motion, two-row popular carousel, animated steps. */
.home-hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
    grid-template-areas:
        "copy live"
        "rail rail";
}

.home-hero-featured-rail {
    grid-area: rail;
    min-width: 0;
    margin-top: clamp(6px, 1.6vw, 18px);
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 28px;
    background: rgba(11, 12, 14, 0.58);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10), 0 24px 70px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(22px) saturate(150%);
    -webkit-backdrop-filter: blur(22px) saturate(150%);
}

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

.home-rail-head span {
    color: var(--home-accent);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-rail-head a {
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    font-weight: 850;
}

.home-rail-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(260px, 31%);
    gap: 12px;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
    padding-bottom: 2px;
}

.home-rail-track::-webkit-scrollbar {
    display: none;
}

.home-rail-card {
    position: relative;
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    min-height: 98px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.075);
    scroll-snap-align: start;
    overflow: hidden;
    transition: transform 240ms var(--home-ease-out), background 240ms ease, border-color 240ms ease;
}

.home-rail-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(255, 106, 0, 0.18), transparent 42%);
    opacity: 0;
    transition: opacity 220ms ease;
    pointer-events: none;
}

.home-rail-card:hover {
    transform: translate3d(0, -5px, 0);
    border-color: rgba(255, 106, 0, 0.42);
    background: rgba(255, 255, 255, 0.11);
}

.home-rail-card:hover::before {
    opacity: 1;
}

.home-rail-card img {
    width: 78px;
    height: 78px;
    border-radius: 16px;
    object-fit: cover;
    transition: transform 520ms var(--home-ease-out);
}

.home-rail-card:hover img {
    transform: scale(1.06);
}

.home-rail-card span,
.home-rail-card em {
    position: relative;
    z-index: 1;
}

.home-rail-card small,
.home-rail-card b {
    display: block;
}

.home-rail-card small {
    color: rgba(255, 255, 255, 0.58);
    font-size: 12px;
}

.home-rail-card b {
    margin-top: 5px;
    color: #fff;
    font-size: 15px;
    line-height: 1.15;
}

.home-rail-card em {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    border-radius: 12px;
    background: #ff6a00;
    color: #fff;
    font-style: normal;
    font-size: 12px;
    font-weight: 950;
}

.home-category-card {
    transition:
        transform 520ms var(--home-ease-out),
        opacity 520ms var(--home-ease-out),
        border-color 220ms ease,
        box-shadow 260ms var(--home-ease-out);
}

.home-category-card:hover {
    transform: translate3d(0, -8px, 0) scale(1.012);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.home-category-card:hover .home-category-icon {
    transform: translateY(-3px) scale(1.06);
    border-color: rgba(255, 106, 0, 0.65);
}

.home-category-icon {
    transition: transform 240ms var(--home-ease-out), border-color 220ms ease;
}

.home-live-grid {
    grid-template-columns: minmax(230px, 0.62fr) minmax(0, 1.55fr);
}

.home-booked-panel {
    display: none !important;
}

.home-popular-track {
    grid-template-rows: repeat(2, minmax(0, 1fr));
    grid-auto-columns: clamp(280px, 30vw, 420px);
    grid-auto-flow: column;
    align-items: stretch;
}

.home-carousel-offer {
    min-height: clamp(300px, 28vw, 390px);
}

.home-step-card {
    transition: transform 320ms var(--home-ease-out), box-shadow 320ms var(--home-ease-out), border-color 220ms ease;
    animation: home-step-float 6800ms ease-in-out infinite;
    animation-delay: calc(var(--home-index, 0) * -900ms);
}

.home-step-card:nth-of-type(2) { --home-index: 1; }
.home-step-card:nth-of-type(3) { --home-index: 2; }
.home-step-card:nth-of-type(4) { --home-index: 3; }

.home-step-card:hover {
    transform: translate3d(0, -9px, 0);
    border-color: rgba(255, 106, 0, 0.22);
    box-shadow: 0 34px 90px rgba(13, 16, 20, 0.13);
}

.home-step-card:hover > img {
    transform: scale(1.035);
}

.home-step-card > span {
    animation: home-step-pulse 2400ms ease-out infinite;
}

.home-pay-sheet {
    transition: transform 260ms var(--home-ease-out), opacity 260ms ease;
}

.home-step-card:hover .home-pay-sheet {
    transform: translateY(-6px);
}

.home-dark-category::before,
.home-live-map-section::before,
.home-popular-section::before,
.home-steps-new::before,
.page-home .light-section-2::before {
    display: none !important;
}

@keyframes home-step-float {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(0, -6px, 0); }
}

@keyframes home-step-pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(255, 106, 0, 0.00), 0 12px 26px rgba(13, 16, 20, 0.08); }
    45% { box-shadow: 0 0 0 8px rgba(255, 106, 0, 0.09), 0 12px 26px rgba(13, 16, 20, 0.08); }
}

@media (max-width: 1180px) {
    .home-hero-inner {
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas: "copy" "live" "rail";
    }

    .home-live-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 760px) {
    .home-hero-featured-rail {
        padding: 13px;
        border-radius: 23px;
    }

    .home-rail-track {
        grid-auto-columns: minmax(250px, 82vw);
    }

    .home-rail-card {
        grid-template-columns: 64px minmax(0, 1fr) auto;
        min-height: 82px;
    }

    .home-rail-card img {
        width: 64px;
        height: 62px;
    }

    .home-popular-track {
        grid-template-rows: repeat(2, minmax(0, 1fr));
        grid-auto-columns: min(82vw, 330px);
    }

    .home-carousel-offer {
        min-height: 315px;
    }
}

@media (max-width: 430px) {
    .home-hero-copy h1 {
        max-width: 330px;
        font-size: 39px;
    }

    .home-featured-card {
        grid-template-columns: 56px minmax(0, 1fr) auto;
        gap: 9px;
        padding: 8px;
    }

    .home-featured-card img {
        width: 56px;
        height: 54px;
    }

    .home-featured-card small {
        font-size: 11px;
    }

    .home-carousel-offer {
        min-height: 345px;
    }
}

/* Softer section blending: keep the premium rhythm without visible orange dividers. */
.home-dark-category::before,
.home-live-map-section::before,
.home-popular-section::before,
.home-steps-new::before,
.page-home .light-section-2::before {
    height: 72px;
    left: 0;
    right: 0;
    top: -1px;
    opacity: 0.55;
    background:
        radial-gradient(ellipse at 50% 0%, rgba(255, 106, 0, 0.14), transparent 54%),
        linear-gradient(180deg, rgba(255, 106, 0, 0.055), transparent 70%);
    filter: blur(0.2px);
    mix-blend-mode: multiply;
}

.home-dark-category::before {
    opacity: 0.5;
    background:
        radial-gradient(ellipse at 50% 0%, rgba(255, 106, 0, 0.20), transparent 58%),
        linear-gradient(180deg, rgba(255, 106, 0, 0.10), transparent 76%);
    mix-blend-mode: screen;
}

.home-popular-section::before {
    opacity: 0.36;
}

.home-steps-new::before,
.page-home .light-section-2::before {
    opacity: 0.28;
}

@media (max-width: 760px) {
    .home-dark-category::before,
    .home-live-map-section::before,
    .home-popular-section::before,
    .home-steps-new::before,
    .page-home .light-section-2::before {
        height: 48px;
        opacity: 0.38;
    }
}

/* Final premium hero pass: richer blur, clearer hierarchy, softer scroll motion. */
.home-dark-category::before,
.home-live-map-section::before,
.home-popular-section::before,
.home-steps-new::before,
.page-home .light-section-2::before {
    display: none !important;
}

.home-hero-new {
    --hero-media-shift: 0px;
    --hero-copy-shift: 0px;
    --hero-rail-shift: 0px;
    --hero-overlay-strength: 0.30;
    overflow: clip;
}

.home-hero-media {
    overflow: hidden;
}

.home-hero-media::after {
    content: "";
    position: absolute;
    inset: -6%;
    background:
        radial-gradient(circle at 76% 30%, rgba(255, 255, 255, 0.16), transparent 18%),
        radial-gradient(circle at 22% 72%, rgba(255, 106, 0, 0.16), transparent 22%),
        linear-gradient(180deg, rgba(7, 9, 12, 0.00), rgba(7, 9, 12, calc(0.10 + var(--hero-overlay-strength))));
    filter: blur(26px);
    opacity: 0.92;
}

.home-hero-media img {
    transform: translate3d(0, var(--hero-media-shift), 0) scale(1.1);
    transform-origin: 62% 38%;
    filter: saturate(1.18) contrast(1.08) brightness(0.86) blur(0.35px);
    will-change: transform, filter;
}

.home-hero-vignette {
    background:
        radial-gradient(circle at 76% 34%, rgba(255, 255, 255, 0.11), transparent 18%),
        radial-gradient(circle at 68% 42%, rgba(255, 106, 0, 0.16), transparent 24%),
        linear-gradient(92deg, rgba(7, 9, 12, 0.985) 0%, rgba(7, 9, 12, 0.82) 32%, rgba(7, 9, 12, 0.34) 63%, rgba(7, 9, 12, 0.88) 100%),
        linear-gradient(180deg, rgba(7, 9, 12, 0.34) 0%, rgba(7, 9, 12, 0.08) 42%, #07090c 100%);
}

.home-hero-copy,
.home-hero-featured,
.home-hero-featured-rail {
    will-change: transform;
}

.home-hero-copy {
    transform: translate3d(0, var(--hero-copy-shift), 0);
    transition: transform 320ms linear;
}

.home-hero-copy h1 {
    max-width: 700px;
    text-wrap: balance;
    text-shadow: 0 26px 80px rgba(0, 0, 0, 0.44);
}

.home-hero-copy p {
    max-width: 620px;
}

.home-hero-search {
    position: relative;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035)),
        rgba(8, 10, 12, 0.58);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.13),
        inset 0 -1px 0 rgba(255, 255, 255, 0.04),
        0 28px 90px rgba(0, 0, 0, 0.34),
        0 0 0 1px rgba(255, 106, 0, 0.07);
    backdrop-filter: blur(30px) saturate(160%);
    -webkit-backdrop-filter: blur(30px) saturate(160%);
}

.home-hero-search label {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.home-hero-search button {
    position: relative;
    overflow: hidden;
}

.home-hero-search button::after {
    content: "";
    position: absolute;
    inset: -30% auto -30% -12%;
    width: 42%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
    transform: skewX(-18deg) translate3d(-140%, 0, 0);
    opacity: 0;
    transition: transform 420ms var(--home-ease-out), opacity 220ms ease;
}

.home-hero-search button:hover::after {
    opacity: 1;
    transform: skewX(-18deg) translate3d(360%, 0, 0);
}

.home-hero-featured {
    transform: translate3d(0, var(--hero-rail-shift), 0);
    background:
        linear-gradient(150deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.035)),
        rgba(10, 12, 14, 0.54);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        0 34px 120px rgba(0, 0, 0, 0.38);
    backdrop-filter: blur(34px) saturate(160%);
    -webkit-backdrop-filter: blur(34px) saturate(160%);
}

.home-featured-head span,
.home-rail-head span {
    position: relative;
    padding-left: 16px;
}

.home-featured-head span::before,
.home-rail-head span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff6a00, #ff9a54);
    box-shadow: 0 0 0 6px rgba(255, 106, 0, 0.14);
    transform: translateY(-50%);
}

.home-hero-featured-rail {
    position: relative;
    transform: translate3d(0, var(--hero-rail-shift), 0);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.035)),
        rgba(11, 12, 14, 0.48);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.13),
        0 28px 90px rgba(0, 0, 0, 0.30);
    backdrop-filter: blur(30px) saturate(158%);
    -webkit-backdrop-filter: blur(30px) saturate(158%);
}

.home-hero-featured-rail::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(circle at 78% 0%, rgba(255, 255, 255, 0.12), transparent 24%);
    pointer-events: none;
}

.home-rail-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition:
        transform 260ms var(--home-ease-out),
        background 240ms ease,
        border-color 240ms ease,
        box-shadow 260ms var(--home-ease-out);
}

.home-rail-card:hover {
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.22);
}

.home-hero-featured .home-featured-card,
.home-category-card,
.home-carousel-offer,
.home-step-card {
    transition-timing-function: var(--home-ease-out);
}

@media (max-width: 760px) {
    .home-hero-media::after {
        inset: -10%;
        filter: blur(22px);
    }

    .home-hero-media img {
        transform: translate3d(0, calc(var(--hero-media-shift) * 0.55), 0) scale(1.12);
    }

    .home-hero-copy,
    .home-hero-featured,
    .home-hero-featured-rail {
        transform: none;
    }

    .home-hero-search {
        backdrop-filter: blur(24px) saturate(150%);
        -webkit-backdrop-filter: blur(24px) saturate(150%);
    }

    .home-hero-featured,
    .home-hero-featured-rail {
        backdrop-filter: blur(24px) saturate(148%);
        -webkit-backdrop-filter: blur(24px) saturate(148%);
    }
}

/* Hero carousel-only composition + smoother whole-page motion. */
.home-hero-featured {
    display: none !important;
}

.home-hero-inner {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
        "copy"
        "rail";
    align-items: end;
    gap: clamp(24px, 4vw, 44px);
}

.home-hero-copy {
    max-width: min(900px, 100%);
}

.home-hero-copy h1 {
    max-width: min(880px, 100%);
    font-size: clamp(54px, 7.2vw, 108px);
    line-height: 0.9;
    letter-spacing: -0.045em;
}

.home-hero-copy h1 span {
    position: relative;
    display: inline-block;
    color: #ff6a00;
    isolation: isolate;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.14);
    text-shadow:
        0 1px 0 rgba(255, 255, 255, 0.12),
        0 24px 70px rgba(255, 106, 0, 0.24);
}

.home-hero-copy h1 span::before {
    content: "";
    position: absolute;
    left: -0.03em;
    right: -0.05em;
    bottom: 0.05em;
    height: 0.18em;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(255, 106, 0, 0.12), rgba(255, 106, 0, 0.58), rgba(255, 255, 255, 0.18));
    filter: blur(10px);
    z-index: -1;
}

.home-hero-copy h1 span::after {
    content: "";
    position: absolute;
    left: 0.02em;
    right: 0.02em;
    bottom: -0.08em;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(255, 106, 0, 0.9), transparent);
    transform-origin: left;
    animation: home-title-rule 4200ms var(--home-ease-out) infinite;
}

.home-hero-featured-rail {
    width: min(1220px, 100%);
    margin-top: 0;
    padding: clamp(14px, 1.8vw, 22px);
    border-radius: 32px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.045) 42%, rgba(255, 106, 0, 0.08)),
        rgba(9, 11, 13, 0.52);
    border-color: rgba(255, 255, 255, 0.16);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        inset 0 -1px 0 rgba(255, 255, 255, 0.05),
        0 34px 120px rgba(0, 0, 0, 0.36);
    backdrop-filter: blur(36px) saturate(165%);
    -webkit-backdrop-filter: blur(36px) saturate(165%);
}

.home-rail-head {
    margin-bottom: 16px;
}

.home-rail-head span {
    color: #fff;
    letter-spacing: 0.12em;
}

.home-rail-head a {
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition: transform 180ms var(--home-ease-out), background 180ms ease, border-color 180ms ease;
}

.home-rail-head a:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 106, 0, 0.36);
    background: rgba(255, 106, 0, 0.11);
}

.home-rail-track {
    grid-auto-columns: clamp(310px, 31vw, 420px);
    gap: 14px;
    padding: 2px 2px 6px;
}

.home-rail-card {
    grid-template-columns: 116px minmax(0, 1fr) auto;
    min-height: 138px;
    padding: 12px;
    border-radius: 24px;
    border-color: rgba(255, 255, 255, 0.13);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.045)),
        rgba(255, 255, 255, 0.055);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.home-rail-card::after {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 23px;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.12), transparent 34%, rgba(255, 106, 0, 0.10));
    opacity: 0;
    transition: opacity 260ms ease;
    pointer-events: none;
}

.home-rail-card:hover {
    transform: translate3d(0, -7px, 0) scale(1.012);
    border-color: rgba(255, 106, 0, 0.46);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        0 26px 70px rgba(0, 0, 0, 0.30);
}

.home-rail-card:hover::after {
    opacity: 1;
}

.home-rail-card img {
    width: 116px;
    height: 114px;
    border-radius: 20px;
}

.home-rail-card small {
    max-width: 100%;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.64);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-rail-card b {
    max-width: 12.5em;
    font-size: 18px;
    line-height: 1.08;
    letter-spacing: -0.025em;
}

.home-rail-card em {
    min-height: 38px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.22),
        0 12px 28px rgba(255, 106, 0, 0.25);
}

.home-new [data-home-reveal] {
    opacity: 0.985;
    transform: translate3d(0, 12px, 0);
    transition:
        opacity 700ms var(--home-ease-out),
        transform 780ms var(--home-ease-out),
        filter 780ms ease;
}

.home-new [data-home-reveal].is-visible,
.home-hero-new[data-home-reveal] {
    opacity: 1;
    transform: none;
    filter: none;
}

.home-category-card,
.home-carousel-offer,
.home-step-card,
.home-map-card {
    will-change: transform;
}

.home-category-card:hover,
.home-carousel-offer:hover,
.home-step-card:hover,
.home-map-card:hover {
    transition-duration: 280ms;
}

.home-map-card {
    overflow: hidden;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.14),
        0 30px 95px rgba(18, 20, 24, 0.16);
    transition: transform 380ms var(--home-ease-out), box-shadow 380ms var(--home-ease-out);
}

.home-map-card:hover {
    transform: translate3d(0, -4px, 0);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.17),
        0 38px 110px rgba(18, 20, 24, 0.20);
}

.home-live-map-overlay {
    width: min(420px, calc(100% - 36px));
    z-index: 4;
}

.home-live-map-card {
    grid-template-columns: 92px minmax(0, 1fr);
    align-items: center;
    min-height: 112px;
    border-radius: 22px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.04)),
        rgba(10, 12, 15, 0.78);
    backdrop-filter: blur(26px) saturate(158%);
    -webkit-backdrop-filter: blur(26px) saturate(158%);
    animation: home-live-card-soft-in 360ms var(--home-ease-out) both;
}

.home-live-map-card img {
    width: 92px;
    height: 88px;
    border-radius: 17px;
}

.home-live-map-card span {
    min-width: 0;
}

.home-live-map-card small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-live-map-card b {
    display: -webkit-box;
    max-width: 100%;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 17px;
}

.home-live-map-card em {
    display: inline-flex;
    max-width: 100%;
    align-items: center;
    min-height: 30px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(255, 106, 0, 0.13);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@supports (animation-timeline: view()) {
    .home-live-map-section > .container,
    .home-popular-section .home-carousel-offer,
    .home-steps-new .home-step-card {
        animation: home-scroll-lift both;
        animation-timeline: view();
        animation-range: entry 4% cover 34%;
    }
}

@keyframes home-title-rule {
    0%, 62%, 100% { transform: scaleX(0.3); opacity: 0.48; }
    24%, 42% { transform: scaleX(1); opacity: 1; }
}

@keyframes home-live-marker-breathe {
    0%, 100% { box-shadow: 0 14px 34px rgba(255, 106, 0, 0.30), 0 0 0 7px rgba(255, 106, 0, 0.10); }
    50% { box-shadow: 0 18px 44px rgba(255, 106, 0, 0.42), 0 0 0 11px rgba(255, 106, 0, 0.16); }
}

@keyframes home-live-card-soft-in {
    from { opacity: 0; transform: translate3d(0, 12px, 0) scale(0.985); filter: blur(8px); }
    to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); filter: blur(0); }
}

@keyframes home-scroll-lift {
    from { opacity: 0.82; transform: translate3d(0, 30px, 0) scale(0.985); filter: blur(8px); }
    to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); filter: blur(0); }
}

@media (max-width: 760px) {
    .home-hero-copy h1 {
        font-size: clamp(42px, 12vw, 56px);
        line-height: 0.94;
    }

    .home-hero-featured-rail {
        border-radius: 26px;
        padding: 13px;
    }

    .home-rail-track {
        grid-auto-columns: minmax(286px, 84vw);
    }

    .home-rail-card {
        grid-template-columns: 82px minmax(0, 1fr) auto;
        min-height: 104px;
        border-radius: 21px;
    }

    .home-rail-card img {
        width: 82px;
        height: 80px;
        border-radius: 16px;
    }

    .home-rail-card b {
        font-size: 15px;
    }

    .home-live-map-overlay {
        width: auto;
    }

    .home-live-map-card {
        grid-template-columns: 70px minmax(0, 1fr);
        min-height: 94px;
        padding: 9px;
    }

    .home-live-map-card img {
        width: 70px;
        height: 70px;
    }

    .home-live-map-card b {
        font-size: 15px;
    }
}

/* Premium paid-feature polish: no hover lift, one orange system, richer hero title blend. */
.home-new {
    --home-accent: #ff6a00;
    --home-accent-2: #ff8a3d;
}

.home-hero-copy h1 {
    color: transparent;
    background:
        linear-gradient(112deg, #ffffff 0%, #fff8f1 34%, #ffb27a 55%, #ff6a00 76%, #ff8a3d 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
    filter: drop-shadow(0 28px 76px rgba(0, 0, 0, 0.42));
}

.home-hero-copy h1::after {
    content: "";
    display: block;
    width: min(320px, 48vw);
    height: 1px;
    margin-top: clamp(16px, 2vw, 24px);
    background: linear-gradient(90deg, rgba(255, 106, 0, 0), rgba(255, 106, 0, 0.88), rgba(255, 255, 255, 0.34), rgba(255, 106, 0, 0));
    opacity: 0.82;
}

.home-hero-copy h1 span {
    background: linear-gradient(135deg, #ff6a00 0%, #ff8a3d 48%, #fff0df 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 0;
}

.home-hero-featured-rail {
    padding: clamp(18px, 2vw, 26px);
    border-color: rgba(255, 106, 0, 0.24);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.045)),
        linear-gradient(135deg, rgba(255, 106, 0, 0.13), rgba(255, 106, 0, 0.025) 36%, rgba(255, 255, 255, 0.035)),
        rgba(9, 10, 12, 0.66);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        inset 0 0 0 1px rgba(255, 255, 255, 0.055),
        0 44px 130px rgba(0, 0, 0, 0.42);
}

.home-hero-featured-rail::after {
    content: "";
    position: absolute;
    inset: 8px;
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 25px;
    pointer-events: none;
}

.home-rail-head {
    align-items: center;
}

.home-rail-head span {
    color: #ff6a00;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: none;
}

.home-rail-head span::before {
    width: 6px;
    height: 6px;
    background: #ff6a00;
    box-shadow: 0 0 0 7px rgba(255, 106, 0, 0.10);
}

.home-rail-head a {
    color: rgba(255, 255, 255, 0.78);
}

.home-rail-card {
    min-height: 144px;
    border-color: rgba(255, 255, 255, 0.14);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.05)),
        rgba(255, 255, 255, 0.055);
}

.home-rail-card::before {
    background:
        radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(255, 255, 255, 0.13), transparent 34%),
        linear-gradient(135deg, rgba(255, 106, 0, 0.14), transparent 42%);
}

.home-rail-card:hover {
    transform: none !important;
    border-color: rgba(255, 106, 0, 0.44);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.06)),
        rgba(255, 106, 0, 0.075);
}

.home-rail-head a:hover,
.home-hero-search button:hover,
.home-primary-btn:hover,
.home-location-btn:hover,
.home-section-head a:hover,
.home-category-card:hover,
.home-carousel-offer:hover,
.home-step-card:hover,
.home-map-card:hover,
.home-featured-card:hover {
    transform: none !important;
}

.home-scroll-btn:hover,
.home-popular-arrow:hover {
    transform: translateY(-50%) !important;
}

.home-category-card:hover .home-category-icon {
    transform: scale(1.045) !important;
}

.home-carousel-offer:hover .home-carousel-bottom,
.home-step-card:hover .home-pay-sheet {
    transform: none !important;
}

@media (max-width: 760px) {
    .home-hero-copy h1::after {
        width: min(260px, 70vw);
    }

    .home-hero-featured-rail::after {
        inset: 6px;
        border-radius: 20px;
    }

    .home-rail-card {
        min-height: 108px;
    }
}

/* Scale correction: align public headings with the reviews section and remove section slide reveal. */
.home-hero-copy h1 {
    max-width: 760px;
    font-size: clamp(42px, 5.1vw, 76px) !important;
    line-height: 0.98;
    letter-spacing: -0.035em;
}

.home-hero-copy p {
    max-width: 560px;
    font-size: clamp(15px, 1.1vw, 18px) !important;
}

.home-section-head h2,
.home-live-copy h2,
.home-steps-copy h2 {
    font-size: clamp(28px, 3.2vw, 42px) !important;
    line-height: 1.1;
    letter-spacing: -0.025em;
}

.home-section-head p,
.home-live-copy p,
.home-steps-copy p {
    font-size: 16px !important;
    line-height: 1.55;
}

.home-hero-featured-rail {
    width: min(1080px, 100%);
    padding: 14px;
    border-radius: 24px;
}

.home-rail-head {
    margin-bottom: 10px;
}

.home-rail-head span {
    font-size: 11.5px;
}

.home-rail-head a {
    min-height: 30px;
    font-size: 12px;
}

.home-rail-track {
    grid-auto-columns: clamp(250px, 26vw, 330px);
    gap: 10px;
}

.home-rail-card {
    grid-template-columns: 82px minmax(0, 1fr) auto;
    min-height: 98px;
    padding: 9px;
    border-radius: 18px;
}

.home-rail-card img {
    width: 82px;
    height: 80px;
    border-radius: 14px;
}

.home-rail-card b {
    max-width: 11.5em;
    margin-top: 4px;
    font-size: 14.5px !important;
    line-height: 1.12;
}

.home-rail-card small {
    font-size: 11.5px;
}

.home-rail-card strong {
    display: block;
    margin-top: 7px;
    color: #fff;
    font-size: 13px;
    font-weight: 850;
    line-height: 1;
}

.home-rail-card em {
    min-height: 30px;
    padding: 0 8px;
    border-radius: 10px;
    font-size: 11px;
}

.home-new [data-home-reveal] {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
}

.home-new [data-home-reveal] > .container {
    opacity: 0;
    filter: blur(8px);
    transform: none;
    transition: opacity 620ms var(--home-ease-out), filter 620ms var(--home-ease-out);
}

.home-new [data-home-reveal].is-visible > .container,
.home-hero-new[data-home-reveal] > .container {
    opacity: 1;
    filter: none;
}

@supports (animation-timeline: view()) {
    .home-live-map-section > .container,
    .home-popular-section .home-carousel-offer,
    .home-steps-new .home-step-card {
        animation: none !important;
    }
}

@media (max-width: 760px) {
    .home-hero-copy h1 {
        font-size: clamp(36px, 10vw, 48px) !important;
    }

    .home-section-head h2,
    .home-live-copy h2,
    .home-steps-copy h2 {
        font-size: clamp(26px, 7.2vw, 34px) !important;
    }

    .home-rail-track {
        grid-auto-columns: minmax(248px, 78vw);
    }

    .home-rail-card {
        grid-template-columns: 70px minmax(0, 1fr) auto;
        min-height: 90px;
    }

    .home-rail-card img {
        width: 70px;
        height: 70px;
    }
}

/* MapLibre applies inline transform to the marker element for positioning; do NOT override. */
.home-live-marker-shell {
    position: relative;
    display: grid;
    place-items: center;
    pointer-events: auto;
}

.home-live-marker {
    transform-origin: center bottom;
    animation: none;
    transition: box-shadow 180ms ease, filter 180ms ease, background 180ms ease;
}

.home-live-marker:hover,
.home-live-marker.is-cluster:hover {
    filter: saturate(1.08);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.42),
        0 18px 44px rgba(255, 106, 0, 0.42),
        0 0 0 10px rgba(255, 106, 0, 0.16);
}

/* Home polish: stable popular cards and About-style three-step collage. */
.home-carousel-offer {
    border-radius: 24px !important;
    clip-path: inset(0 round 24px);
    contain: paint;
    isolation: isolate;
    overflow: hidden;
    transform: translateZ(0) !important;
}

.home-carousel-offer:hover {
    transform: translateZ(0) !important;
}

.home-carousel-offer img,
.home-carousel-overlay {
    border-radius: inherit;
    backface-visibility: hidden;
}

.home-carousel-offer:hover img {
    transform: scale(1.045) !important;
    filter: saturate(1.08) contrast(1.03) brightness(1.02);
}

.home-carousel-offer:hover .home-carousel-overlay {
    background:
        linear-gradient(180deg, rgba(8, 9, 12, 0.18), rgba(8, 9, 12, 0.20) 40%, rgba(8, 9, 12, 0.92)),
        radial-gradient(circle at 78% 20%, rgba(255, 106, 0, 0.30), transparent 26%);
}

.home-carousel-offer:hover .home-carousel-bottom {
    transform: translateY(-5px) !important;
}

.home-carousel-offer::after {
    inset: 0;
    border-radius: inherit;
}

.home-steps-new {
    margin-top: 0;
    padding: clamp(76px, 8vw, 118px) 0;
    border-radius: 0;
    background: #fff !important;
    color: var(--home-ink);
    overflow: hidden;
}

.home-steps-new::before,
.home-steps-new::after {
    display: none !important;
}

.home-steps-grid {
    grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr) !important;
    gap: clamp(34px, 5vw, 64px);
    align-items: center;
}

.home-steps-copy > span {
    color: #ff6a00;
}

.home-steps-copy h2,
.home-steps-copy h2 em,
.home-steps-copy p,
.home-steps-copy li,
.home-steps-copy strong {
    color: var(--home-ink) !important;
}

.home-steps-copy p,
.home-steps-copy li span {
    color: #5e6269 !important;
}

.home-steps-copy ol {
    gap: 24px;
}

.home-steps-copy ol::before {
    background: linear-gradient(180deg, rgba(255, 106, 0, 0.38), rgba(255, 106, 0, 0.08));
}

.home-steps-copy li b {
    width: 50px;
    height: 50px;
    background: #fff !important;
    color: #ff6a00 !important;
    border: 2px solid #ff6a00;
    box-shadow: 0 0 0 4px #fff, 0 12px 30px rgba(13, 16, 20, 0.08) !important;
}

.home-steps-copy .home-video-btn {
    color: var(--home-ink) !important;
    background: #fff;
    border-color: rgba(17, 17, 17, 0.10);
    box-shadow: 0 18px 44px rgba(13, 16, 20, 0.08);
}

.home-steps-visual {
    position: relative;
    min-width: 0;
}

.home-steps-collage {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(10px, 1.4vw, 18px);
    min-height: clamp(410px, 42vw, 570px);
    padding: 10px 0 64px;
}

.home-step-photo {
    position: relative;
    margin: 0;
    aspect-ratio: 3 / 5;
    border-radius: 22px;
    transform: translateZ(0);
}

.home-step-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    background: linear-gradient(135deg, #f4f0ea, #ffffff);
    box-shadow: 0 18px 48px rgba(13, 16, 20, 0.14);
}

.home-step-photo-1 { transform: rotate(-3deg); margin-top: 14px; }
.home-step-photo-2 { transform: rotate(1deg); }
.home-step-photo-3 { transform: rotate(-1deg); margin-top: 26px; }

.home-step-photo figcaption {
    position: absolute;
    left: 50%;
    bottom: -18px;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #ff6a00;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    box-shadow: 0 0 0 4px #fff, 0 10px 20px rgba(255, 106, 0, 0.22);
    transform: translateX(-50%);
}

.home-steps-wave {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    width: 100%;
    height: 62px;
    pointer-events: none;
    opacity: 0.42;
}

@media (max-width: 980px) {
    .home-steps-grid {
        grid-template-columns: 1fr !important;
    }

    .home-steps-collage {
        min-height: auto;
    }
}

@media (max-width: 560px) {
    .home-steps-new {
        padding: 62px 0 78px;
    }

    .home-steps-collage {
        gap: 7px;
        padding-bottom: 44px;
    }

    .home-step-photo {
        aspect-ratio: 3 / 4;
        border-radius: 16px;
    }

    .home-step-photo-1,
    .home-step-photo-2,
    .home-step-photo-3 {
        margin-top: 0;
        transform: none;
    }

    .home-step-photo figcaption {
        width: 30px;
        height: 30px;
        bottom: -12px;
        font-size: 13px;
    }

    .home-steps-wave {
        display: none;
    }
}

/* Hero featured rail: wide premium paid-placement carousel. */
.home-hero-featured-rail {
    position: relative;
    width: min(1320px, calc(100vw - 96px)) !important;
    max-width: 100%;
    justify-self: start;
    margin-top: clamp(18px, 3vw, 34px) !important;
    padding: clamp(18px, 2vw, 26px) clamp(18px, 2.2vw, 30px) clamp(20px, 2.2vw, 30px) !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    border-radius: 28px !important;
    background:
        radial-gradient(circle at 86% 8%, rgba(255, 255, 255, 0.16), transparent 24%),
        radial-gradient(circle at 22% 0%, rgba(255, 106, 0, 0.16), transparent 25%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.045)),
        rgba(10, 11, 13, 0.66) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        inset 0 -1px 0 rgba(255, 255, 255, 0.05),
        0 36px 110px rgba(0, 0, 0, 0.42) !important;
    backdrop-filter: blur(34px) saturate(160%) !important;
    -webkit-backdrop-filter: blur(34px) saturate(160%) !important;
    overflow: visible;
}

.home-hero-featured-rail::after {
    inset: 10px !important;
    border-radius: 21px !important;
    border-color: rgba(255, 255, 255, 0.07) !important;
}

.home-rail-head {
    position: relative;
    z-index: 3;
    margin-bottom: 20px !important;
}

.home-rail-head span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.76) !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
}

.home-rail-head span::before {
    width: 7px !important;
    height: 7px !important;
    border-radius: 50%;
    background: #ff6a00 !important;
    box-shadow: 0 0 0 7px rgba(255, 106, 0, 0.09) !important;
}

.home-rail-head a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 38px !important;
    padding: 0 15px !important;
    border-radius: 999px !important;
    color: rgba(255, 255, 255, 0.72) !important;
    background: rgba(255, 255, 255, 0.07) !important;
}

.home-rail-track {
    position: relative;
    z-index: 2;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: clamp(340px, 28vw, 376px) !important;
    gap: clamp(18px, 2vw, 26px) !important;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 2px 6px !important;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    mask-image: linear-gradient(90deg, #000 0%, #000 92%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 92%, transparent 100%);
}

.home-rail-card {
    position: relative;
    display: grid !important;
    grid-template-columns: minmax(128px, 36%) minmax(0, 1fr) !important;
    gap: 22px !important;
    align-items: stretch !important;
    min-height: 174px !important;
    padding: 0 !important;
    border-radius: 22px !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045)),
        rgba(14, 15, 18, 0.68) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        0 18px 46px rgba(0, 0, 0, 0.18) !important;
    scroll-snap-align: start;
    overflow: hidden;
    clip-path: inset(0 round 22px);
    transform: translateZ(0) !important;
    transition:
        border-color 220ms var(--home-ease-out),
        background 220ms ease,
        box-shadow 220ms var(--home-ease-out) !important;
}

.home-rail-card::before {
    background:
        radial-gradient(circle at var(--mx, 54%) var(--my, 42%), rgba(255, 255, 255, 0.16), transparent 34%),
        linear-gradient(120deg, rgba(255, 106, 0, 0.14), transparent 46%) !important;
}

.home-rail-card::after {
    border-radius: inherit !important;
}

.home-rail-card:hover {
    transform: translateZ(0) !important;
    border-color: rgba(255, 106, 0, 0.42) !important;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.06)),
        rgba(255, 106, 0, 0.055) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        0 24px 66px rgba(0, 0, 0, 0.26) !important;
}

.home-rail-card > img {
    width: 100% !important;
    height: 100% !important;
    min-height: 174px;
    border-radius: 0 !important;
    object-fit: cover;
    transition: transform 520ms var(--home-ease-out), filter 260ms ease !important;
}

.home-rail-card:hover > img {
    transform: scale(1.045) !important;
    filter: saturate(1.08) contrast(1.03);
}

.home-rail-body {
    position: relative;
    z-index: 2;
    display: flex !important;
    min-width: 0;
    padding: 20px 56px 17px 0;
    flex-direction: column;
}

.home-rail-card small {
    color: rgba(255, 255, 255, 0.58) !important;
    font-size: 11px !important;
    font-weight: 850;
    letter-spacing: 0.07em;
    line-height: 1.1;
    text-transform: uppercase;
}

.home-rail-card b {
    max-width: 13em !important;
    margin-top: 12px !important;
    color: #fff;
    font-size: clamp(18px, 1.55vw, 22px) !important;
    line-height: 1.12 !important;
    letter-spacing: -0.025em;
}

.home-rail-price {
    display: flex !important;
    align-items: baseline;
    gap: 12px;
    margin-top: auto;
}

.home-rail-price strong {
    color: #fff !important;
    font-size: clamp(20px, 1.7vw, 25px) !important;
    font-weight: 900 !important;
    line-height: 1;
    white-space: nowrap;
}

.home-rail-price s {
    color: rgba(255, 255, 255, 0.38);
    font-size: 14px;
    font-weight: 750;
    white-space: nowrap;
}

.home-rail-card em {
    position: absolute;
    z-index: 3;
    top: 18px;
    right: 18px;
    min-height: 34px !important;
    padding: 0 11px !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #ff6a00, #ff8a2d) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.24),
        0 10px 28px rgba(255, 106, 0, 0.32) !important;
    font-size: 12px !important;
    font-weight: 950;
}

.home-rail-viewers {
    display: flex !important;
    align-items: center;
    gap: 10px;
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    line-height: 1;
}

.home-rail-avatars {
    display: flex !important;
    align-items: center;
}

.home-rail-avatars img {
    width: 26px !important;
    height: 26px !important;
    margin-left: -7px;
    border: 2px solid rgba(22, 23, 26, 0.94);
    border-radius: 50% !important;
    object-fit: cover;
}

.home-rail-avatars img:first-child {
    margin-left: 0;
}

.home-rail-arrow {
    position: absolute;
    top: 58%;
    z-index: 5;
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    background: rgba(10, 11, 13, 0.72);
    color: #fff;
    cursor: pointer;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.26);
    backdrop-filter: blur(18px) saturate(150%);
    -webkit-backdrop-filter: blur(18px) saturate(150%);
    transition: background 180ms ease, border-color 180ms ease, transform 180ms var(--home-ease-out);
}

.home-rail-arrow:hover {
    transform: scale(1.04);
    border-color: rgba(255, 106, 0, 0.46);
    background: rgba(255, 106, 0, 0.16);
}

.home-rail-arrow-prev { left: -34px; }
.home-rail-arrow-next { right: -34px; }

@media (max-width: 980px) {
    .home-hero-featured-rail {
        width: 100% !important;
        padding: 16px !important;
    }

    .home-rail-track {
        grid-auto-columns: minmax(330px, 82vw) !important;
        mask-image: none;
        -webkit-mask-image: none;
    }

    .home-rail-arrow {
        display: none;
    }
}

@media (max-width: 560px) {
    .home-rail-card {
        grid-template-columns: 112px minmax(0, 1fr) !important;
        min-height: 150px !important;
        gap: 14px !important;
    }

    .home-rail-card > img {
        min-height: 150px;
    }

    .home-rail-body {
        padding: 15px 44px 13px 0;
    }

    .home-rail-card b {
        font-size: 16px !important;
    }

    .home-rail-viewers {
        display: none !important;
    }
}

/* 2026-05-21: keep carousel edges clean, no side fade/blur strips */
.home-popular-track,
.home-rail-track,
.home-category-track {
    mask-image: none !important;
    -webkit-mask-image: none !important;
}

.home-popular-carousel::before,
.home-popular-carousel::after,
.home-hero-featured-rail::before,
.home-hero-featured-rail::after {
    pointer-events: none;
}

/* ════════════════════════════════════════════════════════════════════
   2026-05-22 v3 — BRAND-COLORED PREMIUM REDESIGN
   - Kiemelt ajánlatok (brand orange, Inter, rich animations)
   - Hogyan működik    (WHITE/cream bg, brand orange, rich animations)
   - Élő térkép        (mirror ajanlatok pattern - stable markers)
   ═══════════════════════════════════════════════════════════════════ */

/* ─── KIEMELT AJÁNLATOK — brand-colored editorial cards ──────────── */
.home-featured-rail {
    grid-area: rail;
    position: relative;
    width: min(1320px, calc(100vw - 96px));
    max-width: 100%;
    justify-self: start;
    margin-top: clamp(20px, 3vw, 36px);
    padding: clamp(22px, 2.4vw, 30px) clamp(22px, 2.4vw, 30px) clamp(20px, 2.2vw, 28px);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 28px;
    background:
        radial-gradient(circle at 88% 10%, rgba(255, 122, 26, 0.18), transparent 28%),
        radial-gradient(circle at 14% 0%, rgba(255, 91, 20, 0.16), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
        rgba(11, 12, 14, 0.7);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        0 36px 100px rgba(0, 0, 0, 0.40);
    backdrop-filter: blur(28px) saturate(150%);
    -webkit-backdrop-filter: blur(28px) saturate(150%);
    overflow: visible;
    opacity: 0;
    transform: translate3d(0, 24px, 0);
    transition: opacity 720ms var(--home-ease-out), transform 720ms var(--home-ease-out);
}

.home-featured-rail.is-visible,
.home-hero-new .home-featured-rail {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.home-featured-head {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.home-featured-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--home-accent);
    font: inherit;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-featured-eyebrow-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--home-accent);
    box-shadow: 0 0 0 0 rgba(255, 91, 20, 0.6);
    animation: home-featured-dot-pulse 1.8s ease-out infinite;
}

@keyframes home-featured-dot-pulse {
    0% { box-shadow: 0 0 0 0 rgba(255, 91, 20, 0.6); }
    70% { box-shadow: 0 0 0 12px rgba(255, 91, 20, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 91, 20, 0); }
}

.home-featured-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.10);
    color: rgba(255, 255, 255, 0.84);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-decoration: none;
    transition: background 240ms ease, border-color 240ms ease, color 240ms ease;
}

.home-featured-link:hover {
    background: rgba(255, 91, 20, 0.16);
    border-color: rgba(255, 91, 20, 0.42);
    color: #fff;
}

.home-featured-link svg {
    transition: transform 220ms ease;
}

.home-featured-link:hover svg {
    transform: translateX(3px);
}

.home-featured-track {
    position: relative;
    z-index: 2;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: clamp(300px, 26vw, 360px);
    gap: clamp(14px, 1.6vw, 22px);
    overflow-x: auto;
    overflow-y: visible;
    padding: 6px 4px 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.home-featured-track::-webkit-scrollbar { display: none; }

.home-featured-card {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(20, 21, 24, 0.78);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    scroll-snap-align: start;
    isolation: isolate;
    transition:
        transform 380ms var(--home-ease-out),
        border-color 240ms ease,
        box-shadow 380ms ease;
    box-shadow: 0 22px 56px rgba(0, 0, 0, 0.30);
    opacity: 0;
    transform: translate3d(0, 30px, 0);
    animation: home-featured-card-in 720ms var(--home-ease-out) both;
    animation-delay: calc(var(--home-index, 0) * 90ms + 220ms);
}

@keyframes home-featured-card-in {
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.home-featured-card:hover {
    transform: translate3d(0, -6px, 0);
    border-color: rgba(255, 122, 26, 0.42);
    box-shadow:
        0 32px 78px rgba(0, 0, 0, 0.42),
        0 0 0 1px rgba(255, 91, 20, 0.18),
        0 0 32px rgba(255, 91, 20, 0.14);
}

.home-featured-card-hero {
    border-color: rgba(255, 91, 20, 0.32);
    box-shadow:
        0 24px 58px rgba(0, 0, 0, 0.34),
        0 0 0 1px rgba(255, 91, 20, 0.22),
        0 0 28px rgba(255, 91, 20, 0.18);
}

.home-featured-media {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #15171c;
}

.home-featured-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 900ms var(--home-ease-out), filter 360ms ease;
    display: block;
}

.home-featured-card:hover .home-featured-media img {
    transform: scale(1.06);
    filter: saturate(1.08) brightness(1.03);
}

.home-featured-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 10, 13, 0) 32%, rgba(8, 10, 13, 0.42) 64%, rgba(6, 8, 11, 0.90));
    pointer-events: none;
}

/* Shine sweep across image on hover */
.home-featured-media::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(115deg, transparent 35%, rgba(255, 255, 255, 0.16) 50%, transparent 65%);
    transform: skewX(-18deg);
    transition: left 820ms var(--home-ease-out);
    pointer-events: none;
    z-index: 2;
}

.home-featured-card:hover .home-featured-media::before {
    left: 140%;
}

.home-featured-top {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 11px 6px 9px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--home-accent), var(--home-accent-2));
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    box-shadow: 0 10px 24px rgba(255, 91, 20, 0.45);
}

.home-featured-discount {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 3;
    padding: 6px 11px;
    border-radius: 8px;
    background: rgba(15, 16, 19, 0.84);
    border: 1px solid rgba(255, 122, 26, 0.4);
    color: #ffb380;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.01em;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: background 240ms ease, color 240ms ease;
}

.home-featured-card:hover .home-featured-discount {
    background: linear-gradient(135deg, var(--home-accent), var(--home-accent-2));
    border-color: transparent;
    color: #fff;
}

.home-featured-overlay {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 16px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 5px;
    color: #fff;
    transform: translate3d(0, 0, 0);
    transition: transform 380ms var(--home-ease-out);
}

.home-featured-card:hover .home-featured-overlay {
    transform: translate3d(0, -3px, 0);
}

.home-featured-cat {
    display: inline-block;
    color: #ffb380;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.home-featured-title {
    margin: 0;
    font-family: inherit;
    font-size: clamp(20px, 1.7vw, 24px);
    font-weight: 900;
    line-height: 1.16;
    letter-spacing: -0.025em;
    color: #fff;
    text-wrap: balance;
}

.home-featured-place {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 12px;
    font-weight: 600;
}

.home-featured-place svg {
    color: var(--home-accent-2);
}

.home-featured-body {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 16px 18px 18px;
    background: rgba(15, 16, 19, 0.82);
}

.home-featured-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.68);
}

.home-featured-rating {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #ffb380;
    font-weight: 800;
}

.home-featured-rating b {
    color: #fff;
    font-weight: 900;
}

.home-featured-divider {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.24);
}

.home-featured-bookable {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, 0.78);
    font-weight: 700;
    letter-spacing: 0.01em;
}

.home-featured-pulse {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #4ade80;
    box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.5);
    animation: home-featured-pulse-anim 1.8s ease-out infinite;
}

@keyframes home-featured-pulse-anim {
    0% { box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.5); }
    70% { box-shadow: 0 0 0 8px rgba(74, 222, 128, 0); }
    100% { box-shadow: 0 0 0 0 rgba(74, 222, 128, 0); }
}

.home-featured-foot {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    padding-top: 14px;
    border-top: 1px dashed rgba(255, 255, 255, 0.08);
}

.home-featured-price {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.home-featured-price small {
    color: rgba(255, 255, 255, 0.44);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.home-featured-price-row {
    display: flex;
    align-items: baseline;
    gap: 9px;
}

.home-featured-price s {
    color: rgba(255, 255, 255, 0.36);
    font-size: 12px;
    font-weight: 600;
    text-decoration: line-through;
}

.home-featured-price strong {
    color: #fff;
    font-size: clamp(20px, 1.7vw, 24px);
    font-weight: 950;
    letter-spacing: -0.028em;
    line-height: 1;
}

.home-featured-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 16px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--home-accent), var(--home-accent-2));
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.32),
        0 10px 26px rgba(255, 91, 20, 0.42);
    transition: transform 220ms ease, box-shadow 240ms ease, filter 220ms ease;
    white-space: nowrap;
}

.home-featured-card:hover .home-featured-cta {
    transform: translateX(2px);
    filter: brightness(1.08);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.42),
        0 14px 36px rgba(255, 91, 20, 0.58);
}

.home-featured-cta svg {
    transition: transform 220ms ease;
}

.home-featured-card:hover .home-featured-cta svg {
    transform: translateX(3px);
}

.home-featured-arrow {
    position: absolute;
    top: 56%;
    z-index: 5;
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    background: rgba(10, 11, 13, 0.84);
    color: #fff;
    cursor: pointer;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(14px) saturate(150%);
    -webkit-backdrop-filter: blur(14px) saturate(150%);
    transition: background 200ms ease, border-color 200ms ease, transform 240ms var(--home-ease-out);
}

.home-featured-arrow:hover {
    transform: scale(1.07);
    border-color: rgba(255, 91, 20, 0.55);
    background: rgba(255, 91, 20, 0.20);
}

.home-featured-arrow-prev { left: -22px; }
.home-featured-arrow-next { right: -22px; }

@media (max-width: 980px) {
    .home-featured-rail {
        width: 100%;
        padding: 18px;
        border-radius: 22px;
    }

    .home-featured-arrow { display: none; }

    .home-featured-track {
        grid-auto-columns: minmax(260px, 82vw);
        gap: 14px;
    }
}

@media (max-width: 560px) {
    .home-featured-head {
        margin-bottom: 14px;
        padding-bottom: 14px;
    }

    .home-featured-link {
        font-size: 11px;
        min-height: 32px;
        padding: 0 12px;
    }

    .home-featured-track {
        grid-auto-columns: minmax(260px, 86vw);
    }

    .home-featured-title {
        font-size: 18px;
    }

    .home-featured-body {
        padding: 14px 16px 16px;
        gap: 12px;
    }

    .home-featured-cta {
        padding: 9px 14px;
        font-size: 11px;
    }
}


/* ─── HOGYAN MŰKÖDIK — WHITE BACKGROUND, brand orange, animations ─── */
.home-howto-section {
    position: relative;
    padding: clamp(80px, 9vw, 130px) 0;
    background: var(--home-paper);
    color: var(--home-ink);
    overflow: hidden;
    isolation: isolate;
}

.home-howto-section::before,
.home-howto-section::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

.home-howto-section::before {
    top: -100px;
    left: -120px;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 91, 20, 0.18), transparent 70%);
    filter: blur(70px);
}

.home-howto-section::after {
    bottom: -150px;
    right: -120px;
    width: 460px;
    height: 460px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 122, 26, 0.14), transparent 70%);
    filter: blur(90px);
}

.home-howto-section > .container {
    position: relative;
    z-index: 1;
}

.home-howto-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto clamp(48px, 5vw, 72px);
    opacity: 0;
    transform: translate3d(0, 18px, 0);
    transition: opacity 720ms var(--home-ease-out), transform 720ms var(--home-ease-out);
}

.home-howto-section.is-visible .home-howto-head {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.home-howto-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    padding: 7px 14px 7px 12px;
    border: 1px solid rgba(255, 91, 20, 0.30);
    border-radius: 999px;
    background: rgba(255, 91, 20, 0.08);
    color: var(--home-accent);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.10em;
    text-transform: uppercase;
}

.home-howto-eyebrow svg {
    color: var(--home-accent-2);
}

.home-howto-title {
    margin: 0 0 16px;
    font-family: inherit;
    font-size: clamp(38px, 5.2vw, 60px);
    font-weight: 950;
    line-height: 1.04;
    letter-spacing: -0.035em;
    color: var(--home-ink);
    text-wrap: balance;
}

.home-howto-title em {
    font-style: normal;
    background: linear-gradient(95deg, var(--home-accent), var(--home-accent-2) 55%, #ff9c4d);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-howto-lede {
    margin: 0 auto;
    max-width: 560px;
    color: #555b63;
    font-size: clamp(15px, 1.3vw, 17px);
    line-height: 1.6;
    font-weight: 500;
}

.home-howto-grid-cards {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(20px, 2.4vw, 32px);
    max-width: 1180px;
    margin: 0 auto;
}

.home-howto-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: clamp(32px, 3.2vw, 42px) clamp(26px, 2.8vw, 36px);
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(17, 17, 17, 0.06);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 24px 56px rgba(17, 17, 17, 0.06),
        0 2px 8px rgba(17, 17, 17, 0.02);
    opacity: 0;
    transform: translate3d(0, 32px, 0);
    transition:
        opacity 680ms var(--home-ease-out),
        transform 680ms var(--home-ease-out),
        box-shadow 380ms ease,
        border-color 240ms ease;
    transition-delay: calc(var(--home-index, 0) * 130ms + 180ms);
}

.home-howto-section.is-visible .home-howto-card {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.home-howto-card:hover {
    transform: translate3d(0, -6px, 0) !important;
    border-color: rgba(255, 91, 20, 0.32);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.95) inset,
        0 38px 80px rgba(17, 17, 17, 0.10),
        0 0 0 1px rgba(255, 91, 20, 0.14);
}

/* gradient highlight bar that grows from left on hover */
.home-howto-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 4px;
    border-radius: 22px 22px 0 0;
    background: linear-gradient(90deg, var(--home-accent), var(--home-accent-2));
    transition: width 380ms var(--home-ease-out);
}

.home-howto-card:hover::before {
    width: 100%;
}

.home-howto-card-num {
    display: block;
    font-family: inherit;
    font-size: clamp(46px, 5vw, 60px);
    font-weight: 950;
    line-height: 1;
    color: transparent;
    background: linear-gradient(135deg, var(--home-accent), var(--home-accent-2));
    -webkit-background-clip: text;
    background-clip: text;
    letter-spacing: -0.05em;
    margin-bottom: 2px;
    transition: transform 380ms var(--home-ease-out);
}

.home-howto-card:hover .home-howto-card-num {
    transform: translateY(-2px) scale(1.04);
}

.home-howto-card-icon {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(255, 91, 20, 0.10), rgba(255, 122, 26, 0.04));
    border: 1px solid rgba(255, 91, 20, 0.20);
    color: var(--home-accent);
    transition: transform 380ms var(--home-ease-out), box-shadow 340ms ease;
}

.home-howto-card:hover .home-howto-card-icon {
    transform: rotate(-4deg) scale(1.06);
    box-shadow: 0 12px 28px rgba(255, 91, 20, 0.20);
}

.home-howto-card-title {
    margin: 4px 0 0;
    font-family: inherit;
    font-size: clamp(22px, 2vw, 27px);
    font-weight: 900;
    line-height: 1.14;
    letter-spacing: -0.025em;
    color: var(--home-ink);
}

.home-howto-card-desc {
    margin: 0;
    color: #555b63;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500;
    max-width: 36ch;
}

.home-howto-card-rule {
    display: block;
    width: 36px;
    height: 2px;
    margin-top: auto;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--home-accent), transparent);
    transition: width 380ms var(--home-ease-out);
}

.home-howto-card:hover .home-howto-card-rule {
    width: 72px;
}

.home-howto-connector {
    position: absolute;
    top: 50%;
    right: -22px;
    z-index: 4;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--home-accent), var(--home-accent-2));
    color: #fff;
    box-shadow: 0 12px 28px rgba(255, 91, 20, 0.35), 0 4px 8px rgba(17, 17, 17, 0.06);
    transform: translateY(-50%);
    pointer-events: none;
    animation: home-howto-connector-pulse 2.6s ease-out infinite;
    animation-delay: calc(var(--home-index, 0) * 0.6s);
}

@keyframes home-howto-connector-pulse {
    0%, 100% {
        box-shadow: 0 12px 28px rgba(255, 91, 20, 0.35), 0 0 0 0 rgba(255, 91, 20, 0.42);
    }
    50% {
        box-shadow: 0 16px 36px rgba(255, 91, 20, 0.50), 0 0 0 14px rgba(255, 91, 20, 0);
    }
}

.home-howto-connector svg {
    animation: home-howto-arrow-bob 2.2s ease-in-out infinite;
}

@keyframes home-howto-arrow-bob {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(3px); }
}

.home-howto-footer {
    margin: clamp(48px, 5vw, 72px) auto 0;
    max-width: 1180px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 22px clamp(22px, 2vw, 28px);
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(17, 17, 17, 0.06);
    box-shadow: 0 16px 40px rgba(17, 17, 17, 0.05);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
    transition: opacity 680ms var(--home-ease-out), transform 680ms var(--home-ease-out);
    transition-delay: 620ms;
}

.home-howto-section.is-visible .home-howto-footer {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.home-howto-trust {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
}

.home-howto-trust-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #3c4047;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.home-howto-trust-item svg {
    color: var(--home-accent);
}

.home-howto-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--home-accent), var(--home-accent-2));
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.32),
        0 14px 32px rgba(255, 91, 20, 0.38);
    transition: transform 220ms ease, box-shadow 240ms ease, filter 220ms ease;
}

.home-howto-cta:hover {
    transform: translateY(-2px);
    filter: brightness(1.08);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.42),
        0 18px 44px rgba(255, 91, 20, 0.52);
}

.home-howto-cta svg {
    transition: transform 220ms ease;
}

.home-howto-cta:hover svg {
    transform: translateX(3px);
}

@media (max-width: 980px) {
    .home-howto-grid-cards {
        grid-template-columns: 1fr;
        gap: 18px;
        max-width: 520px;
    }

    .home-howto-connector { display: none; }
}

@media (max-width: 560px) {
    .home-howto-head {
        margin-bottom: 36px;
    }

    .home-howto-card {
        padding: 28px 22px;
        gap: 14px;
    }

    .home-howto-card-num {
        font-size: 44px;
    }

    .home-howto-footer {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
        padding: 20px;
    }

    .home-howto-trust {
        justify-content: center;
    }

    .home-howto-cta {
        justify-content: center;
    }
}


/* ─── ÉLŐ TÉRKÉP — nagyobb mobil + grid fix + marker stabilitás ───── */
.home-live-grid {
    grid-template-columns: minmax(240px, 0.62fr) minmax(0, 1.55fr) !important;
}

.home-map-card.home-maplibre-card {
    min-height: clamp(440px, 48vw, 580px);
}

@media (max-width: 1180px) {
    .home-live-grid {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .home-map-card.home-maplibre-card {
        min-height: clamp(420px, 58vw, 560px);
    }
}

@media (max-width: 760px) {
    .home-map-card.home-maplibre-card {
        min-height: 480px;
        border-radius: 22px;
    }
}

@media (max-width: 430px) {
    .home-map-card.home-maplibre-card {
        min-height: 460px;
    }
}

/* ─── MARKER STABILITY — neutralize parent transforms on the maplibre
   card only. MapLibre positions markers via inline transforms; if the
   parent has its own transform / will-change / reveal-anim transforms,
   the markers visibly drift on zoom & scroll. Mirror the working
   ajanlatok pattern: a STATIC container, no hover lift on it. */

.home-map-card.home-maplibre-card,
.home-map-card.home-maplibre-card:hover {
    transform: none !important;
    will-change: auto !important;
    transition: box-shadow 280ms var(--home-ease-out) !important;
}

/* The .container that wraps the map has a reveal-on-scroll transform.
   That transform is harmless for static content but causes the map's
   inline-positioned markers to compute against a transformed parent,
   resulting in apparent drift. Neutralize on the live-map section only. */
.home-live-map-section > .container,
.home-live-map-section.is-visible > .container {
    transform: none !important;
}

.home-maplibre-card::before,
.home-maplibre-card::after {
    pointer-events: none !important;
}

/* Marker visual — STYLE only, never transform (MapLibre owns transform) */
.home-live-marker {
    position: relative;
    display: inline-grid;
    place-items: center;
    min-width: 48px;
    height: 36px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 999px;
    background: linear-gradient(135deg, var(--home-accent), var(--home-accent-2));
    color: #fff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.32),
        0 12px 28px rgba(255, 91, 20, 0.36),
        0 0 0 6px rgba(255, 91, 20, 0.10);
    font: inherit;
    font-size: 12px;
    font-weight: 950;
    line-height: 1;
    cursor: pointer;
    /* Transitions on visual properties only — NEVER on transform */
    transition: filter 180ms ease, box-shadow 220ms ease, background 220ms ease;
}

.home-live-marker:hover,
.home-live-marker:focus-visible,
.home-live-marker.is-active {
    filter: saturate(1.12);
    background: linear-gradient(135deg, var(--home-accent-2), #ffa64d);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.42),
        0 18px 40px rgba(255, 91, 20, 0.48),
        0 0 0 9px rgba(255, 91, 20, 0.18);
    z-index: 2;
}

/* Map info overlay card */
.home-live-map-card {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 12px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    background: rgba(12, 14, 17, 0.82);
    color: #fff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        0 22px 56px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(18px) saturate(150%);
    -webkit-backdrop-filter: blur(18px) saturate(150%);
    text-decoration: none;
    pointer-events: auto;
    transition: transform 220ms var(--home-ease-out), border-color 220ms ease;
    animation: home-live-card-in 280ms var(--home-ease-out) both;
}

.home-live-map-card:hover {
    transform: translate3d(0, -2px, 0);
    border-color: rgba(255, 91, 20, 0.4);
}

@keyframes home-live-card-in {
    from { opacity: 0; transform: translate3d(0, 8px, 0); }
    to { opacity: 1; transform: translate3d(0, 0, 0); }
}

/* ════════════ END 2026-05-22 v3 BRAND REDESIGN ═══════════════════ */

