﻿.hero-interactive-grid {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    align-items: stretch;
}

.home-hero-section {
    --hero-head-offset: 72px;
}

.home-hero-main {
    margin: 0 auto;
}

.home-hero-title span {
    background-image: linear-gradient(92deg, #0b2543 0%, #123e66 52%, #0f766e 100%) !important;
    text-shadow: 0 2px 8px rgba(255, 255, 255, 0.38);
}

.home-hero-subtitle {
    color: rgba(15, 23, 42, 0.90) !important;
    text-shadow: 0 1px 3px rgba(255, 255, 255, 0.42);
}

.hero-search-card {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
    padding: 22px;
}

.hero-search-fields {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

.hero-search-fields .layui-form-select .layui-input {
    height: 48px;
    line-height: 48px;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    background: #fff;
    font-size: 15px;
    color: #334155;
    padding-left: 14px;
    padding-right: 34px;
}

.hero-search-fields .layui-form-select .layui-input:focus,
.hero-search-fields .layui-form-selected .layui-input {
    border-color: #00E5A0 !important;
    box-shadow: 0 0 0 2px rgba(0, 229, 160, 0.14);
}

.hero-search-fields .layui-form-select dl {
    border-radius: 10px;
    margin-top: 6px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}

.hero-search-fields .layui-form-select dl dd.layui-this {
    background-color: #0A2540;
}

.hero-search-btn-wrap {
    margin-top: 2px;
}

.hero-search-btn {
    width: 100%;
    height: 50px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
}


.hero-stage-card {
    position: relative;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(240, 253, 250, 0.93) 100%);
    border: 1px solid rgba(232, 238, 248, 0.96);
    border-radius: 22px;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.72);
    padding: 12px;
}

.preview-stage-wrap {
    margin-top: 0;
}

.travel-wrapper {
    position: relative;
    min-height: 336px;
    height: clamp(312px, 30vw, 372px);
    border-radius: 22px;
    overflow: hidden;
    isolation: isolate;
}

.travel-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.25;
    z-index: 0;
}

.travel-wrapper::after {
    content: "";
    position: absolute;
    inset: 14px 18px auto 18px;
    height: 44%;
    border-radius: 20px;
    opacity: 0.72;
    z-index: 0;
}

.stage-scene {
    position: absolute;
    bottom: 64px;
    width: min(34%, 230px);
    height: 66%;
    border-radius: 26px;
    overflow: hidden;
    z-index: 1;
}

.stage-scene-left {
    left: 20px;
}

.stage-scene-right {
    right: 20px;
}

.stage-cloud {
    position: absolute;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-radius: 999px;
    box-shadow: 0 12px 24px rgba(148, 163, 184, 0.12);
    z-index: 1;
    opacity: 0.88;
}

.stage-cloud::before,
.stage-cloud::after {
    content: "";
    position: absolute;
    background: inherit;
    border: inherit;
    border-radius: inherit;
}

.stage-cloud::before {
    width: 38%;
    height: 150%;
    left: 12%;
    top: -54%;
}

.stage-cloud::after {
    width: 44%;
    height: 165%;
    right: 10%;
    top: -64%;
}

.stage-cloud-a {
    top: 32px;
    left: 37%;
    width: 84px;
    height: 26px;
}

.stage-cloud-b {
    top: 76px;
    right: 16%;
    width: 64px;
    height: 22px;
}

.stage-cloud-c {
    bottom: 130px;
    left: 21%;
    width: 58px;
    height: 20px;
    opacity: 0.72;
}

.svg-container {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
}

.flight-path {
    fill: none;
    stroke: rgba(148, 163, 184, 0.28);
    stroke-width: 4;
    stroke-dasharray: 8, 12;
    stroke-linecap: round;
}

.flight-progress {
    fill: none;
    stroke: var(--primary-color);
    stroke-width: 4.5;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    filter: drop-shadow(0 4px 10px rgba(0, 229, 160, 0.16));
    transition: stroke-dashoffset 1.9s ease-in-out;
}

.active .flight-progress {
    stroke-dashoffset: 0;
}

#airplane {
    offset-path: path("M 190 200 Q 400 94 610 200");
    offset-rotate: auto;
    visibility: hidden;
}

#airplane .plane-marker {
    filter: drop-shadow(0 4px 10px rgba(15, 23, 42, 0.2));
}

#airplane .plane-marker circle {
    fill: rgba(10, 37, 64, 0.92);
}

#airplane .plane-marker path {
    fill: #00E5A0;
}

.active #airplane {
    visibility: visible;
    animation: followPath 4.6s ease-in-out infinite;
}

