/* ============================================
   KOSIFY LANDING PAGE - CRO OPTIMIZED STYLES
   ============================================ */

/* Landing Page Body */
.kosify-landing-page {
    background: #ffffff;
}

/* ============================================
   HERO SECTION
   ============================================ */
.kosify-landing-hero {
    padding: 80px 0 60px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.kosify-landing-hero-content h1 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: #1a1a1a;
    margin-bottom: 24px;
}

.kosify-landing-subtitle {
    font-size: 1.25rem;
    line-height: 1.6;
    color: #4a5568;
    margin-bottom: 32px;
}

.kosify-landing-cta {
    display: inline-block;
    margin-bottom: 32px;
    font-size: 1.125rem;
    padding: 16px 40px;
    text-align: center;
}

/* Center button text in both default and hover states */
.kosify-landing-cta .btn-wraper,
.kosify-landing-submit-btn .btn-wraper {
    display: block;
    width: 100%;
    text-align: center;
}

/* Fix hover centering for landing CTA and submit buttons */
.kosify-landing-cta::after,
.kosify-landing-submit-btn::after {
    left: 50%;
    transform: translate(-50%, 100%) !important;
}

.kosify-landing-cta:hover::after,
.kosify-landing-submit-btn:hover::after {
    transform: translate(-50%, -50%) !important;
}

.kosify-landing-trust-bullets {
    list-style: none;
    padding: 0;
    margin: 0;
}

.kosify-landing-trust-bullets li {
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #2d3748;
    margin-bottom: 12px;
}

.kosify-landing-trust-bullets li i {
    color: #10b981;
    font-size: 1.25rem;
    margin-right: 12px;
}

.kosify-landing-hero-visual {
    text-align: center;
}

.kosify-landing-hero-visual img {
    max-width: 100%;
    height: auto;
}

/* ============================================
   SECTION GENERAL STYLES
   ============================================ */
.kosify-landing-section {
    padding: 80px 0;
}

.kosify-landing-section-header {
    text-align: center;
    margin-bottom: 60px;
}

