/* =======================================================
           LANDING PAGE SPECIFIC STYLING - PRESERVING DESIGN SYSTEM
           ======================================================= */
:root {
    --lp-navy: #385469;
    --lp-pink: #f32072;
    --lp-pink-soft: rgba(243, 32, 114, 0.12);
    --lp-teal: #70A6B1;
    --lp-teal-soft: rgba(112, 166, 177, 0.15);
    --lp-yellow: #fff3cd;
    --lp-bg-warm: #FFF9F5;
    --lp-bg-subtle: #F6F9FA;
    --lp-text: #5C707E;
    --lp-dark: #202D36;
}

/* Hero Section */
.lp-hero-section {
    background: linear-gradient(180deg, #F9FBFC 0%, #FFF5F8 100%);
    padding: 50px 0 70px;
    position: relative;
    overflow: hidden;
}

.lp-hero-section .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    border: 1px solid rgba(243, 32, 114, 0.25);
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    color: var(--lp-pink);
    box-shadow: 0 4px 15px rgba(243, 32, 114, 0.08);
    margin-bottom: 20px;
}

.lp-hero-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.18;
    color: var(--lp-navy);
    margin-bottom: 20px;
    font-family: "Quicksand", sans-serif;
}

.lp-hero-title span.highlight {
    color: var(--lp-pink);
    position: relative;
    display: inline-block;
}

.lp-hero-subtitle {
    font-size: 18px;
    line-height: 1.6;
    color: var(--lp-text);
    margin-bottom: 28px;
    font-weight: 400;
}

.lp-hero-bullets {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.lp-hero-bullet-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 600;
    color: var(--lp-navy);
}

.lp-hero-bullet-item i {
    width: 24px;
    height: 24px;
    background: #28a745;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    flex-shrink: 0;
}

/* Social Proof Chips */
.lp-trust-chips {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    padding-top: 15px;
    border-top: 1px solid rgba(56, 84, 105, 0.12);
}

.lp-rating-stars {
    color: #FFB800;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 3px;
}

.lp-rating-text {
    font-size: 13px;
    font-weight: 600;
    color: var(--lp-navy);
}

/* Lead Capture Card in Hero */
.lp-form-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 35px 30px;
    box-shadow: 0 15px 45px rgba(56, 84, 105, 0.12);
    border: 2px solid rgba(243, 32, 114, 0.15);
    position: relative;
    z-index: 5;
}

.lp-form-card .form-ribbon {
    position: absolute;
    top: -14px;
    right: 25px;
    background: linear-gradient(135deg, #f32072, #ff5e62);
    color: #ffffff;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(243, 32, 114, 0.3);
}

.lp-form-header h3 {
    font-size: 24px;
    font-weight: 800;
    color: var(--lp-navy);
    margin-bottom: 6px;
    line-height: 1.25;
}

.lp-form-header p {
    font-size: 14px;
    color: var(--lp-text);
    margin-bottom: 22px;
}

.lp-input-group {
    position: relative;
    margin-bottom: 16px;
}

.lp-input-group label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: var(--lp-navy);
    margin-bottom: 6px;
}

.lp-input-group .input-icon-box {
    display: flex;
    align-items: center;
    background: #f8fafb;
    border: 1.5px solid #e1e7ec;
    border-radius: 12px;
    padding: 4px 14px;
    transition: all 0.3s ease;
}

.lp-input-group .input-icon-box:focus-within {
    border-color: var(--lp-pink);
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(243, 32, 114, 0.12);
}

.lp-input-group .input-icon-box i {
    color: var(--lp-teal);
    font-size: 15px;
    margin-right: 12px;
    width: 16px;
    text-align: center;
}

.lp-input-group input,
.lp-input-group select {
    width: 100%;
    border: none;
    background: transparent;
    padding: 10px 0;
    font-size: 15px;
    color: #222;
    outline: none;
    font-family: inherit;
}

.lp-input-group select option {
    color: #222;
    background: #fff;
}

/* Phone with Country Code */
.lp-phone-wrapper {
    display: flex;
    gap: 10px;
}

.lp-country-select {
    width: 120px;
    flex-shrink: 0;
    background: #f8fafb;
    border: 1.5px solid #e1e7ec;
    border-radius: 12px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 600;
    color: var(--lp-navy);
    outline: none;
    cursor: pointer;
}

