/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #ffffff;
    background-image: 
        linear-gradient(#F5F5F5 1px, transparent 1px),
        linear-gradient(90deg, #F5F5F5 1px, transparent 1px);
    background-size: 50px 50px;
}

/* Landing Page Specific Styles */
.landing-page {
    background-color: #ffffff !important;
    background-image: 
        linear-gradient(#F5F5F5 1px, transparent 1px),
        linear-gradient(90deg, #F5F5F5 1px, transparent 1px) !important;
    background-size: 50px 50px !important;
    font-family: 'Outfit', sans-serif !important;
}

.landing-page * {
    font-family: 'Outfit', sans-serif !important;
}

/* Navigation Styles */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 1rem 0;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;
}

.nav-logo img {
    height: 40px;
    width: auto;
}

.nav-links {
    display: flex;
    list-style: none;
    align-items: center;
    gap: 2rem;
}

.nav-link {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.7);
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 18px;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: rgba(0, 0, 0, 1);
}

.nav-btn {
    background: #008000;
    color: #ffffff;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 18px;
    transition: all 0.3s ease;
}

.nav-btn:hover {
    background: #006600;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 128, 0, 0.3);
}

/* Coming Soon Page Styles */
.main-content {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding-top: 0px;
}

.content-container {
    text-align: center;
    max-width: 800px;
    padding: 2rem;
    z-index: 10;
    position: relative;
}

.main-title {
    font-family: 'Outfit', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0%;
    color: #000000;
    margin-bottom: 1rem;
}

.subtitle {
    font-family: 'Outfit', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0%;
    color: #000000;
    margin-bottom: 1rem;
}

.early-access {
    margin-top: 4rem;
}

.access-title {
    font-family: 'Outfit', sans-serif;
    font-size: 72px;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: 138%;
    color: #000000;
    margin-bottom: 2rem;
}

.same-line {
    display: inline;
}

.access-subtitle {
    font-family: 'Outfit', sans-serif;
    font-size: 72px;
    font-weight: 700;
    line-height: 138%;
    letter-spacing: 138%;
    color: #000000;
    margin-top: 0;
    margin-bottom: 4rem;
}

.email-form {
    max-width: 600px;
    margin: 3rem auto 0 auto;
}

/* Desktop Form Styles */
.form-group {
    position: relative;
    border: 2px solid #008000;
    border-radius: 100px;
    background: #ffffff;
    max-width: 600px;
    margin: 0 auto;
    padding: 6px;
}

.email-input {
    width: 100%;
    padding: 1rem 150px 1rem 1.5rem;
    border: none;
    background: transparent;
    font-family: 'Outfit', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    outline: none;
    border-radius: 100px;
}

.email-input::placeholder {
    color: #999999;
    font-family: 'Outfit', sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.email-input:focus {
    outline: none;
}

.subscribe-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    bottom: 6px;
    background: #008000;
    color: #ffffff;
    border: none;
    padding: 0 1.5rem;
    font-family: 'Outfit', sans-serif;
    font-size: 20px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 100px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 130px;
}

.subscribe-btn:hover {
    background: #006600;
    transform: scale(1.02);
}

/* Grid Background */
.grid-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.ellipse {
    position: absolute;
    z-index: 2;
}

/* Sol üst - küçük */
.ellipse-1 {
    width: 25px;
    height: 25px;
    top: 35%;
    left: 22%;
}

/* Sağ üst - büyük */
.ellipse-2 {
    width: 65px;
    height: 65px;
    top: 20%;
    right: 18%;
}

/* Sağ orta alt - küçük */
.ellipse-3 {
    width: 15px;
    height: 15px;
    top: 65%;
    right: 15%;
}

/* Sol orta - küçük */
.ellipse-4 {
    width: 18px;
    height: 18px;
    top: 70%;
    left: 16%;
}

/* Sol alt (yazıların altında) - küçük */
.ellipse-5 {
    width: 12px;
    height: 12px;
    bottom: 8%;
    left: 28%;
}

/* Sağ alt - orta */
.ellipse-6 {
    width: 35px;
    height: 35px;
    bottom: 15%;
    right: 23%;
}

.grid-orb {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #008000, #006600);
    box-shadow: 
        0 0 20px rgba(0, 128, 0, 0.4),
        0 0 40px rgba(0, 128, 0, 0.2),
        inset 0 0 10px rgba(255, 255, 255, 0.3);
}

.orb-1 {
    width: 60px;
    height: 60px;
    top: 15%;
    left: 8%;
    animation-delay: 0s;
}

.orb-2 {
    width: 80px;
    height: 80px;
    top: 75%;
    right: 12%;
    animation-delay: 1.5s;
}

.orb-3 {
    width: 45px;
    height: 45px;
    bottom: 35%;
    left: 15%;
    animation-delay: 3s;
}

.orb-4 {
    width: 90px;
    height: 90px;
    top: 20%;
    right: 85%;
    animation-delay: 0.8s;
}

.orb-5 {
    width: 70px;
    height: 70px;
    bottom: 20%;
    right: 25%;
    animation-delay: 2.5s;
}

.orb-6 {
    width: 55px;
    height: 55px;
    top: 45%;
    left: 3%;
    animation-delay: 4s;
}

.orb-7 {
    width: 65px;
    height: 65px;
    top: 55%;
    right: 8%;
    animation-delay: 1s;
}

.orb-8 {
    width: 50px;
    height: 50px;
    bottom: 55%;
    left: 25%;
    animation-delay: 3.5s;
}

.orb-9 {
    width: 75px;
    height: 75px;
    top: 8%;
    left: 45%;
    animation-delay: 2s;
}

.orb-10 {
    width: 40px;
    height: 40px;
    bottom: 8%;
    right: 45%;
    animation-delay: 4.5s;
}

@keyframes orbitFloat {
    0%, 100% {
        transform: translateY(0px) scale(1);
        opacity: 0.8;
    }
    25% {
        transform: translateY(-15px) scale(1.05);
        opacity: 1;
    }
    50% {
        transform: translateY(-25px) scale(1.1);
        opacity: 0.9;
    }
    75% {
        transform: translateY(-10px) scale(1.02);
        opacity: 1;
    }
}

@keyframes gridPulse {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.6;
    }
}

