@import "https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600;700&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--color-primary:#2ec4c4;--color-primary-dark:#1aa8a8;--color-dark:#1a1a2e;--color-text:#444;--color-text-light:#777;--color-bg:#fff;--color-bg-light:#e8f7f7;--font-family:"Poppins", sans-serif;--border-radius:12px;--shadow:0 4px 20px #00000014;--transition:.28s cubic-bezier(.4, 0, .2, 1);--section-pad:clamp(3rem, 8vw, 6rem);--container-pad:clamp(1rem, 4vw, 1.5rem)}html{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;overflow-x:hidden}body{font-family:var(--font-family);color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}#root{overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}.btn{font-family:var(--font-family);cursor:pointer;transition:transform var(--transition), box-shadow var(--transition), background-color var(--transition);white-space:nowrap;border:none;border-radius:50px;justify-content:center;align-items:center;gap:7px;min-height:44px;padding:12px 26px;font-size:.88rem;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.btn:after{content:"";opacity:0;transition:opacity var(--transition);border-radius:inherit;background:#ffffff1f;position:absolute;inset:0}.btn:hover:after{opacity:1}.btn--primary{background-color:var(--color-primary);color:#fff}.btn--primary:hover{background-color:var(--color-primary-dark);transform:translateY(-3px);box-shadow:0 8px 24px #2ec4c461}.btn--primary:active{transform:translateY(-1px)}.btn--dark{background-color:var(--color-dark);color:#fff}.btn--dark:hover{background-color:#2a2a4a;transform:translateY(-3px);box-shadow:0 8px 24px #1a1a2e40}.btn--dark:active{transform:translateY(-1px)}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:var(--color-primary);border-radius:3px}a,button{-webkit-tap-highlight-color:transparent}@media (width<=768px){a,button{align-items:center;min-height:44px;display:inline-flex}p a,li a,span a{min-height:unset;display:inline}.app>:not(.navbar){opacity:0;animation:.72s cubic-bezier(.22,1,.36,1) forwards mobileReveal;transform:translateY(18px)}.app>:nth-child(2){animation-delay:60ms}.app>:nth-child(3){animation-delay:.14s}.app>:nth-child(4){animation-delay:.22s}.app>:nth-child(5){animation-delay:.3s}.app>:nth-child(6){animation-delay:.38s}.btn,.gallery__item,.about__values li,.services__item,.navbar__mobile-phone,.navbar__mobile-cta{transition:transform var(--transition), box-shadow var(--transition), background-color var(--transition), border-color var(--transition)}.btn:active,.gallery__item:active,.about__values li:active,.services__item:active,.navbar__mobile-phone:active,.navbar__mobile-cta:active{transform:scale(.985)}.about__img-wrap,.hero__badge,.services__img-wrap,.services__quote{animation:6.8s ease-in-out infinite mobileFloat}.gallery__item:nth-child(odd){animation:7.4s ease-in-out infinite mobileFloat}.gallery__item:nth-child(2n){animation:8.2s ease-in-out infinite mobileFloatAlt}}@keyframes mobileReveal{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes mobileFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes mobileFloatAlt{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.navbar{z-index:1000;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 16px #2ec4c41a}.navbar__container{max-width:1200px;padding:0 var(--container-pad);justify-content:space-between;align-items:center;height:72px;margin:0 auto;display:flex}.navbar__logo{min-height:unset;flex-shrink:0;align-items:center;display:flex}.navbar__logo img{object-fit:contain;width:auto;height:52px}.navbar__links{gap:1.6rem;list-style:none;display:flex}.navbar__links a{color:#555;letter-spacing:.02em;min-height:unset;padding-bottom:4px;font-size:.84rem;font-weight:500;transition:color .2s;position:relative}.navbar__links a:after{content:"";background:var(--color-primary);border-radius:2px;width:0;height:2px;transition:width .25s;position:absolute;bottom:0;left:0}.navbar__links a:hover{color:var(--color-primary)}.navbar__links a:hover:after{width:100%}.navbar__right{align-items:center;gap:1rem;display:flex}.navbar__phone{color:#777;white-space:nowrap;min-height:unset;align-items:center;gap:6px;font-size:.8rem;font-weight:500;display:flex}.navbar__phone svg{color:var(--color-primary)}.navbar__cta{min-height:40px;padding:10px 18px;font-size:.8rem}.navbar__hamburger{cursor:pointer;color:var(--color-dark);min-height:unset;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:44px;height:44px;padding:8px;transition:background .2s;display:none}.navbar__hamburger:hover{background:var(--color-bg-light)}.navbar__mobile{opacity:0;will-change:max-height, opacity, transform;background:#fffffffa;border-top:1px solid #2ec4c414;max-height:0;transition:max-height .42s cubic-bezier(.22,1,.36,1),opacity .28s,transform .42s cubic-bezier(.22,1,.36,1);display:none;overflow:hidden;transform:translateY(-10px)}.navbar__mobile--open{opacity:1;max-height:560px;transform:translateY(0)}.navbar__mobile-links{padding:1rem var(--container-pad) 0;max-width:340px;margin:0 auto;list-style:none}.navbar__mobile-links li{opacity:0;border-bottom:1px solid #0f172a0f;transition:opacity .3s,transform .38s cubic-bezier(.22,1,.36,1);transform:translateY(10px)}.navbar__mobile-links a{color:var(--color-dark);letter-spacing:.01em;text-align:center;justify-content:center;align-items:center;min-height:48px;padding:1rem .1rem;font-size:.96rem;font-weight:500;transition:color .2s,letter-spacing .2s;display:flex}.navbar__mobile-bottom{padding:1rem var(--container-pad) 1.3rem;opacity:0;justify-content:center;align-items:center;gap:.9rem;max-width:340px;margin:0 auto;transition:opacity .32s,transform .42s cubic-bezier(.22,1,.36,1);display:flex;transform:translateY(12px)}.navbar__mobile-links a:hover{color:var(--color-primary);letter-spacing:.03em}.navbar__mobile--open .navbar__mobile-links li,.navbar__mobile--open .navbar__mobile-bottom{opacity:1;transform:translateY(0)}.navbar__mobile--open .navbar__mobile-links li:first-child{transition-delay:40ms}.navbar__mobile--open .navbar__mobile-links li:nth-child(2){transition-delay:80ms}.navbar__mobile--open .navbar__mobile-links li:nth-child(3){transition-delay:.12s}.navbar__mobile--open .navbar__mobile-links li:nth-child(4){transition-delay:.16s}.navbar__mobile--open .navbar__mobile-links li:nth-child(5){transition-delay:.2s}.navbar__mobile--open .navbar__mobile-bottom{transition-delay:.18s}.navbar__mobile-phone{width:48px;height:48px;color:var(--color-primary);transition:transform var(--transition), background var(--transition), box-shadow var(--transition);min-height:unset;background:#f5fcfc;border:1px solid #2ec4c429;border-radius:14px;justify-content:center;align-items:center;display:inline-flex;box-shadow:0 10px 24px #2ec4c414}.navbar__mobile-phone:hover{background:#ecfbfb;transform:translateY(-1px);box-shadow:0 14px 28px #2ec4c424}.navbar__mobile-cta{min-height:48px;color:var(--color-dark);box-shadow:none;background:0 0;border:1px solid #0f172a1a;border-radius:14px;flex:1;justify-content:center;padding:12px 18px;font-size:.9rem}.navbar__mobile-cta:hover{color:var(--color-primary);background:#f7fbfb;border-color:#2ec4c438}@media (width<=900px){.navbar__links,.navbar__right{display:none}.navbar__hamburger{display:flex}.navbar__mobile{display:block}}@media (width<=480px){.navbar__container{height:64px}.navbar__logo img{height:44px}.navbar__mobile-links{padding-top:.7rem}.navbar__mobile-links a{padding:.92rem .05rem;font-size:.94rem}.navbar__mobile-bottom{gap:.75rem;padding-bottom:1.1rem}.navbar__mobile-phone{border-radius:13px;width:46px;height:46px}.navbar__mobile-cta{padding:13px 16px;font-size:.92rem}}.hero{background-color:var(--color-bg-light);align-items:center;min-height:100svh;padding-top:72px;display:flex;position:relative;overflow:hidden}.hero__bg{pointer-events:none;z-index:0;position:absolute;inset:0}.hero__blob{filter:blur(60px);opacity:.45;border-radius:50%;position:absolute}.hero__blob--1{background:radial-gradient(circle,#b2eded 0%,#0000 70%);width:480px;height:480px;animation:9s ease-in-out infinite blobFloat;top:-120px;right:-80px}.hero__blob--2{background:radial-gradient(circle,#d4f4f4 0%,#0000 70%);width:320px;height:320px;animation:12s ease-in-out infinite reverse blobFloat;bottom:-60px;left:-60px}.hero__blob--3{background:radial-gradient(circle,#fce4ec 0%,#0000 70%);width:200px;height:200px;animation:15s ease-in-out 3s infinite blobFloat;top:40%;left:38%}.hero__dot{background:var(--color-primary);opacity:.18;border-radius:50%;position:absolute}.hero__dot--a{width:12px;height:12px;animation:6s ease-in-out infinite dotBounce;top:18%;left:12%}.hero__dot--b{width:8px;height:8px;animation:8s ease-in-out 1s infinite dotBounce;top:65%;left:8%}.hero__dot--c{width:16px;height:16px;animation:7s ease-in-out 2s infinite dotBounce;top:25%;right:10%}.hero__dot--d{width:10px;height:10px;animation:9s ease-in-out .5s infinite dotBounce;bottom:20%;right:22%}.hero__line{border:1.5px solid #2ec4c41f;border-radius:50%;position:absolute}.hero__line--1{width:340px;height:340px;animation:30s linear infinite lineSpin;top:-80px;right:30%}.hero__line--2{width:220px;height:220px;animation:22s linear infinite reverse lineSpin;bottom:40px;left:15%}.hero__container{z-index:1;max-width:1200px;padding:3rem var(--container-pad);justify-content:space-between;align-items:center;gap:3rem;width:100%;margin:0 auto;display:flex;position:relative}.hero__content{flex:1;max-width:520px}.hero__subtitle{color:var(--color-primary);text-transform:uppercase;letter-spacing:1.5px;transition:background var(--transition), transform var(--transition);cursor:default;min-height:unset;background:#2ec4c41a;border-radius:50px;align-items:center;gap:8px;margin-bottom:1.2rem;padding:6px 14px;font-size:.8rem;font-weight:600;display:inline-flex}.hero__subtitle:hover{background:#2ec4c42e;transform:translate(4px)}.hero__title{color:var(--color-dark);margin-bottom:1.8rem;font-size:clamp(1.9rem,5vw,3.4rem);font-weight:700;line-height:1.2}.hero__title span{color:var(--color-primary);position:relative}.hero__title span:after{content:"";background:linear-gradient(90deg, var(--color-primary), transparent);border-radius:2px;width:100%;height:3px;position:absolute;bottom:-4px;left:0}.hero__badge{transition:transform var(--transition), box-shadow var(--transition);cursor:default;min-height:unset;background:#fff;border:1px solid #2ec4c426;border-radius:50px;align-items:center;gap:10px;margin-top:1.8rem;padding:10px 18px;display:inline-flex;box-shadow:0 4px 20px #2ec4c426}.hero__badge:hover{transform:translateY(-3px);box-shadow:0 8px 28px #2ec4c438}.hero__badge-icons{flex-shrink:0;align-items:center;gap:4px;display:flex}.hero__badge:hover .hero__badge-icons svg:first-child{animation:.6s heartbeat}.hero__badge p{color:var(--color-text);font-size:.8rem;font-weight:500;line-height:1.3}.hero__image{flex:1;justify-content:flex-end;display:flex;position:relative}.hero__image-ring{pointer-events:none;border:1.5px solid #2ec4c44d;border-radius:50%/40% 40% 60% 60%;position:absolute;top:50%;right:0;transform:translateY(-50%)}.hero__image-ring--outer{width:490px;height:490px;animation:4s ease-in-out infinite ringPulse;right:-15px}.hero__image-ring--inner{border-color:#2ec4c426;width:480px;height:480px;animation:4s ease-in-out 1s infinite ringPulse;right:-10px}.hero__image img{z-index:1;object-fit:cover;width:100%;max-width:460px;transition:transform var(--transition), box-shadow var(--transition);border-radius:50%/40% 40% 60% 60%;position:relative;box-shadow:0 12px 40px #2ec4c438}.hero__image:hover img{transform:translateY(-8px)scale(1.02);box-shadow:0 24px 56px #2ec4c452}.hero__image:hover .hero__image-ring--outer{border-color:#2ec4c480}.hero__image:hover .hero__image-ring--inner{border-color:#2ec4c447}.hero__anim{opacity:0;animation:.7s forwards fadeUp;transform:translateY(24px)}.hero__anim--1{animation-delay:.1s}.hero__anim--2{animation-delay:.25s}.hero__anim--3{animation-delay:.4s}.hero__anim--4{animation-delay:.55s}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}@keyframes blobFloat{0%,to{transform:translate(0)scale(1)}33%{transform:translate(18px,-22px)scale(1.04)}66%{transform:translate(-12px,14px)scale(.97)}}@keyframes dotBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}@keyframes lineSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes ringPulse{0%,to{opacity:1;transform:translateY(-50%)scale(1)}50%{opacity:.4;transform:translateY(-50%)scale(1.03)}}@keyframes heartbeat{0%{transform:scale(1)}30%{transform:scale(1.35)}60%{transform:scale(.95)}to{transform:scale(1)}}@media (width<=900px){.hero__container{gap:2rem}.hero__image img{max-width:340px}.hero__image-ring--outer{width:370px;height:370px}.hero__image-ring--inner{width:360px;height:360px}}@media (width<=768px){.hero{min-height:auto;padding-top:72px}.hero__container{text-align:center;padding:2rem var(--container-pad) 3rem;flex-direction:column-reverse;gap:1.6rem}.hero__content{max-width:100%}.hero__subtitle{margin:0 auto 1rem}.hero__badge{margin:1.6rem auto 0}.hero__image{justify-content:center;width:100%}.hero__image img{border-radius:50%;max-width:220px}.hero__image:hover img{transform:translateY(-4px)scale(1.015)}.hero__image-ring--outer{width:250px;height:250px;animation:4s ease-in-out infinite ringPulseMobile;right:50%;transform:translate(50%,-50%)}.hero__image-ring--inner{width:240px;height:240px;animation:4s ease-in-out 1s infinite ringPulseMobile;right:50%;transform:translate(50%,-50%)}.hero__blob--1{width:240px;height:240px}.hero__blob--2{width:160px;height:160px}.hero__blob--3,.hero__line--1,.hero__line--2{display:none}}@media (width<=480px){.hero__title{font-size:1.75rem}.hero__image img{max-width:180px}.hero__image-ring--outer{width:208px;height:208px}.hero__image-ring--inner{width:198px;height:198px}.hero__badge{gap:8px;padding:8px 14px}.hero__badge p{font-size:.76rem}}@keyframes ringPulseMobile{0%,to{opacity:1;transform:translate(50%,-50%)scale(1)}50%{opacity:.4;transform:translate(50%,-50%)scale(1.03)}}.about{background-color:#fff;padding:6rem 1.5rem 0;overflow:hidden}.about__container{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;max-width:1100px;margin:0 auto;padding-bottom:5rem;display:grid}.about__visual{position:relative}.about__img-wrap{transition:transform var(--transition), box-shadow var(--transition);border-radius:40% 60% 60% 40%/50% 40% 60% 50%;position:relative;overflow:hidden;box-shadow:0 20px 60px #2ec4c42e}.about__img-wrap:hover{transform:translateY(-6px);box-shadow:0 28px 72px #2ec4c442}.about__img-wrap img{object-fit:cover;object-position:top;width:100%;height:520px;transition:transform .6s cubic-bezier(.4,0,.2,1)}.about__img-wrap:hover img{transform:scale(1.04)}.about__float-card{transition:transform var(--transition), box-shadow var(--transition);z-index:2;background:#fff;border:1px solid #2ec4c426;border-radius:16px;align-items:center;gap:12px;padding:14px 20px;display:flex;position:absolute;bottom:28px;right:-24px;box-shadow:0 8px 32px #0000001a}.about__float-card:hover{transform:translateY(-4px);box-shadow:0 14px 40px #2ec4c433}.about__visual:before{content:"";background:var(--color-bg-light);z-index:-1;border-radius:50%;width:340px;height:340px;position:absolute;top:-30px;left:-30px}.about__content{flex-direction:column;gap:1.4rem;display:flex}.about__tag{color:var(--color-primary);text-transform:uppercase;letter-spacing:1.5px;background:#2ec4c41a;border-radius:50px;align-items:center;width:fit-content;padding:5px 14px;font-size:.78rem;font-weight:600;display:inline-flex}.about__title{color:var(--color-dark);font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;line-height:1.25}.about__title span{color:var(--color-primary);position:relative}.about__title span:after{content:"";background:linear-gradient(90deg, var(--color-primary), transparent);border-radius:2px;width:100%;height:3px;position:absolute;bottom:-3px;left:0}.about__text{color:var(--color-text-light);font-size:.93rem;line-height:1.9}.about__values{flex-direction:column;gap:.7rem;list-style:none;display:flex}.about__values li{color:var(--color-text);transition:color var(--transition), padding-left var(--transition);cursor:default;align-items:flex-start;gap:10px;font-size:.9rem;display:flex}.about__values li svg{flex-shrink:0;margin-top:2px}.about__values li:hover{color:var(--color-primary);padding-left:5px}.about__values li:hover svg{transition:transform var(--transition);transform:scale(1.2)}.about__cta{width:fit-content;margin-top:.4rem}@media (width<=960px){.about__container{grid-template-columns:1fr;gap:3rem;padding-bottom:2rem}.about__visual{width:100%;max-width:480px;margin:0 auto}.about__img-wrap img{height:400px}.about__float-card{bottom:20px;right:0}.about__content{text-align:center;align-items:center}.about__values{align-items:stretch;width:100%;max-width:420px;padding:0}.about__values li{text-align:left;justify-content:flex-start;width:100%}.about__cta{margin:.4rem auto 0}}@media (width<=600px){.about{padding:4rem 1.2rem 1rem}.about__img-wrap img{height:300px}.about__float-card{padding:10px 14px;bottom:16px;right:4px}.about__img-wrap:hover{transform:none;box-shadow:0 20px 60px #2ec4c42e}.about__img-wrap:hover img{transform:none}.about__values{gap:.85rem}.about__values li{background:#f8ffff;border:1px solid #2ec4c41f;border-radius:14px;padding:.85rem 1rem}.about__values li:hover{padding-left:1rem}}.gallery{background-color:#fff;padding:5rem 1.5rem}.gallery__header{text-align:center;flex-direction:column;align-items:center;gap:.8rem;max-width:1200px;margin:0 auto 2.8rem;display:flex}.gallery__tag{color:var(--color-primary);text-transform:uppercase;letter-spacing:1.5px;background:#2ec4c41a;border-radius:50px;padding:5px 14px;font-size:.78rem;font-weight:600;display:inline-flex}.gallery__title{color:var(--color-dark);font-size:clamp(1.5rem,3vw,2.1rem);font-weight:700;line-height:1.3}.gallery__title span{color:var(--color-primary);position:relative}.gallery__title span:after{content:"";background:linear-gradient(90deg, var(--color-primary), transparent);border-radius:2px;width:100%;height:3px;position:absolute;bottom:-3px;left:0}.gallery__container{grid-template-columns:repeat(4,1fr);gap:1.2rem;max-width:1200px;margin:0 auto;display:grid}.gallery__item{aspect-ratio:3/4;cursor:pointer;transition:transform var(--transition), box-shadow var(--transition);border-radius:20px;position:relative;overflow:hidden;box-shadow:0 4px 16px #00000012}.gallery__item:hover{transform:translateY(-8px);box-shadow:0 20px 48px #2ec4c433}.gallery__item img{object-fit:cover;width:100%;height:100%;transition:transform .55s cubic-bezier(.4,0,.2,1);display:block}.gallery__item:hover img{transform:scale(1.08)}.gallery__gradient{pointer-events:none;height:55%;transition:opacity var(--transition);background:linear-gradient(#0000 0%,#1a1a2e4d 45%,#1a1a2ed1 100%);position:absolute;bottom:0;left:0;right:0}.gallery__item:hover .gallery__gradient{opacity:1.2}.gallery__legend{z-index:2;transition:transform var(--transition);flex-direction:column;gap:4px;padding:1.4rem 1.2rem;display:flex;position:absolute;bottom:0;left:0;right:0;transform:translateY(0)}.gallery__legend-icon{color:#fff;opacity:0;width:36px;height:36px;transition:opacity var(--transition), transform var(--transition);background:#2ec4c4e6;border-radius:10px;justify-content:center;align-items:center;margin-bottom:6px;display:flex;transform:translateY(10px)}.gallery__item:hover .gallery__legend-icon{opacity:1;transform:translateY(0)}.gallery__legend-title{color:#fff;font-size:.95rem;font-weight:600;line-height:1.2}.gallery__legend-desc{color:#ffffffbf;opacity:0;max-height:0;font-size:.78rem;line-height:1.4;transition:max-height .35s,opacity .3s 50ms;overflow:hidden}.gallery__item:hover .gallery__legend-desc{opacity:1;max-height:60px}@media (width<=900px){.gallery__container{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (width<=768px){.gallery{padding:3.5rem 0}.gallery__header{margin-bottom:2rem;padding:0 1.2rem}.gallery__container{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;flex-direction:row;gap:.9rem;max-width:100%;padding:.5rem 1.2rem 1.2rem;display:flex;overflow:auto hidden}.gallery__container::-webkit-scrollbar{display:none}.gallery__item{aspect-ratio:3/4;scroll-snap-align:start;max-width:280px;transition:box-shadow var(--transition);border-radius:18px;flex:0 0 72vw}.gallery__item:hover{transform:none;box-shadow:0 4px 16px #00000012}.gallery__item:active{transform:scale(.98)}.gallery__legend-icon{opacity:1;transform:translateY(0)}.gallery__legend-desc{opacity:1;max-height:60px}}@media (width<=480px){.gallery__item{flex:0 0 78vw;max-width:260px}}.services{background-color:#fff;padding:6rem 1.5rem}.services__inner{grid-template-columns:1fr 1.1fr;align-items:start;gap:5rem;max-width:1100px;margin:0 auto;display:grid}.services__left{flex-direction:column;gap:2rem;display:flex;position:sticky;top:100px}.services__img-wrap{transition:transform var(--transition), box-shadow var(--transition);border-radius:24px;position:relative;overflow:hidden;box-shadow:0 16px 48px #2ec4c426}.services__img-wrap:hover{transform:translateY(-5px);box-shadow:0 24px 60px #2ec4c438}.services__img-wrap img{object-fit:cover;object-position:top;width:100%;height:420px;transition:transform .55s cubic-bezier(.4,0,.2,1);display:block}.services__img-wrap:hover img{transform:scale(1.04)}.services__img-badge{color:var(--color-dark);background:#fff;border-radius:50px;align-items:center;gap:7px;padding:7px 14px;font-size:.78rem;font-weight:600;display:flex;position:absolute;top:18px;left:18px;box-shadow:0 4px 16px #0000001a}.services__img-badge-dot{background:#4caf7d;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2s ease-in-out infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.75)}}.services__quote{background:var(--color-bg-light);border-left:3px solid var(--color-primary);color:var(--color-text);border-radius:0 16px 16px 0;flex-direction:column;gap:.8rem;padding:1.4rem 1.6rem;font-size:.9rem;font-style:italic;line-height:1.8;display:flex}.services__quote cite{color:var(--color-primary);font-size:.8rem;font-style:normal;font-weight:600}.services__right{flex-direction:column;gap:1.4rem;display:flex}.services__tag{color:var(--color-primary);text-transform:uppercase;letter-spacing:1.5px;background:#2ec4c41a;border-radius:50px;width:fit-content;padding:5px 14px;font-size:.78rem;font-weight:600;display:inline-flex}.services__title{color:var(--color-dark);font-size:clamp(1.7rem,3vw,2.3rem);font-weight:700;line-height:1.2}.services__title span{color:var(--color-primary);position:relative}.services__title span:after{content:"";background:linear-gradient(90deg, var(--color-primary), transparent);border-radius:2px;width:100%;height:3px;position:absolute;bottom:-3px;left:0}.services__intro{color:var(--color-text-light);max-width:440px;font-size:.93rem;line-height:1.85}.services__list{border-top:1px solid #f0f0f0;flex-direction:column;gap:0;list-style:none;display:flex}.services__item{cursor:default;transition:background var(--transition), padding-left var(--transition);border-bottom:1px solid #f0f0f0;border-radius:8px;align-items:center;gap:14px;padding:.95rem .4rem;display:flex}.services__item:hover{background:#2ec4c40d;padding-left:10px}.services__item-icon{width:36px;height:36px;color:var(--color-primary);transition:background var(--transition), transform var(--transition);background:#2ec4c41a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.services__item:hover .services__item-icon{background:#2ec4c433;transform:scale(1.08)}.services__item span{color:var(--color-text);transition:color var(--transition);flex:1;font-size:.92rem;font-weight:500}.services__item:hover span{color:var(--color-dark)}.services__item-arrow{color:var(--color-primary);opacity:0;transition:opacity var(--transition), transform var(--transition);flex-shrink:0;transform:translate(-6px)}.services__item:hover .services__item-arrow{opacity:1;transform:translate(0)}.services__cta{width:fit-content;margin-top:.6rem}@media (width<=900px){.services__inner{grid-template-columns:1fr;gap:3rem}.services__left{width:100%;max-width:520px;margin:0 auto;position:static}.services__img-wrap img{height:340px}}@media (width<=600px){.services{padding:2.5rem 1.2rem 4rem}.services__img-wrap img{height:260px}.services__img-wrap:hover,.services__img-wrap:hover img{transform:none}.services__item-arrow{opacity:1;transform:translate(0)}.services__item:hover{padding-left:.4rem}}.footer{background-color:var(--color-dark)}.footer__main{max-width:1100px;padding:2.8rem var(--container-pad) 2.4rem;border-bottom:1px solid #ffffff0f;grid-template-columns:1.4fr 1fr 1fr;align-items:start;gap:3rem;margin:0 auto;display:grid}.footer__mobile{display:none}.footer__brand{flex-direction:column;gap:.8rem;display:flex}.footer__logo{min-height:unset;display:inline-flex}.footer__logo img{filter:brightness(0)invert();opacity:.8;width:auto;height:44px;transition:opacity var(--transition)}.footer__logo:hover img{opacity:1}.footer__social-link{color:#666;min-height:unset;transition:color var(--transition), transform var(--transition);align-items:center;gap:7px;font-size:.78rem;display:inline-flex}.footer__social-link:hover{color:#0a66c2;transform:translate(3px)}.footer__contact{flex-direction:column;gap:.8rem;display:flex}.footer__heading{text-transform:uppercase;letter-spacing:1.4px;color:#444;margin:0;font-size:.68rem;font-weight:600}.footer__list{flex-direction:column;gap:.55rem;list-style:none;display:flex}.footer__list li{color:#777;align-items:center;gap:7px;font-size:.8rem;display:flex}.footer__list li svg{color:var(--color-primary);flex-shrink:0}.footer__list a{color:#777;min-height:unset;transition:color var(--transition)}.footer__list a:hover{color:#fff}.footer__cta-col{flex-direction:column;align-items:flex-start;gap:1rem;display:flex}.footer__cta-text{color:#666;font-size:.82rem;line-height:1.5}.footer__cta-btn{background:var(--color-primary);color:#fff;min-height:unset;transition:background var(--transition), transform var(--transition), box-shadow var(--transition);white-space:nowrap;border-radius:50px;align-items:center;gap:7px;padding:10px 20px;font-size:.82rem;font-weight:600;display:inline-flex}.footer__cta-btn:hover{background:var(--color-primary-dark);transform:translateY(-2px);box-shadow:0 6px 20px #2ec4c44d}.footer__credits{max-width:1100px;padding:.85rem var(--container-pad);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;display:flex}.footer__copy{color:#3a3a3a;font-size:.72rem}.footer__made{color:#3a3a3a;align-items:center;gap:5px;font-size:.72rem;display:flex}.footer__credit-icon{color:#3a3a3a;min-height:unset;transition:color var(--transition), transform var(--transition);align-items:center;display:flex}.footer__credit-icon:hover{transform:translateY(-2px)}.footer__credit-icon--li:hover{color:#0a66c2}.footer__credit-icon--web:hover{color:var(--color-primary)}@media (width<=768px){.footer__main{display:none}.footer__mobile{padding:2rem var(--container-pad) 1.8rem;border-bottom:1px solid #ffffff0f;flex-direction:column;align-items:center;gap:1.4rem;display:flex}.footer__logo--mobile img{filter:brightness(0)invert();opacity:.8;width:auto;height:40px}.footer__mobile-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.2rem;width:100%;display:flex}.footer__mobile-icons{align-items:center;gap:.5rem;display:flex}.footer__icon-btn{color:#aaa;width:42px;height:42px;min-height:unset;transition:background var(--transition), color var(--transition), transform var(--transition);background:#ffffff12;border-radius:50%;justify-content:center;align-items:center;display:flex}.footer__icon-btn:hover,.footer__icon-btn:active{color:var(--color-primary);background:#2ec4c433;transform:scale(1.08)}.footer__credits{text-align:center;padding:.8rem var(--container-pad);justify-content:center;gap:.5rem}}
