.hg-home-v2 {
    --hg-blue: #3468f5;
    --hg-blue-dark: #1747cf;
    --hg-cyan: #31c8d7;
    --hg-lilac: #8d7cf8;
    --hg-ink: #10213e;
    --hg-text: #3f506c;
    --hg-muted: #687891;
    --hg-line: #dce6f4;
    --hg-surface: #ffffff;
    --hg-tint: #f5f8ff;
    color: var(--hg-ink);
    background: #fff;
    font-family: Inter, sans-serif;
}

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

.hg-home-v2 a {
    text-decoration: none;
}

.hg-home-v2 button,
.hg-home-v2 input {
    font: inherit;
}

.hg-home-v2 svg {
    display: block;
}

.hg-home-v2 .hg-home-v2__container {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.hg-home-v2 .hg-home-v2__sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.hg-home-v2 .hg-home-v2__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 12px;
    border: 1px solid rgba(52, 104, 245, .16);
    border-radius: 999px;
    color: var(--hg-blue-dark);
    background: rgba(52, 104, 245, .07);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.hg-home-v2 .hg-home-section {
    padding: 92px 0;
}

.hg-home-v2 .hg-home-section__heading {
    max-width: 670px;
    margin: 0 auto 42px;
    text-align: center;
}

.hg-home-v2 .hg-home-section__heading--split {
    display: flex;
    max-width: none;
    align-items: end;
    justify-content: space-between;
    gap: 32px;
    text-align: left;
}

.hg-home-v2 .hg-home-section__heading h2 {
    margin: 15px 0 10px;
    color: var(--hg-ink);
    font-size: clamp(32px, 4vw, 46px);
    font-weight: 600;
    letter-spacing: -.035em;
    line-height: 1.08;
}

.hg-home-v2 .hg-home-section__heading p {
    margin: 0;
    color: var(--hg-muted);
    font-size: 17px;
    line-height: 1.7;
}

.hg-home-v2 .hg-home-v2__button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 21px;
    border: 1px solid transparent;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 600;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background-color .18s ease;
}

.hg-home-v2 .hg-home-v2__button--primary {
    color: #fff;
    background: linear-gradient(135deg, var(--hg-blue-dark), var(--hg-blue) 70%, #668df9);
    box-shadow: 0 13px 28px rgba(52, 104, 245, .24);
}

.hg-home-v2 .hg-home-v2__button--secondary {
    color: var(--hg-ink);
    border-color: var(--hg-line);
    background: #fff;
}

.hg-home-v2 .hg-home-v2__button:hover,
.hg-home-v2 .hg-home-v2__button:focus-visible {
    transform: translateY(-2px);
}

.hg-home-v2 .hg-home-v2__button--primary:hover,
.hg-home-v2 .hg-home-v2__button--primary:focus-visible {
    color: #fff;
    box-shadow: 0 17px 34px rgba(52, 104, 245, .3);
}

.hg-home-v2 .hg-home-v2__button--secondary:hover,
.hg-home-v2 .hg-home-v2__button--secondary:focus-visible {
    color: var(--hg-blue-dark);
    border-color: rgba(52, 104, 245, .38);
}

.hg-home-v2 .hg-home-v2__button:focus-visible,
.hg-home-v2 .hg-home-v2__text-link:focus-visible,
.hg-home-v2 .hg-home-hero__chips button:focus-visible,
.hg-home-v2 .hg-popular-card:focus-visible,
.hg-home-v2 .hg-explore-card:focus-visible,
.hg-home-v2 .hg-home-app__badges a:focus-visible,
.hg-home-v2 .destinationSearchResult:focus-visible {
    outline: 3px solid rgba(52, 104, 245, .3);
    outline-offset: 3px;
}

.hg-home-v2 .hg-home-v2__text-link {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 8px;
    color: var(--hg-blue-dark);
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
}

.hg-home-v2 .hg-home-v2__text-link span {
    font-size: 20px;
    transition: transform .18s ease;
}

.hg-home-v2 .hg-home-v2__text-link:hover span {
    transform: translateX(3px);
}

.hg-home-v2 .hg-home-v2__icon {
    display: inline-grid;
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    place-items: center;
    border: 1px solid rgba(52, 104, 245, .14);
    border-radius: 15px;
    color: var(--hg-blue-dark);
    background: linear-gradient(145deg, rgba(52, 104, 245, .1), rgba(49, 200, 215, .08));
}

.hg-home-v2 .hg-home-v2__icon svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Hero */
.hg-home-v2 .hg-home-hero {
    position: relative;
    min-height: 700px;
    padding: 86px 0 80px;
    background:
        radial-gradient(circle at 8% 12%, rgba(49, 200, 215, .14), transparent 29%),
        radial-gradient(circle at 91% 19%, rgba(141, 124, 248, .14), transparent 31%),
        linear-gradient(180deg, #f8fbff 0%, #fff 86%);
}

.hg-home-v2 .hg-home-hero::before {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: radial-gradient(rgba(52, 104, 245, .13) 1px, transparent 1px);
    background-size: 28px 28px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,.46), transparent 78%);
    content: "";
}

.hg-home-v2 .hg-home-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(390px, .97fr);
    align-items: center;
    gap: 70px;
}

.hg-home-v2 .hg-home-hero__content h1 {
    max-width: 690px;
    margin: 21px 0 21px;
    color: var(--hg-ink);
    font-size: clamp(48px, 5.3vw, 59px);
    font-weight: 700;
    letter-spacing: -.052em;
    line-height: 1.02;
}

.hg-home-v2 .hg-home-hero__content h1 span {
    display: block;
    color: transparent;
    background: linear-gradient(100deg, var(--hg-blue-dark), var(--hg-blue) 55%, var(--hg-lilac));
    background-clip: text;
    -webkit-background-clip: text;
}

.hg-home-v2 .hg-home-hero__intro {
    max-width: 640px;
    margin: 0 0 27px;
    color: var(--hg-text);
    font-size: 18px;
    line-height: 1.72;
}

.hg-home-v2 .hg-home-search {
    position: relative;
    z-index: 8;
    max-width: 650px;
}

.hg-home-v2 .hg-home-search > label {
    display: block;
    margin: 0 0 8px;
    color: var(--hg-ink);
    font-size: 14px;
    font-weight: 600;
}

.hg-home-v2 .hg-home-search__control {
    position: relative;
    display: flex;
    min-height: 60px;
    align-items: center;
    padding: 0 13px 0 18px;
    border: 1px solid #cbd9ec;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 15px 36px rgba(42, 68, 112, .1);
    transition: border-color .18s ease, box-shadow .18s ease;
}

.hg-home-v2 .hg-home-search__control:focus-within {
    border-color: var(--hg-blue);
    box-shadow: 0 0 0 4px rgba(52, 104, 245, .12), 0 15px 36px rgba(42, 68, 112, .1);
}

.hg-home-v2 .hg-home-search__control > svg {
    flex: 0 0 auto;
    color: var(--hg-blue-dark);
}

.hg-home-v2 .hg-home-search__control input {
    width: 100%;
    min-width: 0;
    min-height: 58px;
    padding: 0 12px;
    border: 0;
    outline: 0;
    color: var(--hg-ink);
    background: transparent;
    font-size: 16px;
}

.hg-home-v2 .hg-home-search__control input::placeholder {
    color: #8290a5;
}

.hg-home-v2 .hg-home-search__clear {
    display: grid;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    place-items: center;
    border: 0;
    border-radius: 11px;
    color: var(--hg-muted);
    background: #f1f5fb;
    cursor: pointer;
}

.hg-home-v2 .hg-home-search__clear[hidden] {
    display: none;
}

.hg-home-v2 .hg-home-search__panel {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    max-height: 390px;
    padding: 9px;
    overflow-y: auto;
    border: 1px solid var(--hg-line);
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 22px 55px rgba(27, 49, 87, .2);
}

.hg-home-v2 .hg-home-search__panel[hidden],
.hg-home-v2 .hg-home-search__state[hidden] {
    display: none;
}

.hg-home-v2 .hg-home-search__state,
.hg-home-v2 .destinationSearchEmpty {
    padding: 18px;
    color: var(--hg-muted);
    text-align: center;
}

.hg-home-v2 .destinationSearchEmpty strong,
.hg-home-v2 .destinationSearchEmpty span {
    display: block;
}

