:root {
    --palette--d-orange: #05cde3;
    --palette--orange: #53dfef;
    --palette--xd-orange: #00b7cb;
    --icon-color: #05cde3;

}

.button:hover {
    background: #2ed6e9 !important;
}


.fa,.fas {
    color: #05cde3 !important;
}

body{
    overflow-x: hidden;
}



.heading-3.highlight {
    color: var(--palette--d-orange)
}

.button:active {
    background-color: var(--palette--d-orange)
}

.orange_square {
    background-color: var(--palette--d-orange);
}

.star_svg {
    color: var(--palette--d-orange);
}


.feature_icon_wrap._3 {
    background-color: var(--palette--d-orange)
}

.feature_icon_wrap._5 {
    background-color: var(--palette--orange)
}

.feature_icon_wrap._6 {
    background-color: var(--palette--d-orange)
}

.timeline_fixed_width {
    background-color: var(--palette--d-orange);
}

.timeline_line {
    background-color: var(--palette--orange);
}


.team-enlarge-button-wrap {
    color: var(--palette--d-orange);
}



.team-enlarge-button-wrap.u-shadow_wrap.square:hover {
    background-color: var(--palette--d-orange);
    color: var(--palette--white)
}


.referral-submit-button {
    background-color: var(--palette--d-orange);

}


.success-message {
    border-radius: var(--border-radius--small);
    background-image: linear-gradient(180deg, var(--palette--orange), var(--palette--d-orange))
}


.button:hover {
    background-color: var(--palette--orange);
}


.button.round.dark:hover {
    border-color: var(--palette--orange);
}






html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: sans-serif
}


.fa,
.fas {
    color: #05cde3 !important;
}

body {
    overflow-x: hidden;
}




/* Base Styles */
.pricing-section {
    padding: auto 20px;
}

.pricing-container {
    max-width: 1200px;
    margin: 0 auto;
}

.pricing-header {
    text-align: center;
    margin-bottom: 60px;
}

.pricing-title {
    font-size: 42px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 16px;
    line-height: 1.2;
}

.pricing-subtitle {
    font-size: 18px;
    color: #6b7280;
    max-width: 600px;
    margin: 0 auto 40px;
}

/* Toggle Switch */
.pricing-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-size: 16px;
    font-weight: 500;
    color: #374151;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 30px;
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e5e7eb;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked+.slider {
    background-color: #4f46e5;
}

input:checked+.slider:before {
    transform: translateX(26px);
}

.discount-badge {
    background-color: #ecfdf5;
    color: #059669;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 12px;
    margin-left: 6px;
}

/* Pricing Cards */
.pricing-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin-bottom: 40px;
}

.pricing-card {
    background: white;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid #e5e7eb;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.pricing-card.featured {
    border: 1px solid #4f46e5;
    box-shadow: 0 20px 25px -5px rgba(79, 70, 229, 0.1), 0 10px 10px -5px rgba(79, 70, 229, 0.04);
}

.popular-badge {
    position: absolute;
    top: -12px;
    right: 24px;
    background-color: #4f46e5;
    color: white;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 12px;
}

.card-header {
    margin-bottom: 24px;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 24px;
}

.card-header h3 {
    font-size: 24px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 12px;
}

.price {
    font-size: 48px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 12px;
}

.price span {
    font-size: 16px;
    font-weight: 500;
    color: #6b7280;
}

.card-description {
    color: #6b7280;
    margin-bottom: 24px;
    line-height: 1.5;
}

.primary-button {
    display: inline-block;
    width: 100%;
    padding: 12px 16px;
    background-color: #05cde3;
    color: white;
    text-align: center;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

.primary-button:hover {
    background-color: #00b7cb !important;
    transform: translateY(-1px);
    color: #fff !important;
}

.featured .primary-button {
    background-color: white;
    color: #05cde3;
}

.featured .primary-button:hover {
    background-color: #f9fafb;
}

.card-features {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #374151;
}

.feature-item svg {
    flex-shrink: 0;
    color: #05cde3;
}

.feature-item.disabled {
    color: #9ca3af;
}

.feature-item.disabled svg {
    color: #9ca3af;
}

.pricing-footer {
    text-align: center;
    color: #6b7280;
}

.pricing-footer a {
    color: #4f46e5;
    font-weight: 500;
    text-decoration: none;
}

.pricing-footer a:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
    .pricing-title {
        font-size: 32px;
    }

    .pricing-cards {
        grid-template-columns: 1fr;
    }
}

/* Toggle Functionality */
.hidden {
    display: none;
}

