.b2c-home-landing {
    --b2c-home-heading-size: clamp(1.5rem, 2.15vw, 1.9rem);
    color: var(--text);
    background: #fff;
}

.b2c-home-page-heading {
    padding: 20px;
    text-align: center;
    background: #fff;
}

.b2c-home-page-heading h1 {
    margin: 0;
    color: var(--ink);
    font-size: clamp(1.55rem, 2.6vw, 2.25rem);
    font-weight: 800;
    letter-spacing: -.04em;
    line-height: 1.1;
}

.b2c-home-banner {
    position: relative;
    width: 100%;
    height: clamp(400px, 42.85vw, 640px);
    overflow: hidden;
    background: #03466f;
}

.b2c-home-banner::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 8%;
    pointer-events: none;
    content: '';
    background: linear-gradient(180deg, transparent, rgba(3, 70, 111, .2));
}

.b2c-home-banner picture {
    display: block;
    width: 100%;
    height: 100%;
}

.b2c-home-banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.homepage-v2.b2c-home-landing .b2c-home-search-stage {
    display: none;
}

.b2c-why-travel {
    padding: 52px 20px 56px;
    border-top: 1px solid #e7eef3;
    background: #f7fafc;
}

.b2c-why-travel-container {
    display: grid;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    grid-template-columns: minmax(0, 1.55fr) minmax(360px, .85fr);
    align-items: stretch;
    gap: 32px;
}