.hg-home-v2 .destinationSearchResult {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    min-height: 66px;
    padding: 10px 12px;
    border-radius: 12px;
    color: var(--hg-ink);
}

.hg-home-v2 .destinationSearchResult:hover,
.hg-home-v2 .destinationSearchResult.is-active {
    color: var(--hg-ink);
    background: #f0f5ff;
}

.hg-home-v2 .destinationSearchResult__identity,
.hg-home-v2 .destinationSearchResult__identity strong,
.hg-home-v2 .destinationSearchResult__identity small {
    display: block;
    min-width: 0;
}

.hg-home-v2 .destinationSearchResult__identity strong {
    overflow: hidden;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hg-home-v2 .destinationSearchResult__identity small {
    margin-top: 2px;
    color: var(--hg-muted);
    font-size: 13px;
}

.hg-home-v2 .destinationSearchResult__cta {
    color: var(--hg-blue-dark);
    font-size: 13px;
    font-weight: 600;
}

.hg-home-v2 .destinationSearchResult__symbol,
.hg-home-v2 .flagMedia--result {
    display: grid;
    width: 44px;
    height: 36px;
    place-items: center;
    border: 1px solid var(--hg-line);
    border-radius: 10px;
    color: var(--hg-blue-dark);
    background: var(--hg-tint);
    font-size: 13px;
    font-weight: 600;
}

.hg-home-v2 .flagMedia--result img {
    width: 36px;
    height: 27px;
    border-radius: 6px;
    object-fit: cover;
}

.hg-home-v2 .hg-home-hero__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 12px 0 0;
}

.hg-home-v2 .hg-home-hero__chips button {
    min-height: 44px;
    padding: 8px 14px;
    border: 1px solid var(--hg-line);
    border-radius: 999px;
    color: var(--hg-text);
    background: rgba(255,255,255,.88);
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    transition: border-color .18s ease, color .18s ease, transform .18s ease;
}

.hg-home-v2 .hg-home-hero__chips button:hover {
    color: var(--hg-blue-dark);
    border-color: rgba(52, 104, 245, .38);
    transform: translateY(-1px);
}

.hg-home-v2 .hg-home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 23px 0 0;
}

.hg-home-v2 .hg-home-hero__assurance {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 22px;
    color: var(--hg-muted);
    font-size: 13px;
    font-weight: 600;
}

.hg-home-v2 .hg-home-hero__assurance span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.hg-home-v2 .hg-home-hero__assurance svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: #21a56a;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hg-home-v2 .hg-home-hero__visual {
    position: relative;
    display: grid;
    min-height: 520px;
    place-items: center;
    isolation: isolate;
}

