/* Custom CSS for Robonora - Pixel-perfect replica of psycheholistic.com design */

:root {
    --primary-purple: #5B4B8C;
    --light-purple: #7C6BA8;
    --background-light: #FAFAF9;
    --text-dark: #000000;
    --text-gray: #6B7280;
    --white: #FFFFFF;
    --border-light: #E5E7EB;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Crimson Text', serif;
    background-color: var(--background-light);
    color: var(--text-dark);
    line-height: 1.6;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    line-height: 1.2;
}

/* Navigation */
.navbar {
    background-color: var(--background-light) !important;
    border-bottom: 1px solid var(--border-light);
    padding: 1rem 0;
}

.navbar-brand {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 1.5rem;
    color: var(--text-dark) !important;
    text-decoration: none;
}

.brand-circle {
    width: 24px;
    height: 24px;
    background-color: var(--primary-purple);
    border-radius: 50%;
}

.brand-text {
    color: var(--text-dark);
}

.navbar-text {
    color: var(--text-gray);
    font-size: 1rem;
}

/* Hero Section */
.hero-section {
    padding: 120px 0 80px;
    background-color: var(--background-light);
}

.hero-circle {
    width: 80px;
    height: 80px;
    background-color: var(--primary-purple);
    border-radius: 50%;
}

.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    font-weight: 400;
    color: var(--text-dark);
    margin-bottom: 2rem;
    line-height: 1.1;
}

.hero-description {
    font-size: 1.125rem;
    color: var(--text-gray);
    max-width: 600px;
    margin: 0 auto 3rem;
    line-height: 1.7;
}

.email-signup-form {
    max-width: 500px;
    margin: 0 auto;
}

.email-input {
    border: 1px solid var(--border-light);
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 1rem;
    background-color: var(--white);
    min-width: 280px;
}

.email-input:focus {
    border-color: var(--primary-purple);
    box-shadow: 0 0 0 0.2rem rgba(91, 75, 140, 0.25);
}

.join-btn {
    background-color: var(--primary-purple);
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    font-size: 1rem;
    font-weight: 600;
    color: var(--white);
    transition: all 0.3s ease;
    white-space: nowrap;
}

.join-btn:hover {
    background-color: var(--light-purple);
    transform: translateY(-1px);
}

.signup-note {
    font-size: 0.875rem;
    color: var(--text-gray);
}

/* Features Section */
.features-section {
    padding: 80px 0;
    background-color: var(--white);
}

.section-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 400;
    color: var(--text-dark);
    margin-bottom: 3rem;
    line-height: 1.2;
}

.feature-card {
    padding: 2rem 1rem;
    background-color: var(--background-light);
    border-radius: 12px;
    transition: transform 0.3s ease;
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-5px);
}

.feature-icon {
    width: 60px;
    height: 60px;
    background-color: var(--primary-purple);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.feature-icon i {
    font-size: 1.5rem;
    color: var(--white);
}

.feature-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.feature-description {
    font-size: 0.95rem;
    color: var(--text-gray);
    line-height: 1.6;
}

/* Why Different Section */
.why-different-section {
    padding: 80px 0;
    background-color: var(--background-light);
}

.section-circle {
    width: 60px;
    height: 60px;
    background-color: var(--primary-purple);
    border-radius: 50%;
}

.section-description {
    font-size: 1.125rem;
    color: var(--text-gray);
    line-height: 1.7;
}

.value-prop {
    padding: 1.5rem 1rem;
}

.value-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.value-subtitle {
    font-size: 0.875rem;
    color: var(--text-gray);
    margin: 0;
}

/* CTA Section */
.cta-section {
    padding: 80px 0;
    background-color: var(--white);
}

.cta-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 400;
    color: var(--text-dark);
    line-height: 1.2;
}

.cta-description {
    font-size: 1.125rem;
    color: var(--text-gray);
    line-height: 1.7;
}

/* Footer */
.footer {
    background-color: var(--text-dark);
    color: var(--white);
    padding: 60px 0 30px;
}

.footer-brand .brand-circle {
    background-color: var(--primary-purple);
}

.footer-brand .brand-text {
    color: var(--white);
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 1.5rem;
}

.footer-description {
    color: #D1D5DB;
    font-size: 0.95rem;
    line-height: 1.6;
}

.footer-heading {
    font-family: 'Playfair Display', serif;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 1rem;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: #D1D5DB;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: var(--white);
}

