:root {
    --k-dark: #1d1d1b;
    --k-red: #d04b4b; 
    --k-green-bg: #e6fcf5;
    --k-green-text: #008f66;
    --k-purple-bg: #f4f1fa; /* New bg for Pay Today */
    --k-purple-text: #5333ed;
    --k-beige: #f3efe6;
    --k-toggle-bg: #f3f3f3;
}

/* --- MONTHLY/YEARLY TOGGLE --- */
.cycle-wrapper { display: flex; justify-content: center; margin-bottom: 40px; }
.cycle-box {
    background: var(--k-toggle-bg); padding: 5px; border-radius: 8px;
    display: inline-flex; border: 1px solid #e0e0e0;
}
.c-btn {
    padding: 10px 25px; border: none; background: transparent;
    font-size: 1rem; font-weight: 600; color: #555; border-radius: 6px;
    cursor: pointer; transition: 0.3s;
}
.c-btn.active { background: #fff; color: #000; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
.badge-free {
    background: var(--k-green-bg); color: var(--k-green-text);
    font-size: 0.75rem; padding: 2px 8px; border-radius: 4px;
    margin-left: 8px; text-transform: uppercase; font-weight: 700;
}

/* --- CARDS --- */
.pricing-card {
    border: 1px solid #e0e0e0; border-radius: 8px; padding: 40px; background: #fff; height: 100%;
    transition: 0.3s; position: relative;
}
.pricing-card:hover { border-color: #ccc; box-shadow: 0 20px 40px rgba(0,0,0,0.06); }

.freedomain{position: absolute; top: 5px; right: 5px; padding: 2px 10px; background-color: #07c07e !important; border-radius: 5px; color: #ffff; font-size: 14px; font-family: sans-serif;}

.section-header h3 { font-size: 2rem; font-weight: 400; margin-bottom: 10px; }
.section-header p { color: #555; font-size: 0.95rem; line-height: 1.5; }

.plan-name { color: var(--k-green-text); font-weight: 700; font-size: 1.5rem; display: block; }
.price-area { display: flex; align-items: baseline; margin-bottom: 20px; min-height: 60px; }
.currency { font-size: 4rem; font-weight: 400; margin-right: 2px; position: relative; }
.amount { font-size: 4rem; font-weight: 500; line-height: 1; letter-spacing: 0px; font-variant-numeric: tabular-nums; font-family: 'Line Awesome Brands'; }

.period { color: #666; font-size: 1rem; }

.period.ms-2 {margin-bottom: -30px;}
/* --- DYNAMIC BADGE --- */
.save-badge {
    padding: 12px 20px; border-radius: 6px; font-weight: 600; font-size: 0.95rem;
    display: flex; align-items: center; margin-bottom: 30px; transition: 0.3s;
}
/* Green Style (For Savings) */
.badge-green { background: var(--k-green-bg); color: var(--k-green-text); }
/* Purple Style (For Pay Today) */
.badge-purple { background: var(--k-purple-bg); color: var(--k-purple-text); }

.save-icon { margin-right: 10px; font-weight: bold; border: 1px solid green; border-radius: 50%; padding-left: 4px; width: 25px; height: 25px; padding-top: 1px; }

/* --- SLIDER --- */
.slider-wrapper { position: relative; height: 50px; display: flex; align-items: center; margin-bottom: 20px; }
.slider-track-bg {
    position: absolute; width: 100%; height: 40px; 
    background: #f9f9f9; border: 1px solid #eee; border-radius: 8px;
    display: flex; justify-content: space-between; align-items: center; padding: 0 20px; z-index: 1;
}
.s-dot { width: 4px; height: 15px; background: #4b997a; border-radius: 50%; }

.kinsta-range {
    -webkit-appearance: none; width: 100%; height: 40px; 
    background: transparent; position: relative; z-index: 3; outline: none; cursor: pointer; margin: 0;
}
.kinsta-range::-webkit-slider-thumb {
    -webkit-appearance: none; height: 40px; width: 60px; 
    background: var(--k-dark); border-radius: 6px; cursor: grab;
    border: 2px solid #fff; box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M18 12L14 8V16L18 12ZM6 12L10 16V8L6 12Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: center; background-size: 24px;
}

/* --- BILLING TOGGLE --- */
.billing-label { font-size: 1.1rem; color: #555; margin-bottom: 10px; display: block; font-family: 'Merriweather', serif; }
.billing-toggle {
    display: flex; background: var(--k-green-bg); border-radius: 8px; padding: 4px; margin-bottom: 30px; 
}
.b-btn {
    flex: 1; border: none; background: transparent; padding: 8px;
    font-size: 1rem; font-weight: 500; color: #555; border-radius: 6px; transition: 0.2s; cursor: pointer;
}
.b-btn:hover { color: #000; }
.b-btn.active { background: #fff; color: #000; font-weight: 600; box-shadow: 0 2px 4px rgba(0,0,0,0.05); }

/* --- FEATURES --- */
ul.feat-list { list-style: none; padding: 0; margin-bottom: 40px; min-height: 330px; }
ul.feat-list li { margin-bottom: 14px; font-size: 1rem; display: flex; align-items: center; color: #444; }
.f-dot { width: 5px; height: 5px; background: var(--k-green-text); margin-right: 15px; flex-shrink: 0; }

.cta-btn {
    background: var(--k-dark); color: white; padding: 15px 25px;
    width: 100%; border-radius: 6px; font-weight: 600; font-size: 1rem;
    display: flex; justify-content: space-between; align-items: center;
    text-decoration: none; transition: 0.3s;
}
.cta-btn:hover { background: #333; color: #fff; }