.hg-home-v2 .hg-home-hero__visual::before {
    position: absolute;
    width: min(92%, 470px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: linear-gradient(140deg, rgba(49,200,215,.2), rgba(52,104,245,.17), rgba(141,124,248,.2));
    box-shadow: inset 0 0 0 1px rgba(52,104,245,.1), 0 38px 80px rgba(52,104,245,.14);
    content: "";
}

.hg-home-v2 .hg-home-hero__globe {
    position: absolute;
    width: min(87%, 440px);
    fill: none;
    stroke: rgba(52, 104, 245, .18);
    stroke-width: 1.15;
}

.hg-home-v2 .hg-home-hero__orbit {
    position: absolute;
    z-index: 4;
    width: 12px;
    height: 12px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: var(--hg-cyan);
    box-shadow: 0 5px 15px rgba(49, 200, 215, .4);
}

.hg-home-v2 .hg-home-hero__orbit--one {
    top: 17%;
    right: 13%;
}

.hg-home-v2 .hg-home-hero__orbit--two {
    bottom: 19%;
    left: 12%;
    background: var(--hg-lilac);
}

.hg-home-v2 .hg-home-device {
    position: relative;
    z-index: 3;
    width: 238px;
    height: 474px;
    padding: 9px;
    border: 2px solid #233a62;
    border-radius: 39px;
    background: #0d1830;
    box-shadow: 0 35px 70px rgba(22, 43, 80, .3), 0 0 0 7px rgba(255,255,255,.76);
    transform: rotate(4deg);
}

.hg-home-v2 .hg-home-device__speaker {
    position: absolute;
    z-index: 2;
    top: 17px;
    left: 50%;
    width: 72px;
    height: 20px;
    border-radius: 14px;
    background: #0d1830;
    transform: translateX(-50%);
}

.hg-home-v2 .hg-home-device__screen {
    height: 100%;
    padding: 46px 18px 20px;
    border-radius: 30px;
    background: linear-gradient(180deg, #eef5ff, #fff 62%);
}

.hg-home-v2 .hg-home-device__brand {
    display: flex;
    align-items: center;
    gap: 7px;
    color: var(--hg-ink);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .06em;
}

.hg-home-v2 .hg-home-device__brand i,
.hg-home-v2 .hg-home-app__mini-brand i {
    width: 9px;
    height: 9px;
    border-radius: 3px;
    background: linear-gradient(135deg, var(--hg-blue), var(--hg-cyan));
}

.hg-home-v2 .hg-home-device__signal {
    display: flex;
    height: 48px;
    align-items: end;
    justify-content: center;
    gap: 5px;
    margin: 34px 0 13px;
}

.hg-home-v2 .hg-home-device__signal span {
    width: 7px;
    border-radius: 5px;
    background: linear-gradient(to top, var(--hg-blue), var(--hg-cyan));
}

.hg-home-v2 .hg-home-device__signal span:nth-child(1) { height: 12px; }
.hg-home-v2 .hg-home-device__signal span:nth-child(2) { height: 20px; }
.hg-home-v2 .hg-home-device__signal span:nth-child(3) { height: 29px; }
.hg-home-v2 .hg-home-device__signal span:nth-child(4) { height: 40px; }

.hg-home-v2 .hg-home-device__esim {
    display: grid;
    justify-items: center;
    padding: 18px;
    border: 1px solid rgba(52, 104, 245, .13);
    border-radius: 21px;
    background: rgba(255,255,255,.86);
    box-shadow: 0 16px 32px rgba(52,104,245,.11);
}

.hg-home-v2 .hg-home-device__esim > span {
    color: var(--hg-blue-dark);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
}

.hg-home-v2 .hg-home-device__esim svg {
    width: 82px;
    margin-top: 10px;
    fill: none;
    stroke: var(--hg-blue);
    stroke-width: 3;
    stroke-linecap: round;
}

.hg-home-v2 .hg-home-device__status {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr;
    margin-top: 17px;
    padding: 14px;
    border-radius: 17px;
    background: #effaf6;
}

.hg-home-v2 .hg-home-device__status > span {
    grid-row: 1 / span 2;
    width: 10px;
    height: 10px;
    align-self: center;
    margin-right: 9px;
    border-radius: 50%;
    background: #20b478;
    box-shadow: 0 0 0 5px rgba(32,180,120,.12);
}

.hg-home-v2 .hg-home-device__status strong {
    color: #185d48;
    font-size: 11px;
}

.hg-home-v2 .hg-home-device__status small {
    color: #678277;
    font-size: 10px;
}

.hg-home-v2 .hg-home-hero__float {
    position: absolute;
    z-index: 5;
    display: flex;
    min-height: 52px;
    align-items: center;
    gap: 10px;
    padding: 10px 15px 10px 10px;
    border: 1px solid rgba(52,104,245,.12);
    border-radius: 16px;
    color: var(--hg-ink);
    background: rgba(255,255,255,.92);
    box-shadow: 0 14px 34px rgba(32,55,94,.15);
    font-size: 13px;
    font-weight: 600;
}

.hg-home-v2 .hg-home-hero__float span {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 11px;
    color: var(--hg-blue-dark);
    background: #edf3ff;
}

.hg-home-v2 .hg-home-hero__float--top {
    top: 19%;
    left: 2%;
}

.hg-home-v2 .hg-home-hero__float--bottom {
    right: 1%;
    bottom: 17%;
}

/* Popular destinations */
.hg-home-v2 .hg-home-popular {
    background: #fff;
}

.hg-home-v2 .hg-popular-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.hg-home-v2 .hg-popular-card {
    display: grid;
    min-width: 0;
    min-height: 176px;
    grid-template-columns: auto minmax(0, 1fr);
    align-content: start;
    align-items: center;
    gap: 14px;
    padding: 21px;
    border: 1px solid var(--hg-line);
    border-radius: 21px;
    color: var(--hg-ink);
    background: #fff;
    box-shadow: 0 10px 28px rgba(34,59,101,.06);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.hg-home-v2 .hg-popular-card:hover {
    color: var(--hg-ink);
    border-color: rgba(52,104,245,.32);
    box-shadow: 0 18px 38px rgba(34,59,101,.11);
    transform: translateY(-3px);
}

.hg-home-v2 .hg-popular-card__flag {
    display: grid;
    width: 64px;
    height: 50px;
    place-items: center;
    border: 1px solid var(--hg-line);
    border-radius: 13px;
    background: var(--hg-tint);
    color: var(--hg-blue-dark);
    font-size: 13px;
    font-weight: 600;
}

.hg-home-v2 .hg-popular-card__flag img {
    width: 54px;
    height: 40px;
    border-radius: 9px;
    object-fit: cover;
}

.hg-home-v2 .hg-popular-card__body {
    min-width: 0;
}

.hg-home-v2 .hg-popular-card__body strong,
.hg-home-v2 .hg-popular-card__body small {
    display: block;
}

.hg-home-v2 .hg-popular-card__body strong {
    overflow-wrap: anywhere;
    font-size: 16px;
    line-height: 1.3;
}

.hg-home-v2 .hg-popular-card__body small {
    margin-top: 5px;
    color: var(--hg-blue-dark);
    font-size: 14px;
    font-weight: 600;
}

.hg-home-v2 .hg-popular-card__cta {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
    padding-top: 13px;
    border-top: 1px solid #edf1f7;
    color: var(--hg-muted);
    font-size: 13px;
    font-weight: 600;
}

/* Why HeyGlobel */
.hg-home-v2 .hg-home-why {
    background: linear-gradient(180deg, #f7faff, #fbfdff);
}

.hg-home-v2 .hg-why-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.hg-home-v2 .hg-why-card {
    min-width: 0;
    min-height: 230px;
    padding: 27px;
    border: 1px solid var(--hg-line);
    border-radius: 22px;
    background: rgba(255,255,255,.95);
    box-shadow: 0 12px 30px rgba(34,59,101,.06);
}

.hg-home-v2 .hg-why-card--accent {
    border-color: rgba(52,104,245,.25);
    background: linear-gradient(145deg, #fff, #f1f6ff);
}

.hg-home-v2 .hg-why-card h3 {
    margin: 24px 0 10px;
    color: var(--hg-ink);
    font-size: 19px;
    font-weight: 600;
    line-height: 1.25;
}

.hg-home-v2 .hg-why-card p {
    margin: 0;
    color: var(--hg-muted);
    font-size: 15px;
    line-height: 1.65;
}

/* How it works */
.hg-home-v2 .hg-home-how {
    background: #fff;
    scroll-margin-top: 92px;
}

.hg-home-v2 .hg-how-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.hg-home-v2 .hg-how-grid::before {
    position: absolute;
    z-index: 0;
    top: 57px;
    right: 16%;
    left: 16%;
    border-top: 1px dashed rgba(52,104,245,.26);
    content: "";
}

.hg-home-v2 .hg-how-card {
    position: relative;
    z-index: 1;
    min-height: 275px;
    padding: 31px;
    border: 1px solid var(--hg-line);
    border-radius: 23px;
    background: #fff;
    box-shadow: 0 13px 34px rgba(34,59,101,.065);
}

.hg-home-v2 .hg-how-card__number {
    position: absolute;
    top: 23px;
    right: 25px;
    color: #d5e1f5;
    font-size: 31px;
    font-weight: 700;
    letter-spacing: -.05em;
}

.hg-home-v2 .hg-how-card h3 {
    margin: 26px 0 11px;
    color: var(--hg-ink);
    font-size: 21px;
    font-weight: 600;
}

.hg-home-v2 .hg-how-card p {
    margin: 0;
    color: var(--hg-muted);
    font-size: 15px;
    line-height: 1.7;
}

/* App */
.hg-home-v2 .hg-home-app {
    padding-top: 66px;
    background: #fff;
}

.hg-home-v2 .hg-home-app__panel {
    position: relative;
    display: grid;
    min-height: 520px;
    grid-template-columns: minmax(0, 1.03fr) minmax(340px, .97fr);
    align-items: center;
    gap: 50px;
    padding: 68px 76px;
    border: 1px solid rgba(52,104,245,.12);
    border-radius: 28px;
    background:
        radial-gradient(circle at 86% 15%, rgba(141,124,248,.19), transparent 33%),
        linear-gradient(135deg, #f1f7ff, #f8fbff 48%, #f6f3ff);
}

.hg-home-v2 .hg-home-app__content {
    position: relative;
    z-index: 2;
}

.hg-home-v2 .hg-home-app__content h2 {
    margin: 18px 0 14px;
    color: var(--hg-ink);
    font-size: clamp(34px, 4vw, 48px);
    font-weight: 600;
    letter-spacing: -.04em;
    line-height: 1.08;
}

.hg-home-v2 .hg-home-app__content > p {
    max-width: 560px;
    margin: 0;
    color: var(--hg-text);
    font-size: 17px;
    line-height: 1.7;
}

.hg-home-v2 .hg-home-app__content ul {
    display: grid;
    gap: 11px;
    margin: 24px 0 27px;
    padding: 0;
    list-style: none;
}

.hg-home-v2 .hg-home-app__content li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--hg-text);
    font-size: 15px;
}

.hg-home-v2 .hg-home-app__content li span {
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    border-radius: 50%;
    color: #187c58;
    background: #e7f8f1;
    font-size: 13px;
    font-weight: 700;
}

.hg-home-v2 .hg-home-app__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hg-home-v2 .hg-home-app__badges a {
    display: block;
    border-radius: 10px;
}

.hg-home-v2 .hg-home-app__badges img {
    display: block;
    width: auto;
    height: 48px;
}

.hg-home-v2 .hg-home-app__visual {
    position: relative;
    display: grid;
    min-height: 390px;
    place-items: center;
}

.hg-home-v2 .hg-home-app__halo {
    position: absolute;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: linear-gradient(145deg, rgba(49,200,215,.18), rgba(52,104,245,.17), rgba(141,124,248,.21));
    box-shadow: inset 0 0 0 1px rgba(52,104,245,.1);
}

.hg-home-v2 .hg-home-app__phone {
    position: relative;
    z-index: 1;
    width: 224px;
    height: 405px;
    padding: 45px 19px 20px;
    border: 8px solid #132544;
    border-radius: 35px;
    background: #f7faff;
    box-shadow: 0 30px 58px rgba(28,52,91,.27);
    transform: rotate(-4deg);
}

.hg-home-v2 .hg-home-app__notch {
    position: absolute;
    top: 10px;
    left: 50%;
    width: 72px;
    height: 20px;
    border-radius: 999px;
    background: #132544;
    transform: translateX(-50%);
}

.hg-home-v2 .hg-home-app__mini-brand {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--hg-ink);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .06em;
}

.hg-home-v2 .hg-home-app__welcome {
    margin: 28px 0 13px;
    color: var(--hg-ink);
    font-size: 19px;
    font-weight: 600;
}

.hg-home-v2 .hg-home-app__sim-card {
    position: relative;
    min-height: 154px;
    padding: 18px;
    border-radius: 20px;
    color: #fff;
    background: linear-gradient(145deg, #194bcf, #4678f7 62%, #6a71ec);
    box-shadow: 0 17px 28px rgba(52,104,245,.24);
}

.hg-home-v2 .hg-home-app__sim-card span,
.hg-home-v2 .hg-home-app__sim-card strong,
.hg-home-v2 .hg-home-app__sim-card small {
    display: block;
}

.hg-home-v2 .hg-home-app__sim-card span {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .14em;
}

.hg-home-v2 .hg-home-app__sim-card strong {
    margin-top: 26px;
    font-size: 17px;
}

.hg-home-v2 .hg-home-app__sim-card small {
    margin-top: 5px;
    color: rgba(255,255,255,.78);
    font-size: 10px;
}

.hg-home-v2 .hg-home-app__sim-card i {
    position: absolute;
    right: 17px;
    bottom: 17px;
    width: 30px;
    height: 24px;
    border: 1px solid rgba(255,255,255,.55);
    border-radius: 6px;
}

.hg-home-v2 .hg-home-app__rows {
    display: grid;
    gap: 9px;
    margin-top: 18px;
}

.hg-home-v2 .hg-home-app__rows i {
    height: 11px;
    border-radius: 7px;
    background: #e2eaf7;
}

.hg-home-v2 .hg-home-app__rows i:nth-child(2) { width: 83%; }
.hg-home-v2 .hg-home-app__rows i:nth-child(3) { width: 62%; }

/* Trust */
.hg-home-v2 .hg-home-trust {
    padding: 16px 0 62px;
    background: #fff;
}

.hg-home-v2 .hg-home-trust__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    border: 1px solid var(--hg-line);
    border-radius: 20px;
    background: var(--hg-line);
    box-shadow: 0 12px 30px rgba(34,59,101,.05);
}

.hg-home-v2 .hg-home-trust__grid > div {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 14px;
    padding: 22px;
    background: #fff;
}

.hg-home-v2 .hg-home-trust__grid > div:first-child {
    border-radius: 19px 0 0 19px;
}

.hg-home-v2 .hg-home-trust__grid > div:last-child {
    border-radius: 0 19px 19px 0;
}

.hg-home-v2 .hg-home-trust__grid .hg-home-v2__icon {
    width: 43px;
    height: 43px;
    flex-basis: 43px;
    border-radius: 13px;
}

.hg-home-v2 .hg-home-trust__grid .hg-home-v2__icon svg {
    width: 22px;
    height: 22px;
}

.hg-home-v2 .hg-home-trust__grid strong,
.hg-home-v2 .hg-home-trust__grid small {
    display: block;
}

.hg-home-v2 .hg-home-trust__grid strong {
    color: var(--hg-ink);
    font-size: 14px;
}

.hg-home-v2 .hg-home-trust__grid small {
    margin-top: 3px;
    color: var(--hg-muted);
    font-size: 13px;
    line-height: 1.35;
}

/* Explore */
.hg-home-v2 .hg-home-explore {
    padding-top: 78px;
    background: linear-gradient(180deg, #f7faff, #fff);
}

.hg-home-v2 .hg-explore-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.hg-home-v2 .hg-explore-card {
    display: grid;
    min-height: 150px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 17px;
    padding: 25px;
    border: 1px solid var(--hg-line);
    border-radius: 22px;
    color: var(--hg-ink);
    background: #fff;
    box-shadow: 0 12px 30px rgba(34,59,101,.055);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.hg-home-v2 .hg-explore-card:hover {
    color: var(--hg-ink);
    border-color: rgba(52,104,245,.32);
    box-shadow: 0 18px 38px rgba(34,59,101,.1);
    transform: translateY(-3px);
}

.hg-home-v2 .hg-explore-card strong,
.hg-home-v2 .hg-explore-card small {
    display: block;
}

.hg-home-v2 .hg-explore-card strong {
    font-size: 18px;
}

.hg-home-v2 .hg-explore-card small {
    margin-top: 6px;
    color: var(--hg-muted);
    font-size: 14px;
    line-height: 1.4;
}

.hg-home-v2 .hg-explore-card > i {
    color: var(--hg-blue-dark);
    font-size: 22px;
    font-style: normal;
}

@media (max-width: 1119.98px) {
    .hg-home-v2 .hg-home-hero {
        padding-top: 72px;
    }

    .hg-home-v2 .hg-home-hero__grid {
        grid-template-columns: minmax(0, 1fr) minmax(330px, .8fr);
        gap: 42px;
    }

    .hg-home-v2 .hg-home-device {
        width: 218px;
        height: 440px;
    }

    .hg-home-v2 .hg-why-grid,
    .hg-home-v2 .hg-home-trust__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hg-home-v2 .hg-home-trust__grid > div,
    .hg-home-v2 .hg-home-trust__grid > div:first-child,
    .hg-home-v2 .hg-home-trust__grid > div:last-child {
        border-radius: 0;
    }
}

@media (max-width: 991.98px) {
    .hg-home-v2 .hg-home-section {
        padding: 78px 0;
    }

    .hg-home-v2 .hg-home-hero {
        padding: 70px 0;
    }

    .hg-home-v2 .hg-home-hero__grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .hg-home-v2 .hg-home-hero__content {
        max-width: 750px;
        margin-inline: auto;
        text-align: center;
    }

    .hg-home-v2 .hg-home-hero__content h1,
    .hg-home-v2 .hg-home-hero__intro,
    .hg-home-v2 .hg-home-search {
        margin-right: auto;
        margin-left: auto;
    }

    .hg-home-v2 .hg-home-search > label {
        text-align: left;
    }

    .hg-home-v2 .hg-home-hero__chips,
    .hg-home-v2 .hg-home-hero__actions,
    .hg-home-v2 .hg-home-hero__assurance {
        justify-content: center;
    }

    .hg-home-v2 .hg-home-hero__visual {
        min-height: 485px;
    }

    .hg-home-v2 .hg-popular-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hg-home-v2 .hg-how-grid {
        gap: 16px;
    }

    .hg-home-v2 .hg-how-card {
        padding: 24px;
    }

    .hg-home-v2 .hg-home-app__panel {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 55px;
    }

    .hg-home-v2 .hg-home-app__content {
        text-align: center;
    }

    .hg-home-v2 .hg-home-app__content > p {
        margin-inline: auto;
    }

    .hg-home-v2 .hg-home-app__content ul {
        width: fit-content;
        margin-inline: auto;
        text-align: left;
    }

    .hg-home-v2 .hg-home-app__badges {
        justify-content: center;
    }

    .hg-home-v2 .hg-explore-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .hg-home-v2 .hg-home-v2__container {
        width: min(100% - 30px, 620px);
    }

    .hg-home-v2 .hg-home-section {
        padding: 66px 0;
    }

    .hg-home-v2 .hg-home-section__heading {
        margin-bottom: 31px;
    }

    .hg-home-v2 .hg-home-section__heading--split {
        display: block;
        text-align: center;
    }

    .hg-home-v2 .hg-home-section__heading--split .hg-home-v2__text-link {
        margin-top: 13px;
    }

    .hg-home-v2 .hg-home-section__heading h2 {
        font-size: 32px;
    }

    .hg-home-v2 .hg-home-section__heading p {
        font-size: 16px;
    }

    .hg-home-v2 .hg-home-hero {
        min-height: auto;
        padding: 55px 0 62px;
    }

    .hg-home-v2 .hg-home-hero__content h1 {
        margin: 17px 0;
        font-size: 34px;
        line-height: 1.06;
    }

    .hg-home-v2 .hg-home-hero__intro {
        margin-bottom: 22px;
        font-size: 16px;
        line-height: 1.65;
    }

    .hg-home-v2 .hg-home-search__control {
        min-height: 56px;
    }

    .hg-home-v2 .hg-home-search__control input {
        min-height: 54px;
    }

    .hg-home-v2 .hg-home-hero__visual {
        min-height: 420px;
    }

    .hg-home-v2 .hg-home-device {
        width: 192px;
        height: 382px;
        border-radius: 32px;
    }

    .hg-home-v2 .hg-home-device__screen {
        padding: 41px 13px 15px;
        border-radius: 24px;
    }

    .hg-home-v2 .hg-home-device__signal {
        margin-top: 22px;
    }

    .hg-home-v2 .hg-home-hero__float {
        min-height: 46px;
        padding: 7px 11px 7px 7px;
        font-size: 12px;
    }

    .hg-home-v2 .hg-home-hero__float span {
        width: 31px;
        height: 31px;
    }

    .hg-home-v2 .hg-home-hero__float--top {
        left: 0;
    }

    .hg-home-v2 .hg-home-hero__float--bottom {
        right: 0;
    }

    .hg-home-v2 .hg-why-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hg-home-v2 .hg-why-card {
        min-height: 210px;
        padding: 22px;
    }

    .hg-home-v2 .hg-how-grid {
        grid-template-columns: 1fr;
    }

    .hg-home-v2 .hg-how-grid::before {
        display: none;
    }

    .hg-home-v2 .hg-how-card {
        min-height: 0;
    }

    .hg-home-v2 .hg-home-app {
        padding-top: 45px;
    }

    .hg-home-v2 .hg-home-app__panel {
        padding: 43px 24px 38px;
        border-radius: 24px;
    }

    .hg-home-v2 .hg-home-app__content h2 {
        font-size: 32px;
    }

    .hg-home-v2 .hg-home-trust__grid {
        grid-template-columns: 1fr;
    }

    .hg-home-v2 .hg-home-trust__grid > div {
        padding: 18px;
    }
}

@media (max-width: 479.98px) {
    .hg-home-v2 .hg-home-v2__container {
        width: calc(100% - 28px);
    }

    .hg-home-v2 .hg-home-v2__eyebrow {
        font-size: 12px;
        letter-spacing: .065em;
    }

    .hg-home-v2 .hg-home-hero__content h1 {
        font-size: clamp(30px, 9vw, 33px);
    }

    .hg-home-v2 .hg-home-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .hg-home-v2 .hg-home-hero__assurance {
        gap: 12px;
    }

    .hg-home-v2 .destinationSearchResult {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .hg-home-v2 .destinationSearchResult__cta {
        display: none;
    }

    .hg-home-v2 .hg-home-hero__visual {
        min-height: 390px;
    }

    .hg-home-v2 .hg-home-hero__visual::before {
        width: min(97%, 340px);
    }

    .hg-home-v2 .hg-home-hero__globe {
        width: min(94%, 330px);
    }

    .hg-home-v2 .hg-home-hero__float--top {
        top: 17%;
    }

    .hg-home-v2 .hg-home-hero__float--bottom {
        bottom: 13%;
    }

    .hg-home-v2 .hg-popular-grid,
    .hg-home-v2 .hg-why-grid {
        grid-template-columns: 1fr;
    }

    .hg-home-v2 .hg-popular-card {
        min-height: 156px;
    }

    .hg-home-v2 .hg-why-card {
        min-height: 0;
    }

    .hg-home-v2 .hg-home-app__badges {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .hg-home-v2 .hg-home-app__badges img {
        width: 166px;
        height: auto;
    }

    .hg-home-v2 .hg-home-app__visual {
        min-height: 340px;
    }

    .hg-home-v2 .hg-home-app__halo {
        width: 280px;
        height: 280px;
    }

    .hg-home-v2 .hg-home-app__phone {
        width: 188px;
        height: 340px;
        padding: 42px 15px 15px;
    }

    .hg-home-v2 .hg-home-app__sim-card {
        min-height: 132px;
    }

    .hg-home-v2 .hg-explore-card {
        grid-template-columns: auto minmax(0, 1fr);
        min-height: 130px;
        padding: 20px;
    }

    .hg-home-v2 .hg-explore-card > i {
        display: none;
    }
}

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

    .hg-home-v2 .hg-home-device,
    .hg-home-v2 .hg-home-app__phone {
        transform: none;
    }
}

/* Homepage V2.1: owner-approved typography and density correction. */
.hg-home-v2 {
    font-family: Inter, sans-serif;
    font-weight: 400;
}

.hg-home-v2 .hg-home-v2__eyebrow {
    min-height: 28px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
}

.hg-home-v2 .hg-home-section {
    padding: 68px 0;
}

.hg-home-v2 .hg-home-section__heading {
    margin-bottom: 32px;
}

.hg-home-v2 .hg-home-section__heading h2 {
    margin: 12px 0 8px;
    font-size: clamp(30px, 3vw, 34px);
    font-weight: 600;
    line-height: 1.15;
}

.hg-home-v2 .hg-home-section__heading p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
}

.hg-home-v2 .hg-home-v2__button {
    min-height: 48px;
    padding: 11px 18px;
    font-size: 15px;
    font-weight: 600;
}

.hg-home-v2 .hg-home-v2__text-link {
    font-size: 14px;
    font-weight: 600;
}

.hg-home-v2 .hg-home-v2__icon {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
    border-radius: 13px;
}

.hg-home-v2 .hg-home-v2__icon svg {
    width: 22px;
    height: 22px;
}

.hg-home-v2 .hg-home-hero {
    min-height: 620px;
    padding: 68px 0 60px;
}

.hg-home-v2 .hg-home-hero__grid {
    gap: 56px;
}

.hg-home-v2 .hg-home-hero__content h1 {
    max-width: 650px;
    margin: 17px 0;
    font-size: clamp(42px, 4.3vw, 48px);
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 1.07;
}

.hg-home-v2 .hg-home-hero__intro {
    margin-bottom: 22px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.55;
}

.hg-home-v2 .hg-home-search > label {
    margin-bottom: 7px;
    font-weight: 600;
}

.hg-home-v2 .hg-home-search__control {
    min-height: 56px;
}

.hg-home-v2 .hg-home-search__control input {
    min-height: 54px;
    font-size: 16px;
    font-weight: 400;
}

.hg-home-v2 .hg-home-hero__chips button {
    min-height: 40px;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 600;
}

.hg-home-v2 .hg-home-hero__actions {
    gap: 10px;
    margin-top: 18px;
}

.hg-home-v2 .hg-home-hero__assurance {
    gap: 14px;
    margin-top: 16px;
    font-weight: 400;
}

.hg-home-v2 .hg-home-hero__visual {
    min-height: 470px;
}

.hg-home-v2 .hg-home-device {
    width: 220px;
    height: 438px;
}

.hg-home-v2 .hg-home-hero__float {
    min-height: 48px;
    padding: 8px 13px 8px 8px;
    font-size: 12px;
    font-weight: 600;
}

.hg-home-v2 .hg-popular-grid,
.hg-home-v2 .hg-why-grid,
.hg-home-v2 .hg-how-grid,
.hg-home-v2 .hg-home-trust__grid,
.hg-home-v2 .hg-explore-grid {
    gap: 14px;
}

.hg-home-v2 .hg-popular-card {
    min-height: 148px;
    gap: 12px;
    padding: 17px;
    border-radius: 18px;
}

.hg-home-v2 .hg-popular-card__flag {
    width: 56px;
    height: 44px;
    border-radius: 11px;
    font-weight: 600;
}

.hg-home-v2 .hg-popular-card__flag img {
    width: 48px;
    height: 35px;
    border-radius: 7px;
}

.hg-home-v2 .hg-popular-card__body strong {
    font-size: 16px;
    font-weight: 600;
}

.hg-home-v2 .hg-popular-card__body small {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 600;
}

.hg-home-v2 .hg-popular-card__cta {
    margin-top: 7px;
    padding-top: 9px;
    font-weight: 500;
}

.hg-home-v2 .hg-why-card {
    min-height: 190px;
    padding: 22px;
    border-radius: 19px;
}

.hg-home-v2 .hg-why-card h3 {
    margin: 18px 0 8px;
    font-size: 17px;
    font-weight: 600;
}

.hg-home-v2 .hg-why-card p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
}

.hg-home-v2 .hg-home-how {
    scroll-margin-top: 94px;
}

.hg-home-v2 .hg-how-card {
    min-height: 220px;
    padding: 24px;
    border-radius: 20px;
}

.hg-home-v2 .hg-how-card__number {
    top: 19px;
    right: 21px;
    font-size: 26px;
    font-weight: 600;
}

.hg-home-v2 .hg-how-card h3 {
    margin: 20px 0 8px;
    font-size: 18px;
    font-weight: 600;
}

.hg-home-v2 .hg-how-card p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
}

.hg-home-v2 .hg-home-app {
    padding: 52px 0 62px;
}

.hg-home-v2 .hg-home-app__panel {
    min-height: 440px;
    gap: 40px;
    padding: 50px 60px;
    border-radius: 24px;
}

.hg-home-v2 .hg-home-app__content h2 {
    margin: 14px 0 10px;
    font-size: clamp(30px, 3.2vw, 36px);
    font-weight: 600;
    line-height: 1.12;
}

.hg-home-v2 .hg-home-app__content > p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
}

.hg-home-v2 .hg-home-app__content ul {
    gap: 8px;
    margin: 18px 0 20px;
}

.hg-home-v2 .hg-home-app__content li {
    font-size: 14px;
    font-weight: 400;
}

.hg-home-v2 .hg-home-app__content li span {
    width: 22px;
    height: 22px;
    font-weight: 600;
}

.hg-home-v2 .hg-home-app__badges img {
    height: 44px;
}

.hg-home-v2 .hg-home-app__visual {
    min-height: 350px;
}

.hg-home-v2 .hg-home-app__halo {
    width: 300px;
    height: 300px;
}

.hg-home-v2 .hg-home-app__phone {
    width: 194px;
    height: 350px;
}

.hg-home-v2 .hg-home-app__welcome {
    margin: 22px 0 10px;
    font-size: 17px;
    font-weight: 600;
}

.hg-home-v2 .hg-home-app__sim-card {
    min-height: 132px;
    padding: 15px;
}

.hg-home-v2 .hg-home-app__sim-card span {
    font-weight: 600;
}

.hg-home-v2 .hg-home-app__sim-card strong {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 600;
}

.hg-home-v2 .hg-home-trust {
    padding: 10px 0 50px;
}

.hg-home-v2 .hg-home-trust__grid > div {
    padding: 18px;
}

.hg-home-v2 .hg-home-trust__grid strong {
    font-weight: 600;
}

.hg-home-v2 .hg-home-trust__grid small {
    font-weight: 400;
}

.hg-home-v2 .hg-home-explore {
    padding: 58px 0 64px;
}

.hg-home-v2 .hg-explore-card {
    min-height: 125px;
    padding: 20px;
    border-radius: 19px;
}

.hg-home-v2 .hg-explore-card strong {
    font-size: 16px;
    font-weight: 600;
}

.hg-home-v2 .hg-explore-card small {
    font-size: 13px;
    font-weight: 400;
}

@media (max-width: 1119.98px) {
    .hg-home-v2 .hg-why-grid,
    .hg-home-v2 .hg-home-trust__grid {
        gap: 12px;
    }
}

@media (max-width: 991.98px) {
    .hg-home-v2 .hg-home-section {
        padding: 56px 0;
    }

    .hg-home-v2 .hg-home-hero {
        padding: 52px 0 46px;
    }

    .hg-home-v2 .hg-home-hero__grid {
        gap: 22px;
    }

    .hg-home-v2 .hg-home-hero__visual {
        min-height: 400px;
    }

    .hg-home-v2 .hg-home-app__panel {
        padding: 42px;
    }

    .hg-home-v2 .hg-explore-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hg-home-v2 .hg-explore-card:nth-child(3) {
        grid-column: 1 / -1;
    }
}

@media (min-width: 992px) {
    .hg-home-v2 .hg-why-grid,
    .hg-home-v2 .hg-home-trust__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .hg-home-v2 .hg-home-v2__container {
        width: calc(100% - 32px);
    }

    .hg-home-v2 .hg-home-section {
        padding: 44px 0;
    }

    .hg-home-v2 .hg-home-section__heading {
        margin-bottom: 24px;
    }

    .hg-home-v2 .hg-home-section__heading h2 {
        font-size: 28px;
    }

    .hg-home-v2 .hg-home-section__heading p {
        font-size: 15px;
        line-height: 1.5;
    }

    .hg-home-v2 .hg-home-hero {
        padding: 44px 0 40px;
    }

    .hg-home-v2 .hg-home-hero__content h1 {
        margin: 14px 0;
        font-size: 32px;
        line-height: 1.08;
    }

    .hg-home-v2 .hg-home-hero__intro {
        margin-bottom: 18px;
        font-size: 15px;
        line-height: 1.5;
    }

    .hg-home-v2 .hg-home-search__control {
        min-height: 52px;
        padding-inline: 13px;
    }

    .hg-home-v2 .hg-home-search__control input {
        min-height: 50px;
        font-size: 16px;
    }

    .hg-home-v2 .hg-home-hero__chips {
        gap: 6px;
        margin-top: 9px;
    }

    .hg-home-v2 .hg-home-hero__chips button {
        min-height: 38px;
        padding: 5px 10px;
    }

    .hg-home-v2 .hg-home-v2__button {
        min-height: 46px;
        padding: 10px 16px;
        font-size: 14px;
    }

    .hg-home-v2 .hg-home-hero__actions {
        gap: 8px;
        margin-top: 14px;
    }

    .hg-home-v2 .hg-home-hero__assurance {
        gap: 12px;
        margin-top: 13px;
        font-size: 13px;
    }

    .hg-home-v2 .hg-home-hero__visual {
        min-height: 380px;
    }

    .hg-home-v2 .hg-home-device {
        width: 180px;
        height: 358px;
    }

    .hg-home-v2 .hg-how-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .hg-home-v2 .hg-how-card {
        min-width: 0;
        min-height: 160px;
        padding: 15px;
    }

    .hg-home-v2 .hg-how-card:nth-child(3) {
        display: grid;
        min-height: 104px;
        grid-column: 1 / -1;
        grid-template-columns: 40px minmax(0, 1fr);
        align-items: center;
        column-gap: 12px;
    }

    .hg-home-v2 .hg-how-card:nth-child(3) .hg-home-v2__icon {
        grid-row: 1 / span 2;
    }

    .hg-home-v2 .hg-how-card h3 {
        margin: 15px 0 6px;
        font-size: 15px;
    }

    .hg-home-v2 .hg-how-card p {
        font-size: 13px;
        line-height: 1.48;
    }

    .hg-home-v2 .hg-how-card:nth-child(3) h3 {
        margin: 0 28px 3px 0;
    }

    .hg-home-v2 .hg-how-card:nth-child(3) p {
        grid-column: 2;
    }

    .hg-home-v2 .hg-how-card__number {
        top: 12px;
        right: 13px;
        font-size: 24px;
    }

    .hg-home-v2 .hg-home-app {
        padding: 30px 0;
    }

    .hg-home-v2 .hg-home-app__panel {
        gap: 18px;
        padding: 28px 20px 22px;
    }

    .hg-home-v2 .hg-home-app__content h2 {
        font-size: 29px;
    }

    .hg-home-v2 .hg-home-app__content > p {
        font-size: 14px;
        line-height: 1.5;
    }

    .hg-home-v2 .hg-home-app__content ul {
        gap: 6px;
        margin: 15px auto 17px;
    }

    .hg-home-v2 .hg-home-app__content li {
        font-size: 13px;
    }

    .hg-home-v2 .hg-home-app__badges {
        gap: 8px;
    }

    .hg-home-v2 .hg-home-app__visual {
        min-height: 310px;
    }

    .hg-home-v2 .hg-home-app__halo {
        width: 250px;
        height: 250px;
    }

    .hg-home-v2 .hg-home-app__phone {
        width: 168px;
        height: 300px;
        padding: 40px 13px 14px;
    }

    .hg-home-v2 .hg-home-app__sim-card {
        min-height: 112px;
    }

    .hg-home-v2 .hg-home-trust__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1px;
    }

    .hg-home-v2 .hg-home-trust__grid > div {
        min-width: 0;
        padding: 13px;
    }

    .hg-home-v2 .hg-home-trust__grid .hg-home-v2__icon {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
    }

    .hg-home-v2 .hg-home-trust__grid strong {
        font-size: 13px;
    }

    .hg-home-v2 .hg-home-trust__grid small {
        font-size: 12px;
    }

    .hg-home-v2 .hg-explore-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .hg-home-v2 .hg-explore-card {
        min-width: 0;
        min-height: 130px;
        grid-template-columns: 1fr;
        align-content: start;
        gap: 10px;
        padding: 15px;
    }

    .hg-home-v2 .hg-explore-card:nth-child(3) {
        min-height: 94px;
        grid-column: 1 / -1;
        grid-template-columns: 40px minmax(0, 1fr);
        align-items: center;
    }

    .hg-home-v2 .hg-explore-card strong {
        font-size: 15px;
    }

    .hg-home-v2 .hg-explore-card small {
        font-size: 13px;
    }
}

@media (max-width: 479.98px) {
    .hg-home-v2 .hg-home-v2__container {
        width: calc(100% - 32px);
    }

    .hg-home-v2 .hg-home-v2__eyebrow {
        font-size: 11px;
    }

    .hg-home-v2 .hg-home-section__heading h2 {
        font-size: 28px;
    }

    .hg-home-v2 .hg-home-hero__content h1 {
        font-size: clamp(29px, 7.7vw, 30px);
    }

    .hg-home-v2 .hg-home-hero__visual {
        min-height: 340px;
    }

    .hg-home-v2 .hg-home-device {
        width: 165px;
        height: 322px;
        border-radius: 29px;
    }

    .hg-home-v2 .hg-home-device__screen {
        padding: 38px 11px 12px;
        border-radius: 21px;
    }

    .hg-home-v2 .hg-home-device__signal {
        height: 40px;
        margin: 15px 0 8px;
    }

    .hg-home-v2 .hg-home-device__signal span:nth-child(1) { height: 9px; }
    .hg-home-v2 .hg-home-device__signal span:nth-child(2) { height: 15px; }
    .hg-home-v2 .hg-home-device__signal span:nth-child(3) { height: 22px; }
    .hg-home-v2 .hg-home-device__signal span:nth-child(4) { height: 30px; }

    .hg-home-v2 .hg-home-device__esim {
        padding: 11px;
        border-radius: 16px;
    }

    .hg-home-v2 .hg-home-device__esim svg {
        width: 58px;
        margin-top: 5px;
    }

    .hg-home-v2 .hg-home-device__status {
        margin-top: 9px;
        padding: 9px;
    }

    .hg-home-v2 .hg-home-hero__float {
        min-height: 40px;
        gap: 6px;
        padding: 5px 8px 5px 5px;
        border-radius: 12px;
        font-size: 11px;
    }

    .hg-home-v2 .hg-home-hero__float span {
        width: 28px;
        height: 28px;
    }

    .hg-home-v2 .hg-popular-grid,
    .hg-home-v2 .hg-why-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .hg-home-v2 .hg-popular-card {
        min-width: 0;
        min-height: 150px;
        grid-template-columns: 40px minmax(0, 1fr);
        gap: 8px;
        padding: 12px;
        border-radius: 15px;
    }

    .hg-home-v2 .hg-popular-card__flag {
        width: 40px;
        height: 32px;
        border-radius: 8px;
    }

    .hg-home-v2 .hg-popular-card__flag img {
        width: 34px;
        height: 25px;
        border-radius: 5px;
    }

    .hg-home-v2 .hg-popular-card__body strong {
        display: flex;
        min-height: 35px;
        align-items: flex-start;
        font-size: 14px;
        line-height: 1.25;
    }

    .hg-home-v2 .hg-popular-card__body small {
        margin-top: 3px;
        font-size: 13px;
        line-height: 1.25;
    }

    .hg-home-v2 .hg-popular-card__cta {
        margin-top: 3px;
        padding-top: 7px;
        font-size: 12px;
    }

    .hg-home-v2 .hg-why-card {
        min-width: 0;
        min-height: 148px;
        padding: 14px;
        border-radius: 15px;
    }

    .hg-home-v2 .hg-why-card .hg-home-v2__icon {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
    }

    .hg-home-v2 .hg-why-card h3 {
        margin: 12px 0 6px;
        font-size: 14px;
        line-height: 1.3;
    }

    .hg-home-v2 .hg-why-card p {
        font-size: 13px;
        line-height: 1.42;
    }

    .hg-home-v2 .hg-how-grid {
        gap: 10px;
    }

    .hg-home-v2 .hg-how-card {
        min-height: 158px;
        padding: 13px;
        border-radius: 15px;
    }

    .hg-home-v2 .hg-how-card .hg-home-v2__icon {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
    }

    .hg-home-v2 .hg-how-card:nth-child(3) {
        min-height: 98px;
        padding: 13px;
    }

    .hg-home-v2 .hg-home-app__panel {
        padding: 28px 16px 22px;
    }

    .hg-home-v2 .hg-home-app__content h2 {
        font-size: 28px;
    }

    .hg-home-v2 .hg-home-app__badges {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
        align-items: center;
    }

    .hg-home-v2 .hg-home-app__badges img {
        width: 100%;
        max-width: 142px;
        height: auto;
        margin-inline: auto;
    }

    .hg-home-v2 .hg-home-app__visual {
        min-height: 265px;
    }

    .hg-home-v2 .hg-home-app__halo {
        width: 215px;
        height: 215px;
    }

    .hg-home-v2 .hg-home-app__phone {
        width: 148px;
        height: 260px;
        padding: 37px 11px 11px;
        border-width: 7px;
        border-radius: 29px;
    }

    .hg-home-v2 .hg-home-app__welcome {
        margin: 16px 0 8px;
        font-size: 15px;
    }

    .hg-home-v2 .hg-home-app__sim-card {
        min-height: 100px;
        padding: 12px;
        border-radius: 15px;
    }

    .hg-home-v2 .hg-home-app__sim-card strong {
        margin-top: 14px;
        font-size: 13px;
    }

    .hg-home-v2 .hg-home-app__rows {
        gap: 6px;
        margin-top: 11px;
    }

    .hg-home-v2 .hg-home-app__rows i {
        height: 8px;
    }

    .hg-home-v2 .hg-home-trust__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hg-home-v2 .hg-home-trust__grid > div {
        min-height: 88px;
        gap: 9px;
        padding: 11px;
    }

    .hg-home-v2 .hg-home-trust__grid .hg-home-v2__icon {
        width: 32px;
        height: 32px;
        flex-basis: 32px;
    }

    .hg-home-v2 .hg-home-trust__grid .hg-home-v2__icon svg {
        width: 18px;
        height: 18px;
    }

    .hg-home-v2 .hg-home-trust__grid strong {
        font-size: 12px;
        line-height: 1.25;
    }

    .hg-home-v2 .hg-home-trust__grid small {
        font-size: 11px;
        line-height: 1.3;
    }

    .hg-home-v2 .hg-explore-grid {
        gap: 10px;
    }

    .hg-home-v2 .hg-explore-card {
        min-height: 126px;
        gap: 8px;
        padding: 13px;
        border-radius: 15px;
    }

    .hg-home-v2 .hg-explore-card .hg-home-v2__icon {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
    }

    .hg-home-v2 .hg-explore-card:nth-child(3) {
        min-height: 88px;
        grid-template-columns: 36px minmax(0, 1fr);
    }

    .hg-home-v2 .hg-explore-card strong {
        font-size: 14px;
        line-height: 1.3;
    }

    .hg-home-v2 .hg-explore-card small {
        font-size: 12px;
        line-height: 1.35;
    }
}

@media (max-width: 340px) {
    .hg-home-v2 .hg-popular-grid,
    .hg-home-v2 .hg-why-grid,
    .hg-home-v2 .hg-how-grid,
    .hg-home-v2 .hg-home-trust__grid,
    .hg-home-v2 .hg-explore-grid {
        grid-template-columns: 1fr;
    }

    .hg-home-v2 .hg-how-card:nth-child(3),
    .hg-home-v2 .hg-explore-card:nth-child(3) {
        grid-column: auto;
    }
}

/* Homepage V2.2: restore the original HeyGlobel artwork inside the V2 hero. */
.hg-home-v2 .hg-home-hero__visual {
    min-height: 0;
    align-self: center;
    padding: 8px 0;
}

.hg-home-v2 .hg-home-hero__visual::before {
    width: min(94%, 520px);
    background: radial-gradient(circle, rgba(255,255,255,.78) 0%, rgba(49,200,215,.11) 48%, rgba(141,124,248,.08) 68%, transparent 74%);
    box-shadow: none;
    opacity: .72;
}

.hg-home-v2 .hg-home-hero__artwork {
    position: relative;
    z-index: 1;
    display: block;
    width: min(100%, 530px);
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 22px 34px rgba(32, 55, 94, .14));
}

