/* @ai-generated by Codex gpt-6-astra | 2026-09-08 */
[data-brand-copy] { white-space: pre-line; overflow-wrap: anywhere; }
.brand-site .site-footer { height:auto; }
.site-footer > .brand-download-info, .site-footer > .brand-links { grid-column:1 / -1; width:100%; margin:0; }
.site-footer > .footer-copyright { position:static; transform:none; grid-column:1 / -1; order:1; text-align:center; }
.brand-links, .brand-download-info { display:flex; flex-wrap:wrap; align-items:center; gap:16px; padding:20px 0; max-width:1200px; margin:auto; }
.brand-links a, .brand-download-info a { color:inherit; text-decoration:underline; text-underline-offset:4px; }
.brand-download-info { border-top:1px solid #ffffff24; }
.brand-download-info strong { flex-basis:100%; }
#download-qr { color:#171717; }
.brand-download-info a[data-platform-download] { border:1px solid #ffffff40; border-radius:999px; padding:10px 18px; text-decoration:none; }
.brand-download-info a.is-preferred { color:#0b0e15; background:var(--gold, #f8ca06); border-color:transparent; font-weight:700; }

.brand-faq { max-width:1200px; padding:70px 24px; margin:auto; }
.brand-faq h2 { font-size:clamp(26px,4vw,40px); margin-bottom:28px; }
.brand-faq details { border:1px solid #ffffff24; border-radius:12px; padding:20px; margin:12px 0; }
.brand-faq summary { cursor:pointer; font-weight:600; }
.brand-faq p { line-height:1.8; margin-top:18px; color:#d5d5d5; }
.brand-download-dialog { width:min(460px,90vw); padding:32px; border:1px solid #555; border-radius:20px; background:#171717; color:white; text-align:center; }
.brand-download-dialog::backdrop { background:#000a; }
.brand-download-dialog button[data-close-download] { float:right; color:inherit; background:none; border:0; font-size:28px; cursor:pointer; }
.brand-download-dialog #download-qr { background:white; width:218px; padding:16px; margin:24px auto; }
.brand-download-dialog a { color:#ffde69; }
.brand-links button { color:inherit; background:none; border:0; cursor:pointer; text-decoration:underline; font:inherit; }
#brand-complaint-form label { display:block; text-align:left; margin:18px 0; }
#brand-complaint-form input, #brand-complaint-form select, #brand-complaint-form textarea { display:block; width:100%; box-sizing:border-box; padding:10px; margin-top:8px; color:#fff; background:#262626; border:1px solid #666; border-radius:6px; font:inherit; }
#brand-complaint-form button { padding:10px 18px; cursor:pointer; }
@media(max-width:700px) { .brand-links,.brand-download-info { padding:20px; gap:18px; } }

/* 光速云机场专属引流转化组件样式 */
.site-header {
    grid-template-columns: 150px 1fr auto !important;
}

.header-actions-group {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header-airport-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    height: 50px;
    gap: 6px;
    background: linear-gradient(135deg, #ff1e42 0%, #ff521d 50%, #ffa100 100%);
    border: 1.5px solid rgba(255, 255, 255, 0.45);
    border-radius: 8px;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none !important;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: 0 4px 18px rgba(255, 30, 66, 0.55), 0 0 10px rgba(255, 161, 0, 0.35);
    animation: airport-fire-glow 2.2s infinite alternate;
    transition: all 0.25s ease;
    overflow: visible;
}

.header-airport-btn:hover {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 6px 25px rgba(255, 50, 20, 0.8), 0 0 18px rgba(255, 200, 0, 0.6);
    filter: brightness(1.1);
}

@keyframes airport-fire-glow {
    0% {
        box-shadow: 0 4px 14px rgba(255, 30, 66, 0.45), 0 0 8px rgba(255, 161, 0, 0.3);
    }
    100% {
        box-shadow: 0 4px 24px rgba(255, 30, 66, 0.85), 0 0 18px rgba(255, 180, 0, 0.7);
    }
}

.header-airport-btn .airport-badge-tag {
    position: absolute;
    top: -9px;
    right: -6px;
    background: #fffb00;
    color: #b70000;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    padding: 3px 6px;
    border-radius: 999px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.45);
    border: 1.5px solid #ffffff;
    letter-spacing: 0.5px;
    white-space: nowrap;
    animation: airport-badge-bob 1.8s infinite ease-in-out;
}

@keyframes airport-badge-bob {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-3px) scale(1.08); }
}

.header-airport-btn .airport-btn-icon {
    font-size: 16px;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.4));
}

.header-airport-btn .airport-btn-title {
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    letter-spacing: 0.5px;
}

.hero-airport-hint {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 22px;
    padding: 12px 18px;
    background: linear-gradient(135deg, rgba(255, 30, 66, 0.18) 0%, rgba(248, 202, 6, 0.18) 100%);
    border: 1.5px solid rgba(255, 120, 0, 0.6);
    border-radius: 12px;
    color: #f1f1f1;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4), 0 0 15px rgba(255, 80, 0, 0.2);
    transition: all 0.25s ease;
    text-align: left;
    max-width: 620px;
    animation: hint-border-glow 3s infinite alternate;
}

@keyframes hint-border-glow {
    0% { border-color: rgba(255, 120, 0, 0.4); box-shadow: 0 4px 15px rgba(0,0,0,0.3); }
    100% { border-color: rgba(255, 200, 0, 0.85); box-shadow: 0 4px 25px rgba(255, 100, 0, 0.35); }
}

.hero-airport-hint:hover {
    background: linear-gradient(135deg, rgba(255, 30, 66, 0.28) 0%, rgba(248, 202, 6, 0.28) 100%);
    border-color: #ffe55d;
    transform: translateY(-2px);
}

.hero-airport-hint .hint-main {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.hero-airport-hint .hint-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 9px;
    background: linear-gradient(135deg, #ff2a44, #ff7a00);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(255, 50, 0, 0.4);
    flex-shrink: 0;
}

.hero-airport-hint .hint-cta {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    background: var(--gold, #f8ca06);
    color: #111;
    font-size: 13px;
    font-weight: 800;
    border-radius: 8px;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(248, 202, 6, 0.4);
    flex-shrink: 0;
}

/* 下载弹窗内置的光速云横幅 */
.modal-airport-banner {
    margin-top: 22px;
    padding: 14px 18px;
    background: linear-gradient(135deg, rgba(255, 50, 20, 0.22), rgba(248, 202, 6, 0.2));
    border: 1.5px solid rgba(255, 120, 0, 0.6);
    border-radius: 12px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    box-shadow: 0 4px 15px rgba(255, 80, 0, 0.15);
}

.modal-airport-banner-info h4 {
    margin: 0;
    font-size: 14px;
    color: var(--gold-light, #ffe55d);
    display: flex;
    align-items: center;
    gap: 4px;
}

.modal-airport-banner-info p {
    margin: 4px 0 0;
    font-size: 12px;
    color: #e0e0e0;
    line-height: 1.4;
}

.modal-airport-banner-btn {
    padding: 9px 16px;
    background: linear-gradient(135deg, #ff2a44, #ff7a00);
    color: #ffffff !important;
    border: none;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none !important;
    box-shadow: 0 2px 10px rgba(255, 50, 0, 0.4);
    transition: transform 0.2s, filter 0.2s;
    flex-shrink: 0;
}

.modal-airport-banner-btn:hover {
    transform: translateY(-1px);
    filter: brightness(1.1);
}

/* 光速云专属福利弹窗 */
.brand-airport-dialog {
    width: min(520px, 92vw);
    padding: 34px 28px;
    background: #141414;
    border: 1px solid rgba(248, 202, 6, 0.4);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.8), 0 0 30px rgba(248, 202, 6, 0.15);
}

.brand-airport-dialog[open] {
    animation: dialog-pop-in 0.32s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes dialog-pop-in {
    0% {
        opacity: 0;
        transform: scale(0.92) translateY(16px);
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.brand-airport-dialog h2 {
    margin: 0 0 6px;
    font-size: 24px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.brand-airport-dialog .dialog-tagline {
    font-size: 14px;
    color: #aaa;
    margin: 0 0 20px;
}

.airport-perks-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 22px;
    text-align: left;
}

.airport-perk-item {
    background: #1f1f1f;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 13px;
    color: #ddd;
    display: flex;
    align-items: center;
    gap: 8px;
}

.airport-promo-card {
    background: rgba(248, 202, 6, 0.05);
    border: 1.5px dashed var(--gold, #f8ca06);
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 22px;
}

.airport-promo-title {
    font-size: 13px;
    color: #aaa;
    margin-bottom: 8px;
}

.airport-code-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.airport-code-wrapper code {
    font-family: monospace;
    font-size: 26px;
    font-weight: 800;
    color: var(--gold, #f8ca06);
    letter-spacing: 2px;
    background: #252525;
    padding: 4px 14px;
    border-radius: 6px;
}

.airport-copy-btn {
    padding: 8px 14px;
    background: #333;
    color: #fff;
    border: 1px solid #555;
    border-radius: 6px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s;
}

.airport-copy-btn:hover {
    background: #444;
    border-color: #888;
}

.airport-discount-text {
    font-size: 12px;
    color: #ffe55d;
    margin-top: 8px;
}

.airport-cta-btn {
    display: block;
    width: 100%;
    padding: 14px 0;
    background: linear-gradient(135deg, #f8ca06, #ff9900);
    color: #111 !important;
    font-size: 17px;
    font-weight: 800;
    border-radius: 10px;
    text-decoration: none !important;
    box-shadow: 0 4px 20px rgba(248, 202, 6, 0.4);
    transition: all 0.25s ease;
    box-sizing: border-box;
}

.airport-cta-btn:hover {
    filter: brightness(1.1);
    transform: translateY(-1px);
    box-shadow: 0 6px 25px rgba(248, 202, 6, 0.6);
}

.airport-toast {
    margin-top: 12px;
    font-size: 13px;
    color: #4ade80;
    min-height: 20px;
}

/* 全局常驻悬浮极速专线入口 */
.floating-airport-widget {
    position: fixed;
    bottom: 26px;
    right: 24px;
    z-index: 999;
    background: linear-gradient(135deg, rgba(22, 22, 28, 0.95), rgba(35, 20, 24, 0.95));
    border: 1.5px solid rgba(255, 90, 0, 0.65);
    border-radius: 16px;
    padding: 10px 14px 10px 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.7), 0 0 22px rgba(255, 60, 0, 0.35);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    animation: floating-bounce 3.5s infinite ease-in-out;
}

@keyframes floating-bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

.floating-airport-widget:hover {
    transform: translateY(-4px) scale(1.02);
    border-color: #ffa100;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.8), 0 0 28px rgba(255, 100, 0, 0.55);
}

.floating-widget-close {
    position: absolute;
    top: -8px;
    left: -8px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #2a2a2a;
    border: 1px solid #666;
    color: #ccc;
    font-size: 13px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    transition: all 0.2s;
}

.floating-widget-close:hover {
    background: #ff3b30;
    color: #fff;
    border-color: #ff3b30;
}

.floating-widget-badge {
    position: absolute;
    top: -10px;
    right: 14px;
    background: linear-gradient(135deg, #ff1e42, #ff8008);
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    padding: 2px 8px;
    border-radius: 999px;
    border: 1px solid #ffffff;
    box-shadow: 0 2px 6px rgba(255, 30, 66, 0.5);
    letter-spacing: 0.5px;
}

.floating-widget-inner {
    display: flex;
    align-items: center;
    gap: 10px;
}

.floating-widget-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: linear-gradient(135deg, #ff2a44, #ff8800);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    box-shadow: 0 2px 8px rgba(255, 60, 0, 0.4);
    flex-shrink: 0;
}

.floating-widget-text {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.floating-widget-text strong {
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    white-space: nowrap;
}

.floating-widget-text span {
    font-size: 11px;
    color: #ffe55d;
    margin-top: 2px;
    white-space: nowrap;
}

.floating-widget-btn {
    padding: 6px 12px;
    background: linear-gradient(135deg, #f8ca06, #ff9900);
    color: #111;
    font-size: 12px;
    font-weight: 800;
    border-radius: 8px;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(248, 202, 6, 0.4);
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .header-actions-group {
        gap: 8px;
    }
    .header-airport-btn {
        height: clamp(34px, 8vw, 44px);
        padding: 0 clamp(8px, 2.5vw, 14px);
        font-size: clamp(12px, 3.2vw, 14px);
    }
    .header-airport-btn .airport-badge-tag {
        top: -7px;
        right: -4px;
        font-size: 9px;
        padding: 2px 5px;
    }
    .airport-perks-grid {
        grid-template-columns: 1fr;
    }
    .hero-airport-hint {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 12px 14px;
    }
    .hero-airport-hint .hint-cta {
        align-self: flex-end;
    }
    .floating-airport-widget {
        bottom: 16px;
        right: 12px;
        left: 12px;
        padding: 8px 12px;
    }
    .floating-widget-text strong {
        font-size: 13px;
    }
    .floating-widget-text span {
        font-size: 11px;
    }
    .floating-widget-btn {
        padding: 5px 10px;
        font-size: 11px;
    }
}


