/*--------------------------------------------------------------
# Dream Pass Page Styles
# Brand Colors: #006666 (dark teal), #339999 (teal), #47b2e4 (blue), #37517e (navy)
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
.dp-hero {
    background: linear-gradient(135deg, #004d4d 0%, #006666 40%, #007777 100%);
    padding: 140px 0 80px;
    position: relative;
    overflow: hidden;
    min-height: 70vh;
    display: flex;
    align-items: center;
}
.dp-hero::before {
    content: "";
    position: absolute;
    top: -40%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(71,178,228,0.12) 0%, transparent 65%);
    pointer-events: none;
}
.dp-hero::after {
    content: "";
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255,215,0,0.06) 0%, transparent 65%);
    pointer-events: none;
}
.dp-hero-badge {
    display: inline-block;
    background: rgba(71,178,228,0.18);
    color: #7dd3f0;
    border: 1px solid rgba(71,178,228,0.35);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 6px 18px;
    border-radius: 50px;
    margin-bottom: 22px;
}
.dp-hero h1 {
    color: #fff;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}
.dp-hero p {
    color: rgba(255,255,255,0.82);
    font-size: 17px;
    line-height: 1.9;
    margin-bottom: 36px;
}
.dp-btn-primary {
    display: inline-block;
    background: #47b2e4;
    color: #fff;
    padding: 13px 36px;
    border-radius: 50px;
    font-family: "Jost", sans-serif;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.5px;
    transition: 0.3s;
    border: 2px solid #47b2e4;
    text-align: center;
}
.dp-btn-primary:hover {
    background: #209dd8;
    border-color: #209dd8;
    color: #fff;
}
.dp-btn-outline {
    display: inline-block;
    background: transparent;
    color: #fff;
    padding: 13px 36px;
    border-radius: 50px;
    font-family: "Jost", sans-serif;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.5px;
    transition: 0.3s;
    border: 2px solid rgba(255,255,255,0.5);
}
.dp-btn-outline:hover {
    border-color: #47b2e4;
    color: #47b2e4;
}

/* 10th Anniversary Badge */
.dp-hero-badge-10 {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle at 30% 30%, #b8860b, #ffd700 40%, #b8860b);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255,215,0,0.15), 0 0 0 18px rgba(255,215,0,0.06), 0 20px 60px rgba(0,0,0,0.3);
    position: relative;
}
.dp-10-num {
    font-family: "Jost", sans-serif;
    font-size: 90px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    text-shadow: 2px 4px 12px rgba(0,0,0,0.3);
}
.dp-10-th {
    font-family: "Jost", sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-top: -8px;
    line-height: 1;
}
.dp-10-text {
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    font-weight: 600;
    color: rgba(255,255,255,0.88);
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-top: 6px;
}

@media (max-width: 768px) {
    .dp-hero { padding: 120px 0 60px; min-height: auto; }
    .dp-hero h1 { font-size: 32px; }
    .dp-hero-badge-10 { width: 160px; height: 160px; }
    .dp-10-num { font-size: 64px; }
}