@media (max-width: 991.98px) {
    .hg-home-v2 .hg-home-hero__visual {
        min-height: 0;
        padding: 4px 0 0;
    }

    .hg-home-v2 .hg-home-hero__artwork {
        width: min(100%, 420px);
    }
}

@media (max-width: 767.98px) {
    .hg-home-v2 .hg-home-hero__artwork {
        width: min(100%, 330px);
        filter: drop-shadow(0 16px 24px rgba(32, 55, 94, .12));
    }
}

@media (max-width: 479.98px) {
    .hg-home-v2 .hg-home-hero__visual {
        min-height: 0;
    }

    .hg-home-v2 .hg-home-hero__artwork {
        width: min(100%, 324px);
    }
}

/* Homepage Hero V2.3: premium artwork stage, app access, and tighter handoff. */
.hg-home-v2 .hg-home-hero {
    min-height: 0;
    padding: 56px 0 44px;
}

.hg-home-v2 .hg-home-hero__grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr);
    gap: 48px;
}

.hg-home-v2 .hg-home-hero__content h1 {
    max-width: 640px;
    font-size: clamp(42px, 4.1vw, 47px);
}

.hg-home-v2 .hg-home-hero__intro {
    max-width: 610px;
}

.hg-home-v2 .hg-home-hero__badges {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    margin-top: 14px;
}

