/* Updated: 2025-12-15 04:36:50 - Force reload */
/* Updated: 2025-12-15 04:26:41 - Force reload */
/* Terms Page Styles */
.terms-hero {
    padding: 70px 0 80px;
    background: linear-gradient(180deg, #F8FAFC 0%, #ffffff 100%);
    text-align: center;
}

.terms-hero .badge-premium {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #CCF1EE, rgba(204, 241, 238, 0.5));
    border: 1.5px solid #0D9489;
    border-radius: 50px;
    padding: 8px 18px;
    margin-bottom: 16px;
    box-shadow: 0 8px 20px rgba(13, 148, 137, 0.12);
}

.terms-hero .badge-icon {
    font-size: 16px;
}

.terms-hero .badge-text {
    color: #0F766E;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.terms-hero .hero-title {
    font-size: 42px !important;
    font-weight: 800 !important;
    color: #0F172A !important;
    margin-bottom: 1.5rem !important;
    line-height: 1.2 !important;
}

.terms-hero .gradient-text {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.terms-hero .hero-description {
    font-size: 18px !important;
    color: #64748B !important;
    margin-bottom: 1.5rem !important;
    line-height: 1.7 !important;
}

.last-updated {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #64748B;
    font-size: 15px;
    padding: 0.5rem 1rem;
    background: white;
    border-radius: 50px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.last-updated .iconify {
    color: #0D9489;
}

.terms-content {
    padding: 50px 0 80px;
    background: white;
}

.terms-section {
    position: relative;
    padding: 3rem 0;
    border-bottom: 1px solid #E2E8F0;
}

.terms-section:last-of-type {
    border-bottom: none;
}

.section-number {
    position: absolute;
    top: 3rem;
    left: -80px;
    font-size: 3rem;
    font-weight: 800;
    color: #E2E8F0;
    line-height: 1;
}

.terms-section h2 {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #0F172A !important;
    margin-bottom: 1.5rem !important;
}

.terms-section p {
    font-size: 17px !important;
    color: #64748B !important;
    line-height: 1.8 !important;
    margin-bottom: 1rem !important;
}

.terms-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.term-item {
    padding: 1.25rem;
    background: #F8FAFC;
    border-left: 4px solid #0D9489;
    border-radius: 8px;
    font-size: 17px !important;
    line-height: 1.7 !important;
    color: #64748B !important;
}

.term-item strong {
    color: #0F172A;
}

.terms-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.terms-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem 0;
    font-size: 17px !important;
    color: #64748B !important;
    line-height: 1.7 !important;
}

.terms-checklist .iconify {
    color: #0D9489;
    font-size: 1.5rem;
    flex-shrink: 0;
    margin-top: 0.125rem;
}

.terms-warning-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.terms-warning-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem 0;
    font-size: 17px !important;
    color: #64748B !important;
    line-height: 1.7 !important;
}

.terms-warning-list .iconify {
    color: #F59E0B;
    font-size: 1.5rem;
    flex-shrink: 0;
    margin-top: 0.125rem;
}

.highlight-box {
    display: flex;
    gap: 1rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(13, 148, 137, 0.05) 0%, rgba(59, 130, 246, 0.05) 100%);
    border-left: 4px solid #0D9489;
    border-radius: 12px;
    margin-top: 1.5rem;
}

.highlight-box .iconify {
    font-size: 1.5rem;
    color: #0D9489;
    flex-shrink: 0;
}

.highlight-box p {
    margin: 0;
    font-weight: 600;
    color: #0F172A;
    font-size: 17px !important;
}

.warning-box {
    display: flex;
    gap: 1rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.05) 0%, rgba(251, 191, 36, 0.05) 100%);
    border-left: 4px solid #F59E0B;
    border-radius: 12px;
    margin-top: 1.5rem;
}

.warning-box .iconify {
    font-size: 1.5rem;
    color: #F59E0B;
    flex-shrink: 0;
}

.warning-box p {
    margin: 0;
    font-weight: 600;
    color: #0F172A;
    font-size: 17px !important;
}

.process-flow {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    margin-top: 2rem;
}

.process-item {
    flex: 1;
    min-width: 150px;
    text-align: center;
    position: relative;
}