@keyframes followPath {
    0% {
        offset-distance: 0%;
    }
    100% {
        offset-distance: 100%;
    }
}

.stage-service-pill {
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 240px;
    max-width: calc(100% - 250px);
    min-height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(240, 253, 250, 0.88));
    border: 1px solid rgba(223, 231, 241, 0.92);
    box-shadow: 0 16px 28px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(14px);
    color: var(--color-primary);
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

.stage-service-pill::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    margin-right: 10px;
    flex-shrink: 0;
    background: linear-gradient(180deg, #00E5A0, #00c589);
    box-shadow: 0 0 0 6px rgba(0, 229, 160, 0.1);
}

.stage-metrics-bar {
    position: absolute;
    left: 50%;
    bottom: 14px;
    transform: translateX(-50%);
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    width: min(520px, calc(100% - 40px));
}

.stage-mini-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(226, 235, 244, 0.92);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
    color: var(--color-primary-light);
    font-size: 13px;
    font-weight: 600;
    backdrop-filter: blur(10px);
}

.stage-mini-pill span {
    white-space: nowrap;
}

.stage-mini-pill svg {
    width: 14px;
    height: 14px;
    color: var(--color-accent-dark);
    flex-shrink: 0;
}

.animal-node {
    position: absolute;
    bottom: 44px;
    width: 168px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    z-index: 5;
    transition: transform 0.45s ease, opacity 0.45s ease;
    opacity: 0.24;
    transform: translateY(12px) scale(0.88);
}

.animal-node-left {
    left: 30px;
}

.animal-node-right {
    right: 30px;
}