/* Landing Page Styles */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 180px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e5f7ea 100%);
}

.landing-page .hero-section {
    background: transparent !important;
}

.hero-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.hero-title {
    font-family: 'Outfit', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #000000;
    margin-top: -2rem;
    margin-bottom: 2.5rem;
    line-height: 108%;
}

.hero-description {
    font-family: 'Outfit', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 2rem;
    line-height: 160%;
}

.hero-subtitle {
    font-family: 'Outfit', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 1.5rem;
    line-height: 160%;
}

.hero-subtitle-regular {
    font-family: 'Outfit', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 3rem;
    line-height: 160%;
}

.cta-btn {
    background: #008000;
    color: white;
    border: none;
    padding: 1.2rem 3.5rem;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Outfit', sans-serif;
}

.cta-btn:hover {
    background: #006600;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 128, 0, 0.3);
}

.hero-images {
    display: flex;
    justify-content: center;
    margin-left: 4rem;
}

.image-grid {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 300px;
}

.image-row {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.top-row {
    justify-content: flex-end;
}

.middle-row {
    justify-content: flex-start;
    position: relative;
}

.bottom-row {
    justify-content: center;
}

.hero-img-container {
    position: relative;
    display: inline-block;
}

.hero-img-frame {
    position: absolute;
    width: 155px;
    height: 155px;
    background: #E0E2DE;
    border-radius: 32px;
    transform: rotate(5deg);
    top: -2.5px;
    left: -2.5px;
    z-index: 1;
}

.hero-img {
    width: 150px;
    height: 150px;
    border-radius: 32px;
    object-fit: cover;
    position: relative;
    z-index: 2;
}

.empty-space {
    width: 170px;
    height: 150px;
    background: #E5E5E5;
    border-radius: 12px;
}

.green-dot {
    width: 25px;
    height: 25px;
    background: #008000;
    border-radius: 50%;
    position: absolute;
    left: 155px;
    z-index: 2;
}

.square-frame-container {
    position: relative;
    display: inline-block;
}

.square-frame {
    width: 103px;
    height: 103px;
    background: #E0E2DE;
    border-radius: 21px;
}

.green-frame-tiny {
    position: absolute;
    width: 39px;
    height: 39px;
    background: #008000;
    border-radius: 8px;
    transform: rotate(10deg);
    top: -10px;
    right: -10px;
    z-index: 2;
}

.image-placeholder {
    width: 100%;
    height: 120px;
    background: linear-gradient(135deg, #008000, #006600);
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

.image-placeholder.large {
    height: 400px;
}

.image-placeholder::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
}

/* What is LIFT Section */
.what-is-lift-section {
    padding: 6rem 0;
    background: white;
}

.landing-page .what-is-lift-section {
    background: transparent !important;
}

.what-is-lift-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.what-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 12px;
}

.what-is-lift-text h2 {
    font-family: 'Outfit', sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: #000000;
}

.what-is-lift-text p {
    font-family: 'Outfit', sans-serif;
    margin-bottom: 1rem;
    color: #000000;
    line-height: 1.8;
}

.what-is-lift-text ul {
    font-family: 'Outfit', sans-serif;
    margin: 1.5rem 0;
    padding-left: 1.5rem;
}

.what-is-lift-text li {
    font-family: 'Outfit', sans-serif;
    margin-bottom: 0.5rem;
    color: #000000;
}

/* Start Section */
.start-section {
    padding: 0.5rem 0;
    background: #f8f9fa;
    text-align: center;
}

.landing-page .start-section {
    background: transparent !important;
}

.start-title {
    font-family: 'Outfit', sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 2rem;
    color: #000000;
}

.start-description {
    font-family: 'Outfit', sans-serif;
    font-size: 1.1rem;
    color: #000000;
    margin-bottom: 1rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.highlight-text {
    font-weight: 600;
}

/* Pricing Section */
.pricing-section {
    padding: 1rem 0;
    background: white;
}

.landing-page .pricing-section {
    background: transparent !important;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 1rem;
}

.pricing-card {
    background: transparent;
    border: 2px solid #efefef;
    padding: 2.5rem;
    border-radius: 20px;
    text-align: center;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pricing-card:hover {
    transform: translateY(-10px);
}

.pricing-card.featured {
    background: transparent;
    border: 2px solid #efefef;
    color: #000000;
}

.pricing-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #000000;
}

.pricing-subtitle {
    color: #000000;
    margin-bottom: 1.5rem;
}

.pricing-card.featured .pricing-subtitle {
    color: #000000;
}

.pricing-features {
    list-style: none;
    margin: 2rem 0;
}

.pricing-features li {
    margin-bottom: 0.75rem;
    padding-left: 1.5rem;
    position: relative;
    color: #000000;
}

.pricing-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #000000;
    font-weight: bold;
}

.pricing-card.featured .pricing-features li::before {
    color: #000000;
}

.pricing-btn {
    background: #008000;
    color: white;
    border: none;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.pricing-btn:hover {
    background: #006600;
    transform: translateY(-2px);
}

.pricing-btn.secondary {
    background: transparent;
    color: #008000;
    border: 2px solid #008000;
}

.pricing-btn.secondary:hover {
    background: #008000;
    color: white;
}

.pricing-card.featured .pricing-btn {
    background: #008000;
    color: white;
}

.pricing-card.featured .pricing-btn:hover {
    background: #006600;
}

/* Testimonials Section */
.testimonials-section {
    padding: 6rem 0;
    background: #f8f9fa;
}

.landing-page .testimonials-section {
    background: transparent !important;
}

.testimonials-section h2 {
    font-family: 'Outfit', sans-serif;
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 3rem;
    color: #000000;
}

.testimonials-container {
    display: flex;
    gap: 4rem;
    align-items: flex-start;
    margin-top: -1rem;
}

.testimonial-content {
    flex: 0 0 60%;
    text-align: left;
}

.testimonials-grid {
    flex: 0 0 400px;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: -10.5rem;
}

.testimonial-card {
    height: 100px;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}

.testimonial-card.active {
    height: 170px;
}

.testimonial-card:nth-child(1) {
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
}

.testimonial-card:nth-child(2) {
    background: linear-gradient(135deg, #8b5cf6, #7c3aed);
}

.testimonial-card:nth-child(3) {
    background: linear-gradient(135deg, #06b6d4, #0891b2);
}

.testimonial-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
}

.testimonial-content p {
    font-family: 'Outfit', sans-serif;
    font-size: 1.2rem;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.testimonial-author {
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    color: #000000;
}

/* Framework Section */
.framework-section {
    padding: 6rem 0;
    background: white;
}

.landing-page .framework-section {
    background: transparent !important;
}

.framework-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.framework-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 12px;
}

.framework-text h2 {
    font-family: 'Outfit', sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: #000000;
}

.framework-text p {
    font-family: 'Outfit', sans-serif;
    margin-bottom: 1rem;
    color: #000000;
    line-height: 1.8;
}

/* Final CTA Section */
.final-cta-section {
    padding: 3rem 0;
}

.final-cta-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.cta-container {
    background: url('assets/CTA.png') center/cover no-repeat;
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    padding: 6rem 2rem;
    width: 100%;
    box-sizing: border-box;
}

.landing-page .final-cta-section {
    background: transparent !important;
}



.cta-overlay {
    position: relative;
    z-index: 2;
}

.final-cta-section h2 {
    font-family: 'Outfit', sans-serif;
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    color: #ffffff;
}

.final-cta-section p {
    font-family: 'Outfit', sans-serif;
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color: #ffffff !important;
    opacity: 1;
}

/* Footer */
.footer {
    background: transparent;
    padding: 4rem 0 2rem;
    border-top: 1px solid #efefef;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-logo img {
    height: 40px;
    width: auto;
}

.footer-links {
    display: flex;
    gap: 2rem;
}

.footer-link {
    color: #000000;
    text-decoration: none;
    transition: opacity 0.3s ease, color 0.3s ease;
    font-family: 'Outfit', sans-serif;
    opacity: 0.7;
}

.footer-link:hover {
    color: #000000;
    opacity: 1;
}

.footer-copyright {
    color: #000000;
    font-size: 0.9rem;
    text-align: center;
    font-family: 'Outfit', sans-serif;
    opacity: 0.7;
    width: 100%;
}

/* Hamburger Menu */
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 0.5rem;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: #000;
    margin: 3px 0;
    transition: 0.3s;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
}

/* Mobile Navigation */
.mobile-nav {
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.mobile-nav.active {
    display: block;
}

.mobile-nav ul {
    list-style: none;
    padding: 1rem 0;
}

.mobile-nav li {
    padding: 0.75rem 2rem;
    border-bottom: 1px solid #f0f0f0;
}

.mobile-nav a {
    color: #000;
    text-decoration: none;
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
}

/* Responsive Design */
@media (max-width: 768px) {
    /* Navigation */
    .nav-links {
        display: none;
    }
    
    .hamburger {
        display: flex;
        order: 1;
    }
    
    .nav-logo {
        order: 2;
        position: absolute;
        left: 48%;
        transform: translateX(-50%);
    }
    
    .nav-btn {
        order: 3;
        margin-left: auto;
        padding: 0.6rem 1.2rem;
        font-size: 16px;
    }
    
    .nav-container {
        padding: 0 1rem;
        position: relative;
        display: flex;
        align-items: center;
    }
    
    /* Hero Section */
    .hero-section {
        padding: 12rem 0 4rem;
    }
    
    .hero-container {
        grid-template-columns: 1fr;
        gap: 4rem;
        text-align: center;
        padding: 0 1.5rem;
    }
    
    .hero-content {
        order: 1;
    }
    
    .hero-images {
        order: 2;
        margin-left: 0;
        display: flex;
        justify-content: center;
        margin-top: 1rem;
    }
    
    .hero-title {
        font-size: 2.2rem;
        line-height: 1.2;
        margin-bottom: 1.5rem;
    }
    
    .hero-description {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
        margin-bottom: 0.5rem;
    }
    
    .hero-subtitle-regular {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
    
    /* Hero Images - Simplified layout for mobile */
    .image-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        max-width: 300px;
        margin: 0 auto;
        justify-items: center;
    }
    
    .image-row {
        display: contents;
    }
    
    .hero-img-container {
        width: 120px;
        height: 120px;
        position: relative;
        margin: 0.5rem;
    }
    
    .hero-img-frame {
        position: absolute;
        top: -4px;
        left: -4px;
        width: calc(100% + 8px);
        height: calc(100% + 8px);
        border: 2px solid #E0E2DE;
        border-radius: 16px;
        z-index: 1;
        transform: rotate(3deg);
    }
    
    .hero-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 12px;
        position: relative;
        z-index: 2;
        display: block;
    }
    
    .square-frame-container,
    .empty-space,
    .green-dot {
        display: none;
    }
    
    /* Container padding */
    .container {
        padding: 0 1.5rem;
    }
    
    /* What is LIFT section */
    .what-is-lift-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }
    
    .what-is-lift-image {
        order: 2;
    }
    
    .what-is-lift-text {
        order: 1;
    }
    
    .what-is-lift-text h2 {
        font-size: 2rem;
    }
    
    .what-is-lift-text p {
        font-size: 1rem;
    }
    
    /* Start section */
    .start-title {
        font-size: 2rem;
    }
    
    .start-description {
        font-size: 1rem;
    }
    
    /* Pricing */
    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .pricing-card {
        padding: 2rem 1.5rem;
    }
    
    .pricing-card h3 {
        font-size: 1.3rem;
    }
    
    /* Testimonials */
    .testimonials-section {
        padding: 4rem 0;
    }
    
    .testimonials-section h2 {
        font-size: 2rem;
        text-align: center;
        margin-bottom: 2rem;
        order: 1;
    }
    
    .testimonials-container {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        align-items: center;
    }
    
    .testimonials-grid {
        display: flex;
        justify-content: center;
        gap: 1rem;
        order: 2;
        margin: 1rem 2rem;
    }
    
    .testimonial-card {
        width: 360px;
        height: 80px;
        border-radius: 12px;
        overflow: hidden;
        cursor: pointer;
        transition: all 0.3s ease;
        margin: 0 0.5rem;
    }
    
    .testimonial-card.active {
        transform: scale(1.05);
    }
    
    .testimonial-content {
        order: 3;
        text-align: center;
        max-width: 90%;
    }
    
    .testimonial-content p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Framework */
    .framework-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }
    
    .framework-text h2 {
        font-size: 2rem;
    }
    
    .framework-text p {
        font-size: 1rem;
    }
    
    /* Final CTA */
    .final-cta-section h2 {
        font-size: 2rem;
    }
    
    .final-cta-section p {
        font-size: 1rem;
    }
    
    .cta-container {
        padding: 4rem 1.5rem;
        margin: 0;
    }
    
    /* Footer */
    .footer-content {
        flex-direction: column;
        text-align: center;
        gap: 1.5rem;
    }
    
    .footer-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
    }
    
    /* CTA Button */
    .cta-btn {
        font-size: 1rem;
        padding: 1rem 2rem;
        width: 100%;
        max-width: 300px;
    }
    
    /* Coming Soon Page Mobile */
    .main-content {
        padding: 6rem 1rem 2rem;
        min-height: 100vh;
    }
    
    .content-container {
        padding: 1rem;
        max-width: 100%;
    }
    
    .main-title {
        font-size: 1.5rem;
        line-height: 1.4;
        margin-bottom: 1rem;
    }
    
    .subtitle {
        font-size: 1.5rem;
        line-height: 1.4;
        margin-bottom: 2rem;
    }
    
    .early-access {
        margin-top: 2rem;
    }
    
    .access-title {
        font-size: 1.8rem;
        line-height: 1.3;
        letter-spacing: 0;
        margin-bottom: 2rem;
        word-wrap: break-word;
        hyphens: auto;
    }
    
    .email-form {
        max-width: 100%;
        margin: 2rem auto 0;
    }
    
    /* Mobile Form Override */
    .form-group {
        position: relative !important;
        border-radius: 100px !important;
        border: 2px solid #008000 !important;
        background: #ffffff !important;
        padding: 6px !important;
        max-width: 100% !important;
    }
    
    .email-input {
        width: 100% !important;
        padding: 1rem 120px 1rem 1.5rem !important;
        border: none !important;
        border-radius: 100px !important;
        background: transparent !important;
        font-size: 1rem !important;
        color: #000000 !important;
        outline: none !important;
        font-family: 'Outfit', sans-serif !important;
        min-height: 50px !important;
        box-sizing: border-box !important;
    }
    
    .email-input::placeholder {
        color: #666666 !important;
        font-size: 1rem !important;
        font-family: 'Outfit', sans-serif !important;
    }
    
    .subscribe-btn {
        position: absolute !important;
        right: 6px !important;
        top: 6px !important;
        bottom: 6px !important;
        width: auto !important;
        min-width: 100px !important;
        padding: 0 1rem !important;
        background: #008000 !important;
        color: #ffffff !important;
        border: none !important;
        border-radius: 100px !important;
        font-size: 1rem !important;
        font-weight: 400 !important;
        cursor: pointer !important;
        transition: all 0.3s ease !important;
        box-sizing: border-box !important;
        white-space: nowrap !important;
        transform: none !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .subscribe-btn:hover {
        background: #006600;
    }
}

