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

body {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background: linear-gradient(135deg, #FFE5D4 0%, #F4C2A1 100%);
    min-height: 100vh;
    color: #2D2D2D;
    font-feature-settings: 'kern' 1, 'liga' 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

header {
    position: absolute;
    top: 40px;
    left: 20px;
    right: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
}

.logo {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #2D2D2D;
    letter-spacing: -0.4px;
}

.nav {
    display: flex;
    gap: 32px;
    align-items: center;
}

.nav-link {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
    letter-spacing: -0.1px;
}

.nav-link:hover {
    color: #2D2D2D;
}

.nav-link.active {
    color: #2D2D2D;
    font-weight: 600;
}

.hero {
    text-align: left;
    max-width: 800px;
    margin-left: 0;
    margin-top: 80px;
}

.hero-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(48px, 8vw, 96px);
    font-weight: 600;
    color: #2D2D2D;
    line-height: 1.02;
    margin-bottom: 40px;
    letter-spacing: -2.2px;
    font-feature-settings: 'kern' 1;
}

.hero-content {
    margin-bottom: 60px;
}

.hero-description {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 28px;
    font-weight: 400;
    color: #2D2D2D;
    line-height: 1.42;
    margin-bottom: 20px;
    opacity: 0.9;
    letter-spacing: -0.3px;
}

.hero-description-emphasis {
    margin-top: 32px;
    margin-bottom: 40px;
}

.emi-name {
    color: #FF6B35;
    font-weight: 600;
    position: relative;
}

.trust-indicators {
    font-family: 'Inter', sans-serif;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 450;
    color: #666;
    opacity: 0.85;
    letter-spacing: -0.1px;
}

.indicator {
    white-space: nowrap;
}

.separator {
    color: #999;
    margin: 0 4px;
}

.cta-button {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background: #2D2D2D;
    color: white;
    font-size: 18px;
    font-weight: 500;
    padding: 18px 36px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(45, 45, 45, 0.2);
    letter-spacing: -0.1px;
}

.cta-button:hover {
    background: #1A1A1A;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(248, 249, 250, 0.25);
}

.cta-button:active {
    transform: translateY(0);
    box-shadow: 0 2px 15px rgba(248, 249, 250, 0.15);
}

/* Email capture form */
.email-capture-form {
    margin-top: 0;
}

.email-input-container {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
    flex-wrap: wrap;
    align-items: stretch;
}

.email-input {
    font-family: 'Plus Jakarta Sans', sans-serif;
    flex: 1;
    min-width: 280px;
    font-size: 16px;
    padding: 18px 24px;
    border: 2px solid #E5E5E5;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.9);
    color: #2D2D2D;
    transition: all 0.3s ease;
    letter-spacing: -0.1px;
}

.email-input:focus {
    outline: none;
    border-color: #2D2D2D;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 4px 20px rgba(45, 45, 45, 0.1);
}

.email-input::placeholder {
    color: #999;
    opacity: 1;
}

.email-submit-btn {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background: #2D2D2D;
    color: white;
    font-size: 16px;
    font-weight: 500;
    padding: 18px 32px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(45, 45, 45, 0.2);
    letter-spacing: -0.1px;
    white-space: nowrap;
    min-width: 160px;
}

.email-submit-btn:hover {
    background: #1A1A1A;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(45, 45, 45, 0.3);
}

.email-submit-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 15px rgba(45, 45, 45, 0.2);
}

.email-submit-btn:disabled {
    background: #999;
    cursor: not-allowed;
    transform: none;
    box-shadow: 0 2px 10px rgba(153, 153, 153, 0.2);
}

.email-disclaimer {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #666;
    text-align: center;
    margin: 0;
    opacity: 0.8;
    letter-spacing: -0.05px;
    position: relative;
    left: calc(-80px - 6px);
}

/* Form feedback */
.form-feedback {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    padding: 12px 20px;
    border-radius: 8px;
    margin-top: 16px;
    text-align: center;
    letter-spacing: -0.05px;
}

