.fe-root{--color-primary:#0d9488;--color-primary-dark:#0f766e;--color-primary-light:#14b8a6;--color-accent:#e8c840;--color-accent-hover:#f0d45a;--color-dark:#0f172a;--color-dark-alt:#1e293b;--color-dark-card:#1a2332;--color-white:#fff;--color-gray-50:#f8fafc;--color-gray-100:#f1f5f9;--color-gray-200:#e2e8f0;--color-gray-300:#cbd5e1;--color-gray-400:#94a3b8;--color-gray-500:#64748b;--color-gray-600:#475569;--color-gray-700:#334155;--gradient-hero:linear-gradient(135deg, #0fb9b1 0%, #0e3a5d 50%, #0b0f1a 100%);--gradient-card:linear-gradient(180deg, #0f172a00 0%, #0f172ae6 100%);--shadow-header:0 1px 4px #00000026;--shadow-card:0 10px 40px #00000026;--shadow-card-hover:0 20px 60px #00000040;--shadow-button:0 4px 14px #e8c84059;--font-family:var(--font-roboto-flex), "Roboto Flex", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--header-height:90px;--transition-fast:.2s ease;--transition-base:.3s ease;--transition-slow:.5s ease;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--radius-full:50px}.navbar__topbar{background:linear-gradient(135deg,#0fb9b1 0%,#0e3a5d 50%,#0b0f1a 100%);width:100%;height:15px}.navbar{z-index:1000;width:100%;height:var(--header-height);-webkit-backdrop-filter:blur(12px);transition:background var(--transition-base);background:#f8fafce6;position:sticky;top:0;box-shadow:0 2px 8px #00000014}.navbar.scrolled{background:#f8fafcf2;box-shadow:0 4px 20px #0000001a;margin-top:0!important}.navbar__container{justify-content:space-between;align-items:center;max-width:1440px;height:100%;margin:0 auto;padding:0 24px 0 44px;display:flex}.navbar__logo{flex-shrink:0;align-items:center;display:flex}.navbar__logo img{width:184px;height:92px;transition:transform var(--transition-base)}.navbar__logo:hover img{transform:scale(1.03)}.navbar__nav{align-items:center;gap:4px;height:100%;display:flex}.navbar__item-wrapper{align-items:center;height:100%;display:flex;position:relative}.navbar__item-wrapper.has-mega-menu{position:static}.navbar__link{color:var(--color-gray-600);border-radius:var(--radius-md);transition:all var(--transition-fast);white-space:nowrap;align-items:center;gap:5px;padding:8px 16px;font-size:18px;font-weight:500;display:flex;position:relative}.navbar__item-wrapper.dropdown-active .navbar__link{color:var(--color-primary);background:#0d94880f}.navbar__link:after{content:"";background:var(--color-accent);height:2px;transition:transform var(--transition-base);border-radius:2px;position:absolute;bottom:2px;left:16px;right:16px;transform:scaleX(0)}.navbar__item-wrapper.dropdown-active .navbar__link:after{transform:scaleX(1)}.navbar__dropdown-icon{transition:transform var(--transition-fast);font-size:.65rem}.navbar__item-wrapper.dropdown-active .navbar__dropdown-icon{transform:rotate(180deg)}.navbar__actions{flex-shrink:0;align-items:center;gap:12px;display:flex}.btn{min-width:130px;height:45px;transition:all var(--transition-base);white-space:nowrap;letter-spacing:.01em;border-radius:5px;justify-content:center;align-items:center;padding:0 28px;font-size:.875rem;font-weight:600;display:inline-flex}.btn--outline{color:#000;--border-size:1px;--btn-angle:0deg;border:var(--border-size) solid transparent;background-image:linear-gradient(#f8fafc, #f8fafc), conic-gradient(from var(--btn-angle), #0fb9b1 0deg 120deg, #0e3a5d 120deg 240deg, #0b0f1a 240deg 360deg);background-origin:border-box;background-clip:padding-box,border-box;min-width:100px;animation:4s linear infinite rotateBorder}.btn--outline:hover{color:#0fb9b1}.btn--primary{color:var(--color-white);transition:background-position .5s ease, box-shadow var(--transition-base), transform var(--transition-base);background:#08837c 0 0/200% 200%;border:1px solid #0000;font-weight:700;box-shadow:0 4px 14px #08837c4d}.btn--primary:hover{background:linear-gradient(135deg,#08837c 0%,#0e7490 40%,#0d9488 70%,#08837c 100%) 0 0/200% 200%;border-color:#0000;animation:1.5s infinite gradientShift;transform:translateY(-1px);box-shadow:0 6px 20px #08837c73}.btn--primary:active{transform:translateY(0)}.navbar__hamburger{border-radius:var(--radius-md);width:40px;height:40px;transition:background var(--transition-fast);cursor:pointer;flex-direction:column;justify-content:center;align-items:center;display:none}.navbar__hamburger:hover{background:#0000000a}.navbar__hamburger-line{background:var(--color-gray-600);width:22px;height:2px;transition:all var(--transition-base);border-radius:2px}.navbar__hamburger-line+.navbar__hamburger-line{margin-top:5px}.navbar__hamburger.active .navbar__hamburger-line:first-child{transform:translateY(7px)rotate(45deg)}.navbar__hamburger.active .navbar__hamburger-line:nth-child(2){opacity:0;transform:scaleX(0)}.navbar__hamburger.active .navbar__hamburger-line:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.navbar__overlay{top:calc(var(--header-height) + 6px + 17px);-webkit-backdrop-filter:blur(4px);z-index:990;background:#00000080;display:block;position:fixed;bottom:0;left:0;right:0}.navbar__mobile-menu{z-index:1000;-webkit-backdrop-filter:blur(20px);-webkit-overflow-scrolling:touch;background:#fffffffa;border-radius:0 0 10px;flex-direction:column;gap:8px;width:85%;height:calc(100vh - 90px);padding:24px 24px 60px;animation:.3s slideDown;display:none;position:fixed;top:90px;left:0;overflow:hidden auto;box-shadow:10px 0 30px #0000001a}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.navbar__mobile-menu.open{display:flex}.navbar__mobile-link{color:var(--color-gray-700);border-radius:var(--radius-md);transition:all var(--transition-fast);background:0 0;border:none;justify-content:space-between;align-items:center;padding:14px 16px;font-size:1rem;font-weight:500;display:flex}.navbar__mobile-link:hover{color:var(--color-primary);background:#0d94880f}.navbar__mobile-actions{border-top:1px solid var(--color-gray-200);flex-direction:column;gap:12px;margin-top:20px;padding-top:20px;display:flex}.navbar__mobile-actions .btn{width:100%;padding:14px 24px;font-size:1rem}@media (max-width:1024px){.navbar__topbar{background:#0fb9b1}.navbar__container{padding:0 24px}.navbar__link{padding:8px 10px;font-size:.82rem}.btn{min-width:110px;height:40px;padding:0 20px;font-size:.8rem}.navbar__logo img{width:150px;height:75px}}@media (max-width:968px){.navbar{height:70px;box-shadow:none;margin-top:0}.navbar__nav,.navbar__actions{display:none}.navbar__hamburger{border:none;display:flex}.navbar__logo img{width:140px;height:70px}.navbar__overlay{top:70px}.navbar__mobile-menu{height:calc(100vh - 70px)}.navbar__hamburger-line{background-color:#6b6666;width:18px}}@media (max-width:480px){.navbar{height:60px;box-shadow:none;margin-top:0}.navbar__container{padding:0 16px}.navbar__logo img{width:120px;height:60px}.navbar__hamburger{width:36px;height:36px}.navbar__hamburger-line{background-color:#231f1e80;width:18px}.navbar__overlay{top:72px}.navbar__mobile-menu{gap:0;height:calc(100vh - 72px);max-height:calc(100vh - 72px);padding:16px 16px 80px;top:72px}.navbar__mobile-link{padding:12px 14px;font-size:.9rem}.navbar__mobile-actions .btn{padding:12px 20px;font-size:.9rem}}@property --btn-angle{syntax:"<angle>";inherits:false;initial-value:0deg}@property --btn-opacity{syntax:"<number>";inherits:false;initial-value:.5}@keyframes rotateBorder{to{--btn-angle:360deg}}@keyframes opacityPulse{to{--btn-opacity:1}}@keyframes gradientShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}
.services-dropdown,.simple-dropdown{z-index:1001;opacity:0;visibility:hidden;background:#fff;transition:all .3s ease-out;position:absolute;top:100%;transform:translateY(10px);box-shadow:0 15px 40px #0000001f}.navbar__item-wrapper.dropdown-active .services-dropdown,.navbar__item-wrapper.dropdown-active .simple-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.services-dropdown{width:100%;left:50%;transform:translate(-50%)translateY(10px)}.navbar__item-wrapper.dropdown-active .services-dropdown{transform:translate(-50%)translateY(0)}@media (max-width:1100px){.services-dropdown__container{gap:15px!important}.services-dropdown__text{font-size:12px!important}.services-dropdown__heading{font-size:16px!important}}.services-dropdown__main{padding:15px 10px}.services-dropdown__container{grid-template-columns:repeat(4,1fr);gap:30px;display:grid}.services-dropdown__column{flex-direction:column;gap:35px;display:flex}.services-dropdown__group{flex-direction:column;gap:15px;display:flex}.services-dropdown__heading{letter-spacing:.05em;color:#1a1a1a;margin:0;font-family:Roboto Flex,sans-serif;font-size:18px;font-weight:500;line-height:100%}.services-dropdown__link{color:inherit;text-decoration:none;transition:color .2s}.services-dropdown__link:hover{color:#2196f3}.services-dropdown__list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.services-dropdown__item{align-items:baseline;gap:10px;display:flex}.services-dropdown__bullet{color:#888;font-size:14px}.services-dropdown__text{letter-spacing:.05em;color:#4a4a4a;cursor:pointer;white-space:nowrap;font-family:Roboto Flex,sans-serif;font-size:15px;font-weight:400;line-height:100%;transition:color .2s}.services-dropdown__text:hover{color:#2196f3}.simple-dropdown{min-width:250px;padding:20px 0;left:0}.simple-dropdown__list{flex-direction:column;gap:25px;margin:0;padding:0;list-style:none;display:flex}.simple-dropdown__link{color:#000;letter-spacing:.05em;white-space:nowrap;padding:0 25px;font-family:Roboto Flex,sans-serif;font-size:15px;font-weight:400;line-height:100%;text-decoration:none;transition:all .2s;display:block}.simple-dropdown__link:hover{color:#2196f3;padding-left:30px}.services-dropdown--mobile,.simple-dropdown--mobile{opacity:1;visibility:visible;pointer-events:auto;width:100%;box-shadow:none;background:0 0;border-top:none;padding:10px 0;display:block;position:static;transform:none}.services-dropdown--mobile .services-dropdown__container{grid-template-columns:1fr;gap:20px;padding:0}.simple-dropdown--mobile .simple-dropdown__list{gap:15px;padding-left:20px}.simple-dropdown--mobile .simple-dropdown__link{color:#666;padding:5px 0}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.services-dropdown__sublink{color:inherit;cursor:pointer;text-decoration:none;transition:color .18s}.services-dropdown__sublink:hover{color:#0fb9b1}
.hero-section{width:100%;padding:60px 0;position:relative;overflow:clip visible}.hero-container{justify-content:center;align-items:center;gap:60px;max-width:100%;margin:0 auto;padding:0 40px;display:flex}.hero-content{z-index:2;flex:1;max-width:800px}.hero-title{color:#fff;font-family:var(--font-castoro,"Castoro Titling"), serif;letter-spacing:.05em;font-size:70px;font-weight:400;line-height:1.2}.hero-subtitle{font-family:var(--font-arimo,"Arimo"), sans-serif;letter-spacing:.05em;color:#fff708c9;margin-top:10px;margin-bottom:10px;font-size:25px;font-style:italic;font-weight:100;line-height:1.3}.hero-description{font-family:var(--font-roboto-flex,"Roboto Flex"), sans-serif;letter-spacing:.05em;margin:20px 0;font-size:18px;font-weight:100;line-height:1}.hero-buttons{align-items:center;gap:30px;margin-bottom:48px;display:flex}.hero-btn{font-family:var(--font-sans,sans-serif);color:#fff;letter-spacing:.03em;cursor:pointer;border:none;border-radius:50px;justify-content:center;align-items:center;gap:8px;padding:14px 32px;font-size:15px;font-weight:500;text-decoration:none;transition:all .35s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden}.hero-btn span{transition:transform .3s;display:inline-block}.hero-btn:hover span{transform:translate(4px)}.hero-btn-solid{background:linear-gradient(135deg,#0fb9b1 0%,#0d9488 50%,#0a7a6e 100%);border:1px solid #ffffff26;box-shadow:0 4px 20px #0fb9b173,0 2px 8px #0003}.hero-btn-solid:before{content:"";background:linear-gradient(120deg,#0000,#ffffff40,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.hero-btn-solid:hover:before{left:100%}.hero-btn-solid:hover{background:linear-gradient(135deg,#12cfc7 0%,#0fb9b1 50%,#0d9488 100%);transform:translateY(-2px);box-shadow:0 6px 30px #0fb9b1a6,0 2px 10px #00000040}.hero-btn-solid:active{transform:translateY(0);box-shadow:0 2px 12px #0fb9b166}.hero-btn-outline{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);background:#ffffff0f;border:1.5px solid #ffffff59;box-shadow:0 2px 12px #00000026,inset 0 1px #ffffff1a}.hero-btn-outline:hover{color:#fff;background:#ffffff1f;border-color:#0fb9b1cc;transform:translateY(-2px);box-shadow:0 4px 20px #0fb9b133,inset 0 1px #ffffff26}.hero-btn-outline:active{transform:translateY(0)}.hero-stats{flex-wrap:wrap;gap:32px;width:100%;display:flex}.stat-item h3,.stat-item h4{font-family:var(--font-roboto-flex,"Roboto Flex"), sans-serif;letter-spacing:.05em;color:#fff708;margin:0;font-size:40px;font-weight:300;line-height:100%}.stat-item p{font-family:var(--font-roboto-flex,"Roboto Flex"), sans-serif;letter-spacing:.05em;font-size:20px;font-weight:500;line-height:1}.hero-images{flex:1;justify-content:center;align-items:center;max-width:490px;height:500px;display:flex;position:relative;overflow:visible}.hero-img-circle{will-change:transform;transform-origin:0 0;border-radius:50%;position:absolute;overflow:hidden;box-shadow:0 0 30px #0006}.hero-img-circle picture,.hero-img-circle img{object-fit:cover;width:100%;height:100%;display:block}@keyframes cycleDesktopBoxes{0%,22.22%{z-index:1;animation-timing-function:ease-in;transform:translate(220px,-20px)scale(1)}27.77%{z-index:2;animation-timing-function:ease-out;transform:translate(300px,145px)scale(.8571)}33.33%,55.55%{z-index:3;animation-timing-function:ease-in;transform:translate(260px,310px)scale(.7143)}61.11%{z-index:3;animation-timing-function:ease-out;transform:translate(80px,320px)scale(.7857)}66.66%,88.88%{z-index:2;animation-timing-function:ease-in;transform:translate(-20px,140px)scale(.8571)}94.44%{z-index:1;animation-timing-function:ease-out;transform:translate(80px)scale(.9286)}to{z-index:1;transform:translate(220px,-20px)scale(1)}}.circle-1{z-index:1;width:280px;height:280px;animation:9s linear infinite cycleDesktopBoxes;top:0;left:0;transform:translate(220px,-20px)scale(1)}.circle-2{z-index:2;width:280px;height:280px;animation:9s linear -6s infinite cycleDesktopBoxes;top:0;left:0;transform:translate(-20px,140px)scale(.8571)}.circle-3{z-index:3;width:280px;height:280px;animation:9s linear -3s infinite cycleDesktopBoxes;top:0;left:0;transform:translate(260px,310px)scale(.7143)}@media (max-width:1024px){.hero-section{height:auto;min-height:auto;padding:60px 0 55px;background:linear-gradient(#0fb9b1 0%,#0c4d68 40%,#0e3a5d 75% 100%)!important}.hero-container{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:0;max-width:900px;margin:0 auto;padding:0 32px}.hero-content{flex-direction:column;flex:none;align-items:center;width:100%;max-width:820px;display:flex}.hero-title{font-family:var(--font-castoro,"Castoro Titling"), serif;letter-spacing:.04em;margin-bottom:12px;font-size:50px;font-weight:400;line-height:1.18}.hero-title br{display:none}.hero-subtitle{font-family:var(--font-arimo,"Arimo"), sans-serif;letter-spacing:.04em;color:#fff708c9;text-align:center;max-width:720px;margin-top:0;margin-bottom:14px;font-size:20px;font-style:italic;font-weight:100;line-height:1.4}.hero-subtitle br{display:none}.hero-description{font-family:var(--font-roboto-flex,"Roboto Flex"), sans-serif;letter-spacing:.03em;text-align:center;max-width:580px;margin:0 auto 32px;font-size:16px;line-height:1.6}.hero-description br{display:none}.hero-buttons{justify-content:center;gap:20px;margin-bottom:40px;display:flex}.hero-stats{justify-content:center;align-items:center;gap:36px;width:100%;max-width:780px;margin:0 auto;display:flex}.stat-item h3,.stat-item h4{margin:0;font-size:36px;line-height:1}.stat-item p{margin-top:6px;font-size:16px}.hero-images{display:none!important}}@media (max-width:968px){.hero-section{height:auto;padding:50px 0 45px}.hero-container{padding:0 28px}.hero-title{font-size:44px}.hero-subtitle{font-size:18px}.hero-description{max-width:520px;margin:0 auto 28px;font-size:15px}.hero-buttons{gap:16px;margin-bottom:34px}.hero-stats{gap:28px}.stat-item h3,.stat-item h4{font-size:32px}.stat-item p{font-size:15px}}@media (max-width:768px){.hero-section{height:auto;min-height:auto;padding:40px 0}.hero-container{padding:0 24px}.hero-title{font-size:38px;line-height:1.15}.hero-subtitle{margin-bottom:12px;font-size:16px;line-height:1.35}.hero-description{max-width:440px;margin:0 auto 24px;font-size:14px;line-height:1.5}.hero-buttons{gap:14px;margin-bottom:30px}.hero-btn{padding:12px 24px;font-size:14px}.hero-stats{justify-content:center;gap:20px 24px}.stat-item h3,.stat-item h4{font-size:28px}.stat-item p{font-size:14px}}@media (max-width:576px){.hero-section{height:auto;min-height:auto;padding:35px 0 36px}.hero-container{padding:0 20px}.hero-title{font-size:34px;line-height:1.15}.hero-subtitle{margin-bottom:10px;font-size:15px;line-height:1.35}.hero-description{max-width:360px;margin:0 auto 22px;font-size:14px;line-height:1.45}.hero-buttons{flex-direction:column;gap:10px;width:100%;max-width:300px;margin:0 auto 28px}.hero-btn{justify-content:center;width:100%;padding:13px 20px;font-size:14px}.hero-stats{grid-template-columns:repeat(2,1fr);gap:18px 12px;width:100%;max-width:320px;margin:0 auto;display:grid}.stat-item{text-align:center;flex:none}.stat-item h3,.stat-item h4{margin:0;font-size:26px;line-height:1}.stat-item p{margin-top:4px;font-size:13px}}@media (max-width:480px){.hero-section{height:auto;padding:30px 0 32px}.hero-title{font-size:30px}.hero-subtitle{font-size:14px;line-height:1.3}.hero-description{margin:0 auto 20px;font-size:13.5px;line-height:1.4}.hero-buttons{margin-bottom:24px}.hero-stats{gap:14px 10px;max-width:290px}.stat-item h3,.stat-item h4{font-size:24px}.stat-item p{font-size:12px}}@media (max-width:375px){.hero-section{height:auto;padding:26px 0 28px}.hero-container{padding:0 16px}.hero-title{font-size:27px}.hero-subtitle{font-size:13px}.hero-description{margin-bottom:18px;font-size:13px}.hero-buttons{max-width:260px;margin-bottom:20px}.hero-btn{padding:11px 16px;font-size:13px}.hero-stats{gap:12px 8px;max-width:260px}.stat-item h3,.stat-item h4{font-size:22px}.stat-item p{font-size:11px}}@media (max-width:320px){.hero-section{height:auto;padding:22px 0 24px}.hero-container{padding:0 12px}.hero-title{font-size:24px}.hero-subtitle,.hero-description{font-size:12px}.hero-buttons{max-width:240px}.hero-btn{padding:10px 14px;font-size:12px}.stat-item h3,.stat-item h4{font-size:20px}.stat-item p{font-size:10.5px}}
.services-section{width:100%;max-width:100%;margin:0 auto;padding:50px 40px 10px;position:relative}.services-header{text-align:center;margin-bottom:-49px}.services-title{color:#fff;font-family:var(--font-castoro,"Castoro Titling"), serif;letter-spacing:.1em;margin-bottom:15px;font-size:50px;font-weight:100;line-height:1}.services-subtitle{font-family:var(--font-roboto-flex,"Roboto Flex"), sans-serif;color:#94a3b8;letter-spacing:.05em;text-align:center;font-size:18px;font-weight:200;line-height:1.6}.services-grid{justify-content:center;align-items:flex-start;gap:20px;padding-bottom:30px;display:flex}.services-view-all-wrapper{justify-content:center;margin-top:35px;padding-bottom:70px;display:flex}.services-view-all-btn{color:#fff;letter-spacing:.5px;cursor:pointer;background-color:#097b74;border:none;border-radius:99px;padding:14px 38px;font-family:Inter,sans-serif;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-block;box-shadow:0 10px 25px #097b7459}.services-view-all-btn:hover{background-color:#07655f;transform:translateY(-3px);box-shadow:0 14px 30px #097b7473}.service-card{cursor:pointer;border-radius:12px;width:calc(20% - 16px);height:400px;text-decoration:none;transition:transform .3s;display:block;position:relative;overflow:hidden;box-shadow:0 10px 30px #0006}.service-card:hover{transform:translateY(-10px)}.service-card-img{width:100%;height:100%;position:relative}.service-card-img img{object-fit:cover;width:100%;height:100%}.service-card-overlay{background:linear-gradient(#0000 0%,#000000e6 100%);width:100%;height:60%;position:absolute;bottom:0;left:0}.service-card-title{text-align:center;color:#fff;letter-spacing:1px;z-index:2;width:100%;margin:0;padding:0 10px;font-family:Inter,sans-serif;font-size:13px;font-weight:600;position:absolute;bottom:24px;left:0}.card-1{margin-top:0}.card-2{margin-top:60px}.card-3{margin-top:120px}.card-4{margin-top:60px}.card-5{margin-top:0}@media (max-width:1024px){.services-section{margin-top:-1px;padding-top:55px;background:linear-gradient(#0e3a5d 0% 20%,#0d5c70 60%,#0fb9b1 100%)!important}.services-header{margin-bottom:36px}.services-subtitle{color:#f1f5f9;font-weight:300}.services-grid{flex-wrap:wrap;align-items:stretch;gap:24px;padding-bottom:0}.services-view-all-wrapper{margin-top:40px;padding-bottom:40px}.service-card{width:calc(33.333% - 16px);margin-top:0!important}}@media (max-width:968px){.services-section{padding:48px 30px 0}.services-header{margin-bottom:40px}.services-title{font-size:34px}.services-subtitle{font-size:15px;line-height:1.5}}@media (max-width:768px){.services-grid{gap:16px;padding-bottom:0}.services-view-all-wrapper{margin-top:36px;padding-bottom:36px}.service-card{width:calc(50% - 8px);height:280px}.service-card-title{font-size:11px;bottom:16px}}@media (max-width:480px){.services-section{padding:40px 16px 0}.services-header{margin-bottom:24px}.services-title{font-size:26px}.services-subtitle{font-size:13px;line-height:1.5}.services-grid{gap:14px;padding-bottom:0}.services-view-all-wrapper{margin-top:36px;padding-bottom:36px}.service-card{width:100%;height:240px}}
.brand-hero-section{text-align:center;z-index:10;background-color:#fff;margin-bottom:-60px;padding-top:50px;position:relative}.brand-header{letter-spacing:.02em;text-align:center;color:#333;text-transform:uppercase;margin:0 0 30px;font-family:Castoro Titling,serif;font-size:clamp(1.2rem,4vw,35px);font-style:normal;font-weight:400;line-height:1.1}.highlight-teal{color:#0b7570;font-weight:500}@media (max-width:768px){.brand-hero-section{margin-top:50px;margin-bottom:-30px;padding:0 15px}}
.panorama-slider-section{background-color:#fff;flex-direction:column;align-items:center;gap:40px;width:100%;max-width:100%;padding:80px 0 60px;display:flex;position:relative;overflow:hidden}.panorama-slider-perspective{perspective:1400px;justify-content:center;align-items:center;width:100%;max-width:1200px;height:clamp(340px,45vh,460px);display:flex;position:relative}.panorama-slider-track{width:100%;height:100%;transform-style:preserve-3d;position:relative}.panorama-slide-item{width:420px;height:100%;transform-style:preserve-3d;cursor:pointer;-webkit-user-select:none;user-select:none;margin-left:-210px;transition:transform .8s cubic-bezier(.16,1,.3,1),opacity .8s cubic-bezier(.16,1,.3,1),z-index .8s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:50%}.panorama-image-wrapper{border:1px solid #0000000f;border-radius:20px;width:100%;height:100%;transition:all .5s;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000014}.panorama-slide-item.active .panorama-image-wrapper{box-shadow:0 20px 40px #0fb9b12e,0 0 0 2px #0fb9b11a}.panorama-image-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.panorama-text-overlay{-webkit-backdrop-filter:blur(12px);z-index:2;background:#ffffff1a;border-top:1px solid #fff3;border-bottom:1px solid #fff3;justify-content:center;align-items:center;width:100%;padding:16px 0;transition:all .5s;display:flex;position:absolute;top:50%;left:0;transform:translateY(-50%)}.panorama-overlay-text{letter-spacing:.04em;color:#fff;text-transform:uppercase;text-shadow:0 2px 10px #0006;text-align:center;margin:0;padding:0 15px;font-family:Inter,sans-serif;font-size:19px;font-style:italic;font-weight:500;line-height:1.2}.panorama-slide-item:hover .panorama-image-wrapper img{transform:scale(1.08)}.panorama-slide-item:hover .panorama-text-overlay{background:#ffffff2e;padding:22px 0}.panorama-slide-item.active:hover{transform:translate(0)scale(1.08)rotateY(0)!important}.panorama-indicators{justify-content:center;align-items:center;gap:8px;margin-top:10px;display:flex}.panorama-indicator-dot{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:24px;min-width:24px;height:24px;min-height:24px;padding:0;transition:width .4s cubic-bezier(.16,1,.3,1);display:inline-flex}.panorama-indicator-dot:after{content:"";background-color:#0fb9b140;border-radius:99px;width:10px;height:10px;transition:all .4s cubic-bezier(.16,1,.3,1)}.panorama-indicator-dot.active{width:44px}.panorama-indicator-dot.active:after{background-color:#0fb9b1;width:32px;box-shadow:0 4px 10px #0fb9b14d}@media (max-width:991px){.panorama-slide-item{width:340px;margin-left:-170px}}@media (max-width:768px){.panorama-slider-section{gap:25px;padding:40px 0 30px}.panorama-slider-perspective{perspective:800px;height:300px}.panorama-slide-item{width:280px;margin-left:-140px}.panorama-overlay-text{padding:0 10px;font-size:14px}.panorama-text-overlay{padding:10px 0}}
.expertise-section{flex-direction:column;gap:65px;width:100%;max-width:1320px;margin:100px auto 140px;padding:0 24px;display:flex}.expertise-header{text-align:center;flex-direction:column;align-items:center;max-width:780px;margin:0 auto;display:flex}.expertise-badge{color:#086963;letter-spacing:.08em;text-transform:uppercase;background:#0d94881a;border:1px solid #0d94884d;border-radius:9999px;margin-bottom:14px;padding:6px 18px;font-family:Inter,sans-serif;font-size:.82rem;font-weight:700;display:inline-block}.expertise-main-title{color:#111827;letter-spacing:-.01em;margin:0;font-family:Playfair Display,serif;font-size:clamp(30px,4.5vw,46px);font-weight:500;line-height:1.2}.expertise-subtitle{color:#4b5563;margin:14px 0 0;font-family:Inter,sans-serif;font-size:clamp(14.5px,2.5vw,17px);font-weight:300;line-height:1.6}.expertise-grid{grid-template-columns:repeat(3,1fr);gap:30px;width:100%;display:grid}.expertise-grid .expertise-card:last-child{grid-column:2}.expertise-card{text-align:left;background:#fff;border:1px solid #0000000f;border-radius:20px;flex-direction:column;align-items:flex-start;gap:28px;padding:45px 35px 40px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000008}.expertise-card:before{content:"";opacity:0;background:linear-gradient(90deg,#0fb9b1,#3dc9c2);width:100%;height:4px;transition:opacity .3s;position:absolute;top:0;left:0}.expertise-card:hover{background:#fff;border-color:#0fb9b159;transform:translateY(-8px);box-shadow:0 20px 40px #0fb9b114,0 0 0 1px #0fb9b10d}.expertise-card:hover:before{opacity:1}.expertise-icon-container{color:#0fb9b1;background:#0fb9b114;border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;transition:all .4s;display:flex}.expertise-card:hover .expertise-icon-container{color:#fff;background:#0fb9b1;transform:scale(1.08)rotate(5deg);box-shadow:0 8px 20px #0fb9b140}.expertise-icon{stroke-width:2px;display:block}.expertise-card-content{flex-direction:column;gap:12px;width:100%;display:flex}.expertise-card-title{color:#111827;margin:0;font-family:Playfair Display,serif;font-size:22px;font-weight:500;line-height:1.35}.expertise-card-desc{color:#4b5563;margin:0;font-family:Inter,sans-serif;font-size:14.5px;font-weight:400;line-height:1.6}@media (max-width:991px){.expertise-grid{grid-template-columns:repeat(2,1fr);gap:24px}.expertise-grid .expertise-card:last-child{grid-column:auto}.expertise-card{padding:35px 28px}}@media (max-width:768px){.expertise-section{gap:45px;margin:60px auto 80px}.expertise-main-title{font-size:32px}.expertise-grid{grid-template-columns:1fr;gap:20px}.expertise-grid .expertise-card:last-child{grid-column:auto}}
.wwd-section{box-sizing:border-box;width:100%;max-width:100%;margin:0 auto;padding:80px 40px}.wwd-header{text-align:center;margin-bottom:64px}.wwd-title{letter-spacing:.15em;color:#fff708;margin-bottom:14px;font-family:Castoro Titling,serif;font-size:52px;font-weight:100;line-height:1}.wwd-underline{background:#fff708;width:320px;height:2px;margin:0 auto 28px}.wwd-heading{letter-spacing:.05em;text-align:center;color:#fff;margin:0;font-family:Roboto Serif,serif;font-size:35px;font-style:normal;font-weight:100;line-height:1}.wwd-subtitle{color:#f8fbff;letter-spacing:.05em;text-align:center;margin-top:10px;font-family:Roboto Flex,sans-serif;font-size:18px;font-weight:100;line-height:1}.wwd-grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.wwd-card{background:#fff;border-radius:20px;flex-direction:column;gap:16px;padding:36px 32px 32px;transition:transform .25s,box-shadow .25s;display:flex;box-shadow:0 4px 30px #0000002e}.wwd-card:hover{transform:translateY(-6px);box-shadow:0 16px 48px #00000042}.wwd-icon{background:#fff708;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.wwd-card-title{letter-spacing:.02em;color:#0f172ac9;font-family:Inter,sans-serif;font-size:25px;font-style:normal;font-weight:100;line-height:1}.wwd-card-desc{letter-spacing:0;color:#475569;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:100;line-height:1}.wwd-learn-more{color:#0f172a;align-items:center;gap:4px;margin-top:6px;font-family:Roboto Flex,sans-serif;font-size:18px;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.wwd-learn-more span{transition:transform .3s;display:inline-block}.wwd-learn-more:hover{color:#0d9488}.wwd-learn-more:hover span{transform:rotate(45deg)}@media (max-width:1200px){.wwd-section{padding:80px 60px}.wwd-grid{gap:24px}.wwd-card{padding:32px 28px}}@media (max-width:1024px){.wwd-section{padding:70px 40px}.wwd-title{font-size:44px}.wwd-heading{font-size:28px}.wwd-grid{grid-template-columns:repeat(3,1fr);gap:20px}.wwd-card{padding:28px 24px}}@media (max-width:900px){.wwd-section{padding:60px 32px}.wwd-header{margin-bottom:48px}.wwd-title{letter-spacing:.12em;font-size:36px}.wwd-heading{font-size:24px}.wwd-subtitle{font-size:15px}.wwd-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width:640px){.wwd-section{padding:48px 20px}.wwd-header{margin-bottom:36px}.wwd-title{letter-spacing:.1em;font-size:26px}.wwd-heading{font-size:18px;line-height:1.3}.wwd-subtitle{font-size:14px}.wwd-grid{grid-template-columns:repeat(2,1fr);gap:14px}.wwd-card{border-radius:14px;gap:12px;padding:22px 18px}.wwd-icon{border-radius:11px;width:46px;height:46px}.wwd-card-title{font-size:16px}.wwd-card-desc{font-size:13px;line-height:1.55}.wwd-learn-more{font-size:13px}}@media (max-width:420px){.wwd-section{padding:36px 16px}.wwd-title{font-size:24px}.wwd-heading{font-size:16px}.wwd-underline{width:60px;margin-bottom:20px}.wwd-grid{grid-template-columns:1fr;gap:14px}.wwd-card{gap:12px;padding:24px 20px}.wwd-icon{width:48px;height:48px}.wwd-card-title{font-size:17px}.wwd-card-desc{font-size:14px}}
.process-flow-section{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:50px 0;display:flex;position:relative;overflow:hidden}.process-flow-header{text-align:center;margin-bottom:80px;padding:0 20px;position:relative}.process-flow-header:before{display:none}.process-flow-header .desc{margin-top:40px}.process-flow-title{letter-spacing:.15em;color:#fff708;margin-bottom:14px;font-family:Castoro Titling,serif;font-size:52px;font-weight:100;line-height:1;display:inline-block;position:relative}.process-flow-title:after{content:"";background-color:#fff708;width:230px;height:3px;position:absolute;bottom:-15px;left:50%;transform:translate(-50%)}.process-flow-subtitle{color:#fff;letter-spacing:1px;margin-top:20px;margin-bottom:0;font-family:Playfair Display,serif;font-size:36px;font-weight:400}.process-flow-container{box-sizing:border-box;flex-direction:column;align-items:center;width:100%;max-width:1440px;margin:0 auto;padding:0 clamp(1rem,5vw,4rem);display:flex;position:relative}.process-flow-card-stack{width:100%;max-width:1200px;height:500px;margin:0 auto;position:relative}.process-flow-card{box-sizing:border-box;opacity:0;visibility:hidden;pointer-events:none;background:#fff;border-radius:12px;flex-direction:row;justify-content:space-between;align-items:center;gap:3rem;width:100%;height:auto;padding:60px 80px;transition:all .8s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:0;left:0;transform:translate(60px)scale(.96);box-shadow:0 40px 100px #0003}.process-flow-card.active{opacity:1;visibility:visible;pointer-events:auto;transform:translate(0)scale(1)}.process-flow-card.hide{opacity:0;pointer-events:none;transform:translate(-60px)scale(.96)}.process-flow-arrow{cursor:pointer;z-index:20;color:#555;background:#fff;border:2px solid #ddd;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #0000001a}.process-flow-arrow:hover:not(.disabled){color:#000;border-color:#333;box-shadow:0 4px 16px #00000026}.process-flow-arrow.disabled{opacity:.3;cursor:not-allowed}.process-flow-arrow-left{left:-24px}.process-flow-arrow-right{right:-24px}@media (max-width:1200px){.process-flow-arrow-left{left:-16px}.process-flow-arrow-right{right:-16px}}@media (max-width:991px){.process-flow-arrow{display:none}}.process-flow-card-content{text-align:left;flex:1;min-width:0}.process-flow-card-number{display:none}.process-flow-card-title{color:#333;margin-top:0;margin-bottom:30px;font-family:Playfair Display,serif;font-size:48px;font-weight:500}.process-flow-card-description{color:#555;max-width:450px;font-family:Inter,sans-serif;font-size:20px;font-weight:400;line-height:1.6}.process-flow-card-image-wrapper{border-radius:15px;flex:1.2;min-width:0;height:100%;overflow:hidden}.process-flow-card-image{object-fit:cover;border-radius:15px;width:100%;height:100%;display:block}.process-flow-nav{justify-content:center;gap:15px;margin-top:50px;display:flex}.process-flow-nav-dot{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:24px;min-width:24px;height:24px;min-height:24px;padding:0;transition:width .3s;display:inline-flex}.process-flow-nav-dot:after{content:"";background:0 0;border:2px solid #ddd;border-radius:50%;width:10px;height:10px;transition:all .3s}.process-flow-nav-dot.active{width:38px}.process-flow-nav-dot.active:after{background:#ffeb3b;border-color:#ffeb3b;border-radius:5px;width:30px}@media (max-width:1440px){.process-flow-card{padding:50px 70px}}@media (max-width:1200px){.process-flow-card{gap:2.5rem;padding:50px 60px}.process-flow-card-title{font-size:42px}.process-flow-card-description{font-size:18px}}@media (max-width:991px){.process-flow-section{min-height:auto;padding:80px 0}.process-flow-header{margin-bottom:60px}.process-flow-title{font-size:44px}.process-flow-subtitle{font-size:34px}.process-flow-card-stack{height:620px}.process-flow-card{flex-direction:column;align-items:stretch;gap:1.5rem;padding:30px}.process-flow-card-content{text-align:left;order:2}.process-flow-card-description{max-width:100%}.process-flow-card-image-wrapper{flex:none;order:1;width:100%;height:260px}.process-flow-card-title{margin-bottom:20px;font-size:36px}.process-flow-card-description{font-size:17px}.process-flow-nav{margin-top:40px}}@media (max-width:768px){.process-flow-section{padding:60px 0}.process-flow-header{margin-bottom:50px}.process-flow-header:before{width:100px}.process-flow-title{font-size:36px}.process-flow-subtitle{font-size:28px}.process-flow-card-stack{height:560px}.process-flow-card{border-radius:10px;gap:1.2rem;padding:25px}.process-flow-card-image-wrapper{height:220px}.process-flow-card-title{margin-bottom:15px;font-size:30px}.process-flow-card-description{font-size:16px;line-height:1.55}.process-flow-nav{gap:12px;margin-top:35px}}@media (max-width:576px){.process-flow-section{padding:50px 0}.process-flow-header{margin-bottom:40px}.process-flow-header:before{width:80px;height:2px;top:-15px}.process-flow-title{font-size:26px}.process-flow-subtitle{font-size:24px}.process-flow-card-stack{height:500px}.process-flow-card{border-radius:10px;gap:1rem;padding:20px;box-shadow:0 20px 50px #00000026}.process-flow-card-image-wrapper{border-radius:10px;height:180px}.process-flow-card-image{border-radius:10px}.process-flow-card-title{margin-bottom:12px;font-size:26px}.process-flow-card-description{font-size:15px;line-height:1.5}.process-flow-nav{gap:10px;margin-top:30px}.process-flow-nav-dot{width:24px;min-width:24px;height:24px;min-height:24px}.process-flow-nav-dot:after{width:8px;height:8px}.process-flow-nav-dot.active{width:32px}.process-flow-nav-dot.active:after{width:24px}}@media (max-width:480px){.process-flow-section{padding:40px 0}.process-flow-header{margin-bottom:30px}.process-flow-title{font-size:24px}.process-flow-subtitle{font-size:22px}.process-flow-card-stack{height:330px}.process-flow-card{gap:.8rem;padding:16px}.process-flow-card-image-wrapper{flex-shrink:0;height:160px}.process-flow-card-content{-webkit-overflow-scrolling:touch;overflow-y:auto}.process-flow-card-title{margin-bottom:10px;font-size:22px}.process-flow-card-description{font-size:14px;line-height:1.45}}@media (max-width:375px){.process-flow-title{font-size:22px}.process-flow-subtitle{font-size:20px}.process-flow-card-stack{height:275px}.process-flow-card{border-radius:8px;padding:14px}.process-flow-card-image-wrapper{border-radius:8px;height:140px}.process-flow-card-image{border-radius:8px}.process-flow-card-title{margin-bottom:8px;font-size:20px}.process-flow-card-description{font-size:13px;line-height:1.4}.process-flow-nav{margin-top:25px}}@media (max-width:320px){.process-flow-section{padding:30px 0}.process-flow-title{font-size:20px}.process-flow-subtitle{font-size:18px}.process-flow-card-stack{height:260px}.process-flow-card{gap:.6rem;padding:12px}.process-flow-card-image-wrapper{height:120px}.process-flow-card-title{font-size:18px}.process-flow-card-description{font-size:12px}.process-flow-nav{gap:8px;margin-top:20px}.process-flow-nav-dot{width:24px;min-width:24px;height:24px;min-height:24px}.process-flow-nav-dot:after{width:7px;height:7px}.process-flow-nav-dot.active{width:28px}.process-flow-nav-dot.active:after{width:20px}}
.vm-section{justify-content:center;width:100%;padding:30px 40px 50px;display:flex;overflow:hidden}.vm-container{justify-content:center;gap:30px;width:100%;max-width:1300px;display:flex}.vm-card{opacity:0;background:#f8f9fa;border-radius:12px;flex-direction:column;flex:1;align-items:center;padding:40px;transition:all .8s cubic-bezier(.4,0,.2,1);display:flex;transform:translateY(80px);box-shadow:0 15px 35px #0003}.vm-container.is-visible .vm-card{opacity:1;transform:translateY(0)}.vm-container.is-visible .vm-card:nth-child(2){transition-delay:.3s}.vm-title{color:#000;text-align:center;letter-spacing:.05em;text-shadow:-5px -5px 10px #0000004d;margin-bottom:30px;font-family:Saira Stencil One,system-ui;font-size:60px;font-weight:800;line-height:1;position:relative}.vm-image-container{border-radius:8px;width:100%;height:300px;margin-bottom:30px;overflow:hidden;box-shadow:0 10px 25px #0000001a}.vm-image{object-fit:cover;width:100%;height:100%}.vm-text{color:#444;text-align:left;font-family:Inter,Roboto,sans-serif;font-size:16px;font-weight:400;line-height:1.6}@media (max-width:1024px){.vm-container{flex-direction:column;align-items:center}.vm-card{width:100%;max-width:600px}.vm-title{font-size:48px}}@media (max-width:640px){.vm-section{padding:60px 15px}.vm-card{padding:30px 20px}.vm-title{font-size:30px}.vm-image-container{height:220px}.vm-text{font-size:15px}}
.cc-section{background:#fff;justify-content:center;width:100%;padding:100px 40px;display:flex}.cc-container{flex-direction:column;align-items:center;width:100%;max-width:1300px;display:flex}.cc-collab{text-align:center;width:100%;margin-bottom:60px}.cc-title{color:#333;letter-spacing:.1em;text-transform:uppercase;font-family:Castoro Titling;font-weight:400;font-style:Regular;letter-spacing:2%;text-align:center;margin-bottom:12px;font-size:35px;line-height:100%}.cc-teal{color:#0b7570;font-weight:600}.cc-subtitle{font-family:Roboto Flex;font-weight:400;font-style:Regular;color:#333;letter-spacing:5%;text-align:center;margin-bottom:20px;font-size:18px;line-height:100%}.cc-rmax{justify-content:center;margin-bottom:20px;display:flex}.cc-rmax-logo{max-width:180px;height:auto}.cc-desc{font-family:Roboto Flex;font-weight:400;font-style:Regular;letter-spacing:5%;text-align:center;color:#444;font-size:18px;line-height:1.7}.cc-divider{background:#d1d5db;width:100%;height:1px;margin:0 0 50px}.cc-clients{text-align:center;width:100%}.cc-clients-title{color:#333;letter-spacing:.08em;text-transform:uppercase;margin-bottom:40px;font-family:Times New Roman,Times,serif;font-size:33px;font-weight:300;line-height:1.2}.cc-clients-grid{flex-wrap:wrap;justify-content:center;align-items:center;gap:30px;width:100%;padding:0 20px;display:flex}.cc-clients-grid a,.cc-clients-grid .cc-client-item{justify-content:center;align-items:center;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex}.cc-clients-grid a:hover,.cc-clients-grid .cc-client-item:hover{transform:translateY(-6px)scale(1.05)}.cc-clients-image{opacity:.9;object-fit:contain;width:auto;max-width:150px;height:auto}@media (max-width:1024px){.cc-title{font-size:32px}.cc-clients-title{margin-bottom:50px;font-size:28px}.cc-desc{font-size:16px}}@media (max-width:768px){.cc-section{padding:60px 20px}.cc-title{font-size:26px}.cc-clients-title{margin-bottom:40px;font-size:22px}.cc-subtitle{font-size:16px}.cc-divider{margin:40px 0}.cc-clients-grid{gap:30px}.cc-clients-image{max-width:120px}}
.project-banner{background-position:50%;background-size:cover;justify-content:center;align-items:center;width:100%;height:500px;display:flex;position:relative;overflow:hidden}.project-banner__overlay{z-index:1;background:linear-gradient(90deg,#000000b3,#0006);position:absolute;inset:0}.project-banner__content{z-index:2;text-align:center;color:#fff;flex-direction:column;align-items:center;max-width:800px;padding:0 20px;display:flex;position:relative}.project-banner__title{letter-spacing:.1em;text-transform:uppercase;color:#fff708;margin-top:0;margin-bottom:10px;font-family:Castoro Titling,serif;font-size:clamp(20px,3vw,28px);line-height:1.2}.project-banner__subtitle{color:#fff;letter-spacing:.02em;margin-top:0;margin-bottom:40px;font-family:Castoro Titling,serif;font-size:clamp(18px,6vw,54px);font-weight:500;line-height:1.1}.project-banner__btn{color:#111;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;background:#fff708;border:none;border-radius:12px;align-items:center;gap:10px;margin:0 auto;padding:10px 45px;font-size:16px;font-weight:400;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.project-banner__btn:hover{filter:brightness(1.05);transform:translateY(-4px);box-shadow:0 12px 24px #0003}.project-banner__btn span{font-size:24px;transition:transform .4s}.project-banner__btn:hover span{transform:translate(8px)}@media (max-width:1024px){.project-banner{height:450px}}@media (max-width:768px){.project-banner{height:400px}.project-banner__content{max-width:100%}}@media (max-width:480px){.project-banner{height:350px}.project-banner__btn{justify-content:center;width:auto;min-width:200px;padding:14px 40px;font-size:15px}}
.contact-section{background:0 0;justify-content:center;width:100%;max-width:1300px;margin:auto;padding:40px;display:flex;position:relative;overflow:hidden}.contact-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#0d94880d 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;bottom:-200px;left:-200px}.contact-container{grid-template-columns:1.1fr .7fr;align-items:start;gap:40px;width:100%;display:grid}.contact-card{background:#fff;border:1px solid #e2e8f0;border-radius:32px;flex-direction:column;padding:40px 30px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 24px #00000012,0 1px 4px #0000000a}.contact-card:first-child:before{content:"";background:linear-gradient(90deg,#6dd5c8,#0d9488);height:3px;position:absolute;top:0;left:0;right:0}.contact-title{letter-spacing:.04em;color:#1a2332;margin:0 0 2px;font-family:Castoro Titling,serif;font-size:clamp(24px,3vw,32px);font-weight:100}.contact-subtitle{color:#64748b;margin-bottom:36px;font-family:Roboto Flex,sans-serif;font-size:15px;font-weight:300;line-height:1.7}.contact-form{flex-direction:column;gap:0;display:flex}.form-group{flex-direction:column;margin-bottom:22px;display:flex}.form-label{letter-spacing:.14em;text-transform:uppercase;color:#1a2332;margin-bottom:8px;font-family:Roboto Flex,sans-serif;font-size:11px;font-weight:500;display:block}.form-input,.form-textarea{box-sizing:border-box;color:#1a2332;background:#f8faf9;border:1px solid #00000036;border-radius:12px;outline:none;width:100%;padding:15px 20px;font-family:Roboto Flex,sans-serif;font-size:15px;font-weight:300;transition:border-color .25s,background .25s,box-shadow .25s}.form-input::placeholder,.form-textarea::placeholder{color:#b0bec5}.form-input:focus,.form-textarea:focus{background:#fff;border-color:#0d9488;transform:none;box-shadow:0 0 0 4px #0d948817}.form-textarea{resize:vertical;height:140px;min-height:140px}.form-row{grid-template-columns:1fr 1fr;align-items:start;gap:18px;display:grid}.field-error-msg{color:#ef4444;margin-top:6px;font-family:Roboto Flex,sans-serif;font-size:12px;font-weight:500;animation:.2s cubic-bezier(.16,1,.3,1) forwards errorSlideIn;display:block}@keyframes errorSlideIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.form-checkbox-group{flex-direction:column;gap:10px;margin:25px 0 20px;display:flex}.checkbox-item{color:#64748b;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:10px;font-family:Roboto Flex,sans-serif;font-size:13px;font-weight:300;display:flex}.checkbox-item input{accent-color:#0d9488;cursor:pointer;appearance:auto;border-radius:4px;flex-shrink:0;width:17px;height:17px}.form-submit-btn{color:#fff;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;background:linear-gradient(135deg,#6dd5c8,#0d9488);border:none;border-radius:10px;justify-content:center;align-self:flex-start;align-items:center;gap:10px;width:fit-content;min-width:200px;height:56px;margin-top:0;padding:0 44px;font-family:Roboto Flex,sans-serif;font-size:13px;font-weight:500;transition:transform .25s,box-shadow .25s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 8px 24px #0d94884d}.form-submit-btn:before{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff2e,#0000);position:absolute;inset:0}.form-submit-btn:hover{background:linear-gradient(135deg,#6dd5c8,#0d9488);transform:translateY(-2px);box-shadow:0 14px 36px #0d948866}.process-list{flex-direction:column;gap:12px;margin-top:20px;display:flex}.process-step{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:15px 20px;transition:border-color .3s,box-shadow .3s;overflow:hidden}.step-header{align-items:center;gap:10px;margin-bottom:12px;display:flex}.step-number{color:#fff;letter-spacing:.05em;background:#239f99;border:1px solid #e2e8f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:45px;height:45px;font-family:Roboto Flex,sans-serif;font-size:17px;font-weight:500;display:flex}.step-label-wrapper{border-bottom:none;padding-bottom:0}.step-label{letter-spacing:.22em;text-transform:uppercase;color:#0d9488;font-family:Roboto Flex,sans-serif;font-size:18px;font-weight:500}.step-title{color:#1a2332;letter-spacing:.02em;margin-bottom:8px;font-family:Roboto Flex,sans-serif;font-size:15px;font-weight:500}.step-desc{color:#64748b;margin:0;font-family:Roboto Flex,sans-serif;font-size:14px;font-weight:300;line-height:1.6}@media (max-width:1060px){.contact-container{grid-template-columns:1fr;gap:48px}}@media (max-width:768px){.contact-section{padding:10px 20px 80px}.contact-card{border-radius:24px;padding:30px 24px}.form-row{grid-template-columns:1fr}.form-submit-btn{width:100%}}
.ft{color:#fff;background:#0e0f0f;width:100%}.ft-main{border-bottom:1px solid #ffffff1a}.ft-main-inner{box-sizing:border-box;grid-template-columns:1.5fr repeat(4,1fr);align-items:start;gap:clamp(1.5rem,3vw,2.5rem);max-width:1440px;margin:0 auto;padding:clamp(3rem,6vw,4rem) clamp(1.5rem,4vw,3rem);display:grid}.ft-col{align-self:start;min-width:0}.ft-col--brand{max-width:300px}.ft-logo{color:#fff;align-items:flex-start;margin:0 0 18px;text-decoration:none;display:inline-flex}.logo-img{object-fit:contain;object-position:top;width:290px;height:auto;margin-top:-35px;margin-left:-10px;display:block}.ft-address{letter-spacing:.02em;color:#ffffffb3;max-width:280px;margin:0;font-family:Roboto Flex,sans-serif;font-size:13.5px;font-weight:300;line-height:1.65}.ft-socials{flex-wrap:wrap;gap:10px;margin-top:22px;display:flex}.ft-social{color:#333;background:#fff;border:1px solid #ffffff1f;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;font-size:14px;text-decoration:none;transition:all .25s;display:inline-flex}.ft-social:hover{color:#fff;background:#2563eb;border-color:#2563eb;transform:translateY(-3px);box-shadow:0 6px 16px #2563eb59}.ft-col h4{letter-spacing:.1em;color:#fff;margin:0 0 18px;font-family:Roboto Flex,sans-serif;font-size:13px;font-weight:700;line-height:1.3}.ft-col ul{margin:0;padding-left:16px;list-style-type:disc;list-style-position:outside}.ft-col ul li{color:#b4c8ffbf;margin:0 0 10px;padding-left:2px}.ft-col ul li::marker{color:#b4c8ff99;font-size:.9em}.ft-col ul li:last-child{margin-bottom:0}.ft-col ul li a{color:#ffffff9e;font-family:Roboto Flex,sans-serif;font-size:13.5px;font-weight:400;line-height:1.45;text-decoration:none;transition:color .2s,transform .2s;display:inline-block}.ft-col ul li a:hover{color:#93c5fd;transform:translate(4px)}.ft-contact-card{border-radius:10px;flex-direction:column;gap:10px;margin-top:20px;padding:0;display:flex}.ft-contact-row{align-items:center;gap:10px;display:flex}.ft-contact-row--email{align-items:flex-start}.ft-contact-icon{color:#111;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.ft-contact-icon--phone,.ft-contact-icon--email{background:#fff}.ft-contact-icon--phone:hover,.ft-contact-icon--email:hover{color:#fff;cursor:pointer;background:#2563eb;border-color:#2563eb;transform:translateY(-3px);box-shadow:0 6px 16px #2563eb59}.ft-contact-text{color:#fff;font-family:Roboto Flex,sans-serif;font-size:13.5px;font-weight:400;line-height:2.45;text-decoration:none;transition:color .2s,transform .2s;display:inline-block}.ft-contact-text:hover{color:#60a5fa;text-decoration:underline}.ft-contact-emails{flex-direction:column;gap:1px;display:flex}.ft-contact-emails span{color:#fff;font-family:Roboto Flex,sans-serif;font-size:13.5px;font-weight:400;line-height:1.45;text-decoration:none;transition:color .2s,transform .2s;display:inline-block}.ft-contact-email-link{color:#fff;font-family:Roboto Flex,sans-serif;font-size:13.5px;font-weight:400;line-height:1.55;text-decoration:none;transition:color .2s;display:inline-block}.ft-contact-email-link:hover{color:#60a5fa;text-decoration:underline}.ft-info{background:#fff}.ft-info-inner{box-sizing:border-box;max-width:1440px;margin:0 auto;padding:clamp(1rem,2vw,1.5rem) clamp(1.5rem,4vw,3rem)}.ft-info-inner p{text-align:center;color:#111111c4;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:1.4}.ft-bottom{background:#0e0f0f;width:100%}.ft-bottom-inner{text-align:center;box-sizing:border-box;justify-content:center;align-items:center;max-width:1440px;margin:0 auto;padding:clamp(1rem,2vw,1.5rem) clamp(1.5rem,4vw,3rem);display:flex}.ft-bottom p{color:#ffffff80;margin:0;font-family:Roboto Flex,sans-serif;font-size:13px;line-height:1.5}.ft-bottom p a{color:#ffffff80;text-decoration:none;transition:color .2s}.ft-bottom p a:hover{color:#fff;text-decoration:underline}@media (max-width:1280px){.ft-main-inner{gap:3rem 2rem}.ft-col--brand{grid-row:span 2}}@media (max-width:900px){.ft-main-inner{grid-template-columns:repeat(4,1fr);gap:34px 24px;padding:40px 24px}.ft-col--brand{grid-area:auto/1/auto/-1;max-width:100%}.ft-address{max-width:480px}.ft-col h4{margin-bottom:14px}.ft-info-inner{padding:18px 24px}.ft-bottom-inner{padding:16px 24px}}@media (max-width:640px){.ft-main-inner{grid-template-columns:repeat(2,1fr);gap:28px 16px;padding:36px 16px}.ft-col--brand{grid-column:1/-1}.logo-img{width:190px}.ft-address{max-width:100%;font-size:13px}.ft-socials{gap:10px;margin-top:18px}.ft-info-inner{padding:16px}.ft-info-inner p{font-size:13px}}@media (max-width:480px){.ft{padding-top:20px}.ft-main-inner{grid-template-columns:1fr;gap:26px;padding:32px 16px}.logo-img{width:170px}.ft-col h4{letter-spacing:.08em;margin-bottom:12px;font-size:12px}.ft-col ul li a{font-size:13px}.ft-bottom-inner{padding:14px 16px}.ft-bottom p{font-size:12px}}@media (max-width:1024px){.logo-img{object-fit:contain;object-position:top;width:258px;height:auto;margin-top:-35px;margin-left:-10px;display:block}}
.scroll-to-top{z-index:9999;opacity:0;visibility:hidden;transition:all .4s cubic-bezier(.68,-.55,.265,1.55);position:fixed;bottom:100px;right:23px;transform:translateY(20px)}.scroll-to-top.visible{transform:translateY(0);opacity:1!important;visibility:visible!important;display:block!important}.scroll-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0fb9b1 0%,#3e7b78 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0fb9b166}.scroll-btn:before{content:"";background:linear-gradient(120deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:all .6s;position:absolute;top:0;left:-100%}.scroll-btn:hover:before{left:100%}.scroll-btn:hover{background:linear-gradient(135deg,#3e7b78 0%,#0fb9b1 100%);transform:scale(1.1)translateY(-5px);box-shadow:0 15px 40px #0fb9b199}.arrow-icon{font-size:22px;transition:transform .3s}.scroll-btn:hover .arrow-icon{transform:translateY(-2px)}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media (max-width:1024px){.scroll-to-top{bottom:84px!important;right:23px!important}.scroll-btn{width:60px!important;height:60px!important;margin:0!important;inset:auto!important}}@media (max-width:768px){.scroll-to-top{display:block!important;bottom:76px!important;right:23px!important}.scroll-btn{width:52px!important;height:52px!important;margin:0!important;inset:auto!important}.arrow-icon{font-size:19px}}@media (max-width:480px){.scroll-to-top{bottom:74px!important;right:23px!important}.scroll-btn{width:50px!important;height:50px!important;margin:0!important;inset:auto!important}.arrow-icon{font-size:18px}}@media (max-width:380px){.scroll-to-top{bottom:74px!important;right:23px!important}.scroll-btn{width:50px!important;height:50px!important;margin:0!important;inset:auto!important}.arrow-icon{font-size:17px}}
.custom-chatbot-root{z-index:9999;font-family:Inter,sans-serif;position:fixed;bottom:15px;right:23px}.chatbot-trigger-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0fb9b1 0%,#0d9488 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:24px;transition:transform .3s cubic-bezier(.175,.885,.32,1.275),box-shadow .3s;display:flex;position:relative;box-shadow:0 8px 24px #0fb9b166}.chatbot-trigger-btn:hover{transform:scale(1.1);box-shadow:0 12px 30px #0fb9b199}.chatbot-trigger-btn:active{transform:scale(.95)}.trigger-icon{z-index:2;position:relative}.pulse-glow{z-index:1;will-change:transform, opacity;background:#0fb9b166;border-radius:50%;animation:2s ease-out infinite pulseOuter;position:absolute;inset:0}@keyframes pulseOuter{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.6)}}.chatbot-window{will-change:transform, opacity;transform-origin:100% 100%;background:#fff;border:1px solid #0fb9b11f;border-radius:24px;flex-direction:column;width:380px;height:520px;animation:.35s cubic-bezier(.16,1,.3,1) forwards slideUpFade;display:flex;position:absolute;bottom:0;right:0;overflow:hidden;box-shadow:0 15px 50px #0fb9b126,0 5px 15px #0000000f}@keyframes slideUpFade{0%{opacity:0;transform:scale(.8)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.chatbot-header{color:#fff;background:linear-gradient(135deg,#0f766e 0%,#0d9488 100%);border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:20px;display:flex}.header-info{align-items:center;gap:12px;display:flex}.status-dot-wrapper{width:10px;height:10px;position:relative}.status-dot{background:#4ade80;border-radius:50%;width:10px;height:10px;animation:2s infinite pulseDot;display:block;box-shadow:0 0 8px #4ade80}@keyframes pulseDot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.2)}}.header-info h3{letter-spacing:-.01em;margin:0;font-size:15px;font-weight:700}.status-text{color:#ffffffbf;margin-top:1px;font-size:11px;font-weight:400;display:block}.chatbot-close-btn{color:#fff;cursor:pointer;background:#ffffff1f;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s,transform .2s;display:flex}.chatbot-close-btn:hover{background:#ffffff40;transform:rotate(90deg)}.chatbot-body{scroll-behavior:smooth;background:#f8fafc;flex:1;padding:20px;overflow-y:auto}.messages-container{flex-direction:column;gap:14px;display:flex}.chat-bubble-wrapper{width:100%;display:flex}.user-wrapper{justify-content:flex-end}.bot-wrapper{justify-content:flex-start}.chat-bubble{white-space:pre-wrap;word-break:break-word;border-radius:18px;max-width:85%;padding:12px 16px;font-size:14px;line-height:1.6;box-shadow:0 2px 4px #00000005}.user-bubble{color:#fff;background:#0d9488;border-bottom-right-radius:4px;font-weight:400}.bot-bubble{color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-bottom-left-radius:4px;font-weight:400}.formatted-bot-response{flex-direction:column;display:flex}.chatbot-p{margin:0 0 12px}.chatbot-p:last-child{margin-bottom:0}.chatbot-ol,.chatbot-ul{margin:8px 0 12px;padding-left:20px}.chatbot-ol:last-child,.chatbot-ul:last-child{margin-bottom:0}.chatbot-li{margin-bottom:8px;line-height:1.5}.chatbot-li:last-child{margin-bottom:0}.chatbot-li strong,.chatbot-p strong{color:#0f766e;font-weight:700}.chatbot-link{color:#0d9488;border-bottom:1px dashed #0d948866;font-weight:500;text-decoration:none;transition:all .2s}.chatbot-link:hover{color:#0f766e;border-bottom-style:solid;border-bottom-color:#0f766e}.loading-bubble{align-items:center;gap:4px;padding:12px 20px;display:flex}.loading-bubble .dot{background:#0d9488;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite typingDot}.loading-bubble .dot:first-child{animation-delay:-.32s}.loading-bubble .dot:nth-child(2){animation-delay:-.16s}@keyframes typingDot{0%,80%,to{opacity:.3;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.chatbot-suggestions{background:#f8fafc;border-top:1px solid #f1f5f9;flex-wrap:wrap;gap:6px;padding:10px 16px;display:flex}.suggestion-chip{color:#0f766e;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #0d948833;border-radius:50px;padding:6px 12px;font-size:11.5px;font-weight:500;transition:all .2s}.suggestion-chip:hover{color:#fff;background:#0d9488;border-color:#0d9488;transform:translateY(-1px)}.suggestion-chip:disabled{opacity:.5;cursor:not-allowed}.chatbot-footer{background:#fff;border-top:1px solid #f1f5f9;align-items:center;gap:2px;padding:11px 3px;display:flex}.chatbot-footer input{color:#1e293b;background:#f1f5f9;border:1px solid #0000;border-radius:50px;outline:none;flex:1;padding:10px 18px;font-size:14px;transition:all .2s}.chatbot-footer input:focus{background:#fff;border-color:#0d9488;box-shadow:0 0 0 3px #0d948814}.send-btn{color:#fff;cursor:pointer;background:#0d9488;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:background .2s,transform .2s;display:flex}.send-btn:hover{background:#0f766e;transform:scale(1.05)}.send-btn:disabled{color:#94a3b8;cursor:not-allowed;background:#cbd5e1;transform:none}@media (max-width:768px){.chatbot-window{width:348px;height:451px}.chatbot-trigger-btn{width:52px;height:52px}}@media (max-width:480px){.chatbot-trigger-btn{width:50px;height:50px;font-size:20px}.chatbot-window{border-radius:20px;width:calc(100vw - 125px);height:calc(100vh - 250px);bottom:0;right:-25px}.chatbot-suggestions{padding:0 15px}.suggestion-chip{font-size:9.5px}}@media (max-width:380px){.chatbot-window{width:calc(100vw - 117px);height:calc(100vh - 213px)}.suggestion-chip{font-size:8.5px}.chatbot-header{padding:10px}.chatbot-p{margin:0 0 12px;font-size:12px}.header-info h3{font-size:13px}.status-text{font-size:10px}}@media (max-width:320px){.chatbot-header{padding:10px}.chatbot-window{width:calc(100vw - 60px);height:calc(100vh - 262px)}.suggestion-chip{font-size:8.5px}.chatbot-p{margin:0 0 12px;font-size:11px}.header-info h3{font-size:12px}.status-text{font-size:9px}}