.animal-node.show {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.animal-figure {
    position: relative;
    width: 150px;
    height: 142px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.animal-node img {
    position: relative;
    height: 148px;
    object-fit: contain;
    filter: drop-shadow(0 16px 24px rgba(15, 23, 42, 0.14));
    border-radius: 40%;
}

.animal-meta {
    margin-top: -4px;
    min-width: 130px;
    padding: 10px 14px;
    border-radius: 16px;
    text-align: center;
}

.animal-kicker {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #64748b;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.animal-label {
    margin-top: 2px;
    font-weight: 700;
    color: var(--color-primary);
    font-size: 15px;
    line-height: 1.25;
}

.radar-pulse {
    position: absolute;
    left: 50%;
    bottom: 42px;
    width: 112px;
    height: 32px;
    background: radial-gradient(circle, rgba(0, 229, 160, 0.22) 0%, rgba(0, 229, 160, 0.08) 58%, rgba(0, 229, 160, 0) 80%);
    border-radius: 50%;
    transform: translateX(-50%) scale(0.55);
    opacity: 0;
}

.active .radar-pulse {
    animation: pulse 2.8s infinite;
}

@keyframes pulse {
    0% {
        transform: translateX(-50%) scale(0.55);
        opacity: 0.98;
    }
    100% {
        transform: translateX(-50%) scale(1.9);
        opacity: 0;
    }
}

.precheck-layer.layui-layer {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.18);
}

.precheck-layer .layui-layer-title {
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    background: linear-gradient(180deg, #f8fbff 0%, #f3f7ff 100%);
    border-bottom: 1px solid #e8eef8;
    padding: 0 18px;
}

.precheck-layer .layui-layer-content {
    padding: 0;
}

.precheck-layer .layui-layer-btn {
    padding: 12px 16px 16px;
    border-top: 1px solid #eef2f7;
    background: #fff;
}

.precheck-layer .layui-layer-btn .layui-layer-btn0 {
    background: var(--color-primary);
    border-color: var(--color-primary);
    border-radius: 10px;
}

.precheck-layer .layui-layer-btn .layui-layer-btn1 {
    border-radius: 10px;
    border-color: #d7deea;
}

.precheck-modal {
    padding: 16px 16px 8px;
    max-height: 62vh;
    overflow-y: auto;
}

.precheck-intro {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 10px;
    line-height: 1.6;
}

.precheck-question {
    margin-bottom: 12px;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid #e8edf5;
    background: #f8fbff;
}

.precheck-label {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.5;
}

.precheck-required {
    color: #dc2626;
    margin-left: 4px;
}

.precheck-options {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.precheck-option {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border: 1px solid #dce5f2;
    border-radius: 999px;
    background: #fff;
    color: #334155;
    font-size: 13px;
    cursor: pointer;
    transition: all .2s ease;
}

.precheck-option:hover {
    border-color: var(--color-accent);
    background: #ecfdf5;
}

.precheck-input {
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #d7deea;
    border-radius: 10px;
    background: #fff;
    color: #0f172a;
    font-size: 14px;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.precheck-input:focus {
    border-color: var(--color-accent);
    box-shadow: 0 0 0 3px rgba(0, 229, 160, 0.12);
}

.draft-confirm-layer.layui-layer {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 24px 56px rgba(2, 8, 23, 0.22);
}

.draft-confirm-layer .layui-layer-title {
    height: 52px;
    line-height: 52px;
    padding: 0 16px;
    border-bottom: 1px solid #e6edf6;
    color: var(--color-primary);
    font-weight: 700;
    font-size: 16px;
    background: linear-gradient(180deg, #f8fbff 0%, #f4f8ff 100%);
}

.draft-confirm-layer .layui-layer-content {
    padding: 0;
}

.draft-confirm-layer .layui-layer-btn {
    padding: 12px 16px 16px;
    border-top: 1px solid #edf2f7;
    background: #ffffff;
}

.draft-confirm-layer .layui-layer-btn .layui-layer-btn0 {
    background: var(--color-primary);
    border-color: var(--color-primary);
    border-radius: 10px;
    min-width: 112px;
}

.draft-confirm-layer .layui-layer-btn .layui-layer-btn1 {
    border-radius: 10px;
    min-width: 112px;
    color: #334155;
    border-color: #cfd8e3;
    background: #ffffff;
}

/* hide layui default confirm icon */
.draft-confirm-layer .layui-layer-ico {
    display: none !important;
}

.draft-confirm-box {
    padding: 16px;
}

.draft-confirm-desc {
    color: #475569;
    font-size: 14px;
    line-height: 1.65;
}

.draft-confirm-routes {
    margin-top: 12px;
    display: grid;
    gap: 10px;
}

.draft-confirm-route {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #f8fafc;
    padding: 10px 12px;
}

.draft-confirm-route.is-highlight {
    border-color: rgba(0, 229, 160, 0.42);
    background: #ecfdf5;
}

.draft-confirm-label {
    font-size: 12px;
    color: #64748b;
    margin-bottom: 4px;
}

.draft-confirm-value {
    font-size: 14px;
    color: #0f172a;
    font-weight: 600;
    word-break: break-word;
}

@media (min-width: 1350px) {
    .hero-interactive-grid {
        grid-template-columns: minmax(340px, 40%) minmax(0, 1fr);
        gap: 18px;
    }

    .hero-search-card {
        padding: 26px;
    }

    .travel-wrapper {
        height: clamp(300px, 24vw, 340px);
    }
}

@media (min-width: 1024px) and (max-height: 900px) {
    .home-hero-section {
        min-height: calc(100vh - var(--hero-head-offset));
        display: flex;
        align-items: center;
    }

    .home-hero-inner {
        width: 65%;
        padding-top: 10rem !important;
        padding-bottom: 1.5rem !important;
    }

    .home-hero-main .text-center.mb-12 {
        margin-bottom: 1rem !important;
    }

    .home-hero-title {
        font-size: clamp(1.9rem, 5.2vh, 3.2rem) !important;
        line-height: 1.1 !important;
        margin-bottom: 0.55rem !important;
    }

    .home-hero-subtitle {
        font-size: clamp(0.9rem, 2.2vh, 1.08rem) !important;
    }

    .hero-interactive-grid {
        gap: 12px;
    }

    .hero-search-card {
        padding: 16px;
    }

    .hero-search-fields {
        gap: 10px;
    }

    .hero-search-fields .layui-form-select .layui-input {
        height: 44px;
        line-height: 44px;
        font-size: 14px;
    }

    .hero-search-btn {
        height: 44px;
        font-size: 14px;
    }

    .hero-stage-card {
        padding: 10px;
    }

    .travel-wrapper {
        min-height: 244px;
        height: clamp(244px, 34vh, 300px);
    }

    .stage-scene {
        bottom: 56px;
        width: min(33%, 190px);
        height: 60%;
        border-radius: 22px;
    }

    .animal-node {
        width: 132px;
        bottom: 36px;
    }

    .animal-node-left {
        left: 16px;
    }

    .animal-node-right {
        right: 16px;
    }

    .animal-figure {
        width: 118px;
        height: 112px;
    }

    .animal-node img {
        height: 112px;
    }

    .animal-meta {
        min-width: 112px;
        padding: 8px 12px;
    }

    .stage-service-pill {
        top: 56%;
        min-width: 200px;
        max-width: calc(100% - 210px);
        min-height: 38px;
        padding: 0 14px;
        font-size: 12px;
    }

    .stage-metrics-bar {
        bottom: 10px;
        gap: 8px;
        width: min(460px, calc(100% - 20px));
    }

    .stage-mini-pill {
        min-height: 34px;
        padding: 0 11px;
        font-size: 12px;
    }

    .home-hero-stats {
        margin-top: 0.9rem !important;
        gap: 10px;
    }

    .home-hero-stats > div {
        padding: 0.85rem;
    }

    .home-hero-stats .text-3xl {
        font-size: 1.25rem !important;
    }
}

@media (min-width: 1024px) and (max-height: 760px) {
    .home-hero-stats {
        display: none;
    }

    .home-hero-inner {
        padding-bottom: 1rem !important;
    }
}

@media (max-width: 768px) {
    .hero-search-card {
        padding: 16px;
    }

    .travel-wrapper {
        min-height: 300px;
        height: 300px;
    }

    .stage-scene {
        bottom: 92px;
        width: 42%;
        height: 45%;
        border-radius: 20px;
    }

    .stage-scene-left {
        left: 8px;
    }

    .stage-scene-right {
        right: 8px;
    }

    .stage-cloud {
        display: none;
    }

    .stage-service-pill {
        top: 14px;
        transform: translateX(-50%);
        min-height: 42px;
        max-width: calc(100% - 24px);
        width: calc(100% - 24px);
        padding: 10px 14px;
        border-radius: 18px;
        font-size: 12px;
        white-space: normal;
        text-align: center;
        line-height: 1.3;
    }

    .stage-metrics-bar {
        bottom: 10px;
        gap: 8px;
        width: calc(100% - 16px);
    }

    .stage-mini-pill {
        flex: 1 1 calc(33.333% - 6px);
        min-width: 0;
        justify-content: center;
        min-height: 34px;
        padding: 0 10px;
        font-size: 11px;
    }

    .animal-node {
        width: 112px;
        bottom: 86px;
    }

    .animal-node-left {
        left: 4px;
    }

    .animal-node-right {
        right: 4px;
    }

    .animal-figure {
        width: 92px;
        height: 94px;
    }

    .animal-node img {
        height: 94px;
    }

    .animal-meta {
        min-width: 96px;
        padding: 7px 9px;
        border-radius: 14px;
    }

    .animal-kicker {
        font-size: 10px;
    }

    .animal-label {
        font-size: 12px;
    }

    .radar-pulse {
        bottom: 32px;
        width: 84px;
        height: 22px;
    }

    .precheck-layer .layui-layer-title {
        height: 50px;
        line-height: 50px;
        font-size: 15px;
    }

    .precheck-modal {
        max-height: 66vh;
        padding: 14px 14px 8px;
    }

    .precheck-question {
        padding: 10px;
        border-radius: 10px;
    }

    .precheck-label {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .precheck-input {
        height: 38px;
        font-size: 13px;
    }
}


/* ===== Hero background tuning ===== */
.home-hero-section {
    position: relative;
    background-image:
            linear-gradient(118deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.08) 38%, rgba(255, 255, 255, 0.10) 100%),
            url("../images/abg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
            radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.20), rgba(255, 255, 255, 0) 42%),
            radial-gradient(circle at 82% 14%, rgba(255, 255, 255, 0.20), rgba(255, 255, 255, 0) 36%),
            linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.10));
    opacity: 1;
    pointer-events: none;
    z-index: 0;
}

.home-hero-section::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 220px;
    background: linear-gradient(180deg, rgba(248, 250, 252, 0) 0%, rgba(248, 250, 252, 0.88) 100%);
    pointer-events: none;
    z-index: 0;
}

.home-hero-section .home-hero-inner {
    position: relative;
    z-index: 1;
}

.hero-stage-card {
    background:
            linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(242,252,248,0.94) 100%);
}