.hg-home-v2 .hg-home-hero__badges a {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    border-radius: 9px;
}

.hg-home-v2 .hg-home-hero__badges a:focus-visible {
    outline: 3px solid rgba(52, 104, 245, .3);
    outline-offset: 3px;
}

.hg-home-v2 .hg-home-hero__badges img {
    display: block;
    width: auto;
    height: 42px;
}

.hg-home-v2 .hg-home-hero__assurance {
    margin-top: 12px;
}

.hg-home-v2 .hg-home-hero__visual {
    min-height: 510px;
    padding: 4px 0;
}

.hg-home-v2 .hg-home-hero__visual::before {
    width: min(98%, 535px);
    background: radial-gradient(circle, rgba(255,255,255,.9) 0%, rgba(49,200,215,.14) 43%, rgba(141,124,248,.11) 66%, transparent 75%);
    opacity: 1;
    filter: blur(1px);
}

.hg-home-v2 .hg-home-hero__stage {
    position: absolute;
    z-index: 0;
    width: min(94%, 500px);
    aspect-ratio: 1;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.82);
    border-radius: 46% 54% 52% 48% / 48% 44% 56% 52%;
    background:
        radial-gradient(circle at 24% 22%, rgba(255,255,255,.96), transparent 27%),
        radial-gradient(circle at 78% 24%, rgba(141,124,248,.22), transparent 35%),
        linear-gradient(145deg, rgba(219,247,252,.88), rgba(232,238,255,.82) 52%, rgba(246,239,255,.9));
    box-shadow: 0 34px 76px rgba(49, 83, 139, .15), inset 0 0 0 1px rgba(52,104,245,.05);
    transform: rotate(-1.5deg);
}