.kosify-landing-section-header h2 {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.3;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.kosify-landing-lead {
    font-size: 1.125rem;
    line-height: 1.7;
    color: #4a5568;
    max-width: 800px;
    margin: 0 auto;
}

/* ============================================
   PROBLEM SECTION
   ============================================ */
.kosify-landing-problem {
    background: #ffffff;
}

.kosify-landing-problem-grid {
    margin-top: 48px;
}

.kosify-landing-problem-card {
    background: #f8f9fa;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 32px 24px;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.kosify-landing-problem-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.kosify-landing-icon {
    width: 56px;
    height: 56px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border: 2px solid #e2e8f0;
}

.kosify-landing-icon i {
    font-size: 28px;
    color: #3b82f6;
}

.kosify-landing-problem-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.kosify-landing-problem-card p {
    font-size: 1rem;
    line-height: 1.6;
    color: #4a5568;
    margin: 0;
}

.kosify-landing-problem-conclusion {
    text-align: center;
    font-size: 1.125rem;
    font-weight: 500;
    color: #2d3748;
    margin-top: 48px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* ============================================
   ANALYSIS SECTION
   ============================================ */
.kosify-landing-analysis {
    background: #f8f9fa;
}

.kosify-landing-analysis-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 40px 28px;
    height: 100%;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.kosify-landing-analysis-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.kosify-landing-icon-large {
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}

.kosify-landing-icon-large i {
    font-size: 36px;
    color: #ffffff;
}

.kosify-landing-analysis-card h3 {
    font-size: 1.375rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.kosify-landing-analysis-card p {
    font-size: 1rem;
    line-height: 1.7;
    color: #4a5568;
    margin: 0;
}

.kosify-landing-analysis-footer {
    text-align: center;
    font-size: 1.125rem;
    font-weight: 500;
    color: #2d3748;
    margin-top: 48px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* ============================================
   CASES SECTION
   ============================================ */
.kosify-landing-cases {
    background: #ffffff;
}

.kosify-landing-case-card {
    background: #f8f9fa;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 32px 24px;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.kosify-landing-case-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    border-color: #3b82f6;
}

.kosify-landing-case-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    margin-bottom: 24px;
    padding: 12px 0;
}

.kosify-landing-case-logo img {
    max-height: 50px;
    max-width: 140px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%) opacity(0.7);
    transition: filter 0.3s ease;
}

.kosify-landing-case-card:hover .kosify-landing-case-logo img {
    filter: grayscale(0%) opacity(1);
}

.kosify-landing-case-label {
    display: inline-block;
    background: #eff6ff;
    color: #1e40af;
    font-size: 0.8125rem;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 6px;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.kosify-landing-case-card h3 {
    font-size: 1.375rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.kosify-landing-case-situation {
    font-size: 0.9375rem;
    color: #6b7280;
    margin-bottom: 12px;
    font-style: italic;
}

.kosify-landing-case-improvement {
    font-size: 1rem;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 20px;
}

.kosify-landing-case-result {
    background: #f0fdf4;
    border-left: 4px solid #10b981;
    padding: 16px;
    border-radius: 6px;
    font-size: 1rem;
    color: #065f46;
}

.kosify-landing-case-result strong {
    color: #047857;
}

/* ============================================
   RESULT SECTION
   ============================================ */
.kosify-landing-result {
    background: #f8f9fa;
}

.kosify-landing-result h2 {
    font-size: 2.25rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 24px;
}

.kosify-landing-result-intro {
    font-size: 1.125rem;
    color: #4a5568;
    margin-bottom: 24px;
}

.kosify-landing-result-list {
    list-style: none;
    padding: 0;
    margin-bottom: 24px;
}

.kosify-landing-result-list li {
    display: flex;
    align-items: flex-start;
    font-size: 1.0625rem;
    color: #2d3748;
    margin-bottom: 16px;
}

.kosify-landing-result-list li i {
    color: #10b981;
    font-size: 1.5rem;
    margin-right: 12px;
    flex-shrink: 0;
}

.kosify-landing-result-conclusion {
    font-size: 1.0625rem;
    font-weight: 500;
    color: #2d3748;
}

.kosify-landing-result-visual {
    text-align: center;
}

.kosify-landing-result-visual img {
    max-width: 100%;
    height: auto;
}

/* ============================================
   EDUCATION SECTION
   ============================================ */
.kosify-landing-education {
    background: #ffffff;
}

.kosify-landing-education-content {
    max-width: 900px;
    margin: 0 auto;
}

.kosify-landing-education-intro {
    font-size: 1.125rem;
    color: #2d3748;
    margin-bottom: 40px;
    text-align: center;
}

.kosify-landing-principles {
    margin-bottom: 40px;
}

.kosify-landing-principle {
    text-align: center;
    padding: 24px;
}

.kosify-landing-principle-number {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: #ffffff;
    font-size: 1.75rem;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.kosify-landing-principle p {
    font-size: 1.0625rem;
    line-height: 1.6;
    color: #2d3748;
    margin: 0;
}

.kosify-landing-education-conclusion {
    font-size: 1.0625rem;
    font-weight: 500;
    color: #4a5568;
    text-align: center;
}

/* ============================================
   OFFER SECTION
   ============================================ */
.kosify-landing-offer {
    background: #f8f9fa;
}

.kosify-landing-offer-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 32px 24px;
    text-align: center;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.kosify-landing-offer-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.kosify-landing-offer-icon {
    width: 64px;
    height: 64px;
    background: #eff6ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.kosify-landing-offer-icon i {
    font-size: 32px;
    color: #3b82f6;
}

.kosify-landing-offer-card p {
    font-size: 1.0625rem;
    line-height: 1.6;
    color: #2d3748;
    margin: 0;
    font-weight: 500;
}

.kosify-landing-offer-extra {
    text-align: center;
    font-size: 1.0625rem;
    color: #4a5568;
    margin-top: 48px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* ============================================
   PROCESS SECTION
   ============================================ */
.kosify-landing-process {
    background: #ffffff;
}

.kosify-landing-process-steps {
    position: relative;
    margin-bottom: 48px;
}

.kosify-landing-process-step {
    text-align: center;
    padding: 24px;
}

.kosify-landing-step-number {
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #ffffff;
    font-size: 2rem;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

.kosify-landing-process-step h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.kosify-landing-process-step p {
    font-size: 1rem;
    line-height: 1.6;
    color: #4a5568;
    margin: 0;
}

.kosify-landing-process-footer {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.kosify-landing-process-footer p {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.0625rem;
    color: #2d3748;
    margin-bottom: 12px;
}

.kosify-landing-process-footer p i {
    color: #10b981;
    font-size: 1.25rem;
    margin-right: 8px;
}

/* ============================================
   RISK REMOVAL SECTION
   ============================================ */
.kosify-landing-risk {
    background: #fef3c7;
    padding: 60px 0;
}

.kosify-landing-risk-box {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.kosify-landing-risk-box h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.kosify-landing-risk-text {
    font-size: 1.125rem;
    line-height: 1.7;
    color: #2d3748;
    margin-bottom: 24px;
}

.kosify-landing-risk-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 32px;
}

.kosify-landing-risk-list li {
    font-size: 1.125rem;
    font-weight: 600;
    color: #92400e;
}

/* ============================================
   FINAL CTA SECTION
   ============================================ */
.kosify-landing-final-cta {
    background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
    padding: 80px 0;
}

.kosify-landing-final-cta .kosify-landing-section-header h2 {
    color: #ffffff;
}

.kosify-landing-final-cta .kosify-landing-lead {
    color: #e0e7ff;
}

.kosify-landing-cta-box {
    max-width: 700px;
    margin: 0 auto;
}

/* ============================================
   FORM STYLES
   ============================================ */
.kosify-landing-form {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.kosify-landing-form-group {
    margin-bottom: 24px;
}

.kosify-landing-form-group label {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.kosify-landing-form-group input,
.kosify-landing-form-group textarea {
    width: 100%;
    padding: 14px 16px;
    font-size: 1rem;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.kosify-landing-form-group input:focus,
.kosify-landing-form-group textarea:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.kosify-landing-form-group textarea {
    resize: vertical;
    min-height: 100px;
}

.kosify-field-error {
    display: block;
    color: #dc2626;
    font-size: 0.875rem;
    margin-top: 6px;
}

.kosify-landing-submit-btn {
    width: 100%;
    padding: 18px 32px;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 16px;
}

.kosify-landing-submit-btn.loading {
    opacity: 0.7;
    cursor: not-allowed;
}

.kosify-landing-microcopy {
    text-align: center;
    font-size: 0.9375rem;
    color: #6b7280;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kosify-landing-microcopy i {
    margin-right: 6px;
    color: #10b981;
}

/* ============================================
   SUCCESS MESSAGE
   ============================================ */
.kosify-landing-success {
    text-align: center;
    padding: 40px;
}

.kosify-landing-success-icon {
    width: 80px;
    height: 80px;
    background: #10b981;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}

.kosify-landing-success-icon i {
    font-size: 48px;
    color: #ffffff;
}

.kosify-landing-success h3 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.kosify-landing-success p {
    font-size: 1.125rem;
    line-height: 1.7;
    color: #4a5568;
    margin: 0;
}

/* ============================================
   ERROR MESSAGE
   ============================================ */
.kosify-landing-final-cta .alert-danger {
    background: #FEE2E2;
    border: 2px solid #EF4444;
    border-radius: 12px;
    padding: 20px 24px;
    margin-bottom: 24px;
    color: #991B1B;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 12px;
}

.kosify-landing-final-cta .alert-danger i {
    font-size: 1.5rem;
    color: #EF4444;
    flex-shrink: 0;
}

/* ============================================
   RESPONSIVE STYLES
   ============================================ */
@media (max-width: 991px) {
    .kosify-landing-hero {
        padding: 60px 0 40px;
    }

    .kosify-landing-hero-content h1 {
        font-size: 2rem;
    }

    .kosify-landing-subtitle {
        font-size: 1.125rem;
    }

    .kosify-landing-section {
        padding: 60px 0;
    }

    .kosify-landing-section-header h2 {
        font-size: 1.875rem;
    }

    .kosify-landing-final-cta {
        padding: 60px 0;
    }
}

@media (max-width: 767px) {
    .kosify-landing-hero-content {
        text-align: center;
    }

    .kosify-landing-hero h1 {
        font-size: 1.75rem;
        max-width: 100%;
    }

    .kosify-landing-subtitle {
        font-size: 1rem;
        max-width: 100%;
    }

    .kosify-landing-cta {
        margin-left: auto;
        margin-right: auto;
    }

    .kosify-landing-section-header h2 {
        font-size: 1.625rem;
    }

    .kosify-landing-form {
        padding: 32px 24px;
    }

    .kosify-landing-risk-list {
        flex-direction: column;
        gap: 16px;
    }

    .kosify-landing-problem-card,
    .kosify-landing-analysis-card,
    .kosify-landing-case-card,
    .kosify-landing-offer-card {
        margin-bottom: 24px;
    }
}

/* ============================================
   STATS BAR
   ============================================ */
.kosify-landing-stats-bar {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 2px solid #e2e8f0;
}

.kosify-landing-stat {
    text-align: center;
    padding: 20px 10px;
}

.kosify-landing-stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #3b82f6;
    line-height: 1;
    margin-bottom: 8px;
}

.kosify-landing-stat-label {
    font-size: 0.9375rem;
    color: #6b7280;
    font-weight: 500;
}

/* ============================================
   BEFORE/AFTER SECTION
   ============================================ */
.kosify-landing-before-after {
    background: #f8f9fa;
}

.kosify-landing-before-after .row {
    justify-content: center;
}

.kosify-landing-before-after img {
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

/* ============================================
   SOCIAL PROOF / TESTIMONIALS
   ============================================ */
.kosify-landing-social-proof {
    background: #ffffff;
}

.kosify-landing-testimonials {
    margin-top: 48px;
}

.kosify-landing-testimonial-card {
    background: #f8f9fa;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 32px 24px;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.kosify-landing-testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    border-color: #3b82f6;
}

.kosify-landing-testimonial-rating {
    margin-bottom: 16px;
}

.kosify-landing-testimonial-rating i {
    color: #f59e0b;
    font-size: 1.125rem;
    margin-right: 2px;
}

.kosify-landing-testimonial-text {
    font-size: 1.0625rem;
    line-height: 1.7;
    color: #2d3748;
    margin-bottom: 20px;
    font-style: italic;
}

.kosify-landing-testimonial-author {
    font-size: 0.9375rem;
    color: #6b7280;
}

.kosify-landing-testimonial-author strong {
    color: #1a1a1a;
    font-weight: 600;
}

/* ============================================
   TRUST BADGES
   ============================================ */
.kosify-landing-trust-badges {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 32px;
    flex-wrap: wrap;
}

.kosify-landing-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    border: 2px solid #92400e;
    border-radius: 8px;
    padding: 12px 20px;
    font-size: 1rem;
    font-weight: 600;
    color: #92400e;
}

.kosify-landing-badge i {
    font-size: 1.25rem;
}

/* ============================================
   ACCESSIBILITY
   ============================================ */
@media (prefers-reduced-motion: reduce) {
    .kosify-landing-problem-card,
    .kosify-landing-analysis-card,
    .kosify-landing-case-card,
    .kosify-landing-offer-card,
    .kosify-landing-testimonial-card {
        transition: none;
    }
}

/* ============================================
   ADDITIONAL RESPONSIVE STYLES
   ============================================ */
@media (max-width: 767px) {
    .kosify-landing-stat-number {
        font-size: 2rem;
    }
    
    .kosify-landing-stat-label {
        font-size: 0.875rem;
    }
    
    .kosify-landing-trust-badges {
        flex-direction: column;
        gap: 12px;
    }
    
    .kosify-landing-badge {
        justify-content: center;
    }
    
    .kosify-landing-testimonial-card {
        margin-bottom: 24px;
    }
}