.travel-wrapper {
}

.travel-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background-repeat: no-repeat, repeat;
    background-size: min(78%, 680px) auto, 16px 16px;
    background-position: right 18px top 34px, center center;
    opacity: 0.30;
    z-index: 0;
    pointer-events: none;
}

.travel-wrapper::after {
    content: "";
    position: absolute;
    inset: 14px 18px auto 18px;
    height: 48%;
    border-radius: 22px;
    opacity: 0.78;
    z-index: 0;
}

.stage-cloud {
    background: rgba(255, 255, 255, 0.78);
    border-color: rgba(255, 255, 255, 0.78);
    box-shadow: 0 14px 28px rgba(148, 163, 184, 0.12);
}

.stage-cloud-a {
    top: 24px;
    left: 34%;
    width: 96px;
    height: 28px;
}

.stage-cloud-b {
    top: 64px;
    right: 12%;
    width: 72px;
    height: 24px;
}

.stage-cloud-c {
    bottom: 146px;
    left: 16%;
    width: 66px;
    height: 22px;
}

@media (min-width: 1024px) and (max-height: 900px) {
    .home-hero-section::before {
        opacity: 0.64;
    }

    .travel-wrapper::before {
        background-size: min(78%, 560px) auto, 16px 16px;
        background-position: right 14px top 28px, center center;
    }
}