.lp-submit-btn {
    width: 100%;
    padding: 16px;
    background: linear-gradient(135deg, #f32072 0%, #e21364 100%);
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.35s ease;
    box-shadow: 0 8px 24px rgba(243, 32, 114, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.lp-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(243, 32, 114, 0.45);
    color: #fff;
    background: linear-gradient(135deg, #ff2c7f 0%, #f32072 100%);
}

.lp-form-guarantee {
    text-align: center;
    margin-top: 12px;
    font-size: 12px;
    color: #83939e;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

/* Trust & Stats Strip */
.lp-stats-strip {
    background: var(--lp-navy);
    padding: 35px 0;
    color: #ffffff;
}

.lp-stat-box {
    text-align: center;
    padding: 10px;
}

.lp-stat-number {
    font-size: 38px;
    font-weight: 800;
    font-family: "Quicksand", sans-serif;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 6px;
}

.lp-stat-number span {
    color: var(--lp-pink);
}

.lp-stat-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.82);
    font-weight: 500;
}

/* Comparison Section (1:1 vs Traditional) */
.lp-comparison-section {
    padding: 80px 0;
    background: #ffffff;
}

.lp-section-title-wrap {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 50px;
}

.lp-section-tag {
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--lp-pink);
    display: block;
    margin-bottom: 10px;
}

.lp-section-title {
    font-size: 38px;
    font-weight: 800;
    color: var(--lp-navy);
    line-height: 1.25;
    margin-bottom: 14px;
}

.lp-section-desc {
    font-size: 16px;
    color: var(--lp-text);
    line-height: 1.7;
}

.lp-compare-card {
    border-radius: 20px;
    padding: 35px 30px;
    height: 100%;
    transition: all 0.3s ease;
}

.lp-compare-card.winner {
    background: linear-gradient(180deg, #FFF6F9 0%, #FFFFFF 100%);
    border: 2px solid var(--lp-pink);
    box-shadow: 0 12px 35px rgba(243, 32, 114, 0.1);
    position: relative;
}

.lp-compare-card.standard {
    background: #F9FAFB;
    border: 1px solid #E2E8F0;
}

.lp-compare-badge {
    background: var(--lp-pink);
    color: #fff;
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 15px;
}

.lp-compare-list {
    list-style: none;
    padding: 0;
    margin: 25px 0 0;
}

.lp-compare-list li {
    padding: 12px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    color: var(--lp-navy);
    line-height: 1.4;
}

.lp-compare-list li:last-child {
    border-bottom: none;
}

.lp-compare-list li i.check {
    color: #28a745;
    font-size: 16px;
    margin-top: 3px;
    flex-shrink: 0;
}

.lp-compare-list li i.cross {
    color: #dc3545;
    font-size: 16px;
    margin-top: 3px;
    flex-shrink: 0;
}

/* Subjects Section */
.lp-subjects-section {
    padding: 80px 0;
    background: var(--lp-bg-subtle);
}

.lp-subject-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px 25px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(56, 84, 105, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.lp-subject-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 35px rgba(56, 84, 105, 0.12);
    border-color: var(--lp-pink);
}

.lp-subject-icon-box {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 20px;
}

.lp-subject-card h4 {
    font-size: 21px;
    font-weight: 700;
    color: var(--lp-navy);
    margin-bottom: 10px;
}

.lp-subject-card p {
    font-size: 14px;
    color: var(--lp-text);
    line-height: 1.6;
    margin-bottom: 18px;
    flex-grow: 1;
}

.lp-subject-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 20px;
}

.lp-subject-tag {
    background: #f1f4f6;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    color: var(--lp-navy);
}

.lp-subject-btn {
    background: transparent;
    border: 1.5px solid var(--lp-teal);
    color: var(--lp-teal);
    font-size: 13px;
    font-weight: 700;
    padding: 10px 18px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.lp-subject-btn:hover {
    background: var(--lp-teal);
    color: #ffffff;
}

/* How it Works */
.lp-steps-section {
    padding: 80px 0;
    background: #ffffff;
}

.lp-step-card {
    text-align: center;
    padding: 20px 15px;
    position: relative;
}

.lp-step-number {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--lp-navy) 0%, #4f738e 100%);
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 8px 20px rgba(56, 84, 105, 0.25);
    font-family: "Quicksand", sans-serif;
    position: relative;
}

.lp-step-number span.star {
    position: absolute;
    top: -4px;
    right: -4px;
    font-size: 14px;
    color: #FFB800;
}

.lp-step-card h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--lp-navy);
    margin-bottom: 12px;
}

.lp-step-card p {
    font-size: 15px;
    color: var(--lp-text);
    line-height: 1.6;
}