.hg-home-v2 .hg-home-hero__stage::before {
    position: absolute;
    top: 16%;
    right: 9%;
    width: 66%;
    height: 42%;
    border-top: 1px dashed rgba(52,104,245,.29);
    border-radius: 50%;
    content: "";
    transform: rotate(11deg);
}

.hg-home-v2 .hg-home-hero__stage::after {
    position: absolute;
    top: 18%;
    right: 13%;
    width: 7px;
    height: 7px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: var(--hg-cyan);
    box-shadow: -176px 84px 0 -1px var(--hg-blue), -77px 205px 0 -1px var(--hg-lilac);
    content: "";
}

.hg-home-v2 .hg-home-hero__artwork {
    z-index: 2;
    width: min(100%, 520px);
    filter: drop-shadow(0 25px 38px rgba(31, 54, 94, .17));
}

.hg-home-v2 .hg-home-hero__proof {
    position: absolute;
    z-index: 4;
    display: flex;
    min-height: 54px;
    align-items: center;
    gap: 9px;
    padding: 9px 13px 9px 9px;
    border: 1px solid rgba(255,255,255,.9);
    border-radius: 15px;
    color: var(--hg-ink);
    background: rgba(255,255,255,.88);
    box-shadow: 0 14px 34px rgba(29, 54, 96, .13);
    backdrop-filter: blur(10px);
}

