.navigation{position:fixed;top:0;left:0;right:0;z-index:1000;background:transparent;transition:all .3s ease;padding:1rem 0}.navigation.scrolled{background:#0f172af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #0000004d;padding:.5rem 0}.nav-container{max-width:1400px;margin:0 auto;padding:0 2rem}.nav-content{display:flex;align-items:center;justify-content:space-between;gap:2rem}.nav-logo{display:flex;align-items:center;gap:.75rem;background:transparent;border:none;cursor:pointer;transition:all .3s ease;padding:.5rem}.nav-logo:hover{transform:scale(1.05)}.logo-image{height:45px;width:auto}.nav-links{display:flex;align-items:center;gap:.5rem;flex:1;justify-content:center}.nav-link{position:relative;display:flex;flex-direction:column;align-items:center;padding:.75rem 1.25rem;font-size:.95rem;font-weight:600;color:#fffc;background:transparent;border:none;cursor:pointer;transition:all .3s ease;white-space:nowrap}.nav-link:hover{color:#fff;background:#ffffff1a;border-radius:8px}.nav-link.active{color:#fff}.active-indicator{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:40px;height:3px;background:linear-gradient(90deg,#0ea5e9,#06b6d4);border-radius:3px 3px 0 0}.nav-cta{padding:.75rem 1.75rem;background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;font-size:1rem;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 14px #0ea5e966;white-space:nowrap}.nav-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0ea5e999;background:linear-gradient(135deg,#0284c7,#0369a1)}.mobile-menu-button{display:none;background:transparent;border:none;cursor:pointer;padding:.5rem}.hamburger{display:flex;flex-direction:column;gap:5px;width:28px}.hamburger span{display:block;width:100%;height:3px;background:#fff;border-radius:3px;transition:all .3s ease}.hamburger.open span:nth-child(1){transform:translateY(8px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.desktop-nav{display:flex}.mobile-nav{display:none}@media (max-width: 1024px){.nav-links{gap:.25rem}.nav-link{padding:.625rem 1rem;font-size:.875rem}.nav-cta{padding:.625rem 1.5rem;font-size:.95rem}}@media (max-width: 768px){.nav-container{padding:0 1rem}.desktop-nav,.nav-cta{display:none}.mobile-menu-button{display:block}.mobile-nav{display:flex;flex-direction:column;gap:0;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.mobile-nav-link{width:100%;padding:1rem;text-align:left;font-size:1.05rem;font-weight:600;color:#fffc;background:transparent;border:none;cursor:pointer;transition:all .3s ease;border-bottom:1px solid rgba(255,255,255,.05)}.mobile-nav-link:hover,.mobile-nav-link.active{color:#fff;background:#ffffff1a}.mobile-nav-link.active{border-left:4px solid #0ea5e9}.mobile-nav-cta{margin-top:1rem;padding:1rem;background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;font-size:1.1rem;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease}.mobile-nav-cta:active{transform:scale(.98)}.logo-image{height:38px}}@media (max-width: 480px){.nav-container{padding:0 .75rem}.logo-image{height:32px}.mobile-nav-link{padding:.875rem;font-size:1rem}}.hero-section{position:relative;width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:#0a1628}.hero-background{position:absolute;top:0;left:0;width:100%;height:110%;z-index:1;will-change:transform}.hero-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0a1628d9,#0f3460bf,#0a1628d9);z-index:2}.hero-content{position:relative;z-index:3;max-width:1200px;margin:0 auto;padding:2rem;text-align:center;color:#fff}.hero-text{max-width:800px;margin:0 auto}.hero-title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:#fff;text-shadow:2px 4px 8px rgba(0,0,0,.3);letter-spacing:-.02em}.hero-subtitle{font-size:clamp(1.1rem,2vw,1.35rem);line-height:1.6;margin-bottom:2.5rem;color:#e0e6ed;text-shadow:1px 2px 4px rgba(0,0,0,.3);max-width:700px;margin-left:auto;margin-right:auto}.hero-cta-group{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.cta-button{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.1rem;font-weight:700;text-decoration:none;border-radius:8px;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;border:2px solid transparent;white-space:nowrap}.cta-primary{background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;box-shadow:0 4px 14px #0ea5e966}.cta-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0ea5e999;background:linear-gradient(135deg,#0284c7,#0369a1)}.cta-secondary{background:transparent;color:#fff;border-color:#ffffff4d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cta-secondary:hover{background:#ffffff1a;border-color:#ffffff80;transform:translateY(-2px)}.cta-arrow{transition:transform .3s ease}.cta-primary:hover .cta-arrow{transform:translate(4px)}.hero-features{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-top:3rem}.hero-feature-item{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50px;border:1px solid rgba(255,255,255,.2)}.feature-icon{font-size:1.5rem}.feature-text{font-size:1rem;font-weight:600;color:#fff}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#ffffffb3}.scroll-text{font-size:.9rem;text-transform:uppercase;letter-spacing:.1em}.scroll-arrow{font-size:1.5rem;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media (max-width: 768px){.hero-content{padding:1.5rem}.hero-cta-group{flex-direction:column;gap:1rem}.cta-button{width:100%;justify-content:center;padding:.875rem 1.5rem}.hero-features{gap:1rem}.hero-feature-item{padding:.5rem 1rem;font-size:.9rem}.feature-icon{font-size:1.2rem}}@media (prefers-reduced-motion: reduce){.hero-background{transform:none!important}.scroll-arrow{animation:none}}.before-after-section{padding:6rem 2rem;background:linear-gradient(180deg,#f8fafc,#e2e8f0)}.before-after-container{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.slider-wrapper{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 20px 60px #00000026;margin-bottom:2rem}.comparison-slider{position:relative;border-radius:12px;overflow:hidden;margin-bottom:1.5rem;aspect-ratio:16 / 9}.slider-component{width:100%;height:100%}.slider-labels{position:absolute;top:0;left:0;width:100%;display:flex;justify-content:space-between;padding:1.5rem;pointer-events:none;z-index:10}.label{display:inline-block;padding:.5rem 1rem;background:#000000bf;color:#fff;font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:6px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.label-before{background:#ef4444e6}.label-after{background:#22c55ee6}.slider-info{text-align:center;padding:1rem 0}.slider-title{font-size:1.75rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.slider-description{font-size:1.1rem;color:#64748b;margin-bottom:.75rem}.slider-location{font-size:1rem;color:#0ea5e9;font-weight:600}.slider-navigation{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem}.nav-dot{width:50px;height:50px;border:none;background:transparent;cursor:pointer;padding:0;position:relative;transition:all .3s ease}.dot-inner{display:block;width:12px;height:12px;background:#cbd5e1;border-radius:50%;transition:all .3s ease;margin:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.nav-dot:hover .dot-inner{background:#94a3b8;transform:translate(-50%,-50%) scale(1.2)}.nav-dot.active .dot-inner{width:40px;height:12px;border-radius:6px;background:linear-gradient(135deg,#0ea5e9,#0284c7)}.cta-container{text-align:center}@media (max-width: 768px){.before-after-section{padding:4rem 1rem}.slider-wrapper{padding:1rem}.comparison-slider{aspect-ratio:4 / 3}.slider-labels{padding:1rem}.label{padding:.375rem .75rem;font-size:.75rem}.slider-title{font-size:1.5rem}.slider-description{font-size:1rem}.nav-dot{width:40px;height:40px}.nav-dot.active .dot-inner{width:30px}}@media (max-width: 480px){.comparison-slider{aspect-ratio:1 / 1}.slider-navigation{gap:.5rem}}.features-section{padding:6rem 2rem;background:#fff}.features-container{max-width:1400px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:4rem}.feature-card{position:relative;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer}.feature-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026}.popular-badge{position:absolute;top:1rem;right:1rem;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:.375rem .875rem;border-radius:20px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;z-index:10;box-shadow:0 2px 8px #f59e0b66}.feature-image-wrapper{position:relative;width:100%;aspect-ratio:4 / 3;overflow:hidden}.feature-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.feature-card:hover .feature-image{transform:scale(1.1)}.feature-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#0f172a00,#0f172ab3);display:flex;align-items:flex-end;padding:1.5rem;opacity:0;transition:opacity .4s ease}.feature-card:hover .feature-overlay{opacity:1}.feature-icon{font-size:3rem;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.feature-content{padding:1.5rem}.feature-title{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:.75rem;line-height:1.3}.feature-description{font-size:1rem;color:#64748b;line-height:1.6;margin-bottom:1rem}.feature-learn-more{display:inline-flex;align-items:center;gap:.5rem;background:transparent;border:none;color:#0ea5e9;font-size:1rem;font-weight:700;cursor:pointer;padding:0;transition:all .3s ease}.feature-learn-more:hover{color:#0284c7;gap:.75rem}.features-cta{text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,#0f172a,#1e293b);border-radius:16px;color:#fff}.cta-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;margin-bottom:.75rem}@media (max-width: 1200px){.features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}}@media (max-width: 768px){.features-section{padding:4rem 1rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{max-width:500px;margin:0 auto}.features-cta{padding:3rem 1.5rem}}@media (max-width: 480px){.feature-content{padding:1.25rem}.feature-title{font-size:1.25rem}.feature-description{font-size:.9rem}.popular-badge{font-size:.65rem;padding:.25rem .625rem}}.inspiration-section{padding:6rem 2rem;background:linear-gradient(180deg,#fff,#f8fafc)}.inspiration-container{max-width:1400px;margin:0 auto}.theme-selector{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-bottom:3rem}.theme-button{display:flex;flex-direction:column;align-items:flex-start;padding:1.5rem;background:#fff;border:3px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .3s ease;text-align:left}.theme-button:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.theme-button.active{border-color:var(--theme-color);background:linear-gradient(135deg,var(--theme-color)15 0%,var(--theme-color)05 100%);box-shadow:0 4px 16px #0000001f}.theme-name{font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:.25rem}.theme-button.active .theme-name{color:var(--theme-color)}.theme-mood{font-size:.9rem;color:#64748b;font-style:italic}.theme-content{background:#fff;border-radius:16px;padding:3rem;box-shadow:0 10px 40px #00000014;margin-bottom:3rem}.theme-info{margin-bottom:2.5rem}.theme-title{font-size:2.5rem;font-weight:800;color:#0f172a;margin-bottom:1rem}.theme-description{font-size:1.25rem;color:#475569;line-height:1.7;margin-bottom:2rem}.theme-features{background:#f8fafc;padding:1.5rem;border-radius:12px;border-left:4px solid #0ea5e9}.features-heading{font-size:1.1rem;font-weight:700;color:#0f172a;margin-bottom:1rem}.features-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem}.feature-item{display:flex;align-items:center;gap:.5rem;font-size:1rem;color:#475569}.feature-bullet{color:#22c55e;font-weight:700;font-size:1.25rem}.theme-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.gallery-item{position:relative;aspect-ratio:4 / 3;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:all .3s ease}.gallery-item:hover{transform:scale(1.05);box-shadow:0 8px 24px #00000026;z-index:10}.gallery-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.inspiration-cta{text-align:center;padding:3rem 2rem;background:linear-gradient(135deg,#0f172a,#1e293b);border-radius:16px;color:#fff}@media (max-width: 1024px){.theme-gallery{grid-template-columns:repeat(2,1fr)}.gallery-item:last-child{grid-column:1 / -1}}@media (max-width: 768px){.inspiration-section{padding:4rem 1rem}.theme-selector{grid-template-columns:1fr;gap:.75rem}.theme-button{padding:1.25rem}.theme-content{padding:2rem 1.5rem}.theme-title{font-size:2rem}.theme-description{font-size:1.1rem}.theme-gallery{grid-template-columns:1fr;gap:1rem}.gallery-item:last-child{grid-column:auto}.features-list{grid-template-columns:1fr}}@media (max-width: 480px){.theme-button{padding:1rem}.theme-name{font-size:1.1rem}.theme-mood{font-size:.8rem}.theme-content{padding:1.5rem 1rem}.theme-features{padding:1rem}.inspiration-cta{padding:2rem 1rem}.cta-text{font-size:1.25rem}}.testimonial-section{padding:6rem 2rem;background:linear-gradient(180deg,#0f172a,#1e293b);color:#fff}.testimonial-container{max-width:1200px;margin:0 auto}.carousel-wrapper{position:relative;margin:3rem 0;padding:0 4rem}.testimonial-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #0000004d;color:#0f172a}.testimonial-content{display:grid;grid-template-columns:1fr 1.2fr;gap:0}.testimonial-images{display:flex;flex-direction:column;gap:0}.customer-image-wrapper,.pool-image-wrapper{position:relative;width:100%;overflow:hidden}.customer-image-wrapper{aspect-ratio:1 / 1}.pool-image-wrapper{aspect-ratio:4 / 3}.customer-image,.pool-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.testimonial-text-content{padding:3rem;display:flex;flex-direction:column;justify-content:center}.star-rating{display:flex;gap:.25rem;margin-bottom:1.5rem}.star{color:#fbbf24;font-size:1.5rem}.testimonial-quote{font-size:1.15rem;line-height:1.8;color:#334155;margin:0 0 2rem;font-style:italic}.testimonial-author{display:flex;flex-direction:column;gap:1rem;padding-top:1.5rem;border-top:2px solid #e2e8f0}.author-info{display:flex;flex-direction:column;gap:.25rem}.author-name{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0}.author-location{font-size:1rem;color:#0ea5e9;margin:0}.project-details{display:flex;flex-direction:column;gap:.25rem}.project-features{font-size:.95rem;color:#64748b;font-weight:600;margin:0}.project-year{font-size:.875rem;color:#94a3b8;margin:0}.carousel-button{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;background:#ffffffe6;border:none;border-radius:50%;font-size:1.5rem;color:#0f172a;cursor:pointer;transition:all .3s ease;z-index:10;box-shadow:0 4px 12px #0003}.carousel-button:hover{background:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 20px #0000004d}.carousel-button-prev{left:0}.carousel-button-next{right:0}.carousel-dots{display:flex;justify-content:center;gap:1rem;margin-top:2rem}.dot{width:12px;height:12px;background:#ffffff4d;border:none;border-radius:50%;cursor:pointer;transition:all .3s ease;padding:0}.dot:hover{background:#ffffff80;transform:scale(1.2)}.dot.active{background:#0ea5e9;width:32px;border-radius:6px}.testimonial-cta{text-align:center;margin-top:4rem}.cta-text{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:#e2e8f0}@media (max-width: 1024px){.testimonial-content{grid-template-columns:1fr}.testimonial-images{flex-direction:row}.customer-image-wrapper,.pool-image-wrapper{aspect-ratio:1 / 1}.testimonial-text-content{padding:2rem}}@media (max-width: 768px){.testimonial-section{padding:4rem 1rem}.carousel-wrapper{padding:0 3rem}.testimonial-images{flex-direction:column}.customer-image-wrapper,.pool-image-wrapper{aspect-ratio:4 / 3}.testimonial-text-content{padding:1.5rem}.testimonial-quote{font-size:1rem}.carousel-button{width:40px;height:40px;font-size:1.25rem}}@media (max-width: 480px){.carousel-wrapper{padding:0 2.5rem}.testimonial-text-content{padding:1.25rem}.star-rating{margin-bottom:1rem}.star{font-size:1.25rem}.testimonial-quote{font-size:.95rem;margin-bottom:1.5rem}.author-name{font-size:1.1rem}.carousel-button{width:36px;height:36px;font-size:1.1rem}.cta-text{font-size:1.25rem}}.faq-section{padding:6rem 2rem;background:linear-gradient(180deg,#f8fafc,#e2e8f0)}.faq-container{max-width:900px;margin:0 auto}.category-filters{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-bottom:3rem}.filter-button{padding:.625rem 1.25rem;background:#fff;border:2px solid #e2e8f0;border-radius:25px;font-size:.95rem;font-weight:600;color:#475569;cursor:pointer;transition:all .3s ease}.filter-button:hover{border-color:#cbd5e1;background:#f8fafc}.filter-button.active{background:linear-gradient(135deg,#0ea5e9,#0284c7);border-color:#0ea5e9;color:#fff;box-shadow:0 4px 12px #0ea5e94d}.faq-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:4rem}.faq-item{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000f;transition:all .3s ease}.faq-item:hover{box-shadow:0 4px 16px #0000001a}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:transparent;border:none;cursor:pointer;text-align:left;transition:all .3s ease}.faq-question:hover{background:#f8fafc}.faq-question.active{background:#f1f5f9}.question-text{font-size:1.15rem;font-weight:700;color:#0f172a;line-height:1.5;padding-right:1rem}.question-icon{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;font-size:1.5rem;font-weight:300;border-radius:50%;transition:all .3s ease}.faq-question.active .question-icon{transform:rotate(180deg)}.faq-answer-wrapper{overflow:hidden}.faq-answer{padding:0 1.5rem 1.5rem;border-top:1px solid #e2e8f0}.category-badge{display:inline-block;padding:.25rem .75rem;background:#e0f2fe;color:#0284c7;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:12px;margin-bottom:.75rem}.answer-text{font-size:1rem;line-height:1.7;color:#475569;margin:0}.faq-cta{text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,#0f172a,#1e293b);border-radius:16px;color:#fff}.cta-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;margin-bottom:.75rem;color:#fff}.cta-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:#cbd5e1;margin-bottom:2rem}.cta-button{display:inline-block;padding:1rem 2.5rem;background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;font-size:1.1rem;font-weight:700;text-decoration:none;border-radius:8px;transition:all .3s ease;box-shadow:0 4px 14px #0ea5e966}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0ea5e999;background:linear-gradient(135deg,#0284c7,#0369a1)}@media (max-width: 768px){.faq-section{padding:4rem 1rem}.category-filters{gap:.5rem}.filter-button{padding:.5rem 1rem;font-size:.875rem}.faq-question{padding:1.25rem}.question-text{font-size:1rem}.question-icon{width:28px;height:28px;font-size:1.25rem}.faq-answer{padding:0 1.25rem 1.25rem}.answer-text{font-size:.95rem}.faq-cta{padding:3rem 1.5rem}}@media (max-width: 480px){.category-filters{gap:.5rem}.filter-button{padding:.5rem .875rem;font-size:.8rem}.faq-question{padding:1rem}.question-text{font-size:.95rem}.question-icon{width:26px;height:26px}.faq-answer{padding:0 1rem 1rem}.faq-cta{padding:2rem 1rem}}.lead-form-section{padding:6rem 2rem;background:#fff}.form-container{max-width:900px;margin:0 auto}.lead-form{background:#fff;border-radius:16px;padding:3rem;box-shadow:0 10px 40px #00000014;border:1px solid #e2e8f0}.form-section{margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid #f1f5f9}.form-section:last-of-type{border-bottom:none}.form-section-title{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.25rem}.subtitle-text{font-size:.9rem;font-weight:400;color:#64748b;font-style:italic}.form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem}.form-row:last-child{margin-bottom:0}.form-group{display:flex;flex-direction:column}.form-label{font-size:.95rem;font-weight:600;color:#334155;margin-bottom:.5rem}.required{color:#ef4444}.form-input,.form-select,.form-textarea{padding:.875rem;font-size:1rem;border:2px solid #e2e8f0;border-radius:8px;transition:all .3s ease;font-family:inherit;background:#fff;color:#0f172a}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#0ea5e9;box-shadow:0 0 0 3px #0ea5e91a}.form-input::-moz-placeholder{color:#94a3b8}.form-input::placeholder{color:#94a3b8}.form-textarea{resize:vertical;min-height:120px}.features-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.feature-checkbox{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .3s ease;text-align:left}.feature-checkbox:hover{background:#f1f5f9;border-color:#cbd5e1}.feature-checkbox.selected{background:linear-gradient(135deg,#e0f2fe,#bae6fd);border-color:#0ea5e9}.checkbox-icon{width:24px;height:24px;border:2px solid #cbd5e1;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:1rem;color:#fff;background:#fff;transition:all .3s ease;flex-shrink:0}.feature-checkbox.selected .checkbox-icon{background:#0ea5e9;border-color:#0ea5e9}.checkbox-label{font-size:.95rem;font-weight:600;color:#334155}.photo-upload-area{position:relative;margin-bottom:1.5rem}.photo-input{position:absolute;width:0;height:0;opacity:0}.photo-upload-label{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;border:3px dashed #cbd5e1;border-radius:12px;background:#f8fafc;cursor:pointer;transition:all .3s ease}.photo-upload-label:hover{border-color:#0ea5e9;background:#e0f2fe}.upload-icon{font-size:3rem;margin-bottom:1rem}.upload-text{font-size:1.1rem;font-weight:600;color:#0f172a;margin-bottom:.5rem}.upload-subtext{font-size:.9rem;color:#64748b}.photo-preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem}.photo-preview-item{position:relative;aspect-ratio:1 / 1;border-radius:8px;overflow:hidden;border:2px solid #e2e8f0}.preview-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.remove-photo-btn{position:absolute;top:.5rem;right:.5rem;width:28px;height:28px;background:#ef4444f2;color:#fff;border:none;border-radius:50%;font-size:1.5rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.remove-photo-btn:hover{background:#dc2626;transform:scale(1.1)}.form-actions{margin-top:2rem;text-align:center}.submit-button{width:100%;max-width:400px;padding:1.25rem 2.5rem;background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;font-size:1.2rem;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 14px #0ea5e966;margin-bottom:1rem}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #0ea5e999;background:linear-gradient(135deg,#0284c7,#0369a1)}.submit-button:disabled{opacity:.6;cursor:not-allowed}.submit-button.submitting{background:#64748b}.privacy-note{font-size:.875rem;color:#64748b;line-height:1.6;max-width:500px;margin:0 auto}.status-message{padding:1.5rem;border-radius:8px;margin-top:2rem;display:flex;align-items:center;gap:1rem;font-size:1rem;font-weight:600}.status-icon{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0}.success-message{background:#d1fae5;color:#065f46;border:2px solid #10b981}.success-message .status-icon{background:#10b981;color:#fff}.error-message{background:#fee2e2;color:#991b1b;border:2px solid #ef4444}.error-message .status-icon{background:#ef4444;color:#fff}.contact-alternatives{text-align:center;margin-top:3rem;padding:2rem;background:#f8fafc;border-radius:12px}.alt-text{font-size:1.1rem;color:#475569;margin-bottom:1rem}.phone-link{display:inline-block;font-size:2rem;font-weight:700;color:#0ea5e9;text-decoration:none;margin-bottom:.5rem;transition:color .3s ease}.phone-link:hover{color:#0284c7}.hours-text{font-size:.95rem;color:#64748b;margin:0}@media (max-width: 768px){.lead-form-section{padding:4rem 1rem}.lead-form{padding:2rem 1.5rem}.form-row{grid-template-columns:1fr;gap:1rem}.features-grid{grid-template-columns:1fr}.photo-upload-label{padding:2rem 1rem}.upload-icon{font-size:2.5rem}.submit-button{width:100%}.phone-link{font-size:1.75rem}}@media (max-width: 480px){.lead-form{padding:1.5rem 1rem}.form-section{margin-bottom:2rem;padding-bottom:1.5rem}.form-section-title{font-size:1.25rem}.photo-preview-grid{grid-template-columns:repeat(2,1fr)}}.quiz-section{padding:6rem 2rem;background:linear-gradient(135deg,#1e293b,#0f172a);color:#fff}.quiz-container{max-width:800px;margin:0 auto}.quiz-header{text-align:center;margin-bottom:3rem}.quiz-title{font-size:clamp(2rem,5vw,3rem);font-weight:800;margin-bottom:1rem;color:#fff}.quiz-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:#cbd5e1}.progress-bar{width:100%;height:8px;background:#ffffff1a;border-radius:10px;overflow:hidden;margin-bottom:1rem}.progress-fill{height:100%;background:linear-gradient(90deg,#0ea5e9,#06b6d4);border-radius:10px}.question-counter{text-align:center;font-size:.95rem;color:#94a3b8;font-weight:600;margin-bottom:2rem;text-transform:uppercase;letter-spacing:.05em}.question-card{background:#fff;border-radius:16px;padding:3rem;box-shadow:0 20px 60px #0006;color:#0f172a}.question-text{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;margin-bottom:2.5rem;text-align:center;line-height:1.3}.options-grid{display:grid;grid-template-columns:1fr;gap:1rem}.option-button{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;background:#f8fafc;border:3px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .3s ease;text-align:left;font-size:1.1rem}.option-button:hover{background:#e0f2fe;border-color:#0ea5e9;transform:translate(8px)}.option-letter{width:40px;height:40px;background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;flex-shrink:0}.option-text{font-weight:600;color:#0f172a;flex:1}.results-card{background:#fff;border-radius:16px;padding:3rem;box-shadow:0 20px 60px #0006;color:#0f172a}.results-header{text-align:center;margin-bottom:2.5rem}.results-title{font-size:1.5rem;font-weight:600;color:#64748b;margin-bottom:.5rem}.results-vibe-name{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.2}.results-content{margin-bottom:2.5rem}.results-image-wrapper{width:100%;aspect-ratio:16 / 9;border-radius:12px;overflow:hidden;margin-bottom:2rem;box-shadow:0 10px 30px #00000026}.results-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.results-description{padding:0}.results-text{font-size:1.25rem;line-height:1.7;color:#334155;margin-bottom:2rem}.results-features{background:#f8fafc;padding:2rem;border-radius:12px;border-left:4px solid #0ea5e9}.features-title{font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:1rem}.features-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.feature-item{display:flex;align-items:center;gap:.75rem;font-size:1.05rem;color:#475569}.feature-bullet{width:24px;height:24px;background:#22c55e;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;flex-shrink:0}.results-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-button{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;font-size:1.1rem;font-weight:700;border-radius:8px;cursor:pointer;transition:all .3s ease;text-decoration:none;border:2px solid transparent}.cta-button.primary{background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;box-shadow:0 4px 14px #0ea5e966}.cta-button.primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0ea5e999}.cta-button.secondary{background:transparent;color:#0f172a;border-color:#cbd5e1}.cta-button.secondary:hover{background:#f1f5f9;border-color:#94a3b8}@media (max-width: 768px){.quiz-section{padding:4rem 1rem}.question-card,.results-card{padding:2rem 1.5rem}.question-text{margin-bottom:2rem}.option-button{padding:1rem 1.25rem;font-size:1rem}.option-letter{width:36px;height:36px;font-size:1rem}.results-features{padding:1.5rem}.results-actions{flex-direction:column}.cta-button{width:100%}}@media (max-width: 480px){.question-card,.results-card{padding:1.5rem 1rem}.option-button{padding:.875rem 1rem;font-size:.95rem}.option-letter{width:32px;height:32px;font-size:.9rem}.results-text{font-size:1.1rem}.feature-item{font-size:.95rem}}.footer{background:linear-gradient(180deg,#0f172a,#020617);color:#fff;padding:4rem 2rem 2rem}.footer-container{max-width:1400px;margin:0 auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-section{display:flex;flex-direction:column;gap:1.25rem}.footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.footer-logo .logo-image{height:50px;width:auto}.footer-description{font-size:.95rem;line-height:1.6;color:#cbd5e1}.footer-social{display:flex;gap:1rem;margin-top:.5rem}.social-link{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#ffffff1a;border-radius:50%;transition:all .3s ease;text-decoration:none}.social-link:hover{background:#0ea5e9cc;transform:translateY(-3px)}.social-icon{font-size:1.5rem}.footer-heading{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.5rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-link{color:#cbd5e1;text-decoration:none;font-size:.95rem;transition:all .3s ease;background:transparent;border:none;cursor:pointer;padding:0;text-align:left}.footer-link:hover{color:#0ea5e9;padding-left:.5rem}.footer-link-text{color:#cbd5e1;font-size:.95rem}.footer-contact{list-style:none;display:flex;flex-direction:column;gap:1rem}.footer-contact li{display:flex;align-items:center;gap:.75rem}.contact-icon{font-size:1.25rem;flex-shrink:0}.contact-link{color:#cbd5e1;text-decoration:none;font-size:.95rem;transition:color .3s ease}.contact-link:hover{color:#0ea5e9}.contact-text{color:#cbd5e1;font-size:.95rem}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;padding-top:2rem}.footer-copyright{font-size:.9rem;color:#94a3b8}.footer-legal{display:flex;align-items:center;gap:1rem}.legal-link{color:#94a3b8;text-decoration:none;font-size:.9rem;transition:color .3s ease}.legal-link:hover{color:#0ea5e9}.separator{color:#475569}@media (max-width: 768px){.footer{padding:3rem 1rem 1.5rem}.footer-content{grid-template-columns:1fr;gap:2.5rem}.footer-bottom{flex-direction:column;text-align:center;gap:1rem}.footer-legal{justify-content:center}}@media (max-width: 480px){.footer-logo{justify-content:center}.footer-section{text-align:center}.footer-links{align-items:center}.footer-link:hover{padding-left:0}.footer-contact li,.footer-social{justify-content:center}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}.app{width:100%;min-height:100vh}.main-content{width:100%}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;color:#0f172a;margin-bottom:1rem;line-height:1.2}.section-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:#475569;max-width:700px;margin:0 auto;line-height:1.6}section[id]{scroll-margin-top:80px}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s ease-in-out infinite}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}*:focus-visible{outline:3px solid #0ea5e9;outline-offset:2px}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media print{.navigation,.nav-cta,.cta-button,button{display:none!important}}
