@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Inter:wght@300;400;500;600;700&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--gold: hsl(200, 89%, 48%);--gold-light: hsl(200, 89%, 92%);--gold-hover: hsl(200, 98%, 39%);--black: hsl(0, 0%, 5%);--dark: hsl(0, 0%, 7%);--white: hsl(0, 0%, 100%);--off-white: hsl(0, 0%, 96%);--gray: hsl(0, 0%, 55%);--gray-light: hsl(0, 0%, 85%);--border: hsl(0, 0%, 90%);--font-serif: "Playfair Display", Georgia, serif;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--max-width: 1280px;--nav-height: 56px}html{scroll-behavior:smooth;font-size:15px}body{font-family:var(--font-sans);color:var(--black);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit}ul{list-style:none}img{max-width:100%;display:block}.container{max-width:var(--max-width);margin:0 auto;padding:0 24px}.section-label{font-family:var(--font-sans);font-size:.75rem;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:var(--gold);margin-bottom:12px}.section-heading{font-family:var(--font-serif);font-size:2.5rem;font-weight:600;line-height:1.2;color:var(--black);margin-bottom:16px}.section-subheading{font-size:1.05rem;color:var(--gray);max-width:600px;line-height:1.7}.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;font-family:var(--font-sans);font-size:.875rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;border-radius:8px;border:none;cursor:pointer;transition:all .3s ease}.btn-gold{background:var(--gold);color:var(--white)}.btn-gold:hover{background:var(--gold-hover);transform:translateY(-2px);box-shadow:0 4px 20px #0ea5e94d}.btn-black{background:var(--black);color:var(--white)}.btn-black:hover{background:#333;transform:translateY(-2px);box-shadow:0 4px 20px #0000004d}.btn-outline{background:transparent;color:var(--white);border:2px solid var(--white)}.btn-outline:hover{background:var(--white);color:var(--black)}.nav{position:fixed;top:0;left:0;right:0;z-index:100;background:var(--dark);height:var(--nav-height);display:flex;align-items:center}.nav .container{display:flex;align-items:center;justify-content:space-between;width:100%}.nav-logo{display:flex;align-items:center;gap:10px;font-family:var(--font-sans);font-weight:600;font-size:1.1rem;color:var(--gold)}.nav-logo .logo-icon{width:36px;height:36px;border:2px solid var(--gold);border-radius:4px;display:flex;align-items:center;justify-content:center;font-family:var(--font-serif);font-size:1.1rem;font-weight:700;color:var(--gold)}.nav-links{display:flex;align-items:center;gap:8px}.nav-link{padding:10px 18px;font-size:.8rem;font-weight:500;letter-spacing:1.5px;text-transform:uppercase;color:var(--white);border-radius:6px;transition:all .25s ease}.nav-link:hover{color:var(--gold)}.nav-link--accent{background:var(--gold);color:var(--white)}.nav-link--accent:hover{background:var(--gold-hover);color:var(--white)}.nav-hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px}.nav-hamburger span{display:block;width:24px;height:2px;background:var(--white);border-radius:2px;transition:all .3s ease}.hero{padding-top:calc(var(--nav-height) + 56px);padding-bottom:56px;text-align:center;background:var(--white)}.hero-title{font-family:var(--font-serif);font-size:2.75rem;font-weight:500;color:var(--black);margin-bottom:8px;letter-spacing:-.025em;line-height:1.15}.hero-brand{font-style:italic;color:var(--gold)}.hero-question{font-family:var(--font-sans);font-size:.75rem;font-weight:500;letter-spacing:.3em;text-transform:uppercase;color:var(--gray);margin-bottom:32px}.hero-cards{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:780px;margin:0 auto}.hero-card{display:flex;flex-direction:column;border-radius:12px;overflow:hidden;border:1px solid var(--border);background:var(--white);box-shadow:0 1px 2px #0000000d;transition:box-shadow .3s ease;cursor:pointer;text-decoration:none}.hero-card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.hero-card-image-wrap{position:relative;height:170px;overflow:hidden}.hero-card-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.hero-card:hover .hero-card-bg{transform:scale(1.05)}.hero-card-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.6) 0%,rgba(0,0,0,.2) 50%,transparent 100%);z-index:1}.hero-card-text{position:absolute;bottom:0;left:0;right:0;padding:20px;z-index:2}.hero-card-text p{color:#ffffffa6;font-size:.75rem;text-align:center;line-height:1.625}.hero-card-button{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--gold);color:var(--white);font-weight:500;font-size:.75rem;padding:10px 0;transition:background-color .2s ease}.hero-card:hover .hero-card-button{background:var(--gold-hover)}.hero-card-button svg{width:14px;height:14px}.trust{padding:56px 0;background:var(--off-white)}.trust .section-heading{text-align:center;max-width:600px;margin:0 auto 32px;font-size:1.75rem}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.trust-item{text-align:center}.trust-icon{width:48px;height:48px;border-radius:50%;background:var(--gold-light);display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.trust-icon svg{width:22px;height:22px;stroke:var(--gold);fill:none;stroke-width:1.5}.trust-item h3{font-family:var(--font-sans);font-size:.875rem;font-weight:600;margin-bottom:6px}.trust-item p{font-size:.8rem;color:var(--gray);line-height:1.5}.services{padding:80px 0;background:var(--white)}.services-header{text-align:center;margin-bottom:48px}.services-header .section-subheading{margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;max-width:1100px;margin:0 auto}.service-card{background:var(--dark);border-radius:14px;padding:32px 16px;text-align:center;color:var(--white);transition:all .3s ease;cursor:pointer}.service-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0003}.service-card:hover .service-card-icon svg{stroke:var(--gold);transition:stroke .3s ease}.service-card-icon{width:48px;height:48px;margin:0 auto 16px;display:flex;align-items:center;justify-content:center}.service-card-icon svg{width:40px;height:40px;stroke:var(--white);fill:none;stroke-width:1.5}.service-card h3{font-family:var(--font-sans);font-size:.95rem;font-weight:500}.contractor-cta{padding:120px 0;background:var(--dark);color:var(--white)}.contractor-cta-card{background:#262626;padding:48px;border-radius:24px;border:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between;gap:48px}.contractor-cta-content{flex:1}.contractor-cta .section-label{color:var(--gold)}.contractor-cta .section-heading{color:var(--white);font-size:2.5rem;margin-bottom:16px;max-width:700px}.contractor-cta p{color:var(--gray);margin-bottom:0;font-size:1rem;line-height:1.7;max-width:600px}.contractor-cta-action{flex-shrink:0}.impact{padding:96px 0;background:var(--white);text-align:center}.impact .section-heading{margin-bottom:56px}.impact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;max-width:800px;margin:0 auto}.impact-stat h3{font-family:var(--font-serif);font-size:3rem;font-weight:700;color:var(--gold);margin-bottom:8px}.impact-stat p{font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:1.5px;color:var(--gray)}.final-cta{padding:80px 0;background:var(--gold);text-align:center}.final-cta h2{font-family:var(--font-serif);font-size:2.5rem;font-weight:600;color:var(--white);margin-bottom:8px}.final-cta p{font-size:.8rem;font-weight:500;letter-spacing:3px;text-transform:uppercase;color:#ffffffd9;margin-bottom:32px}.footer{padding:40px 0;background:var(--dark);text-align:center}.footer-content{display:flex;align-items:center;justify-content:space-between}.footer-copy{font-size:.8rem;color:var(--gray);letter-spacing:1px;text-transform:uppercase}.footer-links{display:flex;gap:24px}.footer-links a{font-size:.8rem;color:var(--gray);transition:color .25s ease}.footer-links a:hover{color:var(--gold)}.footer--rich{padding:64px 0 32px;text-align:left}.footer-grid{display:grid;grid-template-columns:2fr 1.5fr 1fr 1fr 1fr;gap:40px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:32px}.footer-grid--3col{grid-template-columns:2.5fr 1fr 1fr}.footer-col{display:flex;flex-direction:column}.footer-tagline{font-size:.85rem;color:#ffffff8c;line-height:1.6}.footer-col-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:#ffffffe6;margin-bottom:16px}.footer-col-link{font-size:.85rem;color:#ffffff8c;margin-bottom:10px;transition:color .2s;text-decoration:none}.footer-col-link:hover{color:var(--gold)}.footer-bottom{text-align:center}.footer--rich .footer-copy{text-transform:none;letter-spacing:0}.ho-hero{position:relative;padding-top:calc(var(--nav-height));min-height:85vh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}.ho-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.15}.ho-hero-content{position:relative;z-index:2;max-width:900px;padding:40px 24px}.ho-hero-content h1{font-family:var(--font-serif);font-size:3.6rem;font-weight:600;color:var(--black);margin-bottom:4px;line-height:1.15}.ho-hero-content h1 em{color:var(--gold);font-style:italic}.ho-hero-subtitle{font-size:.85rem;font-weight:500;letter-spacing:3px;text-transform:uppercase;color:var(--gray);margin-bottom:40px}.ho-project-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;max-width:950px;margin:0 auto}.ho-project-card{background:var(--white);border:1px solid var(--border);border-radius:12px;padding:32px 16px;text-align:center;cursor:pointer;transition:all .3s ease}.ho-project-card:hover{border-color:var(--gold);box-shadow:0 4px 20px #0ea5e926;transform:translateY(-2px)}.ho-project-card svg{width:36px;height:36px;margin:0 auto 12px;stroke:var(--gray);fill:none;stroke-width:1.5}.ho-project-card h3{font-size:.9rem;font-weight:500;color:var(--black)}.ho-about{padding:96px 0;background:var(--white)}.ho-about-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.ho-about-text h2{font-family:var(--font-serif);font-size:2.5rem;font-weight:600;color:var(--black);margin-bottom:16px;line-height:1.2}.ho-about-text>p{color:var(--gray);font-size:1rem;line-height:1.7;margin-bottom:24px}.ho-checklist{display:grid;grid-template-columns:1fr 1fr;gap:12px}.ho-checklist-item{display:flex;align-items:center;gap:10px;font-size:.93rem;font-weight:500}.ho-checklist-item .check-icon{width:22px;height:22px;border-radius:50%;background:var(--gold);display:flex;align-items:center;justify-content:center;flex-shrink:0}.ho-checklist-item .check-icon svg{width:13px;height:13px;stroke:var(--white);fill:none;stroke-width:2.5}.ho-about-images{display:grid;grid-template-columns:1fr 1fr;gap:16px}.ho-about-images img{border-radius:16px;width:100%;height:250px;object-fit:cover}.ho-how{padding:96px 0;background:var(--off-white);text-align:center}.ho-how .section-heading{font-style:italic;margin-bottom:56px}.ho-how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;max-width:900px;margin:0 auto}.ho-how-step{text-align:center}.ho-how-icon{width:64px;height:64px;border-radius:16px;background:var(--gold-light);display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.ho-how-icon svg{width:28px;height:28px;stroke:var(--gold);fill:none;stroke-width:1.5}.ho-how-step h3{font-size:1rem;font-weight:600;margin-bottom:8px}.ho-how-step p{font-size:.875rem;color:var(--gray);line-height:1.6}.ho-testimonials{padding:96px 0;background:var(--white);text-align:center}.ho-testimonials .section-heading{margin-bottom:8px}.ho-testimonials-divider{width:60px;height:3px;background:var(--gold);margin:0 auto 48px;border-radius:4px}.ho-testimonials-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.testimonial-card{background:var(--off-white);border:1px solid var(--border);border-radius:12px;padding:28px 20px;text-align:left}.testimonial-header{display:flex;align-items:center;gap:12px;margin-bottom:8px}.testimonial-avatar{width:40px;height:40px;border-radius:50%;background:var(--gray-light);display:flex;align-items:center;justify-content:center}.testimonial-avatar svg{width:20px;height:20px;stroke:var(--gray);fill:none;stroke-width:1.5}.testimonial-name{font-weight:600;font-size:.95rem}.testimonial-location{font-size:.7rem;font-weight:500;letter-spacing:1px;text-transform:uppercase;color:var(--gray)}.testimonial-stars{display:flex;gap:2px;margin-bottom:12px}.testimonial-stars svg{width:16px;height:16px;fill:var(--gold);stroke:none}.testimonial-text{font-size:.875rem;color:var(--gray);line-height:1.6;font-style:italic}.ho-faq{padding:96px 0;background:var(--off-white)}.ho-faq .section-heading{text-align:center;margin-bottom:48px}.faq-list{max-width:700px;margin:0 auto}.faq-item{border-bottom:1px solid var(--border);padding:20px 0}.faq-question{display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-weight:600;font-size:1rem;gap:16px}.faq-question svg{width:20px;height:20px;stroke:var(--black);fill:none;stroke-width:2;transition:transform .3s ease;flex-shrink:0}.faq-item.open .faq-question svg{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item.open .faq-answer{max-height:300px}.faq-answer p{padding-top:12px;font-size:.9rem;color:var(--gray);line-height:1.7}.partners-page .nav{background:transparent;position:fixed;top:0;left:0;right:0;z-index:200;transition:background .3s ease}.partners-page .nav.nav-scrolled{background:var(--dark)}.partners-page .nav-logo,.partners-page .nav-link{color:var(--white)}.partners-page .nav-link--accent{background:var(--dark);color:var(--gold);border:none;border-radius:0;padding:8px 18px;font-weight:600;cursor:pointer}.partners-page .nav-hamburger span{background:var(--white)}.partners-page .btn{border-radius:0!important}.pt-hero{position:relative;min-height:75vh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;padding-top:var(--nav-height)}.pt-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.pt-hero-bg img{width:100%;height:100%;object-fit:cover;filter:blur(3px) brightness(.9);transform:scale(1.05)}.pt-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#00000080,#0000004d);z-index:1}.pt-hero-content{position:relative;z-index:2}.pt-hero h1{font-family:var(--font-serif);font-size:3rem;font-weight:600;color:var(--white);max-width:700px;margin:0 auto 16px;line-height:1.2}.pt-hero h1 em{font-style:italic;color:var(--gold)}.pt-hero-content>p{font-size:1.05rem;color:#fffc;max-width:600px;margin:0 auto 32px;line-height:1.7}.pt-hero-content>p strong{color:var(--gold);font-weight:700;font-size:1.15em}.pt-hero-badge{display:inline-flex;align-items:center;gap:8px;background:#000000b3;border:1px solid var(--gold);border-radius:999px;padding:10px 22px;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--white);margin-bottom:24px}.pt-hero-badge svg{width:16px;height:16px;stroke:var(--gold);fill:none;stroke-width:2}.pt-trust-bar{background:var(--dark);padding:28px 0}.pt-trust-bar-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;text-align:center}.pt-trust-item{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:12px;color:var(--white)}.pt-trust-item svg{width:24px;height:24px;stroke:var(--gold);fill:none;stroke-width:1.5}.pt-trust-item span{font-size:.8rem;font-weight:500;letter-spacing:1px}.pt-testimonials{padding:96px 0;background:var(--off-white);text-align:center}.pt-testimonials .section-heading{margin-bottom:48px}.pt-testimonial-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:900px;margin:0 auto}.pt-testimonial-card{background:var(--white);border-radius:16px;padding:32px;text-align:left;border:1px solid var(--border);transition:all .3s ease}.pt-testimonial-card:hover{box-shadow:0 8px 32px #00000014}.pt-testimonial-card h4{font-size:1.1rem;font-weight:600;margin-bottom:4px}.pt-testimonial-card .role{font-size:.8rem;color:var(--gray);margin-bottom:12px}.pt-testimonial-card blockquote{font-size:.9rem;color:var(--gray);line-height:1.7;font-style:italic}.pt-process{padding:96px 0;background:var(--white);text-align:center}.pt-process .section-heading{font-style:italic;margin-bottom:56px}.pt-process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;max-width:900px;margin:0 auto}.pt-process-step{text-align:center}.pt-process-num{width:48px;height:48px;border-radius:50%;background:var(--gold);color:var(--white);display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-family:var(--font-serif);font-size:1.25rem;font-weight:700}.pt-process-step h3{font-size:1rem;font-weight:600;margin-bottom:8px}.pt-process-step p{font-size:.875rem;color:var(--gray);line-height:1.6}.pt-features{padding:96px 0;background:var(--off-white)}.pt-features .section-heading{text-align:center;margin-bottom:48px}.pt-features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.pt-feature-card{background:var(--white);border-radius:16px;padding:32px 24px;text-align:center;border:1px solid var(--border);transition:all .3s ease}.pt-feature-card:hover{border-color:var(--gold);transform:translateY(-2px);box-shadow:0 4px 20px #0ea5e91a}.pt-feature-icon{width:56px;height:56px;border-radius:12px;background:var(--gold-light);display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.pt-feature-icon svg{width:26px;height:26px;stroke:var(--gold);fill:none;stroke-width:1.5}.pt-feature-card h3{font-size:.95rem;font-weight:600;margin-bottom:8px}.pt-feature-card p{font-size:.825rem;color:var(--gray);line-height:1.6}.pt-exclusive{padding:96px 0;background:#ededed}.pt-exclusive-desc{color:var(--gray);font-size:1rem;line-height:1.7;max-width:600px;margin:0 auto 40px}.pt-exclusive-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:900px;margin:0 auto 32px}.pt-exclusive-item{background:var(--white);border:1px solid var(--border);border-radius:8px;padding:20px 16px;font-weight:700;font-size:.85rem;letter-spacing:1.5px;text-transform:uppercase;color:var(--black);transition:border-color .2s,transform .2s}.pt-exclusive-item:hover{border-color:var(--gold);transform:translateY(-2px)}.pt-exclusive-note{color:var(--gold);font-size:.9rem}.pt-impact{padding:96px 0;background:var(--white);text-align:center}.pt-impact .section-heading{margin-bottom:56px}.pt-impact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;max-width:800px;margin:0 auto}.pt-impact-stat h3{font-family:var(--font-serif);font-size:3rem;font-weight:700;color:var(--gold);margin-bottom:8px}.pt-impact-stat p{font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:1.5px;color:var(--gray)}.pt-cta{padding:120px 0;background:var(--gold);text-align:center}.pt-cta h2{font-family:var(--font-serif);font-size:3rem;font-weight:400;color:var(--white);margin-bottom:16px;line-height:1.3;max-width:800px;margin-left:auto;margin-right:auto}.pt-cta h2 u{text-underline-offset:6px}.pt-cta-subtitle{font-size:1.1rem;font-weight:400;letter-spacing:0;text-transform:none;color:#ffffffd9;margin-bottom:40px}.pt-cta-stat{font-size:.7rem;font-weight:500;letter-spacing:2px;text-transform:uppercase;color:#fff9;margin-top:48px}.pt-cta p{font-size:.8rem;font-weight:500;letter-spacing:3px;text-transform:uppercase;color:#ffffffd9;margin-bottom:32px}.pt-cta-btn{background:var(--white);color:var(--black);font-weight:700;border:none;border-radius:8px;padding:16px 36px;font-size:.9rem;letter-spacing:1px;cursor:pointer;transition:background .2s,transform .2s}.pt-cta-btn:hover{background:#ffffffe6;transform:translateY(-2px)}.mobile-menu{display:none;position:fixed;top:var(--nav-height);left:0;right:0;background:var(--dark);padding:24px;z-index:99;flex-direction:column;gap:8px}.mobile-menu.active{display:flex}.mobile-menu a{display:block;padding:14px 16px;font-size:.85rem;font-weight:500;letter-spacing:1px;text-transform:uppercase;color:var(--white);border-radius:8px;transition:background .25s ease}.mobile-menu a:hover{background:#ffffff1a}@media(max-width:768px){.nav-links{display:none}.nav-hamburger{display:flex}.hero-title{font-size:2.25rem}.hero-cards{grid-template-columns:1fr}.hero-card{min-height:260px}.trust-grid{grid-template-columns:1fr 1fr;gap:40px}.services-grid{grid-template-columns:1fr 1fr}.contractor-cta-card{flex-direction:column;text-align:center;padding:36px 28px;gap:32px}.contractor-cta .section-heading{font-size:1.75rem}.impact-grid,.pt-impact-grid{grid-template-columns:1fr;gap:32px}.pt-exclusive-grid{grid-template-columns:1fr 1fr;gap:12px}.pt-exclusive-item{padding:16px 12px;font-size:.75rem;letter-spacing:1px}.impact-stat h3,.pt-impact-stat h3{font-size:2.5rem}.section-heading,.final-cta h2,.pt-cta h2{font-size:2rem}.footer-content{flex-direction:column;gap:16px}.footer-links{flex-wrap:wrap;justify-content:center}.ho-hero-content h1{font-size:2.25rem}.ho-project-grid{grid-template-columns:1fr 1fr}.ho-about-grid{grid-template-columns:1fr;gap:40px}.ho-about-images{order:-1}.ho-checklist{grid-template-columns:1fr}.ho-how-grid{grid-template-columns:1fr;gap:32px}.ho-testimonials-grid{grid-template-columns:1fr}.pt-hero h1{font-size:2.25rem}.pt-trust-bar-grid{grid-template-columns:1fr 1fr;gap:24px}.pt-testimonial-grid{grid-template-columns:1fr}.pt-process-grid{grid-template-columns:1fr;gap:32px}.pt-features-grid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.hero-title{font-size:1.5rem}.trust-grid,.services-grid,.ho-project-grid,.pt-features-grid,.pt-trust-bar-grid{grid-template-columns:1fr}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.animate-on-scroll{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}.modal-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:1000;align-items:center;justify-content:center;padding:16px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-overlay.active{display:flex}.modal-box{background:var(--white);border-radius:16px;padding:40px 36px 28px;max-width:520px;width:100%;position:relative;max-height:90vh;overflow-y:auto;animation:fadeInUp .3s ease}.modal-close{position:absolute;top:14px;right:18px;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--gray);line-height:1;padding:4px 8px;border-radius:6px;transition:background .2s}.modal-close:hover{background:var(--off-white)}.modal-step h2{font-family:var(--font-serif);font-size:1.4rem;font-weight:600;color:var(--black);margin-bottom:8px;text-align:center}.modal-option-icon svg{width:20px;height:20px}.modal-sub{font-size:.875rem;color:var(--gray);text-align:center;margin-bottom:20px;line-height:1.6}.modal-label{display:block;font-size:.85rem;font-weight:600;color:var(--black);margin-bottom:6px}.modal-options{display:flex;flex-direction:column;gap:10px;margin:20px 0}.modal-option-btn{width:100%;padding:14px 20px;border:1.5px solid #e2e2e2;border-radius:10px;background:var(--white);font-family:var(--font-sans);font-size:.9rem;font-weight:500;color:var(--black);text-align:left;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:12px}.modal-option-btn:hover{border-color:var(--gold);background:var(--gold-light);color:var(--gold)}.modal-option-icon{font-size:1.1rem;width:24px;text-align:center;flex-shrink:0}.modal-form{display:flex;flex-direction:column;gap:10px}.modal-form input{width:100%;padding:12px 16px;border:1.5px solid #e2e2e2;border-radius:10px;font-family:var(--font-sans);font-size:.9rem;color:var(--black);outline:none;transition:border-color .2s}.modal-form input:focus{border-color:var(--gold)}.modal-checkbox-options{display:flex;flex-direction:column;gap:10px}.modal-checkbox-label{display:flex;align-items:center;gap:12px;padding:14px 18px;border:1.5px solid #e2e2e2;border-radius:10px;font-family:var(--font-sans);font-size:.9rem;font-weight:500;color:var(--black);cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none}.modal-checkbox-label:hover{border-color:var(--gold);background:var(--gold-light)}.modal-checkbox-label input[type=checkbox]{display:none}.modal-checkbox-box{width:20px;height:20px;border:2px solid #ccc;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease}.modal-checkbox-label input[type=checkbox]:checked~.modal-checkbox-box{background:var(--gold);border-color:var(--gold)}.modal-checkbox-label input[type=checkbox]:checked~.modal-checkbox-box:after{content:"✓";color:#fff;font-size:12px;font-weight:700}.modal-checkbox-label:has(input:checked){border-color:var(--gold);background:var(--gold-light)}.modal-progress{margin-top:20px;height:3px;background:#e2e2e2;border-radius:2px;overflow:hidden}.modal-progress-bar{height:100%;background:var(--gold);border-radius:2px;transition:width .4s ease;width:25%}.modal-success{text-align:center;padding:20px 0}.modal-success svg{width:52px;height:52px;stroke:var(--gold);fill:none;stroke-width:1.5;margin:0 auto 14px;display:block}.modal-success h2{margin-bottom:10px}.modal-success p{color:var(--gray);font-size:.9rem;line-height:1.6}.funnel-nav{position:fixed;top:0;left:0;right:0;height:var(--nav-height);background:var(--white);display:flex;align-items:center;justify-content:space-between;padding:0 24px;border-bottom:1px solid #e8e8e8;z-index:100}.funnel-close{font-size:1.6rem;color:var(--gray);text-decoration:none;line-height:1;padding:4px 10px;border-radius:6px;transition:background .2s}.funnel-close:hover{background:var(--off-white)}.funnel-progress{position:fixed;top:var(--nav-height);left:0;right:0;height:4px;background:#e8e8e8;z-index:99}.funnel-progress-bar{height:100%;background:var(--gold);transition:width .4s ease;width:25%}.funnel-main{display:flex;align-items:flex-start;justify-content:center;min-height:100vh;padding:calc(var(--nav-height) + 60px) 20px 60px;background:#f6f8f9}.funnel-card{background:var(--white);border-radius:20px;padding:48px 40px;max-width:600px;width:100%;box-shadow:0 2px 20px #0000000f}.funnel-step h1{font-family:var(--font-serif);font-size:1.6rem;font-weight:700;color:var(--black);text-align:center;margin-bottom:8px;line-height:1.3}.funnel-sub{font-size:.9rem;color:var(--gray);text-align:center;margin-bottom:24px}.funnel-options{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.funnel-option-btn{width:100%;padding:15px 20px;border:1.5px solid #e2e2e2;border-radius:10px;background:var(--white);font-family:var(--font-sans);font-size:.95rem;font-weight:500;color:var(--black);text-align:left;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:12px}.funnel-option-btn:before{content:"";width:18px;height:18px;border-radius:50%;border:2px solid #d0d0d0;flex-shrink:0;transition:all .2s ease}.funnel-option-btn:hover{border-color:var(--gold);background:var(--gold-light)}.funnel-option-btn:hover:before{border-color:var(--gold);background:var(--gold)}.funnel-options--check{gap:10px}.funnel-check-option{display:flex;align-items:center;gap:12px;padding:15px 20px;border:1.5px solid #e2e2e2;border-radius:10px;cursor:pointer;transition:all .2s ease;font-size:.95rem;font-weight:500}.funnel-check-option:hover,.funnel-check-option.selected{border-color:var(--gold);background:var(--gold-light)}.funnel-check-option input[type=checkbox]{width:18px;height:18px;accent-color:hsl(200,89%,48%);flex-shrink:0}.funnel-continue{width:100%;justify-content:center;margin-top:8px}.funnel-hint{display:flex;align-items:flex-start;gap:10px;background:#fefbec;border-radius:10px;padding:14px 16px;font-size:.8rem;color:var(--gray);line-height:1.5}.funnel-hint svg{width:18px;height:18px;flex-shrink:0;stroke:#e6a219;fill:none;stroke-width:1.5;margin-top:1px}.funnel-form{display:flex;flex-direction:column;gap:12px}.funnel-form input{width:100%;padding:14px 18px;border:1.5px solid #e2e2e2;border-radius:10px;font-family:var(--font-sans);font-size:1rem;color:var(--black);outline:none;transition:border-color .2s}.funnel-form input:focus{border-color:var(--gold)}@media(max-width:768px){.modal-box{padding:32px 20px 24px}.funnel-card{padding:32px 20px}.funnel-step h1{font-size:1.3rem}}.exit-popup-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:1000;align-items:center;justify-content:center;padding:16px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.exit-popup-overlay.active{display:flex}.exit-popup{text-align:center;max-width:420px;width:100%}.exit-popup-bubble{background:#fbf3da;border:2px solid hsl(40,60%,70%);border-radius:20px;padding:16px 24px;font-size:.95rem;color:var(--black);line-height:1.5;position:relative;margin-bottom:20px}.exit-popup-bubble:after{content:"";position:absolute;bottom:-12px;left:50%;transform:translate(-50%);width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid hsl(45,80%,92%)}.exit-popup-body{background:var(--white);border-radius:16px;padding:32px 28px;box-shadow:0 4px 30px #00000026}.exit-popup-msg{font-size:1rem;color:var(--black);margin-bottom:6px;line-height:1.5}.exit-popup-hint{font-size:.9rem;color:var(--gray);margin-bottom:20px}.exit-popup-return{width:100%;justify-content:center;margin-bottom:10px}.exit-popup-cancel{width:100%;justify-content:center;border-color:var(--gold);color:var(--gold)}.exit-popup-cancel:hover{background:var(--gold-light)}.funnel-trust-badges{display:flex;align-items:center;justify-content:center;gap:0;margin:20px 0;border:1px solid #e2e2e2;border-radius:10px;overflow:hidden;background:#f9f7f1}.funnel-trust-badge{display:flex;flex-direction:column;align-items:center;gap:4px;padding:12px 16px;flex:1;font-size:.75rem;font-weight:600;color:var(--black)}.funnel-trust-badge+.funnel-trust-badge{border-left:1px solid #e2e2e2}.funnel-trust-badge svg{width:16px;height:16px;stroke:var(--gold);fill:none;stroke-width:2}.funnel-trust-badge:first-child svg{fill:var(--gold);stroke:none}.funnel-back-btn{display:block;width:100%;padding:13px 20px;border:1.5px solid #e2e2e2;border-radius:10px;background:var(--white);font-family:var(--font-sans);font-size:.95rem;font-weight:500;color:var(--gray);text-align:center;cursor:pointer;margin-top:10px;transition:all .2s ease}.funnel-back-btn:hover{border-color:var(--gray);background:var(--off-white)}.ef-section-title{font-family:var(--font-serif);font-size:2rem;font-weight:700;color:var(--black);text-align:center;margin-bottom:8px}.ef-section-sub{font-size:.95rem;color:var(--gray);text-align:center;margin-bottom:40px;line-height:1.6}.ef-about{padding:80px 0;background:#f6f8f9}.ef-about-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.ef-about-checklist{display:flex;flex-direction:column;gap:14px}.ef-check-item{display:flex;align-items:center;gap:12px;font-size:.95rem;font-weight:600;color:var(--black)}.ef-check-item svg{width:22px;height:22px;stroke:var(--gold);fill:none;stroke-width:2.5;flex-shrink:0;background:#f5edd6;border-radius:50%;padding:3px}.ef-about-image img{width:100%;border-radius:14px;object-fit:cover;aspect-ratio:4/3}.ef-features{padding:80px 0;background:var(--off-white)}.ef-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.ef-feature-card{text-align:center}.ef-feature-card img{width:100%;border-radius:12px;aspect-ratio:4/3;object-fit:cover;margin-bottom:16px;border:3px solid hsl(40,40%,80%)}.ef-feature-card h3{font-family:var(--font-serif);font-size:1.1rem;font-weight:700;color:var(--black);margin-bottom:8px}.ef-feature-card p{font-size:.85rem;color:var(--gray);line-height:1.6}.ef-advantages{padding:80px 0;background:var(--white)}.ef-advantages-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px 40px}.ef-advantage{display:flex;align-items:flex-start;gap:12px}.ef-advantage svg{width:22px;height:22px;stroke:var(--gold);fill:none;stroke-width:2.5;flex-shrink:0;margin-top:2px;background:#f5edd6;border-radius:50%;padding:3px}.ef-advantage h4{font-size:.95rem;font-weight:700;color:var(--black);margin-bottom:4px}.ef-advantage p{font-size:.85rem;color:var(--gray);line-height:1.6}.ef-cta{padding:60px 0;background:var(--off-white);text-align:center}.ef-cta h2{font-family:var(--font-serif);font-size:1.8rem;font-weight:700;color:var(--black);margin-bottom:10px}.ef-cta p{font-size:.95rem;color:var(--gray);margin-bottom:24px;line-height:1.6}.ef-gallery{padding:60px 0;background:var(--dark)}.ef-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:32px}.ef-gallery-grid img{width:100%;border-radius:12px;aspect-ratio:4/3;object-fit:cover}.ef-reviews{padding:80px 0;background:var(--white)}.ef-reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.ef-review-card{background:var(--off-white);border-radius:12px;padding:28px 24px}.ef-review-stars{color:var(--gold);font-size:1rem;margin-bottom:8px}.ef-review-name{font-weight:600;font-size:.85rem;color:var(--black);margin-bottom:10px}.ef-review-card blockquote{font-size:.85rem;color:var(--gray);line-height:1.7;font-style:italic}.ef-faq{padding:80px 0;background:var(--off-white)}.ef-faq .faq-list{max-width:700px;margin:0 auto}.ef-faq .faq-question{background:var(--white);border-radius:8px;padding:16px 20px;border:none;width:100%}.ef-faq .faq-item{border:none;padding:6px 0}.ef-faq .faq-arrow{transition:transform .3s ease;display:inline-block;font-size:1.2rem;color:var(--gray)}.ef-faq .faq-item.open .faq-arrow{transform:rotate(90deg)}.ef-footer{text-align:center;padding:40px 20px;background:#f6f8f9}.ef-back-top{margin-bottom:16px}.ef-footer p{font-size:.8rem;color:var(--gray);margin-bottom:8px}.ef-footer-links{display:flex;justify-content:center;gap:16px}.ef-footer-links a{font-size:.8rem;color:var(--gray);text-decoration:none}.ef-footer-links a:hover{color:var(--gold)}@media(max-width:768px){.ef-about-grid,.ef-features-grid,.ef-advantages-grid,.ef-gallery-grid,.ef-reviews-grid{grid-template-columns:1fr}.funnel-trust-badges{flex-direction:column}.funnel-trust-badge+.funnel-trust-badge{border-left:none;border-top:1px solid #e2e2e2}.exit-popup-bubble{font-size:.85rem;padding:12px 18px}.exit-popup-body{padding:24px 18px}}.goodbye-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;background:#f5f8fa}.goodbye-logo{padding:20px;text-align:center}.goodbye-logo .logo-icon{font-size:1.5rem}.goodbye-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 20px}.goodbye-icon{width:80px;height:80px;background:var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;margin-bottom:24px}.goodbye-content h1{font-family:var(--font-serif);font-size:2rem;font-weight:700;color:var(--black);margin-bottom:12px}.goodbye-content p{font-size:.95rem;color:var(--gray);max-width:400px;margin-bottom:24px;line-height:1.6}.goodbye-footer{padding:20px;text-align:center}.goodbye-footer p{font-size:.8rem;color:var(--gray);margin-bottom:4px}.goodbye-footer-links{font-size:.8rem;color:var(--gray)}.goodbye-footer-links a{color:var(--gray);text-decoration:none}.goodbye-footer-links a:hover{color:var(--gold)}.funnel-no-warning{background:var(--gold-light);border:2px solid var(--gold);border-radius:12px;padding:20px;margin-top:12px;text-align:center}.funnel-no-warning p{font-size:.9rem;color:var(--black);line-height:1.5;margin-bottom:16px}.funnel-no-warning-btns{display:flex;gap:12px}.funnel-no-warning-btn{flex:1;padding:10px 16px;font-size:.85rem;justify-content:center}.funnel-option-btn.selected-no{background:var(--gold-light);border-color:var(--gold)}.careers-hero{padding:calc(var(--nav-height) + 60px) 24px 80px;text-align:center;background:var(--off-white)}.careers-hero h1{font-family:var(--font-serif);font-size:3.5rem;color:var(--black);margin-bottom:24px}.careers-hero p{font-size:1.1rem;color:var(--gray);max-width:600px;margin:0 auto;line-height:1.6}.careers-video-placeholder{max-width:800px;margin:60px auto 0;border-radius:16px;overflow:hidden;box-shadow:0 20px 40px #0000001a;position:relative;background:var(--dark);aspect-ratio:16 / 9}.careers-video-placeholder img{width:100%;height:100%;object-fit:cover;opacity:.8}.careers-video-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.4)}.careers-video-play svg{width:40px;height:40px;fill:#fff;margin-left:5px}.careers-values{padding:80px 24px;background:var(--white);text-align:center}.careers-values h2{font-family:var(--font-serif);font-size:2.5rem;margin-bottom:48px}.careers-values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1000px;margin:0 auto}.careers-value-card{background:var(--off-white);padding:40px 32px;border-radius:12px;text-align:center}.careers-value-icon{width:64px;height:64px;background:var(--gold-light);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.careers-value-icon svg{width:28px;height:28px;stroke:var(--gold);stroke-width:1.5;fill:none}.careers-value-card h3{font-size:1.2rem;margin-bottom:12px}.careers-value-card p{color:var(--gray);line-height:1.6}.careers-positions{padding:80px 24px 120px;background:var(--off-white);text-align:center}.careers-positions h2{font-family:var(--font-serif);font-size:2.5rem;margin-bottom:48px}.careers-positions-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:20px}.careers-position-card{background:var(--white);border:1px solid var(--border);border-radius:12px;padding:32px;text-align:left;display:flex;flex-direction:column;gap:16px}.careers-position-card h3{font-size:1.4rem;color:var(--black)}.careers-position-card p{color:var(--gray);line-height:1.6}.careers-tags{display:flex;gap:12px;margin-top:8px;flex-wrap:wrap}.careers-tag{background:var(--off-white);padding:6px 12px;border-radius:20px;font-size:.85rem;color:var(--gray);display:flex;align-items:center;gap:6px}.careers-tag svg{width:14px;height:14px;stroke:currentColor;fill:none}.careers-apply-btn{align-self:flex-start;margin-top:10px}.pt-careers-hero{background:var(--black);color:var(--white);padding:calc(var(--nav-height) + 80px) 24px 120px;text-align:center}.pt-careers-hero h1{font-family:var(--font-serif);font-size:3.5rem;color:var(--white);margin-bottom:24px}.pt-careers-hero p{font-size:1.1rem;color:#fffc;max-width:600px;margin:0 auto;line-height:1.6}@media(max-width:768px){.careers-values-grid{grid-template-columns:1fr}}.careers-open-cta{padding:80px 24px;background:var(--off-white)}.careers-open-cta-text{color:var(--gray);font-size:1.05rem;line-height:1.7;max-width:520px;margin:0 auto 32px}.recruit-page{background:var(--off-white);min-height:100vh;font-family:var(--font-sans)}.recruit-landing-black{background:#000;text-align:center;padding:80px 24px 60px}.recruit-overtitle{color:#fff;font-size:1rem;font-weight:600;letter-spacing:1px;margin-bottom:28px}.recruit-hero-title{font-family:var(--font-sans);font-size:2.6rem;font-weight:900;color:#fff;line-height:1.25;margin:0 auto 48px;max-width:900px;text-transform:uppercase;letter-spacing:2px}.recruit-highlight{color:var(--gold);text-decoration:underline;text-underline-offset:4px}.recruit-cta-btn{display:inline-block;background:var(--gold);color:#fff;font-size:1rem;font-weight:700;letter-spacing:1px;padding:16px 40px;border:2px solid #fff;border-radius:10px;cursor:pointer;text-transform:uppercase;text-decoration:none;transition:background .2s,transform .2s}.recruit-cta-btn:hover{background:var(--gold-hover);transform:translateY(-2px)}.recruit-job-info{background:#fff;padding:60px 24px 80px}.recruit-job-card{max-width:700px;margin:0 auto;border:1px solid #ddd;border-radius:4px;padding:40px;font-size:.95rem;line-height:1.8;color:#333}.recruit-job-card hr{border:none;border-top:1px solid #eee;margin:20px 0}.recruit-job-card p{margin-bottom:4px}.recruit-form-section{background:var(--off-white);padding:80px 24px 120px;display:flex;flex-direction:column;align-items:center}.recruit-form-heading{font-family:var(--font-serif);font-size:2.2rem;font-weight:700;color:var(--gold);text-align:center;margin-bottom:40px;text-transform:uppercase;letter-spacing:1px}.recruit-card{background:var(--white);border-radius:16px;width:100%;max-width:560px;overflow:hidden;box-shadow:0 8px 32px #00000014}.recruit-card-body{padding:40px 36px}.recruit-card-subtitle{text-align:center;color:#333;font-size:.95rem;margin-bottom:32px;line-height:1.5}.recruit-card-footer{background:var(--white);border-top:1px solid var(--border);padding:14px 24px;display:flex;justify-content:space-between;align-items:center}.recruit-nav-btn{background:none;border:none;color:var(--gold);font-weight:700;font-size:.9rem;letter-spacing:1px;cursor:pointer;padding:8px 12px;transition:opacity .2s}.recruit-nav-btn:hover{opacity:.8}.recruit-submit-btn{color:#fff;background:var(--gold);border-radius:6px;padding:10px 24px}.recruit-submit-btn:hover{background:var(--gold-hover)}.recruit-field{margin-bottom:20px}.recruit-field:last-child{margin-bottom:0}.recruit-label{display:block;font-size:.9rem;font-weight:600;color:#333;margin-bottom:8px}.recruit-req{color:var(--gold)}.recruit-input{width:100%;padding:12px 16px;font-size:.95rem;border:1px solid #ddd;border-radius:6px;background:#fff;color:#333;font-family:var(--font-sans);outline:none;transition:border-color .2s;box-sizing:border-box}.recruit-input:focus{border-color:var(--gold)}.recruit-textarea{min-height:80px;resize:vertical}.recruit-hint{color:#888;font-size:.8rem;margin-top:8px;line-height:1.5}.recruit-upload{border:2px dashed #ccc;border-radius:12px;padding:48px 24px;text-align:center;cursor:pointer;transition:border-color .2s,background .2s;position:relative}.recruit-upload:hover{border-color:var(--gold);background:#0d8fd90a}.recruit-upload svg{color:#999;margin-bottom:12px}.recruit-upload p{color:#777;font-size:.9rem;line-height:1.5}.recruit-upload p strong{color:var(--gold)}.recruit-file-input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.recruit-file-name{margin-top:12px;font-size:.85rem;color:var(--gold);font-weight:600}.recruit-success-card{background:var(--white)}.recruit-success-icon{width:80px;height:80px;background:var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;font-size:2.5rem;color:#fff;font-weight:700}.recruit-success-title{font-family:var(--font-serif);font-size:2rem;color:#333;margin-bottom:16px}.recruit-success-text{color:#666;font-size:1rem;line-height:1.6;max-width:400px;margin:0 auto}@media(max-width:768px){.recruit-hero-title{font-size:1.6rem}.recruit-form-heading{font-size:1.5rem}.recruit-card-body{padding:28px 20px}.recruit-job-card{padding:24px}}