.hg-home-v2 .hg-home-hero__proof > svg {
    width: 34px;
    height: 34px;
    padding: 7px;
    flex: 0 0 34px;
    border-radius: 10px;
    fill: none;
    stroke: var(--hg-blue-dark);
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
    background: #edf4ff;
}

.hg-home-v2 .hg-home-hero__proof > span,
.hg-home-v2 .hg-home-hero__proof strong,
.hg-home-v2 .hg-home-hero__proof small {
    display: block;
}

.hg-home-v2 .hg-home-hero__proof strong {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
}

.hg-home-v2 .hg-home-hero__proof small {
    margin-top: 2px;
    color: var(--hg-muted);
    font-size: 11px;
    font-weight: 400;
    line-height: 1.2;
}

.hg-home-v2 .hg-home-hero__proof--destinations {
    top: 13%;
    left: 0;
}

.hg-home-v2 .hg-home-hero__proof--digital {
    right: 0;
    bottom: 13%;
}

.hg-home-v2 .hg-home-popular {
    padding-top: 48px;
}

@media (max-width: 1119.98px) {
    .hg-home-v2 .hg-home-hero {
        padding: 50px 0 40px;
    }

    .hg-home-v2 .hg-home-hero__grid {
        gap: 34px;
    }

    .hg-home-v2 .hg-home-hero__visual {
        min-height: 455px;
    }

    .hg-home-v2 .hg-home-hero__artwork {
        width: min(100%, 470px);
    }
}

