@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

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

html {
    overflow-x: hidden;
    width: 100%;
}

body {
    font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
    width: 100%;
    position: relative;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
header {
    padding: 15px 0;
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    height: 55px;
    width: auto;
}

.nav-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 4px;
}

.nav-toggle span {
    width: 24px;
    height: 2px;
    background: #333;
    transition: all 0.3s ease;
}

/* Main content */
main {
    margin-top: 80px;
}

@media (max-width: 1200px) {
    main {
        margin-top: 65px;
    }
}

/* Hero Section */
.hero {
    background: white;
    padding: 40px 0 80px;
    text-align: center;
}

.hero-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 24px;
    max-width: 523px;
    margin-left: auto;
    margin-right: auto;
}

.hero-title .highlight {
    color: #C5524A;
}

.hero-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
    color: #374151;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 15px 30px;
    border: none;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.btn-primary {
    background: linear-gradient(135deg, #7B2D26 0%, #A8473A 100%);
    color: white;
    width: 216px;
    height: 56px;
    border-radius: 100px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #6B2520 0%, #98412F 100%);
    transform: translateY(-1px);
    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.3);
}

.btn-secondary {
    background: #C5524A;
    color: white;
    border-radius: 5px;
}

.btn-secondary:hover {
    background: #a64238;
}

/* Features */
.feature {
    padding: 60px 0;
}

.feature-connections {
    padding: 0;
}