/* Extra small devices (phones, 480px and down) */
@media (max-width: 480px) {
    .content-container {
        padding: 0.5rem;
    }
    
    .main-title {
        font-size: 1.3rem;
    }
    
    .subtitle {
        font-size: 1.3rem;
    }
    
    .access-title {
        font-size: 1.5rem;
        line-height: 1.2;
        margin-bottom: 1.5rem;
    }
    
    .email-form {
        margin: 1.5rem auto 0;
    }
    
    /* Extra Small Mobile Form Override */
    .form-group {
        border-radius: 100px !important;
        position: relative !important;
        padding: 5px !important;
        max-width: 100% !important;
    }
    
    .email-input {
        padding: 0.9rem 100px 0.9rem 1rem !important;
        font-size: 0.9rem !important;
        border-radius: 100px !important;
        background: transparent !important;
        border: none !important;
        min-height: 45px !important;
        width: 100% !important;
    }
    
    .email-input::placeholder {
        font-size: 0.9rem !important;
        color: #666666 !important;
    }
    
    .subscribe-btn {
        position: absolute !important;
        right: 5px !important;
        top: 5px !important;
        bottom: 5px !important;
        padding: 0 0.8rem !important;
        font-size: 0.9rem !important;
        border-radius: 100px !important;
        min-width: 85px !important;
        width: auto !important;
        transform: none !important;
        white-space: nowrap !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .main-content {
        padding: 5rem 0.5rem 1rem;
    }
    
    .nav-container {
        padding: 0 0.5rem;
    }
    
    .nav-logo img {
        height: 32px;
    }
}
