.faq-page{text-align:center;font-family:var(--font-montserrat,"Montserrat"), sans-serif;width:100%;overflow-x:hidden;overflow-y:visible}.faq-hero{height:60vh;color:var(--white);text-align:center;filter:saturate(.7);z-index:0;background:50%/cover no-repeat fixed;justify-content:center;align-items:center;margin-bottom:100px;display:flex;position:relative;overflow:hidden}.faq-hero:before{content:"";-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1;background-color:#0000004d;width:100%;height:100%;position:absolute;top:0;left:0}.faq-hero .hero-content{z-index:2;flex-direction:column;justify-content:center;align-items:center;max-height:80%;padding:20px 20px 0;transition:transform .3s ease-out;display:flex;position:relative;transform:translateY(0)}.faq-hero h1{font-size:3rem;font-family:var(--font-montserrat,"Montserrat"), sans-serif;color:var(--white);margin-bottom:1rem}.faq-hero p{font-size:1.5rem;font-family:var(--font-montserrat,"Montserrat"), sans-serif;margin-bottom:2rem}.faq-container{background:var(--white);z-index:3;border-radius:8px;max-width:800px;margin:0 auto;padding:60px 20px;position:relative;box-shadow:0 0 20px #0000001a}.faq-list{margin-bottom:60px}.faq-section{flex-direction:column;gap:30px;margin-bottom:50px;display:flex}.faq-section:last-child{margin-bottom:0}.faq-section-title{color:var(--text-dark);margin:0;font-size:1.8rem;font-weight:700;line-height:1.2}.faq-list-inner{border-top:1px solid var(--border-grey);flex-direction:column;flex:1;width:100%;display:flex}.faq-item{border-bottom:1px solid var(--border-grey);grid-template-rows:auto 0fr;align-items:stretch;width:100%;transition:grid-template-rows .35s;display:grid}.faq-item.open{grid-template-rows:auto 1fr}.faq-question{box-sizing:border-box;text-align:left;cursor:pointer;width:100%;min-width:100%;color:var(--text-dark);font-size:1.05rem;font-weight:500;font-family:var(--font-montserrat,"Montserrat"), sans-serif;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:20px 0;transition:color .2s;display:flex}.faq-question:hover{color:var(--primary-green)}.faq-question>span:first-child{flex:1;min-width:0}.faq-chevron{flex-shrink:0;justify-content:center;align-items:center;width:12px;height:8px;display:inline-flex;position:relative}.faq-chevron-line{background-color:currentColor;border-radius:1px;width:9px;height:2px;position:absolute}.faq-chevron-down .faq-chevron-line:first-child{transform-origin:0;bottom:0;left:0;transform:translate(.5px)rotate(-45deg)}.faq-chevron-down .faq-chevron-line:last-child{transform-origin:100%;bottom:0;right:0;transform:translate(0)rotate(45deg)}.faq-chevron-up .faq-chevron-line:first-child{transform-origin:100%;top:0;left:50%;transform:translate(-3.5px)rotate(-45deg)}.faq-chevron-up .faq-chevron-line:last-child{transform-origin:0;top:0;left:50%;transform:translate(-6px)rotate(45deg)}.faq-answer{min-height:0;overflow:hidden}.faq-answer-inner{padding:0 0 20px 24px}.faq-answer p{color:var(--text-light);text-align:left;margin:0;font-size:.95rem;line-height:1.6}.faq-answer .faq-link{color:var(--primary-green);font-weight:500;text-decoration:none;transition:-webkit-text-decoration .2s,text-decoration .2s}.faq-answer .faq-link:hover{text-decoration:underline}.faq-contact{text-align:center;background:var(--light-grey);border-radius:8px;margin-bottom:40px;padding:40px 20px}.faq-contact h2{color:var(--text-dark);margin-bottom:15px;font-size:1.8rem}.faq-contact p{color:var(--text-light);margin-bottom:25px;line-height:1.6}.contact-button{background:var(--primary-green);color:var(--white);border-radius:5px;padding:12px 30px;font-weight:600;text-decoration:none;transition:background-color .3s;display:inline-block}.contact-button:hover{background:var(--primary-green-hover);color:var(--white);text-decoration:none}.faq-footer{border-top:1px solid var(--border-grey);text-align:center;margin-top:40px;padding-top:20px}.faq-footer p{color:var(--medium-grey);margin:0}.faq-footer a{color:var(--primary-green);margin:0 10px;text-decoration:none}.faq-footer a:hover{text-decoration:underline}@media (max-width:900px){.faq-hero{background-attachment:scroll;height:40vh;margin-bottom:60px}.faq-hero h1{font-size:2.2rem}.faq-hero p{font-size:1.2rem}.faq-container{margin:0 auto;padding:40px 15px}.faq-section-title{font-size:1.5rem}.faq-question{padding:16px 0;font-size:1rem}.faq-contact{padding:30px 15px}}@media (max-width:480px){.faq-hero{height:40vh}.faq-hero h1{font-size:1.8rem}.faq-hero p{font-size:1rem}.faq-section-title{margin-bottom:15px;font-size:1.3rem}}