/* Specific backgrounds for each section */
.feature-connections {
    background: linear-gradient(135deg, #E9EDF0 0%, #FAF4EF 50%, #F3E4E1 100%);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    height: 480px;
    position: relative;
    padding: 0;
}

.feature-connections .feature-text {
    position: absolute;
    top: 80px;
    left: 129px;
}

.feature-connections .feature-image {
    position: absolute;
    top: 50%;
    right: 200px;
    transform: translateY(-50%);
}


.feature-schedule {
    background: white;
    height: 480px;
    position: relative;
    padding: 0;
}

.feature-schedule .feature-text {
    position: absolute;
    top: 80px;
    right: 129px;
}

.feature-schedule .feature-image {
    position: absolute;
    top: 50%;
    left: 200px;
    transform: translateY(-50%);
}


.feature-places {
    background: linear-gradient(135deg, #E9EDF0 0%, #FAF4EF 50%, #F3E4E1 100%);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    height: 480px;
    position: relative;
    padding: 0;
}

.feature-places .feature-text {
    position: absolute;
    top: 80px;
    left: 129px;
}

.feature-places .feature-image {
    position: absolute;
    top: 50%;
    right: 200px;
    transform: translateY(-50%);
}


.feature-connect {
    background: white;
    height: 480px;
    position: relative;
    padding: 0;
}

.feature-connect .feature-text {
    position: absolute;
    top: 80px;
    right: 129px;
}

.feature-connect .feature-image {
    position: absolute;
    top: 50%;
    left: 200px;
    transform: translateY(-50%);
}


.feature-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.feature-content.reverse {
    direction: rtl;
}

.feature-content.reverse > * {
    direction: ltr;
}

.feature-content.centered {
    grid-template-columns: 1fr;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.feature-text {
    position: relative;
}

.feature h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 2%;
    color: #1c2329;
    margin-bottom: 20px;
    position: relative;
}

.feature h2::after {
    content: '';
    position: absolute;
    width: 72px;
    height: 2px;
    background: linear-gradient(90deg, #7b2d26 0%, #a8473a 100%);
    border-radius: 1px;
    bottom: -16px;
    left: 0;
}


.feature p {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0%;
    color: #3a4a58;
    text-align: left;
    margin-top: 35px;
    max-width: 418px;
}

.feature-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-image img {
    width: 450px;
    height: 450px;
    border-radius: 10px;
    object-fit: contain;
}

/* Supported By */
.supported-by {
    padding: 60px 0;
    text-align: center;
    background: linear-gradient(135deg, #E9EDF0 0%, #FAF4EF 50%, #F3E4E1 100%);
}

.supported-by h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 2%;
    color: #1c2329;
    margin-bottom: 30px;
    text-align: center;
}

.logos {
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
}

.logos img {
    width: 272px;
    height: 86px;
    opacity: 0.7;
    transition: opacity 0.3s ease;
    object-fit: contain;
}

.logos img:last-child {
    width: 350px;
    height: 110px;
}

.logos img:hover {
    opacity: 1;
}

/* Waitlist Signup */
.waitlist-signup {
    background: #2c3e50;
    padding: 80px 0;
    color: white;
    text-align: center;
}

.signup-content h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 2%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.signup-content p {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0%;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.signup-form {
    display: flex;
    gap: 15px;
    max-width: 400px;
    margin: 0 auto;
}

.email-input {
    flex: 1;
    padding: 15px;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
}

/* About Page */
.about-hero {
    padding: 40px 0 80px;
    text-align: center;
    background: white;
}

.about-content h1 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: 0%;
    color: #333;
    margin-bottom: 24px;
    max-width: 523px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.about-content h1::after {
    content: '';
    position: absolute;
    width: 72px;
    height: 2px;
    background: linear-gradient(90deg, #7b2d26 0%, #a8473a 100%);
    border-radius: 1px;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
}

.about-content p {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0%;
    color: #3a4a58;
    max-width: 600px;
    margin: 0 auto 40px;
}

.vision-mission-team {
    padding: 80px 0;
    background: linear-gradient(135deg, #E9EDF0 0%, #FAF4EF 50%, #F3E4E1 100%);
}

.vision {
    text-align: center;
    padding-bottom: 40px;
}

.vision h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 2%;
    color: #1c2329;
    margin-bottom: 30px;
    position: relative;
}

.vision-mission-team .vision h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 72px;
    height: 2px;
    background: linear-gradient(90deg, #7b2d26 0%, #a8473a 100%);
}

.vision p {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0%;
    color: #3a4a58;
    max-width: 800px;
    margin: 0 auto;
}

.mission {
    padding: 40px 0;
}

.mission h2 {
    text-align: center;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 2%;
    color: #1c2329;
    margin-bottom: 60px;
    position: relative;
}

.mission h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 72px;
    height: 2px;
    background: linear-gradient(90deg, #7b2d26 0%, #a8473a 100%);
}

.mission-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 40px;
}

.mission-item {
    text-align: center;
    padding: 40px 20px;
}

.mission-icon {
    width: 60px;
    height: 60px;
    background: #C5524A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
}

.mission-item h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #333;
}

.mission-item p {
    color: #666;
    line-height: 1.7;
}

.team {
    padding: 40px 0 0;
}

.team h2 {
    text-align: center;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 2%;
    color: #1c2329;
    margin-bottom: 20px;
    position: relative;
}

.team h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 72px;
    height: 2px;
    background: linear-gradient(90deg, #7b2d26 0%, #a8473a 100%);
}

.team-intro {
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0%;
    color: #3a4a58;
    margin-bottom: 60px;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.team-member {
    text-align: center;
    padding: 30px 20px;
    background: white;
    border-radius: 10px;
}

.team-photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
    border: 3px solid #C5524A;
}

.team-photo-remi {
    object-position: center 20%;
}

.team-member h3 {
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 5px;
}

.team-member h4 {
    font-size: 1rem;
    color: #C5524A;
    margin-bottom: 15px;
}

.team-member p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #666;
    line-height: 1.6;
}

/* Terms Page */
.terms-page {
    padding: 40px 0 80px;
    background: linear-gradient(135deg, #F7EDEA 0%, #FFFFFF 50%, #FFFFFF 75%, #F7EDEA 100%);
}

.terms-content {
    max-width: 900px;
    margin: 0 auto;
    background: white;
    padding: 60px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.terms-content h1 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #1c2329;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
}

.terms-content h1::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 72px;
    height: 2px;
    background: linear-gradient(90deg, #7b2d26 0%, #a8473a 100%);
}

.last-updated {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #6b7280;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 30px;
}

.terms-section {
    margin-bottom: 40px;
}

.terms-section h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #1c2329;
    margin-bottom: 15px;
}

.terms-section p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #3a4a58;
    margin-bottom: 15px;
}

/* Contact Page */
.contact-page {
    padding: 40px 0 80px;
    background: linear-gradient(135deg, #F7EDEA 0%, #FFFFFF 50%, #FFFFFF 75%, #F7EDEA 100%);
    text-align: center;
}

.contact-content {
    margin-bottom: 80px;
}

.contact-content h1 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: 0%;
    color: #1c2329;
    margin-bottom: 12px;
    position: relative;
}


.contact-content p {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0%;
    color: #374151;
    margin-top: 12px;
}

.contact-box {
    width: 720px;
    height: 260px;
    margin: 0 auto 80px;
    text-align: center;
    padding: 35px 40px 20px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.contact-icon {
    margin-bottom: 10px;
}

.contact-box h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 1%;
    color: #1c2329;
    margin-bottom: 5px;
    position: relative;
}


.contact-box p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0%;
    color: #3a4a58;
    margin-bottom: 15px;
    margin-top: 5px;
}

