.Hero-module__ZARIfG__heroSection{align-items:center;min-height:100vh;max-height:100vh;padding-top:64px;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__bgImage{z-index:0;background-image:url(/wall_art.png);background-position:50%;background-repeat:no-repeat;background-size:cover;transition:transform 8s ease-out;position:absolute;inset:0;transform:scale(1.04)}.Hero-module__ZARIfG__heroSection:hover .Hero-module__ZARIfG__bgImage{transform:scale(1)}.Hero-module__ZARIfG__bgOverlay{z-index:1;background:linear-gradient(135deg,#0f1e14d1 0%,#0a1e28bf 60%,#05141ea6 100%);position:absolute;inset:0}.Hero-module__ZARIfG__heroContainer{z-index:2;width:100%;padding-top:.5rem;padding-bottom:.5rem;position:relative}.Hero-module__ZARIfG__content{text-align:left;max-width:780px}@media (max-width:767px){.Hero-module__ZARIfG__content{text-align:center}}.Hero-module__ZARIfG__badge{color:#a8d4d5;letter-spacing:.08em;text-transform:uppercase;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#1194ba40;border:1px solid #1194ba66;border-radius:2rem;margin-bottom:.75rem;padding:.35rem 1rem;font-size:.8rem;font-weight:600;display:inline-block}.Hero-module__ZARIfG__title{color:#fff;text-shadow:0 2px 12px #0006;margin-bottom:.75rem;font-size:2.5rem;font-weight:800;line-height:1.1}@media (min-width:768px){.Hero-module__ZARIfG__title{font-size:3.25rem}}@media (min-width:1200px){.Hero-module__ZARIfG__title{font-size:3.75rem}}.Hero-module__ZARIfG__highlight{color:#80b0b1}.Hero-module__ZARIfG__subtitle{color:#ffffffd1;text-shadow:0 1px 6px #0000004d;max-width:580px;margin-bottom:1.25rem;font-size:1.1rem;line-height:1.6}@media (max-width:767px){.Hero-module__ZARIfG__subtitle{margin-left:auto;margin-right:auto}}@media (min-width:768px){.Hero-module__ZARIfG__subtitle{font-size:1.25rem}}.Hero-module__ZARIfG__ctaGroup{flex-direction:column;gap:.75rem;margin-bottom:1.25rem;display:flex}@media (min-width:640px){.Hero-module__ZARIfG__ctaGroup{flex-direction:row;align-items:center}}@media (max-width:767px){.Hero-module__ZARIfG__ctaGroup{justify-content:center}}.Hero-module__ZARIfG__primaryBtn{background-color:var(--primary-teal);color:#fff;border-radius:var(--radius);justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem 2rem;font-size:.95rem;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 4px 20px #1194ba73}@media (min-width:640px){.Hero-module__ZARIfG__primaryBtn{width:auto}}.Hero-module__ZARIfG__primaryBtn:hover{background-color:var(--primary-teal-hover);transform:translateY(-2px);box-shadow:0 8px 28px #1194ba80}.Hero-module__ZARIfG__btnIcon{transition:transform .2s}.Hero-module__ZARIfG__primaryBtn:hover .Hero-module__ZARIfG__btnIcon{transform:translate(4px)}.Hero-module__ZARIfG__secondaryBtn{border-radius:var(--radius);color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff14;border:2px solid #ffffff73;justify-content:center;align-items:center;width:100%;padding:.75rem 2rem;font-size:.95rem;font-weight:600;transition:all .3s;display:inline-flex}@media (min-width:640px){.Hero-module__ZARIfG__secondaryBtn{width:auto}}.Hero-module__ZARIfG__secondaryBtn:hover{background:#ffffff2e;border-color:#ffffffb3;transform:translateY(-2px)}.Hero-module__ZARIfG__trustTriggers{border-top:1px solid #ffffff26;flex-wrap:wrap;gap:1.25rem;padding-top:1rem;display:flex}@media (max-width:767px){.Hero-module__ZARIfG__trustTriggers{justify-content:center}}.Hero-module__ZARIfG__trigger{color:#ffffffd9;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;display:flex}.Hero-module__ZARIfG__triggerIcon{color:#80b0b1;flex-shrink:0}
.Testimonials-module__ItA9Ha__testimonialsSection{background-color:var(--background);position:relative}.Testimonials-module__ItA9Ha__header{text-align:center;max-width:800px;margin:0 auto 4rem}.Testimonials-module__ItA9Ha__sectionBadge{color:var(--primary-teal);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-size:.875rem;font-weight:700;display:block}.Testimonials-module__ItA9Ha__sectionTitle{color:var(--primary-navy);margin-bottom:1.5rem;font-size:2.5rem;line-height:1.2}@media (prefers-color-scheme:dark){.Testimonials-module__ItA9Ha__sectionTitle{color:#fff}}.Testimonials-module__ItA9Ha__sectionDesc{color:var(--foreground);opacity:.8;font-size:1.1rem;line-height:1.7}.Testimonials-module__ItA9Ha__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.Testimonials-module__ItA9Ha__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.Testimonials-module__ItA9Ha__grid{grid-template-columns:repeat(3,1fr)}}.Testimonials-module__ItA9Ha__testimonialCard{border-radius:1.5rem;flex-direction:column;padding:2.5rem;transition:transform .3s;display:flex;position:relative}.Testimonials-module__ItA9Ha__testimonialCard:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.Testimonials-module__ItA9Ha__quoteIconWrapper{background-color:var(--primary-teal);width:50px;height:50px;box-shadow:var(--shadow-md);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:-20px;left:2.5rem}.Testimonials-module__ItA9Ha__quoteIcon{color:#fff;width:24px;height:24px}.Testimonials-module__ItA9Ha__rating{gap:.25rem;margin-top:1rem;margin-bottom:1.5rem;display:flex}.Testimonials-module__ItA9Ha__starIcon{color:#fbbf24;width:18px;height:18px}.Testimonials-module__ItA9Ha__text{color:var(--foreground);opacity:.9;flex-grow:1;margin-bottom:2rem;font-size:1.05rem;font-style:italic;line-height:1.6}.Testimonials-module__ItA9Ha__authorInfo{border-top:1px solid var(--glass-border);align-items:center;gap:1rem;padding-top:1.5rem;display:flex}.Testimonials-module__ItA9Ha__avatar{width:48px;height:48px;color:var(--primary-teal);background-color:#0080801a;border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;font-weight:700;display:flex}@media (prefers-color-scheme:dark){.Testimonials-module__ItA9Ha__avatar{background-color:var(--primary-navy);color:#fff}}.Testimonials-module__ItA9Ha__authorName{color:var(--primary-navy);margin-bottom:.25rem;font-size:1.1rem;font-weight:700}@media (prefers-color-scheme:dark){.Testimonials-module__ItA9Ha__authorName{color:#fff}}.Testimonials-module__ItA9Ha__authorRelation{color:var(--foreground);opacity:.7;font-size:.875rem}
.Reviews-module__yTtV6W__reviewsSection{background-color:var(--primary-navy);color:#fff;position:relative;overflow:hidden}@media (prefers-color-scheme:dark){.Reviews-module__yTtV6W__reviewsSection{border-top:1px solid var(--glass-border);background-color:#020617}}.Reviews-module__yTtV6W__grid{grid-template-columns:1fr;align-items:center;gap:4rem;display:grid}@media (min-width:992px){.Reviews-module__yTtV6W__grid{grid-template-columns:1.2fr 1fr}}.Reviews-module__yTtV6W__title{margin-bottom:1rem;font-size:2.5rem;line-height:1.2}.Reviews-module__yTtV6W__desc{color:#fffc;max-width:500px;margin-bottom:3rem;font-size:1.1rem;line-height:1.6}.Reviews-module__yTtV6W__scoreContainer{border-bottom:1px solid #ffffff1a;align-items:center;gap:1.5rem;margin-bottom:3rem;padding-bottom:3rem;display:flex}.Reviews-module__yTtV6W__scoreNumber{color:#fbbf24;font-size:4rem;font-weight:800;line-height:1}.Reviews-module__yTtV6W__stars{gap:.25rem;margin-bottom:.5rem;display:flex}.Reviews-module__yTtV6W__starIcon{color:#fbbf24;width:24px;height:24px}.Reviews-module__yTtV6W__reviewCount{color:#ffffffb3;font-weight:500}.Reviews-module__yTtV6W__statsRow{flex-wrap:wrap;gap:3rem;display:flex}.Reviews-module__yTtV6W__statItem{flex-direction:column;display:flex}.Reviews-module__yTtV6W__statValue{color:var(--primary-teal);margin-bottom:.25rem;font-size:2rem;font-weight:700}.Reviews-module__yTtV6W__statLabel{color:#ffffffb3;text-transform:uppercase;letter-spacing:.05em;font-size:.9rem}.Reviews-module__yTtV6W__glassPanel{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:1.5rem;padding:3rem}.Reviews-module__yTtV6W__panelTitle{margin-bottom:.5rem;font-size:1.5rem}.Reviews-module__yTtV6W__panelDesc{color:#ffffffb3;margin-bottom:2rem}.Reviews-module__yTtV6W__badgesList{flex-direction:column;gap:1.5rem;display:flex}.Reviews-module__yTtV6W__badgeItem{background:#0003;border-radius:1rem;align-items:center;gap:1.25rem;padding:1rem 1.5rem;transition:transform .2s;display:flex}.Reviews-module__yTtV6W__badgeItem:hover{transform:translate(10px)}.Reviews-module__yTtV6W__iconWrapper{background-color:var(--primary-teal);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.Reviews-module__yTtV6W__badgeIcon{color:#fff;width:20px;height:20px}.Reviews-module__yTtV6W__badgeText{font-size:1.1rem;font-weight:600}
.Gallery-module__3QxX8q__gallerySection{background-color:#f8fafc;position:relative}@media (prefers-color-scheme:dark){.Gallery-module__3QxX8q__gallerySection{background-color:#0b1120}}.Gallery-module__3QxX8q__header{text-align:center;max-width:800px;margin:0 auto 4rem}.Gallery-module__3QxX8q__sectionBadge{color:var(--primary-teal);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-size:.875rem;font-weight:700;display:block}.Gallery-module__3QxX8q__sectionTitle{color:var(--primary-navy);margin-bottom:1.5rem;font-size:2.5rem;line-height:1.2}@media (prefers-color-scheme:dark){.Gallery-module__3QxX8q__sectionTitle{color:#fff}}.Gallery-module__3QxX8q__sectionDesc{color:var(--foreground);opacity:.8;font-size:1.1rem;line-height:1.7}.Gallery-module__3QxX8q__carouselContainer{align-items:center;margin:0 -1rem;display:flex;position:relative}@media (min-width:768px){.Gallery-module__3QxX8q__carouselContainer{margin:0}}.Gallery-module__3QxX8q__carouselTrack{scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;gap:1.5rem;width:100%;padding:1rem;display:flex;overflow-x:auto}.Gallery-module__3QxX8q__carouselTrack::-webkit-scrollbar{display:none}.Gallery-module__3QxX8q__carouselItem{scroll-snap-align:center;flex:0 0 100%}@media (min-width:640px){.Gallery-module__3QxX8q__carouselItem{scroll-snap-align:start;flex:0 0 calc(50% - .75rem)}}@media (min-width:1024px){.Gallery-module__3QxX8q__carouselItem{scroll-snap-align:start;flex:0 0 calc(25% - 1.125rem)}}.Gallery-module__3QxX8q__navButton{color:var(--primary-navy);cursor:pointer;z-index:10;background-color:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .2s;display:none;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 12px #00000026}@media (min-width:768px){.Gallery-module__3QxX8q__navButton{display:flex}}.Gallery-module__3QxX8q__navButton:hover{background-color:var(--primary-teal);color:#fff;transform:translateY(-50%)scale(1.05)}.Gallery-module__3QxX8q__prevButton{left:-1rem}.Gallery-module__3QxX8q__nextButton{right:-1rem}@media (min-width:1200px){.Gallery-module__3QxX8q__prevButton{left:-3rem}.Gallery-module__3QxX8q__nextButton{right:-3rem}}.Gallery-module__3QxX8q__imageWrapper{aspect-ratio:4/5;width:100%;box-shadow:var(--shadow-md);cursor:pointer;border-radius:1rem;position:relative;overflow:hidden}.Gallery-module__3QxX8q__galleryImage{object-fit:cover;transition:transform .5s}.Gallery-module__3QxX8q__imageWrapper:hover .Gallery-module__3QxX8q__galleryImage{transform:scale(1.1)}.Gallery-module__3QxX8q__overlay{opacity:0;background:linear-gradient(#0000 50%,#000c 100%);align-items:flex-end;width:100%;height:100%;padding:1.5rem;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.Gallery-module__3QxX8q__imageWrapper:hover .Gallery-module__3QxX8q__overlay{opacity:1}.Gallery-module__3QxX8q__overlayText{color:#fff;font-size:.95rem;font-weight:500;line-height:1.4;transition:transform .3s;transform:translateY(10px)}.Gallery-module__3QxX8q__imageWrapper:hover .Gallery-module__3QxX8q__overlayText{transform:translateY(0)}
.HomeServices-module__0B_DqW__servicesSection{background-color:var(--background);position:relative}.HomeServices-module__0B_DqW__header{text-align:center;flex-direction:column;align-items:center;gap:.5rem;max-width:800px;margin:0 auto 4rem;display:flex}.HomeServices-module__0B_DqW__titleWrapper{align-items:center;gap:1.5rem;width:100%;display:flex}.HomeServices-module__0B_DqW__line{background-color:#00808033;flex:1;height:1px}@media (prefers-color-scheme:dark){.HomeServices-module__0B_DqW__line{background-color:#00808066}}.HomeServices-module__0B_DqW__sectionTitle{color:var(--primary-teal);white-space:nowrap;font-size:2rem;font-weight:700}.HomeServices-module__0B_DqW__heartIcon{color:var(--primary-teal)}.HomeServices-module__0B_DqW__servicesGrid{grid-template-columns:repeat(2,1fr);gap:2rem 1rem;display:grid}@media (min-width:640px){.HomeServices-module__0B_DqW__servicesGrid{grid-template-columns:repeat(3,1fr)}}@media (min-width:992px){.HomeServices-module__0B_DqW__servicesGrid{justify-content:space-between;gap:1rem;display:flex}}.HomeServices-module__0B_DqW__serviceItem{text-align:center;flex-direction:column;flex:1;align-items:center;display:flex;position:relative}@media (min-width:992px){.HomeServices-module__0B_DqW__serviceItem:not(:last-child):after{content:"";background-color:#00808026;width:1px;height:80%;position:absolute;top:10%;right:0}}@media (prefers-color-scheme:dark){.HomeServices-module__0B_DqW__serviceItem:not(:last-child):after{background-color:#00808066}}.HomeServices-module__0B_DqW__iconCircle{background-color:#00808014;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin-bottom:1.5rem;transition:transform .3s,background-color .3s;display:flex}@media (prefers-color-scheme:dark){.HomeServices-module__0B_DqW__iconCircle{background-color:#00808026}}.HomeServices-module__0B_DqW__serviceItem:hover .HomeServices-module__0B_DqW__iconCircle{background-color:#00808026;transform:translateY(-5px)}@media (prefers-color-scheme:dark){.HomeServices-module__0B_DqW__serviceItem:hover .HomeServices-module__0B_DqW__iconCircle{background-color:#0080804d}}.HomeServices-module__0B_DqW__icon{width:48px;height:48px;color:var(--primary-navy)}@media (prefers-color-scheme:dark){.HomeServices-module__0B_DqW__icon{color:var(--primary-teal)}}.HomeServices-module__0B_DqW__serviceTitle{color:var(--primary-navy);white-space:pre-line;padding:0 1rem;font-size:1.1rem;font-weight:600;line-height:1.4}@media (prefers-color-scheme:dark){.HomeServices-module__0B_DqW__serviceTitle{color:#fff}}
