/* --- 全域變數 --- */
/* #okgo-clpe-page {
    font-size: 14px;
}

@media (min-width: 414px) {
    #okgo-clpe-page {
        font-size: clamp(14px, 3.8vw, 18px);
    }
}

@media (min-width: 768px) {
    #okgo-clpe-page {
        font-size: 18px;
    }
} */

/* =========================
   RESET
========================= */

#okgo-clpe-page  {
    scroll-behavior: smooth;
    font-family: "PingFang HK", "Microsoft JhengHei", Arial, sans-serif;
    background: #faf7f2;
    color: #222;
    /* line-height: 1.6; */
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.charge-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
}

#okgo-clpe-page svg {
    width: 1.6em;
    height: 1.6em;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* =========================
   HEADER
========================= */

#okgo-clpe-page .header {
    height: 72px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
}

#okgo-clpe-page .logo {
    font-size: 2.571rem;
    font-weight: 900;
    letter-spacing: -2px;
}

#okgo-clpe-page .logo span {
    color: #ff7200;
}

#okgo-clpe-page .menu {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    background: #ff7200;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* =========================
   HERO
========================= */

#okgo-clpe-page .hero {
    padding-bottom: 20px;
    max-width: 768px;
}

#okgo-clpe-page .hero-box {
    background: linear-gradient(145deg, #fff7ed, #fff);
    border-radius:0 0 32px 32px;
    padding: 45px 25px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

#okgo-clpe-page .hero-box:after {
    content: "";
    position: absolute;
    width: 230px;
    height: 230px;
    right: -80px;
    top: 50px;
    background: #ffb100;
    border-radius: 50%;
    opacity: .15;
}

#okgo-clpe-page .hero-tag {
    display: inline-block;
    color: #ff7200;
    background: #fff;
    border-radius: 30px;
    padding: 8px 18px;
    font-size: 1.429rem;
    font-weight: 700;
}

#okgo-clpe-page .hero h1 {
    margin-top: 25px;
    font-size: 3.286rem;
    line-height: 1.15;
    font-weight: 900;
}

#okgo-clpe-page .hero h2 {
    margin-top: 15px;
    font-size: 2.143rem;
    font-weight: bold;
}

#okgo-clpe-page .hero h2 span {
    font-size: 5.143rem;
    color: #ff7200;
    line-height: 1;
}

#okgo-clpe-page .hero p {
    margin-top: 25px;
    font-size: 1.35rem;
    color: #333;
}

#okgo-clpe-page .container {
    padding: 0 1rem;
    max-width: 768px;
    margin: 0 auto;
}

/* =========================
   MAIN OFFER
========================= */

#okgo-clpe-page .main-offer {
    background: #fff;
    border-radius: 32px;
    padding: 25px 15px;
    text-align: center;
    box-shadow: 0 20px 45px rgba(0, 0, 0, .06);
}

#okgo-clpe-page .offer-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #ff7200;
    font-size: 1.571rem;
    font-weight: 800;
}

#okgo-clpe-page .offer-title svg {
    color: #ff7200;
}

#okgo-clpe-page .main-offer h2 {
    margin-top: 10px;
    font-size: 2.143rem;
}

#okgo-clpe-page .big-price {
    margin-top: 10px;
    font-size: 5.714rem;
    font-weight: bold;
    color: #222;
    letter-spacing: -3px;
}

#okgo-clpe-page .unit-price {
    font-size: 2.714rem;
    font-weight: bold;
    color: #e93645;
}

#okgo-clpe-page .original {
    font-size: 1.714rem;
    margin-top: 10px;
    color: #999;
    text-decoration: line-through;
}

/* =========================
   NOTICE
========================= */

#okgo-clpe-page .notice {
    margin: 10px 0;
    padding: 1rem;
    border-radius: 20px;
    background: #fff4e5;
    color: #ff7200;
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: left;
    font-size: 1.071rem;
}

/* =========================
   RECHARGE
========================= */

#okgo-clpe-page .recharge {
    margin-top: 35px;
    padding: 20px 0;
    border-radius: 32px;
}

#okgo-clpe-page .notice-text {
    font-size: 1.25rem;
}

