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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
}

/* Header */
.header {
    background: transparent;
    padding: 4rem 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

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

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

.logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a9b8e;
}

.logo-img {
    height: 32px;
    width: auto;
}

.download-btn {
    background: #1a9b8e;
    color: white;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.download-btn:hover {
    background: #148a7e;
    transform: translateY(-2px);
}

/* Hero Section */
.hero {
    background: #ffffff;
    padding: 6rem 0 4rem;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}

.hero-bg-image {
    position: absolute;
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    /* width: 55%; */
    z-index: 1;
    border-radius: 2rem;
    overflow: hidden;
}

.hero-background-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero .container {
    position: relative;
    z-index: 10;
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    color: #666;
}

.breadcrumb span {
    color: #1a9b8e;
}

/* .breadcrumb::before {
    content: "●";
    color: #ff6b35;
    margin-right: 0.5rem;
} */

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    min-height: 80vh;
}

.hero-text h1 {
    font-size: 3rem;
    font-weight: normal;
    color: #333;
    margin-bottom: 1rem;
    line-height: 1.2;
    max-width: 450px;
}

.hero-text p {
    font-size: 1rem;
    color: #666;
    margin-bottom: 2rem;
    line-height: 1.6;
    /* max-width: 500px; */
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.app-btn {
    background: #333;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    font-weight: 500;
}

.app-btn:hover {
    background: #555;
    transform: translateY(-2px);
}

.hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 20;
}

.hero-phone-img {
    max-width: 100%;
    height: auto;
    max-height: 600px;
    filter: drop-shadow(0 20px 60px rgba(0,0,0,0.25));
    transition: transform 0.3s ease;
}

.hero-phone-img:hover {
    transform: translateY(-10px);
}

/* Features Section */
.features {
    padding: 5rem 0;
    background: #f9f9f9;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    text-align: center;
}

.feature {
    padding: 2rem;
}

.feature-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.feature-icon img {
    width: 30px;
    height: 30px;
    /* object-fit: contain; */
}

.feature h3 {
    font-size: 1.3rem;
    font-weight: normal;
    margin-bottom: 0.5rem;
    color: #333333;
}

.feature p {
    color: #666;
    line-height: 1.6;
}

/* Sections */
.section {
    padding: 5rem 0;
}

.section-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.section:nth-child(even) {
    /* background: #fef7f4; */
}

.section:nth-child(even) .section-content {
    grid-template-columns: 1fr 1fr;
}

.section:nth-child(odd) .section-content {
    grid-template-columns: 1fr 1fr;
}

.section-text h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #333;
}

.section-text p {
    color: #666;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.section-image {
    display: flex;
    justify-content: center;
}

.section-phone-img {
    max-width: 100%;
    height: auto;
    max-height: 500px;
    /* filter: drop-shadow(0 15px 40px rgba(0,0,0,0.2)); */
    transition: transform 0.3s ease;
}

.section-phone-img:hover {
    transform: translateY(-5px);
}

/* Community Section */
.community {
    background: linear-gradient(135deg, #1a9b8e 0%, #2ea89a 100%);
    padding: 4rem 0;
    color: white;
    text-align: center;
}

.community h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.community p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.community-images {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin: 2rem 0;
}

.community-image {
    aspect-ratio: 1;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Footer */
.footer {
    background: #000;
    color: white;
    padding: 3rem 0 2rem;
}

.footer-content {
    text-align: center;
}

.footer-logo {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.footer-logo::before {
    content: "●";
    color: #1a9b8e;
}

.footer p {
    color: #999;
    margin-bottom: 2rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.footer-brands {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
}

.brand-logo {
    font-size: 1.5rem;
    font-weight: 700;
    opacity: 0.7;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    animation: fadeInUp 0.6s ease forwards;
}

/* Hover Effects */
.feature:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
}

.feature:hover .feature-icon {
    background: #1a9b8e;
    color: white;
    transition: all 0.3s ease;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .container {
        padding: 0 1.5rem;
    }
    
    .hero-text h1 {
        font-size: 2.5rem;
        font-weight: normal;
    }
    
    .section-text h2 {
        font-size: 2rem;
    }

    .hero-bg-image {
        width: 65%;  /*Check back later*/
        top: 1.5rem;
        right: 1.5rem;
        bottom: 1.5rem;
    }
}

@media (max-width: 768px) {
    .header {
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(10px);
        position: fixed;
    }

    .hero {
        padding-top: 8rem;
    }

    .hero-bg-image {
        width: 100%; /*Check back later*/
        opacity: 0.3;
    }

    .hero-content,
    .section-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .hero-text {
        text-align: center;
        order: 2;
    }
    
    .hero-image {
        order: 1;
    }
    
    .hero-text h1 {
        font-size: 2rem;
        font-weight: normal;
    }

    .hero-phone-img {
        max-height: 400px;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .section-phone-img {
        max-height: 400px;
    }
    
    .community-images {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .footer-brands {
        flex-wrap: wrap;
        gap: 1rem;
    }
}

@media (max-width: 320px) {
    .container {
        padding: 0 1rem;
    }
    
    .hero-text h1 {
        font-size: 1.8rem;
        font-weight: normal;
    }
    
    .hero-buttons {
        justify-content: center;
    }

    .hero-phone-img {
        max-height: 300px;
    }
    
    .section-phone-img {
        max-height: 300px;
    }
}