.contact-email a {
    color: #C5524A;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.contact-email a:hover {
    text-decoration: underline;
}

.faq-section {
    text-align: center;
}

.faq-section h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 1%;
    color: #1c2329;
    margin-bottom: 20px;
    position: relative;
}

.faq-section h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 72px;
    height: 2px;
    background: linear-gradient(90deg, #7b2d26 0%, #a8473a 100%);
}

.faq-subtitle {
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0%;
    color: #6b7280;
    margin-bottom: 50px;
    margin-top: 25px;
}

.faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: white;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.faq-question:hover {
    background: #f8f9fa;
}

.faq-question h3 {
    font-size: 1.1rem;
    color: #333;
    margin: 0;
}

.faq-toggle {
    color: #C5524A;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle {
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0 30px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 200px;
    padding: 0 30px 25px;
}

.faq-answer p {
    color: #666;
    line-height: 1.7;
}

/* Footer */
footer {
    background: #2c3e50;
    color: white;
    padding: 60px 0 30px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.footer-title {
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: white;
}

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

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #bdc3c7;
    text-decoration: none;
    transition: color 0.3s ease;
}

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

/* Navigation Links */
.nav-links {
    display: flex;
    list-style: none;
    gap: 30px;
    margin: 0;
    padding: 0;
}

.nav-links li a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-links li a:hover {
    color: #C5524A;
}

/* Mobile Navigation */
@media (max-width: 1200px) {
    header {
        padding: 12px 0;
    }

    .logo img {
        height: 45px;
    }

    .nav-toggle {
        display: flex;
    }

    .nav-links {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: white;
        flex-direction: column;
        padding: 20px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        gap: 20px;
    }

    .nav-links.active {
        display: flex;
    }
}

/* Responsive Design */
@media (max-width: 1200px) {
    .container {
        padding: 0 16px;
    }
    
    /* Hero mobile */
    .hero {
        padding: 40px 0 60px;
    }
    
    .hero-title {
        font-size: 28px;
        line-height: 36px;
        max-width: 100%;
        padding: 0 10px;
        word-wrap: break-word;
    }
    
    .hero-subtitle {
        font-size: 16px;
        line-height: 26px;
        max-width: 100%;
        padding: 0 10px;
        white-space: normal;
    }
    
    .btn-primary {
        width: 280px;
        height: 56px;
    }
    
    /* Features mobile - Stack vertically */
    .feature-connections,
    .feature-schedule, 
    .feature-places,
    .feature-connect {
        height: auto !important;
        padding: 40px 0 !important;
        position: static !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }
    
    .feature-content {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 30px !important;
        padding: 20px !important;
    }
    
    .feature-text,
    .feature-image {
        position: static !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        transform: none !important;
        width: 100% !important;
        max-width: none !important;
        text-align: center !important;
        margin: 0 !important;
    }
    
    .feature h2 {
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .feature h2::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .feature p {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        margin: 30px auto 0;
        max-width: 90%;
    }
    
    .feature-image img {
        width: 280px;
        height: 300px;
    }
    
    /* Supported by mobile */
    .supported-by h3 {
        font-size: 24px;
        line-height: 32px;
    }
    
    .logos {
        flex-direction: column;
        gap: 20px;
    }
    
    .logos img {
        width: 200px;
        height: 60px;
    }
    
    /* Waitlist mobile */
    .signup-form {
        flex-direction: column;
        max-width: 300px;
    }
    
    .email-input {
        margin-bottom: 15px;
    }
    
    /* About page mobile */
    .about-content h1,
    .contact-content h1 {
        font-size: 32px;
    }
    
    .mission-grid,
    .team-grid {
        grid-template-columns: 1fr;
    }
    
    /* Contact page mobile */
    .contact-box {
        width: 90%;
        max-width: 400px;
        height: auto;
        padding: 20px;
    }
    
    /* Footer mobile */
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 30px;
    }
    
    /* FAQ mobile */
    .faq-question {
        padding: 20px;
    }
    
    .faq-item.active .faq-answer {
        padding: 0 20px 20px;
    }
}