.home-module__Hx0lNG__header{z-index:1000;background:var(--header-bg);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--header-border);width:100%;box-shadow:var(--shadow-sm);padding:.75rem 0;transition:transform .35s cubic-bezier(.4,0,.2,1),background .3s,border-color .3s;position:fixed;top:0;left:0}.home-module__Hx0lNG__headerHidden{transform:translateY(-100%)}.home-module__Hx0lNG__headerContainer{justify-content:space-between;align-items:center;gap:1.25rem;display:flex}.home-module__Hx0lNG__logo{flex-shrink:0;align-items:center;display:flex}.home-module__Hx0lNG__logoLink{align-items:center;text-decoration:none;display:inline-flex}.home-module__Hx0lNG__logoImage{object-fit:contain;object-position:left center;width:auto;max-width:270px;height:68px;max-height:72px;transition:transform .25s}.home-module__Hx0lNG__logoImage:hover{transform:scale(1.02)}@media (max-width:768px){.home-module__Hx0lNG__logoImage{max-width:200px;height:52px;max-height:56px}}@media (max-width:480px){.home-module__Hx0lNG__logoImage{max-width:175px;height:46px;max-height:48px}}.home-module__Hx0lNG__logoContainer{align-items:center;gap:.85rem;display:flex}.home-module__Hx0lNG__logoIcon{color:#fff;background:linear-gradient(135deg,#e02424 0%,#b91c1c 100%);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 4px 12px #dc26264d}.home-module__Hx0lNG__logoText{font-family:var(--font-outfit), sans-serif;letter-spacing:-.5px;color:var(--text-primary);font-size:1.4rem;font-weight:800;line-height:1.1}.home-module__Hx0lNG__logoText small{letter-spacing:2.5px;color:var(--accent-red);text-transform:uppercase;margin-top:2px;font-size:.7rem;font-weight:700;display:block}.home-module__Hx0lNG__nav{display:none}@media (min-width:992px){.home-module__Hx0lNG__nav{align-items:center;gap:1.75rem;display:flex}.home-module__Hx0lNG__nav a{color:var(--text-secondary);padding:.4rem 0;font-size:.95rem;font-weight:600;transition:color .2s;position:relative}.home-module__Hx0lNG__nav a:hover{color:var(--accent-red)}.home-module__Hx0lNG__nav a:after{content:"";background:var(--accent-red);border-radius:2px;width:0;height:2px;transition:width .25s;position:absolute;bottom:0;left:0}.home-module__Hx0lNG__nav a:hover:after{width:100%}.home-module__Hx0lNG__navActive{color:var(--accent-red)!important;font-weight:700!important}.home-module__Hx0lNG__navActive:after{width:100%!important}}.home-module__Hx0lNG__headerAction{flex-shrink:0;align-items:center;gap:1rem;display:flex}.home-module__Hx0lNG__phoneBadge{background:var(--badge-bg);border:1px solid var(--badge-border);color:var(--text-primary);border-radius:999px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.88rem;font-weight:700;text-decoration:none;transition:all .2s;display:none}.home-module__Hx0lNG__phoneBadge:hover{background:var(--bg-surface);border-color:var(--accent-blue);color:var(--accent-blue);box-shadow:var(--shadow-sm)}@media (min-width:1100px){.home-module__Hx0lNG__phoneBadge{display:inline-flex}}.home-module__Hx0lNG__desktopOnly{display:none}@media (min-width:768px){.home-module__Hx0lNG__desktopOnly{display:inline-flex}}.home-module__Hx0lNG__mobileMenuBtn{background:var(--badge-bg);border:1px solid var(--border-color);cursor:pointer;color:var(--text-primary);border-radius:10px;justify-content:center;align-items:center;padding:.5rem;transition:background .2s;display:flex}.home-module__Hx0lNG__mobileMenuBtn:hover{background:var(--border-color)}@media (min-width:992px){.home-module__Hx0lNG__mobileMenuBtn{display:none}}.home-module__Hx0lNG__mobileNav{background:var(--mobile-nav-bg);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-color);flex-direction:column;gap:1.15rem;width:100%;max-height:calc(100vh - 80px);padding:1.5rem 1.5rem 2.25rem;animation:.25s ease-out forwards home-module__Hx0lNG__slideDown;display:flex;position:absolute;top:100%;left:0;overflow-y:auto;box-shadow:0 15px 30px -5px #00000040}.home-module__Hx0lNG__mobileNav a{color:var(--text-primary);justify-content:space-between;align-items:center;padding:.35rem 0;font-size:1.1rem;font-weight:600;text-decoration:none;display:flex}.home-module__Hx0lNG__mobileNav a:hover{color:var(--accent-red)}@keyframes home-module__Hx0lNG__slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.home-module__Hx0lNG__pageHero{text-align:center;background:var(--bg-surface-secondary);border-bottom:1px solid var(--border-color);padding-top:135px;padding-bottom:4.5rem;transition:background .3s,border-color .3s}.home-module__Hx0lNG__pageHero h1{letter-spacing:-.03em;color:var(--text-primary);margin-bottom:1rem;font-size:clamp(2.25rem,5vw,3.5rem);font-weight:800}.home-module__Hx0lNG__pageHero p{max-width:700px;color:var(--text-secondary);margin:0 auto;font-size:1.15rem;line-height:1.7}.home-module__Hx0lNG__hero{background-color:var(--hero-bg);align-items:center;min-height:92vh;padding-top:130px;padding-bottom:5rem;transition:background-color .3s;display:flex;position:relative;overflow:hidden}.home-module__Hx0lNG__heroOverlay{background:var(--hero-overlay);z-index:0;transition:background .3s;position:absolute;inset:0}.home-module__Hx0lNG__heroContent{z-index:1;max-width:860px;position:relative}.home-module__Hx0lNG__locationPill{background:var(--hero-pill-bg);color:var(--hero-pill-color);letter-spacing:1.5px;text-transform:uppercase;border:1px solid var(--hero-pill-border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:var(--shadow-sm);border-radius:999px;align-items:center;gap:.65rem;margin-bottom:1.75rem;padding:.55rem 1.15rem;font-size:.8rem;font-weight:700;transition:all .3s;display:inline-flex}.home-module__Hx0lNG__heroTitle{color:var(--hero-title-color);letter-spacing:-.03em;margin-bottom:1.35rem;font-size:clamp(2.25rem,6.5vw,4.25rem);font-weight:800;line-height:1.12;transition:color .3s}.home-module__Hx0lNG__heroTitleHighlight{background:linear-gradient(135deg,#2563eb 0%,#3b82f6 50%,#60a5fa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}[data-theme=dark] .home-module__Hx0lNG__heroTitleHighlight{background:linear-gradient(135deg,#60a5fa 0%,#3b82f6 50%,#2563eb 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.home-module__Hx0lNG__heroSubtitle{color:var(--hero-subtitle-color);max-width:680px;margin-bottom:2.25rem;font-size:1.15rem;line-height:1.7;transition:color .3s}@media (max-width:576px){.home-module__Hx0lNG__heroSubtitle{margin-bottom:1.75rem;font-size:1rem}}.home-module__Hx0lNG__heroButtons{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}@media (max-width:480px){.home-module__Hx0lNG__heroButtons{flex-direction:column;width:100%}.home-module__Hx0lNG__heroButtons a{width:100%}}.home-module__Hx0lNG__heroTrustBar{border-top:1px solid var(--hero-trust-border);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;margin-top:3.5rem;padding-top:2.25rem;transition:border-color .3s;display:grid}.home-module__Hx0lNG__trustItem{color:var(--hero-trust-text);align-items:center;gap:.85rem;transition:color .3s;display:flex}.home-module__Hx0lNG__trustIcon{background:var(--hero-trust-icon-bg);border:1px solid var(--hero-trust-icon-border);width:40px;height:40px;color:var(--accent-blue);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:flex}.home-module__Hx0lNG__trustItem strong{color:var(--hero-trust-text);font-size:.95rem;font-weight:700;display:block}.home-module__Hx0lNG__trustItem span{color:var(--hero-trust-subtext);font-size:.8rem}.home-module__Hx0lNG__sloganBanner{background:var(--bg-surface-secondary);border-bottom:1px solid var(--border-color);border-top:1px solid var(--border-color);text-align:center;padding:3rem 0;transition:background .3s,border-color .3s;position:relative}.home-module__Hx0lNG__sloganBadge{color:var(--accent-red);letter-spacing:3px;text-transform:uppercase;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.82rem;font-weight:800;display:inline-flex}.home-module__Hx0lNG__sloganTitle{color:var(--text-primary);letter-spacing:-.02em;margin:.4rem 0 .6rem;font-size:clamp(1.6rem,4vw,2.5rem);font-weight:800}.home-module__Hx0lNG__sloganSubtitle{color:var(--text-secondary);max-width:650px;margin:0 auto;font-size:1.15rem;font-weight:500}.home-module__Hx0lNG__sectionHeader{text-align:center;max-width:720px;margin:0 auto 3.75rem}@media (max-width:768px){.home-module__Hx0lNG__sectionHeader{margin-bottom:2.5rem}}.home-module__Hx0lNG__preTitle{color:var(--accent-red);letter-spacing:2.5px;text-transform:uppercase;background:var(--accent-red-light);border:1px solid #dc262633;border-radius:999px;margin-bottom:.75rem;padding:.35rem .9rem;font-size:.82rem;font-weight:800;display:inline-block}.home-module__Hx0lNG__sectionHeader h2{letter-spacing:-.03em;color:var(--text-primary);margin-bottom:1rem;font-size:clamp(2rem,5vw,3.25rem);font-weight:800}.home-module__Hx0lNG__sectionHeader p{color:var(--text-secondary);font-size:1.125rem;line-height:1.7}.home-module__Hx0lNG__offersSection{background:var(--bg-surface-secondary);transition:background .3s;position:relative}.home-module__Hx0lNG__offersGrid{grid-template-columns:1fr;gap:1.75rem;display:grid}@media (min-width:768px){.home-module__Hx0lNG__offersGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.home-module__Hx0lNG__offersGrid{grid-template-columns:repeat(3,1fr)}}.home-module__Hx0lNG__offerCard{background:var(--card-bg);border:1.5px solid var(--card-border);box-shadow:var(--card-shadow);border-radius:20px;flex-direction:column;padding:2.5rem 2rem 2rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.home-module__Hx0lNG__offerCard:hover{box-shadow:var(--card-shadow-hover);border-color:#2563eb66;transform:translateY(-5px)}.home-module__Hx0lNG__offerBadge{color:#fff;letter-spacing:.5px;background:linear-gradient(135deg,#e02424 0%,#b91c1c 100%);border-bottom-left-radius:16px;padding:.45rem 1.15rem;font-size:.82rem;font-weight:800;position:absolute;top:0;right:0;box-shadow:0 2px 8px #0003}.home-module__Hx0lNG__offerCard h3{color:var(--text-primary);margin-top:.5rem;margin-bottom:.85rem;font-size:1.35rem}.home-module__Hx0lNG__offerCard p{color:var(--text-secondary);flex-grow:1;margin-bottom:1.75rem;font-size:.98rem;line-height:1.6}.home-module__Hx0lNG__servicesSection{background:var(--bg-page);transition:background .3s}.home-module__Hx0lNG__servicesGrid{grid-template-columns:1fr;gap:1.75rem;display:grid}@media (min-width:768px){.home-module__Hx0lNG__servicesGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.home-module__Hx0lNG__servicesGrid{grid-template-columns:repeat(3,1fr)}}.home-module__Hx0lNG__serviceCard{background:var(--card-bg);box-shadow:var(--card-shadow);border:1.5px solid var(--card-border);border-radius:20px;flex-direction:column;padding:2.25rem 2rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.home-module__Hx0lNG__serviceCard:hover{box-shadow:var(--card-shadow-hover);border-color:#2563eb59;transform:translateY(-6px)}.home-module__Hx0lNG__serviceIconWrap{background:var(--accent-blue-light);width:56px;height:56px;color:var(--accent-blue);border:1px solid #2563eb33;border-radius:14px;justify-content:center;align-items:center;margin-bottom:1.5rem;transition:all .3s;display:flex}.home-module__Hx0lNG__serviceCard:hover .home-module__Hx0lNG__serviceIconWrap{background:var(--accent-blue);color:#fff;transform:scale(1.05)}.home-module__Hx0lNG__serviceCard h3{color:var(--text-primary);margin-bottom:.85rem;font-size:1.35rem}.home-module__Hx0lNG__serviceCard p{color:var(--text-secondary);margin-bottom:1.25rem;font-size:.95rem;line-height:1.65}.home-module__Hx0lNG__serviceList{flex-direction:column;gap:.65rem;margin:0 0 1.5rem;padding-left:0;list-style:none;display:flex}.home-module__Hx0lNG__serviceList li{color:var(--text-secondary);padding-left:1.6rem;font-size:.92rem;line-height:1.5;position:relative}.home-module__Hx0lNG__serviceList li:before{content:"✓";color:var(--accent-green);font-size:.95rem;font-weight:800;position:absolute;top:0;left:0}.home-module__Hx0lNG__serviceCardFooter{border-top:1px solid var(--border-color-subtle);margin-top:auto;padding-top:1.25rem}.home-module__Hx0lNG__whyChooseSection{background:var(--bg-surface-secondary);transition:background .3s}.home-module__Hx0lNG__featuresGrid{grid-template-columns:1fr;gap:1.75rem;display:grid}@media (min-width:768px){.home-module__Hx0lNG__featuresGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.home-module__Hx0lNG__featuresGrid{grid-template-columns:repeat(3,1fr)}}.home-module__Hx0lNG__featureCard{background:var(--card-bg);border:1.5px solid var(--card-border);box-shadow:var(--card-shadow);border-radius:20px;padding:2.25rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.home-module__Hx0lNG__featureCard:hover{box-shadow:var(--card-shadow-hover);border-color:#dc262666;transform:translateY(-5px)}.home-module__Hx0lNG__featureIcon{background:var(--accent-red-light);width:52px;height:52px;color:var(--accent-red);border:1px solid #dc262640;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.35rem;transition:all .3s;display:flex}.home-module__Hx0lNG__featureCard:hover .home-module__Hx0lNG__featureIcon{background:var(--accent-red);color:#fff}.home-module__Hx0lNG__featureCard h3{color:var(--text-primary);margin-bottom:.75rem;font-size:1.25rem}.home-module__Hx0lNG__featureCard p{color:var(--text-secondary);font-size:.95rem;line-height:1.65}.home-module__Hx0lNG__aboutSection{background:var(--bg-page);transition:background .3s}.home-module__Hx0lNG__aboutSplit{grid-template-columns:1fr;align-items:center;gap:3.5rem;display:grid}@media (min-width:1024px){.home-module__Hx0lNG__aboutSplit{grid-template-columns:1.15fr .85fr}}.home-module__Hx0lNG__aboutText h2{letter-spacing:-.03em;color:var(--text-primary);margin-bottom:1.35rem;font-size:clamp(2rem,5vw,3.25rem);font-weight:800}.home-module__Hx0lNG__aboutContent p{color:var(--text-secondary);margin-bottom:1.25rem;font-size:1.08rem;line-height:1.75}.home-module__Hx0lNG__pillarsGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;margin-top:2rem;display:grid}.home-module__Hx0lNG__pillarCard{background:var(--card-bg);border:1.5px solid var(--card-border);box-shadow:var(--shadow-sm);border-radius:14px;padding:1.35rem;transition:background .3s,border-color .3s}.home-module__Hx0lNG__pillarCard h4{color:var(--text-primary);align-items:center;gap:.5rem;margin-bottom:.35rem;font-size:1.05rem;display:flex}.home-module__Hx0lNG__pillarCard p{color:var(--text-secondary);margin:0;font-size:.88rem;line-height:1.5}.home-module__Hx0lNG__founderCard{background:var(--card-bg);color:var(--text-primary);border:1.5px solid var(--card-border);box-shadow:var(--card-shadow);border-radius:24px;padding:3rem 2.5rem;transition:all .3s;position:relative}[data-theme=dark] .home-module__Hx0lNG__founderCard{border-color:var(--border-color);background:linear-gradient(135deg,#171b23 0%,#0d0f12 100%)}@media (max-width:576px){.home-module__Hx0lNG__founderCard{border-radius:18px;padding:2rem 1.5rem}}.home-module__Hx0lNG__quoteSymbol{color:var(--accent-red-light);font-family:Georgia,serif;font-size:4.5rem;line-height:1;position:absolute;top:1.5rem;right:2rem}.home-module__Hx0lNG__founderCard h3{color:var(--text-primary);align-items:center;gap:.65rem;margin-bottom:1.25rem;font-size:1.4rem;display:flex}.home-module__Hx0lNG__founderCard p{color:var(--text-secondary);margin-bottom:1rem;font-size:1.02rem;line-height:1.75}.home-module__Hx0lNG__founderProfile{border-top:1px solid var(--border-color);align-items:center;gap:1rem;margin-top:2rem;padding-top:1.5rem;display:flex}.home-module__Hx0lNG__founderAvatar{color:#fff;background:linear-gradient(135deg,#e02424 0%,#b91c1c 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.25rem;font-weight:800;display:flex}.home-module__Hx0lNG__founderMeta strong{color:var(--text-primary);font-size:1.1rem;display:block}.home-module__Hx0lNG__founderMeta span{color:var(--text-muted);font-size:.85rem;display:block}.home-module__Hx0lNG__statsSection{background:var(--bg-surface-secondary);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);padding:4.5rem 0;transition:background .3s,border-color .3s}.home-module__Hx0lNG__ctaBanner{background:var(--bg-surface);text-align:center;border-top:1px solid var(--border-color);padding:5rem 0;transition:background .3s,border-color .3s}.home-module__Hx0lNG__ctaBanner h2{color:var(--text-primary);margin-bottom:1rem;font-size:clamp(1.85rem,4.5vw,2.75rem)}.home-module__Hx0lNG__ctaBanner p{color:var(--text-secondary);margin-bottom:2rem;font-size:1.1rem}.home-module__Hx0lNG__gallerySection{background:var(--bg-page);transition:background .3s}.home-module__Hx0lNG__galleryGrid{grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:1.5rem;display:grid}@media (max-width:480px){.home-module__Hx0lNG__galleryGrid{grid-template-columns:1fr}}.home-module__Hx0lNG__galleryCard{aspect-ratio:4/3;box-shadow:var(--card-shadow);border:1.5px solid var(--card-border);background:var(--card-bg);border-radius:18px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.home-module__Hx0lNG__galleryCard:hover{box-shadow:var(--card-shadow-hover);transform:translateY(-4px)}.home-module__Hx0lNG__galleryOverlay{color:#fff;background:linear-gradient(#0000 0%,#0003 40%,#000000d9 100%);align-items:flex-end;padding:1.25rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.home-module__Hx0lNG__galleryCaption{text-shadow:0 1px 3px #00000080;font-size:.95rem;font-weight:600}.home-module__Hx0lNG__contactSection{background:var(--bg-page);transition:background .3s}.home-module__Hx0lNG__contactSplit{grid-template-columns:1fr;gap:2.5rem;display:grid}@media (min-width:1024px){.home-module__Hx0lNG__contactSplit{grid-template-columns:1.15fr .85fr}}.home-module__Hx0lNG__bookingCard{background:var(--card-bg);border:1.5px solid var(--card-border);box-shadow:var(--card-shadow);border-radius:24px;padding:3rem 2.5rem;transition:background .3s,border-color .3s}@media (max-width:576px){.home-module__Hx0lNG__bookingCard{border-radius:18px;padding:2rem 1.5rem}}.home-module__Hx0lNG__bookingCard h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.6rem}.home-module__Hx0lNG__bookingCard p{color:var(--text-secondary);margin-bottom:2rem;font-size:.98rem}.home-module__Hx0lNG__formRow{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}@media (max-width:640px){.home-module__Hx0lNG__formRow{grid-template-columns:1fr;gap:0}}.home-module__Hx0lNG__inputGroup{margin-bottom:1.35rem}.home-module__Hx0lNG__inputGroup label{color:var(--text-primary);letter-spacing:.5px;margin-bottom:.45rem;font-size:.8rem;font-weight:700;display:block}.home-module__Hx0lNG__inputGroup input,.home-module__Hx0lNG__inputGroup select{border:1.5px solid var(--input-border);background:var(--input-bg);width:100%;color:var(--input-text);border-radius:12px;padding:.9rem 1.1rem;font-family:inherit;font-size:.95rem;transition:all .2s}.home-module__Hx0lNG__inputGroup input:focus,.home-module__Hx0lNG__inputGroup select:focus{border-color:var(--accent-red);background:var(--bg-surface);box-shadow:0 0 0 4px var(--accent-red-glow);outline:none}.home-module__Hx0lNG__statusSuccess{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;align-items:center;gap:.75rem;margin-top:1.25rem;padding:1rem 1.25rem;font-weight:600;display:flex}.home-module__Hx0lNG__statusError{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;align-items:center;gap:.75rem;margin-top:1.25rem;padding:1rem 1.25rem;font-weight:600;display:flex}.home-module__Hx0lNG__contactInfoHub{flex-direction:column;gap:1.5rem;display:flex}.home-module__Hx0lNG__infoCard{background:var(--card-bg);color:var(--text-primary);border:1.5px solid var(--card-border);box-shadow:var(--card-shadow);border-radius:24px;padding:2.25rem;transition:background .3s,border-color .3s}@media (max-width:576px){.home-module__Hx0lNG__infoCard{border-radius:18px;padding:1.75rem 1.25rem}}.home-module__Hx0lNG__infoCard h3{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.35rem}.home-module__Hx0lNG__infoItem{align-items:flex-start;gap:1rem;margin-bottom:1.35rem;display:flex}.home-module__Hx0lNG__infoIcon{background:var(--accent-red-light);width:42px;height:42px;color:var(--accent-red);border:1px solid #dc26264d;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.home-module__Hx0lNG__infoItem strong{text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);margin-bottom:2px;font-size:.82rem;display:block}.home-module__Hx0lNG__infoItem p,.home-module__Hx0lNG__infoItem a{color:var(--text-primary);margin:0;font-size:.98rem}.home-module__Hx0lNG__mapWrapper{border:1px solid var(--border-color);min-height:280px;box-shadow:var(--shadow-sm);border-radius:20px;overflow:hidden}.home-module__Hx0lNG__footer{background:var(--footer-bg);color:var(--footer-text);border-top:1px solid var(--footer-border);padding:5rem 0 2rem;transition:background .3s,border-color .3s,color .3s}.home-module__Hx0lNG__footerGrid{grid-template-columns:1fr;gap:3rem;margin-bottom:4rem;display:grid}@media (min-width:640px){.home-module__Hx0lNG__footerGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.home-module__Hx0lNG__footerGrid{grid-template-columns:1.5fr 1fr 1fr 1.25fr}}.home-module__Hx0lNG__footerCol h4{color:var(--footer-heading);letter-spacing:-.01em;margin-bottom:1.35rem;font-size:1.1rem;transition:color .3s}.home-module__Hx0lNG__footerCol p{color:var(--footer-text);margin-bottom:1.25rem;font-size:.92rem;line-height:1.7;transition:color .3s}.home-module__Hx0lNG__footerLinks{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.home-module__Hx0lNG__footerLinks a{color:var(--footer-link);font-size:.92rem;transition:color .2s,transform .2s;display:inline-block}.home-module__Hx0lNG__footerLinks a:hover{color:var(--footer-link-hover);transform:translate(4px)}.home-module__Hx0lNG__footerBottom{border-top:1px solid var(--footer-border);color:var(--footer-text);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;font-size:.88rem;display:flex}@media (max-width:640px){.home-module__Hx0lNG__footerBottom{text-align:center;flex-direction:column}}.home-module__Hx0lNG__adminLink{color:var(--footer-link);font-size:.82rem;text-decoration:none;transition:color .2s}.home-module__Hx0lNG__adminLink:hover{color:var(--accent-red)}.home-module__Hx0lNG__floatingActions{z-index:999;flex-direction:column;gap:12px;display:flex;position:fixed;bottom:24px;right:24px}.home-module__Hx0lNG__floatingBtn{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;transition:transform .25s,box-shadow .25s;display:flex;box-shadow:0 8px 25px #00000040}.home-module__Hx0lNG__floatingBtn:hover{transform:scale(1.1);box-shadow:0 12px 30px #00000059}.home-module__Hx0lNG__floatingWhatsapp{background:#22c55e}.home-module__Hx0lNG__floatingPhone{background:#2563eb}
