@charset "utf-8";

.jp-breakout {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
}

.jp-hero {
    min-height: 380px;
    background: #0b1a3b;
    background: linear-gradient(135deg, #0a1628 0%, #0d2854 30%, #132e6b 60%, #1a4a8a 100%);
    overflow: hidden;
}

.jp-hero-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    overflow: hidden; z-index: 1;
}

.jp-hero-bg .jp-line {
    position: absolute;
    background: rgba(255,255,255,.03);
    border-radius: 50%;
}

.jp-hero-bg .jp-line-1 { width: 700px; height: 700px; top: -250px; right: -150px; }
.jp-hero-bg .jp-line-2 { width: 450px; height: 450px; bottom: -180px; left: -80px; }
.jp-hero-bg .jp-line-3 {
    width: 220px; height: 220px;
    top: 50%; left: 55%;
    margin-top: -110px; margin-left: -110px;
    background: rgba(255,255,255,.02);
    animation: jp-float 6s ease-in-out infinite;
}

.jp-hero-inner {
    position: relative; z-index: 2;
    width: 1200px; margin: 0 auto;
    padding: 70px 0 55px;
    text-align: center;
}

.jp-hero-text {
    display: inline-block;
    text-align: center;
}

.jp-hero-text h1 {
    font-size: 46px; font-weight: 700; color: #fff;
    line-height: 1.25; margin-bottom: 18px;
    text-shadow: 0 2px 20px rgba(0,0,0,.3);
}