#okgo-clpe-page .recharge h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

#okgo-clpe-page .recharge-list {
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
}

#okgo-clpe-page .recharge-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    font-size: 1.429rem;
    border-bottom: 1px solid #eee;
}

#okgo-clpe-page .recharge-row:last-child {
    border: none;
}

#okgo-clpe-page .recharge-row strong {
    color: #e93645;
    font-size: 1.8rem;
}

#okgo-clpe-page .recharge-row span {
    display: block;
    font-size: 1.25rem;
    color: #555;
    text-align: right;
}

#okgo-clpe-page .recharge-row.highlight {
    /* background:#fff7ee; */
}

#okgo-clpe-page .recharge-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #999;
    font-size: 1rem;
    padding: 10px 15px;
    border-top: 1px solid #eee;
    margin: 0;
}

#okgo-clpe-page .recharge-note svg {
    width: 1.1em;
    height: 1.1em;
    flex-shrink: 0;
}

/* =========================
   EXTRA BENEFIT
========================= */

#okgo-clpe-page .extra-benefit {
    padding: 6px;
    border-radius: 24px;
    background: linear-gradient(135deg, #fff0df, #fff);
    border: 1px solid #ffd5a8;
    display: flex;
    align-items: center;
    gap: 18px;
}

#okgo-clpe-page .benefit-icon {
    width: 45px;
    height: 45px;
    background: #ff7200;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#okgo-clpe-page .benefit-icon svg {
    width: 2em;
    height: 2em;
}

#okgo-clpe-page .extra-benefit h3 {
    color: #ff7200;
    font-size: 1.571rem;
}

/* =========================
   PROCESS
========================= */

#okgo-clpe-page .process {
    margin-top: 50px;
}

#okgo-clpe-page .section-title {
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 22px;
}

@media (max-width: 480px) {
    #okgo-clpe-page .section-title {
        font-size: 1.786rem;
    }
}

#okgo-clpe-page .station-title {
    text-align: center;
}

#okgo-clpe-page .step {
    display: flex;
    position: relative;
    margin-bottom: 45px;
}

#okgo-clpe-page .step:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 21px;
    top: 44px;
    height: 100px;
    border-left: 2px dashed #ff7200;
}

#okgo-clpe-page .step-number {
    width: 44px;
    height: 44px;
    background: #ff7200;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.429rem;
    font-weight: bold;
}

#okgo-clpe-page .step-content {
    padding-left: 18px;
    flex: 1;
}

#okgo-clpe-page .step-content h3 {
    font-size: 1.4rem;
    margin-bottom: 12px;
}

/* =========================
   APP BUTTON
========================= */

#okgo-clpe-page .app-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #ff7200;
    color: #fff;
    padding: 0.8rem 2.5rem;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 15px;
    position: relative;
    overflow: hidden;
    font-size: 1rem;
}

/* =========================
   SHINE ANIMATION
========================= */

#okgo-clpe-page .app-button::before,
#okgo-clpe-page .whatsapp-button::before,
#okgo-clpe-page .download-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 80%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.5), transparent);
    transform: skewX(-20deg);
    animation: shine 3s ease-in-out infinite;
}

@keyframes shine {
    0% { left: -150%; }
    60% { left: 150%; }
    100% { left: 150%; }
}

/* =========================
   BANK
========================= */

#okgo-clpe-page .bank-box {
    background: #fff4e8;
    padding: 1rem;
    border-radius: 22px;
}

#okgo-clpe-page .bank-row {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

#okgo-clpe-page .bank-row strong {
    color: #ff7200;
}

#okgo-clpe-page .copy-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

#okgo-clpe-page .copy-button {
    border: none;
    background: #ff7200;
    color: #fff;
    padding: 7px 16px;
    border-radius: 20px;
    margin-left: 5px;
}

/* =========================
   SUBMIT
========================= */

#okgo-clpe-page .submit-box {
    background: #fff4e8;
    border: 1px solid #ffd6ad;
    padding: 1rem;
    border-radius: 24px;
}

#okgo-clpe-page .submit-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.125rem;
    font-weight: bold;
    color: #e93645;
    margin-bottom: 18px;
}

