#home{display:flex;flex-direction:column;align-items:center}#home h1{color:#333;font-size:clamp(2rem,5vw,3rem);margin-bottom:.5rem;text-align:center;font-weight:bold;padding:0 1rem}.subtitle{font-size:clamp(1rem,3vw,1.5rem);color:#444;text-align:center;margin-bottom:2rem;padding:0 1rem}.content-wrapper{margin-bottom:4rem;width:100%;max-width:1200px;display:flex;justify-content:center}.video-container{width:100%;max-width:900px;position:relative;padding-top:56.25%;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.15)}.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.checkerboard-section{width:100%;max-width:1200px;margin:0 auto;padding:2rem 1rem;display:flex;flex-direction:column;gap:4rem}.checkerboard-row{display:flex;align-items:center;gap:4rem;width:100%}.checkerboard-row.reverse{flex-direction:row-reverse}.text-col{flex:1;padding:1rem}.image-col{flex:1;display:flex;justify-content:center;align-items:center}.image-col img{width:100%;max-width:500px;height:auto;border-radius:20px;box-shadow:0 8px 25px rgba(0,0,0,0.1);transition:transform .3s ease}.image-col img:hover{transform:scale(1.02)}.text-col h2{font-size:2rem;color:#333;margin-bottom:1.5rem;display:inline;background-image:linear-gradient(90deg,#f0c,#339);background-size:100% 3px;background-position:0 100%;background-repeat:no-repeat;-webkit-box-decoration-break:clone;box-decoration-break:clone}.text-col h2+p{margin-top:1.5rem}.text-col p{font-size:1.1rem;line-height:1.6;color:#555;margin-bottom:1.5rem}.keyword-highlight{font-weight:600;color:#4a4a4a}.cta-link{display:inline-block;margin-top:1rem;color:#f0c;font-weight:bold;text-decoration:none;border-bottom:2px solid transparent;transition:border-color .3s ease}.cta-link:hover{border-bottom-color:#f0c}.faq-section{width:100%;background-color:#f9f9f9;padding:4rem 1rem;margin-top:4rem}.faq-container{max-width:800px;margin:0 auto}.faq-container h2{text-align:center;font-size:2.5rem;color:#333;margin-bottom:3rem;background-image:linear-gradient(90deg,#f0c,#339);background-clip:text;-webkit-background-clip:text;color:transparent;display:inline-block;width:100%}.faq-item{background:white;border-radius:10px;margin-bottom:1rem;box-shadow:0 4px 6px rgba(0,0,0,0.05);overflow:hidden;transition:all .3s ease}.faq-item:hover{box-shadow:0 6px 12px rgba(0,0,0,0.1)}.faq-question{width:100%;background:0;border:0;padding:1.5rem;text-align:left;font-size:1.1rem;font-weight:600;color:#333;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:color .3s ease}.faq-question:hover{color:#f0c}.faq-question::after{content:'+';font-size:1.5rem;font-weight:bold;color:#339;transition:transform .3s ease}.faq-question.active::after{transform:rotate(45deg);color:#f0c}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease-out;padding:0 1.5rem}.faq-answer p{padding-bottom:1.5rem;color:#666;line-height:1.6;margin:0}.faq-question.active+.faq-answer{max-height:300px}@media(max-width:768px){.checkerboard-row{flex-direction:column;gap:2rem}.checkerboard-row.reverse{flex-direction:column}.image-col{order:-1}.text-col h2{font-size:1.75rem}.faq-container h2{font-size:2rem}}