html{

    scroll-behavior:smooth;

}

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


body{

    font-family:Arial,Helvetica,sans-serif;

    background:#ffffff;

    color:#222;

    line-height:1.7;

}

section{

    max-width:1200px;

    margin:auto;

    padding:80px 20px;

}

h1{

    font-size:64px;

    margin-bottom:20px;

}

.logo{

    width:240px;

    height:auto;

    margin-bottom:20px;

}

h2{

    font-size:36px;

    margin-bottom:30px;

}

p{

    margin-bottom:20px;

}

.hero{

    min-height:auto;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    text-align:center;

    position:relative;

    padding:40px 20px;

}

.language{

    position:absolute;

    top:30px;

    right:30px;

    font-weight:bold;

}

.language{

    display:flex;

    align-items:center;

    gap:8px;

}

.lang-btn{

    background:none;

    border:none;

    cursor:pointer;

    font:inherit;

    color:#222;

    font-weight:bold;

    opacity:.5;

    transition:.2s;

}

.lang-btn.active{

    opacity:1;

}

.lang-btn:hover{

    opacity:1;

}

.hero h2{

    font-size:28px;

    font-weight:400;

}

.hero p{

    max-width:650px;

    margin:30px auto;

}

.whatsapp-button{

    display:inline-block;

    padding:15px 40px;

    background:#111;

    color:#fff;

    text-decoration:none;

    border-radius:8px;

    margin-top:20px;

}

.hero{

    min-height:auto;

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:80px;

    max-width:1400px;

    margin:auto;

    padding:80px 40px;

}

.hero-content{

    flex:1;

    max-width:600px;

}

.hero-image{

    flex:0 0 520px;

    display:flex;

    justify-content:center;

    align-items:center;

}

.hero-image img{

    width:520px;

    height:auto;

    border-radius:20px;

    display:block;

}

.examples-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:30px;

    max-width:900px;

    margin:auto;

}

.examples-grid div{

    border-radius:12px;

    overflow:hidden;

}

.examples-grid img{

    width:100%;

    height:auto;

    display:block;

    border-radius:12px;

}

.steps{

    display:flex;

    flex-direction:column;

    align-items:center;

    gap:15px;

    font-size:22px;

}

#why ul{

    padding-left:25px;

}

#why li{

    margin-bottom:15px;

}

#disclaimer{

    font-size:15px;

    color:#666;

}


#contact a,
#contact a:link,
#contact a:visited,
#contact a:hover,
#contact a:active{

    color: inherit;
    text-decoration: none;
    font: inherit;

}

#contact a:hover{

    opacity: .7;

}

#contact a:hover{

    text-decoration: underline;

}

#contact h3{

    margin-top:35px;

}

#contact p{

    margin-bottom:25px;

}

.qr-placeholder{

    width:220px;

    margin:30px auto;

}

.qr-placeholder img{

    width:100%;

    display:block;

    border-radius:16px;

}

.qr-grid{

    display:flex;

    justify-content:center;

    align-items:flex-start;

    gap:30px;

    margin:30px auto;

    flex-wrap:wrap;

}

.qr-item{

    width:220px;

    text-align:center;

}

.qr-item img{

    width:100%;

    display:block;

    border-radius:16px;

}

.qr-item p{

    margin-top:12px;

    font-weight:600;

}

footer{

    text-align:center;

    padding:40px;

    border-top:1px solid #eee;

    color:#888;

}

.example-title{

    text-align:center;

    font-size:24px;

    font-weight:600;

    margin-top:60px;

    margin-bottom:25px;

    color:#333;

}

.photo-guide-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));

    gap:30px;

    margin:30px 0;

}

.photo-guide-grid div{

    background:#fff;

    border-radius:16px;

    overflow:hidden;

    box-shadow:0 8px 24px rgba(0,0,0,.08);

    text-align:center;

}

.photo-guide-grid img{

    width:100%;

    display:block;

}

.photo-guide-grid p{

    padding:16px;

    margin:0;

    font-weight:600;

    color:#333;

}

.guide-note{

    max-width:900px;

    margin:20px auto 60px;

    text-align:center;

    color:#666;

    line-height:1.8;

}

#backToTop{

    position:fixed;

    bottom:30px;

    right:30px;

    width:50px;

    height:50px;

    border:none;

    border-radius:50%;

    cursor:pointer;

    background:#111;

    color:#fff;

    font-size:22px;

    display:block;

    box-shadow:0 6px 16px rgba(0,0,0,.2);

    transition:.3s;

}

#backToTop:hover{

    transform:translateY(-3px);

}

#faq{

    max-width:900px;

}

.faq-item{

    border-bottom:1px solid #e5e5e5;

}

.faq-question{

    width:100%;

    padding:22px 0;

    background:none;

    border:none;

    text-align:left;

    font-size:18px;

    font-weight:600;

    cursor:pointer;

    color:#222;

}

.faq-question::after{

    content:"+";

    float:right;

    font-size:24px;

}

.faq-item.active .faq-question::after{

    content:"−";

}

.faq-answer{

    max-height:0;

    overflow:hidden;

    transition:max-height .3s ease;

}

.faq-answer p{

    padding:0 0 20px;

    color:#666;

}



/* =======================================
   MOBILE
======================================= */

@media (max-width:900px){

    section{

        text-align:center;

    }

    section h2{

        text-align:center;

    }

    section h3{

        text-align:center;

    }

    #why ul{

        list-style-position:inside;

        padding-left:0;

        text-align:left;

        max-width:320px;

        margin:auto;

    }

    .example-title{

        font-size:20px;

        margin-top:40px;

        margin-bottom:20px;

    }

    .hero{

        flex-direction:column;

        text-align:center;

        gap:40px;

        padding:40px 20px;

    }

    .hero-content{

        max-width:100%;

    }

    .hero-image{

        flex:none;

    }

    .hero-image img{

        width:100%;

        max-width:350px;

        height:auto;

    }

    .logo{

        width:180px;

    }

    h2{

        font-size:24px;

    }

    p{

        font-size:16px;

    }

    .whatsapp-button{

        width:100%;

        max-width:280px;

    }

    .photo-guide-grid{

        grid-template-columns:1fr;

    }

    .guide-note{

        font-size:15px;

        margin:20px auto 40px;

    }

}