.form-feedback.success {
    background: rgba(34, 197, 94, 0.1);
    color: #15803d;
    border: 1px solid rgba(34, 197, 94, 0.2);
}

.form-feedback.error {
    background: rgba(239, 68, 68, 0.1);
    color: #dc2626;
    border: 1px solid rgba(239, 68, 68, 0.2);
}

/* Thank you message */
.thank-you-message {
    text-align: center;
    padding: 40px 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.thank-you-message h3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #2D2D2D;
    margin-bottom: 16px;
    letter-spacing: -0.3px;
}

.thank-you-message p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 18px;
    color: #2D2D2D;
    opacity: 0.8;
    margin: 0;
    letter-spacing: -0.1px;
}

/* Page system */
.page {
    display: none;
    text-align: left;
    max-width: 800px;
    margin-left: 0;
}

.page.active {
    display: block;
}

.page-content {
    padding-top: 120px;
}

.page-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(36px, 6vw, 64px);
    font-weight: 600;
    color: #2D2D2D;
    line-height: 1.1;
    margin-bottom: 40px;
    letter-spacing: -1.5px;
}

.content-section {
    font-family: 'Plus Jakarta Sans', sans-serif;
    max-width: 700px;
}

.content-section p {
    font-size: 18px;
    line-height: 1.6;
    color: #2D2D2D;
    margin-bottom: 24px;
    opacity: 0.9;
}

.content-section h3 {
    font-size: 24px;
    font-weight: 600;
    color: #2D2D2D;
    margin: 32px 0 16px 0;
    letter-spacing: -0.3px;
}

.feature-list {
    margin: 20px 0;
    padding-left: 0;
    list-style: none;
}

.feature-list li {
    font-size: 18px;
    line-height: 1.6;
    color: #2D2D2D;
    margin-bottom: 16px;
    padding-left: 24px;
    position: relative;
    opacity: 0.9;
}

.feature-list li:before {
    content: "•";
    color: #666;
    font-weight: bold;
    position: absolute;
    left: 0;
}

/* Emi name emphasis */
.intro-paragraph {
    font-size: 20px !important;
    font-style: italic;
    margin-bottom: 24px !important;
    opacity: 0.8;
}

.emi-highlight {
    color: #D97706;
    font-weight: 700;
    font-size: 1.1em;
    letter-spacing: 0.5px;
}

@media (max-width: 768px) {
    .container {
        padding: 20px;
    }
    
    header {
        position: static;
        margin-bottom: 60px;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    
    .logo {
        font-size: 24px;
    }
    
    .nav {
        gap: 24px;
    }
    
    .nav-link {
        font-size: 14px;
    }
    
    .hero-title {
        font-size: clamp(36px, 10vw, 64px);
        margin-bottom: 30px;
        letter-spacing: -1.8px;
    }
    
    .hero-description {
        font-size: 22px;
        margin-bottom: 16px;
    }
    
    .hero-description-emphasis {
        margin-top: 24px;
        margin-bottom: 30px;
    }
    
    .hero-content {
        margin-bottom: 40px;
    }
    
    .trust-indicators {
        font-size: 14px;
        justify-content: flex-start;
    }
    
    .cta-button {
        font-size: 16px;
        padding: 16px 32px;
        width: 100%;
        max-width: 280px;
    }
    
    .page-title {
        font-size: clamp(28px, 8vw, 48px);
        margin-bottom: 30px;
    }
    
    .content-section p {
        font-size: 16px;
    }
    
    .content-section h3 {
        font-size: 20px;
        margin: 24px 0 12px 0;
    }
    
    .feature-list li {
        font-size: 16px;
        margin-bottom: 12px;
    }
    
    /* Mobile email form styles */
    .email-input-container {
        flex-direction: column;
        gap: 16px;
    }
    
    .email-input {
        min-width: 100%;
        font-size: 16px;
    }
    
    .email-submit-btn {
        width: 100%;
        font-size: 16px;
    }
    
    .email-disclaimer {
        font-size: 13px;
        left: 0;
    }
}

@media (max-width: 480px) {
    .trust-indicators {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
    
    .separator {
        display: none;
    }
}