.Navbar-module__cJzEcG__header{z-index:100;height:var(--header-height);transition:var(--transition-smooth);align-items:center;display:flex;position:sticky;top:0;left:0;right:0}.Navbar-module__cJzEcG__headerScrolled{-webkit-backdrop-filter:blur(12px);box-shadow:var(--shadow-md);background:#ffffffd9;border-bottom:1px solid #0f4c811a;height:70px}.Navbar-module__cJzEcG__navContainer{justify-content:space-between;align-items:center;width:100%;display:flex}.Navbar-module__cJzEcG__logo{font-family:var(--font-display);color:var(--primary-blue);align-items:center;gap:.5rem;font-size:1.35rem;font-weight:800;display:flex}.Navbar-module__cJzEcG__logoText{background:linear-gradient(135deg, var(--primary-blue) 40%, var(--accent-orange) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.Navbar-module__cJzEcG__logoIcon{color:var(--accent-orange)}.Navbar-module__cJzEcG__navLinks{align-items:center;gap:2rem;list-style:none;display:flex}.Navbar-module__cJzEcG__navLink{color:var(--slate-700);padding:.25rem 0;font-size:.95rem;font-weight:600;position:relative}.Navbar-module__cJzEcG__navLink:hover,.Navbar-module__cJzEcG__navLinkActive{color:var(--primary-blue)}.Navbar-module__cJzEcG__navLink:after{content:"";background-color:var(--accent-orange);width:0;height:2px;transition:var(--transition-smooth);position:absolute;bottom:0;left:0}.Navbar-module__cJzEcG__navLink:hover:after,.Navbar-module__cJzEcG__navLinkActive:after{width:100%}.Navbar-module__cJzEcG__actions{align-items:center;gap:1rem;display:flex}.Navbar-module__cJzEcG__mobileMenuBtn{color:var(--slate-800);padding:.25rem;font-size:1.5rem;display:none}.Navbar-module__cJzEcG__mobileMenu{background-color:var(--white);width:280px;box-shadow:var(--shadow-xl);z-index:1000;transition:var(--transition-smooth);flex-direction:column;gap:2rem;padding:2rem 1.5rem;display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%)}.Navbar-module__cJzEcG__mobileMenuOpen{transform:translate(0)}.Navbar-module__cJzEcG__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;opacity:0;visibility:hidden;transition:var(--transition-smooth);background-color:#0006;position:fixed;inset:0}.Navbar-module__cJzEcG__backdropVisible{opacity:1;visibility:visible}.Navbar-module__cJzEcG__mobileNavLinks{flex-direction:column;gap:1.5rem;list-style:none;display:flex}.Navbar-module__cJzEcG__mobileNavLink{color:var(--slate-800);font-size:1.1rem;font-weight:600}.Navbar-module__cJzEcG__mobileNavLink:hover{color:var(--primary-blue)}.Navbar-module__cJzEcG__closeBtn{color:var(--slate-700);align-self:flex-end}@media (max-width:992px){.Navbar-module__cJzEcG__navLinks,.Navbar-module__cJzEcG__desktopAction{display:none}.Navbar-module__cJzEcG__mobileMenuBtn{display:block}}
.Footer-module__S6Hkya__footer{background-color:var(--slate-900);color:var(--slate-200);border-top:5px solid var(--accent-orange);margin-top:auto;padding:4.5rem 0 2rem}.Footer-module__S6Hkya__grid{grid-template-columns:2fr 1fr 1fr 2fr;gap:3rem;margin-bottom:3.5rem;display:grid}.Footer-module__S6Hkya__brandCol{flex-direction:column;gap:1.25rem;display:flex}.Footer-module__S6Hkya__logo{font-family:var(--font-display);color:var(--white);align-items:center;gap:.5rem;font-size:1.5rem;font-weight:800;display:flex}.Footer-module__S6Hkya__logoIcon{color:var(--accent-orange)}.Footer-module__S6Hkya__logoText{background:linear-gradient(135deg, var(--white) 50%, var(--accent-orange) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.Footer-module__S6Hkya__description{color:#94a3b8;font-size:.95rem;line-height:1.6}.Footer-module__S6Hkya__socials{align-items:center;gap:1rem;margin-top:.5rem;display:flex}.Footer-module__S6Hkya__socialIcon{width:40px;height:40px;color:var(--slate-200);transition:var(--transition-smooth);background-color:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;display:flex}.Footer-module__S6Hkya__socialIcon:hover{background-color:var(--accent-orange);color:var(--white);transform:translateY(-3px)}.Footer-module__S6Hkya__colTitle{font-family:var(--font-display);color:var(--white);margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.1rem;font-weight:700;position:relative}.Footer-module__S6Hkya__colTitle:after{content:"";background-color:var(--accent-orange);width:40px;height:2px;position:absolute;bottom:0;left:0}.Footer-module__S6Hkya__links{flex-direction:column;gap:.75rem;list-style:none;display:flex}.Footer-module__S6Hkya__link{color:#94a3b8;transition:var(--transition-smooth);font-size:.95rem}.Footer-module__S6Hkya__link:hover{color:var(--white);padding-left:5px}.Footer-module__S6Hkya__contactList{flex-direction:column;gap:1rem;list-style:none;display:flex}.Footer-module__S6Hkya__contactItem{color:#94a3b8;align-items:flex-start;gap:.75rem;font-size:.95rem;display:flex}.Footer-module__S6Hkya__contactItem svg{color:var(--accent-orange);flex-shrink:0;margin-top:.25rem}.Footer-module__S6Hkya__contactValue{line-height:1.4}.Footer-module__S6Hkya__contactValue a:hover{color:var(--white)}.Footer-module__S6Hkya__bottom{color:#64748b;border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.85rem;display:flex}.Footer-module__S6Hkya__bottomLinks{gap:1.5rem;display:flex}.Footer-module__S6Hkya__bottomLink:hover{color:var(--slate-300)}@media (max-width:992px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr 1fr;gap:2.5rem}}@media (max-width:576px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr;gap:2rem}.Footer-module__S6Hkya__bottom{text-align:center;flex-direction:column;gap:1rem}}
.admin-module__4WpgRW__dashboard{background-color:#f8fafc;min-height:100vh;padding-top:0;display:flex}.admin-module__4WpgRW__sidebar{background-color:#0b1a30;border-right:1px solid #ffffff0d;flex-direction:column;flex-shrink:0;justify-content:space-between;width:230px;padding:1.75rem 1rem;display:flex;box-shadow:10px 0 30px #0000000d}.admin-module__4WpgRW__sidebarNav{flex-direction:column;gap:.45rem;display:flex}.admin-module__4WpgRW__brandSlot{border-bottom:1px solid #ffffff1a;align-items:center;gap:.6rem;margin-bottom:1.25rem;padding:0 .5rem 1.25rem;display:flex}.admin-module__4WpgRW__brandText{font-family:var(--font-display);color:var(--white);letter-spacing:.5px;font-size:1rem;font-weight:800}.admin-module__4WpgRW__sidebarBtn{border-radius:var(--border-radius-sm);color:#ffffffb3;text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:.65rem;width:100%;padding:.65rem .85rem;font-size:.875rem;font-weight:600;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex}.admin-module__4WpgRW__sidebarBtn:hover{color:var(--white);background-color:#ffffff0d}.admin-module__4WpgRW__sidebarBtnActive{border-left:3px solid var(--accent-orange);background:linear-gradient(135deg,#f2652226 0%,#f2652240 100%);padding-left:calc(.85rem - 3px);color:var(--accent-orange)!important}.admin-module__4WpgRW__profileSlot{border-top:1px solid #ffffff1a;flex-direction:column;gap:.75rem;padding-top:1rem;display:flex}.admin-module__4WpgRW__profileInfo{flex-direction:column;padding-left:.35rem;display:flex}.admin-module__4WpgRW__profileEmail{color:#fffc;text-overflow:ellipsis;white-space:nowrap;font-size:.8rem;font-weight:600;overflow:hidden}.admin-module__4WpgRW__profileRole{color:var(--accent-orange);text-transform:uppercase;margin-top:.1rem;font-size:.7rem;font-weight:700}.admin-module__4WpgRW__logoutBtn{color:#ef4444;border-radius:var(--border-radius-sm);background-color:#ef44441a;border:1px solid #ef444433;justify-content:center;align-items:center;gap:.4rem;width:100%;padding:.55rem;font-size:.825rem;font-weight:600;transition:all .2s;display:flex}.admin-module__4WpgRW__logoutBtn:hover{color:var(--white);background-color:#ef4444;border-color:#ef4444}.admin-module__4WpgRW__mainContent{flex-grow:1;padding:1.75rem 2rem;overflow-y:auto}.admin-module__4WpgRW__pageHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.admin-module__4WpgRW__pageTitle{color:#0f172a;font-size:1.5rem;font-weight:800}.admin-module__4WpgRW__statsGrid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.75rem;display:grid}.admin-module__4WpgRW__statCard{background-color:var(--white);border-radius:var(--border-radius-md);border:1px solid #e2e8f0;align-items:center;gap:.85rem;padding:.85rem 1.15rem;display:flex;box-shadow:0 2px 4px #00000005}.admin-module__4WpgRW__statIconWrapper{border-radius:var(--border-radius-sm);width:38px;height:38px;color:var(--primary-blue);background-color:#0f4c810d;flex-shrink:0;justify-content:center;align-items:center;display:flex}.admin-module__4WpgRW__statIconWrapper svg{width:18px;height:18px}.admin-module__4WpgRW__statDetails{flex-direction:column;display:flex}.admin-module__4WpgRW__statValue{color:#0f172a;font-size:1.35rem;font-weight:800;line-height:1.1}.admin-module__4WpgRW__statLabel{color:var(--text-light);margin-top:.15rem;font-size:.775rem;font-weight:600}.admin-module__4WpgRW__panel{background-color:var(--white);border-radius:var(--border-radius-md);border:1px solid #e2e8f0;margin-bottom:1.75rem;padding:1.5rem;box-shadow:0 4px 6px -1px #00000008}.admin-module__4WpgRW__panelTitle{color:#0f172a;border-bottom:1.5px solid #f1f5f9;align-items:center;gap:.4rem;margin-bottom:1.25rem;padding-bottom:.65rem;font-size:1.1rem;font-weight:800;display:flex}.admin-module__4WpgRW__panelTitle svg{width:16px;height:16px}.admin-module__4WpgRW__form{flex-direction:column;gap:1rem;display:flex}.admin-module__4WpgRW__formGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.admin-module__4WpgRW__formGroup{flex-direction:column;gap:.35rem;display:flex}.admin-module__4WpgRW__formGroupFull{grid-column:1/-1}.admin-module__4WpgRW__label{color:#475569;font-size:.8rem;font-weight:700}.admin-module__4WpgRW__input,.admin-module__4WpgRW__textarea,.admin-module__4WpgRW__select{border-radius:var(--border-radius-sm);color:#0f172a;background-color:var(--white);border:1.5px solid #cbd5e1;outline:none;padding:.55rem .75rem;font-size:.875rem;transition:all .2s cubic-bezier(.16,1,.3,1)}.admin-module__4WpgRW__input:focus,.admin-module__4WpgRW__textarea:focus,.admin-module__4WpgRW__select:focus{border-color:var(--primary-blue);box-shadow:0 0 0 3px #0f4c8114}.admin-module__4WpgRW__textarea{resize:vertical;min-height:90px}.admin-module__4WpgRW__tableWrapper{border-radius:var(--border-radius-sm);border:1px solid #e2e8f0;overflow-x:auto}.admin-module__4WpgRW__table{border-collapse:collapse;text-align:left;background-color:var(--white);width:100%;font-size:.825rem}.admin-module__4WpgRW__table th{color:#475569;text-transform:uppercase;letter-spacing:.5px;background-color:#f8fafc;border-bottom:2px solid #e2e8f0;padding:.75rem .85rem;font-size:.7rem;font-weight:700}.admin-module__4WpgRW__table td{color:#0f172a;vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:.75rem .85rem}.admin-module__4WpgRW__table tr:last-child td{border-bottom:none}.admin-module__4WpgRW__table tr:hover td{background-color:#f8fafc}.admin-module__4WpgRW__msgCell{text-overflow:ellipsis;white-space:nowrap;max-width:220px;overflow:hidden}.admin-module__4WpgRW__dropzone{border-radius:var(--border-radius-md);text-align:center;cursor:pointer;background-color:#f8fafc;border:1.5px dashed #cbd5e1;padding:2rem 1.5rem;transition:all .2s}.admin-module__4WpgRW__dropzone:hover{border-color:var(--primary-blue);background-color:#0f4c8105}.admin-module__4WpgRW__dropzoneIcon{color:#94a3b8;margin-bottom:.5rem;width:24px!important;height:24px!important}.admin-module__4WpgRW__dropzoneText{color:#475569;font-size:.85rem;font-weight:600}.admin-module__4WpgRW__dropzoneSub{color:#94a3b8;margin-top:.15rem;font-size:.75rem}.admin-module__4WpgRW__previewGrid{grid-template-columns:repeat(6,1fr);gap:.75rem;margin-top:1rem;display:grid}.admin-module__4WpgRW__previewCard{border-radius:var(--border-radius-sm);height:70px;box-shadow:var(--shadow-sm);border:1px solid #cbd5e1;position:relative;overflow:hidden}.admin-module__4WpgRW__removeImgBtn{color:var(--white);cursor:pointer;background-color:#0f111ab3;border:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.75rem;transition:background-color .2s;display:flex;position:absolute;top:.25rem;right:.25rem}.admin-module__4WpgRW__removeImgBtn:hover{background-color:#ef4444}.admin-module__4WpgRW__projectGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.admin-module__4WpgRW__projectCard{background-color:var(--white);border-radius:var(--border-radius-md);border:1px solid #e2e8f0;gap:.85rem;padding:.85rem;transition:all .25s;display:flex}.admin-module__4WpgRW__projectCard:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.admin-module__4WpgRW__projectImgWrapper{border-radius:var(--border-radius-sm);border:1px solid #e2e8f0;flex-shrink:0;width:110px;height:75px;position:relative;overflow:hidden}.admin-module__4WpgRW__projectCardInfo{flex-direction:column;flex-grow:1;justify-content:space-between;display:flex}.admin-module__4WpgRW__projectCardTitle{color:#0f172a;font-size:.95rem;font-weight:800;line-height:1.2}.admin-module__4WpgRW__projectCardLoc{color:var(--text-light);align-items:center;gap:.2rem;margin-top:.15rem;font-size:.8rem;font-weight:500;display:flex}.admin-module__4WpgRW__projectCardActions{gap:.35rem;margin-top:.35rem;display:flex}.admin-module__4WpgRW__statusBadge{border-radius:var(--border-radius-full);text-transform:uppercase;letter-spacing:.5px;align-items:center;padding:.15rem .5rem;font-size:.7rem;font-weight:700;display:inline-flex}.admin-module__4WpgRW__statusPending{color:#b45309;background-color:#fffbeb;border:1px solid #fef3c7}.admin-module__4WpgRW__statusRead{color:#1d4ed8;background-color:#eff6ff;border:1px solid #dbeafe}.admin-module__4WpgRW__statusResponded{color:#047857;background-color:#ecfdf5;border:1px solid #d1fae5}.admin-module__4WpgRW__servicesGrid{flex-wrap:wrap;gap:.75rem;display:flex}.admin-module__4WpgRW__serviceTag{border-radius:var(--border-radius-sm);color:#334155;background-color:#f1f5f9;border:1px solid #e2e8f0;align-items:center;gap:.5rem;padding:.45rem .75rem;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.admin-module__4WpgRW__serviceTag:hover{color:#0f172a;background-color:#e2e8f0}.admin-module__4WpgRW__deleteTagBtn{color:#94a3b8;cursor:pointer;background:0 0;border:none;align-items:center;transition:color .2s;display:flex}.admin-module__4WpgRW__deleteTagBtn:hover{color:#ef4444}.admin-module__4WpgRW__btnGroup{gap:.75rem;display:flex}.admin-module__4WpgRW__btnPrimary{background-color:var(--primary-blue);color:var(--white);border-radius:var(--border-radius-sm);cursor:pointer;transition:var(--transition-smooth);border:none;justify-content:center;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.85rem;font-weight:700;display:inline-flex}.admin-module__4WpgRW__btnPrimary:hover{background-color:#092d4f;transform:translateY(-1px)}.admin-module__4WpgRW__btnSecondary{background-color:var(--white);color:#475569;border-radius:var(--border-radius-sm);cursor:pointer;transition:var(--transition-smooth);border:1.5px solid #cbd5e1;justify-content:center;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.85rem;font-weight:700;display:inline-flex}.admin-module__4WpgRW__btnSecondary:hover{color:#0f172a;background-color:#f8fafc;border-color:#94a3b8}.admin-module__4WpgRW__btnDanger{color:#ef4444;border-radius:var(--border-radius-sm);cursor:pointer;transition:var(--transition-smooth);background-color:#fef2f2;border:1.5px solid #fca5a5;justify-content:center;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.85rem;font-weight:700;display:inline-flex}.admin-module__4WpgRW__btnDanger:hover{color:var(--white);background-color:#ef4444;border-color:#ef4444}.admin-module__4WpgRW__alertBox{z-index:10000;border-radius:var(--border-radius-sm);align-items:center;gap:.5rem;max-width:350px;padding:.75rem 1.25rem;font-size:.85rem;font-weight:600;animation:.3s cubic-bezier(.16,1,.3,1) admin-module__4WpgRW__slideIn;display:flex;position:fixed;top:90px;right:2rem;box-shadow:0 10px 15px -3px #0000001a}.admin-module__4WpgRW__alertSuccess{color:#047857;background-color:#ecfdf5;border:1px solid #a7f3d0}.admin-module__4WpgRW__alertError{color:#e53e3e;background-color:#fff5f5;border:1px solid #fed7d7}@keyframes admin-module__4WpgRW__slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.admin-module__4WpgRW__modalBackdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:11000;background-color:#0b1a3080;justify-content:center;align-items:center;animation:.2s admin-module__4WpgRW__fadeIn;display:flex;position:fixed;inset:0}.admin-module__4WpgRW__modalContent{background-color:var(--white);border-radius:var(--border-radius-md);flex-direction:column;width:90%;max-width:580px;max-height:90vh;animation:.25s cubic-bezier(.16,1,.3,1) admin-module__4WpgRW__modalSlideUp;display:flex;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.admin-module__4WpgRW__modalHeader{background-color:#f8fafc;border-bottom:1.5px solid #f1f5f9;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.admin-module__4WpgRW__modalTitle{color:#0f172a;text-transform:capitalize;margin:0;font-size:1.05rem;font-weight:800}.admin-module__4WpgRW__modalCloseBtn{color:#94a3b8;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:color .2s;display:flex}.admin-module__4WpgRW__modalCloseBtn:hover{color:#ef4444}.admin-module__4WpgRW__modalBody{flex-direction:column;gap:.85rem;padding:1.25rem;display:flex;overflow-y:auto}.admin-module__4WpgRW__modalDetailGrid{grid-template-columns:repeat(2,1fr);gap:.75rem 1.25rem;display:grid}.admin-module__4WpgRW__modalDetailItem{flex-direction:column;gap:.15rem;font-size:.825rem;display:flex}.admin-module__4WpgRW__modalMetaLabel{color:#475569;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:700}.admin-module__4WpgRW__modalMetaVal{color:#0f172a;font-weight:600}.admin-module__4WpgRW__modalLink{color:var(--primary-blue);word-break:break-all;font-weight:600;text-decoration:underline}.admin-module__4WpgRW__modalImagesGrid{grid-template-columns:repeat(4,1fr);gap:.6rem;margin-top:.4rem;display:grid}.admin-module__4WpgRW__modalImageCard{border-radius:var(--border-radius-sm);border:1px solid #cbd5e1;height:65px;overflow:hidden}@keyframes admin-module__4WpgRW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes admin-module__4WpgRW__modalSlideUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@media (max-width:992px){.admin-module__4WpgRW__dashboard{flex-direction:column}.admin-module__4WpgRW__sidebar{border-bottom:1px solid #cbd5e1;border-right:none;flex-direction:row;gap:1rem;width:100%;padding:.75rem;overflow-x:auto}.admin-module__4WpgRW__brandSlot{border-bottom:none;margin-bottom:0;padding:0}.admin-module__4WpgRW__sidebarNav{flex-direction:row;gap:.4rem}.admin-module__4WpgRW__sidebarBtn{white-space:nowrap;width:auto;padding:.55rem .75rem}.admin-module__4WpgRW__sidebarBtnActive{border-left:none;border-bottom:3px solid var(--accent-orange);padding-bottom:calc(.55rem - 3px);padding-left:.75rem}.admin-module__4WpgRW__profileSlot{display:none}.admin-module__4WpgRW__statsGrid{grid-template-columns:repeat(2,1fr)}.admin-module__4WpgRW__projectGrid{grid-template-columns:1fr}.admin-module__4WpgRW__mainContent{padding:1.25rem 1.5rem}}@media (max-width:576px){.admin-module__4WpgRW__statsGrid,.admin-module__4WpgRW__formGrid{grid-template-columns:1fr}.admin-module__4WpgRW__previewGrid{grid-template-columns:repeat(3,1fr)}}
.contact-module__swMWYG__headerSection{background:linear-gradient(135deg, #092d4f 0%, var(--primary-blue) 100%);color:var(--white);text-align:center;padding:4.5rem 0 2rem;position:relative;overflow:hidden}.contact-module__swMWYG__headerSection:after{content:"";pointer-events:none;background:radial-gradient(circle at 80% 20%,#f2652226 0%,#0000 65%);position:absolute;inset:0}.contact-module__swMWYG__title{color:var(--white);margin-bottom:1rem;font-size:3rem}.contact-module__swMWYG__subtitle{color:#ffffffd9;max-width:600px;margin:0 auto;font-size:1.15rem}.contact-module__swMWYG__grid{grid-template-columns:1fr 1.5fr;gap:4rem;display:grid}.contact-module__swMWYG__infoCol{flex-direction:column;gap:2.5rem;display:flex}.contact-module__swMWYG__infoBlock{flex-direction:column;gap:1.5rem;display:flex}.contact-module__swMWYG__infoCard{background-color:var(--slate-50);border:1px solid var(--slate-100);border-radius:var(--border-radius-md);transition:var(--transition-smooth);align-items:flex-start;gap:1rem;padding:1.5rem;display:flex}.contact-module__swMWYG__infoCard:hover{background-color:var(--white);box-shadow:var(--shadow-md);border-color:rgba(var(--primary-blue-rgb), .1)}.contact-module__swMWYG__infoIcon{background-color:var(--accent-orange-light);width:48px;height:48px;color:var(--accent-orange);border-radius:var(--border-radius-sm);flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-module__swMWYG__infoCardTitle{color:var(--slate-900);margin-bottom:.25rem;font-size:1.1rem;font-weight:700}.contact-module__swMWYG__infoCardVal{color:var(--text-light);font-size:.95rem;line-height:1.5}.contact-module__swMWYG__infoCardVal a:hover{color:var(--primary-blue);text-decoration:underline}.contact-module__swMWYG__socialBox{flex-direction:column;gap:1rem;display:flex}.contact-module__swMWYG__socialTitle{color:var(--slate-900);font-size:1.25rem;font-weight:700}.contact-module__swMWYG__socialLinks{gap:1rem;display:flex}.contact-module__swMWYG__socialIcon{background-color:var(--slate-100);width:44px;height:44px;color:var(--slate-700);transition:var(--transition-smooth);border-radius:50%;justify-content:center;align-items:center;display:flex}.contact-module__swMWYG__socialIcon:hover{background-color:var(--primary-blue);color:var(--white);transform:translateY(-3px)}.contact-module__swMWYG__formCol{background-color:var(--white);border-radius:var(--border-radius-lg);border:1px solid var(--slate-100);box-shadow:var(--shadow-lg);padding:3rem;overflow:hidden}.contact-module__swMWYG__tabs{border-bottom:2px solid var(--slate-100);gap:2rem;margin-bottom:2rem;display:flex}.contact-module__swMWYG__tab{color:var(--text-light);padding:.75rem 0;font-size:1.05rem;font-weight:700;position:relative}.contact-module__swMWYG__tabActive{color:var(--primary-blue)}.contact-module__swMWYG__tabActive:after{content:"";background-color:var(--primary-blue);height:2px;position:absolute;bottom:-2px;left:0;right:0}.contact-module__swMWYG__form{flex-direction:column;gap:1rem;display:flex}.contact-module__swMWYG__submitBtn{margin-top:1rem;padding:.9rem;font-size:1rem}@media (max-width:992px){.contact-module__swMWYG__grid{grid-template-columns:1fr;gap:3rem}.contact-module__swMWYG__formCol{padding:2rem}}
.page-module___8aEwW__hero{background:radial-gradient(circle at 80% 20%, #f2652214 0%, transparent 50%), radial-gradient(circle at 10% 80%, #0f4c8114 0%, transparent 50%), linear-gradient(to bottom, #fff, var(--light-gray));min-height:80vh;padding-top:calc(var(--header-height) + 2rem);align-items:center;padding-bottom:3rem;display:flex;position:relative;overflow:hidden}.page-module___8aEwW__heroGrid{grid-template-columns:1.1fr .9fr;align-items:center;gap:3rem;width:100%;display:grid}.page-module___8aEwW__heroContent{z-index:10;position:relative}.page-module___8aEwW__heroBadge{background-color:var(--accent-orange-light);color:var(--accent-orange);border-radius:var(--border-radius-full);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.85rem;font-weight:700;display:inline-flex;box-shadow:0 2px 8px #f265221a}.page-module___8aEwW__heroTitle{margin-bottom:1.5rem;font-size:3.5rem;line-height:1.15}.page-module___8aEwW__heroTitle span{background:linear-gradient(135deg, var(--primary-blue) 0%, var(--accent-orange) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.page-module___8aEwW__heroDesc{color:var(--text-light);margin-bottom:2.5rem;font-size:1.15rem;line-height:1.7}.page-module___8aEwW__heroBtns{flex-wrap:wrap;gap:1rem;display:flex}.page-module___8aEwW__heroVisual{justify-content:center;align-items:center;width:100%;height:450px;display:flex;position:relative}.page-module___8aEwW__visualBg{z-index:1;background:linear-gradient(135deg,#0f4c811a 0%,#f265221a 100%);border-radius:30% 70% 70% 30%/30% 30% 70% 70%;width:100%;height:100%;animation:15s ease-in-out infinite alternate page-module___8aEwW__morph;position:absolute}.page-module___8aEwW__heroImgCard{z-index:2;border-radius:var(--border-radius-lg);width:95%;height:90%;box-shadow:var(--shadow-xl);border:4px solid var(--white);position:relative;overflow:hidden;transform:rotate(1deg)}@keyframes page-module___8aEwW__morph{0%{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}50%{border-radius:70% 30% 52% 48%/60% 40%}to{border-radius:42% 58% 29% 71%/49% 61% 39% 51%}}.page-module___8aEwW__stats{background-color:var(--white);box-shadow:var(--shadow-lg);border-radius:var(--border-radius-md);z-index:20;border:1px solid var(--slate-100);margin-top:-4rem;position:relative}.page-module___8aEwW__statsGrid{text-align:center;grid-template-columns:repeat(4,1fr);padding:2rem;display:grid}.page-module___8aEwW__statItem{border-right:1px solid var(--slate-100)}.page-module___8aEwW__statItem:last-child{border-right:none}.page-module___8aEwW__statNum{font-family:var(--font-display);color:var(--primary-blue);margin-bottom:.25rem;font-size:2.5rem;font-weight:800;line-height:1.1}.page-module___8aEwW__statLabel{color:var(--text-light);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:600}.page-module___8aEwW__secHeader{text-align:center;max-width:600px;margin:0 auto 3.5rem}.page-module___8aEwW__secBadge{color:var(--accent-orange);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;font-size:.85rem;font-weight:700;display:block}.page-module___8aEwW__secTitle{color:var(--slate-900);margin-bottom:1rem;font-size:2.25rem}.page-module___8aEwW__secDesc{color:var(--text-light);font-size:1rem}.page-module___8aEwW__servicesGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.page-module___8aEwW__serviceCard{background:var(--white);border-radius:var(--border-radius-md);box-shadow:var(--shadow-md);border:1px solid var(--slate-100);transition:var(--transition-smooth);flex-direction:column;display:flex;overflow:hidden}.page-module___8aEwW__serviceCard:hover{box-shadow:var(--shadow-xl);border-color:rgba(var(--accent-orange-rgb), .2);transform:translateY(-8px)}.page-module___8aEwW__serviceImg{width:100%;height:200px;position:relative}.page-module___8aEwW__serviceBody{flex-direction:column;flex-grow:1;gap:.75rem;padding:1.5rem;display:flex}.page-module___8aEwW__serviceTitle{color:var(--slate-900);font-size:1.25rem;font-weight:700}.page-module___8aEwW__serviceDesc{color:var(--text-light);flex-grow:1;font-size:.9rem;line-height:1.5}.page-module___8aEwW__serviceLink{color:var(--primary-blue);align-items:center;gap:.25rem;margin-top:.5rem;font-size:.875rem;font-weight:700;display:inline-flex}.page-module___8aEwW__serviceLink:hover{color:var(--accent-orange)}.page-module___8aEwW__aboutGrid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.page-module___8aEwW__aboutVisual{height:480px;position:relative}.page-module___8aEwW__aboutImgCard1{border-radius:var(--border-radius-md);width:70%;height:75%;box-shadow:var(--shadow-lg);border:4px solid var(--white);z-index:2;position:absolute;top:0;left:0;overflow:hidden}.page-module___8aEwW__aboutImgCard2{border-radius:var(--border-radius-md);width:60%;height:65%;box-shadow:var(--shadow-xl);border:4px solid var(--white);z-index:3;position:absolute;bottom:0;right:0;overflow:hidden}.page-module___8aEwW__aboutBadgeCard{background-color:var(--accent-orange);color:var(--white);border-radius:var(--border-radius-md);box-shadow:var(--shadow-xl);text-align:center;z-index:4;padding:1.5rem;animation:4s ease-in-out infinite page-module___8aEwW__float;position:absolute;top:50%;left:45%;transform:translate(-50%,-50%)}.page-module___8aEwW__aboutBadgeNum{font-family:var(--font-display);font-size:2.25rem;font-weight:800;line-height:1}.page-module___8aEwW__aboutBadgeText{text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:700}@keyframes page-module___8aEwW__float{0%,to{transform:translate(-50%,-50%)translateY(0)}50%{transform:translate(-50%,-50%)translateY(-10px)}}.page-module___8aEwW__aboutContent{flex-direction:column;gap:1.25rem;display:flex}.page-module___8aEwW__aboutList{flex-direction:column;gap:.75rem;margin:1rem 0;list-style:none;display:flex}.page-module___8aEwW__aboutListItem{color:var(--slate-800);align-items:center;gap:.75rem;font-size:.95rem;font-weight:600;display:flex}.page-module___8aEwW__aboutListItem svg{color:var(--accent-orange)}.page-module___8aEwW__whyBg{background-color:var(--slate-50);border-top:1px solid var(--slate-100);border-bottom:1px solid var(--slate-100)}.page-module___8aEwW__whyGrid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.page-module___8aEwW__whyCard{background:var(--white);border-radius:var(--border-radius-md);box-shadow:var(--shadow-sm);border:1px solid var(--slate-100);transition:var(--transition-smooth);text-align:center;padding:2.5rem 2rem}.page-module___8aEwW__whyCard:hover{box-shadow:var(--shadow-lg);border-color:rgba(var(--primary-blue-rgb), .15);transform:translateY(-5px)}.page-module___8aEwW__whyIcon{border-radius:var(--border-radius-md);width:60px;height:60px;color:var(--primary-blue);transition:var(--transition-smooth);background-color:#0f4c810f;justify-content:center;align-items:center;margin-bottom:1.5rem;display:inline-flex}.page-module___8aEwW__whyCard:hover .page-module___8aEwW__whyIcon{background-color:var(--primary-blue);color:var(--white);transform:scale(1.05)}.page-module___8aEwW__whyCardTitle{color:var(--slate-900);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.page-module___8aEwW__whyCardDesc{color:var(--text-light);font-size:.925rem}.page-module___8aEwW__portfolioGrid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.page-module___8aEwW__portfolioCard{background:var(--white);border-radius:var(--border-radius-md);box-shadow:var(--shadow-md);border:1px solid var(--slate-100);transition:var(--transition-smooth);cursor:pointer;overflow:hidden}.page-module___8aEwW__portfolioCard:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.page-module___8aEwW__portfolioImg{width:100%;height:240px;position:relative}.page-module___8aEwW__portfolioInfo{padding:1.5rem}.page-module___8aEwW__portfolioTitle{margin-bottom:.5rem;font-size:1.15rem;font-weight:700}.page-module___8aEwW__portfolioLoc{color:var(--text-light);align-items:center;gap:.35rem;font-size:.85rem;font-weight:500;display:flex}.page-module___8aEwW__portfolioLoc svg{color:var(--accent-orange)}.page-module___8aEwW__cta{background:linear-gradient(135deg, var(--primary-blue) 0%, #082d4f 100%);color:var(--white);border-radius:var(--border-radius-lg);text-align:center;box-shadow:var(--shadow-xl);padding:4rem 3rem;position:relative;overflow:hidden}.page-module___8aEwW__cta:before{content:"";pointer-events:none;background:radial-gradient(circle,#f2652226 0%,#0000 60%);width:60%;height:200%;position:absolute;top:-50%;left:-20%}.page-module___8aEwW__ctaContent{z-index:5;max-width:700px;margin:0 auto;position:relative}.page-module___8aEwW__ctaTitle{color:var(--white);margin-bottom:1.25rem;font-size:2.5rem}.page-module___8aEwW__ctaDesc{color:#fffc;margin-bottom:2rem;font-size:1.1rem}.page-module___8aEwW__ctaBtns{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@media (max-width:1200px){.page-module___8aEwW__servicesGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:992px){.page-module___8aEwW__hero{min-height:auto;padding-top:calc(var(--header-height) + 3rem);padding-bottom:4rem}.page-module___8aEwW__heroGrid{grid-template-columns:1fr;gap:2.5rem}.page-module___8aEwW__heroContent{text-align:center;max-width:100%}.page-module___8aEwW__heroTitle{font-size:2.75rem}.page-module___8aEwW__heroDesc{font-size:1.05rem}.page-module___8aEwW__heroBtns{justify-content:center}.page-module___8aEwW__heroVisual{width:100%;height:350px;display:flex}.page-module___8aEwW__statsGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.page-module___8aEwW__statItem{border-right:none}.page-module___8aEwW__aboutGrid{grid-template-columns:1fr;gap:3rem}.page-module___8aEwW__aboutVisual{height:380px}.page-module___8aEwW__whyGrid{grid-template-columns:1fr;gap:1.5rem}.page-module___8aEwW__portfolioGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.page-module___8aEwW__heroTitle{font-size:2.25rem}.page-module___8aEwW__statsGrid{grid-template-columns:1fr;padding:1.5rem}.page-module___8aEwW__servicesGrid,.page-module___8aEwW__portfolioGrid{grid-template-columns:1fr}.page-module___8aEwW__cta{padding:2.5rem 1.5rem}.page-module___8aEwW__ctaTitle{font-size:1.85rem}}
.project-detail-module__tU5yha__detailPage{background-color:var(--white);min-height:100vh;padding-bottom:5rem}.project-detail-module__tU5yha__headerSection{background:linear-gradient(135deg, #092d4f 0%, var(--primary-blue) 100%);color:var(--white);padding:4.5rem 0 2rem;position:relative;overflow:hidden}.project-detail-module__tU5yha__headerSection:after{content:"";pointer-events:none;background:radial-gradient(circle at 80% 20%,#f2652226 0%,#0000 65%);position:absolute;inset:0}.project-detail-module__tU5yha__backLink{color:#ffffffbf;transition:var(--transition-smooth);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.85rem;font-weight:600;display:inline-flex}.project-detail-module__tU5yha__backLink:hover{color:var(--white);transform:translate(-4px)}.project-detail-module__tU5yha__projectTitle{color:var(--white);margin-bottom:1rem;font-size:2rem;line-height:1.2}.project-detail-module__tU5yha__metaRow{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.project-detail-module__tU5yha__metaItem{color:#ffffffe6;align-items:center;gap:.35rem;font-size:.85rem;font-weight:500;display:flex}.project-detail-module__tU5yha__metaIcon{color:var(--accent-orange)}.project-detail-module__tU5yha__headerDescription{color:#ffffffe6;white-space:pre-wrap;max-width:850px;margin-top:1.25rem;font-size:1rem;line-height:1.7}.project-detail-module__tU5yha__mainContent{margin-top:3rem}.project-detail-module__tU5yha__imagesGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.project-detail-module__tU5yha__imageCard{cursor:pointer}.project-detail-module__tU5yha__imageWrapper{border-radius:var(--border-radius-lg);width:100%;height:260px;box-shadow:var(--shadow-md);border:1px solid var(--slate-100);background-color:var(--light-gray);transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s;position:relative;overflow:hidden}.project-detail-module__tU5yha__imageWrapper:hover{box-shadow:var(--shadow-lg);transform:scale(1.03)}.project-detail-module__tU5yha__projectImage{object-fit:cover}.project-detail-module__tU5yha__videoSection{border-top:1px solid var(--slate-100);margin-top:4rem;padding-top:2.5rem}.project-detail-module__tU5yha__sectionTitle{color:var(--primary-blue);margin-bottom:1.5rem;font-size:1.65rem;font-weight:700}.project-detail-module__tU5yha__videoWrapper{border-radius:var(--border-radius-lg);height:0;box-shadow:var(--shadow-xl);border:1px solid var(--slate-200);padding-bottom:56.25%;position:relative;overflow:hidden}.project-detail-module__tU5yha__videoWrapper iframe{width:100%;height:100%;position:absolute;top:0;left:0}.project-detail-module__tU5yha__lightboxBackdrop{z-index:9999;background-color:#0a1929f2;justify-content:center;align-items:center;animation:.2s cubic-bezier(.16,1,.3,1) project-detail-module__tU5yha__fadeIn;display:flex;position:fixed;inset:0}.project-detail-module__tU5yha__lightboxContent{justify-content:center;align-items:center;max-width:90vw;max-height:85vh;display:flex;position:relative}.project-detail-module__tU5yha__closeBtn{color:var(--white);cursor:pointer;background:0 0;border:none;transition:transform .2s,color .2s;position:absolute;top:-3.5rem;right:0}.project-detail-module__tU5yha__closeBtn:hover{color:var(--accent-orange);transform:scale(1.1)}.project-detail-module__tU5yha__lightboxImageContainer{border-radius:var(--border-radius-lg);border:2px solid #ffffff1a;max-width:100%;max-height:80vh;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.project-detail-module__tU5yha__lightboxImage{object-fit:contain;max-width:100%;max-height:80vh;display:block}@keyframes project-detail-module__tU5yha__fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:992px){.project-detail-module__tU5yha__imagesGrid{grid-template-columns:repeat(2,1fr)}.project-detail-module__tU5yha__imageWrapper{height:220px}.project-detail-module__tU5yha__projectTitle{font-size:1.75rem}.project-detail-module__tU5yha__headerDescription{font-size:.9rem}}@media (max-width:576px){.project-detail-module__tU5yha__imagesGrid{grid-template-columns:1fr}.project-detail-module__tU5yha__imageWrapper{height:200px}.project-detail-module__tU5yha__headerSection{padding:4.5rem 0 1.5rem}.project-detail-module__tU5yha__projectTitle{font-size:1.4rem}.project-detail-module__tU5yha__closeBtn{top:-3rem}}
.projects-module__D-cxOq__headerSection{background:linear-gradient(135deg, #092d4f 0%, var(--primary-blue) 100%);color:var(--white);text-align:center;padding:4.5rem 0 2rem;position:relative;overflow:hidden}.projects-module__D-cxOq__headerSection:after{content:"";pointer-events:none;background:radial-gradient(circle at 80% 20%,#f2652226 0%,#0000 65%);position:absolute;inset:0}.projects-module__D-cxOq__title{color:var(--white);margin-bottom:1rem;font-size:3rem}.projects-module__D-cxOq__subtitle{color:#ffffffd9;max-width:600px;margin:0 auto;font-size:1.15rem}.projects-module__D-cxOq__filterBar{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3.5rem;display:flex}.projects-module__D-cxOq__filterBtn{border-radius:var(--border-radius-full);border:1px solid var(--slate-200);background-color:var(--white);color:var(--slate-700);transition:var(--transition-smooth);padding:.5rem 1.5rem;font-size:.9rem;font-weight:600}.projects-module__D-cxOq__filterBtn:hover{border-color:var(--primary-blue);color:var(--primary-blue)}.projects-module__D-cxOq__filterBtnActive{background-color:var(--primary-blue);color:var(--white);border-color:var(--primary-blue)}.projects-module__D-cxOq__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.projects-module__D-cxOq__card{background-color:var(--white);border-radius:var(--border-radius-md);border:1px solid var(--slate-100);box-shadow:var(--shadow-md);transition:var(--transition-smooth);flex-direction:column;display:flex;overflow:hidden}.projects-module__D-cxOq__card:hover{box-shadow:var(--shadow-xl);border-color:rgba(var(--accent-orange-rgb), .2);transform:translateY(-8px)}.projects-module__D-cxOq__imgWrapper{width:100%;height:250px;position:relative}.projects-module__D-cxOq__info{flex-direction:column;flex-grow:1;gap:.75rem;padding:1.5rem;display:flex}.projects-module__D-cxOq__cardTitle{color:var(--slate-900);font-size:1.35rem;font-weight:700}.projects-module__D-cxOq__meta{color:var(--text-light);align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;display:flex}.projects-module__D-cxOq__meta svg{color:var(--accent-orange)}.projects-module__D-cxOq__desc{color:var(--text-light);font-size:.925rem;line-height:1.6}.projects-module__D-cxOq__modalBackdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background-color:#0f172ab3;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.projects-module__D-cxOq__modal{background-color:var(--white);border-radius:var(--border-radius-lg);width:100%;max-width:800px;max-height:90vh;box-shadow:var(--shadow-xl);animation:.3s cubic-bezier(.34,1.56,.64,1) forwards projects-module__D-cxOq__modalScale;position:relative;overflow-y:auto}@keyframes projects-module__D-cxOq__modalScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.projects-module__D-cxOq__closeBtn{width:40px;height:40px;color:var(--slate-800);z-index:10;transition:var(--transition-smooth);background-color:#0f172a0d;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:1rem;right:1rem}.projects-module__D-cxOq__closeBtn:hover{background-color:var(--accent-orange);color:var(--white)}.projects-module__D-cxOq__modalSlider{background-color:var(--slate-900);width:100%;height:400px;position:relative}.projects-module__D-cxOq__sliderImg{object-fit:contain}.projects-module__D-cxOq__sliderNav{color:var(--slate-900);width:44px;height:44px;box-shadow:var(--shadow-md);transition:var(--transition-smooth);background-color:#ffffffd9;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.projects-module__D-cxOq__sliderNav:hover{background-color:var(--accent-orange);color:var(--white)}.projects-module__D-cxOq__sliderPrev{left:1rem}.projects-module__D-cxOq__sliderNext{right:1rem}.projects-module__D-cxOq__modalInfo{padding:2rem}.projects-module__D-cxOq__modalTitle{margin-bottom:.5rem;font-size:1.85rem}.projects-module__D-cxOq__modalDesc{color:var(--slate-700);font-size:1rem;line-height:1.7}.projects-module__D-cxOq__dots{justify-content:center;gap:.5rem;display:flex;position:absolute;bottom:1rem;left:0;right:0}.projects-module__D-cxOq__dot{background-color:#fff6;border-radius:50%;width:8px;height:8px}.projects-module__D-cxOq__dotActive{background-color:var(--accent-orange);border-radius:4px;width:24px}@media (max-width:992px){.projects-module__D-cxOq__grid{grid-template-columns:repeat(2,1fr)}.projects-module__D-cxOq__modalSlider{height:300px}}@media (max-width:576px){.projects-module__D-cxOq__grid{grid-template-columns:1fr}.projects-module__D-cxOq__modalSlider{height:220px}.projects-module__D-cxOq__modalInfo{padding:1.5rem}.projects-module__D-cxOq__modalTitle{font-size:1.45rem}}
.services-module__g8J8Uq__headerSection{background:linear-gradient(135deg, #092d4f 0%, var(--primary-blue) 100%);color:var(--white);text-align:center;padding:4.5rem 0 2rem;position:relative;overflow:hidden}.services-module__g8J8Uq__headerSection:after{content:"";pointer-events:none;background:radial-gradient(circle at 80% 20%,#f2652226 0%,#0000 65%);position:absolute;inset:0}.services-module__g8J8Uq__title{color:var(--white);margin-bottom:1rem;font-size:3rem}.services-module__g8J8Uq__subtitle{color:#ffffffd9;max-width:600px;margin:0 auto;font-size:1.15rem}.services-module__g8J8Uq__serviceBlock{grid-template-columns:1fr 1.2fr;align-items:center;gap:4.5rem;margin-bottom:6rem;display:grid}.services-module__g8J8Uq__serviceBlock:nth-child(2n){grid-template-columns:1.2fr 1fr}.services-module__g8J8Uq__serviceBlock:last-child{margin-bottom:0}.services-module__g8J8Uq__imageWrapper{border-radius:var(--border-radius-md);height:400px;box-shadow:var(--shadow-lg);border:1px solid var(--slate-200);position:relative;overflow:hidden}.services-module__g8J8Uq__contentWrapper{flex-direction:column;gap:1.25rem;display:flex}.services-module__g8J8Uq__serviceIcon{background-color:var(--accent-orange-light);width:50px;height:50px;color:var(--accent-orange);border-radius:var(--border-radius-sm);justify-content:center;align-items:center;display:inline-flex}.services-module__g8J8Uq__serviceTitle{color:var(--slate-900);font-size:2rem}.services-module__g8J8Uq__serviceDesc{color:var(--text-light);line-height:1.7}.services-module__g8J8Uq__featuresList{grid-template-columns:1fr 1fr;gap:1rem;margin:1rem 0;list-style:none;display:grid}.services-module__g8J8Uq__featureItem{color:var(--slate-800);align-items:center;gap:.65rem;font-size:.95rem;font-weight:600;display:flex}.services-module__g8J8Uq__featureItem svg{color:var(--primary-blue);flex-shrink:0}.services-module__g8J8Uq__ctaWrapper{background-color:var(--slate-50);border:1px solid var(--slate-100);border-radius:var(--border-radius-md);text-align:center;margin-top:5rem;padding:3rem}.services-module__g8J8Uq__ctaTitle{margin-bottom:1rem;font-size:1.85rem}.services-module__g8J8Uq__ctaDesc{color:var(--text-light);max-width:600px;margin-bottom:2rem;margin-left:auto;margin-right:auto}@media (max-width:992px){.services-module__g8J8Uq__serviceBlock,.services-module__g8J8Uq__serviceBlock:nth-child(2n){grid-template-columns:1fr;gap:2.5rem}.services-module__g8J8Uq__imageWrapper{height:300px}.services-module__g8J8Uq__serviceBlock:nth-child(2n) .services-module__g8J8Uq__imageWrapper{order:-1}.services-module__g8J8Uq__featuresList{grid-template-columns:1fr}}