@media (max-width: 768px) {
    .home-hero-section::before {
        background-position: center top;
        background-size: 1800px auto;
        opacity: 0.62;
    }

    .travel-wrapper::before {
        background-size: 115% auto, 14px 14px;
        background-position: center 28px, center center;
        opacity: 0.22;
    }

    .stage-cloud-a {
        top: 18px;
        left: 30%;
        width: 78px;
        height: 24px;
    }

    .stage-cloud-b {
        top: 56px;
        right: 10%;
        width: 56px;
        height: 20px;
    }

    .stage-cloud-c {
        bottom: 126px;
        left: 14%;
        width: 52px;
        height: 18px;
    }
}

@media all and (max-width: 0px) {
/* ===== duplicate legacy block (disabled) ===== */
.home-hero-section {
    position: relative;
    background:
            radial-gradient(circle at 20% 10%, rgba(255,255,255,0.72), rgba(255,255,255,0) 28%),
            radial-gradient(circle at 82% 8%, rgba(255,255,255,0.68), rgba(255,255,255,0) 24%),
            linear-gradient(180deg, #edf8f8 0%, #eaf7f4 100%);
}

.home-hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%201920%20760%27%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cfilter%20id%3D%27b%27%20x%3D%27-30%25%27%20y%3D%27-30%25%27%20width%3D%27160%25%27%20height%3D%27160%25%27%3E%0A%20%20%20%20%20%20%3CfeGaussianBlur%20stdDeviation%3D%276%27/%3E%0A%20%20%20%20%3C/filter%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cg%20fill%3D%27%23ffffff%27%20fill-opacity%3D%27.86%27%20filter%3D%27url%28%23b%29%27%3E%0A%20%20%20%20%3Cg%20transform%3D%27translate%2890%20120%29%27%3E%0A%20%20%20%20%20%20%3Crect%20x%3D%270%27%20y%3D%2730%27%20rx%3D%2728%27%20ry%3D%2728%27%20width%3D%27180%27%20height%3D%2754%27/%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2746%27%20cy%3D%2738%27%20r%3D%2730%27/%3E%3Ccircle%20cx%3D%2790%27%20cy%3D%2720%27%20r%3D%2742%27/%3E%3Ccircle%20cx%3D%27136%27%20cy%3D%2738%27%20r%3D%2734%27/%3E%0A%20%20%20%20%3C/g%3E%0A%20%20%20%20%3Cg%20transform%3D%27translate%28420%2078%29%20scale%281.12%29%27%3E%0A%20%20%20%20%20%20%3Crect%20x%3D%270%27%20y%3D%2730%27%20rx%3D%2728%27%20ry%3D%2728%27%20width%3D%27180%27%20height%3D%2754%27/%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2746%27%20cy%3D%2738%27%20r%3D%2730%27/%3E%3Ccircle%20cx%3D%2790%27%20cy%3D%2720%27%20r%3D%2742%27/%3E%3Ccircle%20cx%3D%27136%27%20cy%3D%2738%27%20r%3D%2734%27/%3E%0A%20%20%20%20%3C/g%3E%0A%20%20%20%20%3Cg%20transform%3D%27translate%28810%20150%29%20scale%281.05%29%27%3E%0A%20%20%20%20%20%20%3Crect%20x%3D%270%27%20y%3D%2730%27%20rx%3D%2728%27%20ry%3D%2728%27%20width%3D%27180%27%20height%3D%2754%27/%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2746%27%20cy%3D%2738%27%20r%3D%2730%27/%3E%3Ccircle%20cx%3D%2790%27%20cy%3D%2720%27%20r%3D%2742%27/%3E%3Ccircle%20cx%3D%27136%27%20cy%3D%2738%27%20r%3D%2734%27/%3E%0A%20%20%20%20%3C/g%3E%0A%20%20%20%20%3Cg%20transform%3D%27translate%281220%2092%29%20scale%281.18%29%27%3E%0A%20%20%20%20%20%20%3Crect%20x%3D%270%27%20y%3D%2730%27%20rx%3D%2728%27%20ry%3D%2728%27%20width%3D%27180%27%20height%3D%2754%27/%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2746%27%20cy%3D%2738%27%20r%3D%2730%27/%3E%3Ccircle%20cx%3D%2790%27%20cy%3D%2720%27%20r%3D%2742%27/%3E%3Ccircle%20cx%3D%27136%27%20cy%3D%2738%27%20r%3D%2734%27/%3E%0A%20%20%20%20%3C/g%3E%0A%20%20%20%20%3Cg%20transform%3D%27translate%281570%20138%29%20scale%28.94%29%27%3E%0A%20%20%20%20%20%20%3Crect%20x%3D%270%27%20y%3D%2730%27%20rx%3D%2728%27%20ry%3D%2728%27%20width%3D%27180%27%20height%3D%2754%27/%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2746%27%20cy%3D%2738%27%20r%3D%2730%27/%3E%3Ccircle%20cx%3D%2790%27%20cy%3D%2720%27%20r%3D%2742%27/%3E%3Ccircle%20cx%3D%27136%27%20cy%3D%2738%27%20r%3D%2734%27/%3E%0A%20%20%20%20%3C/g%3E%0A%20%20%20%20%3Cg%20transform%3D%27translate%28240%20430%29%20scale%281.32%29%27%3E%0A%20%20%20%20%20%20%3Crect%20x%3D%270%27%20y%3D%2730%27%20rx%3D%2730%27%20ry%3D%2730%27%20width%3D%27220%27%20height%3D%2762%27/%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2760%27%20cy%3D%2742%27%20r%3D%2736%27/%3E%3Ccircle%20cx%3D%27112%27%20cy%3D%2722%27%20r%3D%2750%27/%3E%3Ccircle%20cx%3D%27168%27%20cy%3D%2742%27%20r%3D%2738%27/%3E%0A%20%20%20%20%3C/g%3E%0A%20%20%20%20%3Cg%20transform%3D%27translate%28960%20470%29%20scale%281.16%29%27%3E%0A%20%20%20%20%20%20%3Crect%20x%3D%270%27%20y%3D%2730%27%20rx%3D%2730%27%20ry%3D%2730%27%20width%3D%27220%27%20height%3D%2762%27/%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2760%27%20cy%3D%2742%27%20r%3D%2736%27/%3E%3Ccircle%20cx%3D%27112%27%20cy%3D%2722%27%20r%3D%2750%27/%3E%3Ccircle%20cx%3D%27168%27%20cy%3D%2742%27%20r%3D%2738%27/%3E%0A%20%20%20%20%3C/g%3E%0A%20%20%20%20%3Cg%20transform%3D%27translate%281460%20420%29%20scale%281.22%29%27%3E%0A%20%20%20%20%20%20%3Crect%20x%3D%270%27%20y%3D%2730%27%20rx%3D%2730%27%20ry%3D%2730%27%20width%3D%27220%27%20height%3D%2762%27/%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2760%27%20cy%3D%2742%27%20r%3D%2736%27/%3E%3Ccircle%20cx%3D%27112%27%20cy%3D%2722%27%20r%3D%2750%27/%3E%3Ccircle%20cx%3D%27168%27%20cy%3D%2742%27%20r%3D%2738%27/%3E%0A%20%20%20%20%3C/g%3E%0A%20%20%3C/g%3E%0A%20%20%3Cg%20fill%3D%27%23ffffff%27%20fill-opacity%3D%27.56%27%3E%0A%20%20%20%20%3Cg%20transform%3D%27translate%28620%2034%29%20scale%28.72%29%27%3E%0A%20%20%20%20%20%20%3Crect%20x%3D%270%27%20y%3D%2730%27%20rx%3D%2728%27%20ry%3D%2728%27%20width%3D%27180%27%20height%3D%2754%27/%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2746%27%20cy%3D%2738%27%20r%3D%2730%27/%3E%3Ccircle%20cx%3D%2790%27%20cy%3D%2720%27%20r%3D%2742%27/%3E%3Ccircle%20cx%3D%27136%27%20cy%3D%2738%27%20r%3D%2734%27/%3E%0A%20%20%20%20%3C/g%3E%0A%20%20%20%20%3Cg%20transform%3D%27translate%281040%20250%29%20scale%28.76%29%27%3E%0A%20%20%20%20%20%20%3Crect%20x%3D%270%27%20y%3D%2730%27%20rx%3D%2728%27%20ry%3D%2728%27%20width%3D%27180%27%20height%3D%2754%27/%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2746%27%20cy%3D%2738%27%20r%3D%2730%27/%3E%3Ccircle%20cx%3D%2790%27%20cy%3D%2720%27%20r%3D%2742%27/%3E%3Ccircle%20cx%3D%27136%27%20cy%3D%2738%27%20r%3D%2734%27/%3E%0A%20%20%20%20%3C/g%3E%0A%20%20%20%20%3Cg%20transform%3D%27translate%281340%20300%29%20scale%28.68%29%27%3E%0A%20%20%20%20%20%20%3Crect%20x%3D%270%27%20y%3D%2730%27%20rx%3D%2728%27%20ry%3D%2728%27%20width%3D%27180%27%20height%3D%2754%27/%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2746%27%20cy%3D%2738%27%20r%3D%2730%27/%3E%3Ccircle%20cx%3D%2790%27%20cy%3D%2720%27%20r%3D%2742%27/%3E%3Ccircle%20cx%3D%27136%27%20cy%3D%2738%27%20r%3D%2734%27/%3E%0A%20%20%20%20%3C/g%3E%0A%20%20%3C/g%3E%0A%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    opacity: 0.72;
    pointer-events: none;
    z-index: 0;
}

.home-hero-section::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 160px;
    background: linear-gradient(180deg, rgba(234,247,244,0), rgba(234,247,244,0.96));
    pointer-events: none;
    z-index: 0;
}