#okgo-clpe-page .submit-item {
    background: #fff;
    padding: 8px;
    border-radius: 15px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.05rem;
    font-weight: bold;
    color: #ff7200;
}

#okgo-clpe-page .submit-box p {
    font-size: 1rem;
}

/* =========================
   CTA
========================= */

#okgo-clpe-page .action-area {
    margin-top: 30px;
}

#okgo-clpe-page .whatsapp-button {
    background: #18ae52;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    border-radius: 99px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

#okgo-clpe-page .whatsapp-icon {
    width: 45px;
    height: 45px;
    background: #fff;
    color: #18ae52;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#okgo-clpe-page .whatsapp-button strong {
    display: block;
    font-size: 1.429rem;
}

#okgo-clpe-page .whatsapp-desc {
    font-size: 1.286rem;
}

#okgo-clpe-page .download-button {
    margin-top: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #ff7200;
    color: white;
    padding: 18px;
    border-radius: 99px;
    font-weight: bold;
    font-size: 1.429rem;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

/* =========================
   STATION
========================= */

#okgo-clpe-page .station-section {
    margin-top: 50px;
}

#okgo-clpe-page .station-desc {
    color: #666;
    font-size: 1.286rem;
    margin-bottom: 20px;
    text-align: center;
}

#okgo-clpe-page .station-specs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    margin-bottom: 22px;
    flex-wrap: wrap;
}

#okgo-clpe-page .spec-item {
    padding: 5px 16px;
    border-radius: 15px;
    display: flex;
    gap: 2px;
    align-items: center;
    font-size: 1.143rem;
    font-weight: bold;
    color: #ff7200;
}

#okgo-clpe-page .station-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    overflow: auto;
    margin-bottom: 22px;
}

#okgo-clpe-page .station-tabs button {
    font-size: 1.143rem;
    font-weight: bold;
    border: none;
    background: #fff;
    padding: 6px 26px;
    border-radius: 30px;
    cursor: pointer;
}

#okgo-clpe-page .station-tabs .active {
    background: #ff7200;
    color: #fff;
}

#okgo-clpe-page .station-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

#okgo-clpe-page .station-card {
    background: #fff;
    padding: 12px;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
}

#okgo-clpe-page .station-card svg {
    width: 1em;
    height: 1em;
}

#okgo-clpe-page .station-location {
    color: #333;
    font-size: 1.125rem;
    font-weight: bold;
}

#okgo-clpe-page .station-card h3 {
    font-size: 1.286rem;
    margin: 2px 0 0;
}

#okgo-clpe-page .station-data {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 6px;
    margin: 8px 0;
}

#okgo-clpe-page .station-data div {
    padding: 4px 8px;
    border-radius: 10px;
    display: flex;
    gap: 4px;
    align-items: center;
    font-size: 1rem;
}

#okgo-clpe-page .parking-info {
    margin-top: 6px;
    margin-bottom: 6px;
    color: #ff7200;
    font-weight: bold;
    font-size: 1rem;
    display: flex;
    gap: 4px;
    align-items: center;
}

#okgo-clpe-page .nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    margin-top: auto;
    background: #0a1033;
    color: #fff;
    font-weight: bold;
    font-size: 1.125rem;
    text-decoration: none;
    padding: 7px;
    border-radius: 14px;
    width: 100%;
}

/* =========================
   SERVICE
========================= */

#okgo-clpe-page .service {
    margin-top: 40px;
    background: #fff;
    padding: 15px;
    border-radius: 30px;
}

#okgo-clpe-page .complaint {
    display: flex;
    gap: 1rem;
    align-items: center;
}

#okgo-clpe-page .service-icon {
    width: 60px;
    height: 60px;
    background: #fff0df;
    color: #ff7200;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

#okgo-clpe-page .complaint h2 {
    color: #ff7200;
}

#okgo-clpe-page .complaint strong {
    color: #ff7200;
    font-size: 1.286rem;
}

#okgo-clpe-page .service-divider {
    border-top: 2px dashed #ddd;
    margin: 20px 0;
}

#okgo-clpe-page .phone-button {
    margin-top: 0;
    background: #0a1033;
    color: #fff;
    padding: 18px;
    border-radius: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