.b2c-why-travel-main {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.b2c-why-travel-main > h2 {
    margin: 0 0 24px;
    color: var(--ink);
    font-size: clamp(1.5rem, 2.15vw, 1.9rem);
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 1.2;
}

.b2c-why-travel-main > h2::after {
    display: block;
    width: 52px;
    height: 3px;
    margin-top: 12px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--brand-blue, #075a92), #ff8a00);
    content: "";
}

.b2c-why-travel-grid {
    display: grid;
    flex: 1;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.b2c-why-travel-grid article {
    position: relative;
    display: grid;
    min-width: 0;
    min-height: 194px;
    padding: 24px 12px 20px;
    align-items: center;
    justify-items: center;
    grid-template-areas: "icon" "title" "copy";
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto 1fr;
    text-align: center;
    border: 1px solid #cfe0eb;
    border-radius: 14px;
    background: linear-gradient(135deg, #f4f9fc 0%, #edf5fa 100%);
    box-shadow: 0 9px 24px rgba(5, 56, 88, .055);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.b2c-why-travel-grid article::before {
    position: absolute;
    top: 0;
    right: 18px;
    left: 18px;
    width: auto;
    height: 3px;
    border-radius: 0 0 999px 999px;
    background: var(--brand-blue, #075a92);
    content: "";
}

.b2c-why-travel-icon {
    display: grid;
    width: 44px;
    height: 44px;
    margin-bottom: 16px;
    grid-area: icon;
    place-items: center;
    color: var(--brand-blue, #075a92);
    border: 1px solid rgba(7, 90, 146, .12);
    border-radius: 12px;
    background: rgba(7, 90, 146, .075);
    font-size: 1.08rem;
}

.b2c-why-travel-icon.is-red {
    color: #c86700;
    border-color: rgba(255, 138, 0, .18);
    background: rgba(255, 138, 0, .09);
}

.b2c-why-travel-grid h3 {
    grid-area: title;
    margin: 0;
    color: var(--ink);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.3;
}

.b2c-why-travel-grid p {
    grid-area: copy;
    margin: 8px 0 0;
    color: #637586;
    font-size: .64rem;
    font-weight: 500;
    line-height: 1.45;
}

@media (hover: hover) and (pointer: fine) {
    .b2c-why-travel-grid article:hover {
        border-color: rgba(7, 90, 146, .28);
        box-shadow: 0 14px 28px rgba(5, 56, 88, .09);
        transform: translateY(-3px);
    }
}

.b2c-salute-card {
    position: relative;
    display: flex;
    min-height: 286px;
    padding: 34px;
    overflow: hidden;
    align-items: center;
    border: 1px solid #d9dfd3;
    border-radius: 18px;
    background:
        linear-gradient(90deg, rgba(250, 248, 238, .99) 0%, rgba(250, 248, 238, .94) 48%, rgba(250, 248, 238, .12) 100%),
        url('../images/home/fauji-yatra-salute-bg.png') center / cover no-repeat;
    box-shadow: none;
}

.b2c-salute-card > div {
    position: relative;
    z-index: 1;
    width: min(250px, 65%);
}

.b2c-salute-card h3 {
    margin: 0;
    color: var(--ink);
    font-size: clamp(1.08rem, 1.35vw, 1.3rem);
    font-weight: 700;
    letter-spacing: -.015em;
    line-height: 1.25;
    white-space: nowrap;
}

.b2c-salute-card p {
    max-width: 220px;
    margin: 13px 0 0;
    color: #4d5e58;
    font-size: .78rem;
    font-weight: 500;
    line-height: 1.55;
}

.b2c-salute-card a {
    display: inline-flex;
    min-height: 44px;
    margin-top: 22px;
    padding: 0 18px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    border: 1px solid rgba(7, 90, 146, .15);
    border-radius: 10px;
    background: var(--brand-blue, #075a92);
    box-shadow: 0 9px 20px rgba(7, 90, 146, .2);
    font-size: .7rem;
    font-weight: 700;
    text-decoration: none;
    transition: background .2s ease, transform .2s ease;
}

.b2c-salute-card a:hover {
    color: #fff;
    background: var(--brand-blue-dark, #03466f);
    transform: translateY(-2px);
}

.b2c-salute-card a:focus-visible {
    outline: 3px solid rgba(7, 90, 146, .3);
    outline-offset: 3px;
}

.b2c-member-benefits {
    position: relative;
    padding: 30px 20px 36px;
    background: #f7fafc;
}

.b2c-member-benefits-container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}

.b2c-member-benefits-card {
    position: relative;
    display: grid;
    overflow: hidden;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 36px;
    color: var(--text);
    padding: 22px 26px 18px;
    border: 1px dashed rgba(174, 127, 36, .72);
    border-radius: 16px;
    background:
        radial-gradient(circle at 82% 0%, rgba(255,255,255,.7), transparent 34%),
        linear-gradient(118deg, rgba(255,252,241,.95) 0%, rgba(244,224,171,.8) 43%, rgba(226,190,103,.7) 72%, rgba(255,249,232,.92) 100%);
    background-size: 100% 100%, 210% 100%;
    box-shadow: 0 16px 36px rgba(126, 91, 25, .13), inset 0 1px 0 rgba(255,255,255,.8);
    backdrop-filter: blur(10px) saturate(1.08);
    -webkit-backdrop-filter: blur(10px) saturate(1.08);
    animation: b2cMemberGoldShine 7s ease-in-out infinite;
}

.b2c-member-benefits-card::before {
    position: absolute;
    z-index: 0;
    top: -70%;
    bottom: -70%;
    left: -28%;
    width: 24%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.58), transparent);
    content: "";
    pointer-events: none;
    transform: skewX(-18deg);
    animation: b2cMemberGlassSweep 6.8s ease-in-out infinite;
}

.b2c-member-benefits-card::after {
    position: absolute;
    z-index: 0;
    inset: 1px;
    border-radius: 15px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.65), inset 0 -1px 0 rgba(151, 105, 27, .08);
    content: "";
    pointer-events: none;
}

.b2c-member-benefits-copy {
    position: relative;
    z-index: 1;
    padding: 0 0 0 22px;
    border-left: 3px solid #a87d27;
}

.b2c-member-benefits-copy > span {
    display: inline-flex;
    margin-bottom: 8px;
    align-items: center;
    gap: 7px;
    color: #80601f;
    font-size: .67rem;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.b2c-member-benefits-copy > span i { color: #a87d27; font-size: .8rem; }

.b2c-member-benefits-copy h2 {
    margin: 0;
    color: var(--ink);
    font-size: clamp(1.5rem, 2.35vw, 2.15rem);
    font-weight: 650;
    letter-spacing: -.035em;
    line-height: 1.12;
}

.b2c-member-benefits-copy p {
    max-width: 760px;
    margin: 8px 0 0;
    color: #63758a;
    font-size: .8rem;
    line-height: 1.55;
}

.b2c-member-benefits-action {
    position: relative;
    z-index: 1;
    display: inline-flex;
    min-height: 44px;
    margin: 0 0 2px;
    padding: 0 20px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    border: 1px solid var(--brand-blue);
    border-radius: 999px;
    background: var(--brand-blue);
    box-shadow: none;
    font-size: .72rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: background .2s ease, transform .2s ease;
}

.b2c-member-benefits-action:hover {
    color: #fff;
    background: var(--brand-blue-dark);
    transform: translateY(-2px);
}

.b2c-member-benefits-highlights {
    position: relative;
    z-index: 1;
    display: grid;
    margin-top: 22px;
    padding: 16px 0 0;
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid rgba(137, 99, 28, .25);
    background: transparent;
}

.b2c-member-benefits-highlights span {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 10px;
    color: #314a64;
    font-size: .68rem;
    font-weight: 650;
}

.b2c-member-benefits-highlights span:not(:first-child) {
    padding-left: clamp(18px, 3vw, 42px);
    border-left: 1px solid rgba(137, 99, 28, .25);
}

.b2c-member-benefits-highlights i { color: #9a7121; font-size: .9rem; }

@keyframes b2cMemberGoldShine {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

@keyframes b2cMemberGlassSweep {
    0%, 18% { left: -28%; opacity: 0; }
    28% { opacity: .82; }
    52% { left: 112%; opacity: 0; }
    100% { left: 112%; opacity: 0; }
}

.b2c-tax-services {
    padding: 58px 20px 68px;
    background: linear-gradient(180deg, #fcfdfe 0%, #f6f9fb 100%);
}

.b2c-tax-services-container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}

.b2c-tax-services-heading {
    max-width: 920px;
    margin: 0 auto 34px;
    text-align: center;
}

.b2c-tax-services-heading h2 {
    margin: 0;
    color: var(--ink);
    font-size: clamp(1.7rem, 3vw, 2.35rem);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.1;
}

.b2c-tax-services-heading h2::after {
    display: block;
    width: 72px;
    height: 3px;
    margin: 14px auto 18px;
    border-radius: 3px;
    content: '';
    background: linear-gradient(90deg, var(--brand-blue), var(--brand-green));
}

.b2c-tax-services-heading p {
    margin: 0;
    color: var(--muted);
    font-size: .86rem;
    line-height: 1.6;
}

.b2c-tax-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

.b2c-tax-service-card {
    display: grid;
    min-height: 152px;
    padding: 26px 30px;
    grid-template-columns: 86px minmax(0, 1fr);
    align-items: center;
    gap: 28px;
    border: 1px solid rgba(6, 103, 108, .12);
    border-radius: 16px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 14px 32px rgba(5, 65, 87, .08);
}

.b2c-tax-service-icon {
    display: grid;
    width: 86px;
    min-height: 82px;
    place-items: center;
    color: var(--brand-green);
    border-right: 1px solid rgba(7, 90, 146, .18);
    font-size: 2.65rem;
}

.b2c-tax-service-icon.is-travel {
    position: relative;
}

.b2c-tax-service-icon.is-travel .bi-airplane-fill {
    transform: rotate(-18deg);
}

.b2c-tax-service-icon.is-travel .bi-shield-check {
    position: absolute;
    right: 12px;
    bottom: 5px;
    padding: 2px;
    color: var(--brand-blue);
    background: #fff;
    font-size: 1.15rem;
}

.b2c-tax-service-card h3 {
    margin: 0;
    color: var(--ink);
    font-size: clamp(1.05rem, 1.55vw, 1.35rem);
    font-weight: 750;
    line-height: 1.25;
}

.b2c-housing {
    padding: 72px 20px;
    background: #fff;
}

.b2c-housing-container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}

.b2c-housing-panel {
    display: grid;
    padding: 0;
    grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
    align-items: center;
    gap: 42px;
    color: var(--text);
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.b2c-housing-copy {
    min-width: 0;
}

.b2c-housing-kicker {
    display: inline-flex;
    margin-bottom: 14px;
    align-items: center;
    gap: 8px;
    color: #506b88;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.b2c-housing-kicker i {
    color: var(--brand-blue);
    font-size: .92rem;
}

.b2c-housing-copy h2 {
    max-width: 570px;
    margin: 0;
    color: var(--ink);
    font-size: clamp(1.8rem, 3.2vw, 2.75rem);
    font-weight: 700;
    letter-spacing: -.045em;
    line-height: 1.06;
}

.b2c-housing-copy > p {
    max-width: 590px;
    margin: 18px 0 0;
    color: #63758a;
    font-size: .86rem;
    line-height: 1.7;
}

.b2c-housing-features {
    display: grid;
    margin-top: 24px;
    gap: 11px;
}

.b2c-housing-features span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #314a64;
    font-size: .72rem;
    font-weight: 650;
}

.b2c-housing-features i {
    display: grid;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    place-items: center;
    color: var(--brand-blue);
    border-radius: 8px;
    background: #eaf1f7;
    font-size: .78rem;
}

.b2c-housing-action {
    display: inline-flex;
    min-height: 48px;
    margin-top: 28px;
    padding: 0 20px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    border: 1px solid var(--brand-blue);
    border-radius: 12px;
    background: var(--brand-blue);
    box-shadow: 0 10px 22px rgba(7, 90, 146, .17);
    font-size: .72rem;
    font-weight: 800;
    text-decoration: none;
    transition: background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.b2c-housing-action:hover {
    color: #fff;
    background: var(--brand-blue-dark);
    box-shadow: 0 14px 26px rgba(7, 90, 146, .22);
    transform: translateY(-2px);
}

.b2c-housing-visual {
    position: relative;
    min-width: 0;
    height: 390px;
    margin: 0;
    overflow: hidden;
    border: 2px solid #6fa7cc;
    border-radius: 18px;
    background: #eef4f8;
    box-shadow: 0 16px 32px rgba(7, 56, 88, .16);
    animation: b2c-housing-frame-in .75s ease-out;
    transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.b2c-housing-visual::after {
    position: absolute;
    inset: 0;
    pointer-events: none;
    content: '';
    background: linear-gradient(115deg, transparent 34%, rgba(255, 255, 255, .3) 50%, transparent 66%);
    transform: translateX(-125%);
    animation: b2c-housing-light-in 1.05s .25s ease-out;
    transition: transform .65s ease;
}

.b2c-housing-visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    filter: brightness(1.02) saturate(1.02);
    transform: scale(1.015);
    animation: b2c-housing-image-in 1s ease-out;
    transition: filter .45s ease, transform .45s ease;
}

@keyframes b2c-housing-frame-in {
    from { opacity: .72; transform: translateY(10px) scale(.985); }
    to { opacity: 1; transform: none; }
}

@keyframes b2c-housing-image-in {
    from { filter: brightness(.9) saturate(.9); transform: scale(1.055); }
    to { filter: brightness(1.02) saturate(1.02); transform: scale(1.015); }
}

@keyframes b2c-housing-light-in {
    from { transform: translateX(-125%); }
    to { transform: translateX(125%); }
}

@media (hover: hover) and (pointer: fine) {
    .b2c-housing-visual:hover {
        border-color: var(--brand-blue);
        box-shadow: 0 20px 38px rgba(7, 56, 88, .2);
        transform: translateY(-5px);
    }

    .b2c-housing-visual:hover::after { transform: translateX(125%); }

    .b2c-housing-visual:hover img {
        filter: brightness(1.03) saturate(1.04);
        transform: scale(1.04);
    }
}

/* Keep every primary B2C homepage section title on one consistent scale. */
.homepage-v2.b2c-home-landing .b2c-why-travel-main > h2,
.homepage-v2.b2c-home-landing .b2c-member-benefits-copy h2,
.homepage-v2.b2c-home-landing .b2c-tax-services-heading h2,
.homepage-v2.b2c-home-landing .b2c-housing-copy h2,
.homepage-v2.b2c-home-landing .homepage-phase2 .home-section-heading h2,
.homepage-v2.b2c-home-landing .homepage-phase2 .home-partner-copy h2,
.homepage-v2.b2c-home-landing .home-achievement-heading h2,
.homepage-v2.b2c-home-landing .home-footer-blog-heading h2,
.homepage-v2.b2c-home-landing .home-booking-office-copy h2 {
    font-size: var(--b2c-home-heading-size);
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 1.2;
}

@media (max-width: 991.98px) {
    .b2c-home-banner { height: clamp(320px, 42.85vw, 420px); }
    .b2c-why-travel-container { grid-template-columns: 1fr; }
    .b2c-salute-card { min-height: 270px; }
    .b2c-member-benefits-card { padding: 22px 22px 18px; grid-template-columns: minmax(0, 1fr) auto; }
    .b2c-member-benefits-copy { padding: 0 0 0 20px; }
    .b2c-member-benefits-action { margin: 0; }
    .b2c-member-benefits-highlights { padding: 16px 0 0; gap: 0; }
    .b2c-housing-panel { padding: 0; grid-template-columns: 1fr; gap: 32px; }
    .b2c-housing-visual { height: 360px; }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .b2c-housing-panel {
        grid-template-columns: minmax(0, 1fr) minmax(360px, 460px);
        gap: 26px;
    }

    .b2c-housing-visual {
        height: auto;
        aspect-ratio: 4 / 3;
    }
}

@media (max-width: 767.98px) {
    .b2c-why-travel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .b2c-why-travel-grid article { min-height: 168px; }
}

@media (max-width: 575.98px) {
    .b2c-home-banner { height: clamp(170px, 56vw, 320px); }
    .b2c-home-banner img { object-position: left center; }
    .homepage-v2.b2c-home-landing .b2c-home-search-stage {
        display: block;
        width: 100%;
        margin-top: -64px;
        padding: 0 0 18px;
        background: linear-gradient(180deg, transparent 0 64px, #f7fafc 64px 100%);
    }
    .homepage-v2.b2c-home-landing .b2c-home-search-stage > .container {
        width: 100%;
        min-width: 0;
        padding-right: 14px;
        padding-left: 14px;
    }
    .homepage-v2.b2c-home-landing .b2c-home-search-stage .booking-benefits { display: none; }
    .homepage-v2.b2c-home-landing .b2c-home-search-stage .booking-shell,
    .homepage-v2.b2c-home-landing .b2c-home-search-stage .booking-body,
    .homepage-v2.b2c-home-landing .b2c-home-search-stage .flight-search,
    .homepage-v2.b2c-home-landing .b2c-home-search-stage .route-fields,
    .homepage-v2.b2c-home-landing .b2c-home-search-stage .airport-picker,
    .homepage-v2.b2c-home-landing .b2c-home-search-stage .booking-field {
        min-width: 0;
        max-width: 100%;
    }
    .homepage-v2.b2c-home-landing .b2c-home-search-stage .booking-tabs { width: 100%; }
    .homepage-v2.b2c-home-landing .b2c-home-search-stage .swap-button {
        width: 44px;
        height: 44px;
    }
    .homepage-v2.b2c-home-landing .b2c-home-search-stage .date-trigger,
    .homepage-v2.b2c-home-landing .b2c-home-search-stage .traveller-trigger,
    .homepage-v2.b2c-home-landing .b2c-home-search-stage .special-fare-option span {
        min-height: 44px;
    }
    .b2c-why-travel { padding: 36px 14px 40px; }
    .b2c-why-travel-main > h2 { margin-bottom: 18px; text-align: center; }
    .b2c-why-travel-main > h2::after { margin-right: auto; margin-left: auto; }
    .b2c-why-travel-grid { grid-template-columns: 1fr; gap: 10px; }
    .b2c-why-travel-grid article { min-height: 150px; padding: 20px 16px 17px; }
    .b2c-why-travel-grid article::before { top: 0; right: 16px; bottom: auto; left: 16px; }
    .b2c-why-travel-icon { width: 42px; height: 42px; margin-bottom: 13px; font-size: 1rem; }
    .b2c-why-travel-grid p { font-size: .78rem; }
    .b2c-salute-card { min-height: 245px; padding: 24px 20px; border-radius: 14px; }
    .b2c-salute-card > div { width: 72%; }
    .b2c-salute-card h3 { font-size: 1rem; }
    .b2c-salute-card p { max-width: 190px; font-size: .8rem; }
    .b2c-salute-card a { font-size: .78rem; }
    .b2c-member-benefits { padding: 22px 14px 28px; }
    .b2c-member-benefits-card { padding: 18px 16px 14px; grid-template-columns: 1fr; row-gap: 0; border-radius: 14px; }
    .b2c-member-benefits-copy { padding: 0 0 0 16px; }
    .b2c-member-benefits-copy > span { font-size: .78rem; line-height: 1.4; }
    .b2c-member-benefits-copy h2 { font-size: 1.45rem; }
    .b2c-member-benefits-copy p { font-size: .8rem; }
    .b2c-member-benefits-action { width: max-content; min-height: 44px; margin: 18px 0 0 16px; font-size: .78rem; }
    .b2c-member-benefits-highlights { margin-top: 18px; padding: 6px 0 0; grid-template-columns: 1fr; gap: 0; }
    .b2c-member-benefits-highlights span { padding: 12px 0; font-size: .78rem; }
    .b2c-member-benefits-highlights span:not(:first-child) { padding-left: 0; border-top: 1px solid rgba(137, 99, 28, .2); border-left: 0; }
    .b2c-home-page-heading { padding: 15px 14px; }
    .b2c-home-page-heading h1 { font-size: 1.45rem; }
    .b2c-tax-services { padding: 40px 14px 46px; }
    .b2c-tax-services-heading { margin-bottom: 24px; }
    .b2c-tax-services-heading p { font-size: .8rem; }
    .b2c-tax-services-grid { grid-template-columns: 1fr; gap: 12px; }
    .b2c-tax-service-card { min-height: 116px; padding: 18px 20px; grid-template-columns: 70px minmax(0, 1fr); gap: 20px; border-radius: 14px; }
    .b2c-tax-service-icon { width: 70px; min-height: 64px; font-size: 2.1rem; }
    .b2c-tax-service-icon.is-travel .bi-shield-check { right: 8px; bottom: 1px; font-size: .95rem; }
    .b2c-housing { padding: 46px 14px; }
    .b2c-housing-panel { padding: 0; gap: 26px; border-radius: 0; }
    .b2c-housing-kicker { font-size: .78rem; line-height: 1.4; }
    .b2c-housing-copy h2 { font-size: 1.75rem; }
    .b2c-housing-copy > p { margin-top: 14px; font-size: .82rem; }
    .b2c-housing-features span { font-size: .78rem; line-height: 1.45; }
    .b2c-housing-action { width: 100%; margin-top: 24px; font-size: .78rem; }
    .b2c-housing-visual {
        width: min(100%, 426px);
        height: auto;
        aspect-ratio: 4 / 3;
        justify-self: center;
        border-radius: 14px;
    }
}

@media (max-width: 575.98px) and (orientation: portrait) {
    .b2c-home-banner {
        height: clamp(500px, calc(100vh - var(--app-header-bottom, 64px)), 780px);
        height: clamp(500px, calc(100svh - var(--app-header-bottom, 64px)), 780px);
        background: #003f43;
    }

    .b2c-home-banner::after {
        height: 58%;
        background: linear-gradient(180deg, transparent 0%, rgba(0, 39, 43, .28) 35%, rgba(0, 35, 39, .9) 100%);
    }

    .b2c-home-banner img {
        object-position: center top;
    }

    .homepage-v2.b2c-home-landing .b2c-home-search-stage {
        --b2c-home-search-overlap: clamp(160px, 30vh, 260px);
        --b2c-home-search-overlap: clamp(160px, 30svh, 260px);
        margin-top: calc(-1 * var(--b2c-home-search-overlap));
        background: linear-gradient(
            180deg,
            transparent 0 var(--b2c-home-search-overlap),
            #f7fafc var(--b2c-home-search-overlap) 100%
        );
    }
}

@media (min-width: 360px) and (max-width: 575.98px) {
    .b2c-why-travel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .b2c-why-travel-grid article { min-height: 174px; padding: 18px 12px 16px; }
    .b2c-why-travel-grid article::before { right: 12px; left: 12px; }
    .b2c-why-travel-icon { width: 40px; height: 40px; margin-bottom: 12px; }
}

@media (prefers-reduced-motion: reduce) {
    .b2c-why-travel-grid article,
    .b2c-member-benefits-card { animation: none; }
    .b2c-member-benefits-card::before { animation: none; opacity: 0; }
    .b2c-salute-card a,
    .b2c-housing-action,
    .b2c-housing-visual,
    .b2c-housing-visual::after,
    .b2c-housing-visual img { animation: none; transition: none; }

    .b2c-housing-visual:hover,
    .b2c-housing-visual:hover::after,
    .b2c-housing-visual:hover img { filter: none; transform: none; }

    .b2c-why-travel-grid article { transition: none; }
    .b2c-why-travel-grid article:hover { transform: none; }
}