.home-hero-section .home-hero-inner {
    position: relative;
    z-index: 1;
}

.hero-stage-card {
    background:
            linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(242,252,248,0.94) 100%);
}

.travel-wrapper {
    background-image: url("../images/abg.png");
}

.travel-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background-repeat: no-repeat, repeat;
    background-size: min(78%, 680px) auto, 16px 16px;
    background-position: right 18px top 34px, center center;
    opacity: 0.30;
    z-index: 0;
    pointer-events: none;
}

.travel-wrapper::after {
    content: "";
    position: absolute;
    inset: 14px 18px auto 18px;
    height: 48%;
    border-radius: 22px;
    opacity: 0.78;
    z-index: 0;
}

/*.stage-scene-right {*/
/*    background-image:*/
/*            url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%201200%20460%27%3E%0A%20%20%3Cg%20fill%3D%27%23a9bfcc%27%20fill-opacity%3D%27.62%27%3E%0A%20%20%20%20%3Cellipse%20cx%3D%27180%27%20cy%3D%27135%27%20rx%3D%27110%27%20ry%3D%2754%27%20transform%3D%27rotate%28-10%20180%20135%29%27/%3E%0A%20%20%20%20%3Cellipse%20cx%3D%27120%27%20cy%3D%27172%27%20rx%3D%2754%27%20ry%3D%2728%27%20transform%3D%27rotate%2818%20120%20172%29%27/%3E%0A%20%20%20%20%3Cellipse%20cx%3D%27252%27%20cy%3D%27178%27%20rx%3D%2752%27%20ry%3D%2726%27%20transform%3D%27rotate%28-18%20252%20178%29%27/%3E%0A%20%20%20%20%3Cellipse%20cx%3D%27300%27%20cy%3D%27290%27%20rx%3D%2746%27%20ry%3D%2788%27%20transform%3D%27rotate%2812%20300%20290%29%27/%3E%0A%20%20%20%20%3Cellipse%20cx%3D%27560%27%20cy%3D%27136%27%20rx%3D%2792%27%20ry%3D%2746%27%20transform%3D%27rotate%28-4%20560%20136%29%27/%3E%0A%20%20%20%20%3Cellipse%20cx%3D%27636%27%20cy%3D%27215%27%20rx%3D%2754%27%20ry%3D%2788%27%20transform%3D%27rotate%288%20636%20215%29%27/%3E%0A%20%20%20%20%3Cellipse%20cx%3D%27590%27%20cy%3D%27308%27%20rx%3D%2738%27%20ry%3D%2754%27%20transform%3D%27rotate%28-8%20590%20308%29%27/%3E%0A%20%20%20%20%3Cellipse%20cx%3D%27845%27%20cy%3D%27144%27%20rx%3D%27208%27%20ry%3D%2774%27%20transform%3D%27rotate%28-2%20845%20144%29%27/%3E%0A%20%20%20%20%3Cellipse%20cx%3D%27946%27%20cy%3D%27204%27%20rx%3D%27116%27%20ry%3D%2748%27%20transform%3D%27rotate%28-6%20946%20204%29%27/%3E%0A%20%20%20%20%3Cellipse%20cx%3D%271020%27%20cy%3D%27312%27%20rx%3D%2786%27%20ry%3D%2744%27%20transform%3D%27rotate%288%201020%20312%29%27/%3E%0A%20%20%20%20%3Cellipse%20cx%3D%27765%27%20cy%3D%27122%27%20rx%3D%2734%27%20ry%3D%2718%27%20transform%3D%27rotate%28-10%20765%20122%29%27/%3E%0A%20%20%20%20%3Cellipse%20cx%3D%27704%27%20cy%3D%27112%27%20rx%3D%2728%27%20ry%3D%2714%27%20transform%3D%27rotate%28-10%20704%20112%29%27/%3E%0A%20%20%3C/g%3E%0A%20%20%3Cg%20fill%3D%27none%27%20stroke%3D%27%23b8ccd7%27%20stroke-opacity%3D%27.42%27%20stroke-width%3D%276%27%3E%0A%20%20%20%20%3Cellipse%20cx%3D%27180%27%20cy%3D%27135%27%20rx%3D%27110%27%20ry%3D%2754%27%20transform%3D%27rotate%28-10%20180%20135%29%27/%3E%0A%20%20%20%20%3Cellipse%20cx%3D%27300%27%20cy%3D%27290%27%20rx%3D%2746%27%20ry%3D%2788%27%20transform%3D%27rotate%2812%20300%20290%29%27/%3E%0A%20%20%20%20%3Cellipse%20cx%3D%27560%27%20cy%3D%27136%27%20rx%3D%2792%27%20ry%3D%2746%27%20transform%3D%27rotate%28-4%20560%20136%29%27/%3E%0A%20%20%20%20%3Cellipse%20cx%3D%27636%27%20cy%3D%27215%27%20rx%3D%2754%27%20ry%3D%2788%27%20transform%3D%27rotate%288%20636%20215%29%27/%3E%0A%20%20%20%20%3Cellipse%20cx%3D%27845%27%20cy%3D%27144%27%20rx%3D%27208%27%20ry%3D%2774%27%20transform%3D%27rotate%28-2%20845%20144%29%27/%3E%0A%20%20%20%20%3Cellipse%20cx%3D%271020%27%20cy%3D%27312%27%20rx%3D%2786%27%20ry%3D%2744%27%20transform%3D%27rotate%288%201020%20312%29%27/%3E%0A%20%20%3C/g%3E%0A%3C/svg%3E"),*/
/*            radial-gradient(circle at 82% 18%, rgba(255, 141, 196, 0.18), transparent 30%),*/
/*            radial-gradient(circle at 28% 22%, rgba(90, 200, 255, 0.16), transparent 28%),*/
/*            linear-gradient(180deg, rgba(233, 245, 255, 0.94), rgba(244, 252, 247, 0.9));*/
/*    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;*/
/*    background-size: 82% auto, auto, auto, auto;*/
/*    background-position: center 36%, center, center, center;*/
/*}*/

