.header[data-v-1b90f62a]{background:transparent;left:0;position:fixed;right:0;top:0;transition:all .4s var(--ease-out);z-index:1000}.header.scrolled[data-v-1b90f62a]{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a0a0aeb;border-bottom:1px solid var(--border)}.header-inner[data-v-1b90f62a]{align-items:center;display:flex;height:100px;justify-content:space-between}.header.scrolled .header-inner[data-v-1b90f62a]{height:72px}.logo[data-v-1b90f62a]{align-items:center;display:flex;text-decoration:none;z-index:10}.logo-img[data-v-1b90f62a]{height:72px;-o-object-fit:contain;object-fit:contain;transition:all .4s var(--ease-out);width:auto}.header.scrolled .logo-img[data-v-1b90f62a]{height:52px}.logo:hover .logo-img[data-v-1b90f62a]{opacity:.85}.nav-desktop[data-v-1b90f62a]{align-items:center;display:flex;gap:.25rem}.nav-link[data-v-1b90f62a]{border-radius:4px;color:var(--text-secondary);font-size:.85rem;font-weight:500;padding:.5rem .85rem;text-decoration:none;transition:all .3s var(--ease-out)}.nav-link[data-v-1b90f62a]:hover{background:var(--gold-glow);color:var(--gold-light)}.header-cta[data-v-1b90f62a]{gap:1rem}.header-cta[data-v-1b90f62a],.phone-link[data-v-1b90f62a]{align-items:center;display:flex}.phone-link[data-v-1b90f62a]{color:var(--text-secondary);font-size:.85rem;font-weight:500;gap:.4rem;text-decoration:none;transition:color .3s}.phone-link[data-v-1b90f62a]:hover{color:var(--gold)}.btn-sm[data-v-1b90f62a]{font-size:.8rem;padding:.6rem 1.25rem}.mobile-toggle[data-v-1b90f62a]{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px;padding:4px;z-index:10}.mobile-toggle span[data-v-1b90f62a]{background:var(--text-primary);display:block;height:2px;transform-origin:center;transition:all .3s var(--ease-out);width:24px}.mobile-toggle.active span[data-v-1b90f62a]:first-child{transform:translateY(7px) rotate(45deg)}.mobile-toggle.active span[data-v-1b90f62a]:nth-child(2){opacity:0}.mobile-toggle.active span[data-v-1b90f62a]:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-mobile[data-v-1b90f62a]{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a0a0afa;display:flex;flex-direction:column;gap:.5rem;inset:0;justify-content:center;padding:2rem;position:fixed}.nav-mobile-link[data-v-1b90f62a]{color:var(--text-secondary);font-family:var(--font-display);font-size:1.75rem;padding:.75rem;text-decoration:none;transition:color .3s}.nav-mobile-link[data-v-1b90f62a]:hover{color:var(--gold)}.nav-mobile-cta[data-v-1b90f62a]{display:flex;flex-direction:column;gap:.75rem;margin-top:2rem;max-width:280px;width:100%}.slide-enter-active[data-v-1b90f62a],.slide-leave-active[data-v-1b90f62a]{transition:opacity .3s var(--ease-out)}.slide-enter-from[data-v-1b90f62a],.slide-leave-to[data-v-1b90f62a]{opacity:0}@media(max-width:960px){.header-cta[data-v-1b90f62a],.nav-desktop[data-v-1b90f62a]{display:none}.mobile-toggle[data-v-1b90f62a]{display:flex}}.hero[data-v-01b3583a]{align-items:center;display:flex;min-height:100vh;overflow:hidden;padding-top:80px;position:relative}.hero-bg[data-v-01b3583a]{z-index:0}.hero-bg[data-v-01b3583a],.hero-gradient[data-v-01b3583a]{inset:0;position:absolute}.hero-gradient[data-v-01b3583a]{background:radial-gradient(ellipse 80% 60% at 20% 50%,rgba(45,106,79,.08) 0,transparent 70%),radial-gradient(ellipse 60% 50% at 80% 30%,rgba(212,168,67,.06) 0,transparent 70%)}.hero-grid[data-v-01b3583a]{background-image:linear-gradient(rgba(212,168,67,.03) 1px,transparent 0),linear-gradient(90deg,rgba(212,168,67,.03) 1px,transparent 0);background-size:60px 60px;inset:0;-webkit-mask-image:radial-gradient(ellipse 70% 70% at 50% 50%,#000 20%,transparent 70%);mask-image:radial-gradient(ellipse 70% 70% at 50% 50%,#000 20%,transparent 70%);position:absolute}.hero-glow[data-v-01b3583a]{animation:pulse-glow-01b3583a 6s ease-in-out infinite;background:radial-gradient(circle,rgba(212,168,67,.06) 0,transparent 70%);border-radius:50%;filter:blur(60px);height:400px;position:absolute;right:15%;top:10%;width:400px}@keyframes pulse-glow-01b3583a{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.hero-content[data-v-01b3583a]{align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;opacity:0;position:relative;transform:translateY(20px);transition:all 1s var(--ease-out);z-index:1}.hero-content.visible[data-v-01b3583a]{opacity:1;transform:translateY(0)}.hero-text[data-v-01b3583a]{max-width:600px}.hero-badge[data-v-01b3583a]{align-items:center;background:var(--gold-glow);border:1px solid rgba(212,168,67,.2);border-radius:100px;color:var(--gold-light);display:inline-flex;font-size:.8rem;font-weight:500;gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1rem .4rem .6rem}.badge-dot[data-v-01b3583a]{animation:badge-pulse-01b3583a 2s ease-in-out infinite;background:var(--gold);border-radius:50%;height:8px;width:8px}@keyframes badge-pulse-01b3583a{0%,to{opacity:1}50%{opacity:.4}}.hero-title[data-v-01b3583a]{font-size:clamp(2.75rem,6vw,4.75rem);letter-spacing:-.01em;line-height:1.08;margin-bottom:1.5rem}.hero-description[data-v-01b3583a]{color:var(--text-secondary);font-size:clamp(1rem,1.5vw,1.125rem);line-height:1.8;margin-bottom:2rem}.hero-actions[data-v-01b3583a]{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem}.btn-lg[data-v-01b3583a]{font-size:.95rem;padding:1rem 2.25rem}.hero-trust[data-v-01b3583a]{display:flex;flex-direction:column;gap:.6rem}.trust-item[data-v-01b3583a]{color:var(--text-secondary);font-size:.875rem;gap:.6rem}.hero-visual[data-v-01b3583a],.trust-item[data-v-01b3583a]{align-items:center;display:flex}.hero-visual[data-v-01b3583a]{justify-content:center}.hero-house[data-v-01b3583a]{max-width:380px;position:relative;width:100%}.house-svg[data-v-01b3583a]{filter:drop-shadow(0 0 40px rgba(45,106,79,.15));height:auto;width:100%}.house-glow[data-v-01b3583a]{background:radial-gradient(circle,rgba(45,106,79,.1) 0,transparent 70%);filter:blur(40px);height:80%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:80%;z-index:-1}.scroll-indicator[data-v-01b3583a]{align-items:center;bottom:2rem;display:flex;flex-direction:column;gap:.75rem;left:50%;opacity:0;position:absolute;transform:translate(-50%);transition:opacity 1s var(--ease-out) 1.5s}.scroll-indicator.visible[data-v-01b3583a]{opacity:1}.scroll-indicator span[data-v-01b3583a]{color:var(--text-muted);font-size:.7rem;letter-spacing:.15em;text-transform:uppercase}.scroll-line[data-v-01b3583a]{background:var(--border);height:40px;overflow:hidden;position:relative;width:1px}.scroll-dot[data-v-01b3583a]{animation:scroll-move-01b3583a 2s ease-in-out infinite;background:var(--gold);border-radius:2px;height:10px;left:-1px;position:absolute;width:3px}@keyframes scroll-move-01b3583a{0%{top:-10px}to{top:40px}}@media(max-width:960px){.hero-content[data-v-01b3583a]{gap:3rem;grid-template-columns:1fr;text-align:center}.hero-text[data-v-01b3583a]{max-width:100%}.hero-actions[data-v-01b3583a]{justify-content:center}.hero-trust[data-v-01b3583a]{align-items:center}.hero-visual[data-v-01b3583a]{order:-1}.hero-house[data-v-01b3583a]{max-width:260px}.scroll-indicator[data-v-01b3583a]{display:none}}@media(max-width:480px){.hero-actions[data-v-01b3583a]{flex-direction:column}.hero-actions .btn[data-v-01b3583a]{justify-content:center;width:100%}}.trust-bar[data-v-f754d733]{background:var(--bg-secondary);border-bottom:1px solid var(--border);border-top:1px solid var(--border);padding:3rem 0;position:relative}.trust-grid[data-v-f754d733]{display:grid;gap:2rem;grid-template-columns:repeat(4,1fr)}.trust-stat[data-v-f754d733]{align-items:center;display:flex;flex-direction:column;gap:.35rem;text-align:center}.stat-value[data-v-f754d733]{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2.25rem)}.stat-label[data-v-f754d733]{color:var(--text-muted);font-size:.8rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase}@media(max-width:640px){.trust-grid[data-v-f754d733]{gap:1.5rem;grid-template-columns:repeat(2,1fr)}}.problem-section[data-v-fe39980e]{background:var(--bg-primary)}.problem-header[data-v-fe39980e]{align-items:center;display:flex;flex-direction:column;margin-bottom:3.5rem;text-align:center}.problem-header .section-label[data-v-fe39980e]:before{display:none}.problem-grid[data-v-fe39980e]{display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr);margin-bottom:3rem}.problem-card[data-v-fe39980e]{padding:2.25rem}.problem-icon[data-v-fe39980e]{align-items:center;background:var(--gold-glow);border:1px solid rgba(212,168,67,.15);border-radius:12px;display:flex;height:56px;justify-content:center;margin-bottom:1.25rem;width:56px}.problem-card h3[data-v-fe39980e]{color:var(--text-primary);font-family:var(--font-body);font-size:1.125rem;font-weight:600;margin-bottom:.75rem}.problem-card p[data-v-fe39980e]{font-size:.9rem;line-height:1.7}.problem-callout[data-v-fe39980e]{margin-top:1rem}.callout-inner[data-v-fe39980e]{align-items:flex-start;background:var(--gold-glow);border:1px solid rgba(212,168,67,.15);border-left:3px solid var(--gold);border-radius:0 8px 8px 0;display:flex;gap:1rem;padding:1.5rem 2rem}.callout-icon[data-v-fe39980e]{flex-shrink:0;margin-top:2px}.callout-content[data-v-fe39980e]{color:var(--text-secondary);font-size:.9rem;line-height:1.7}.callout-content strong[data-v-fe39980e]{color:var(--gold-light);display:block;margin-bottom:.25rem}@media(max-width:640px){.problem-grid[data-v-fe39980e]{grid-template-columns:1fr}}.services-section[data-v-d0eddc8c]{background:var(--bg-secondary);overflow:hidden;position:relative}.services-bg[data-v-d0eddc8c]{background:radial-gradient(ellipse 50% 50% at 100% 0,rgba(45,106,79,.06) 0,transparent 70%);inset:0;position:absolute}.services-layout[data-v-d0eddc8c]{align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.services-info[data-v-d0eddc8c]{position:sticky;top:120px}.services-cards[data-v-d0eddc8c]{display:flex;flex-direction:column;gap:1.5rem}.service-card[data-v-d0eddc8c]{padding:2.25rem;position:relative}.service-number[data-v-d0eddc8c]{color:var(--gold);font-family:var(--font-display);font-size:2.5rem;line-height:1;opacity:.15;position:absolute;right:1.5rem;top:1.25rem}.service-card h3[data-v-d0eddc8c]{color:var(--text-primary);font-family:var(--font-body);font-size:1.125rem;font-weight:600;margin-bottom:.75rem}.service-card p[data-v-d0eddc8c]{font-size:.9rem;line-height:1.7;margin-bottom:1.25rem}.service-features[data-v-d0eddc8c]{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none}.service-features li[data-v-d0eddc8c]{background:var(--green-glow);border:1px solid rgba(45,106,79,.2);border-radius:100px;color:var(--green-light);font-size:.8rem;font-weight:500;padding:.3rem .75rem}@media(max-width:960px){.services-layout[data-v-d0eddc8c]{gap:2.5rem;grid-template-columns:1fr}.services-info[data-v-d0eddc8c]{position:static;text-align:center}.services-info .section-label[data-v-d0eddc8c]:before{display:none}.services-info .btn[data-v-d0eddc8c]{margin:1.5rem auto 0}}.process-section[data-v-adeb12fa]{background:var(--bg-primary);overflow:hidden}.process-header[data-v-adeb12fa]{align-items:center;display:flex;flex-direction:column;margin-bottom:4rem;text-align:center}.process-header .section-label[data-v-adeb12fa]:before{display:none}.process-timeline[data-v-adeb12fa]{margin:0 auto;max-width:700px;position:relative}.timeline-line[data-v-adeb12fa]{background:linear-gradient(to bottom,var(--gold),var(--green),transparent);bottom:0;left:24px;opacity:.3;position:absolute;top:0;width:2px}.process-step[data-v-adeb12fa]{display:flex;gap:2rem;margin-bottom:2rem;position:relative}.process-step[data-v-adeb12fa]:last-child{margin-bottom:0}.step-marker[data-v-adeb12fa]{flex-shrink:0;position:relative;z-index:1}.step-marker[data-v-adeb12fa],.step-number[data-v-adeb12fa]{align-items:center;display:flex;height:50px;justify-content:center;width:50px}.step-number[data-v-adeb12fa]{background:var(--bg-primary);border:2px solid var(--gold);border-radius:50%;box-shadow:0 0 20px var(--gold-glow);color:var(--gold);font-family:var(--font-display);font-size:1.25rem}.step-content[data-v-adeb12fa]{flex:1;padding:2rem}.step-icon[data-v-adeb12fa]{align-items:center;background:var(--green-glow);border:1px solid rgba(45,106,79,.2);border-radius:10px;display:flex;height:48px;justify-content:center;margin-bottom:1rem;width:48px}.step-content h3[data-v-adeb12fa]{color:var(--text-primary);font-family:var(--font-body);font-size:1.1rem;font-weight:600;margin-bottom:.6rem}.step-content p[data-v-adeb12fa]{font-size:.9rem;line-height:1.7}@media(max-width:640px){.process-step[data-v-adeb12fa]{gap:1.25rem}.step-marker[data-v-adeb12fa],.step-number[data-v-adeb12fa]{height:40px;width:40px}.step-number[data-v-adeb12fa]{font-size:1rem}.timeline-line[data-v-adeb12fa]{left:19px}.step-content[data-v-adeb12fa]{padding:1.5rem}}.why-section[data-v-f572aad7]{background:var(--bg-secondary);overflow:hidden;position:relative}.why-bg[data-v-f572aad7]{background:radial-gradient(ellipse 40% 60% at 0 50%,rgba(45,106,79,.06) 0,transparent 70%);inset:0;position:absolute}.why-layout[data-v-f572aad7]{align-items:start;display:grid;gap:4rem;grid-template-columns:1.2fr 1fr;position:relative}.why-features[data-v-f572aad7]{display:flex;flex-direction:column;gap:1.25rem}.why-feature[data-v-f572aad7]{align-items:flex-start;display:flex;gap:1rem}.feature-check[data-v-f572aad7]{align-items:center;background:var(--green-glow);border:1px solid rgba(45,106,79,.2);border-radius:50%;display:flex;flex-shrink:0;height:36px;justify-content:center;margin-top:2px;width:36px}.why-feature strong[data-v-f572aad7]{color:var(--text-primary);display:block;font-size:.95rem;margin-bottom:.25rem}.why-feature p[data-v-f572aad7]{color:var(--text-muted);font-size:.85rem;line-height:1.6;max-width:420px}.guarantee-card[data-v-f572aad7]{background:var(--bg-card);border-radius:12px;overflow:hidden;position:sticky;top:120px}.guarantee-border[data-v-f572aad7]{background:linear-gradient(90deg,var(--gold),var(--green),var(--gold));height:3px}.guarantee-inner[data-v-f572aad7]{padding:2.5rem;text-align:center}.guarantee-icon[data-v-f572aad7]{align-items:center;background:var(--gold-glow);border:1px solid rgba(212,168,67,.15);border-radius:50%;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.guarantee-inner h3[data-v-f572aad7]{font-family:var(--font-display);font-size:1.75rem;margin-bottom:1rem}.guarantee-inner p[data-v-f572aad7]{color:var(--text-secondary);font-size:.9rem;line-height:1.7;margin:0 auto 1.5rem}.guarantee-badge[data-v-f572aad7]{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.guarantee-badge span[data-v-f572aad7]{background:var(--gold-glow);border:1px solid rgba(212,168,67,.2);border-radius:100px;color:var(--gold);font-size:.75rem;font-weight:600;letter-spacing:.08em;padding:.4rem 1rem;text-transform:uppercase}@media(max-width:960px){.why-layout[data-v-f572aad7]{gap:3rem;grid-template-columns:1fr}.guarantee-card[data-v-f572aad7]{position:static}}.gallery-section[data-v-fc7b1ef6]{background:var(--bg-primary)}.gallery-header[data-v-fc7b1ef6]{align-items:center;display:flex;flex-direction:column;margin-bottom:3.5rem;text-align:center}.gallery-header .section-label[data-v-fc7b1ef6]:before{display:none}.gallery-grid[data-v-fc7b1ef6]{display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin-bottom:3rem}.gallery-card[data-v-fc7b1ef6]{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;overflow:hidden;transition:all .4s var(--ease-out)}.gallery-card[data-v-fc7b1ef6]:hover{border-color:var(--border-hover);box-shadow:0 16px 48px #0000004d;transform:translateY(-4px)}.gallery-pair[data-v-fc7b1ef6]{display:grid;grid-template-columns:1fr 1fr}.gallery-image[data-v-fc7b1ef6]{aspect-ratio:4/3;position:relative}.image-placeholder[data-v-fc7b1ef6]{align-items:center;background:var(--bg-tertiary);display:flex;flex-direction:column;gap:.75rem;height:100%;justify-content:center;width:100%}.image-placeholder span[data-v-fc7b1ef6]{color:var(--text-muted);font-size:.75rem;letter-spacing:.05em}.before .image-placeholder[data-v-fc7b1ef6]{background:linear-gradient(135deg,var(--bg-tertiary),rgba(180,60,60,.05))}.after .image-placeholder[data-v-fc7b1ef6]{background:linear-gradient(135deg,var(--bg-tertiary),rgba(45,106,79,.05))}.image-label[data-v-fc7b1ef6]{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#b43c3c99;border-radius:3px;bottom:8px;color:var(--text-primary);font-size:.65rem;font-weight:600;left:8px;letter-spacing:.1em;padding:.2rem .6rem;position:absolute;text-transform:uppercase}.after-label[data-v-fc7b1ef6]{background:#2d6a4f99!important}.gallery-caption[data-v-fc7b1ef6]{padding:1.25rem 1.5rem}.gallery-caption h4[data-v-fc7b1ef6]{color:var(--text-primary);font-family:var(--font-body);font-size:.9rem;font-weight:600;margin-bottom:.25rem}.gallery-caption p[data-v-fc7b1ef6]{color:var(--text-muted);font-size:.8rem}.gallery-cta[data-v-fc7b1ef6]{align-items:center;display:flex;flex-direction:column;gap:1rem;text-align:center}.gallery-cta p[data-v-fc7b1ef6]{color:var(--text-muted);font-size:.9rem}@media(max-width:960px){.gallery-grid[data-v-fc7b1ef6]{grid-template-columns:1fr;margin-left:auto;margin-right:auto;max-width:500px}}.testimonials-section[data-v-063901be]{background:var(--bg-secondary);overflow:hidden;position:relative}.testimonials-bg[data-v-063901be]{background:radial-gradient(ellipse 50% 50% at 50% 0,rgba(212,168,67,.04) 0,transparent 70%);inset:0;position:absolute}.testimonials-header[data-v-063901be]{align-items:center;display:flex;flex-direction:column;margin-bottom:3rem;position:relative;text-align:center}.testimonials-header .section-label[data-v-063901be]:before{display:none}.testimonials-grid[data-v-063901be]{display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);position:relative}.testimonial-card[data-v-063901be]{border:1px solid var(--border);display:flex;flex-direction:column;gap:1.25rem;padding:2rem}.testimonial-stars[data-v-063901be]{display:flex;gap:2px}.testimonial-text[data-v-063901be]{color:var(--text-secondary);flex:1;font-size:.9rem;font-style:italic;line-height:1.8}.testimonial-author[data-v-063901be]{align-items:center;border-top:1px solid var(--border);display:flex;gap:.75rem;padding-top:1rem}.author-avatar[data-v-063901be]{align-items:center;background:var(--gold-glow);border:1px solid rgba(212,168,67,.2);border-radius:50%;color:var(--gold);display:flex;font-size:.75rem;font-weight:600;height:40px;justify-content:center;width:40px}.author-name[data-v-063901be]{color:var(--text-primary);display:block;font-size:.85rem;font-style:normal;font-weight:600}.author-location[data-v-063901be]{color:var(--text-muted);font-size:.75rem}@media(max-width:960px){.testimonials-grid[data-v-063901be]{grid-template-columns:1fr;margin:0 auto;max-width:500px}}.faq-section[data-v-e376ebe9]{background:var(--bg-primary)}.faq-layout[data-v-e376ebe9]{align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1.5fr}.faq-info[data-v-e376ebe9]{position:sticky;top:120px}.faq-contact[data-v-e376ebe9]{margin-top:2rem}.faq-list[data-v-e376ebe9]{display:flex;flex-direction:column;gap:.5rem}.faq-item[data-v-e376ebe9]{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;overflow:hidden;transition:border-color .3s var(--ease-out)}.faq-item.open[data-v-e376ebe9]{border-color:var(--border-hover)}.faq-question[data-v-e376ebe9]{align-items:center;background:none;border:none;color:var(--text-primary);cursor:pointer;display:flex;font-family:var(--font-body);font-size:.95rem;font-weight:600;gap:1rem;justify-content:space-between;padding:1.25rem 1.5rem;text-align:left;transition:color .3s;width:100%}.faq-question[data-v-e376ebe9]:hover{color:var(--gold-light)}.faq-chevron[data-v-e376ebe9]{color:var(--gold);flex-shrink:0;transition:transform .3s var(--ease-out)}.faq-item.open .faq-chevron[data-v-e376ebe9]{transform:rotate(180deg)}.faq-answer[data-v-e376ebe9]{padding:0 1.5rem 1.25rem}.faq-answer p[data-v-e376ebe9]{color:var(--text-secondary);font-size:.9rem;line-height:1.8}.accordion-enter-active[data-v-e376ebe9],.accordion-leave-active[data-v-e376ebe9]{overflow:hidden;transition:all .3s var(--ease-out)}.accordion-enter-from[data-v-e376ebe9],.accordion-leave-to[data-v-e376ebe9]{max-height:0;opacity:0;padding-bottom:0;padding-top:0}.accordion-enter-to[data-v-e376ebe9],.accordion-leave-from[data-v-e376ebe9]{max-height:300px;opacity:1}@media(max-width:960px){.faq-layout[data-v-e376ebe9]{gap:2.5rem;grid-template-columns:1fr}.faq-info[data-v-e376ebe9]{position:static;text-align:center}.faq-info .section-label[data-v-e376ebe9]:before{display:none}}.contact-section[data-v-bca13c7f]{background:var(--bg-secondary);overflow:hidden;position:relative}.contact-bg[data-v-bca13c7f]{background:radial-gradient(ellipse 60% 50% at 100% 100%,rgba(212,168,67,.04) 0,transparent 70%),radial-gradient(ellipse 40% 40% at 0 0,rgba(45,106,79,.04) 0,transparent 70%);inset:0;position:absolute}.contact-layout[data-v-bca13c7f]{align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1.2fr;position:relative}.contact-details[data-v-bca13c7f]{display:flex;flex-direction:column;gap:1.25rem;margin-top:2rem}.contact-item[data-v-bca13c7f]{gap:1rem}.contact-icon[data-v-bca13c7f],.contact-item[data-v-bca13c7f]{align-items:center;display:flex}.contact-icon[data-v-bca13c7f]{background:var(--gold-glow);border:1px solid rgba(212,168,67,.15);border-radius:10px;flex-shrink:0;height:44px;justify-content:center;width:44px}.contact-item strong[data-v-bca13c7f]{color:var(--text-primary);display:block;font-size:.85rem;margin-bottom:.1rem}.contact-item a[data-v-bca13c7f],.contact-item span[data-v-bca13c7f]{color:var(--text-muted);font-size:.85rem}.contact-promise[data-v-bca13c7f]{align-items:flex-start;background:var(--green-glow);border:1px solid rgba(45,106,79,.15);border-radius:8px;display:flex;gap:.75rem;margin-top:2rem;padding:1rem 1.25rem}.contact-promise svg[data-v-bca13c7f]{flex-shrink:0;margin-top:2px}.contact-promise span[data-v-bca13c7f]{color:var(--text-secondary);font-size:.8rem;line-height:1.6}.contact-form-card[data-v-bca13c7f]{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;overflow:hidden}.form-header[data-v-bca13c7f]{padding:2rem 2rem 0}.form-header h3[data-v-bca13c7f]{color:var(--text-primary);font-family:var(--font-body);font-size:1.2rem;font-weight:600;margin-bottom:.35rem}.form-header p[data-v-bca13c7f]{color:var(--text-muted);font-size:.85rem}.contact-form[data-v-bca13c7f]{display:flex;flex-direction:column;gap:1rem;padding:1.5rem 2rem 2rem}.form-row[data-v-bca13c7f]{display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-group[data-v-bca13c7f]{display:flex;flex-direction:column}.btn-submit[data-v-bca13c7f]{justify-content:center;margin-top:.5rem;padding:1rem;width:100%}.success-card[data-v-bca13c7f]{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:1rem;padding:3rem 2rem;text-align:center}.success-card[data-v-bca13c7f],.success-icon[data-v-bca13c7f]{align-items:center;display:flex}.success-icon[data-v-bca13c7f]{background:var(--green-glow);border-radius:50%;height:80px;justify-content:center;margin-bottom:.5rem;width:80px}.success-card h3[data-v-bca13c7f]{color:var(--gold);font-family:var(--font-display);font-size:1.75rem}.success-card p[data-v-bca13c7f]{color:var(--text-secondary);font-size:.95rem;line-height:1.7;max-width:400px}@media(max-width:960px){.contact-layout[data-v-bca13c7f]{gap:3rem;grid-template-columns:1fr}}@media(max-width:480px){.form-row[data-v-bca13c7f]{grid-template-columns:1fr}}.footer[data-v-d8130413]{background:var(--bg-primary);padding-top:4rem;position:relative}.footer-top-border[data-v-d8130413]{background:linear-gradient(90deg,transparent,var(--gold),var(--green),var(--gold),transparent);height:2px;left:0;opacity:.4;position:absolute;right:0;top:0}.footer-grid[data-v-d8130413]{display:grid;gap:3rem;grid-template-columns:1.5fr 1fr 1fr 1.2fr;padding-bottom:3rem}.footer-logo[data-v-d8130413]{display:inline-block;margin-bottom:1rem;text-decoration:none}.footer-logo-img[data-v-d8130413]{height:72px;-o-object-fit:contain;object-fit:contain;opacity:.85;transition:opacity .3s;width:auto}.footer-logo:hover .footer-logo-img[data-v-d8130413]{opacity:1}.footer-tagline[data-v-d8130413]{color:var(--text-muted);font-size:.85rem;line-height:1.7;max-width:280px}.footer-contact h4[data-v-d8130413],.footer-links h4[data-v-d8130413]{color:var(--text-primary);font-family:var(--font-body);font-size:.8rem;font-weight:600;letter-spacing:.1em;margin-bottom:1.25rem;text-transform:uppercase}.footer-links nav[data-v-d8130413]{display:flex;flex-direction:column;gap:.6rem}.footer-links a[data-v-d8130413]{color:var(--text-muted);font-size:.85rem;text-decoration:none;transition:color .3s}.footer-links a[data-v-d8130413]:hover{color:var(--gold)}.footer-contact-items[data-v-d8130413]{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.footer-contact-item[data-v-d8130413]{align-items:center;color:var(--text-secondary);display:flex;font-size:.85rem;gap:.5rem;text-decoration:none;transition:color .3s}.footer-contact-item[data-v-d8130413]:hover{color:var(--gold)}.company-details[data-v-d8130413]{border-top:1px solid var(--border);padding-top:1rem}.company-details p[data-v-d8130413]{color:var(--text-muted);font-size:.75rem;line-height:1.8}.footer-bottom[data-v-d8130413]{align-items:center;border-top:1px solid var(--border);display:flex;justify-content:space-between;padding:1.5rem 0}.footer-bottom p[data-v-d8130413]{color:var(--text-muted);font-size:.8rem}.footer-legal[data-v-d8130413]{display:flex;gap:1.5rem}.footer-legal a[data-v-d8130413]{color:var(--text-muted);font-size:.8rem;text-decoration:none;transition:color .3s}.footer-legal a[data-v-d8130413]:hover{color:var(--gold)}@media(max-width:960px){.footer-grid[data-v-d8130413]{gap:2.5rem;grid-template-columns:1fr 1fr}}@media(max-width:640px){.footer-grid[data-v-d8130413]{gap:2rem;grid-template-columns:1fr}.footer-bottom[data-v-d8130413]{flex-direction:column;gap:1rem;text-align:center}}
