:root{--primary: #C9A962;--primary-dark: #A88B3D;--primary-light: #E8D5A3;--charcoal: #27272A;--silver: #A8A9AD;--silver-light: #D4D4D8;--silver-dark: #71717A}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;color:#27272a;background:#fff}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.glass-card{background:#fffffff2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:1rem;box-shadow:0 8px 32px #00000014}.gradient-text{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hover-lift{transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s ease}.hover-lift:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001f}.img-zoom{overflow:hidden;border-radius:.75rem}.img-zoom img{transition:transform .5s ease;width:100%;height:100%;object-fit:cover}.img-zoom:hover img{transform:scale(1.05)}.btn-glow{position:relative;overflow:hidden}.btn-glow:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:radial-gradient(circle,rgba(255,255,255,.3) 0%,transparent 70%);border-radius:50%;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.btn-glow:hover:before{width:300px;height:300px}header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.05);padding:1rem 0}.header-inner{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;text-decoration:none}.logo-img{height:55px;width:auto}.footer-logo-img{height:45px;filter:brightness(0) invert(1)}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.9rem;font-weight:600;text-decoration:none;border-radius:.5rem;transition:all .3s ease;cursor:pointer;border:none;font-family:inherit}.btn svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.btn-primary{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;box-shadow:0 4px 14px #c9a96266}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #c9a96280}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding:8rem 0 4rem;overflow:hidden}.hero-bg{position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(/images/house-3.webp);background-size:cover;background-position:center;animation:slowZoom 25s ease-in-out infinite alternate}@keyframes slowZoom{0%{transform:scale(1)}to{transform:scale(1.08)}}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#27272aeb,#27272ad9)}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr 420px;gap:3rem;align-items:center}.hero-content{max-width:600px}.hero-form .form-card{margin:0;padding:2rem}.hero-form .form-card h2{font-size:1.5rem;text-align:left;margin-bottom:1.5rem}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff26;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:.5rem 1rem;border-radius:2rem;margin-bottom:1rem;border:1px solid rgba(255,255,255,.2)}.hero-badge svg{width:1rem;height:1rem;fill:none;stroke:var(--primary);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.hero-badge span{font-size:.85rem;font-weight:600;color:#fff}.hero-eyebrow{font-size:1rem;color:var(--primary);font-weight:600;margin-bottom:.75rem}.hero h1{font-size:3.5rem;font-weight:800;line-height:1.1;color:#fff;margin-bottom:1.5rem}.hero h1 span{display:block;font-size:1.5rem;font-weight:500;color:var(--silver-light);margin-top:.5rem}.hero-bullets{list-style:none;margin-bottom:2rem}.hero-bullets li{display:flex;align-items:center;gap:.75rem;color:#fff;font-size:1.1rem;margin-bottom:.75rem}.hero-bullets li svg{color:var(--primary);width:22px;height:22px;fill:none;stroke:var(--primary);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.wave-decoration{position:absolute;bottom:0;left:0;right:0;z-index:2}.wave-decoration svg{display:block;width:100%;height:80px}.form-section{padding:5rem 0;background:#fff}.form-card{max-width:600px;margin:0 auto;padding:3rem}.form-card h2{font-size:1.75rem;font-weight:700;text-align:center;margin-bottom:2rem;color:var(--charcoal)}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.85rem;font-weight:600;color:var(--charcoal);margin-bottom:.5rem}.form-group input{width:100%;padding:.875rem 1rem;font-size:1rem;border:1px solid var(--silver-light);border-radius:.5rem;background:#fafafa;transition:all .3s ease;font-family:inherit}.form-group input:focus{outline:none;border-color:var(--primary);background:#fff;box-shadow:0 0 0 3px #c9a9621a}.form-consent{margin-bottom:1.5rem}.checkbox-label{display:flex;align-items:flex-start;gap:.75rem;font-size:.8rem;color:var(--silver-dark);cursor:pointer}.checkbox-label input{margin-top:.15rem;accent-color:var(--primary)}.btn-full{width:100%;padding:1rem;font-size:1rem}.success-message{text-align:center;padding:2.5rem 1.5rem}.success-message svg{width:56px;height:56px;fill:none;stroke:var(--primary);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;margin-bottom:1rem}.success-message p{font-size:1.1rem;color:var(--charcoal);font-weight:500}.about-section{padding:5rem 0;background:#f9fafb}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-image-single{border-radius:1rem;overflow:hidden;height:400px;position:relative}.about-image-single img{width:100%;height:100%;object-fit:cover}.years-badge{position:absolute;bottom:1.5rem;right:1.5rem;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;padding:1rem 1.5rem;border-radius:1rem;text-align:center;box-shadow:0 8px 24px #c9a96266}.years-number{display:block;font-size:2rem;font-weight:800;line-height:1}.years-text{display:block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-top:.25rem}.trust-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ffffffe6;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:.625rem 1.25rem;border-radius:2rem;box-shadow:0 4px 16px #00000014;margin-bottom:1.25rem;border:1px solid rgba(201,169,98,.2)}.trust-badge svg{width:1.25rem;height:1.25rem;fill:none;stroke:var(--primary);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.trust-badge span{font-size:.9rem;font-weight:600;color:var(--charcoal)}.about-subhead{font-size:2rem;font-weight:700;color:var(--charcoal);margin-bottom:1.25rem}.about-content h2{font-size:2.25rem;font-weight:700;margin-bottom:1.25rem;color:var(--charcoal)}.about-content p{color:var(--silver-dark);margin-bottom:1rem;font-size:1.05rem}.process-section{padding:5rem 0;background:#fff}.section-header{text-align:center;max-width:600px;margin:0 auto 3rem}.section-header h2{font-size:2.25rem;font-weight:700;margin-bottom:.75rem;color:var(--charcoal)}.section-header p{color:var(--silver-dark);font-size:1.1rem}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.process-card{padding:2.5rem 2rem;text-align:center}.step-number{width:4rem;height:4rem;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;font-size:1.5rem;font-weight:700;color:#fff}.process-card h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:var(--charcoal)}.process-card p{color:var(--silver-dark);font-size:.95rem}.areas-section{padding:5rem 0;background:var(--charcoal)}.areas-section .section-header h2{color:#fff}.areas-section .section-header p{color:var(--silver)}.areas-image{max-width:900px;margin:0 auto 2.5rem;height:320px;border-radius:1rem;overflow:hidden}.areas-image img{width:100%;height:100%;object-fit:cover}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;max-width:900px;margin:0 auto}.faq-card{padding:1.75rem}.faq-card h4{font-size:1.1rem;font-weight:600;margin-bottom:.75rem;color:var(--charcoal)}.faq-card p{color:var(--silver-dark);font-size:.95rem}.comparison-section{padding:5rem 0;background:#f9fafb}.comparison-table-wrapper{overflow-x:auto;border-radius:1rem}.comparison-table{width:100%;border-collapse:collapse;background:#fff;min-width:700px}.comparison-table th,.comparison-table td{padding:1.25rem 1.5rem;text-align:left;font-size:.95rem;border-bottom:1px solid #E5E7EB}.comparison-table thead th{background:var(--charcoal);color:#fff;font-weight:600;border-bottom:none}.comparison-table thead th:first-child{background:var(--primary);color:var(--charcoal)}.comparison-table tbody tr:last-child td{border-bottom:none}.comparison-table td:first-child{background:#c9a96214;font-weight:500;color:var(--primary-dark)}.situations-section{padding:5rem 0;background:#fff}.situations-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.situation-card{padding:2rem 1.5rem;text-align:center}.situation-icon{width:4rem;height:4rem;background:linear-gradient(135deg,var(--primary-light) 0%,#F5F5F5 100%);border-radius:1rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.situation-icon svg{width:1.75rem;height:1.75rem;fill:none;stroke:var(--primary-dark);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.situation-card h4{font-size:1rem;font-weight:600;color:var(--charcoal);margin-bottom:.5rem}.situation-card p{font-size:.85rem;color:var(--silver-dark)}.testimonials-section{padding:5rem 0;background:#f9fafb}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.testimonial-card{padding:2rem;position:relative}.testimonial-card:before{content:"“";font-family:Georgia,serif;font-size:5rem;color:var(--primary-light);position:absolute;top:.5rem;left:1.25rem;line-height:1;opacity:.6}.testimonial-text{font-size:.95rem;color:var(--charcoal);line-height:1.7;margin-bottom:1.5rem;position:relative;z-index:1}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-avatar{width:48px;height:48px;background:linear-gradient(135deg,var(--primary-light) 0%,var(--silver-light) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--primary-dark);font-size:1rem}.author-info strong{display:block;font-size:.95rem;color:var(--charcoal)}.author-info span{font-size:.85rem;color:var(--silver-dark)}.cta-section{padding:6rem 0;background:linear-gradient(135deg,#27272ae6,#1a1a1aeb),url(/images/house-1.webp);background-size:cover;background-position:center;background-attachment:fixed}.cta-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.cta-content h2{font-size:2.25rem;font-weight:700;color:#fff;margin-bottom:1.5rem}.cta-headline{font-size:2.25rem;font-weight:700;color:#fff;margin-bottom:2.5rem;line-height:1.3}.cta-content{display:flex;flex-direction:column;gap:1.5rem;justify-content:center}.cta-benefit{display:flex;align-items:flex-start;gap:1rem}.cta-benefit-icon{width:28px;height:28px;background:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.15rem}.cta-benefit-icon svg{width:16px;height:16px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.cta-benefit-text h4{font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:.35rem}.cta-benefit-text p{font-size:.95rem;color:var(--silver);line-height:1.6}.cta-form-card{padding:2.5rem}.cta-form-card h3{font-size:1.5rem;font-weight:700;text-align:center;margin-bottom:1.5rem;color:var(--charcoal)}.cta-form-card .form-group{margin-bottom:1rem}.cta-form-card .form-group input{padding:.75rem 1rem}.cta-form-subtitle{text-align:center;color:var(--silver-dark);margin-bottom:1.5rem;font-size:.9rem}footer{background:#1a1a1a;padding:2.5rem 0}.footer-content{display:flex;flex-direction:column;align-items:center;gap:1.25rem;text-align:center}.footer-copyright{color:var(--silver-dark);font-size:.85rem}.footer-links{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}.footer-links a{color:var(--silver);text-decoration:none;font-size:.85rem;transition:color .3s ease}.footer-links a:hover{color:var(--primary)}.footer-socials{display:flex;gap:1rem;margin-bottom:1rem}.social-link{width:40px;height:40px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;text-decoration:none}.social-link:hover{background:var(--primary);transform:translateY(-3px)}.social-link svg{width:20px;height:20px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}@media(max-width:1024px){.hero h1{font-size:2.75rem}.hero-grid{grid-template-columns:1fr;gap:2rem}.hero-content{max-width:100%}.about-grid,.cta-grid{grid-template-columns:1fr;gap:2.5rem}.process-grid{grid-template-columns:1fr}.situations-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.header-inner{flex-direction:column;gap:1rem}.hero{padding:7rem 0 3rem}.hero h1{font-size:2rem}.hero h1 span{font-size:1.1rem}.hero-grid,.faq-grid,.testimonials-grid{grid-template-columns:1fr}.form-card{padding:2rem 1.5rem}.about-image-single{height:300px}.situations-grid{grid-template-columns:1fr 1fr}.comparison-table{font-size:.8rem}.comparison-table th,.comparison-table td{padding:.75rem .5rem}}