.process-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #0D9489 0%, #14B8A6 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 auto 0.75rem;
    box-shadow: 0 4px 15px rgba(13, 148, 137, 0.3);
    position: relative;
    z-index: 2;
}

.process-text {
    font-size: 15px !important;
    color: #64748B !important;
    line-height: 1.5 !important;
}

.process-arrow {
    color: #0D9489;
    font-size: 1.5rem;
    font-weight: 700;
    flex-shrink: 0;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    background: #F8FAFC;
    border-radius: 12px;
    border: 2px solid #E2E8F0;
    transition: all 0.3s ease;
}

.contact-item:hover {
    border-color: #0D9489;
    box-shadow: 0 4px 15px rgba(13, 148, 137, 0.1);
}

.contact-item .iconify {
    font-size: 2rem;
    color: #0D9489;
    flex-shrink: 0;
}

.contact-item strong {
    display: block;
    color: #0F172A;
    font-size: 16px !important;
    margin-bottom: 0.25rem;
}

.contact-item p {
    margin: 0;
    color: #64748B;
    font-size: 15px !important;
}

.terms-cta {
    margin-top: 4rem;
    padding: 3rem;
    background: white;
    border-radius: 24px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.cta-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #0D9489 0%, #14B8A6 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 10px 30px rgba(13, 148, 137, 0.3);
}

.cta-icon .iconify {
    font-size: 2.5rem;
    color: white;
}

.terms-cta h3 {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #0F172A !important;
    margin-bottom: 1rem !important;
}

.terms-cta p {
    font-size: 17px !important;
    color: #64748B !important;
    margin-bottom: 2rem !important;
}