#okgo-clpe-page .phone-button > div {
    display: flex;
    flex-direction: column;
    line-height: 1.5;
    text-align: left;
}

#okgo-clpe-page .service-title {
    font-size: 1.429rem;
    font-weight: 900;
}

#okgo-clpe-page .service-phone {
    font-size: 1.286rem;
    font-weight: 900;
}

#okgo-clpe-page .email-link {
    color: #ff7200;
    text-decoration: none;
}

#okgo-clpe-page .service-title {
    font-size: 1.5rem;
}

#okgo-clpe-page .service-desc {
    font-size: 1rem;
}

/* ==========================================================================
   PC 桌面端響應式佈局 (≥1024px)
   ========================================================================== */
@media (min-width: 1024px) {
    #okgo-clpe-page { background: #fff; }

    #okgo-clpe-page .hero {
        max-width: 100%;
        margin: 0;
    }

    #okgo-clpe-page .hero-box {
        padding: 80px 64px;
        border-radius: 0;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #okgo-clpe-page .hero h1 {
        font-size: 3.8rem;
    }

    #okgo-clpe-page .hero h2 {
        font-size: 2.6rem;
    }

    #okgo-clpe-page .hero h2 span {
        font-size: 6rem;
    }

    #okgo-clpe-page .hero p {
        font-size: 1.5rem;
    }

    #okgo-clpe-page .container {
        max-width: 1200px;
        padding: 0 40px;
    }

    #okgo-clpe-page .main-offer {
        padding: 40px 32px;
        border-radius: 36px;
    }

    #okgo-clpe-page .main-offer h2 {
        font-size: 2.6rem;
    }

    #okgo-clpe-page .big-price {
        font-size: 6.8rem;
    }

    #okgo-clpe-page .recharge-row {
        padding: 16px 24px;
        font-size: 1.5rem;
    }

    #okgo-clpe-page .recharge-row strong {
        font-size: 2rem;
    }

    #okgo-clpe-page .extra-benefit {
        padding: 20px 24px;
        border-radius: 28px;
    }

    #okgo-clpe-page .extra-benefit h3 {
        font-size: 1.8rem;
    }

    /* 流程橫排 */
    #okgo-clpe-page .process {
        margin-top: 60px;
    }

    #okgo-clpe-page .action-area {
        display: flex;
        gap: 20px;
    }

    #okgo-clpe-page .whatsapp-button,
    #okgo-clpe-page .download-button {
        flex: 1;
        margin-top: 0;
    }

    #okgo-clpe-page .download-button {
        margin-top: 0;
    }

    /* 充電站 4 列 */
    #okgo-clpe-page .station-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 18px;
    }

    #okgo-clpe-page .station-card {
        padding: 18px;
        border-radius: 20px;
    }

    #okgo-clpe-page .station-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    }

    /* 客服區雙欄 */
    #okgo-clpe-page .service {
        padding: 28px;
        border-radius: 32px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
        align-items: start;
    }

    #okgo-clpe-page .service-divider {
        display: none;
    }

    #okgo-clpe-page .phone-button:hover {
        background: #161a4a;
    }

    #okgo-clpe-page .app-button:hover {
        background: #e06600;
    }

    #okgo-clpe-page .whatsapp-button:hover {
        background: #14a04a;
    }

    #okgo-clpe-page .download-button:hover {
        background: #e06600;
    }

    #okgo-clpe-page .site-footer { margin-top: 0; }
}

/* =========================
   FOOTER
========================= */
/* 
#okgo-clpe-page footer {
    margin-top: 50px;
    background: #454545;
    color: #fff;
    padding: 40px 25px;
}

#okgo-clpe-page .footer-text {
    font-size: 1.125rem;
}

#okgo-clpe-page .footer-logo {
    color: white;
    font-size: 2.429rem;
    font-weight: 900;
}

#okgo-clpe-page .footer-logo span {
    color: #ff7200;
}

#okgo-clpe-page .footer-phone {
    margin-top: 25px;
    color: #ff7200;
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 1.286rem;
}

#okgo-clpe-page .copyright {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #333;
    text-align: center;
} */
