
:root{
--green:#29b66f;
--dark:#0e6c70;
--light:#f5f7f6;
}
*{box-sizing:border-box}
body{margin:0;font-family:Inter,Arial,sans-serif;color:#1f2937;background:white}
nav{display:flex;justify-content:space-between;align-items:center;padding:20px 6%;position:sticky;top:0;background:white;z-index:10;box-shadow:0 2px 10px rgba(0,0,0,.05)}
.logo img{
    height:29px;
    width:auto;
    display:block;
}
.btn{
    background:var(--green);
    color:white;
    padding:14px 24px;
    border-radius:10px;
    text-decoration:none;
    font-weight:700;
    transition:.25s ease;
}

.btn:hover{
    transform:translateY(-2px);
}

.hero{position:relative;height:90vh;background:url('hero b4.png') center/cover;display:flex;align-items:center}
.overlay{
    display:none;
}

.hero-content{
    position:absolute;
    left:50%;
    bottom:5%;
    transform:translateX(-50%);
    z-index:2;
    text-align:center;   
    padding:0;
}
    
.hero-content h1,
.hero-content .eyebrow,
.hero-content p{
    display:none;
}
.hero h1{
    font-size:4.5rem;
    line-height:1.05;
    margin:.2em 0;
}
@media(max-width:900px){
    .hero h1{font-size:3rem;}
    .video-placeholder{height:250px;}
}

.eyebrow{letter-spacing:2px;color:#b8ffd8}
.hero p{font-size:1.2rem}
section{padding:90px 8%}
.nostalgia{
    text-align:center;
    background:#F5F8F6;
    padding:120px 8%;
}

.nostalgia h2{
    font-size:3rem;
    max-width:900px;
    margin:0 auto 1rem;
}

.nostalgia p{
    max-width:700px;
    margin:auto;
    font-size:1.25rem;
    line-height:1.8;
    color:#6B7280;
}
.video-section{
    text-align:center;
    background:#29b66f;
    padding:120px 8%;
    color:white;
}

.video-section h2{
    font-size:3rem;
    color:white;
    margin-bottom:2rem;
}

.video-section p{
    max-width:700px;
    margin:0 auto 40px;
    color:rgba(255,255,255,.9);
    font-size:1.15rem;
    line-height:1.7;

}
.video-container{
    max-width:1000px;
    margin:0 auto 50px;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 20px 40px rgba(0,0,0,.15);
}

.video-container iframe{
    width:100%;
    aspect-ratio:16/9;
    display:block;
}
.video-section .btn{
    background:#FFE66D;
    color:#1F2937;
}

.video-section .btn:hover{
    background:#FFD93D;
}
.features{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;background:var(--light)}
.card{background:white;padding:30px;border-radius:18px;box-shadow:0 10px 25px rgba(0,0,0,.06)}
.newsletter{
    background:#F5F8F6;
    color:#1F2937;
    padding:120px 8%;
    text-align:center;
}

.newsletter h2{
    font-size:3rem;
    margin-bottom:1rem;
}

.newsletter p{
    max-width:700px;
    margin:0 auto 2rem;
    color:#6B7280;
}
.newsletter .btn{
    background:#FFE66D;
    color:#1F2937;
}
.newsletter small{
    display:block;
    margin-top:1rem;
    color:#6B7280;
}
.newsletter-card{
    background:white;
    max-width:850px;
    margin:0 auto;
    padding:70px 8%;
    border-radius:28px;
    box-shadow:0 18px 45px rgba(0,0,0,.08);
}
.newsletter .btn:hover{
    background:#FFD93D;
}
.cta{
    text-align:center;
    background:#156064;
    color:white;
    padding:120px 8%;
}

.cta h2{
    font-size:3.5rem;
    max-width:1000px;
    margin:0 auto 1.5rem;
}

.cta p{
    font-size:1.2rem;
    margin-bottom:2rem;
    color:rgba(255,255,255,.9);
}

 .problem-solution {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:2rem;
    padding:100px 8%;
    background:#F5F8F6;
}

.problem,
.solution {
    background:white;
    padding:3rem;
    border-radius:24px;
    box-shadow:0 12px 30px rgba(0,0,0,.06);
}


.section-tag {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #2AB673;
    margin-bottom: 1rem;
}

.problem h2,
.solution h2 {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #1F2937;
}

.problem p,
.solution p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #4B5563;
}

.solution ul {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
}

.solution li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.solution li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #2AB673;
    font-weight: bold;
}

.solution-footer {
    font-weight: 600;
    margin-bottom: 2rem;
}

.btn-primary {
    display: inline-block;
    background: #2AB673;
    color: white;
    padding: 14px 28px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    transition: 0.3s ease;
}

.btn-primary:hover {
    transform: translateY(-2px);
}
.benefits {
    padding: 100px 8%;
    background: #F5F8F6;
}

.benefits-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 4rem auto;
}

.benefits-header h2 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.benefits-header p {
    font-size: 1.1rem;
    color: #6B7280;
}

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

.benefit-card {
    background: white;
    padding: 2rem;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
    transition: 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-8px);
}

.benefit-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.benefit-card h3 {
    margin-bottom: 1rem;
    font-size: 1.4rem;
}

.benefit-card p {
    color: #6B7280;
    line-height: 1.7;
}
.founder-story{
    background:#F5F8F6;
    padding:100px 8%;
}
.story-content{
    background:white;
    padding:4rem;
    border-radius:24px;
    box-shadow:0 12px 30px rgba(0,0,0,.06);
}
.story-container{
    max-width:800px;
    margin:auto;
    text-align:center;
}

.story-content h2{
    font-size:3rem;
    margin-bottom:1.5rem;
}

.story-content p{
    font-size:1.15rem;
    line-height:1.8;
    color:#4B5563;
}

@media (max-width:768px){

    .problem-solution{
        grid-template-columns:1fr;
    }

    .benefits-grid{
        grid-template-columns:1fr;
    }

    .problem h2,
    .solution h2{
        font-size:2rem;
    }

}