@media (max-width: 991.98px) {
    .hg-home-v2 .hg-home-hero {
        padding: 44px 0 30px;
    }

    .hg-home-v2 .hg-home-hero__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .hg-home-v2 .hg-home-hero__badges {
        justify-content: center;
    }

    .hg-home-v2 .hg-home-hero__visual {
        min-height: 0;
        margin-top: 2px;
        padding: 0;
    }

    .hg-home-v2 .hg-home-hero__artwork {
        width: min(100%, 400px);
    }

    .hg-home-v2 .hg-home-hero__stage {
        width: min(94%, 410px);
    }

    .hg-home-v2 .hg-home-hero__proof--destinations {
        left: calc(50% - 220px);
    }

    .hg-home-v2 .hg-home-hero__proof--digital {
        right: calc(50% - 220px);
    }

    .hg-home-v2 .hg-home-popular {
        padding-top: 40px;
    }
}

@media (max-width: 767.98px) {
    .hg-home-v2 .hg-home-hero {
        padding: 36px 0 24px;
    }

    .hg-home-v2 .hg-home-hero__grid {
        gap: 12px;
    }

    .hg-home-v2 .hg-home-hero__content h1 {
        margin: 13px 0;
        font-size: 30px;
    }

    .hg-home-v2 .hg-home-hero__intro {
        margin-bottom: 16px;
    }

    .hg-home-v2 .hg-home-hero__actions {
        margin-top: 12px;
    }

    .hg-home-v2 .hg-home-hero__badges {
        margin-top: 11px;
    }

    .hg-home-v2 .hg-home-hero__badges img {
        height: 40px;
    }

    .hg-home-v2 .hg-home-hero__assurance {
        margin-top: 10px;
    }

    .hg-home-v2 .hg-home-hero__artwork {
        width: min(100%, 304px);
    }

    .hg-home-v2 .hg-home-hero__stage {
        width: min(94%, 312px);
    }

    .hg-home-v2 .hg-home-hero__proof {
        min-height: 46px;
        gap: 7px;
        padding: 7px 10px 7px 7px;
        border-radius: 13px;
    }

    .hg-home-v2 .hg-home-hero__proof > svg {
        width: 30px;
        height: 30px;
        padding: 6px;
        flex-basis: 30px;
    }

    .hg-home-v2 .hg-home-hero__proof strong {
        font-size: 12px;
    }

    .hg-home-v2 .hg-home-hero__proof small {
        font-size: 10px;
    }

    .hg-home-v2 .hg-home-hero__proof--destinations {
        top: 10%;
        left: calc(50% - 162px);
    }

    .hg-home-v2 .hg-home-hero__proof--digital {
        display: none;
    }

    .hg-home-v2 .hg-home-popular {
        padding-top: 32px;
    }
}

@media (max-width: 479.98px) {
    .hg-home-v2 .hg-home-hero__badges {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-items: center;
        gap: 7px;
    }

    .hg-home-v2 .hg-home-hero__badges a,
    .hg-home-v2 .hg-home-hero__badges img {
        width: 100%;
        height: auto;
    }

    .hg-home-v2 .hg-home-hero__badges a {
        max-width: 146px;
        min-height: 40px;
    }

    .hg-home-v2 .hg-home-hero__artwork {
        width: min(100%, 292px);
    }

    .hg-home-v2 .hg-home-hero__stage {
        width: min(96%, 300px);
    }

    .hg-home-v2 .hg-home-hero__proof--destinations {
        left: 0;
    }
}
