:root{--bg:#FAFAFA;--gold:#D4AF37;--silver:#C0C0C0;--teal:rgba(0,128,128,0.8);--charcoal:#2A2C32}*{box-sizing:border-box;margin:0;padding:0;font-family:'Segoe UI',sans-serif;-webkit-user-select:none;-ms-user-select:none;user-select:none}html{scroll-behavior:smooth}.reveal-slide{opacity:0;transform:translateY(50px);transition:all 0.8s cubic-bezier(0.4,0,0.2,1)}.reveal-scale{opacity:0;transform:scale(0.9);transition:all 0.8s cubic-bezier(0.4,0,0.2,1)}.reveal-fade{opacity:0;transition:opacity 1s cubic-bezier(0.4,0,0.2,1)}.revealed{opacity:1;transform:translateY(0) scale(1)}#back-to-top{position:fixed;bottom:20px;right:20px;background-color:rgb(0,128,128);width:40px;height:40px;border-radius:50%;border:none;outline:none;cursor:pointer;display:flex;align-items:center;justify-content:center;visibility:hidden;transform:translateY(20px);transition:transform 0.3s ease,background-color 0.3s ease;z-index:1000;-webkit-tap-highlight-color:transparent;line-height:1}#back-to-top::after{content:'↑';color:white;font-size:20px}#back-to-top.visible{visibility:visible;transform:translateY(0)}#back-to-top:hover{background-color:rgb(212,175,55);transform:translateY(-5px)}#back-to-top:active{transform:translateY(-2px)}body{background-color:var(--bg);color:var(--charcoal);line-height:1.6;margin:0;padding:0;overflow-x:hidden}h1{font-size:3rem}h2{font-size:2.4rem}h3{font-size:2rem}h4{font-size:1.6rem}h5{font-size:1.2rem}h6{font-size:1rem}li{font-size:1rem}p{font-size:1.2rem}h1,h2,h3,h4,h5,h6,p{max-width:75%;margin-left:auto;margin-right:auto}a{font-size:1rem}header{background-color:rgba(250,250,250,0.01);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(192,192,192,0.1);position:absolute;top:0;left:0;right:0;z-index:1000}.logo{font-size:1.5rem;font-weight:bold;color:var(--charcoal);text-decoration:none}.logo img{height:90px;width:auto;vertical-align:middle;border-radius:5px;-webkit-user-drag:none;-webkit-user-drag:none}nav ul{list-style:none;display:flex;gap:1.5rem}nav a{text-decoration:none;color:var(--bg);font-weight:500;transition:color 0.3s ease}nav a:hover{color:var(--gold)}.nav-button{background-color:var(--teal);color:white;padding:0.5rem 1rem;border-radius:5px;transition:all 0.3s ease;cursor:pointer;position:relative;overflow:hidden}.nav-button::after{content:'';position:absolute;top:50%;left:50%;width:0;height:0;background:rgba(255,255,255,0.2);border-radius:50%;transform:translate(-50%,-50%);transition:width 0.6s ease-out,height 0.6s ease-out}.nav-button:hover::after{width:300%;height:300%}.nav-button:hover{background-color:rgba(64,224,208,0.8);color:white;transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,0.1)}.contact-form-wrapper{max-width:800px;margin:3rem auto;padding:0.5rem;background:linear-gradient(145deg,rgba(255,255,255,0.95),rgba(250,250,250,0.9));border-radius:30px;box-shadow:0 20px 60px rgba(0,0,0,0.1);position:relative;overflow:hidden}.contact-form-wrapper::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,rgba(212,175,55,0.1),rgba(0,128,128,0.1));pointer-events:none}.form-header{text-align:center;padding:2rem;background:linear-gradient(to right,var(--teal),var(--gold));border-radius:25px 25px 0 0;color:white}.form-header h2{font-size:2.2rem;margin-bottom:0.5rem;font-weight:600}.form-header p{font-size:1.1rem;color:var(--bg)}.contact-form{padding:3rem;background:rgba(255,255,255,0.8);backdrop-filter:blur(10px);border-radius:0 0 25px 25px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.form-group{margin-bottom:2rem;position:relative}.form-group label{display:block;margin-bottom:0.8rem;color:var(--charcoal);font-weight:600;font-size:1rem;letter-spacing:0.5px;text-transform:uppercase}.input-wrapper{position:relative}.input-wrapper input,.input-wrapper textarea{width:100%;padding:1.2rem;border:2px solid rgba(0,128,128,0.1);border-radius:12px;font-size:1rem;transition:all 0.3s ease;background-color:rgba(255,255,255,0.9);color:var(--charcoal)}.input-wrapper input::placeholder,.input-wrapper textarea::placeholder{color:rgba(42,44,50,0.4);font-size:0.95rem}.input-focus-border{position:absolute;bottom:0;left:50%;width:0;height:2px;background:linear-gradient(to right,var(--gold),var(--teal));transition:all 0.3s ease;transform:translateX(-50%)}.input-wrapper input:focus~.input-focus-border,.input-wrapper textarea:focus~.input-focus-border{width:calc(100% - 2.4rem)}.input-wrapper input:focus,.input-wrapper textarea:focus{outline:none;border-color:transparent;box-shadow:0 5px 15px rgba(0,0,0,0.05);transform:translateY(-2px)}.submit-button{display:flex;align-items:center;justify-content:center;gap:1rem;background:linear-gradient(135deg,var(--teal),var(--gold));color:white;padding:1.2rem 2.5rem;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all 0.3s ease;width:100%;position:relative;overflow:hidden;margin-top:1rem}.button-icon{width:20px;height:20px;transition:transform 0.3s ease}.submit-button:hover .button-icon{transform:translateX(5px)}.submit-button:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(0,128,128,0.2);background:linear-gradient(135deg,var(--gold),var(--teal))}@media (max-width:768px){.form-row{grid-template-columns:1fr;gap:1rem}.contact-form{padding:2rem}.form-header h2{font-size:1.8rem}}.submit-button:active{transform:translateY(0)}.active-page{color:var(--gold) !important}.hero{background-image:url('images/jennifer-kalenberg-K-4Yugk0b1Y-unsplash.webp');background-size:cover;background-position:center;height:100vh;padding:0;margin:0;text-align:center;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;top:0}.hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.5);z-index:0}.hero h1{font-size:3rem;color:var(--bg);margin-bottom:1rem;position:relative;z-index:1}.hero p{font-size:1.2rem;color:var(--bg);font-weight:300;position:relative;z-index:1;width:50%}section{padding:6rem 2rem;margin:0;width:100%;min-height:100vh;display:flex;flex-direction:column;justify-content:center}.hero{padding:0;margin:0}h2{text-align:center;margin-bottom:5rem;color:var(--charcoal)}p{font-size:1.2rem;line-height:1.8}.about-page-body .content-section p{font-size:1.2rem}.contact{display:flex;flex-direction:column;justify-content:center;align-items:center;top:0}.contact h1{font-size:3rem;text-align:center;margin-bottom:1rem;margin-top:6rem;color:var(--bg)}.contact>h1+p{font-size:1.2rem;font-weight:300;text-align:center;width:50%;margin-left:auto;margin-right:auto;margin-bottom:1rem;color:var(--bg)}.grid{display:grid;gap:2rem;max-width:1200px;margin-left:auto;margin-right:auto}.grid>*{transition:transform 0.3s ease,box-shadow 0.3s ease}.grid>*:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,0.1)}.three-col{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.about-hero,.pricing-hero,.page-hero{background-size:cover;background-position:center;height:100vh;padding:0;margin:0;text-align:center;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;top:0}.about-hero::before,.pricing-hero::before,.page-hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.5);z-index:0}.about-hero h1,.pricing-hero h1,.page-hero h1{font-size:3rem;color:var(--bg);margin-bottom:1rem;position:relative;z-index:1;max-width:80%}.about-hero p,.pricing-hero p,.page-hero p{font-size:1.2rem;color:var(--bg);font-weight:300;position:relative;z-index:1;width:60%;max-width:800px}.about-hero{background-image:url('images/todd-kent-178j8tJrNlc-unsplash.webp')}.pricing-hero{background-image:url('images/eric-ward-ISg37AI2A-s-unsplash.webp')}.pricing-section{align-items:center;padding:4rem 2rem;min-height:auto}.pricing-section .pricing-grid.three-col{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-start;flex-wrap:wrap;gap:2rem;width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding:0}.pricing-section .pricing-card{flex:0 1 320px}.description{padding:0.5rem}.about-page-body .content-section{min-height:100vh;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:5rem 2rem;text-align:center;box-sizing:border-box}.about-page-body .content-section h2{margin-bottom:2rem}.about-page-body .content-section p{font-size:1.2rem;line-height:1.8;max-width:800px;margin-bottom:1rem}.about-page-body .content-section p:last-child{margin-bottom:0}.about-page-body .about-intro-section{background-color:var(--bg);color:var(--charcoal)}.about-page-body .about-intro-section h1,.about-page-body .about-intro-section p{color:var(--charcoal)}.about-page-body .about-intro-section h1{font-size:3rem;margin-bottom:1.5rem}.about-page-body .who-we-are-section{background:linear-gradient(45deg,#000000,var(--charcoal));color:var(--bg)}.about-page-body .who-we-are-section h2,.about-page-body .who-we-are-section p{color:var(--bg)}.about-page-body .why-we-do-this-section{background-color:var(--teal);color:white}.about-page-body .why-we-do-this-section h2,.about-page-body .why-we-do-this-section p{color:white}.about-page-body .our-promise-section{background-color:#f0f0f0;color:var(--charcoal)}.about-page-body .our-promise-section h2{color:var(--charcoal)}.about-page-body .our-promise-section>p{color:var(--charcoal);margin-bottom:3rem}.about-page-body .our-promise-list{list-style:none;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1100px;width:90%;margin:0 auto}.about-page-body .promise-item{background:white;padding:2rem 1.5rem;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,0.08);display:flex;flex-direction:column;align-items:center;gap:1rem;color:var(--charcoal);transition:transform 0.3s ease,box-shadow 0.3s ease}.about-page-body .promise-item:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,0.12)}.about-page-body .promise-item img.promise-icon{width:60px;height:60px;margin-bottom:0.5rem}.about-page-body .promise-item h3{font-size:1.8rem;color:var(--teal);margin-bottom:0.5rem}.about-page-body .promise-item p.promise-text{font-size:1.2rem;line-height:1.6;color:#555}.our-team-section{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f0f0f0;padding:50px 20px;text-align:center}.our-team-section h2{font-size:3rem;color:#333;margin-bottom:20px}.our-team-section>p{font-size:1.2rem;color:#555;margin-bottom:40px;max-width:800px}.team-members-container{display:flex;flex-wrap:wrap;justify-content:center;gap:30px}.team-member-card{background:#fff;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,0.1);padding:25px;width:300px;text-align:center;transition:transform 0.3s ease,box-shadow 0.3s ease}.team-member-card:hover{transform:translateY(-10px);box-shadow:0 8px 25px rgba(0,0,0,0.15)}.team-member-card h3{font-size:1.8rem;color:#333;margin-bottom:5px}.team-member-title{font-size:1em;color:#D4AF37;margin-bottom:10px;font-weight:bold}.team-member-bio{font-size:1.2rem;color:#666;line-height:1.6}.our-promise-section{background-color:var(--charcoal);color:var(--bg)}.our-promise-section h2{color:var(--gold);margin-bottom:3rem}.xpandify-link{color:#1D9CD6;text-decoration:none;font-size:1rem}.xpandify-link:hover{color:#00D9FF;transition:color 0.3s ease}@media (max-width:768px){.about-page-body .content-section{padding:4rem 1.5rem}.about-page-body .content-section h2{font-size:2.2rem}.about-page-body .about-intro-section h1{font-size:2.8rem}.about-page-body .content-section p{font-size:1.2rem}.about-page-body .our-promise-list{grid-template-columns:1fr;gap:1.5rem;width:95%}.about-page-body .promise-item{padding:1.5rem 1rem}.about-page-body .promise-item h3{font-size:1.3rem}}@media (max-width:768px){.pricing-section{padding:2rem 1rem;min-height:auto}.pricing-section .pricing-grid.three-col{display:flex;flex-direction:column;justify-content:center;align-items:center;flex-wrap:wrap;gap:2rem;padding:0.5rem;width:100%;max-width:none;overflow-x:visible}.pricing-section .pricing-card{flex:0 0 auto;width:100%;min-width:auto;margin-left:auto;margin-right:auto}}.card{background:white;padding:2rem;border:1px solid var(--gold);border-radius:200px;box-shadow:0 2px 8px rgba(0,0,0,0.05);text-align:center;font-size:1.2rem}.service-card{color:var(--bg);padding:2rem;text-align:center;background:none !important;border:none!important;box-shadow:none!important;font-size:1.2rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.focus-content{margin-top:6rem;display:flex;flex-direction:column;gap:6rem;max-width:1200px;margin-left:auto;margin-right:auto}.focus-item{display:flex;gap:4rem;align-items:center;padding-top:4rem;padding-bottom:4rem}.focus-item.reverse{flex-direction:row-reverse;padding-top:4rem;padding-bottom:4rem}.focus-text{flex:1;text-align:left}.focus-text h3{color:var(--gold);font-size:1.8rem;margin-bottom:1.5rem}.focus-text p{font-size:1.2rem;line-height:1.8;color:var(--charcoal)}.focus-image{flex:1;max-height:500px}.focus-image img{width:100%;height:300px;object-fit:cover;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,0.1)}@media (max-width:768px){.focus-item,.focus-item.reverse{flex-direction:column;gap:2rem;text-align:center}.focus-text{text-align:center}.focus-image{max-width:100%}}.benefit-card{display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}.benefit-card:hover{transform:none;box-shadow:none}.benefit-image{width:100%;height:300px;object-fit:cover;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,0.1);transition:transform 0.3s ease}.benefit-image:hover{transform:scale(1.02)}.service-icon{width:100px;height:100px;transition:transform 0.3s ease}.service-card:hover .service-icon{transform:scale(1.1)}.square-card{background:white;padding:2rem;border:1px solid var(--gold);border-radius:10px;box-shadow:0 2px 8px rgba(0,0,0,0.05);text-align:center}.gold-text{color:var(--gold)}.white-text,#white-text{color:var(--bg)}.color-teal a{color:var(--teal) !important;font-size:1.3rem;transition:color 0.3s ease;display:inline-block;margin:0.3rem 0}.color-teal,.color-teal a:hover{color:rgba(64,224,208,1) !important}.cta-section{background:linear-gradient(45deg,#000000,var(--charcoal));text-align:center;overflow:hidden;padding:6rem}.cta-content{max-width:850px;margin:0 auto;padding:1rem}.cta-section h2{color:var(--bg);font-size:2.5rem;margin-bottom:1.5rem}.cta-section p{color:var(--silver);font-size:1.2rem;margin-bottom:1rem;line-height:1.8}footer{background:linear-gradient(135deg,#000000,#2A2C32);color:white;text-align:center;padding:2rem}.footer-content{max-width:1100px;margin:0 auto;padding:1rem 1rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.footer-logo img{height:100px;margin-bottom:1rem}.footer-nav{margin-bottom:1rem}.footer-nav ul{list-style:none;padding:0;margin:0;margin-bottom:1.2rem;display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}.footer-nav a{color:var(--bg);text-decoration:none;font-weight:500;transition:color 0.3s ease}.footer-nav a:hover{color:var(--gold)}.footer-description{font-size:1rem;color:var(--silver);line-height:1.6;max-width:650px}.copyright{font-size:1rem;margin-top:0.5rem}.footer-phrase{color:var(--gold);margin-top:1rem}#back-to-top{position:fixed;bottom:2rem;right:2rem;background-color:var(--teal);color:white;width:3rem;height:3rem;border-radius:50%;display:flex;justify-content:center;align-items:center;text-decoration:none;opacity:0;visibility:hidden;transition:all 0.3s ease;z-index:9999;cursor:pointer;border:none}#back-to-top.visible{opacity:1;visibility:visible}#back-to-top:hover{background-color:rgba(64,224,208,0.8);transform:translateY(-3px);box-shadow:0 4px 8px rgba(0,0,0,0.2)}#back-to-top::after{content:'↑';font-size:1.5rem;line-height:1}.btn{background-color:var(--teal);color:white;padding:0.8rem 1.5rem;font-size:1rem;text-decoration:none;border:none;border-radius:5px;display:inline-block;cursor:pointer;transition:all 0.3s ease}.btn:hover{background-color:rgba(64,224,208,0.8);transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,0.1)}.cta{background-color:var(--teal);color:white;padding:1rem 2rem;font-size:1rem;text-decoration:none;border-radius:5px;display:inline-block;margin-top:2rem;transition:all 0.3s ease}.cta:hover{background-color:#0a5456;transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,0.1)}.contact{background:linear-gradient(135deg,#000000,#2A2C32);color:white;padding:3rem 2rem;text-align:center}.contact a{color:var(--bg);text-decoration:none;transition:color 0.3s ease}.contact a:hover{color:var(--gold)}.color-teal{color:var(--teal)}.page-hero h1,.contact h1{font-size:2.2rem;margin-bottom:0.5rem}.page-hero p,.contact p{font-size:1.1rem;font-weight:300}.pricing-section{background:linear-gradient(135deg,#000000,var(--charcoal));color:var(--bg);padding:6rem 2rem;text-align:center;min-height:auto}.pricing-section h2{color:var(--bg);font-size:3rem;margin-bottom:3rem}.pricing-grid.three-col{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.pricing-card{background:none;border:1px solid var(--gold);border-radius:10px;padding:1.7rem;text-align:left;color:var(--bg);display:flex;flex-direction:column;transition:transform 0.3s ease,box-shadow 0.3s ease}.pricing-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px rgba(212,175,55,0.2)}.pricing-card h3{font-size:1.8rem;color:var(--gold);margin-bottom:1rem;min-height:3.6rem}.pricing-card .price{font-size:1.5rem;font-weight:bold;margin-bottom:0.5rem;color:var(--bg)}.pricing-card .sub-price{font-size:1rem;color:var(--silver);margin-bottom:1rem}.pricing-card .description{font-size:1rem;margin-bottom:1.5rem;line-height:1.5;flex-grow:1}.pricing-card h4{font-size:1.2rem;color:var(--gold);margin-top:1.5rem;margin-bottom:0.5rem}.pricing-card ul{list-style:none;padding-left:0;margin-left:0;margin-bottom:1.5rem;flex-grow:1}.pricing-card ul li{font-size:0.95rem;margin-bottom:0.5rem;line-height:1.5;padding-left:1.2em;position:relative}.pricing-card ul li::before{content:'•';color:var(--gold);font-weight:bold;display:inline-block;width:1em;margin-left:-1.2em;position:absolute;left:0;top:0.1em}.pricing-card .perfect-for{font-size:0.9rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid rgba(212,175,55,0.3);color:var(--silver)}.pricing-card .perfect-for strong{color:var(--gold)}.services-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.service-card{background:white;padding:2rem;border:1px solid var(--silver);border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,0.08);text-align:center}.service-card h2{color:var(--teal);margin-bottom:1rem}.mission,.locations{margin-bottom:3rem;text-align:center}.vision{padding-bottom:3rem;text-align:center;background-image:url('images/felix-rostig-UmV2wr-Vbq8-unsplash.webp');background-size:cover;background-position:center;position:relative;padding:4rem 2rem;color:var(--bg)}.vision::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.5);z-index:0}.vision *{position:relative;z-index:1}.services{background:linear-gradient(135deg,#000000,#2A2C32)}.where{background:linear-gradient(135deg,var(--teal),rgba(64,224,208,0.8));margin:0 auto;padding:2rem}.center-align{text-align:center}.locations ul{list-style:none;padding:0}.locations li{margin-bottom:0.5rem;font-size:1.1rem}.contact-form{background:white;padding:2.5rem;border:1px solid var(--silver);border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,0.08);max-width:600px;margin:2rem auto}.contact-form label{display:block;margin-bottom:0.5rem;font-weight:500;color:var(--charcoal)}.contact-form input[type="text"],.contact-form input[type="email"],.contact-form textarea{width:100%;padding:0.8rem;margin-bottom:1.5rem;border:1px solid var(--silver);border-radius:4px;font-size:1rem}.contact-form textarea{resize:vertical}.contact-form button.btn-primary,.btn-primary{background-color:var(--teal);color:white;padding:0.8rem 1.5rem;font-size:1rem;text-decoration:none;border:none;border-radius:5px;display:inline-block;cursor:pointer;transition:all 0.3s ease}.contact-form button.btn-primary:hover,.btn-primary:hover{background-color:#0a5456;transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,0.1)}.alt-contact{text-align:center;margin-top:2rem;color:var(--teal)}.alt-contact strong{color:var(--charcoal)}.faq-section{padding:3rem 2rem;background:linear-gradient(135deg,#000000,#2A2C32);position:relative}.faq-container{max-width:800px;margin:2rem auto;background:rgba(255,255,255,0.01);border-radius:15px;padding:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.2);box-shadow:0 4px 16px 0 rgba(255,255,255,0.37)}.faq-item{border-bottom:1px solid rgba(255,255,255,0.3)}.faq-item:last-child{border-bottom:none}.faq-question{background:none;border:none;color:var(--bg);font-size:1.1rem;font-weight:500;padding:1.5rem 1rem;width:100%;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background-color 0.3s ease}.faq-question:hover{background-color:rgba(255,255,255,0.1)}.faq-icon{font-size:1.5rem;font-weight:bold;transition:transform 0.3s ease}.faq-answer{max-height:0;overflow:hidden;transition:max-height 0.5s cubic-bezier(0.4,0,0.2,1),padding 0.3s cubic-bezier(0.4,0,0.2,1),opacity 0.4s ease;padding:0 1rem;color:#e0e0e0;background-color:rgba(0,0,0,0.1);opacity:0}.faq-answer p{margin:0;font-size:1rem;line-height:1.6;padding:0.5rem 0}.faq-item.active .faq-answer{max-height:1000px;padding:1rem;opacity:1}.faq-item.active .faq-icon{transform:rotate(45deg)}@media screen and (max-width:768px){.faq-section{padding:2rem 1rem}.faq-container{margin:1rem auto;padding:0.5rem;width:90%}.faq-question{font-size:1rem;padding:1rem 0.5rem}.faq-icon{font-size:1.2rem}.faq-answer{max-height:0;overflow:hidden;transition:max-height 0.4s cubic-bezier(0.4,0,0.2,1),padding 0.3s cubic-bezier(0.4,0,0.2,1),opacity 0.3s ease;padding:0 0.5rem;opacity:0}.faq-item.active .faq-answer{max-height:2000px;padding:0.75rem 0.5rem 1.5rem 0.5rem;opacity:1}.faq-answer p{padding-bottom:0;margin:0;height:auto;max-height:none}}@media screen and (max-width:480px){.faq-question{font-size:0.9rem}.faq-icon{font-size:1rem}}#map{height:500px;width:70%;margin-top:20px;margin-left:auto;margin-right:auto;border:1px solid var(--gold);border-radius:8px}.mobile-nav-toggle{display:none;background:none;border:none;color:var(--bg);font-size:1.5rem;cursor:pointer;z-index:1001;position:absolute;right:1.5rem;top:50%;transform:translateY(-50%)}@media screen and (max-width:1024px){.grid{padding:0 1rem}h2{margin-bottom:3rem}.logo img{height:100px}#map{width:85%}}@media screen and (max-width:768px){header{padding:0.8rem 1.5rem;position:fixed;background-color:var(--charcoal)}.mobile-nav-toggle{display:block;color:var(--bg)}nav ul{position:fixed;top:0;right:-100%;width:80%;max-width:300px;height:100vh;background-color:var(--charcoal);flex-direction:column;align-items:center;justify-content:center;transition:right 0.3s ease;z-index:999;padding:2rem;box-shadow:-5px 0 15px rgba(0,0,0,0.2)}nav ul.active{right:0}nav ul li{margin:0.5rem 0;width:100%;text-align:center}nav ul li a{display:block;padding:0.8rem;width:100%;border-radius:5px}nav li:last-child a{margin-top:1rem}.hero{padding-top:130px}.hero h1{font-size:2.5rem;padding:0 1rem;margin-bottom:0.5rem}.hero p{font-size:1.1rem;padding:0 1.5rem;width:85%}.about-hero,.pricing-hero,.page-hero{padding-top:130px;height:100vh}.about-hero h1,.pricing-hero h1,.page-hero h1,.contact h1{font-size:2.5rem;padding:0 1rem;margin-bottom:0.5rem;max-width:90%}.contact.cta-section{padding-top:130px}.cta-content{padding:0.8rem;width:100%;max-width:100%;margin-left:auto;margin-right:auto}.color-teal a{font-size:1.2rem}.about-hero p,.pricing-hero p,.page-hero p,.contact p{font-size:1.1rem;padding:0 1.5rem;width:85%;max-width:100%;margin-left:auto;margin-right:auto;text-align:center}.contact .color-teal{margin-bottom:0.5rem}section{padding:3rem 1rem;min-height:auto}.three-col{grid-template-columns:1fr;gap:1.5rem}.service-card{padding:1.5rem}.service-card h2{font-size:1.5rem}.service-icon{width:80px;height:80px}.services-list{grid-template-columns:1fr;gap:1.5rem;padding:0 1rem}.contact-form{padding:1.5rem;margin:1.5rem 1rem;width:calc(100% - 2rem)}.alt-contact{padding:2rem 1rem}.faq-container{margin:1rem}#map{width:95%;height:300px}#back-to-top{bottom:1rem;right:1rem;width:40px;height:40px;font-size:20px}.footer-logo img{height:80px;width:auto}}@media screen and (max-width:480px){.logo img{height:70px}header{padding:0.5rem 1rem}.hero p,.about-hero p,.pricing-hero p,.page-hero p{font-size:0.9rem;padding:0 1rem;width:95%}.hero h1,.about-hero h1,.pricing-hero h1,.page-hero h1,.contact h1{font-size:1.8rem;line-height:1.3;max-width:95%;margin-top:3rem}.hero p,.about-hero p,.pricing-hero p,.page-hero p,.contact p{width:100%;font-size:0.9rem;max-width:100%;margin-bottom:0.8rem}.cta{padding:0.8rem 1.5rem;font-size:0.9rem;width:90%;text-align:center}.cta-section{padding-top:4rem;padding-bottom:4rem;padding:2rem}.cta-content{padding:0.5rem}.color-teal a{font-size:1.1rem;margin:0.2rem 0}.contact.cta-section{padding-top:6rem}h2{font-size:1.5rem;margin-bottom:1.5rem}.services-list{gap:1rem;margin-top:1rem}.card{padding:1.2rem;border-radius:8px}.service-card{padding:1rem;border-radius:8px}.service-card h2{font-size:1.3rem;margin-bottom:0.5rem}.service-icon{width:60px;height:60px}.faq-question{padding:1rem 0.8rem;font-size:1rem}.contact-form input[type="text"],.contact-form input[type="email"],.contact-form textarea{padding:0.8rem;font-size:0.9rem;margin-bottom:1rem}.contact-form button.btn-primary,.btn-primary{padding:0.8rem 1.2rem;width:100%}.alt-contact{font-size:0.9rem}.alt-contact p{margin-bottom:1rem}#map{width:95%;height:250px}footer{padding:1.5rem 1rem;font-size:0.9rem}footer{background-color:var(--charcoal);color:var(--silver);padding:2.5rem 1rem;text-align:center}.footer-logo{margin-bottom:1rem}.footer-logo img{height:80px;width:auto;display:inline-block}.footer-nav{margin-bottom:1rem}.footer-nav ul{list-style:none;padding:0;margin:0}.footer-nav ul li{display:inline;margin:0 0.25em}.footer-nav ul li:not(:last-child)::after{content:"|";margin-left:0.75em;color:var(--silver)}.footer-nav ul li a{text-decoration:none;color:var(--gold);padding:0.2em 0;background-color:transparent !important;border:none !important;border-radius:0 !important;box-shadow:none !important;font-weight:normal !important;display:inline-block}.footer-phrase{font-style:italic;margin-bottom:1rem;color:var(--gold);font-size:0.9rem;line-height:1.4}.copyright{font-size:0.85rem;color:var(--silver);margin-top:1rem}footer p{font-size:0.85rem;line-height:1.5}}