.jp-hero-text h1 em {
    font-style: normal;
    color: #ffd700;
    background: linear-gradient(180deg, #ffd700, #ffaa00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.jp-hero-text .jp-sub {
    font-size: 19px; color: rgba(255,255,255,.85);
    line-height: 1.7; margin-bottom: 28px;
}

.jp-hero-text .jp-sub b { color: #ffd700; font-weight: 700; font-size: 24px; }

.jp-hero-tags {
    overflow: hidden;
}

.jp-hero-tags span {
    display: inline-block;
    padding: 6px 18px; margin: 0 8px 10px;
    font-size: 14px; color: rgba(255,255,255,.9);
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 20px;
}

.jp-hero-tags span i { font-style: normal; color: #ffd700; margin-right: 4px; }

.jp-form-section {
    background: #fff;
    box-shadow: 0 4px 32px rgba(0,0,0,.1);
    position: relative; z-index: 10;
    margin-top: -40px;
    border-radius: 0;
}

.jp-form-inner {
    width: 1160px; margin: 0 auto;
    padding: 28px 20px 16px;
}

.jp-form-title {
    font-size: 22px; font-weight: 700; color: #1a1a2e;
    padding: 0 0 16px;
    border-bottom: 2px solid #0d6efd;
    margin-bottom: 20px;
}

.jp-tabs {
    display: flex;
    gap: 0;
    margin-bottom: 24px;
}

.jp-tab {
    cursor: pointer;
    position: relative;
}

.jp-tab input {
    position: absolute;
    opacity: 0;
    width: 0; height: 0;
}

.jp-tab span {
    display: inline-block;
    padding: 10px 36px;
    font-size: 15px; font-weight: 600;
    color: #666;
    background: #f5f7fa;
    border: 1px solid #e0e0e0;
    border-bottom: none;
    transition: all .2s;
    margin-right: -1px;
}

.jp-tab:first-child span { border-radius: 8px 0 0 0; }
.jp-tab:last-child span { border-radius: 0 8px 0 0; }

.jp-tab.active span,
.jp-tab input:checked + span {
    color: #0d6efd;
    background: #fff;
    border-color: #0d6efd;
    border-bottom: 2px solid #fff;
    margin-bottom: -1px;
    z-index: 1;
    position: relative;
}

.jp-city-row {
    display: flex;
    align-items: flex-end;
    gap: 16px;
    margin-bottom: 16px;
}

.jp-field {
    position: relative;
}

.jp-field-city {
    flex: 1;
}

.jp-field-label {
    display: block;
    font-size: 13px; font-weight: 600; color: #555;
    margin-bottom: 6px;
}

.jp-ipt {
    width: 100%;
    height: 50px; line-height: 50px;
    padding: 0 16px;
    font-size: 15px; color: #333;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    background: #fff;
    box-sizing: border-box;
    outline: none;
    transition: border-color .2s, box-shadow .2s;
}

.jp-ipt:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 3px rgba(13,110,253,.12);
}

.jp-ipt::-webkit-input-placeholder { color: #bbb; }
.jp-ipt:-moz-placeholder { color: #bbb; }
.jp-ipt::-moz-placeholder { color: #bbb; }
.jp-ipt:-ms-input-placeholder { color: #bbb; }

.jp-ipt[disabled] {
    background: #f5f7fa;
    color: #ccc;
    cursor: not-allowed;
    border-color: #eee;
}

.jp-ipt.jp-input-error {
    border-color: #e0483f;
    box-shadow: 0 0 0 3px rgba(224,72,63,.12);
}

.jp-ipt-city {
    padding-right: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='%23999'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 20px;
}

.jp-swap-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px; height: 44px;
    flex-shrink: 0;
    margin-bottom: 3px;
    background: #f0f4ff;
    border: 2px solid #d0dfff;
    border-radius: 50%;
    transition: all .2s;
}

.jp-swap-btn svg {
    width: 22px; height: 22px;
    fill: #0d6efd;
    transition: transform .3s;
}

.jp-swap-btn:hover {
    background: #0d6efd;
    border-color: #0d6efd;
}

.jp-swap-btn:hover svg {
    fill: #fff;
    transform: rotate(180deg);
}

.jp-date-row {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
}

.jp-field-date {
    flex: 1;
}

.jp-ipt-date {
    height: 50px;
}

.jp-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    background: #fff;
    border: 2px solid #0d6efd;
    border-top: none;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,.12);
    z-index: 100;
    max-height: 280px;
    overflow-y: auto;
}

.jp-dropdown.open {
    display: block;
}

.jp-dropdown-item {
    padding: 10px 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: background .15s;
    border-bottom: 1px solid #f5f5f5;
}

.jp-dropdown-item:last-child {
    border-bottom: none;
}

.jp-dropdown-item:hover,
.jp-dropdown-item.active {
    background: #f0f4ff;
}

.jp-dropdown-code {
    font-size: 15px; font-weight: 700; color: #0d6efd;
    min-width: 36px;
}

.jp-dropdown-name {
    font-size: 14px; color: #333;
}

.jp-dropdown-city {
    font-size: 12px; color: #999;
    margin-left: auto;
}

.jp-dropdown-item .jp-dropdown-domestic {
    font-size: 11px;
    color: #fff;
    background: #20c997;
    padding: 1px 6px;
    border-radius: 3px;
    margin-left: 8px;
}

.jp-dropdown-item .jp-dropdown-intl {
    font-size: 11px;
    color: #fff;
    background: #ff6b35;
    padding: 1px 6px;
    border-radius: 3px;
    margin-left: 8px;
}

.jp-multi-seg {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    margin-bottom: 16px;
}

.jp-multi-tag {
    width: 28px; height: 28px;
    line-height: 28px;
    text-align: center;
    background: #0d6efd; color: #fff;
    font-size: 13px; font-weight: 700;
    border-radius: 6px;
    flex-shrink: 0;
    margin-bottom: 11px;
}

.jp-options-row {
    display: flex;
    align-items: center;
    gap: 32px;
    padding: 16px 0;
    border-top: 1px solid #f0f0f0;
    margin-bottom: 4px;
}

.jp-options-group {
    display: flex;
    align-items: center;
    gap: 8px;
}

.jp-opt-label {
    font-size: 14px; font-weight: 600; color: #555;
    margin-right: 4px;
}

.jp-pill {
    cursor: pointer;
}

.jp-pill input {
    position: absolute;
    opacity: 0;
    width: 0; height: 0;
}

.jp-pill span {
    display: inline-block;
    padding: 7px 20px;
    font-size: 14px; font-weight: 500;
    color: #666;
    background: #f5f7fa;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    transition: all .2s;
}

.jp-pill.active span,
.jp-pill input:checked + span {
    color: #fff;
    background: #0d6efd;
    border-color: #0d6efd;
}

.jp-sel {
    height: 38px; line-height: 38px;
    padding: 0 10px;
    font-size: 14px; color: #333;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background: #fff;
    outline: none;
    box-sizing: border-box;
    min-width: 70px;
}

.jp-ck {
    font-size: 13px;
    color: #666;
    cursor: pointer;
    margin-right: 12px;
}

.jp-ck input {
    margin-right: 4px;
    vertical-align: middle;
}

.jp-contact-bar {
    display: flex;
    align-items: center;
    gap: 16px;
    background: linear-gradient(135deg, #f8faff, #f0f4ff);
    padding: 20px 24px;
    border-radius: 12px;
    border: 1px solid #e8eef8;
}

.jp-contact-fields {
    display: flex;
    gap: 12px;
    flex: 1;
}

.jp-ipt-contact {
    flex: 1;
    height: 50px; line-height: 50px;
    padding: 0 16px;
    font-size: 15px; color: #333;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    background: #fff;
    box-sizing: border-box;
    outline: none;
    transition: border-color .2s, box-shadow .2s;
}

.jp-ipt-contact:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 3px rgba(13,110,253,.12);
}

.jp-ipt-contact::-webkit-input-placeholder { color: #bbb; }
.jp-ipt-contact:-moz-placeholder { color: #bbb; }
.jp-ipt-contact::-moz-placeholder { color: #bbb; }
.jp-ipt-contact:-ms-input-placeholder { color: #bbb; }

.jp-ipt-contact.jp-input-error {
    border-color: #e0483f;
    box-shadow: 0 0 0 3px rgba(224,72,63,.12);
}

.jp-btn-submit {
    display: inline-block;
    height: 50px; line-height: 50px;
    padding: 0 40px;
    text-align: center;
    font-size: 17px; font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #0d6efd, #0a58ca);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    white-space: nowrap;
    transition: all .2s;
    box-shadow: 0 4px 16px rgba(13,110,253,.35);
}

.jp-btn-submit:hover {
    background: linear-gradient(135deg, #0b5ed7, #0948a8);
    box-shadow: 0 6px 24px rgba(13,110,253,.45);
    transform: translateY(-1px);
}

.jp-form-footer {
    text-align: center;
    padding: 12px 0 6px;
    font-size: 13px; color: #bbb;
    line-height: 1.6;
}

.jp-form-footer b { color: #e0483f; }

.jp-advantage-bar {
    background: #fff;
    box-shadow: 0 2px 20px rgba(0,0,0,.06);
    position: relative; z-index: 10;
}

.jp-advantage-inner {
    width: 1200px; margin: 0 auto;
    overflow: hidden;
}

.jp-adv-item {
    float: left; width: 25%;
    padding: 36px 24px; text-align: center;
    box-sizing: border-box;
    transition: background .3s;
}

.jp-adv-item:hover { background: #f8faff; }

.jp-adv-icon {
    width: 64px; height: 64px; margin: 0 auto 16px;
    border-radius: 50%;
    line-height: 64px; text-align: center;
}

.jp-adv-icon svg { width: 32px; height: 32px; vertical-align: middle; }

.jp-adv-icon-1 { background: linear-gradient(135deg, #0d6efd, #3d8bfd); }
.jp-adv-icon-2 { background: linear-gradient(135deg, #ff6b35, #ff9a44); }
.jp-adv-icon-3 { background: linear-gradient(135deg, #20c997, #38f9d7); }
.jp-adv-icon-4 { background: linear-gradient(135deg, #8b5cf6, #a78bfa); }

.jp-adv-item h4 { font-size: 18px; font-weight: 700; color: #1a1a2e; margin-bottom: 8px; }
.jp-adv-item p { font-size: 14px; color: #888; line-height: 1.6; }

.jp-section { padding: 65px 0; }
.jp-section-gray { background: #f5f7fa; }

.jp-section-header { text-align: center; margin-bottom: 48px; }
.jp-section-header h2 { font-size: 34px; font-weight: 700; color: #1a1a2e; margin-bottom: 12px; }
.jp-section-header h2 em { font-style: normal; color: #0d6efd; }
.jp-section-header p { font-size: 16px; color: #888; }
.jp-section-header .jp-en { display: block; font-size: 13px; color: #bbb; margin-top: 6px; text-transform: uppercase; letter-spacing: 3px; }

.jp-vip-grid { width: 1200px; margin: 0 auto; overflow: hidden; }
.jp-vip-item { float: left; width: 25%; padding: 0 15px; margin-bottom: 28px; box-sizing: border-box; }

.jp-vip-card {
    background: #fff;
    border-radius: 14px;
    padding: 32px 24px; text-align: center;
    border: 1px solid #eee;
    transition: all .3s;
    box-shadow: 0 2px 10px rgba(0,0,0,.04);
}

.jp-vip-card:hover {
    box-shadow: 0 10px 40px rgba(0,0,0,.1);
    transform: translateY(-5px);
    border-color: #0d6efd;
}

.jp-vip-icon {
    width: 68px; height: 68px; margin: 0 auto 18px;
    border-radius: 18px;
    line-height: 68px; text-align: center;
}

.jp-vip-icon svg { width: 34px; height: 34px; vertical-align: middle; }
.jp-vip-icon-1 { background: #e8f0fe; } .jp-vip-icon-1 svg { fill: #0d6efd; }
.jp-vip-icon-2 { background: #fff3e6; } .jp-vip-icon-2 svg { fill: #ff6b35; }
.jp-vip-icon-3 { background: #e6f9f1; } .jp-vip-icon-3 svg { fill: #20c997; }
.jp-vip-icon-4 { background: #f3e8ff; } .jp-vip-icon-4 svg { fill: #8b5cf6; }
.jp-vip-icon-5 { background: #ffe8e8; } .jp-vip-icon-5 svg { fill: #e0483f; }
.jp-vip-icon-6 { background: #e8f7fe; } .jp-vip-icon-6 svg { fill: #0ea5e9; }
.jp-vip-icon-7 { background: #fef3e8; } .jp-vip-icon-7 svg { fill: #f59e0b; }
.jp-vip-icon-8 { background: #e8fefe; } .jp-vip-icon-8 svg { fill: #14b8a6; }

.jp-vip-card h4 { font-size: 17px; font-weight: 700; color: #1a1a2e; margin-bottom: 8px; }
.jp-vip-card p { font-size: 13px; color: #999; line-height: 1.6; }

.jp-partners-wrap { width: 1240px; margin: 0 auto; overflow: hidden; }
.jp-partners { overflow: hidden; }
.jp-partners-item {
    float: left; width: 114px; height: 56px; margin: 0 8px 16px 8px;
    background: #fff; border: 1px solid #eee;
    border-radius: 8px;
    display: table;
    transition: all .3s;
    overflow: hidden;
}
.jp-partners-item:hover {
    box-shadow: 0 4px 14px rgba(0,0,0,.08);
    border-color: #0d6efd;
}
.jp-partners-item span { display: table-cell; vertical-align: middle; text-align: center; font-size: 13px; color: #555; font-weight: 600; padding: 0 6px; }

.jp-trust {
    background: linear-gradient(135deg, #0b1a3b, #1a4a8a);
    padding: 55px 0;
}

.jp-trust-inner { width: 1200px; margin: 0 auto; overflow: hidden; }
.jp-trust-item { float: left; width: 25%; text-align: center; color: #fff; }
.jp-trust-num { font-size: 46px; font-weight: 700; color: #ffd700; line-height: 1.2; margin-bottom: 8px; }
.jp-trust-num em { font-style: normal; font-size: 22px; color: rgba(255,255,255,.7); margin-left: 2px; }
.jp-trust-item p { font-size: 14px; color: rgba(255,255,255,.7); }

.jp-overlay {
    display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,.7);
    z-index: 9998; overflow: hidden;
}

.jp-dialog {
    display: none; position: fixed; top: 50%; left: 50%;
    width: 420px; margin-left: -210px; margin-top: -150px;
    background: #fff;
    border-radius: 16px;
    z-index: 9999; overflow: hidden;
    box-shadow: 0 24px 70px rgba(0,0,0,.3);
}

.jp-dialog-icon {
    width: 68px; height: 68px; margin: 32px auto 16px;
    background: #e6f9f1;
    border-radius: 50%;
    line-height: 68px; text-align: center;
}

.jp-dialog-icon svg { width: 34px; height: 34px; fill: #20c997; vertical-align: middle; }
.jp-dialog h3 { font-size: 22px; font-weight: 700; color: #1a1a2e; text-align: center; margin-bottom: 10px; }
.jp-dialog p { font-size: 15px; color: #888; text-align: center; line-height: 1.7; padding: 0 32px; margin-bottom: 30px; }
.jp-dialog-close {
    display: block; width: 100%; height: 52px; line-height: 52px;
    text-align: center; font-size: 16px; font-weight: 600;
    color: #fff; background: #0d6efd; cursor: pointer; border: none;
    transition: background .3s;
}
.jp-dialog-close:hover { background: #0b5ed7; }

@keyframes jp-fadeInUp { from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)} }

.jp-anim-up { animation: jp-fadeInUp .6s ease-out both; }
.jp-anim-delay-1 { animation-delay:.1s; }
.jp-anim-delay-2 { animation-delay:.2s; }
.jp-anim-delay-3 { animation-delay:.3s; }
.jp-anim-delay-4 { animation-delay:.4s; }

@keyframes jp-pulse { 0%{box-shadow:0 4px 16px rgba(224,72,63,.45)}50%{box-shadow:0 4px 32px rgba(224,72,63,.75)}100%{box-shadow:0 4px 16px rgba(224,72,63,.45)} }

@keyframes jp-float { 0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)} }

@media screen and (max-width:1220px) {
    .jp-hero-inner { width: 100%; padding: 50px 20px 40px; box-sizing:border-box; }
    .jp-form-inner { width: 100%; padding: 24px 16px 12px; box-sizing:border-box; }
    .jp-advantage-inner { width: 100%; padding: 0 16px; box-sizing:border-box; }
    .jp-vip-grid { width: 100%; padding: 0 16px; box-sizing:border-box; }
    .jp-partners-wrap { width: 100%; padding: 0 16px; box-sizing:border-box; }
    .jp-trust-inner { width: 100%; padding: 0 16px; box-sizing:border-box; }
}

@media screen and (max-width:768px) {
    .jp-city-row { flex-direction: column; }
    .jp-swap-btn { align-self: center; transform: rotate(90deg); margin: 0; }
    .jp-date-row { flex-direction: column; }
    .jp-options-row { flex-direction: column; align-items: flex-start; gap: 16px; }
    .jp-contact-bar { flex-direction: column; }
    .jp-contact-fields { width: 100%; flex-direction: column; }
    .jp-btn-submit { width: 100%; }
    .jp-multi-seg { flex-direction: column; }
    .jp-multi-tag { margin-bottom: 0; }
}