/*--------------------------------------------------------------
# Section Title helpers
--------------------------------------------------------------*/
.dp-section-title {
    font-size: 28px;
    font-weight: 700;
    color: #006666;
    margin-bottom: 8px;
}
.dp-section-sub {
    font-size: 17px;
    font-weight: 600;
    color: #37517e;
    margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Intro
--------------------------------------------------------------*/
.dp-intro { padding: 70px 0; }
.dp-intro p { color: #555; line-height: 1.8; margin-bottom: 10px; }
.dp-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.dp-feature-item {
    background: #fff;
    border: 1px solid #e8f0f0;
    border-radius: 12px;
    padding: 28px 20px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,102,102,0.07);
    transition: 0.3s;
}
.dp-feature-item:hover { transform: translateY(-4px); box-shadow: 0 8px 30px rgba(0,102,102,0.13); }
.dp-feature-item i {
    font-size: 34px;
    color: #006666;
    display: block;
    margin-bottom: 12px;
}
.dp-feature-item span {
    font-size: 14px;
    color: #37517e;
    font-weight: 600;
    line-height: 1.6;
}
@media (max-width: 576px) { .dp-features-grid { grid-template-columns: 1fr 1fr; gap: 12px; } }

/*--------------------------------------------------------------
# Plans
--------------------------------------------------------------*/
.dp-plans { padding: 70px 0; }
.dp-plan-card {
    background: #fff;
    border-radius: 16px;
    padding: 36px 28px;
    text-align: center;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    border: 2px solid transparent;
    transition: 0.35s;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.dp-plan-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: #006666;
}
.dp-plan-card:hover {
    transform: translateY(-8px);
    border-color: #339999;
    box-shadow: 0 16px 48px rgba(0,102,102,0.15);
}
.dp-plan-tag {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #339999;
    background: #e8f5f5;
    padding: 4px 14px;
    border-radius: 20px;
    margin-bottom: 16px;
}
.dp-tag-hot { background: #fff3e0; color: #e65100; }
.dp-tag-biz { background: #e8f5e9; color: #1b5e20; }
.dp-tag-vip { background: #fff8e1; color: #b8860b; }

.dp-plan-name {
    font-size: 22px;
    font-weight: 800;
    color: #37517e;
    margin-bottom: 12px;
    letter-spacing: 1px;
}
.dp-plan-price {
    font-size: 36px;
    font-weight: 700;
    color: #006666;
    font-family: "Jost", sans-serif;
    margin-bottom: 8px;
}
.dp-plan-points {
    font-size: 14px;
    color: #555;
    margin-bottom: 16px;
}
.dp-plan-points strong { color: #006666; font-size: 16px; }
.dp-plan-rebate {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
    margin-bottom: 16px;
}
.dp-rebate-num {
    font-size: 48px;
    font-weight: 800;
    font-family: "Jost", sans-serif;
    color: #339999;
    line-height: 1;
}
.dp-rebate-label {
    font-size: 15px;
    font-weight: 600;
    color: #339999;
}
.dp-plan-icon { font-size: 32px; color: #47b2e4; margin-bottom: 10px; }
.dp-plan-desc { font-size: 13px; color: #777; margin-bottom: 24px; flex: 1; }

.dp-plan-btn {
    display: inline-block;
    padding: 11px 34px;
    border-radius: 50px;
    border: 2px solid #339999;
    color: #339999;
    font-family: "Jost", sans-serif;
    font-weight: 600;
    font-size: 14px;
    transition: 0.3s;
    width: 100%;
    text-align: center;
}
.dp-plan-btn:hover { background: #339999; color: #fff; }
.dp-plan-btn-featured { background: #47b2e4; border-color: #47b2e4; color: #fff; }
.dp-plan-btn-featured:hover { background: #209dd8; border-color: #209dd8; color: #fff; }
.dp-plan-btn-vip { background: #b8860b; border-color: #b8860b; color: #fff; }
.dp-plan-btn-vip:hover { background: #9a700a; border-color: #9a700a; color: #fff; }

/* Popular card highlight */
.dp-plan-popular::before { background: #47b2e4; }
.dp-plan-popular { border-color: #47b2e4; }
.dp-plan-popular .dp-plan-name { color: #1a3a5c; }
.dp-plan-popular .dp-rebate-num { color: #47b2e4; }
.dp-plan-popular .dp-rebate-label { color: #47b2e4; }

/* VIP card highlight */
.dp-plan-vip::before { background: linear-gradient(90deg, #b8860b, #ffd700, #b8860b); }
.dp-plan-vip { border-color: rgba(184,134,11,0.3); }
.dp-plan-vip .dp-plan-price { color: #b8860b; }
.dp-plan-vip .dp-rebate-num { color: #b8860b; }
.dp-plan-vip .dp-rebate-label { color: #b8860b; }
.dp-plan-vip .dp-plan-icon { color: #ffd700; }

/*--------------------------------------------------------------
# Usage
--------------------------------------------------------------*/
.dp-usage { padding: 70px 0; }
.dp-usage-list { margin-top: 20px; }
.dp-usage-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 16px;
    box-shadow: 0 3px 16px rgba(0,102,102,0.07);
    transition: 0.3s;
}
.dp-usage-item:hover { transform: translateX(6px); box-shadow: 0 6px 24px rgba(0,102,102,0.12); }
.dp-usage-item i {
    font-size: 28px;
    color: #006666;
    flex-shrink: 0;
    margin-top: 2px;
}
.dp-usage-item h5 { font-size: 15px; font-weight: 700; color: #37517e; margin-bottom: 4px; }
.dp-usage-item p { font-size: 13px; color: #666; margin: 0; }

.dp-highlight-box {
    background: linear-gradient(135deg, #006666 0%, #004d4d 100%);
    border-radius: 20px;
    padding: 60px 48px;
    text-align: center;
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 12px 48px rgba(0,102,102,0.25);
}
.dp-highlight-box h3 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 4px;
    color: rgba(255,255,255,0.7);
    margin-bottom: 8px;
}
.dp-highlight-box h4 {
    font-size: 34px;
    font-weight: 800;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 20px;
}
.dp-highlight-box p {
    font-size: 15px;
    color: rgba(255,255,255,0.78);
    margin: 0;
    line-height: 1.7;
}

/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/
.dp-faq { padding: 70px 0; }
.dp-faq-item {
    background: #fff;
    border-radius: 10px;
    padding: 22px 24px;
    margin-bottom: 14px;
    box-shadow: 0 2px 14px rgba(0,0,0,0.06);
    border-left: 4px solid #339999;
    transition: 0.3s;
}
.dp-faq-item:hover { border-left-color: #47b2e4; box-shadow: 0 6px 24px rgba(0,102,102,0.1); }
.dp-faq-item h5 {
    font-size: 15px;
    font-weight: 700;
    color: #37517e;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.dp-faq-q {
    background: #339999;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
    flex-shrink: 0;
}
.dp-faq-item p { font-size: 13.5px; color: #555; margin: 0; line-height: 1.75; }

/*--------------------------------------------------------------
# Booking Flow
--------------------------------------------------------------*/
.dp-flow { padding: 70px 0; }
.dp-flow-steps {
    display: flex;
    align-items: flex-start;
    gap: 0;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}
.dp-flow-step {
    flex: 1;
    min-width: 150px;
    max-width: 200px;
    text-align: center;
    padding: 20px 12px;
}
.dp-flow-num {
    width: 52px;
    height: 52px;
    background: #006666;
    color: #fff;
    border-radius: 50%;
    font-family: "Jost", sans-serif;
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    box-shadow: 0 4px 16px rgba(0,102,102,0.25);
}
.dp-flow-step h5 { font-size: 14px; font-weight: 700; color: #37517e; margin-bottom: 8px; }
.dp-flow-step p { font-size: 12.5px; color: #666; line-height: 1.65; margin: 0; }
.dp-flow-arrow {
    display: flex;
    align-items: center;
    padding-top: 16px;
    color: #339999;
    font-size: 22px;
}
@media (max-width: 768px) {
    .dp-flow-steps { flex-direction: column; align-items: center; }
    .dp-flow-arrow { transform: rotate(90deg); }
    .dp-flow-step { max-width: 100%; width: 100%; }
}

/*--------------------------------------------------------------
# CTA
--------------------------------------------------------------*/
.dp-cta {
    background: linear-gradient(rgba(0,77,77,0.93), rgba(0,77,77,0.93)),
                url("../img/cta-bg.jpg") center center fixed;
    background-size: cover;
    padding: 80px 0;
}
.dp-cta-tagline {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.65);
    text-transform: uppercase;
    margin-bottom: 10px;
}
.dp-cta h2 {
    font-family: "Jost", sans-serif;
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    font-style: italic;
    margin-bottom: 12px;
}
.dp-cta-sub {
    font-size: 16px;
    color: rgba(255,255,255,0.82);
    margin-bottom: 8px;
}
.dp-cta-note {
    font-size: 12px;
    color: rgba(255,255,255,0.45);
    margin: 0;
}
.dp-contact-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
}
.dp-contact-links a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,0.85);
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s;
    background: rgba(255,255,255,0.08);
    padding: 10px 16px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.12);
}
.dp-contact-links a:hover {
    background: rgba(71,178,228,0.2);
    border-color: rgba(71,178,228,0.4);
    color: #fff;
}
.dp-contact-links a i { font-size: 16px; color: #47b2e4; }

@media (max-width: 768px) {
    .dp-cta h2 { font-size: 34px; }
}

@media (max-width: 1024px) {
    .dp-cta { background-attachment: scroll; }
}