/*.stage-scene-right::before {*/
/*    background:*/
/*            linear-gradient(180deg, rgba(255,255,255,0.74), rgba(255,255,255,0.12));*/
/*}*/

.stage-cloud {
    background: rgba(255, 255, 255, 0.78);
    border-color: rgba(255, 255, 255, 0.78);
    box-shadow: 0 14px 28px rgba(148, 163, 184, 0.12);
}

.stage-cloud-a {
    top: 24px;
    left: 34%;
    width: 96px;
    height: 28px;
}

.stage-cloud-b {
    top: 64px;
    right: 12%;
    width: 72px;
    height: 24px;
}

.stage-cloud-c {
    bottom: 146px;
    left: 16%;
    width: 66px;
    height: 22px;
}

@media (min-width: 1024px) and (max-height: 900px) {
    .home-hero-section::before {
        opacity: 0.64;
    }

    .travel-wrapper::before {
        background-size: min(78%, 560px) auto, 16px 16px;
        background-position: right 14px top 28px, center center;
    }
}

@media (max-width: 768px) {
    .home-hero-section::before {
        background-position: center top;
        background-size: 1800px auto;
        opacity: 0.62;
    }

    .travel-wrapper::before {
        background-size: 115% auto, 14px 14px;
        background-position: center 28px, center center;
        opacity: 0.22;
    }

    .stage-scene-right {
        background-size: 96% auto, auto, auto, auto;
        background-position: center 44%, center, center, center;
    }

    .stage-cloud-a {
        top: 18px;
        left: 30%;
        width: 78px;
        height: 24px;
    }

    .stage-cloud-b {
        top: 56px;
        right: 10%;
        width: 56px;
        height: 20px;
    }

    .stage-cloud-c {
        bottom: 126px;
        left: 14%;
        width: 52px;
        height: 18px;
    }
}
}
