.page-module__4ucO_G__pageHeader{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:2rem;display:flex}.page-module__4ucO_G__pageTitle{color:var(--color-secondary);margin-bottom:.25rem;font-size:2rem;font-weight:700}.page-module__4ucO_G__pageSubtitle{color:var(--color-text-muted)}.page-module__4ucO_G__headerActions{gap:1rem;display:flex}.page-module__4ucO_G__primaryBtn{background-color:var(--color-primary);color:#fff;border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);box-shadow:var(--shadow-sm);border:none;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:500;display:flex}.page-module__4ucO_G__primaryBtn:hover{background-color:var(--color-primary-hover);box-shadow:var(--shadow-md);transform:translateY(-2px)}.page-module__4ucO_G__statsGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.page-module__4ucO_G__statCard{border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;flex-direction:column;padding:1.5rem;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;position:relative;overflow:hidden}.page-module__4ucO_G__statCard:hover{box-shadow:var(--shadow-md);border-color:var(--color-primary);transform:translateY(-3px)}.page-module__4ucO_G__statHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.page-module__4ucO_G__statIcon{background:var(--color-accent-light);width:44px;height:44px;color:var(--color-primary);border:1px solid var(--color-border);border-radius:50%;justify-content:center;align-items:center;display:flex}.page-module__4ucO_G__statIcon svg{stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;fill:none;width:20px;height:20px}.page-module__4ucO_G__statLabel{color:#334155;font-size:.92rem;font-weight:600}.page-module__4ucO_G__statValue{color:#0f172a;margin-bottom:.25rem;font-size:2.3rem;font-weight:800}.page-module__4ucO_G__statTrend{align-items:center;gap:.25rem;font-size:.85rem;font-weight:600;display:flex}.page-module__4ucO_G__statTrend.page-module__4ucO_G__positive{color:#059669}.page-module__4ucO_G__statTrend.page-module__4ucO_G__negative{color:#dc2626}.page-module__4ucO_G__widgetsGrid{grid-template-columns:2fr 1fr;gap:1.5rem;display:grid}@media (max-width:1024px){.page-module__4ucO_G__widgetsGrid{grid-template-columns:1fr}}.page-module__4ucO_G__widget{border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;flex-direction:column;display:flex;position:relative;overflow:hidden}.page-module__4ucO_G__widgetHeader{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.page-module__4ucO_G__widgetTitle{font-family:var(--font-heading);letter-spacing:-.01em;color:#0f172a;font-size:1.3rem;font-weight:700}.page-module__4ucO_G__widgetAction{color:var(--color-primary);cursor:pointer;background:0 0;border:none;font-size:.92rem;font-weight:600;text-decoration:none}.page-module__4ucO_G__widgetAction:hover{text-decoration:underline}.page-module__4ucO_G__widgetContent{flex:1;padding:1.5rem}.page-module__4ucO_G__emptyState{color:#475569;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;height:100%;min-height:200px;display:flex}.page-module__4ucO_G__emptyState svg{width:48px;height:48px;stroke:var(--color-border);stroke-width:1.5px;fill:none}.page-module__4ucO_G__actionBtn{color:var(--color-primary);border:1px solid var(--color-primary);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-fast);background:0 0;padding:.5rem 1rem;font-weight:600}.page-module__4ucO_G__actionBtn:hover{background:var(--color-accent-light)}.page-module__4ucO_G__actionGrid{grid-template-columns:1fr;gap:.75rem;display:grid}.page-module__4ucO_G__quickActionBtn{color:#0f172a;border:1px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;box-shadow:var(--shadow-sm);background:#fff;align-items:center;gap:1.25rem;padding:1.1rem 1.25rem;font-size:.98rem;font-weight:700;transition:all .2s;display:flex}.page-module__4ucO_G__quickActionBtn:hover{background:var(--color-accent-light);border-color:var(--color-primary);color:var(--color-primary);transform:translate(4px)}.page-module__4ucO_G__quickActionIcon{border-radius:var(--radius-sm);background:var(--color-accent-light);width:34px;height:34px;color:var(--color-primary);justify-content:center;align-items:center;display:flex}.page-module__4ucO_G__quickActionIcon svg{stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;fill:none;width:18px;height:18px}.page-module__4ucO_G__listGroup{flex-direction:column;gap:0;display:flex}.page-module__4ucO_G__listItem{border-bottom:1px solid var(--color-border);border-radius:var(--radius-md);justify-content:space-between;align-items:center;padding:1.1rem 1rem;transition:background .2s;display:flex}.page-module__4ucO_G__listItem:hover{background:var(--color-bg)}.page-module__4ucO_G__listItem:last-child{border-bottom:none}.page-module__4ucO_G__itemInfo h4{color:var(--color-text-main);margin-bottom:.25rem;font-size:1rem}.page-module__4ucO_G__itemInfo p{color:var(--color-text-muted);font-size:.85rem}.page-module__4ucO_G__itemStatus{letter-spacing:.1em;text-transform:uppercase;border-radius:var(--radius-full);padding:.3rem .75rem;font-size:.75rem;font-weight:600}.page-module__4ucO_G__statusNew{color:#4338ca;background:#e0e7ff}.page-module__4ucO_G__statusPending{color:#b45309;background:#fef3c7}
.Navbar-module__cJzEcG__navbarWrapper{z-index:1000;width:100%;transition:padding var(--transition-smooth), transform .3s ease-in-out;position:fixed;top:0;left:0}.Navbar-module__cJzEcG__hiddenWrapper{transform:translateY(-100%)}.Navbar-module__cJzEcG__scrolledWrapper{padding:1rem}.Navbar-module__cJzEcG__unscrolledWrapper{padding:0}.Navbar-module__cJzEcG__navbar{width:100%;transition:all var(--transition-smooth);margin:0 auto}.Navbar-module__cJzEcG__scrolled{background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur));box-shadow:var(--shadow-md);border-radius:var(--radius-lg);max-width:1100px;padding:.5rem 1.5rem}.Navbar-module__cJzEcG__unscrolled{background:var(--color-surface);padding:.3rem var(--space-md);border-bottom:1px solid var(--color-border);border-radius:0;max-width:100%}.Navbar-module__cJzEcG__navContainer{justify-content:space-between;align-items:center;gap:var(--space-md);display:flex}.Navbar-module__cJzEcG__logo{flex-shrink:1;text-decoration:none;display:block}.Navbar-module__cJzEcG__logoContainer{flex-direction:column;justify-content:center;align-items:center;display:flex}.Navbar-module__cJzEcG__logoImage{object-fit:contain;object-position:left center;mix-blend-mode:multiply;width:175px;height:auto;margin-top:-8px}@media (max-width:768px){.Navbar-module__cJzEcG__unscrolled{padding:var(--space-sm)}.Navbar-module__cJzEcG__scrolled{border-radius:var(--radius-lg);padding:.5rem 1rem}}@media (max-width:576px){.Navbar-module__cJzEcG__logo{gap:.3rem;font-size:1.25rem}.Navbar-module__cJzEcG__navContainer{gap:.5rem}.Navbar-module__cJzEcG__estimateBtn{padding:.6rem 1.2rem!important;font-size:.95rem!important}}@media (max-width:400px){.Navbar-module__cJzEcG__logo{font-size:1.15rem}.Navbar-module__cJzEcG__estimateBtn{padding:.5rem 1rem!important;font-size:.85rem!important}}.Navbar-module__cJzEcG__estimateBtn{white-space:nowrap!important;flex-shrink:0!important}.Navbar-module__cJzEcG__navLinks{gap:var(--space-md);align-items:center;display:flex}.Navbar-module__cJzEcG__navLink{font-family:var(--font-heading);letter-spacing:.04em;color:var(--color-text-main);align-items:center;gap:4px;padding:.5rem 0;font-size:.9rem;font-weight:500;display:flex;position:relative}.Navbar-module__cJzEcG__navLink:after{content:"";background-color:var(--color-primary);width:0;height:2px;transition:width var(--transition-fast);position:absolute;bottom:0;left:0}.Navbar-module__cJzEcG__navLink:hover:after{width:100%}.Navbar-module__cJzEcG__navLink:hover{color:var(--color-primary)}.Navbar-module__cJzEcG__dropdownContainer{position:relative}.Navbar-module__cJzEcG__dropdownMenu{background-color:var(--color-surface);min-width:200px;box-shadow:var(--shadow-md);border-radius:var(--radius-md);padding:var(--space-xs) 0;opacity:0;visibility:hidden;transition:all var(--transition-fast);flex-direction:column;display:flex;position:absolute;top:100%;left:0;transform:translateY(10px)}.Navbar-module__cJzEcG__dropdownContainer:hover .Navbar-module__cJzEcG__dropdownMenu{opacity:1;visibility:visible;transform:translateY(0)}.Navbar-module__cJzEcG__dropdownItem{padding:.75rem var(--space-sm);color:var(--color-text-main);transition:background-color var(--transition-fast), color var(--transition-fast);font-size:.9rem;font-weight:400}.Navbar-module__cJzEcG__dropdownItem:hover{background-color:var(--color-accent-light);color:var(--color-primary)}.Navbar-module__cJzEcG__mobileOnlyItem{display:none}.Navbar-module__cJzEcG__actionGroup{align-items:center;gap:var(--space-sm);display:flex}.Navbar-module__cJzEcG__hamburgerBtn{color:var(--color-primary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;display:flex}@media (min-width:993px){.Navbar-module__cJzEcG__hamburgerBtn{display:none}}@media (max-width:992px){.Navbar-module__cJzEcG__desktopOnlyContainer{display:none}.Navbar-module__cJzEcG__mobileOnlyItem{display:block}.Navbar-module__cJzEcG__hideOnMobile{display:none!important}.Navbar-module__cJzEcG__dropdownMenu{left:auto;right:0}.Navbar-module__cJzEcG__hamburgerBtn{display:flex}.Navbar-module__cJzEcG__navLinks{background:var(--color-surface);width:100%;padding:0 var(--space-md);box-shadow:var(--shadow-md);border-radius:0 0 var(--radius-md) var(--radius-md);opacity:0;visibility:hidden;max-height:0;transition:all var(--transition-smooth);flex-direction:column;align-items:flex-start;gap:0;position:absolute;top:100%;left:0;overflow:hidden}.Navbar-module__cJzEcG__navLinks.Navbar-module__cJzEcG__mobileOpen{max-height:600px;padding:var(--space-md);opacity:1;visibility:visible}.Navbar-module__cJzEcG__dropdownContainer{width:100%}.Navbar-module__cJzEcG__navLink{border-bottom:1px solid var(--color-border);justify-content:space-between;width:100%;padding:.75rem 0}.Navbar-module__cJzEcG__dropdownContainer:last-child .Navbar-module__cJzEcG__navLink{border-bottom:none}.Navbar-module__cJzEcG__dropdownMenu{box-shadow:none;opacity:1;visibility:visible;padding-left:var(--space-md);border-radius:0;min-width:100%;display:none;position:static;transform:none}.Navbar-module__cJzEcG__dropdownContainer:hover .Navbar-module__cJzEcG__dropdownMenu,.Navbar-module__cJzEcG__dropdownContainer:active .Navbar-module__cJzEcG__dropdownMenu{display:flex}}
.AboutSection-module__UGBiha__modalOverlay{-webkit-backdrop-filter:blur(10px);z-index:9999;opacity:0;background:#0a1622b8;justify-content:center;align-items:center;padding:20px;animation:.3s forwards AboutSection-module__UGBiha__fadeIn;display:flex;position:fixed;inset:0}.AboutSection-module__UGBiha__modalContent{background:#fff;border-radius:24px;width:100%;max-width:860px;max-height:92vh;animation:.4s cubic-bezier(.16,1,.3,1) forwards AboutSection-module__UGBiha__slideUp;position:relative;overflow-y:auto;transform:translateY(24px);box-shadow:0 40px 80px #00000038,0 8px 24px #00000014}.AboutSection-module__UGBiha__closeBtn{z-index:20;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;color:#333;background:#ffffffeb;border:1px solid #00000014;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:transform .25s,color .2s;display:flex;position:absolute;top:16px;right:16px;box-shadow:0 4px 14px #0000001f}.AboutSection-module__UGBiha__closeBtn:hover{color:var(--color-primary);transform:rotate(90deg)}.AboutSection-module__UGBiha__heroBanner{background:linear-gradient(135deg,#0d3d56 0%,#186685 55%,#1a7a9a 100%);border-radius:24px 24px 0 0;flex-shrink:0;width:100%;height:260px;position:relative;overflow:hidden}.AboutSection-module__UGBiha__heroBannerOverlay{pointer-events:none;background:radial-gradient(circle at 20%,#ffffff0f 0%,#0000 60%),radial-gradient(circle at 80% 20%,#ffffff0a 0%,#0000 50%),url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.025'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.AboutSection-module__UGBiha__heroContent{z-index:2;flex-direction:column;justify-content:flex-end;height:100%;padding:32px 36px;display:flex;position:relative}.AboutSection-module__UGBiha__logoWrap{align-items:center;gap:8px;margin-bottom:16px;display:inline-flex}.AboutSection-module__UGBiha__logoDot{background:#ffffffbf;border-radius:50%;flex-shrink:0;width:7px;height:7px}.AboutSection-module__UGBiha__logoWordmark{letter-spacing:3px;text-transform:uppercase;color:#ffffffbf;font-size:.72rem;font-weight:600}.AboutSection-module__UGBiha__heroHeadline{font-family:var(--font-heading);color:#fff;margin:0 0 10px;font-size:clamp(1.35rem,3.5vw,2rem);font-weight:700;line-height:1.2}.AboutSection-module__UGBiha__heroHeadline em{color:#ffffffd1;font-style:italic;font-weight:300}.AboutSection-module__UGBiha__heroTagline{color:#ffffffa6;margin:0;font-size:.92rem;line-height:1.5}.AboutSection-module__UGBiha__modalBody{flex-direction:column;gap:0;padding:40px 40px 48px;display:flex}.AboutSection-module__UGBiha__introBlock{padding-bottom:36px}.AboutSection-module__UGBiha__introText{color:var(--color-text-muted);margin:0;font-size:1.05rem;line-height:1.8}.AboutSection-module__UGBiha__introText strong{color:var(--color-secondary);font-weight:700}.AboutSection-module__UGBiha__divider{background:linear-gradient(to right, var(--color-primary), transparent);opacity:.15;height:1px;margin-bottom:36px}.AboutSection-module__UGBiha__eyebrow{letter-spacing:3px;text-transform:uppercase;color:var(--color-primary);margin-bottom:10px;font-size:.68rem;font-weight:700;display:inline-block}.AboutSection-module__UGBiha__philosophyBlock{padding-bottom:36px}.AboutSection-module__UGBiha__blockTitle{font-family:var(--font-heading);color:var(--color-secondary);margin:0 0 18px;font-size:1.55rem;font-weight:700;line-height:1.2}.AboutSection-module__UGBiha__blockText{color:var(--color-text-muted);margin:0 0 14px;font-size:1rem;line-height:1.78}.AboutSection-module__UGBiha__blockText strong{color:var(--color-secondary);font-weight:600}.AboutSection-module__UGBiha__blockText:last-child{margin-bottom:0}.AboutSection-module__UGBiha__pillarsBlock{padding-bottom:36px}.AboutSection-module__UGBiha__pillarsGrid{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:20px;display:grid}.AboutSection-module__UGBiha__pillarCard{background:#f8fbfd;border:1px solid #1866851a;border-radius:16px;flex-direction:column;gap:10px;padding:22px 20px;transition:border-color .3s,box-shadow .3s,transform .3s;display:flex}.AboutSection-module__UGBiha__pillarCard:hover{border-color:#18668540;transform:translateY(-3px);box-shadow:0 8px 24px #18668514}.AboutSection-module__UGBiha__pillarIcon{width:46px;height:46px;color:var(--color-primary);background:linear-gradient(135deg,#1866851f 0%,#11415d12 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.AboutSection-module__UGBiha__pillarTitle{font-family:var(--font-heading);color:var(--color-secondary);margin:0;font-size:.98rem;font-weight:700;line-height:1.25}.AboutSection-module__UGBiha__pillarText{color:var(--color-text-muted);margin:0;font-size:.875rem;line-height:1.65}.AboutSection-module__UGBiha__ctaBlock{text-align:center;background:linear-gradient(135deg,#f0f7fa 0%,#e8f4f8 100%);border:1px solid #1866851f;border-radius:18px;flex-direction:column;align-items:center;gap:14px;padding:36px 32px;display:flex}.AboutSection-module__UGBiha__ctaQuote{font-family:var(--font-heading);color:var(--color-secondary);margin:0;font-size:1.35rem;font-style:italic;font-weight:700;line-height:1.3}.AboutSection-module__UGBiha__ctaSubtext{color:var(--color-text-muted);max-width:520px;margin:0;font-size:.95rem;line-height:1.7}.AboutSection-module__UGBiha__ctaBtn{margin-top:8px;border-radius:100px!important;padding:.8rem 2rem!important;font-size:.9rem!important}@media (max-width:700px){.AboutSection-module__UGBiha__modalContent{border-radius:20px 20px 0 0;max-height:95vh}.AboutSection-module__UGBiha__modalOverlay{align-items:flex-end;padding:0}.AboutSection-module__UGBiha__heroBanner{border-radius:20px 20px 0 0;height:220px}.AboutSection-module__UGBiha__heroContent{padding:24px 22px}.AboutSection-module__UGBiha__heroHeadline{font-size:1.25rem}.AboutSection-module__UGBiha__modalBody{padding:28px 22px 40px}.AboutSection-module__UGBiha__pillarsGrid{grid-template-columns:1fr;gap:12px}.AboutSection-module__UGBiha__pillarCard{flex-direction:row;align-items:flex-start;gap:14px;padding:18px 16px}.AboutSection-module__UGBiha__pillarIcon{flex-shrink:0}.AboutSection-module__UGBiha__blockTitle{font-size:1.3rem}.AboutSection-module__UGBiha__ctaBlock{border-radius:14px;padding:28px 20px}.AboutSection-module__UGBiha__ctaQuote{font-size:1.15rem}.AboutSection-module__UGBiha__ctaBtn{text-align:center;justify-content:center;width:100%;border-radius:12px!important}}@keyframes AboutSection-module__UGBiha__fadeIn{to{opacity:1}}@keyframes AboutSection-module__UGBiha__slideUp{to{transform:translateY(0)}}
.Footer-module__S6Hkya__siteFooter{background:var(--color-primary);color:#fff;font-family:var(--font-body), sans-serif;flex-direction:column;align-items:center;width:100%;display:flex;position:relative}.Footer-module__S6Hkya__footerContent{text-align:center;flex-direction:column;align-items:center;gap:1.75rem;width:100%;max-width:1200px;margin:0 auto;padding:1.5rem 24px 2.5rem;display:flex}.Footer-module__S6Hkya__logoContainer{justify-content:center;align-items:center;margin-bottom:.5rem;display:flex}.Footer-module__S6Hkya__logoImage{object-fit:contain;width:270px;height:auto}.Footer-module__S6Hkya__phoneSection{font-family:var(--font-body), sans-serif;letter-spacing:.05em;color:#fff;justify-content:center;align-items:center;gap:.4rem;font-size:1.15rem;font-weight:600;display:flex}.Footer-module__S6Hkya__phoneNumber{color:#fff;border-bottom:1px solid #0000;font-weight:600;text-decoration:none;transition:color .2s,border-bottom .2s,opacity .2s}.Footer-module__S6Hkya__phoneNumber:hover{color:#fff;opacity:.85;border-bottom-color:#fff}.Footer-module__S6Hkya__socialsGrid{justify-content:center;align-items:center;gap:16px;margin-top:.25rem;display:flex}.Footer-module__S6Hkya__socialBox{background:#ffffff0a;border:1px solid #ffffff59;border-radius:4px;justify-content:center;align-items:center;width:48px;height:48px;text-decoration:none;transition:all .2s;display:flex}.Footer-module__S6Hkya__socialBox:hover{background:#ffffff26;border-color:#fff;transform:translateY(-2px)}.Footer-module__S6Hkya__socialBox svg{fill:#fff;width:18px;height:18px;transition:fill .2s,transform .2s}.Footer-module__S6Hkya__socialBox:hover svg{fill:#fff;transform:scale(1.05)}.Footer-module__S6Hkya__bottomBar{border-top:1px solid #ffffff14;justify-content:center;width:100%;padding:1.75rem 24px;display:flex}.Footer-module__S6Hkya__bottomBarInner{justify-content:center;align-items:center;width:100%;max-width:1200px;display:flex}.Footer-module__S6Hkya__copyrightText{font-family:var(--font-body), sans-serif;letter-spacing:.05em;color:#ffffff73;text-align:center;font-size:.75rem;font-weight:300}@media (max-width:768px){.Footer-module__S6Hkya__logoContainer{margin-bottom:.25rem}.Footer-module__S6Hkya__logoImage{width:210px}.Footer-module__S6Hkya__phoneSection{flex-wrap:wrap;gap:.2rem;font-size:1.05rem}}
.HeroSection-module__sBkrQG__heroSection{flex-direction:column;height:60vh;min-height:450px;margin-top:80px;display:flex;position:relative}@media (min-width:992px){.HeroSection-module__sBkrQG__heroSection{height:calc(100vh - 80px);min-height:unset;flex-direction:row;max-height:800px}}.HeroSection-module__sBkrQG__mediaContainer{flex:1;width:100%;height:100%;position:relative;overflow:hidden}@media (min-width:992px){.HeroSection-module__sBkrQG__mediaContainer{width:100%;height:100%}}.HeroSection-module__sBkrQG__slide{opacity:0;z-index:1;width:100%;height:100%;transition:opacity 1s ease-in-out;position:absolute;top:0;left:0}.HeroSection-module__sBkrQG__active{opacity:1;z-index:2}.HeroSection-module__sBkrQG__mediaElement{object-fit:cover;object-position:center;width:100%;height:100%}.HeroSection-module__sBkrQG__sliderNav{z-index:10;gap:10px;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}@media (min-width:992px){.HeroSection-module__sBkrQG__sliderNav{gap:15px;bottom:30px}}.HeroSection-module__sBkrQG__navLine{cursor:pointer;background-color:#fff6;border:none;width:30px;height:3px;padding:0;transition:background-color .3s}@media (min-width:992px){.HeroSection-module__sBkrQG__navLine{width:50px}}.HeroSection-module__sBkrQG__activeLine{background-color:#fff}.HeroSection-module__sBkrQG__textOverlay{z-index:10;pointer-events:none;background:linear-gradient(90deg,#000000b3 0%,#0000004d 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.HeroSection-module__sBkrQG__textContent{pointer-events:auto;text-align:center;flex-direction:column;align-items:center;width:100%;max-width:1100px;display:flex}.HeroSection-module__sBkrQG__title{font-family:var(--font-heading);color:#fff;letter-spacing:-.015em;text-shadow:0 2px 12px #0006;opacity:0;white-space:nowrap;text-align:center;max-width:100%;margin-bottom:1rem;padding:0 4px;font-size:clamp(1.25rem,5.7vw,3.6rem);font-weight:600;line-height:1.15;animation:1.2s cubic-bezier(.16,1,.3,1) .1s forwards HeroSection-module__sBkrQG__fadeInUp}@media (min-width:992px){.HeroSection-module__sBkrQG__title{margin-bottom:var(--space-md);white-space:nowrap;padding:0;font-size:clamp(2rem,3.8vw,3.6rem);line-height:1.1}}.HeroSection-module__sBkrQG__divider{background-color:var(--color-text-main);width:40px;height:2px;margin:var(--space-md) auto}.HeroSection-module__sBkrQG__subtitle{font-family:var(--font-body);color:var(--color-surface);text-shadow:0 1px 5px #00000080;opacity:0;max-width:600px;margin-bottom:2rem;padding:0 1rem;font-size:1rem;line-height:1.5;animation:1.2s cubic-bezier(.16,1,.3,1) .3s forwards HeroSection-module__sBkrQG__fadeInUp}@media (min-width:992px){.HeroSection-module__sBkrQG__subtitle{margin-bottom:var(--space-xl);padding:0;font-size:1.4rem}}.HeroSection-module__sBkrQG__highlight{font-family:var(--font-heading);color:var(--color-text-main);margin-top:5px;font-size:2.2rem;font-weight:500;display:block}.HeroSection-module__sBkrQG__shopBtn{background-color:var(--color-text-main);color:#fff;letter-spacing:1px;padding:12px 30px;font-size:.9rem;font-weight:600;text-decoration:none;transition:background-color .3s,transform .2s}.HeroSection-module__sBkrQG__shopBtn:hover{background-color:var(--color-text-main);transform:translateY(-2px)}.HeroSection-module__sBkrQG__ctaBtn{opacity:0;padding:.8rem 1.5rem;font-size:1rem;animation:1.2s cubic-bezier(.16,1,.3,1) .5s forwards HeroSection-module__sBkrQG__fadeInUp}@media (min-width:992px){.HeroSection-module__sBkrQG__ctaBtn{padding:1rem 2.2rem;font-size:1.1rem}}@keyframes HeroSection-module__sBkrQG__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
.TheHook-module__hk8N-W__hookSection{background-color:var(--color-surface);border-bottom:1px solid var(--color-border);padding:28px 0}.TheHook-module__hk8N-W__hookContent{text-align:center;opacity:0;width:100%;max-width:800px;margin:0 auto;padding:0 20px;animation:.6s forwards TheHook-module__hk8N-W__fadeUp;transform:translateY(14px)}.TheHook-module__hk8N-W__hookTitle{font-family:var(--font-playfair), "Playfair Display", serif;color:var(--color-text-main);margin-bottom:.4rem;font-size:1.45rem;font-weight:600;line-height:1.3}.TheHook-module__hk8N-W__hookText{font-family:var(--font-body);color:var(--color-text-main);max-width:580px;margin:0 auto;font-size:.9rem;font-weight:400;line-height:1.55}@keyframes TheHook-module__hk8N-W__fadeUp{to{opacity:1;transform:translateY(0)}}@media (min-width:768px){.TheHook-module__hk8N-W__hookSection{padding:40px 0}.TheHook-module__hk8N-W__hookTitle{font-size:1.9rem}.TheHook-module__hk8N-W__hookText{max-width:680px;font-size:1rem}}
.WhyChooseUs-module__aV2w7G__section{background-color:#fff}.WhyChooseUs-module__aV2w7G__container{max-width:860px;margin:0 auto;padding:0 20px}.WhyChooseUs-module__aV2w7G__title{font-family:var(--font-playfair), "Playfair Display", serif;color:var(--color-secondary);text-align:center;margin-bottom:3rem;font-size:2rem;font-weight:600}.WhyChooseUs-module__aV2w7G__grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:0;width:100%;display:grid}.WhyChooseUs-module__aV2w7G__item{text-align:center;border-right:1px solid var(--color-surface);flex-direction:column;align-items:center;padding:0 24px;display:flex}.WhyChooseUs-module__aV2w7G__item:last-child{border-right:none}.WhyChooseUs-module__aV2w7G__iconBox{color:var(--color-text-main);justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.WhyChooseUs-module__aV2w7G__iconBox svg{width:72px;height:72px;stroke:var(--color-text-main)}.WhyChooseUs-module__aV2w7G__label{color:var(--color-text-main);white-space:pre-line;margin-bottom:.5rem;font-size:1.05rem;font-weight:700;line-height:1.4}.WhyChooseUs-module__aV2w7G__description{color:#5a6a7a;margin:0;font-size:.9rem;line-height:1.45}@media (max-width:768px){.WhyChooseUs-module__aV2w7G__title{margin-bottom:2rem;font-size:1.6rem}.WhyChooseUs-module__aV2w7G__container{padding:0 12px}.WhyChooseUs-module__aV2w7G__grid{grid-template-columns:repeat(3,1fr);gap:0}.WhyChooseUs-module__aV2w7G__item{border-bottom:none;border-right:1px solid #00000014;padding:0 8px}.WhyChooseUs-module__aV2w7G__item:last-child{border-right:none}.WhyChooseUs-module__aV2w7G__iconBox{margin-bottom:.75rem}.WhyChooseUs-module__aV2w7G__iconBox svg{width:48px;height:48px}.WhyChooseUs-module__aV2w7G__label{margin-bottom:.35rem;font-size:.95rem;font-weight:700}.WhyChooseUs-module__aV2w7G__description{font-size:.82rem;line-height:1.35}}
.ServicesSection-module__JL3_nq__servicesSection{background-color:var(--color-bg);padding:72px 0 88px;position:relative;overflow:hidden}.ServicesSection-module__JL3_nq__bgTexture{pointer-events:none;background-image:radial-gradient(55% 35% at 8% 15%,#1866850f 0%,#0000 70%),radial-gradient(45% 30% at 92% 82%,#11415d12 0%,#0000 65%);position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000,#000 120px calc(100% - 120px),#0000);mask-image:linear-gradient(#0000,#000 120px calc(100% - 120px),#0000)}.ServicesSection-module__JL3_nq__header{text-align:left;max-width:760px;margin-bottom:2.4rem;padding:0 2px}.ServicesSection-module__JL3_nq__sectionLabel{letter-spacing:4px;text-transform:uppercase;color:var(--color-primary);font-size:.65rem;font-weight:700;font-family:var(--font-body);margin-bottom:.65rem;display:inline-block}.ServicesSection-module__JL3_nq__sectionTitle{font-family:var(--font-heading);color:var(--color-secondary);letter-spacing:-.02em;margin-bottom:.6rem;font-size:clamp(1.75rem,3.5vw,2.6rem);font-weight:700;line-height:1.15}.ServicesSection-module__JL3_nq__sectionSubtitle{color:var(--color-text-muted);font-size:.95rem;line-height:1.7;font-family:var(--font-body)}.ServicesSection-module__JL3_nq__bentoGrid{grid-template-columns:1fr 1fr;gap:14px;max-width:1200px;margin:0 auto;display:grid}.ServicesSection-module__JL3_nq__card_featured,.ServicesSection-module__JL3_nq__card_medium,.ServicesSection-module__JL3_nq__card_compact{grid-column:span 1!important}.ServicesSection-module__JL3_nq__bentoGrid .ServicesSection-module__JL3_nq__card.ServicesSection-module__JL3_nq__cardLone{background:linear-gradient(135deg,#186685 0%,#11415d 100%)!important;border:1px solid #ffffff0f!important;grid-column:1/-1!important;justify-self:stretch!important;width:100%!important;box-shadow:0 8px 24px #11415d24,0 2px 6px #11415d14!important}.ServicesSection-module__JL3_nq__bentoGrid .ServicesSection-module__JL3_nq__card.ServicesSection-module__JL3_nq__cardLone:hover{border-color:#18668566!important;box-shadow:0 22px 42px #11415d47,0 6px 18px #11415d1f,inset 0 1px 1px #ffffff14!important}.ServicesSection-module__JL3_nq__bentoGrid .ServicesSection-module__JL3_nq__card.ServicesSection-module__JL3_nq__cardLone .ServicesSection-module__JL3_nq__cardTitle{letter-spacing:-.015em;color:#fff!important;width:calc(100% - 38px)!important;font-weight:600!important}.ServicesSection-module__JL3_nq__bentoGrid .ServicesSection-module__JL3_nq__card.ServicesSection-module__JL3_nq__cardLone .ServicesSection-module__JL3_nq__cardDesc{line-height:1.6;color:#ffffffbf!important;width:calc(100% - 16px)!important}.ServicesSection-module__JL3_nq__bentoGrid .ServicesSection-module__JL3_nq__card.ServicesSection-module__JL3_nq__cardLone .ServicesSection-module__JL3_nq__cardShortLabel{color:#ffffff8c!important}.ServicesSection-module__JL3_nq__bentoGrid .ServicesSection-module__JL3_nq__card.ServicesSection-module__JL3_nq__cardLone .ServicesSection-module__JL3_nq__iconBadgeMobile{background:#ffffff1f!important;border:1px solid #ffffff2e!important;box-shadow:0 4px 10px #0000001a!important}.ServicesSection-module__JL3_nq__bentoGrid .ServicesSection-module__JL3_nq__card.ServicesSection-module__JL3_nq__cardLone .ServicesSection-module__JL3_nq__iconBadgeMobile svg{stroke:#fff!important;stroke-width:2px!important}.ServicesSection-module__JL3_nq__bentoGrid .ServicesSection-module__JL3_nq__card.ServicesSection-module__JL3_nq__cardLone .ServicesSection-module__JL3_nq__ctaBtn{color:#fff!important;box-shadow:none!important;background:#ffffff1f!important;border:1.5px solid #ffffff40!important}.ServicesSection-module__JL3_nq__bentoGrid .ServicesSection-module__JL3_nq__card.ServicesSection-module__JL3_nq__cardLone:hover .ServicesSection-module__JL3_nq__ctaBtn{color:#186685!important;background:#fff!important;border-color:#fff!important;transform:rotate(45deg)scale(1.05)!important;box-shadow:0 6px 16px #00000026!important}.ServicesSection-module__JL3_nq__bentoGrid .ServicesSection-module__JL3_nq__card.ServicesSection-module__JL3_nq__cardLone .ServicesSection-module__JL3_nq__blobBody{fill:#186685!important;opacity:.07!important;transition:opacity .3s!important}.ServicesSection-module__JL3_nq__bentoGrid .ServicesSection-module__JL3_nq__card.ServicesSection-module__JL3_nq__cardLone .ServicesSection-module__JL3_nq__blobVein{stroke:#18668526!important}.ServicesSection-module__JL3_nq__bentoGrid .ServicesSection-module__JL3_nq__card.ServicesSection-module__JL3_nq__cardLone:hover .ServicesSection-module__JL3_nq__blobBody{opacity:.14!important}.ServicesSection-module__JL3_nq__card{cursor:pointer;border-radius:20px;flex-direction:column;min-height:220px;padding:26px 22px 24px;transition:box-shadow .3s cubic-bezier(.16,1,.3,1),border-color .3s cubic-bezier(.16,1,.3,1),transform .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.ServicesSection-module__JL3_nq__card:nth-child(4n+1),.ServicesSection-module__JL3_nq__card:nth-child(4n+4){background:linear-gradient(135deg,#fff 0%,#f9fbfd 100%);border:1px solid #18668514;box-shadow:0 4px 20px #18668508,0 2px 6px #18668505}.ServicesSection-module__JL3_nq__card:nth-child(4n+2),.ServicesSection-module__JL3_nq__card:nth-child(4n+3){background:linear-gradient(135deg,#186685 0%,#11415d 100%);border:1px solid #ffffff0f;box-shadow:0 8px 24px #11415d24,0 2px 6px #11415d14}.ServicesSection-module__JL3_nq__card:hover{transform:translateY(-5px)}.ServicesSection-module__JL3_nq__card:nth-child(4n+1):hover,.ServicesSection-module__JL3_nq__card:nth-child(4n+4):hover{border-color:#18668538;box-shadow:0 20px 38px #18668514,0 6px 16px #1866850a}.ServicesSection-module__JL3_nq__card:nth-child(4n+2):hover,.ServicesSection-module__JL3_nq__card:nth-child(4n+3):hover{border-color:#18668566;box-shadow:0 22px 42px #11415d47,0 6px 18px #11415d1f,inset 0 1px 1px #ffffff14}.ServicesSection-module__JL3_nq__card:active{transform:scale(.98)translateY(-2px)}.ServicesSection-module__JL3_nq__card:focus-visible{outline:2px solid var(--color-primary);outline-offset:3px}.ServicesSection-module__JL3_nq__imageWrap{display:none!important}.ServicesSection-module__JL3_nq__cardBlob{pointer-events:none;width:90px;height:90px;transition:transform .4s cubic-bezier(.16,1,.3,1);position:absolute;bottom:-8px;right:-8px;display:none!important}.ServicesSection-module__JL3_nq__blobBody{transition:fill .3s,opacity .3s}.ServicesSection-module__JL3_nq__blobVein{transition:stroke .3s}.ServicesSection-module__JL3_nq__card:nth-child(4n+1) .ServicesSection-module__JL3_nq__blobBody,.ServicesSection-module__JL3_nq__card:nth-child(4n+4) .ServicesSection-module__JL3_nq__blobBody{fill:#186685;opacity:.07}.ServicesSection-module__JL3_nq__card:nth-child(4n+1) .ServicesSection-module__JL3_nq__blobVein,.ServicesSection-module__JL3_nq__card:nth-child(4n+4) .ServicesSection-module__JL3_nq__blobVein{stroke:#18668526}.ServicesSection-module__JL3_nq__card:nth-child(4n+2) .ServicesSection-module__JL3_nq__blobBody,.ServicesSection-module__JL3_nq__card:nth-child(4n+3) .ServicesSection-module__JL3_nq__blobBody{fill:#fff;opacity:.04}.ServicesSection-module__JL3_nq__card:nth-child(4n+2) .ServicesSection-module__JL3_nq__blobVein,.ServicesSection-module__JL3_nq__card:nth-child(4n+3) .ServicesSection-module__JL3_nq__blobVein{stroke:#ffffff1a}.ServicesSection-module__JL3_nq__card:hover .ServicesSection-module__JL3_nq__cardBlob{transform:scale(1.15)rotate(10deg)}.ServicesSection-module__JL3_nq__card:hover .ServicesSection-module__JL3_nq__blobBody{opacity:.14!important}.ServicesSection-module__JL3_nq__cardContent{flex:1;min-height:0;position:relative;flex-direction:column!important;align-items:flex-start!important;gap:0!important;padding:0!important;display:flex!important}.ServicesSection-module__JL3_nq__cardAccentBar{display:none!important}.ServicesSection-module__JL3_nq__cardHeaderMobile{flex-direction:column;flex:1;align-items:flex-start;gap:16px;width:100%;display:flex}.ServicesSection-module__JL3_nq__iconBadgeMobile{z-index:1;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;transition:background-color .3s,border-color .3s,box-shadow .3s;position:relative;display:flex!important}.ServicesSection-module__JL3_nq__card:nth-child(4n+1) .ServicesSection-module__JL3_nq__iconBadgeMobile,.ServicesSection-module__JL3_nq__card:nth-child(4n+4) .ServicesSection-module__JL3_nq__iconBadgeMobile{background:linear-gradient(135deg,#1866850d 0%,#18668514 100%);border:1px solid #1866851f}.ServicesSection-module__JL3_nq__card:nth-child(4n+1) .ServicesSection-module__JL3_nq__iconBadgeMobile svg,.ServicesSection-module__JL3_nq__card:nth-child(4n+4) .ServicesSection-module__JL3_nq__iconBadgeMobile svg{stroke:#186685}.ServicesSection-module__JL3_nq__card:nth-child(4n+2) .ServicesSection-module__JL3_nq__iconBadgeMobile,.ServicesSection-module__JL3_nq__card:nth-child(4n+3) .ServicesSection-module__JL3_nq__iconBadgeMobile{background:linear-gradient(135deg,#ffffff0a 0%,#ffffff14 100%);border:1px solid #ffffff1f}.ServicesSection-module__JL3_nq__card:nth-child(4n+2) .ServicesSection-module__JL3_nq__iconBadgeMobile svg,.ServicesSection-module__JL3_nq__card:nth-child(4n+3) .ServicesSection-module__JL3_nq__iconBadgeMobile svg{stroke:#fffffff2}.ServicesSection-module__JL3_nq__iconBadgeMobile svg{width:22px;height:22px;transition:transform .3s cubic-bezier(.16,1,.3,1)}.ServicesSection-module__JL3_nq__card:hover .ServicesSection-module__JL3_nq__iconBadgeMobile svg{transform:scale(1.1)translateY(-1px)}.ServicesSection-module__JL3_nq__cardTextContent{flex-direction:column;flex:1;gap:6px;width:100%;display:flex}.ServicesSection-module__JL3_nq__cardTitle{font-family:var(--font-heading);letter-spacing:-.015em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:calc(100% - 38px);margin:0 0 4px;font-weight:600;line-height:1.35;font-size:1.2rem!important}.ServicesSection-module__JL3_nq__card:nth-child(4n+1) .ServicesSection-module__JL3_nq__cardTitle,.ServicesSection-module__JL3_nq__card:nth-child(4n+4) .ServicesSection-module__JL3_nq__cardTitle{color:#11415d}.ServicesSection-module__JL3_nq__card:nth-child(4n+2) .ServicesSection-module__JL3_nq__cardTitle,.ServicesSection-module__JL3_nq__card:nth-child(4n+3) .ServicesSection-module__JL3_nq__cardTitle{color:#fff;text-rendering:optimizelegibility}.ServicesSection-module__JL3_nq__cardDesc{font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-box-orient:vertical;width:calc(100% - 16px);margin:0 0 12px;font-weight:400;line-height:1.6;overflow:hidden;-webkit-line-clamp:2!important;font-size:.85rem!important;display:-webkit-box!important}.ServicesSection-module__JL3_nq__card:nth-child(4n+1) .ServicesSection-module__JL3_nq__cardDesc,.ServicesSection-module__JL3_nq__card:nth-child(4n+4) .ServicesSection-module__JL3_nq__cardDesc{color:#526372}.ServicesSection-module__JL3_nq__card:nth-child(4n+2) .ServicesSection-module__JL3_nq__cardDesc,.ServicesSection-module__JL3_nq__card:nth-child(4n+3) .ServicesSection-module__JL3_nq__cardDesc{color:#ffffffa6}.ServicesSection-module__JL3_nq__cardShortLabel{font-family:var(--font-body);letter-spacing:2px;text-transform:uppercase;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;align-items:center;gap:8px;margin-top:auto;font-size:.62rem;font-weight:700;line-height:1;display:inline-flex}.ServicesSection-module__JL3_nq__cardShortLabel:before{content:"";opacity:.4;background-color:currentColor;width:12px;height:1.5px;transition:width .3s cubic-bezier(.16,1,.3,1),opacity .3s;display:inline-block}.ServicesSection-module__JL3_nq__card:hover .ServicesSection-module__JL3_nq__cardShortLabel:before{opacity:.85;width:20px}.ServicesSection-module__JL3_nq__card:nth-child(4n+1) .ServicesSection-module__JL3_nq__cardShortLabel,.ServicesSection-module__JL3_nq__card:nth-child(4n+4) .ServicesSection-module__JL3_nq__cardShortLabel{color:var(--color-primary)}.ServicesSection-module__JL3_nq__card:nth-child(4n+2) .ServicesSection-module__JL3_nq__cardShortLabel,.ServicesSection-module__JL3_nq__card:nth-child(4n+3) .ServicesSection-module__JL3_nq__cardShortLabel{color:#fff9}.ServicesSection-module__JL3_nq__ctaBtn{cursor:pointer;z-index:2;flex-shrink:0;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:38px!important;height:38px!important;padding:0!important;transition:background .35s cubic-bezier(.16,1,.3,1),border-color .35s cubic-bezier(.16,1,.3,1),color .35s cubic-bezier(.16,1,.3,1),box-shadow .35s cubic-bezier(.16,1,.3,1),transform .35s cubic-bezier(.16,1,.3,1)!important;display:flex!important;position:absolute!important;bottom:0!important;right:0!important}.ServicesSection-module__JL3_nq__card:nth-child(4n+1) .ServicesSection-module__JL3_nq__ctaBtn,.ServicesSection-module__JL3_nq__card:nth-child(4n+4) .ServicesSection-module__JL3_nq__ctaBtn{box-shadow:none;color:var(--color-primary)!important;background:0 0!important;border:1.5px solid #1866852e!important}.ServicesSection-module__JL3_nq__card:nth-child(4n+2) .ServicesSection-module__JL3_nq__ctaBtn,.ServicesSection-module__JL3_nq__card:nth-child(4n+3) .ServicesSection-module__JL3_nq__ctaBtn{box-shadow:none;color:#ffffffe6!important;background:0 0!important;border:1.5px solid #ffffff38!important}.ServicesSection-module__JL3_nq__card:nth-child(4n+1):hover .ServicesSection-module__JL3_nq__ctaBtn,.ServicesSection-module__JL3_nq__card:nth-child(4n+4):hover .ServicesSection-module__JL3_nq__ctaBtn{background:var(--color-primary)!important;border-color:var(--color-primary)!important;color:#fff!important;transform:rotate(45deg)scale(1.05)!important;box-shadow:0 6px 16px #18668540!important}.ServicesSection-module__JL3_nq__card:nth-child(4n+2):hover .ServicesSection-module__JL3_nq__ctaBtn,.ServicesSection-module__JL3_nq__card:nth-child(4n+3):hover .ServicesSection-module__JL3_nq__ctaBtn{color:#11415d!important;background:#fff!important;border-color:#fff!important;transform:rotate(45deg)scale(1.05)!important;box-shadow:0 6px 20px #00000040!important}.ServicesSection-module__JL3_nq__ctaText{display:none!important}.ServicesSection-module__JL3_nq__ctaArrow{justify-content:center;align-items:center;font-size:1rem;line-height:1;display:flex}.ServicesSection-module__JL3_nq__cardNumber,.ServicesSection-module__JL3_nq__iconBadge,.ServicesSection-module__JL3_nq__featuredPill{display:none!important}.ServicesSection-module__JL3_nq__modalOverlay{-webkit-backdrop-filter:blur(8px);z-index:2000;background:#0a1410b3;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.ServicesSection-module__JL3_nq__modalContent{background:var(--color-surface);border:1px solid #ffffff1a;border-radius:24px;flex-direction:column;width:100%;max-width:860px;max-height:90vh;display:flex;position:relative;overflow-y:auto;box-shadow:0 32px 80px #00000059,0 8px 24px #0000001f}.ServicesSection-module__JL3_nq__closeBtn{z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;width:40px;height:40px;color:var(--color-text-main);background:#ffffffeb;border:1px solid #0000000f;border-radius:50%;justify-content:center;align-items:center;transition:background .2s,color .2s,transform .2s;display:flex;position:absolute;top:16px;right:16px;box-shadow:0 4px 14px #0000001a}.ServicesSection-module__JL3_nq__closeBtn:hover{color:var(--color-primary);background:#fff;transform:rotate(90deg)}.ServicesSection-module__JL3_nq__modalImageWrap{border-radius:24px 24px 0 0;flex-shrink:0;width:100%;position:relative;overflow:hidden}.ServicesSection-module__JL3_nq__modalImage{object-fit:unset;width:100%;height:auto;display:block}.ServicesSection-module__JL3_nq__modalImageOverlay{background:linear-gradient(#0000 45%,#11415de0 100%);position:absolute;inset:0}.ServicesSection-module__JL3_nq__modalImageTitle{padding:28px 36px;position:absolute;bottom:0;left:0;right:0}.ServicesSection-module__JL3_nq__modalHeadline{font-family:var(--font-heading);color:#fff;margin:0;font-size:clamp(1.4rem,3vw,2rem);font-weight:700;line-height:1.25}.ServicesSection-module__JL3_nq__modalBody{flex-direction:column;gap:1.5rem;padding:32px 36px 40px;display:flex}.ServicesSection-module__JL3_nq__modalDesc{color:var(--color-text-muted);font-size:1rem;line-height:1.75}.ServicesSection-module__JL3_nq__deliverablesBox{background:var(--color-bg);border-left:3px solid var(--color-primary);border-radius:14px;padding:24px 28px}.ServicesSection-module__JL3_nq__deliverablesBox strong{letter-spacing:.5px;text-transform:uppercase;color:var(--color-secondary);margin-bottom:1rem;font-size:.95rem;font-weight:700;display:block}.ServicesSection-module__JL3_nq__deliverablesBox ul{flex-direction:column;gap:.9rem;margin:0;padding:0;list-style:none;display:flex}.ServicesSection-module__JL3_nq__deliverablesBox li{color:var(--color-text-muted);padding-left:18px;font-size:.95rem;line-height:1.6;position:relative}.ServicesSection-module__JL3_nq__deliverablesBox li:before{content:"▸";color:var(--color-primary);font-size:.8rem;position:absolute;top:0;left:0}.ServicesSection-module__JL3_nq__deliverablesBox li strong{color:var(--color-secondary);letter-spacing:0;text-transform:none;margin-bottom:0;font-size:.95rem;font-weight:600;display:inline}.ServicesSection-module__JL3_nq__modalCta{border-radius:100px;align-self:flex-start;margin-top:.5rem;font-size:.95rem}.ServicesSection-module__JL3_nq__modalTextContent{margin-bottom:.5rem}.ServicesSection-module__JL3_nq__modalSubheading{color:var(--color-secondary);font-size:1.1rem;font-weight:700;font-family:var(--font-heading);margin-bottom:.8rem}.ServicesSection-module__JL3_nq__deliverableIcon{margin-right:6px;font-size:1.1rem}.ServicesSection-module__JL3_nq__liHighlight{color:var(--color-primary);margin-right:6px;font-weight:700}.ServicesSection-module__JL3_nq__modalFooterCta{flex-flow:wrap;align-items:center;gap:12px;margin-top:1rem;display:flex}.ServicesSection-module__JL3_nq__modalCtaGallery{color:var(--color-primary);font-size:.9rem;font-weight:600;font-family:var(--font-body);white-space:nowrap;background:0 0;border:1.5px solid #18668559;border-radius:100px;align-items:center;gap:8px;padding:.75rem 1.4rem;text-decoration:none;transition:background .25s,border-color .25s,color .25s,box-shadow .25s;display:inline-flex}.ServicesSection-module__JL3_nq__modalCtaGallery:hover{background:var(--color-primary);border-color:var(--color-primary);color:#fff;box-shadow:0 6px 20px #18668538}.ServicesSection-module__JL3_nq__modalFooterText{color:var(--color-text-muted);margin:0;font-size:.85rem}@media (max-width:900px){.ServicesSection-module__JL3_nq__servicesSection{padding:60px 0 76px}.ServicesSection-module__JL3_nq__sectionTitle{font-size:1.9rem}.ServicesSection-module__JL3_nq__bentoGrid{gap:12px;grid-template-columns:1fr 1fr!important}.ServicesSection-module__JL3_nq__modalBody{padding:28px 28px 36px}.ServicesSection-module__JL3_nq__modalHeadline{font-size:1.5rem}}@media (max-width:640px){.ServicesSection-module__JL3_nq__servicesSection{padding:48px 0 60px}.ServicesSection-module__JL3_nq__header{margin-bottom:1.6rem}.ServicesSection-module__JL3_nq__sectionTitle{margin-bottom:.5rem;font-size:1.55rem}.ServicesSection-module__JL3_nq__sectionSubtitle{font-size:.86rem}.ServicesSection-module__JL3_nq__bentoGrid{gap:10px;grid-template-columns:1fr 1fr!important}.ServicesSection-module__JL3_nq__cardLone{grid-column:1/-1!important;width:100%!important}.ServicesSection-module__JL3_nq__card{border-radius:16px;min-height:180px;padding:16px 13px 14px}.ServicesSection-module__JL3_nq__cardBlob{width:64px;height:64px}.ServicesSection-module__JL3_nq__iconBadgeMobile{border-radius:10px;width:36px;height:36px}.ServicesSection-module__JL3_nq__iconBadgeMobile svg{width:18px;height:18px}.ServicesSection-module__JL3_nq__cardHeaderMobile{gap:10px}.ServicesSection-module__JL3_nq__cardTitle{width:100%!important;font-size:1.02rem!important;font-weight:700!important}.ServicesSection-module__JL3_nq__cardDesc{margin-bottom:8px;-webkit-line-clamp:2!important;width:100%!important;font-size:.8rem!important;line-height:1.5!important}.ServicesSection-module__JL3_nq__cardShortLabel{letter-spacing:1.8px;font-size:.58rem}.ServicesSection-module__JL3_nq__ctaBtn{width:30px!important;height:30px!important}.ServicesSection-module__JL3_nq__modalOverlay{align-items:flex-end;padding:0}.ServicesSection-module__JL3_nq__modalContent{border-radius:24px 24px 0 0;width:100%;max-width:100%;max-height:92vh}.ServicesSection-module__JL3_nq__modalImageWrap{border-radius:24px 24px 0 0;height:auto}.ServicesSection-module__JL3_nq__modalImageTitle{padding:20px 22px}.ServicesSection-module__JL3_nq__modalHeadline{font-size:1.25rem}.ServicesSection-module__JL3_nq__modalBody{gap:1.2rem;padding:22px 20px 32px}.ServicesSection-module__JL3_nq__modalDesc{font-size:.93rem;line-height:1.7}.ServicesSection-module__JL3_nq__deliverablesBox{border-radius:12px;padding:18px}.ServicesSection-module__JL3_nq__deliverablesBox strong{margin-bottom:.75rem;font-size:.82rem}.ServicesSection-module__JL3_nq__deliverablesBox li{font-size:.88rem}.ServicesSection-module__JL3_nq__modalCta{text-align:center;border-radius:14px;justify-content:center;width:100%;padding:.9rem 1.5rem}.ServicesSection-module__JL3_nq__closeBtn{width:36px;height:36px;top:12px;right:12px}}@media (max-width:400px){.ServicesSection-module__JL3_nq__servicesSection{padding:40px 0 54px}.ServicesSection-module__JL3_nq__sectionTitle{font-size:1.38rem}.ServicesSection-module__JL3_nq__bentoGrid{gap:8px;grid-template-columns:1fr 1fr!important}.ServicesSection-module__JL3_nq__card{border-radius:14px;min-height:165px;padding:13px 10px 12px}.ServicesSection-module__JL3_nq__cardTitle{font-size:.82rem!important}.ServicesSection-module__JL3_nq__cardDesc{font-size:.7rem!important}.ServicesSection-module__JL3_nq__iconBadgeMobile{border-radius:9px;width:32px;height:32px}.ServicesSection-module__JL3_nq__iconBadgeMobile svg{width:16px;height:16px}.ServicesSection-module__JL3_nq__ctaBtn{width:26px!important;height:26px!important}.ServicesSection-module__JL3_nq__cardBlob{width:56px;height:56px}}
.DesignGallery-module__nyx45W__gw{color:#1a1a1a;background:#fff;max-width:1200px;margin:0 auto;padding:4rem 1rem}.DesignGallery-module__nyx45W__gh{text-align:center;margin-bottom:2.5rem;padding:0 .5rem}.DesignGallery-module__nyx45W__gh h2{font-family:var(--font-playfair), "Playfair Display", serif;color:var(--color-primary);letter-spacing:-.01em;margin-bottom:.75rem;font-size:30px;font-weight:700;line-height:1.2}.DesignGallery-module__nyx45W__highlight{color:var(--color-secondary)}.DesignGallery-module__nyx45W__gh p{color:#8a8a8a;letter-spacing:.01em;max-width:480px;margin:0 auto;padding-bottom:24px;font-size:12px;font-weight:300;line-height:1.8;position:relative}.DesignGallery-module__nyx45W__gh p:after{content:"";opacity:.4;background-image:linear-gradient(#1a6878,#1a6878),radial-gradient(circle,#1a6878 1.5px,#0000 1.5px),linear-gradient(#1a6878,#1a6878);background-position:0,50%,100%;background-repeat:no-repeat;background-size:22px .5px,3px 3px,22px .5px;width:55px;height:3px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.DesignGallery-module__nyx45W__masonryWrapper{max-width:640px;margin:0 auto}@media (min-width:768px){.DesignGallery-module__nyx45W__masonryWrapper{max-width:860px}}.DesignGallery-module__nyx45W__chunk{flex-direction:column;gap:10px;margin-bottom:10px;display:flex}.DesignGallery-module__nyx45W__cols{gap:10px;display:flex}.DesignGallery-module__nyx45W__col{flex-direction:column;flex:1;gap:10px;display:flex}.DesignGallery-module__nyx45W__card{cursor:pointer;-webkit-tap-highlight-color:transparent;will-change:transform;background:#fff;border-radius:18px;transition:transform .2s cubic-bezier(.25,.46,.45,.94),box-shadow .2s;position:relative;overflow:hidden;box-shadow:0 4px 24px #00000021}.DesignGallery-module__nyx45W__card:active{transform:scale(.97)}.DesignGallery-module__nyx45W__cardFull{width:100%}.DesignGallery-module__nyx45W__card img{object-fit:cover;width:100%;height:100%;transition:transform .3s cubic-bezier(.25,.46,.45,.94);display:block}@media (hover:hover) and (pointer:fine){.DesignGallery-module__nyx45W__card:hover img{transform:scale(1.08)}}.DesignGallery-module__nyx45W__card:before{content:"";pointer-events:none;z-index:1;background:linear-gradient(#ffffff14,#0000);height:40%;position:absolute;top:0;left:0;right:0}.DesignGallery-module__nyx45W__chunk:first-child .DesignGallery-module__nyx45W__cols .DesignGallery-module__nyx45W__col:first-child .DesignGallery-module__nyx45W__card:first-child{background:linear-gradient(145deg,#4a7a8a,#1a3540)}.DesignGallery-module__nyx45W__chunk:first-child .DesignGallery-module__nyx45W__cols .DesignGallery-module__nyx45W__col:nth-child(2) .DesignGallery-module__nyx45W__card:first-child{background:linear-gradient(145deg,#b8956a,#5a4030)}.DesignGallery-module__nyx45W__chunk:first-child .DesignGallery-module__nyx45W__cols .DesignGallery-module__nyx45W__col:first-child .DesignGallery-module__nyx45W__card:nth-child(2){background:linear-gradient(145deg,#6a8aaa,#2a4060)}.DesignGallery-module__nyx45W__chunk:first-child .DesignGallery-module__nyx45W__cols .DesignGallery-module__nyx45W__col:nth-child(2) .DesignGallery-module__nyx45W__card:nth-child(2){background:linear-gradient(145deg,#5a8a6a,#224030)}.DesignGallery-module__nyx45W__chunk:first-child .DesignGallery-module__nyx45W__cardFull{background:linear-gradient(145deg,#c4a882,#6a5040)}.DesignGallery-module__nyx45W__chunk:nth-child(2) .DesignGallery-module__nyx45W__cols .DesignGallery-module__nyx45W__col:first-child .DesignGallery-module__nyx45W__card:first-child{background:linear-gradient(145deg,#5a8a80,#224040)}.DesignGallery-module__nyx45W__chunk:nth-child(2) .DesignGallery-module__nyx45W__cols .DesignGallery-module__nyx45W__col:nth-child(2) .DesignGallery-module__nyx45W__card:first-child{background:linear-gradient(145deg,#8a82aa,#403858)}.DesignGallery-module__nyx45W__ov{text-align:left;pointer-events:none;z-index:2;background:linear-gradient(#0000 20%,#00000014 45%,#000000b8 100%);flex-direction:column;justify-content:flex-end;align-items:flex-start;padding:16px;display:flex;position:absolute;inset:0}.DesignGallery-module__nyx45W__ct{font-family:var(--font-playfair), "Playfair Display", serif;color:#fff;text-shadow:0 2px 8px #0009;letter-spacing:.02em;margin-top:12px;font-size:15px;font-weight:500;line-height:1.3;position:relative}.DesignGallery-module__nyx45W__cl{color:#ffffffd9;letter-spacing:.04em;align-items:center;gap:6px;margin-top:6px;font-size:11px;font-weight:300;display:flex}.DesignGallery-module__nyx45W__vbContainer{justify-content:center;margin-top:1.5rem;display:flex}.DesignGallery-module__nyx45W__vb{color:#fff;font-family:var(--font-playfair), "Playfair Display", serif;cursor:pointer;text-align:center;letter-spacing:.03em;background:#1a5f72;border:none;border-radius:999px;padding:14px 34px;font-size:16px;font-weight:700;text-decoration:none;transition:background .2s,transform .15s;display:inline-block}.DesignGallery-module__nyx45W__vb:hover{background:#145060;transform:translateY(-2px)}.DesignGallery-module__nyx45W__vb:active{transform:translateY(0)}.DesignGallery-module__nyx45W__modalWrap{z-index:9999;opacity:0;pointer-events:none;background:#00000080;justify-content:center;align-items:flex-end;transition:opacity .25s;display:flex;position:fixed;inset:0}.DesignGallery-module__nyx45W__modalWrap.DesignGallery-module__nyx45W__open{opacity:1;pointer-events:all}@media (min-width:768px){.DesignGallery-module__nyx45W__modalWrap{align-items:center}}.DesignGallery-module__nyx45W__modal{scrollbar-width:thin;scrollbar-color:#d0d0d0 transparent;background:#fff;border-top:.5px solid #eee;border-radius:24px 24px 0 0;width:100%;max-width:520px;max-height:85vh;padding:1.25rem 1.25rem 2rem;transition:transform .32s cubic-bezier(.32,.72,0,1);overflow-y:auto;transform:translateY(100%)}@media (min-width:768px){.DesignGallery-module__nyx45W__modal{opacity:0;border-radius:24px;transition:transform .3s,opacity .3s;transform:scale(.95)translateY(20px)}.DesignGallery-module__nyx45W__modalWrap.DesignGallery-module__nyx45W__open .DesignGallery-module__nyx45W__modal{opacity:1;transform:scale(1)translateY(0)}}.DesignGallery-module__nyx45W__modalWrap.DesignGallery-module__nyx45W__open .DesignGallery-module__nyx45W__modal{transform:translateY(0)}.DesignGallery-module__nyx45W__modal::-webkit-scrollbar{width:4px}.DesignGallery-module__nyx45W__modal::-webkit-scrollbar-track{background:0 0}.DesignGallery-module__nyx45W__modal::-webkit-scrollbar-thumb{background:#d8d8d8;border-radius:4px}.DesignGallery-module__nyx45W__drag{background:#e0e0e0;border-radius:1.5px;width:32px;height:3px;margin:0 auto 1rem}@media (min-width:768px){.DesignGallery-module__nyx45W__drag{display:none}}.DesignGallery-module__nyx45W__mimg,.DesignGallery-module__nyx45W__mimgPlaceholder{object-fit:cover;border-radius:16px;width:100%;height:210px;margin-bottom:1rem;display:block}.DesignGallery-module__nyx45W__mimgPlaceholder{background:#e5e0dc}.DesignGallery-module__nyx45W__modalHeader{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.DesignGallery-module__nyx45W__mtitle{font-family:var(--font-playfair), "Playfair Display", serif;color:#0b2b3d;letter-spacing:-.01em;font-size:22px;font-weight:700;line-height:1.3}.DesignGallery-module__nyx45W__mc{cursor:pointer;color:#6b6b6b;background:#f5f5f5;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;transition:background .15s;display:flex}.DesignGallery-module__nyx45W__mc:hover{background:#ebebeb}.DesignGallery-module__nyx45W__mc:active{background:#e0e0e0}.DesignGallery-module__nyx45W__mloc{color:#6b6b6b;align-items:center;gap:6px;margin-top:6px;font-size:14px;display:flex}.DesignGallery-module__nyx45W__mcategory{text-transform:uppercase;letter-spacing:.22em;color:#c9a96e;background:0 0;margin-top:0;margin-bottom:8px;padding:0;font-size:8.5px;font-weight:600;display:block}.DesignGallery-module__nyx45W__mdesc{color:#6b6b6b;letter-spacing:.01em;margin-top:14px;font-size:12.5px;font-weight:300;line-height:1.7}.DesignGallery-module__nyx45W__macts{grid-template-columns:1fr 1fr;gap:12px;margin-top:1.5rem;display:grid}.DesignGallery-module__nyx45W__mb{cursor:pointer;text-align:center;color:#1a1a1a;background:#f9f9f9;border:.5px solid #ddd;border-radius:999px;justify-content:center;align-items:center;gap:6px;padding:13px;font-size:13.5px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.DesignGallery-module__nyx45W__mbPrimary{color:#fff;background:#1a6878;border:.5px solid #1a6878}.DesignGallery-module__nyx45W__mb:hover{background:#f0f0f0;transform:translateY(-1px)}.DesignGallery-module__nyx45W__mbPrimary:hover{background:#145060;border-color:#145060}.DesignGallery-module__nyx45W__mb:active{transform:translateY(0)}
.ProcessSection-module__G585fq__processSection{background-color:#fff;padding:88px 0 100px;position:relative;overflow:hidden}.ProcessSection-module__G585fq__header{text-align:center;margin-bottom:3.5rem}.ProcessSection-module__G585fq__sectionLabel{font-family:var(--font-body);letter-spacing:4.5px;text-transform:uppercase;color:var(--color-text-muted);-webkit-font-smoothing:antialiased;margin-bottom:.75rem;font-size:.62rem;font-weight:700;display:block}.ProcessSection-module__G585fq__sectionTitle{font-family:var(--font-heading);color:var(--color-secondary);letter-spacing:-.025em;margin:0;font-size:clamp(1.85rem,4vw,2.8rem);font-weight:600;line-height:1.18}.ProcessSection-module__G585fq__stepsWrap{flex-direction:column;gap:20px;max-width:700px;margin:0 auto;display:flex;position:relative}.ProcessSection-module__G585fq__verticalLine{z-index:0;pointer-events:none;background:#0000001a;width:1px;position:absolute;top:29px;bottom:29px;left:29px}.ProcessSection-module__G585fq__stepRow{grid-template-columns:58px 1fr;align-items:flex-start;gap:16px;display:grid}.ProcessSection-module__G585fq__iconCol{z-index:1;justify-content:center;display:flex;position:relative}.ProcessSection-module__G585fq__iconCircle{color:#fff;background-color:#111;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:58px;height:58px;transition:background-color .15s,box-shadow .15s;display:flex;box-shadow:0 0 0 7px #fff}.ProcessSection-module__G585fq__iconCircle:hover{background-color:var(--color-primary);box-shadow:0 0 0 7px #fff,0 6px 20px #18668538}.ProcessSection-module__G585fq__iconCircle svg{flex-shrink:0;width:20px;height:20px}.ProcessSection-module__G585fq__cardCol{flex:1;min-width:0}.ProcessSection-module__G585fq__card{background:#fff;border:1px solid #00000012;border-radius:14px;transition:box-shadow .15s,transform .15s;overflow:hidden;box-shadow:0 2px 12px #0000000a}.ProcessSection-module__G585fq__card:hover{transform:translateY(-2px);box-shadow:0 10px 36px #11415d1a,0 3px 12px #0000000d}.ProcessSection-module__G585fq__cardTopBar{background-color:var(--color-primary);flex-shrink:0;width:100%;height:3px}.ProcessSection-module__G585fq__cardBody{padding:18px 20px 16px}.ProcessSection-module__G585fq__stepTitle{font-family:var(--font-heading);color:var(--color-secondary);letter-spacing:-.015em;margin:0 0 10px;font-size:clamp(1.3rem,2.5vw,1.75rem);font-weight:600;line-height:1.2}.ProcessSection-module__G585fq__stepDesc{font-family:var(--font-body);color:var(--color-text-muted);-webkit-font-smoothing:antialiased;margin:0 0 18px;font-size:.88rem;line-height:1.65}.ProcessSection-module__G585fq__hiWord{color:var(--color-primary);font-style:italic;font-weight:400}.ProcessSection-module__G585fq__cardFooter{align-items:center;gap:12px;display:flex}.ProcessSection-module__G585fq__tagPill{font-family:var(--font-body);letter-spacing:2.5px;text-transform:uppercase;color:var(--color-text-main);-webkit-font-smoothing:antialiased;-webkit-user-select:none;user-select:none;background:0 0;border:1px solid #00000021;border-radius:100px;align-items:center;gap:6px;padding:7px 13px 7px 10px;font-size:.58rem;font-weight:700;transition:border-color .15s,color .15s;display:inline-flex}.ProcessSection-module__G585fq__card:hover .ProcessSection-module__G585fq__tagPill{color:var(--color-primary);border-color:#18668547}.ProcessSection-module__G585fq__tagIcon{color:inherit;opacity:.75;align-items:center;display:flex}@media (max-width:768px){.ProcessSection-module__G585fq__processSection{padding:68px 0 80px}.ProcessSection-module__G585fq__iconCircle{width:50px;height:50px;box-shadow:0 0 0 6px #fff}.ProcessSection-module__G585fq__verticalLine{top:25px;bottom:25px;left:25px}.ProcessSection-module__G585fq__stepRow{grid-template-columns:50px 1fr;gap:14px}.ProcessSection-module__G585fq__iconCircle svg{width:18px;height:18px}.ProcessSection-module__G585fq__stepTitle{font-size:1.3rem}}@media (max-width:640px){.ProcessSection-module__G585fq__processSection{padding:52px 0 64px}.ProcessSection-module__G585fq__header{text-align:left;margin-bottom:2.6rem}.ProcessSection-module__G585fq__sectionTitle{font-size:1.65rem}.ProcessSection-module__G585fq__stepsWrap{gap:16px}.ProcessSection-module__G585fq__iconCircle{width:46px;height:46px;box-shadow:0 0 0 5px #fff}.ProcessSection-module__G585fq__verticalLine{top:23px;bottom:23px;left:23px}.ProcessSection-module__G585fq__stepRow{grid-template-columns:46px 1fr;gap:12px}.ProcessSection-module__G585fq__iconCircle svg{width:17px;height:17px}.ProcessSection-module__G585fq__cardBody{padding:16px 16px 14px}.ProcessSection-module__G585fq__stepTitle{font-size:1.2rem}.ProcessSection-module__G585fq__stepDesc{font-size:.84rem}.ProcessSection-module__G585fq__tagPill{padding:6px 11px 6px 8px;font-size:.55rem}.ProcessSection-module__G585fq__arrowBtn{width:32px;height:32px;font-size:.9rem}}@media (max-width:400px){.ProcessSection-module__G585fq__processSection{padding:44px 0 54px}.ProcessSection-module__G585fq__sectionTitle{font-size:1.45rem}.ProcessSection-module__G585fq__iconCircle{width:42px;height:42px;box-shadow:0 0 0 5px #fff}.ProcessSection-module__G585fq__verticalLine{top:21px;bottom:21px;left:21px}.ProcessSection-module__G585fq__stepRow{grid-template-columns:42px 1fr;gap:10px}.ProcessSection-module__G585fq__stepTitle{font-size:1.1rem}}
.TestimonialSection-module__06JpDW__testimonials{background-color:var(--color-bg)}.TestimonialSection-module__06JpDW__sliderContainer{justify-content:space-between;align-items:center;max-width:800px;margin:3rem auto 0;padding:0 1rem;display:flex;position:relative}.TestimonialSection-module__06JpDW__arrowBtn{color:var(--color-secondary);cursor:pointer;transition:color var(--transition-fast), transform var(--transition-fast);z-index:10;background:0 0;border:none;justify-content:center;align-items:center;padding:10px;display:flex}.TestimonialSection-module__06JpDW__arrowBtn:hover{color:var(--color-primary);transform:scale(1.1)}.TestimonialSection-module__06JpDW__slideWrapper{flex:1;justify-content:center;align-items:center;min-height:250px;display:flex;position:relative;overflow:hidden}.TestimonialSection-module__06JpDW__slide{text-align:center;padding:0 1rem;animation:.5s TestimonialSection-module__06JpDW__fadeIn}@keyframes TestimonialSection-module__06JpDW__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.TestimonialSection-module__06JpDW__text{font-family:var(--font-body);color:var(--color-secondary);margin-bottom:2rem;font-size:1.2rem;font-weight:500;line-height:1.6}.TestimonialSection-module__06JpDW__authorName{color:var(--color-secondary);font-weight:700;font-family:var(--font-heading);margin-bottom:.5rem;font-size:1.1rem}.TestimonialSection-module__06JpDW__stars{color:var(--color-text-main);letter-spacing:2px;font-size:1.2rem}@media (max-width:768px){.TestimonialSection-module__06JpDW__text{margin-bottom:1.5rem;font-size:1.05rem;line-height:1.6}.TestimonialSection-module__06JpDW__sliderContainer{padding:0 10px;position:relative}.TestimonialSection-module__06JpDW__slideWrapper{min-height:220px}.TestimonialSection-module__06JpDW__arrowBtn{background:#fff;border:1px solid #0000000d;border-radius:50%;padding:8px;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 12px #00000014}.TestimonialSection-module__06JpDW__arrowBtn:hover{transform:translateY(-50%)scale(1.05)}.TestimonialSection-module__06JpDW__arrowBtn:first-of-type{left:-5px}.TestimonialSection-module__06JpDW__arrowBtn:last-of-type{right:-5px}}
.ContactSection-module__UONp9G__contactSection{background-color:var(--color-bg);position:relative;overflow:hidden}.ContactSection-module__UONp9G__container{max-width:1200px;margin:0 auto}.ContactSection-module__UONp9G__cardWrapper{background:var(--color-surface);border-radius:24px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 20px 60px #00000014}@media (min-width:992px){.ContactSection-module__UONp9G__cardWrapper{flex-direction:row;min-height:650px}}.ContactSection-module__UONp9G__imageColumn{flex-shrink:0;width:100%;height:350px;position:relative}@media (min-width:992px){.ContactSection-module__UONp9G__imageColumn{width:45%;height:auto}}.ContactSection-module__UONp9G__bgImage{object-fit:cover;object-position:center}.ContactSection-module__UONp9G__imageOverlay{background:linear-gradient(#0000 0%,#e8f4f859 40%,#e8f4f8d9 100%);flex-direction:column;justify-content:flex-end;padding:2.5rem;display:flex;position:absolute;inset:0}.ContactSection-module__UONp9G__title{font-family:var(--font-heading);color:var(--color-primary);letter-spacing:-.02em;margin-bottom:.6rem;font-size:2rem;font-weight:500;line-height:1.15}.ContactSection-module__UONp9G__subtitle{color:var(--color-text-muted);max-width:100%;font-size:.95rem;line-height:1.6}.ContactSection-module__UONp9G__formColumn{background:#fff;flex-direction:column;flex-grow:1;justify-content:center;padding:2.5rem 2rem;display:flex}@media (min-width:992px){.ContactSection-module__UONp9G__formColumn{padding:4rem}}.ContactSection-module__UONp9G__formHeader{margin-bottom:2rem}.ContactSection-module__UONp9G__formHeader h3{font-family:var(--font-heading);color:var(--color-secondary);margin-bottom:.4rem;font-size:1.8rem}.ContactSection-module__UONp9G__formHeader p{color:var(--color-text-muted);font-size:.95rem}.ContactSection-module__UONp9G__form,.ContactSection-module__UONp9G__inputRow{flex-direction:column;gap:1.5rem;display:flex}@media (min-width:768px){.ContactSection-module__UONp9G__inputRow{flex-direction:row}}.ContactSection-module__UONp9G__formGroup{flex-direction:column;flex:1;gap:.6rem;display:flex}.ContactSection-module__UONp9G__input,.ContactSection-module__UONp9G__textarea{background-color:var(--color-surface);width:100%;color:var(--color-text-main);font-family:var(--font-body);border:1px solid #0000001a;border-radius:12px;padding:1rem 1.2rem;font-size:.95rem;transition:all .3s}.ContactSection-module__UONp9G__input:focus,.ContactSection-module__UONp9G__textarea:focus{border-color:var(--color-primary);background-color:#fff;outline:none;box-shadow:0 0 0 4px #206a5d1a}.ContactSection-module__UONp9G__textarea{resize:vertical;min-height:120px}.ContactSection-module__UONp9G__label{color:var(--color-secondary);font-size:.9rem;font-weight:600}.ContactSection-module__UONp9G__pillGroup{flex-wrap:wrap;gap:.6rem;display:flex}.ContactSection-module__UONp9G__pill{color:#1a1a1a;cursor:pointer;-webkit-tap-highlight-color:transparent;appearance:none;-webkit-user-select:none;user-select:none;background:#fff;border:1.5px solid #0000002e;border-radius:50px;padding:.7rem 1.2rem;font-size:.9rem;font-weight:500;line-height:1.4;transition:all .3s cubic-bezier(.25,1,.5,1)}.ContactSection-module__UONp9G__pill:hover{background:#f5f5f5;border-color:#0000004d;transform:translateY(-1px)}.ContactSection-module__UONp9G__pill:active{background:#f0f0f0;border-color:#00000040;transform:scale(.97)}.ContactSection-module__UONp9G__pillActive{transform:translateY(-1px);box-shadow:0 4px 12px #206a5d40;background:var(--color-primary)!important;color:#fff!important;border-color:var(--color-primary)!important}.ContactSection-module__UONp9G__pillActive:active{opacity:.9;transform:scale(.97);background:var(--color-primary)!important;color:#fff!important}.ContactSection-module__UONp9G__submitBtn{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:12px;margin-top:.5rem;padding:1.1rem;font-size:1.05rem;font-weight:600;transition:all .3s}.ContactSection-module__UONp9G__submitBtn:hover:not(:disabled){background:var(--color-primary);transform:translateY(-2px);box-shadow:0 6px 15px #206a5d4d}.ContactSection-module__UONp9G__submitBtn:disabled{opacity:.6;cursor:not-allowed}.ContactSection-module__UONp9G__successMsg{color:var(--color-primary);text-align:center;background:#22c55e1a;border-radius:8px;padding:1rem;font-size:.95rem;font-weight:500}.ContactSection-module__UONp9G__errorMsg{color:var(--color-primary);text-align:center;background:#ef44441a;border-radius:8px;padding:1rem;font-size:.95rem;font-weight:500}@media (max-width:576px){.ContactSection-module__UONp9G__title{font-size:1.8rem}.ContactSection-module__UONp9G__formColumn{padding:2rem 1.5rem}.ContactSection-module__UONp9G__pill{text-align:center;flex:calc(50% - .6rem);padding:.7rem .5rem;font-size:.85rem}}
.MobileGallery-module__2ST-cW__gw{color:#1a1a1a;background:#fff;max-width:1200px;min-height:100vh;margin:0 auto;padding:1.75rem 1rem 2rem}.MobileGallery-module__2ST-cW__gh{text-align:center;margin-bottom:1.5rem;padding:0 .5rem}.MobileGallery-module__2ST-cW__gh h2{font-family:var(--font-playfair), "Playfair Display", serif;color:#0b2b3d;letter-spacing:-.01em;font-size:32px;font-weight:700;line-height:1.2}.MobileGallery-module__2ST-cW__masonryWrapper{width:100%;max-width:640px;margin:0 auto}@media (min-width:768px){.MobileGallery-module__2ST-cW__masonryWrapper{max-width:860px}}.MobileGallery-module__2ST-cW__chunk{flex-direction:column;gap:10px;margin-bottom:10px;display:flex}.MobileGallery-module__2ST-cW__cols{gap:10px;display:flex}.MobileGallery-module__2ST-cW__col{flex-direction:column;flex:1;gap:10px;display:flex}.MobileGallery-module__2ST-cW__card{cursor:pointer;-webkit-tap-highlight-color:transparent;will-change:transform;background:#d4cfc9;border-radius:14px;transition:transform .18s,box-shadow .18s;position:relative;overflow:hidden}.MobileGallery-module__2ST-cW__card:hover{transform:scale(1.018);box-shadow:0 8px 28px #00000029}.MobileGallery-module__2ST-cW__tabsContainer{scrollbar-width:none;-ms-overflow-style:none;gap:8px;padding:0 .5rem 1.25rem;display:flex;overflow-x:auto}.MobileGallery-module__2ST-cW__tabsContainer::-webkit-scrollbar{display:none}.MobileGallery-module__2ST-cW__tab{color:#6b6b6b;white-space:nowrap;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#ebebeb;border:1px solid #0000;border-radius:999px;padding:8px 16px;font-size:13px;font-weight:500;transition:all .2s}@media (hover:hover) and (pointer:fine){.MobileGallery-module__2ST-cW__tab:hover{background:#e0e0e0}}.MobileGallery-module__2ST-cW__tabActive{color:#fff;background:#1a6878;box-shadow:0 4px 12px #1a687833}.MobileGallery-module__2ST-cW__card:active{transition-duration:80ms;transform:scale(.975)}.MobileGallery-module__2ST-cW__cardFull{width:100%}.MobileGallery-module__2ST-cW__card img{object-fit:cover;width:100%;transition:transform .4s;display:block}.MobileGallery-module__2ST-cW__card:hover img{transform:scale(1.04)}.MobileGallery-module__2ST-cW__ov{pointer-events:none;background:linear-gradient(#0000,#000000b8);padding:28px 12px 10px;position:absolute;bottom:0;left:0;right:0}.MobileGallery-module__2ST-cW__ct{color:#fff;font-size:13px;font-weight:500;line-height:1.3}.MobileGallery-module__2ST-cW__cl{color:#ffffff9e;align-items:center;gap:3px;margin-top:3px;font-size:11px;display:flex}.MobileGallery-module__2ST-cW__cl i{font-size:11px}.MobileGallery-module__2ST-cW__vb{color:#fff;cursor:pointer;text-align:center;letter-spacing:.02em;-webkit-tap-highlight-color:transparent;background:#1a5f72;border:none;border-radius:999px;width:100%;margin-top:1.25rem;padding:14px;font-size:14px;font-weight:500;transition:background .2s,transform .15s;display:block}.MobileGallery-module__2ST-cW__vb:hover{background:#145060;transform:translateY(-1px)}.MobileGallery-module__2ST-cW__vb:active{transform:translateY(0)}.MobileGallery-module__2ST-cW__empty{text-align:center;color:#9b9b9b;padding:60px 20px;font-size:14px;line-height:1.6}.MobileGallery-module__2ST-cW__modalWrap{z-index:9999;opacity:0;pointer-events:none;background:#00000080;justify-content:center;align-items:flex-end;transition:opacity .25s;display:flex;position:fixed;inset:0}.MobileGallery-module__2ST-cW__modalWrap.MobileGallery-module__2ST-cW__open{opacity:1;pointer-events:all}.MobileGallery-module__2ST-cW__modal{scrollbar-width:thin;scrollbar-color:#d0d0d0 transparent;background:#fff;border-radius:20px 20px 0 0;width:100%;max-width:480px;max-height:85vh;padding:1.25rem 1.25rem 2rem;transition:transform .32s cubic-bezier(.32,.72,0,1);overflow-y:auto;transform:translateY(100%)}.MobileGallery-module__2ST-cW__modal::-webkit-scrollbar{width:4px}.MobileGallery-module__2ST-cW__modal::-webkit-scrollbar-track{background:0 0}.MobileGallery-module__2ST-cW__modal::-webkit-scrollbar-thumb{background:#d8d8d8;border-radius:4px}.MobileGallery-module__2ST-cW__modalWrap.MobileGallery-module__2ST-cW__open .MobileGallery-module__2ST-cW__modal{transform:translateY(0)}.MobileGallery-module__2ST-cW__drag{background:#d0d0d0;border-radius:2px;width:36px;height:4px;margin:0 auto 1rem}.MobileGallery-module__2ST-cW__mimg{object-fit:cover;border-radius:12px;width:100%;height:210px;margin-bottom:1rem;display:block}.MobileGallery-module__2ST-cW__mimgPlaceholder{background:#e5e0dc;border-radius:12px;width:100%;height:210px;margin-bottom:1rem}.MobileGallery-module__2ST-cW__modalHeader{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.MobileGallery-module__2ST-cW__mtitle{color:#1a1a1a;font-size:17px;font-weight:500;line-height:1.3}.MobileGallery-module__2ST-cW__mc{cursor:pointer;color:#6b6b6b;-webkit-tap-highlight-color:transparent;background:#f5f5f5;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:17px;transition:background .15s;display:flex}.MobileGallery-module__2ST-cW__mc:hover{background:#ebebeb}.MobileGallery-module__2ST-cW__mc:active{background:#e0e0e0}.MobileGallery-module__2ST-cW__mloc{color:#6b6b6b;align-items:center;gap:4px;margin-top:6px;font-size:13px;display:flex}.MobileGallery-module__2ST-cW__mcategory{text-transform:uppercase;letter-spacing:.08em;color:#1a6878;background:#e8f4f6;border-radius:999px;margin-top:10px;padding:3px 10px;font-size:11px;font-weight:500;display:inline-block}.MobileGallery-module__2ST-cW__mdesc{color:#6b6b6b;margin-top:10px;font-size:14px;line-height:1.6}.MobileGallery-module__2ST-cW__macts{grid-template-columns:1fr 1fr;gap:10px;margin-top:1.25rem;display:grid}.MobileGallery-module__2ST-cW__mb{cursor:pointer;text-align:center;color:#1a1a1a;-webkit-tap-highlight-color:transparent;background:#fff;border:.5px solid #d0d0d0;border-radius:999px;justify-content:center;align-items:center;gap:5px;padding:12px 11px;font-size:13px;font-weight:500;text-decoration:none;transition:opacity .15s,transform .15s;display:inline-flex}.MobileGallery-module__2ST-cW__mbPrimary{color:#fff;background:#1a5f72;border-color:#1a5f72}@media (hover:hover) and (pointer:fine){.MobileGallery-module__2ST-cW__mb:hover{opacity:.88;transform:translateY(-1px)}}.MobileGallery-module__2ST-cW__mb:active{opacity:1;transform:translateY(0)}