/* Tutor Quality / Pedagogy */
.lp-tutors-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #FFF9F5 0%, #EFF5F6 100%);
    position: relative;
}

.lp-tutor-highlight-box {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
}

.lp-feature-item {
    display: flex;
    gap: 18px;
    margin-bottom: 24px;
}

.lp-feature-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(243, 32, 114, 0.1);
    color: var(--lp-pink);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.lp-feature-content h5 {
    font-size: 17px;
    font-weight: 700;
    color: var(--lp-navy);
    margin-bottom: 4px;
}

.lp-feature-content p {
    font-size: 14px;
    color: var(--lp-text);
    margin: 0;
    line-height: 1.5;
}

/* Testimonials */
.lp-testimonials-section {
    padding: 80px 0;
    background: #ffffff;
}

.lp-review-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    border: 1px solid #E5EBF0;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.lp-review-stars {
    color: #FFB800;
    font-size: 15px;
    margin-bottom: 14px;
}

.lp-review-text {
    font-size: 15px;
    color: var(--lp-navy);
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 22px;
}

.lp-review-author {
    display: flex;
    align-items: center;
    gap: 14px;
    border-top: 1px solid #f0f3f6;
    padding-top: 16px;
}

.lp-review-avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--lp-teal), var(--lp-navy));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
}

.lp-review-info h5 {
    font-size: 15px;
    font-weight: 700;
    color: var(--lp-navy);
    margin: 0;
}

.lp-review-info span {
    font-size: 12px;
    color: #7b8e9b;
}

/* FAQ Accordion */
.lp-faq-section {
    padding: 80px 0;
    background: var(--lp-bg-subtle);
}

.lp-faq-item {
    background: #ffffff;
    border-radius: 14px;
    margin-bottom: 14px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    border: 1px solid #e7ecf0;
    overflow: hidden;
    transition: all 0.25s ease;
}

.lp-faq-question {
    padding: 20px 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 17px;
    font-weight: 700;
    color: var(--lp-navy);
    margin: 0;
    font-family: "Quicksand", sans-serif;
    user-select: none;
}

.lp-faq-question .faq-toggle-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f1f5f8;
    color: var(--lp-navy);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.lp-faq-item.active .faq-toggle-icon {
    transform: rotate(45deg);
    background: var(--lp-pink);
    color: #ffffff;
}

.lp-faq-answer {
    padding: 0 24px 22px;
    font-size: 15px;
    color: var(--lp-text);
    line-height: 1.7;
    display: none;
}

/* Final CTA Banner */
.lp-final-cta-section {
    padding: 70px 0;
    background: linear-gradient(135deg, #2D4353 0%, #1c2b36 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.lp-final-cta-title {
    font-size: 38px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 15px;
    font-family: "Quicksand", sans-serif;
}

.lp-final-cta-desc {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.85);
    max-width: 650px;
    margin: 0 auto 30px;
}

.lp-final-cta-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.lp-btn-cta-primary {
    padding: 16px 36px;
    background: var(--lp-pink);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 30px;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(243, 32, 114, 0.4);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.lp-btn-cta-primary:hover {
    background: #ff2d81;
    color: #fff;
    transform: translateY(-2px);
}

.lp-btn-cta-secondary {
    padding: 16px 32px;
    background: transparent;
    color: #ffffff;
    border: 1.5px solid rgba(255, 255, 255, 0.6);
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.lp-btn-cta-secondary:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    border-color: #ffffff;
}

/* Sticky Form Anchor button on Mobile */
.lp-mobile-sticky-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    padding: 10px 15px;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.12);
    z-index: 9999;
    text-align: center;
}

/* Responsive Breakpoints */
@media (max-width: 991px) {
    .lp-hero-title {
        font-size: 34px;
    }

    .lp-hero-bullets {
        grid-template-columns: 1fr;
    }

    .lp-form-card {
        margin-top: 30px;
    }

    .lp-section-title {
        font-size: 30px;
    }

    .lp-mobile-sticky-bar {
        display: block;
    }
}

@media (max-width: 575px) {
    .lp-hero-section {
        padding: 30px 0 50px;
    }

    .lp-hero-title {
        font-size: 27px;
    }

    .lp-form-card {
        padding: 25px 20px;
    }

    .lp-stat-number {
        font-size: 30px;
    }
}

/* Additional Form Components & Layout */
.lp-form-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(243, 32, 114, 0.08);
    color: #f32072;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 12px;
}

.lp-form-title {
    font-size: 24px;
    font-weight: 800;
    color: #001220;
    margin-bottom: 6px;
    line-height: 1.3;
}

