/* =========================================
   Pricing Page Styles
   ========================================= */

.pricing-section {
    padding-top: 160px;
    padding-bottom: 120px;
    background-color: #ffffff;
}

.pricing-header {
    margin-bottom: 60px;
    text-align: center;
}

.pricing-title {
    font-size: 3.2rem;
    letter-spacing: -0.02em;
    font-weight: 700;
    color: #1d1d1f;
    text-align: center;
}

.pricing-desc {
    font-size: 1.2rem;
    color: #86868b;
    margin-top: 16px;
    text-align: center;
}

.pricing-sub-desc {
    font-size: 1rem;
    color: #6e6e73;
    margin-top: 12px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.text-green-bold {
    color: #1d4d32;
    font-weight: 700;
}

/* Pricing Grid */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1000px;
    margin: 0 auto 60px;
}

/* Common Card Styles */
.pricing-card {
    border-radius: 24px;
    padding: 36px 28px;
    display: flex;
    flex-direction: column;
}

/* Standard Card */
.pricing-card-standard {
    background: linear-gradient(180deg, #2d4a35 0%, #1e3527 100%);
    color: white !important;
}

.pricing-card-standard h3,
.pricing-card-standard .pricing-amount,
.pricing-card-standard .pricing-unit,
.pricing-card-standard li,
.pricing-card-standard strong,
.pricing-card-standard span,
.pricing-card-standard div {
    color: white !important;
}

/* Specific override for gold icon if needed, but icon classes usually separate */
.pricing-card-standard .pricing-icon-gold {
    color: #c9a962 !important;
}

.pricing-card-title-white {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: white;
}

.pricing-price-wrapper {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
}

.pricing-unit {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.9);
}

.pricing-amount {
    font-size: 2rem;
    font-weight: 800;
    color: white;
}

.pricing-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    flex: 1;
}

.pricing-item-white {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 0.95rem;
    color: #ffffff !important;
}

.pricing-icon-gold {
    color: #c9a962;
}

.pricing-footer-white {
    font-size: 0.85rem;
    color: #ffffff !important;
    margin-bottom: 20px;
    line-height: 1.5;
    opacity: 0.9;
}

.btn-white-pill-sm {
    display: block;
    text-align: center;
    background: white;
    color: #1e3527;
    padding: 14px 24px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
}

/* Premium Card */
.pricing-card-premium {
    background: white;
    border: 1px solid #e5e5e5;
}

.pricing-card-title-dark {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1d1d1f;
    margin-bottom: 8px;
}

.pricing-subtitle {
    font-size: 1rem;
    color: #86868b;
}

.popular-badge {
    display: inline-block;
    background: #fff3e0;
    color: #e65100;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-top: 12px;
}

.pricing-item-dark {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 0.95rem;
    color: #1d1d1f;
}

.pricing-icon-green {
    color: #1d4d32;
}

.pricing-footer-gray {
    font-size: 0.85rem;
    color: #86868b;
    margin-bottom: 20px;
    line-height: 1.5;
}

.btn-outline-green {
    display: block;
    text-align: center;
    background: white;
    color: #1d4d32;
    padding: 14px 24px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid #1d4d32;
}

/* Options Card */
.pricing-item-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
    font-size: 0.95rem;
    color: #1d1d1f;
}

.btn-outline-green.mt-auto {
    margin-top: auto;
}

/* Size Pricing Layout */
.pricing-size-container {
    max-width: 900px;
    margin: 0 auto 40px;
}

.pricing-size-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

.pricing-size-row.last {
    margin-bottom: 0;
}

.pricing-size-card {
    background: white;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    padding: 30px 24px;
    text-align: center;
}

.pricing-size-title {
    font-size: 1.8rem;
    font-weight: 800;
    color: #1d1d1f;
    margin-bottom: 6px;
}

.pricing-size-desc {
    font-size: 0.9rem;
    color: #86868b;
    margin-bottom: 16px;
}

.pricing-size-info {
    margin-bottom: 20px;
}

.pricing-size-info p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 0.95rem;
    color: #1d1d1f;
    margin-bottom: 8px;
}

.pricing-size-info p:last-child {
    margin-bottom: 0;
}

.btn-outline-sm {
    display: block;
    padding: 12px 20px;
    border: 2px solid #1d4d32;
    border-radius: 50px;
    color: #1d4d32;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.95rem;
}

/* Featured Size Card (30py) */
.pricing-size-featured {
    background: linear-gradient(180deg, #2d4a35 0%, #1e3527 100%);
    border-radius: 24px;
    padding: 40px;
    text-align: center;
    color: white;
    position: relative;
    margin-bottom: 20px;
}

.best-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #c9a962;
    color: #1e3527;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 700;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.pricing-size-title-white {
    font-size: 2.2rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 8px;
    margin-top: 10px;
}

.pricing-size-desc-white {
    font-size: 1rem;
    color: #ffffff;
    margin-bottom: 24px;
    opacity: 1;
}

.pricing-size-info-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}

.pricing-info-pill {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    padding: 10px 20px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.pricing-info-pill span {
    font-size: 1.1rem;
    color: #ffffff;
    font-weight: 600;
}

.btn-white-pill-large {
    display: inline-block;
    padding: 16px 50px;
    background: white;
    border-radius: 50px;
    color: #1e3527;
    font-weight: 800;
    text-decoration: none;
    font-size: 1.1rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s;
}

.btn-white-pill-large:hover {
    transform: translateY(-2px);
}

/* Notice Box */
.pricing-notice-box {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    padding: 30px;
    background: rgba(29, 77, 50, 0.04);
    border-radius: 16px;
}

.pricing-notice-text {
    color: #1d1d1f;
    font-size: 1rem;
    line-height: 1.9;
    margin: 0;
}

/* Bottom CTA */
.pricing-bottom-cta {
    text-align: center;
    margin-top: 50px;
}

.btn-cta-green {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 22px 60px;
    font-size: 1.3rem;
    background-color: #1d4d32;
    color: white;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(29, 77, 50, 0.3);
    transition: all 0.3s;
}

.btn-cta-green:hover {
    background-color: #153824;
    transform: translateY(-2px);
}

.pricing-cta-sub {
    margin-top: 16px;
    font-size: 0.9rem;
    color: #86868b;
}

/* Responsive */
@media (max-width: 900px) {
    .pricing-grid {
        grid-template-columns: 1fr;
    }
}
.pricing-card-header {
    text-align: center;
    margin-bottom: 24px;
}

.btn-white-pill-large i {
    font-size: 0.8em;
    margin-left: 4px;
}

.pricing-notice-text i {
    margin-right: 8px;
}