.terms-cta .btn {
    padding: 1rem 2.5rem;
    font-size: 17px !important;
    font-weight: 600;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.terms-cta .btn-primary {
    background: #0A8F88;
    border: none;
    color: #FFFFFF;
    box-shadow: 0 4px 15px rgba(10, 143, 136, 0.4);
    transition: all 0.3s ease;
}

.terms-cta .btn-primary:hover {
    background: #087F78;
    color: #FFFFFF;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(8, 127, 120, 0.6);
}

.terms-cta .btn-primary:active {
    background: #066C66;
    color: #FFFFFF;
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(6, 108, 102, 0.5);
}

/* Responsive - Tablet (991px) */
@media (max-width: 991px) {
    .section-number {
        position: static;
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    
    .terms-hero .hero-title {
        font-size: 36px !important;
    }
    
    .terms-hero .hero-description {
        font-size: 17px !important;
    }
    
    .terms-section h2 {
        font-size: 24px !important;
    }
    
    .terms-cta h3 {
        font-size: 24px !important;
    }
    
    /* Subscription Model - Tablet */
    .subscription-model {
        padding: 2rem;
        margin: 1.5rem 0;
    }
    
    .subscription-header h3 {
        font-size: 22px !important;
        flex-direction: column;
        gap: 8px;
    }
    
    .subscription-header p {
        font-size: 17px !important;
    }
    
    .benefits-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 1.25rem;
    }
    
    .benefit-item {
        padding: 1.25rem;
    }
    
    .benefit-item .iconify {
        font-size: 1.75rem;
    }
    
    .benefit-item strong {
        font-size: 15px !important;
    }
    
    .benefit-item p {
        font-size: 14px !important;
    }
    
    .subscription-value,
    .payment-terms {
        padding: 1.75rem;
    }
    
    .value-proposition {
        gap: 1rem;
    }
    
    .value-proposition h4 {
        font-size: 18px !important;
    }
    
    .value-proposition p {
        font-size: 15px !important;
    }
    
    .payment-terms h4 {
        font-size: 16px !important;
    }
    
    /* Payment Models - Tablet */
    .payment-models {
        gap: 1.5rem;
    }
    
    .payment-model {
        padding: 1.75rem;
    }
    
    .payment-model h3 {
        font-size: 1.125rem;
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
    
    .payment-model h3 .iconify {
        align-self: center;
    }
    
    /* Comparison Table - Tablet */
    .comparison-table {
        grid-template-columns: 1.5fr 1fr 1fr;
        font-size: 0.9rem;
    }
    
    .comparison-header > div,
    .comparison-row > div {
        padding: 0.875rem 0.75rem;
    }
    
    .process-flow {
        flex-direction: column;
        gap: 0;
        position: relative;
    }
    
    .process-flow::before {
        content: '';
        position: absolute;
        left: 25px;
        top: 50px;
        bottom: 50px;
        width: 2px;
        background: linear-gradient(180deg, #0D9489 0%, #14B8A6 100%);
        z-index: 1;
    }
    
    .process-item {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 1.5rem;
        text-align: left;
        padding: 1rem 0;
        position: relative;
    }
    
    .process-icon {
        margin: 0;
        flex-shrink: 0;
    }
    
    .process-text {
        flex: 1;
        font-size: 16px !important;
    }
    
    .process-arrow {
        display: none;
    }
}

/* Responsive - Mobile (768px) */
@media (max-width: 768px) {
    /* Prevent horizontal overflow on mobile */
    .terms-content {
        overflow-x: hidden;
        max-width: 100vw;
        box-sizing: border-box;
    }
    
    .container {
        padding-left: 1rem;
        padding-right: 1rem;
        max-width: 100%;
        overflow-x: hidden;
    }
    
    /* Disable transitions on mobile for better performance - terms page only */
    .terms-content .contact-item,
    .terms-content .benefit-item,
    .terms-content .payment-model,
    .terms-cta .btn {
        transition: none !important;
    }
    
    /* Use transform3d for hardware acceleration - terms page only */
    .terms-cta .btn-primary:hover {
        transform: translate3d(0, -3px, 0) !important;
    }
    
    .terms-content .benefit-item:hover {
        transform: translate3d(0, -2px, 0) !important;
    }
    
    .terms-content .payment-model:hover {
        transform: translate3d(0, -2px, 0) !important;
    }
    
    .terms-hero {
        padding: 50px 0 60px;
    }
    
    .terms-hero .hero-title {
        font-size: 32px !important;
    }
    
    .terms-hero .hero-description {
        font-size: 16px !important;
    }
    
    .terms-content {
        padding: 40px 0 60px;
    }
    
    .terms-section {
        padding: 2rem 0;
    }
    
    .terms-section h2 {
        font-size: 22px !important;
    }
    
    .terms-section p,
    .term-item,
    .terms-checklist li,
    .terms-warning-list li,
    .highlight-box p,
    .warning-box p,
    .terms-cta p {
        font-size: 16px !important;
    }
    
    /* Subscription Model - Mobile */
    .subscription-model {
        padding: 0.5rem;
        margin: 0.5rem -0.5rem;
        border-radius: 8px;
        width: calc(100% + 1rem);
        max-width: calc(100vw - 2rem);
        margin-left: -0.5rem;
        margin-right: -0.5rem;
        box-sizing: border-box;
        overflow: hidden;
    }
    
    .subscription-header {
        margin-bottom: 1.25rem;
    }
    
    .subscription-header h3 {
        font-size: 18px !important;
        flex-direction: column;
        gap: 6px;
        text-align: center;
    }
    
    .subscription-header h3 .iconify {
        font-size: 1.25rem;
    }
    
    .subscription-header p {
        font-size: 14px !important;
        text-align: center;
        line-height: 1.5 !important;
    }
    
    .subscription-benefits h4 {
        font-size: 16px !important;
        text-align: center;
        margin-bottom: 1rem !important;
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 0.5rem;
        width: 100%;
        max-width: 100%;
    }
    
    .benefit-item {
        padding: 0.75rem 0.5rem;
        flex-direction: row;
        text-align: left;
        gap: 0.5rem;
        align-items: flex-start;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    
    .benefit-item .iconify {
        font-size: 1.5rem;
        margin-top: 0;
        flex-shrink: 0;
    }
    
    .benefit-item strong {
        font-size: 14px !important;
        display: block;
        margin-bottom: 0.25rem;
    }
    
    .benefit-item p {
        font-size: 13px !important;
        line-height: 1.4 !important;
        margin: 0;
    }
    
    .subscription-value,
    .payment-terms {
        padding: 1rem;
        margin-top: 1rem;
    }
    
    .value-proposition {
        flex-direction: row;
        gap: 0.75rem;
        text-align: left;
        align-items: flex-start;
    }
    
    .value-proposition .iconify {
        align-self: flex-start;
        margin-top: 0.25rem;
        flex-shrink: 0;
        font-size: 2rem;
    }
    
    .value-proposition h4 {
        font-size: 16px !important;
        margin-bottom: 0.5rem !important;
    }
    
    .value-proposition p {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }
    
    .payment-terms h4 {
        font-size: 15px !important;
        justify-content: flex-start;
        margin-bottom: 1rem !important;
    }
    
    /* Payment Models - Mobile */
    .payment-models {
        gap: 1rem;
    }
    
    .payment-model {
        padding: 1rem;
    }
    
    .payment-model h3 {
        font-size: 1rem;
        flex-direction: row;
        gap: 8px;
        text-align: left;
        align-items: center;
    }
    
    .payment-model h3 .iconify {
        align-self: center;
        font-size: 1.25rem;
    }
    
    .payment-model p {
        text-align: left;
        font-size: 14px !important;
        line-height: 1.5 !important;
    }
    
    .recommended-badge {
        right: 1rem;
        transform: none;
        top: -8px;
        font-size: 11px;
        padding: 4px 10px;
    }
    
    /* Payment Comparison - Mobile */
    .payment-comparison {
        padding: 1rem;
    }
    
    .comparison-table {
        grid-template-columns: 1fr 0.8fr 0.8fr;
        font-size: 0.75rem;
    }
    
    .comparison-header > div,
    .comparison-row > div {
        padding: 0.5rem 0.25rem;
    }
    
    .feature-col {
        font-size: 0.75rem;
    }
    
    .model-col .iconify {
        font-size: 0.875rem;
    }
    
    .process-text {
        font-size: 15px !important;
    }
    
    .last-updated {
        font-size: 14px;
    }
    
    .contact-item strong {
        font-size: 15px !important;
    }
    
    .contact-item p {
        font-size: 14px !important;
    }
    
    .process-flow::before {
        left: 20px;
    }
    
    .process-item {
        gap: 1rem;
        padding: 0.75rem 0;
    }
    
    .process-icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .terms-cta {
        padding: 2rem;
    }
    
    .terms-cta h3 {
        font-size: 22px !important;
    }
    
    .terms-cta .btn {
        font-size: 16px !important;
    }
    
    .cta-icon {
        width: 60px;
        height: 60px;
    }
    
    .cta-icon .iconify {
        font-size: 2rem;
    }
}

/* Responsive - Small Mobile (480px) */
@media (max-width: 480px) {
    /* Force hardware acceleration for better scroll performance */
    .terms-section {
        will-change: transform;
        transform: translate3d(0, 0, 0);
    }
    
    /* Reduce complex animations */
    .benefit-item::before {
        display: none;
    }
    
    .terms-hero .hero-title {
        font-size: 28px !important;
    }
    
    .terms-hero .hero-description {
        font-size: 15px !important;
    }
    
    .badge-premium {
        font-size: 0.75rem;
        padding: 0.5rem 1rem;
    }
    
    .last-updated {
        font-size: 13px;
    }
    
    .terms-section h2 {
        font-size: 20px !important;
    }
    
    .terms-section p,
    .term-item,
    .terms-checklist li,
    .terms-warning-list li,
    .highlight-box p,
    .warning-box p,
    .terms-cta p {
        font-size: 15px !important;
    }
    
    /* Subscription Model - Small Mobile */
    .subscription-model {
        padding: 0.25rem;
        margin: 0.25rem -0.75rem;
        width: calc(100% + 1.5rem);
        max-width: calc(100vw - 1rem);
        margin-left: -0.75rem;
        margin-right: -0.75rem;
        box-sizing: border-box;
        border-radius: 6px;
    }
    
    .subscription-header {
        margin-bottom: 1rem;
    }
    
    .subscription-header h3 {
        font-size: 16px !important;
        gap: 4px;
    }
    
    .subscription-header h3 .iconify {
        font-size: 1rem;
    }
    
    .subscription-header p {
        font-size: 13px !important;
        line-height: 1.4 !important;
    }
    
    .subscription-benefits h4 {
        font-size: 15px !important;
        margin-bottom: 0.75rem !important;
    }
    
    .benefits-grid {
        gap: 0.5rem;
    }
    
    .benefit-item {
        padding: 0.5rem 0.25rem;
        gap: 0.375rem;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    
    .benefit-item .iconify {
        font-size: 1.25rem;
    }
    
    .benefit-item strong {
        font-size: 13px !important;
        margin-bottom: 0.125rem;
    }
    
    .benefit-item p {
        font-size: 12px !important;
        line-height: 1.3 !important;
    }
    
    .subscription-value,
    .payment-terms {
        padding: 0.75rem;
        margin-top: 0.75rem;
    }
    
    .value-proposition {
        gap: 0.5rem;
    }
    
    .value-proposition .iconify {
        font-size: 1.5rem;
        margin-top: 0.125rem;
    }
    
    .value-proposition h4 {
        font-size: 14px !important;
        margin-bottom: 0.375rem !important;
    }
    
    .value-proposition p {
        font-size: 12px !important;
        line-height: 1.4 !important;
    }
    
    .payment-terms h4 {
        font-size: 13px !important;
        margin-bottom: 0.75rem !important;
    }
    
    /* Payment Models - Small Mobile */
    .payment-model {
        padding: 0.75rem;
    }
    
    .payment-model h3 {
        font-size: 0.875rem;
        gap: 4px;
    }
    
    .payment-model h3 .iconify {
        font-size: 1rem;
    }
    
    .payment-model p {
        font-size: 12px !important;
        margin-bottom: 1rem;
        line-height: 1.4 !important;
    }
    
    .recommended-badge {
        font-size: 10px;
        padding: 3px 8px;
        right: 0.5rem;
        top: -6px;
    }
    
    /* Payment Comparison - Small Mobile - Stack vertically */
    .comparison-table {
        display: block;
    }
    
    .comparison-header {
        display: none;
    }
    
    .comparison-row {
        display: block;
        margin-bottom: 1rem;
        background: white;
        border-radius: 8px;
        padding: 1rem;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        border: 1px solid #E2E8F0;
    }
    
    .comparison-row > div {
        display: block;
        padding: 0.25rem 0;
        border: none;
    }
    
    .feature-col {
        font-weight: 700;
        color: #0F172A;
        margin-bottom: 0.5rem;
        font-size: 14px !important;
    }
    
    .model-col {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0.25rem;
        font-size: 13px !important;
    }
    
    .model-col::before {
        content: attr(data-label);
        font-weight: 600;
        color: #6B7280;
        font-size: 12px;
    }
    
    .model-col .iconify {
        font-size: 1rem;
    }
    
    .section-number {
        font-size: 1.5rem;
    }
    
    .process-icon {
        width: 35px;
        height: 35px;
        font-size: 0.875rem;
    }
    
    .process-text {
        font-size: 14px !important;
    }
    
    .terms-cta {
        padding: 1.5rem;
    }
    
    .terms-cta h3 {
        font-size: 20px !important;
    }
    
    .terms-cta .btn {
        font-size: 15px !important;
    }
    
    .contact-item strong {
        font-size: 14px !important;
    }
    
    .contact-item p {
        font-size: 13px !important;
    }
}

/* Terms Page Specific Pulse Ring Fix */
@media (max-width: 768px) {
    /* Force pulse ring animation on terms page mobile */
    .terms-hero .kk-button::before,
    .terms-content .kk-button::before,
    .terms-section .kk-button::before,
    body.terms-page .kk-button::before,
    [data-page="terms"] .kk-button::before {
        content: '' !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        border-radius: 50% !important;
        background: radial-gradient(circle, rgba(13, 148, 137, 0.4) 0%, transparent 70%) !important;
        animation: pulse-ring 2.5s ease-out infinite !important;
        z-index: -1 !important;
        display: block !important;
        visibility: visible !important;
        opacity: 0.8 !important;
        pointer-events: none !important;
        transform: scale(1) !important;
        box-sizing: border-box !important;
        animation-play-state: running !important;
        animation-iteration-count: infinite !important;
        animation-timing-function: ease-out !important;
        animation-duration: 2.5s !important;
        animation-delay: 0s !important;
        animation-fill-mode: none !important;
        animation-direction: normal !important;
    }
    
    /* Ensure keyframes are available */
    @keyframes pulse-ring {
        0% {
            transform: scale(1);
            opacity: 0.8;
        }
        100% {
            transform: scale(1.8);
            opacity: 0;
        }
    }
}

/* Mobile Performance Optimizations - NO DELAY */
@media (max-width: 768px) {
    /* Force immediate visibility for terms page elements only */
    .terms-hero *,
    .terms-content *,
    .terms-section *,
    .subscription-model *,
    .benefits-grid *,
    .process-flow *,
    .benefit-item *,
    .highlight-box *,
    .warning-box *,
    .terms-cta * {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
    
    /* Optimize scrolling performance for terms page */
    .terms-hero,
    .terms-content {
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
    }
    
    /* Force hardware acceleration for terms sections only */
    .terms-section,
    .subscription-model,
    .benefits-grid,
    .process-flow,
    .benefit-item,
    .highlight-box,
    .warning-box {
        contain: layout style paint;
        will-change: transform;
        transform: translate3d(0, 0, 0);
    }
    
    /* Completely disable hover effects on mobile for terms elements only */
    .benefit-item:hover,
    .contact-item:hover,
    .payment-model:hover {
        transform: translate3d(0, 0, 0) !important;
        box-shadow: none !important;
        border-color: inherit !important;
        transition: none !important;
    }
    
    /* Optimize images for instant loading in terms page only */
    .terms-hero img,
    .terms-content img,
    .subscription-model img {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: optimize-contrast;
        transform: translate3d(0, 0, 0);
    }
    
    /* Simplify backgrounds for instant rendering */
    .subscription-model {
        background: #f8fafc !important;
    }
    
    .highlight-box {
        background: rgba(13, 148, 137, 0.05) !important;
    }
    
    .warning-box {
        background: rgba(245, 158, 11, 0.05) !important;
    }
    
    /* Disable animations and transitions for terms elements only */
    .terms-hero *,
    .terms-content *,
    .terms-section *,
    .subscription-model *,
    .benefits-grid *,
    .process-flow *,
    .benefit-item *,
    .highlight-box *,
    .warning-box *,
    .terms-cta *,
    .terms-hero *::before,
    .terms-content *::before,
    .terms-section *::before,
    .subscription-model *::before,
    .benefits-grid *::before,
    .process-flow *::before,
    .benefit-item *::before,
    .highlight-box *::before,
    .warning-box *::before,
    .terms-cta *::before,
    .terms-hero *::after,
    .terms-content *::after,
    .terms-section *::after,
    .subscription-model *::after,
    .benefits-grid *::after,
    .process-flow *::after,
    .benefit-item *::after,
    .highlight-box *::after,
    .warning-box *::after,
    .terms-cta *::after {
        animation-duration: 0s !important;
        animation-delay: 0s !important;
        transition-duration: 0s !important;
        transition-delay: 0s !important;
    }
    
    /* IMPORTANT: Restore animations for floating elements on terms page */
    .kk-floating,
    .kk-floating *,
    .kk-floating *::before,
    .kk-floating *::after,
    .kk-online-widget,
    .kk-online-widget *,
    .kk-countdown-promo,
    .kk-countdown-promo *,
    .kk-button,
    .kk-button *,
    .kk-button::before,
    .kk-button::after,
    .kk-online-pulse,
    .kk-countdown-icon,
    .kk-avatar-icon,
    .kk-avatar-icon *,
    .avatar-face-mini,
    .avatar-face-mini *,
    .eyes-mini,
    .eyes-mini *,
    .eye-mini,
    .eye-mini::before,
    .mouth-mini,
    .hair-mini,
    .hair-mini::before {
        animation-duration: initial !important;
        animation-delay: initial !important;
        transition-duration: initial !important;
        transition-delay: initial !important;
        animation-play-state: running !important;
        animation-iteration-count: infinite !important;
        animation-name: initial !important;
        animation-timing-function: initial !important;
        animation-fill-mode: initial !important;
        animation-direction: initial !important;
    }
    
    /* Force pulse ring animation specifically on terms page mobile */
    .kk-button::before {
        content: '' !important;
        position: absolute !important;
        width: 100% !important;
        height: 100% !important;
        border-radius: 50% !important;
        background: radial-gradient(circle, rgba(13, 148, 137, 0.4) 0%, transparent 70%) !important;
        animation: pulse-ring 2.5s ease-out infinite !important;
        z-index: -1 !important;
        top: 0 !important;
        left: 0 !important;
        display: block !important;
        visibility: visible !important;
        opacity: 0.8 !important;
        pointer-events: none !important;
        transform: scale(1) !important;
        box-sizing: border-box !important;
    }
}

/* Subscription Model Styling */
.subscription-model {
    margin: 2rem 0;
    padding: 2.5rem;
    background: linear-gradient(135deg, rgba(13, 148, 137, 0.02), rgba(59, 130, 246, 0.02));
    border: 2px solid rgba(13, 148, 137, 0.1);
    border-radius: 20px;
    position: relative;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.subscription-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.subscription-header h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #0F172A !important;
    margin-bottom: 1rem !important;
}

.subscription-header h3 .iconify {
    color: #0D9489;
    font-size: 1.75rem;
}

.subscription-header p {
    font-size: 18px !important;
    color: #64748B !important;
    line-height: 1.7 !important;
    max-width: 600px;
    margin: 0 auto;
}

.subscription-benefits h4 {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #0F172A !important;
    margin-bottom: 1.5rem !important;
    text-align: center;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    background: white;
    border: 2px solid #E2E8F0;
    border-radius: 12px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.benefit-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(135deg, #0D9489, #14B8A6);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.benefit-item:hover {
    border-color: #0D9489;
    box-shadow: 0 8px 24px rgba(13, 148, 137, 0.15);
    transform: translateY(-2px);
}

.benefit-item:hover::before {
    transform: scaleX(1);
}

.benefit-item .iconify {
    font-size: 2rem;
    color: #0D9489;
    flex-shrink: 0;
    margin-top: 0.25rem;
}

.benefit-item strong {
    display: block;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #0F172A !important;
    margin-bottom: 0.5rem;
}

.benefit-item p {
    font-size: 15px !important;
    color: #64748B !important;
    line-height: 1.6 !important;
    margin: 0;
}

.subscription-value {
    margin-top: 2rem;
    padding: 2rem;
    background: white;
    border-radius: 16px;
    border: 2px solid #E2E8F0;
}

.value-proposition {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.value-proposition .iconify {
    font-size: 2.5rem;
    color: #F59E0B;
    flex-shrink: 0;
    margin-top: 0.25rem;
}

.value-proposition h4 {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #0F172A !important;
    margin-bottom: 0.75rem !important;
}

.value-proposition p {
    font-size: 16px !important;
    color: #64748B !important;
    line-height: 1.7 !important;
    margin: 0;
}

.payment-terms {
    margin-top: 2rem;
    padding: 2rem;
    background: #F8FAFC;
    border-radius: 16px;
    border: 2px solid #E2E8F0;
}

.payment-terms h4 {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #0F172A !important;
    margin-bottom: 1.5rem !important;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.payment-terms h4::before {
    content: '💳';
    font-size: 1.25rem;
}

/* Payment Models Styling */
.payment-models {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin: 2rem 0;
    width: 100%;
    max-width: 100%;
}

.payment-model {
    background: white;
    border: 2px solid #E2E8F0;
    border-radius: 16px;
    padding: 2rem;
    position: relative;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.payment-model:hover {
    border-color: #0D9489;
    box-shadow: 0 8px 24px rgba(13, 148, 137, 0.15);
    transform: translateY(-2px);
}

.payment-model.recommended {
    border-color: #0D9489;
    background: linear-gradient(135deg, rgba(13, 148, 137, 0.02), white);
}

.recommended-badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background: linear-gradient(135deg, #0D9489, #14B8A6);
    color: white;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 4px;
    box-shadow: 0 4px 12px rgba(13, 148, 137, 0.3);
}

.payment-model h3 {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #0F172A;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.payment-model h3 .iconify {
    color: #0D9489;
    font-size: 1.5rem;
}

.payment-model p {
    color: #475569;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.highlight-box.success {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.05), rgba(34, 197, 94, 0.02));
    border-color: #22C55E;
}

.highlight-box.success .iconify {
    color: #22C55E;
}

/* Payment Comparison Table */
.payment-comparison {
    margin: 2.5rem 0;
    background: #F8FAFC;
    border-radius: 16px;
    padding: 2rem;
}

.payment-comparison h4 {
    color: #0F172A;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-align: center;
}

.comparison-table {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 0;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.comparison-header {
    display: contents;
}

.comparison-header > div {
    background: #0D9489;
    color: white;
    padding: 1rem;
    font-weight: 700;
    text-align: center;
}

.comparison-row {
    display: contents;
}

.comparison-row > div {
    padding: 0.875rem 1rem;
    border-bottom: 1px solid #E2E8F0;
    display: flex;
    align-items: center;
}

.feature-col {
    font-weight: 600;
    color: #374151;
}

.model-col {
    justify-content: center;
    text-align: center;
}

.model-col .iconify.check {
    color: #22C55E;
    font-size: 1.25rem;
}

.model-col .iconify.cross {
    color: #EF4444;
    font-size: 1.25rem;
}

.comparison-row:last-child > div {
    border-bottom: none;
}

.comparison-row:nth-child(even) > div {
    background: #F9FAFB;
}

/* Payment General */
.payment-general {
    margin-top: 2rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(13, 148, 137, 0.05), rgba(13, 148, 137, 0.02));
    border-radius: 12px;
    border: 1px solid rgba(13, 148, 137, 0.2);
}

.payment-general h4 {
    color: #0F172A;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

/* Responsive */
@media (max-width: 768px) {
    .payment-models {
        gap: 1.5rem;
    }
    
    .payment-model {
        padding: 1.5rem;
    }
    
    .payment-model h3 {
        font-size: 1.125rem;
    }
    
    .comparison-table {
        grid-template-columns: 1.5fr 1fr 1fr;
        font-size: 0.875rem;
    }
    
    .comparison-header > div,
    .comparison-row > div {
        padding: 0.75rem 0.5rem;
    }
    
    .payment-comparison {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .comparison-table {
        grid-template-columns: 1fr;
    }
    
    .comparison-header {
        display: none;
    }
    
    .comparison-row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.5rem;
        margin-bottom: 1rem;
        background: white;
        border-radius: 8px;
        padding: 1rem;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }
    
    .comparison-row > div {
        border: none;
        padding: 0;
    }
    
    .feature-col {
        font-weight: 700;
        color: #0F172A;
        margin-bottom: 0.5rem;
    }
    
    .model-col {
        justify-content: flex-start;
        gap: 0.5rem;
    }
    
    .model-col::before {
        content: attr(data-label);
        font-weight: 600;
        color: #6B7280;
        min-width: 100px;
    }
}

/* Terms Page Chat Button Specific Fixes */
.terms-hero .kk-floating,
.terms-content .kk-floating,
.terms-section .kk-floating {
    isolation: isolate !important;
    transform: translateZ(0) !important;
    z-index: 1000003 !important;
}

.terms-hero .kk-button,
.terms-content .kk-button,
.terms-section .kk-button {
    background: linear-gradient(135deg, 
        #0D9489 0%, 
        #14B8A6 50%,
        #0D9489 100%) !important;
    opacity: 1 !important;
    filter: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: 0 12px 35px rgba(13, 148, 137, 0.4),
                0 6px 15px rgba(0, 0, 0, 0.15),
                inset 0 2px 0 rgba(255, 255, 255, 0.3) !important;
    animation: gradientShift 3s ease infinite, pulse 2s ease-in-out infinite !important;
}

/* Force pulse ring on all screen sizes for terms page */
.terms-hero .kk-button::before,
.terms-content .kk-button::before,
.terms-section .kk-button::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 50% !important;
    background: radial-gradient(circle, rgba(13, 148, 137, 0.4) 0%, transparent 70%) !important;
    animation: pulse-ring 2.5s ease-out infinite !important;
    z-index: -1 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 0.8 !important;
    pointer-events: none !important;
    transform: scale(1) !important;
    box-sizing: border-box !important;
}

/* Ensure animations work on terms page */
@keyframes pulse-ring {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

/* Override any conflicting styles specifically for terms page */
body[class*="terms"] .kk-button::before,
[class*="terms"] .kk-button::before,
.terms-page .kk-button::before {
    animation: pulse-ring 2.5s ease-out infinite !important;
    animation-play-state: running !important;
}