.contact-info p {
    margin-bottom: 0.5rem;
    color: #D1D5DB;
    font-size: 0.95rem;
}

.contact-info a {
    color: #D1D5DB;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-info a:hover {
    color: var(--white);
}

.footer-divider {
    border-color: #374151;
    margin: 2rem 0 1rem;
}

.copyright {
    color: #9CA3AF;
    font-size: 0.875rem;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .cta-title {
        font-size: 2rem;
    }
    
    .email-signup-form .d-flex {
        flex-direction: column;
        gap: 1rem !important;
    }
    
    .email-input {
        min-width: 100%;
    }
    
    .join-btn {
        width: 100%;
    }
    
    .hero-section {
        padding: 100px 0 60px;
    }
    
    .features-section,
    .why-different-section,
    .cta-section {
        padding: 60px 0;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .section-title {
        font-size: 1.75rem;
    }
    
    .cta-title {
        font-size: 1.75rem;
    }
    
    .hero-description,
    .section-description,
    .cta-description {
        font-size: 1rem;
    }
}

/* Form Success Message */
.success-message {
    background-color: #D1FAE5;
    border: 1px solid #10B981;
    color: #065F46;
    padding: 1rem;
    border-radius: 8px;
    margin-top: 1rem;
    display: none;
}

.success-message.show {
    display: block;
}

/* Pricing Page Styles */
.pricing-card {
    background-color: var(--white);
    border: 2px solid var(--border-light);
    border-radius: 16px;
    padding: 2rem;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.pricing-card.featured {
    border-color: var(--primary-purple);
    transform: scale(1.05);
}

.pricing-card.featured:hover {
    transform: scale(1.05) translateY(-5px);
}

.featured-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--primary-purple);
    color: var(--white);
    padding: 0.5rem 1.5rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
}

.pricing-header {
    text-align: center;
    margin-bottom: 2rem;
}

.plan-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.price-display {
    margin-bottom: 1rem;
}

.currency {
    font-size: 1.5rem;
    color: var(--text-gray);
    vertical-align: top;
}

.price {
    font-size: 3rem;
    font-weight: 700;
    color: var(--primary-purple);
    font-family: 'Playfair Display', serif;
}

.period {
    font-size: 0.875rem;
    color: var(--text-gray);
    display: block;
    margin-top: 0.5rem;
}

.plan-description {
    color: var(--text-gray);
    font-size: 0.95rem;
    line-height: 1.5;
}

.pricing-features {
    margin-bottom: 2rem;
}

.feature-list {
    list-style: none;
    padding: 0;
}

.feature-list li {
    padding: 0.5rem 0;
    font-size: 0.95rem;
    color: var(--text-dark);
}

.pricing-footer .btn {
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    border-radius: 8px;
}

/* Modal Styles */
.modal-content {
    border-radius: 12px;
    border: none;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.modal-header {
    border-bottom: 1px solid var(--border-light);
    padding: 1.5rem;
}

.modal-title {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    color: var(--text-dark);
}

.modal-body {
    padding: 1.5rem;
}

.modal-footer {
    border-top: 1px solid var(--border-light);
    padding: 1.5rem;
}

.form-label {
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.form-control, .form-select {
    border: 1px solid var(--border-light);
    border-radius: 8px;
    padding: 0.75rem;
    font-size: 0.95rem;
}

.form-control:focus, .form-select:focus {
    border-color: var(--primary-purple);
    box-shadow: 0 0 0 0.2rem rgba(91, 75, 140, 0.25);
}

.form-check-input:checked {
    background-color: var(--primary-purple);
    border-color: var(--primary-purple);
}

.form-check-input:focus {
    box-shadow: 0 0 0 0.2rem rgba(91, 75, 140, 0.25);
}

.is-invalid {
    border-color: #dc3545 !important;
}

/* Terms and Privacy Page Styles */
.content-section {
    padding: 120px 0 80px;
    background-color: var(--background-light);
}

.content-container {
    max-width: 800px;
    margin: 0 auto;
}

.content-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 2rem;
    text-align: center;
}

.content-body h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.content-body h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.content-body p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-dark);
}

.content-body ul, .content-body ol {
    margin-bottom: 1rem;
    padding-left: 2rem;
}

.content-body li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
    color: var(--text-dark);
}

.last-updated {
    font-style: italic;
    color: var(--text-gray);
    text-align: center;
    margin-bottom: 2rem;
}
