.hero{min-height:100vh;padding-top:var(--nav-height);align-items:center;display:flex;position:relative;overflow:hidden}.hero__bg{z-index:0;position:absolute;inset:0}.hero__overlay{background:#0a0a14d1;position:absolute;inset:0}.hero__bubbles{z-index:1;pointer-events:none;position:absolute;inset:0;overflow:hidden}.hero__bubble{background:radial-gradient(circle,#d4af371f 0%,#d4af3708 70%,#0000 100%);border:1px solid #d4af3726;border-radius:50%;animation:linear infinite float;position:absolute}.hero__bubble--1{width:80px;height:80px;animation-duration:7s;animation-delay:0s;top:20%;left:5%}.hero__bubble--2{width:50px;height:50px;animation-duration:5s;animation-delay:1s;top:60%;left:15%}.hero__bubble--3{width:120px;height:120px;animation-duration:9s;animation-delay:2s;top:30%;left:25%}.hero__bubble--4{width:40px;height:40px;animation-duration:6s;animation-delay:.5s;top:15%;left:70%}.hero__bubble--5{width:90px;height:90px;animation-duration:8s;animation-delay:1.5s;top:50%;left:80%}.hero__bubble--6{width:60px;height:60px;animation-duration:5.5s;animation-delay:3s;top:70%;left:90%}.hero__bubble--7{width:35px;height:35px;animation-duration:7s;animation-delay:2s;top:80%;left:45%}.hero__bubble--8{width:100px;height:100px;animation-duration:10s;animation-delay:.8s;top:25%;left:60%}.hero__content{z-index:2;text-align:center;align-items:center;max-width:760px;margin:0 auto;padding:4rem 1.5rem;position:relative}.hero__badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#ffffffe6;letter-spacing:.03em;text-transform:uppercase;background:#ffffff1f;border:1px solid #fff3;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1.25rem;font-size:.82rem;font-weight:600;display:inline-flex}.hero__badge-dot{background:var(--accent);width:8px;height:8px;box-shadow:0 0 8px var(--accent);border-radius:50%;animation:1.5s ease-out infinite pulse-ring;position:relative}.hero__title{color:var(--white);letter-spacing:-.02em;margin-bottom:1.25rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:900;line-height:1.1}.hero__title-accent{background:linear-gradient(90deg,#d4af37,#f0d060,#c9960c,#f0d060,#d4af37);-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text;animation:3s linear infinite shimmer;display:block}.hero__subtitle{color:#ffffffd1;max-width:580px;margin-bottom:2rem;font-size:clamp(1rem,2vw,1.2rem);line-height:1.7}.hero__subtitle strong{color:var(--white);font-weight:600}.hero__pills{flex-wrap:wrap;justify-content:center;gap:.6rem;margin-bottom:2.5rem;display:flex}.hero__pill{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#ffffffe0;transition:var(--transition);background:#ffffff1a;border:1px solid #ffffff26;border-radius:50px;padding:.4rem 1rem;font-size:.85rem;font-weight:500}.hero__pill:hover{background:#ffffff2e}.hero__ctas{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.hero__trust{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-md);background:#ffffff14;border:1px solid #ffffff26;justify-content:center;align-items:center;gap:2rem;width:100%;max-width:480px;margin:0 auto;padding:1.25rem 2rem;display:flex}.hero__trust-item{flex-direction:column;align-items:center;gap:.2rem;display:flex}.hero__trust-num{color:var(--white);font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:800;line-height:1}.hero__trust-label{color:#ffffffa6;white-space:nowrap;font-size:.72rem;font-weight:500}.hero__trust-divider{background:#fff3;width:1px;height:40px}.hero__scroll-hint{z-index:2;flex-direction:column;align-items:center;gap:.5rem;width:fit-content;margin:0 auto;animation:2s ease-in-out infinite float;display:flex;position:absolute;bottom:2.5rem;left:0;right:0}.hero__scroll-label{color:#fff9;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;font-size:.72rem;font-weight:500;animation:1.5s ease-in-out infinite blink}@keyframes blink{0%,to{opacity:.6}50%{opacity:.1}}.hero__scroll-mouse{border:2px solid #fff6;border-radius:13px;justify-content:center;width:26px;height:40px;padding-top:6px;display:flex}.hero__scroll-wheel{background:#ffffffb3;border-radius:2px;width:4px;height:8px;animation:1.5s ease-in-out infinite fadeInDown}@media (max-width:768px){.hero__content{text-align:center;align-items:center;padding:3rem 1.25rem 5rem}.hero__title,.hero__subtitle{text-align:center}.hero__pills{display:none}.hero__trust{gap:1.25rem;padding:1rem 1.5rem}.hero__trust-num{font-size:1.25rem}.hero__ctas{flex-direction:column;align-items:center}.hero__ctas .btn{text-align:center;justify-content:center}.hero__scroll-hint{display:none}}@media (max-width:480px){.hero__title{font-size:2.2rem}.hero__trust{flex-wrap:wrap;justify-content:center}.hero__trust-divider{display:none}}
.home-about{background:#fff;overflow:hidden}.home-about h2,.home-about h3,.home-about h4{color:#1a1a2e!important}.home-about__text p,.home-about__stat-desc{line-height:1.8;color:#4a5568!important}.home-about__text strong{font-weight:600;color:#1a1a2e!important}.home-about__stat-label{color:#1a1a2e!important}.home-about__stat-num{color:var(--gold)!important}.home-about__stat-icon{color:var(--gold)!important;background:#d4af371a!important}.home-about__stat-card{border-color:#d4af3740!important}.ha-reveal{opacity:0;transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1)}.ha-fade-up{transform:translateY(48px)}.ha-from-left{transform:translate(-56px)}.ha-from-right{transform:translate(56px)}.ha-reveal.ha-visible{opacity:1;transform:translate(0)}.home-about__header{text-align:center;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:3.5rem;display:flex}.home-about__header h2{font-size:clamp(1.6rem,3.5vw,2.5rem);font-weight:900}.home-about__row{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;display:grid}.home-about__text{flex-direction:column;gap:1.25rem;display:flex}.home-about__text p{color:var(--text-secondary);font-size:.97rem;line-height:1.8}.home-about__text strong{color:var(--text-primary);font-weight:600}.home-about__cta{align-self:flex-start;align-items:center;gap:.5rem;margin-top:.5rem;display:inline-flex}.home-about__stats{flex-direction:column;gap:1rem;display:flex}.home-about__stat-card{border-radius:var(--radius-md);transition:var(--transition), opacity .7s cubic-bezier(.4,0,.2,1), transform .7s cubic-bezier(.4,0,.2,1);background:0 0;border:1px solid #d4af3733;align-items:flex-start;gap:1.25rem;padding:1.25rem 1.5rem;display:flex}.home-about__stat-card:hover{border-color:#d4af3780;transform:translateY(-3px);box-shadow:0 4px 24px #d4af371a}.home-about__stat-icon{border-radius:var(--radius-sm);width:44px;min-width:44px;height:44px;color:var(--gold);background:#d4af371a;justify-content:center;align-items:center;display:flex}.home-about__stat-icon svg{width:22px;height:22px}.home-about__stat-body{flex:1}.home-about__stat-top{align-items:baseline;gap:.5rem;margin-bottom:.3rem;display:flex}.home-about__stat-num{color:var(--gold);font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:900;line-height:1}.home-about__stat-label{color:var(--text-primary);font-size:.85rem;font-weight:700}.home-about__stat-desc{color:var(--text-muted);margin:0;font-size:.82rem;line-height:1.55}@media (max-width:768px){.home-about__row{grid-template-columns:1fr;gap:2rem}.ha-from-left,.ha-from-right{transform:translateY(40px)}}
.before-after{background:linear-gradient(#f8faff 0%,#eef3ff 100%);padding:5rem 0;overflow:hidden}.before-after__header{text-align:center;opacity:0;margin-bottom:3rem;transition:opacity .7s,transform .7s;transform:translateY(30px)}.before-after .badge{color:#b37e00;background:#d4af371f}.before-after--visible .before-after__header{opacity:1;transform:translateY(0)}.before-after__title{color:#1a1a2e;letter-spacing:-.02em;margin:.75rem 0 .6rem;font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:800}.before-after__desc{color:#555;max-width:480px;margin:0 auto;font-size:1rem}.before-after__compare{aspect-ratio:16/9;cursor:ew-resize;-webkit-user-select:none;user-select:none;opacity:0;border-radius:20px;width:100%;max-height:580px;transition:opacity .8s .2s,transform .8s .2s;position:relative;overflow:hidden;transform:translateY(40px)scale(.98);box-shadow:0 24px 64px #001e642e,0 4px 16px #0000001a}.before-after--visible .before-after__compare{opacity:1;transform:translateY(0)scale(1)}.before-after__panel{position:absolute;inset:0}.before-after__panel--after{z-index:2}.before-after__img--before{filter:grayscale(.55)brightness(.6)sepia(.35)contrast(.9)!important}.before-after__overlay-before{z-index:1;background:linear-gradient(135deg,#50280040 0%,#0000 60%);position:absolute;inset:0}.before-after__overlay-after{z-index:1;background:linear-gradient(135deg,#0000 40%,#00785014 100%);position:absolute;inset:0}.before-after__label{z-index:3;letter-spacing:.02em;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50px;align-items:center;gap:.4rem;padding:.5rem 1.1rem;font-size:.88rem;font-weight:700;display:flex;position:absolute;bottom:1.5rem;box-shadow:0 4px 16px #0003}.before-after__label--before{color:#fff;background:#0000008c;border:1px solid #ffffff26;left:1.5rem}.before-after__label--after{color:#fff;background:#d4af37e6;border:1px solid #fff3;right:1.5rem}.before-after__label-icon{font-size:.75rem}.before-after__divider{z-index:10;pointer-events:none;flex-direction:column;align-items:center;display:flex;position:absolute;top:0;bottom:0;transform:translate(-50%)}.before-after__line{background:#ffffffe6;flex:1;width:2px;box-shadow:0 0 8px #ffffff80}.before-after__handle{background:linear-gradient(135deg, var(--primary), var(--accent));border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;margin:auto 0;display:flex;position:relative;top:50%;box-shadow:0 4px 20px #0050c866,0 0 0 4px #ffffffe6}.before-after__hint{text-align:center;color:var(--text-muted);letter-spacing:.04em;opacity:0;margin-top:1.5rem;font-size:.82rem;transition:opacity .6s .6s}.before-after--visible .before-after__hint{opacity:1}@media (max-width:768px){.before-after{padding:3.5rem 0}.before-after__compare{aspect-ratio:4/3}.before-after__label{padding:.4rem .85rem;font-size:.75rem}.before-after__handle{width:40px;height:40px}}@media (max-width:480px){.before-after__compare{aspect-ratio:1}.before-after__label--before{bottom:.75rem;left:.75rem}.before-after__label--after{bottom:.75rem;right:.75rem}}
.services-overview{background:var(--bg-gradient-light,linear-gradient(135deg, #f8faff 0%, #e8f4ff 100%));background:var(--off-white);position:relative}.services-overview:before{content:"";pointer-events:none;background-image:radial-gradient(circle,#0066cc0d 1px,#0000 1px);background-size:24px 24px;position:absolute;inset:0}.services-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem;display:grid}.service-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);transition:var(--transition);cursor:default;position:relative;overflow:hidden}.service-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-8px)}.service-card__img-wrap{height:220px;position:relative;overflow:hidden}.service-card__img-wrap img{transition:transform .5s}.service-card:hover .service-card__img-wrap img{transform:scale(1.07)}.service-card__img-overlay{background:linear-gradient(#0000 40%,#00143c80 100%);position:absolute;inset:0}.service-card__tag{background:linear-gradient(135deg, var(--primary), var(--accent));color:var(--white);letter-spacing:.04em;text-transform:uppercase;z-index:1;border-radius:50px;padding:.25rem .75rem;font-size:.72rem;font-weight:700;position:absolute;top:.75rem;left:.75rem}.service-card__icon{z-index:1;filter:drop-shadow(0 2px 6px #0000004d);font-size:2rem;position:absolute;bottom:.75rem;right:.75rem}.service-card__body{padding:1.5rem}.service-card__title{color:#1a1a2e;margin-bottom:.6rem;font-size:1.1rem;font-weight:700}.service-card__desc{color:#4a5568;margin-bottom:1.25rem;font-size:.88rem;line-height:1.65}.service-card__link{color:var(--primary);transition:var(--transition);align-items:center;gap:.4rem;font-size:.88rem;font-weight:600;display:inline-flex}.service-card__link:hover{color:var(--accent-dark);gap:.7rem}.services-overview__cta{flex-wrap:wrap;justify-content:center;gap:1.25rem;display:flex}@media (max-width:900px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.services-grid{grid-template-columns:1fr}.service-card__img-wrap{height:200px}}
.why-us{background:var(--white);position:relative;overflow:hidden}.why-us__bg-shape{pointer-events:none;background:radial-gradient(circle,#00c4cc12 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-120px;right:-120px}.why-us__inner{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.why-us__title{color:#1a1a2e;margin:1rem 0;line-height:1.2}.why-us__desc{color:#4a5568;margin-bottom:2rem;font-size:1.02rem;line-height:1.75}.why-us__highlight{border-radius:var(--radius-md);border-left:4px solid var(--primary);background:linear-gradient(135deg,#f0f4f8,#e8f4ff);padding:1.5rem}.why-us__highlight-inner{align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.why-us__highlight-icon{flex-shrink:0;font-size:2rem}.why-us__highlight-label{color:#666;text-transform:uppercase;letter-spacing:.05em;font-size:.78rem;font-weight:600}.why-us__highlight-num{color:var(--primary);letter-spacing:-.02em;transition:var(--transition);font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:800;text-decoration:none;display:block}.why-us__highlight-num:hover{color:var(--accent-dark)}.why-us__highlight-note{color:#555;font-size:.85rem}.why-us__right{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.why-card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:var(--transition);cursor:default;border:1px solid #e0e0e0;align-items:flex-start;gap:1rem;padding:1.35rem;display:flex}.why-card:hover{box-shadow:var(--shadow-md);border-color:#0066cc26;transform:translateY(-4px)}.why-card__icon{border-radius:var(--radius-sm);background:#f0f4f8;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.75rem;line-height:1;display:flex}.why-card__title{color:#1a1a2e;margin-bottom:.3rem;font-size:.95rem;font-weight:700}.why-card__desc{color:#4a5568;font-size:.82rem;line-height:1.6}@media (max-width:960px){.why-us__inner{grid-template-columns:1fr;gap:3rem}}@media (max-width:640px){.why-us__right{grid-template-columns:1fr}}
.stats-section{position:relative;overflow:hidden}.stats-section__bg{background:linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 50%, var(--accent-dark) 100%);position:absolute;inset:0}.stats-section .container{z-index:1;position:relative}.stats-grid-custom{border-radius:var(--radius-lg);background:#ffffff26;grid-template-columns:repeat(4,1fr);gap:1px;display:grid;overflow:hidden}.stat-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;transition:var(--transition);cursor:default;background:#0d0d0d;flex-direction:column;align-items:center;gap:.5rem;padding:2.5rem 2rem;display:flex}.stat-card:hover{background:#1a1a1a}.stat-card__icon{margin-bottom:.25rem;font-size:2.25rem;line-height:1}.stat-card__num{color:#fff;-webkit-text-fill-color:#fff;font-family:Poppins,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:900;line-height:1}.stat-card__label{color:#ffffffb3;font-size:.88rem;font-weight:500}@media (max-width:768px){.stats-grid-custom{grid-template-columns:repeat(2,1fr)}}@media (max-width:400px){.stats-grid-custom{grid-template-columns:1fr}.stat-card{padding:2rem 1.5rem}}
.testimonials{background:#fff;position:relative}.testimonials .section-header h2{color:#1a1a2e}.testimonials .section-header p{color:#4a5568}.testimonials-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2.5rem;display:grid}.testimonial-card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-md);transition:var(--transition);cursor:default;padding:1.75rem;position:relative}.testimonial-card:before{content:"\"";color:var(--primary);opacity:.08;font-family:Georgia,serif;font-size:5rem;line-height:1;position:absolute;top:-.5rem;left:1.25rem}.testimonial-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-6px)}.testimonial-card__stars{letter-spacing:2px;margin-bottom:.75rem;font-size:.9rem}.testimonial-card__text{color:#4a5568;margin-bottom:1.25rem;font-size:.9rem;font-style:italic;line-height:1.7}.testimonial-card__author{border-top:1px solid #e0e0e0;align-items:center;gap:.75rem;padding-top:1rem;display:flex}.testimonial-card__avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;overflow:hidden}.testimonial-card__avatar svg{width:48px;height:48px}.testimonial-card__name{color:#1a1a2e;font-size:.9rem;font-weight:700}.testimonial-card__city{color:#666;font-size:.78rem}.testimonials__google{justify-content:center;display:flex}.testimonials__google-inner{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-md);border:1px solid #0066cc1a;align-items:center;gap:1rem;padding:1rem 2rem;display:inline-flex}.testimonials__google-icon{flex-shrink:0;justify-content:center;align-items:center;display:flex}.testimonials__google-rating{color:var(--gold);font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:800}.testimonials__google-label{color:#555;font-size:.82rem}@media (max-width:1100px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.testimonials-grid{grid-template-columns:1fr}}
.contact-cta{position:relative;overflow:hidden}.contact-cta__bg{background:#fff;position:absolute;inset:0}.contact-cta__particles{pointer-events:none;position:absolute;inset:0}.contact-cta__particle{background:radial-gradient(circle,#d4af372e 0%,#d4af370f 70%,#0000 100%);border:1px solid #d4af3733;border-radius:50%;animation:linear infinite float;position:absolute}.contact-cta__particle--1{width:200px;height:200px;animation-duration:12s;top:-50px;left:-50px}.contact-cta__particle--2{width:100px;height:100px;animation-duration:8s;animation-delay:1s;top:30%;right:10%}.contact-cta__particle--3{width:150px;height:150px;animation-duration:10s;animation-delay:2s;bottom:-40px;right:30%}.contact-cta__particle--4{width:60px;height:60px;animation-duration:7s;animation-delay:.5s;top:20%;left:40%}.contact-cta__particle--5{width:80px;height:80px;animation-duration:9s;animation-delay:1.5s;bottom:20%;left:20%}.contact-cta__particle--6{width:40px;height:40px;animation-duration:6s;animation-delay:3s;top:60%;right:5%}.contact-cta__inner{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid;position:relative}.contact-cta__title{color:#1a1a2e;margin:.75rem 0 1rem;font-size:clamp(2rem,4vw,3rem);font-weight:900;line-height:1.15}.contact-cta__accent{background:linear-gradient(90deg, var(--gold), #ffcd70);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:block}.contact-cta__desc{color:#4a5568;margin-bottom:2rem;font-size:1.02rem;line-height:1.7}.contact-cta__actions{flex-wrap:wrap;gap:1rem;display:flex}.contact-cta__info-cards{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.contact-cta__info-card{border-radius:var(--radius-md);transition:var(--transition);background:#f8f9fa;border:1px solid #e0e0e0;align-items:center;gap:.875rem;padding:1.25rem;display:flex}.contact-cta__info-card:hover{background:#fff;border-color:#d4af3766;transform:translateY(-2px);box-shadow:0 4px 16px #d4af371f}.contact-cta__info-icon{flex-shrink:0;font-size:1.75rem}.contact-cta__info-label{color:#888;text-transform:uppercase;letter-spacing:.05em;font-size:.72rem;font-weight:600}.contact-cta__info-value{color:#1a1a2e;margin-top:.1rem;font-size:.9rem;font-weight:700}@media (max-width:960px){.contact-cta__inner{grid-template-columns:1fr;gap:3rem}}@media (max-width:500px){.contact-cta__info-cards{grid-template-columns:1fr}.contact-cta__actions{flex-direction:column}}