.lp-form-subtitle {
    font-size: 14px;
    color: #667085;
    margin-bottom: 24px;
}

.lp-input-group {
    margin-bottom: 18px;
    text-align: left;
}

.lp-input-group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #344054;
    margin-bottom: 6px;
}

.lp-input-group label .req {
    color: #f32072;
}

.lp-field-box {
    position: relative;
    display: flex;
    align-items: center;
}

.lp-field-icon {
    position: absolute;
    left: 16px;
    color: #98a2b3;
    font-size: 16px;
    pointer-events: none;
    z-index: 2;
}

.lp-field-box input[type="text"],
.lp-field-box input[type="email"],
.lp-field-box input[type="tel"],
.lp-native-select {
    width: 100%;
    height: 50px;
    padding: 10px 16px 10px 46px;
    border: 1.5px solid #eaecf0;
    border-radius: 12px;
    font-size: 15px;
    color: #101828;
    background-color: #f9fafb;
    transition: all 0.25s ease;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
}

.lp-field-box input:focus,
.lp-native-select:focus {
    border-color: #f32072;
    background-color: #ffffff;
    box-shadow: 0 0 0 4px rgba(243, 32, 114, 0.1);
}

.lp-phone-row {
    display: flex;
    gap: 10px;
}

.lp-country-box {
    flex: 0 0 130px;
    max-width: 130px;
}

.lp-country-box .lp-native-select {
    padding: 10px 12px;
    font-size: 14px;
    cursor: pointer;
}

.lp-phone-input-box {
    flex: 1;
}

.lp-select-box {
    position: relative;
}

.lp-course-select {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23667085' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
}

.lp-submit-btn {
    width: 100%;
    height: 54px;
    background: linear-gradient(135deg, #f32072, #ff5e62);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    font-size: 17px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(243, 32, 114, 0.35);
    transition: all 0.3s ease;
    margin-top: 10px;
}

.lp-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(243, 32, 114, 0.45);
}

.lp-form-guarantee {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 12px;
    color: #667085;
    margin-top: 14px;
}

.lp-form-guarantee i {
    color: #12b76a;
}

@media (max-width: 576px) {
    .lp-phone-row {
        flex-direction: column;
        gap: 10px;
    }

    .lp-country-box {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .lp-form-card {
        padding: 25px 20px;
    }

    .lp-form-title {
        font-size: 20px;
    }
}

/* =======================================================
   MODERN FORM VALIDATION & DYNAMIC UI STATES
   ======================================================= */
.lp-field-box {
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.lp-field-box.is-invalid,
.lp-country-box.is-invalid {
    border-color: #e63946 !important;
    background-color: #fff8f8 !important;
    box-shadow: 0 0 0 3px rgba(230, 57, 70, 0.15) !important;
}

.lp-field-box.is-valid,
.lp-country-box.is-valid {
    border-color: #2a9d8f !important;
    background-color: #f4fbf9 !important;
    box-shadow: 0 0 0 3px rgba(42, 157, 143, 0.15) !important;
}

.lp-field-box.is-invalid .lp-field-icon {
    color: #e63946 !important;
}

.lp-field-box.is-valid .lp-field-icon {
    color: #2a9d8f !important;
}

.lp-field-feedback {
    font-size: 12px;
    font-weight: 600;
    margin-top: 5px;
    display: none;
    align-items: center;
    gap: 5px;
    transition: all 0.2s ease;
}

.lp-field-feedback.error-msg {
    display: flex;
    color: #e63946;
}

.lp-field-feedback.success-msg {
    display: flex;
    color: #2a9d8f;
}

.lp-form-alert {
    padding: 14px 18px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    display: none;
    align-items: center;
    gap: 12px;
    line-height: 1.4;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    animation: lpFadeIn 0.35s ease-out;
}

.lp-form-alert-success {
    background-color: #e6f4ea;
    border: 1.5px solid #34a853;
    color: #137333;
}

.lp-form-alert-error {
    background-color: #fce8e6;
    border: 1.5px solid #ea4335;
    color: #c5221f;
}

.lp-submit-btn {
    position: relative;
    overflow: hidden;
}

.lp-submit-btn.loading {
    pointer-events: none;
    opacity: 0.88;
    background: linear-gradient(135deg, #d91b65 0%, #b80f52 100%) !important;
}

.lp-submit-btn .lp-btn-spinner {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2.5px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    border-top-color: #ffffff;
    animation: lpSpin 0.75s infinite linear;
}

@keyframes lpSpin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes lpFadeIn {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}