@charset "UTF-8";@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.animate-fadeInUp{animation:fadeInUp .6s ease-out forwards}.animate-fadeIn{animation:fadeIn .8s ease-out forwards}.animate-slideInLeft{animation:slideInLeft .6s ease-out forwards}.animate-slideInRight{animation:slideInRight .6s ease-out forwards}.animate-scaleIn{animation:scaleIn .5s ease-out forwards}.animate-pulse{animation:pulse 2s ease-in-out infinite}.animate-float{animation:float 3s ease-in-out infinite}.animate-rotate{animation:rotate 20s linear infinite}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}.delay-5{animation-delay:.5s}.delay-6{animation-delay:.6s}.delay-7{animation-delay:.7s}.delay-8{animation-delay:.8s}.delay-9{animation-delay:.9s}.delay-10{animation-delay:1s}.hover-lift{transition:transform .3s ease,box-shadow .3s ease}.hover-lift:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a}.hover-scale{transition:transform .3s ease}.hover-scale:hover{transform:scale(1.05)}.hover-brightness{transition:filter .3s ease}.hover-brightness:hover{filter:brightness(1.1)}.hero,.hero-content,.hero-logo,.about-visual,.service-card,.case-card,.blog-card,.post-card,[data-gsap]{will-change:transform,opacity;transform:translateZ(0);backface-visibility:hidden;-webkit-font-smoothing:antialiased}#particle-sphere-container,#dotted-surface-container{will-change:transform;transform:translateZ(0);contain:layout style paint}.hero,.about-section,.services-section,.cases-section,.clients-section,.blog-preview-section,.footer{contain:layout}.service-card,.case-card,.blog-card,.post-card,.client-logo{contain:layout style}[data-gsap]{animation:removeWillChange 1s forwards;animation-delay:2s}@keyframes removeWillChange{to{will-change:auto}}*[style*=transform]{transform:translateZ(0)}.header.fixed,.topbar{contain:layout style}img,picture{contain:layout}.animate-fadeInUp,.animate-slideInLeft,.animate-slideInRight,.animate-scaleIn,.hover-lift,.hover-scale{will-change:transform,opacity;transform:translateZ(0)}@media(prefers-reduced-motion:no-preference){.animate-fadeInUp,.animate-slideInLeft,.animate-slideInRight{will-change:transform,opacity}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@supports (content-visibility: auto){.services-section,.cases-section,.blog-preview-section{content-visibility:auto;contain-intrinsic-size:auto 500px}}.topbar{position:absolute;top:0;left:0;right:0;z-index:2000;background:#10615a;padding:.5rem 2rem;box-shadow:0 2px 5px #0000001a;margin:0;display:block}.topbar .topbar-container{max-width:1440px;margin:0 auto;padding:0 156px;display:flex;justify-content:flex-end;align-items:center}@media(max-width:1280px){.topbar .topbar-container{padding:0}}.topbar .lang-switcher{position:relative;overflow:hidden;border-radius:6px;background:#ffffff14;transition:all .35s cubic-bezier(.4,0,.2,1);width:105px;height:32px}.topbar .lang-switcher.open{width:250px;background:#ffffff1f;box-shadow:0 4px 12px #0003}.topbar .lang-switcher .lang-switcher-wrapper{display:flex;gap:4px;align-items:center;padding:4px;white-space:nowrap;position:relative;height:100%;justify-content:flex-end}.topbar .lang-switcher button{background:none;border:none;color:#fff;font-weight:600;font-size:.75rem;cursor:pointer;padding:4px 8px;border-radius:4px;transition:all .3s ease;opacity:1;display:flex;gap:6px;align-items:center;flex-shrink:0;position:relative;overflow:hidden;height:24px;line-height:1}.topbar .lang-switcher button:last-child{padding-right:10px}.topbar .lang-switcher button:last-child:after{content:"▼";font-size:.6rem;margin-left:2px;transition:transform .3s ease;display:inline-block}.topbar .lang-switcher button:not(:last-child){opacity:0;pointer-events:none;transform:translate(10px);transition:all .3s ease}.topbar .lang-switcher button span{transition:color .3s ease;font-size:.75rem;line-height:1}.topbar .lang-switcher button img{transition:transform .3s ease;width:18px;height:18px;flex-shrink:0}.topbar .lang-switcher.open button:last-child:after{transform:rotate(180deg)}.topbar .lang-switcher.open button:not(:last-child){opacity:1;pointer-events:all;transform:translate(0)}.topbar .lang-switcher.open button:hover{background:#ffffff40;transform:translateY(-1px)}@media(max-width:1024px){.topbar{display:none}}body:not(.home-page){padding-top:40px}body:not(.home-page) .topbar{position:fixed}body:not(.home-page).header-is-fixed{padding-top:120px}@media(max-width:1024px){body:not(.home-page).header-is-fixed{padding-top:79.44px}}@media(max-width:1024px){body:not(.home-page){padding-top:0}}body.home-page{padding-top:0;position:relative}body.home-page .topbar{position:fixed}.header{position:fixed;left:0;right:0;z-index:1000;background:#1c9788;box-shadow:0 2px 10px #0000001a;transition:box-shadow .3s ease;height:79.44px;margin:0;padding:0}.header.fixed-header{position:relative;top:auto;margin-bottom:0}.header.fixed-header.fixed{position:fixed;top:40px;margin-bottom:0;box-shadow:0 4px 20px #00000026}@media(max-width:1024px){.header.fixed-header.fixed{top:0}}.home-page .header{position:absolute;top:100vh;left:0;right:0;opacity:1;pointer-events:all;transform-origin:top center;will-change:transform,width,height}.home-page .header.animating{transform-origin:top center;background:#1c9788}.home-page .header.fixed{position:fixed!important;top:47px!important;left:0!important;right:0!important;box-shadow:0 4px 20px #00000026;transform:none!important;width:auto!important;height:auto!important;opacity:1!important;overflow:visible!important}@media(max-width:1024px){.home-page .header.fixed{top:0!important}}.header .header-container{max-width:1440px;margin:0 auto;padding:16px 156px;display:flex;justify-content:space-between;align-items:center;height:100%}@media(max-width:1280px){.header .header-container{padding:16px 2rem}}.header .logo{text-decoration:none;transition:transform .2s ease;display:flex;align-items:center;flex-shrink:0;margin-right:3rem}@media(max-width:1024px){.header .logo{margin-right:auto}}.header .logo img{height:47px;width:auto;max-width:98px;filter:brightness(0) invert(1)}.header .logo:hover{transform:scale(1.05)}.header .nav{display:flex;gap:40px;align-items:center;height:40px;flex:1;justify-content:flex-end}@media(max-width:1024px){.header .nav{display:none}}.header .nav-link{color:#fff;text-decoration:none;font-weight:500;font-size:20px;line-height:26px;position:relative;transition:color .2s ease;white-space:nowrap}.header .nav-link:hover{color:#10615a}.header .nav-link:hover:after{width:100%}.header .nav-link.active{color:#10615a}.header .nav-link.button-link{color:#f8e509;font-weight:500}.header .nav-link.button-link:hover{opacity:.8}.header .mobile-controls{display:none;align-items:center;gap:1rem}@media(max-width:1024px){.header .mobile-controls{display:flex}}.header .lang-switcher-mobile{display:none}@media(max-width:1024px){.header .lang-switcher-mobile{display:block;position:relative;overflow:hidden;border-radius:6px;background:#ffffff14;transition:all .35s cubic-bezier(.4,0,.2,1);width:55px;height:32px}.header .lang-switcher-mobile.open{width:140px;background:#ffffff1f;box-shadow:0 4px 12px #0003}.header .lang-switcher-mobile .lang-switcher-wrapper{display:flex;gap:4px;align-items:center;padding:4px;white-space:nowrap;position:relative;height:100%;justify-content:flex-end}.header .lang-switcher-mobile button{background:none;border:none;color:#fff;font-weight:600;font-size:.75rem;cursor:pointer;padding:4px 8px;border-radius:4px;transition:all .3s ease;opacity:1;display:flex;gap:6px;align-items:center;flex-shrink:0;position:relative;overflow:hidden;height:24px;line-height:1}.header .lang-switcher-mobile button:last-child{padding-right:10px}.header .lang-switcher-mobile button:last-child:after{content:"▼";font-size:.6rem;margin-left:2px;transition:transform .3s ease;display:inline-block}.header .lang-switcher-mobile button:not(:last-child){opacity:0;pointer-events:none;transform:translate(10px);transition:all .3s ease}.header .lang-switcher-mobile button span{display:none}.header .lang-switcher-mobile button img{transition:transform .3s ease;width:18px;height:18px;flex-shrink:0}.header .lang-switcher-mobile.open button:last-child:after{transform:rotate(180deg)}.header .lang-switcher-mobile.open button:not(:last-child){opacity:1;pointer-events:all;transform:translate(0)}.header .lang-switcher-mobile.open button:hover{background:#ffffff40;transform:translateY(-1px)}}.header .mobile-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:.5rem}@media(max-width:1024px){.header .mobile-toggle{display:flex}}.header .mobile-toggle span{width:25px;height:2px;background:#fff;transition:all .3s ease}.header .mobile-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.header .mobile-toggle.active span:nth-child(2){opacity:0}.header .mobile-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.header .mobile-menu{display:none;position:fixed;top:79px;left:0;right:0;background:#1c9788;box-shadow:0 10px 30px #0000001a;padding:2rem;z-index:999}@media(max-width:1024px){.header .mobile-menu{display:block;opacity:0;pointer-events:none;transform:translateY(-20px);transition:all .3s ease}.header .mobile-menu.active{opacity:1;pointer-events:all;transform:translateY(0)}}.header .mobile-menu .nav-link{display:block;padding:1rem 0;color:#fff;font-size:18px}.header .mobile-menu .nav-link:last-child{border-bottom:none}.header .mobile-menu .nav-link:hover{color:#10615a}.header .mobile-menu .nav-link.button-link{color:#f8e509;font-weight:5 0}.footer-selos{background:#f8f8f8;padding:5rem 0;overflow:hidden}.footer-selos .selos-container{max-width:1128px;margin:0 auto;padding:0;width:100%;box-sizing:border-box}.footer-selos .selos-grid{display:flex;flex-wrap:wrap;gap:2.5rem 4rem;align-items:center;justify-content:center}@media(max-width:768px){.footer-selos .selos-grid{flex-wrap:nowrap;justify-content:flex-start;gap:2rem;padding:0 20px 10px;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;width:100%}.footer-selos .selos-grid::-webkit-scrollbar{display:none}.footer-selos .selos-grid{scrollbar-width:none}}.footer-selos .selos-grid .partner-item{flex-shrink:0;display:flex;align-items:center;justify-content:center}.footer-selos .selos-grid img{width:auto;height:auto;object-fit:contain;transition:all .3s ease}@media(max-width:768px){.footer-selos .selos-grid img{max-width:100px;max-height:35px}}.footer{background:#1c9788;color:#fff;padding:5rem 2rem 2rem}.footer .footer-container{max-width:1440px;margin:0 auto;padding:0 156px}@media(max-width:1280px){.footer .footer-container{padding:0 2rem}}.footer .footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem}@media(max-width:1024px){.footer .footer-content{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:768px){.footer .footer-content{grid-template-columns:1fr}}.footer .footer-col-1 .footer-logo-row{display:flex;align-items:flex-start;gap:2rem;margin-bottom:1.5rem;position:relative}.footer .footer-col-1 .footer-logo-row .footer-logo img{height:40px;width:auto;filter:brightness(0) invert(1)}.footer .footer-col-1 .footer-logo-row .footer-selo-gptw{position:relative;margin-bottom:-10px;right:-90px}.footer .footer-col-1 .footer-logo-row .footer-selo-gptw img{height:90px;width:auto}@media(max-width:768px){.footer .footer-col-1 .footer-logo-row .footer-selo-gptw img{height:70px}}.footer .footer-col-1 .footer-description{max-width:273px}.footer .footer-col-1 .footer-description p{color:#ffffffe6;line-height:1.6;margin-bottom:1rem;font-size:.938rem}.footer .footer-col-1 .footer-description p strong{color:#10615a}.footer .footer-col-1 .footer-address{margin-top:2rem}.footer .footer-col-1 .footer-address h4{font-size:1rem;font-weight:600;margin-bottom:.75rem}.footer .footer-col-1 .footer-address p{color:#ffffffd9;line-height:1.6;font-size:.875rem}.footer .footer-col-2 h3{font-size:1.125rem;margin-bottom:1.5rem;font-weight:600;color:#10615a}.footer .footer-col-2 ul{list-style:none}.footer .footer-col-2 ul li{margin-bottom:.75rem}.footer .footer-col-2 ul li a{color:#ffffffd9;text-decoration:none;font-size:.938rem;transition:all .2s ease;display:inline-block}.footer .footer-col-2 ul li a:hover{color:#fff;padding-left:5px}.footer .footer-col-2 ul li.divider{border-top:1px solid rgba(255,255,255,.2);margin:1rem 0;padding:0}.footer .footer-col-3 h3{font-size:1.125rem;margin-bottom:1.5rem;font-weight:600;color:#10615a}.footer .footer-col-3 ul{list-style:none}.footer .footer-col-3 ul li{margin-bottom:.75rem}.footer .footer-col-3 ul li a{color:#ffffffd9;text-decoration:none;font-size:.938rem;transition:all .2s ease;display:inline-block}.footer .footer-col-3 ul li a:hover{color:#fff;padding-left:5px}.footer .footer-col-4 .footer-cta{margin-bottom:2rem}.footer .footer-col-4 .footer-cta .btn-cta{background:#635fff;color:#fff;padding:.875rem 1.75rem;border-radius:4px;text-decoration:none;font-weight:700;font-size:.938rem;display:inline-block;transition:all .3s ease;width:100%;text-align:center}.footer .footer-col-4 .footer-cta .btn-cta:hover{background:#4945d9;transform:translateY(-2px);box-shadow:0 4px 12px #635fff66}.footer .footer-col-4 .footer-newsletter h4{font-size:1rem;font-weight:600;margin-bottom:1rem;color:#10615a}.footer .footer-col-4 .footer-newsletter form{position:relative}.footer .footer-col-4 .footer-newsletter form input{width:100%;padding:.625rem 3rem .625rem 1rem;border:none;border-radius:4px;background:#fff;font-size:.938rem;color:#a4a4a4;height:40px}.footer .footer-col-4 .footer-newsletter form input::placeholder{color:#999}.footer .footer-col-4 .footer-newsletter form input:focus{outline:2px solid white}.footer .footer-col-4 .footer-newsletter form input.error{outline:2px solid #ff4444}.footer .footer-col-4 .footer-newsletter form button{position:absolute;right:0;top:50%;transform:translateY(-50%);background:#10615a;border:none;width:40px;height:40px;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.footer .footer-col-4 .footer-newsletter form button:hover{background:#0d504a}.footer .footer-col-4 .footer-newsletter form button svg{width:8px;height:12px}.footer .footer-col-4 .footer-newsletter .error-message{display:block;color:#ff6b6b;font-size:.813rem;margin-top:.5rem;padding:8px 10px;background:#fffffff2;border-left:3px solid #ff6b6b;border-radius:4px;line-height:1.4}.footer .footer-col-4 .footer-newsletter .newsletter-response-message{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:4px;font-size:.813rem;margin-top:10px}.footer .footer-col-4 .footer-newsletter .newsletter-response-message .icon{width:20px;height:20px;min-width:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;color:#fff}.footer .footer-col-4 .footer-newsletter .newsletter-response-message .text{flex:1;line-height:1.4}.footer .footer-col-4 .footer-newsletter .newsletter-response-message.success{background:#fffffff2;color:#155724;border-left:3px solid #28a745}.footer .footer-col-4 .footer-newsletter .newsletter-response-message.success .icon{background:#28a745}.footer .footer-col-4 .footer-newsletter .newsletter-response-message.error{background:#fffffff2;color:#721c24;border-left:3px solid #dc3545}.footer .footer-col-4 .footer-newsletter .newsletter-response-message.error .icon{background:#dc3545}.footer .footer-col-4 .footer-social{margin-top:2rem}.footer .footer-col-4 .footer-social h4{font-size:1rem;font-weight:600;margin-bottom:1rem;color:#10615a}.footer .footer-col-4 .footer-social .social-links{display:flex;gap:2rem}.footer .footer-col-4 .footer-social .social-links a{display:flex;align-items:center;justify-content:center;width:30px;height:30px;transition:all .3s ease}.footer .footer-col-4 .footer-social .social-links a:hover{background:#ffffff40;transform:translateY(-3px)}.footer .footer-col-4 .footer-social .social-links a svg{width:30px;height:30px}@media screen and (max-width:768px){.footer{padding:4rem 1rem 2rem}}.footer-efeito{background:#1c9788;padding:15rem 2rem 20rem;position:relative;overflow:hidden;margin-top:-15rem;z-index:-1}.footer-efeito .dotted-surface-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.footer-efeito .dotted-surface-wrapper canvas{display:block;width:100%!important;height:100%!important}.footer-efeito .footer-efeito-content{position:relative;z-index:2}.footer-efeito .row{display:flex;align-items:center;justify-content:center;gap:1rem}.footer-efeito .logo{text-align:center}.footer-efeito .logo img{width:400px;margin:auto;filter:brightness(0) invert(1);position:relative;z-index:2}@media(max-width:768px){.footer-efeito .logo img{width:150px}}.footer-efeito .footer-selo-gptw{text-align:center}.footer-efeito .footer-selo-gptw img{width:100px;height:auto;margin:-65px auto auto;position:relative;z-index:2}@media(max-width:768px){.footer-efeito .footer-selo-gptw img{width:50px;margin-top:-20px}}.footer-efeito .footer-bottom{padding-top:2rem;text-align:center;color:#ffffffb3;font-size:.875rem}.btn{display:inline-block;padding:1rem 2rem;border-radius:50px;font-weight:600;text-decoration:none;text-align:center;cursor:pointer;transition:all .3s ease;border:none;font-size:1rem}.btn-primary{background:#1c9788;color:#fff}.btn-primary:hover{background:#10615a;transform:translateY(-2px);box-shadow:0 10px 20px #1c97884d}.btn-secondary{background:#ff8431;color:#fff}.btn-secondary:hover{background:#cc6a1a;transform:translateY(-2px);box-shadow:0 10px 20px #ff84314d}.btn-accent{background:#635fff;color:#fff}.btn-accent:hover{background:#3e3acc;transform:translateY(-2px);box-shadow:0 10px 20px #635fff4d}.btn-outline{background:transparent;border:2px solid white;color:#fff}.btn-outline:hover{background:#fff;color:#10615a;transform:translateY(-2px)}.btn-gradient{background:linear-gradient(135deg,#ff8431,#635fff);background-size:200% 200%;color:#fff;animation:gradientShift 3s ease infinite}.btn-gradient:hover{transform:translateY(-2px);box-shadow:0 10px 30px #ff843166}.btn-large{padding:1.25rem 2.5rem;font-size:1.125rem}.btn-small{padding:.75rem 1.5rem;font-size:.875rem}.blog-grid-container{max-width:1140px;margin:0 auto;padding:0}.blog-grid-container .section-title{font-size:4.5rem;font-weight:700;color:#ff8431;margin-bottom:3rem}.blog-grid-container .section-title .search-query{color:#ff8431}@media(max-width:768px){.blog-grid-container .section-title{font-size:2rem}}@media(min-width:1280px){.blog-grid-container .section-title{font-size:4.5rem}}.blog-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:5rem}@media(max-width:768px){.blog-grid{grid-template-columns:1fr;gap:3rem}}.blog-card{background:#fff;overflow:hidden;transition:all .3s ease}.blog-card:hover{transform:translateY(-5px)}.blog-card:hover .blog-card-image img{transform:scale(1.05)}.blog-card .post-link-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;text-decoration:none}.blog-card .post-link-wrapper:focus{outline:2px solid #1C9788;outline-offset:2px}.blog-card .blog-card-image{position:relative;width:100%;padding-bottom:59%;overflow:hidden;border-radius:10px;margin-bottom:1rem}.blog-card .blog-card-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.blog-card .blog-card-content .blog-card-meta{display:flex;gap:1rem;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.blog-card .blog-card-content .blog-card-meta .blog-card-category{color:#404040;font-weight:600;text-transform:lowercase;font-size:32px}@media(max-width:768px){.blog-card .blog-card-content .blog-card-meta .blog-card-category{font-size:22px}}.blog-card .blog-card-content .blog-card-meta .blog-card-time{color:#404040;display:flex;align-items:center;gap:.5rem;font-size:20px}@media(max-width:768px){.blog-card .blog-card-content .blog-card-meta .blog-card-time{font-size:14px}}@media(max-width:768px){.blog-card .blog-card-content .blog-card-meta .blog-card-time svg{width:21px;height:21px}}.blog-card .blog-card-content .blog-card-title{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:.75rem;line-height:1.4}.blog-card .blog-card-content .blog-card-title a{color:inherit;text-decoration:none;transition:color .2s ease}.blog-card .blog-card-content .blog-card-title a:hover{color:#1c9788}.blog-card .blog-card-content .blog-card-excerpt{color:#404040;line-height:1.6;font-size:28px;margin-bottom:1rem}@media(max-width:768px){.blog-card .blog-card-content .blog-card-excerpt{font-size:20px}}.blog-card .blog-card-content .blog-card-link{color:#1c9788;font-weight:600;text-decoration:none;font-size:.938rem;display:inline-flex;align-items:center;gap:.5rem;transition:gap .2s ease}.blog-card .blog-card-content .blog-card-link:hover{gap:1rem}.blog-view-more{text-align:center;margin-top:3rem}.blog-view-more a{color:#1c9788;font-weight:600;text-decoration:none;font-size:28px;display:inline-flex;align-items:center;gap:.5rem}.blog-view-more a:hover{gap:1rem;color:#404040}.services-section{padding:120px 0 0;background-color:#fff;position:relative;overflow:hidden}@media(max-width:768px){.services-section{padding:2rem 0 0}}.services-section .animated-path-svg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;pointer-events:none;overflow:visible}@media(max-width:768px){.services-section .animated-path-svg .animated-path{stroke-width:10}}.services-section .section-title{font-size:2rem;font-weight:700;color:#ff8431;margin-bottom:3rem;max-width:1120px;margin-left:auto;margin-right:auto}@media(max-width:768px){.services-section .section-title{font-size:2rem;padding-left:20px}}@media(min-width:1280px){.services-section .section-title{font-size:4.5rem}}.services-section .service-category{position:relative}.services-section .service-category:last-child{margin-bottom:0}.services-section .service-category:nth-child(odd){background:#ebebeb40;padding:60px 20px}.services-section .service-category:nth-child(2n){background:#fff;padding:60px 20px}.services-section .service-header{max-width:1120px;margin:0 auto 40px;position:relative;z-index:2}.services-section .service-header h2{font-size:48px;font-weight:700;color:#2d2d2d;margin-bottom:16px;position:relative;display:inline-block}@media(max-width:768px){.services-section .service-header h2{font-size:36px;margin-bottom:12px}}.services-section .service-header p{font-size:18px;line-height:1.6;color:#555}@media(max-width:768px){.services-section .service-header p{font-size:16px}}.services-section .service-category-container{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}@media(max-width:1024px){.services-section .service-category-container{grid-template-columns:1fr;gap:40px}}.services-section .service-topics-buttons{display:flex;flex-wrap:wrap;gap:12px}@media(max-width:768px){.services-section .service-topics-buttons{gap:8px}}.services-section .topic-btn{background-color:#f3f3f3;border:none;color:#555;padding:12px 24px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;border-radius:6px;white-space:nowrap}.services-section .topic-btn:hover{background-color:#1c9788;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #1c97884d}.services-section .topic-btn.active{background-color:#1c9788;color:#fff;box-shadow:0 4px 12px #1c97884d}@media(max-width:768px){.services-section .topic-btn{padding:10px 20px;font-size:13px}.services-section .topic-btn:nth-child(3n+1){font-size:14px;padding:11px 22px}.services-section .topic-btn:nth-child(3n+2){font-size:12px;padding:9px 18px}.services-section .topic-btn:nth-child(3n){font-size:13px;padding:10px 20px}.services-section .topic-btn:nth-child(5n){font-size:15px;padding:12px 24px}}.services-section .service-right{position:relative;min-height:300px;margin-top:-10px}@media(max-width:1024px){.services-section .service-right{min-height:auto;width:100%}}@media(max-width:768px){.services-section .service-right{display:none}}.services-section .topic-content{position:absolute;top:0;left:0;width:100%;opacity:0;visibility:hidden;transform:translateY(20px);transition:opacity .5s ease,visibility .5s ease,transform .5s ease}.services-section .topic-content.active{position:relative;opacity:1;visibility:visible;transform:translateY(0)}.services-section .topic-content h3{font-size:36px;font-weight:700;color:#2d2d2d;margin-bottom:20px}@media(max-width:768px){.services-section .topic-content h3{font-size:28px;margin-bottom:16px}}.services-section .topic-content p{font-size:18px;line-height:1.6;color:#555}@media(max-width:768px){.services-section .topic-content p{font-size:16px}}.services-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;backdrop-filter:blur(4px);z-index:1000;opacity:0;visibility:hidden;transition:all .3s ease;display:flex;align-items:center;justify-content:center;padding:20px}.services-modal-overlay.active{opacity:1;visibility:visible}.services-modal-overlay.active .services-modal{transform:translateY(0) scale(1)}.services-modal-overlay .services-modal{background:#fff;border-radius:16px;padding:30px;width:100%;max-width:400px;position:relative;transform:translateY(20px) scale(.95);transition:all .3s cubic-bezier(.34,1.56,.64,1);box-shadow:0 10px 40px #0003}.services-modal-overlay .services-modal .close-modal{position:absolute;top:15px;right:15px;background:#f0f0f0;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:20px;color:#666;transition:all .2s}.services-modal-overlay .services-modal .close-modal:hover{background:#e0e0e0;color:#333}.services-modal-overlay .services-modal .modal-content-wrapper h3{font-size:24px;font-weight:700;color:#2d2d2d;margin-bottom:16px;padding-right:30px}@media(max-width:768px){.services-modal-overlay .services-modal .modal-content-wrapper h3{font-size:20px}}.services-modal-overlay .services-modal .modal-content-wrapper p{font-size:16px;line-height:1.6;color:#555;margin:0}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px 2rem 3rem;background:radial-gradient(78.23% 78.23% at 50% 45.11%,#1c9788 27.4%,#10615a 95.19%);position:relative;overflow:hidden}.hero .hero-shadow-overlay{position:absolute;bottom:0;left:0;width:100%;height:50%;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,transparent 100%);opacity:.2;pointer-events:none;transition:opacity .1s ease-out;z-index:1}@media(max-width:1024px){.hero{padding:50px 2rem 4rem}}.hero .hero-logo{position:absolute;top:7rem;left:max(2rem,(100vw - 1120px) / 2);margin-bottom:0}.hero .hero-logo img{width:96px;height:48px;filter:brightness(0) invert(1)}@media(max-width:1024px){.hero .hero-logo{position:relative;top:auto;left:auto;margin-bottom:3rem}}.hero .hero-container{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:1.5fr .5fr;gap:4rem;align-items:center;width:100%}@media(max-width:1024px){.hero .hero-container{grid-template-columns:1fr;text-align:center;gap:0}}.hero .hero-content{z-index:1}.hero .hero-content h1{font-family:Aktiv Grotesk Ex,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-style:normal;font-weight:800;font-size:52px;line-height:110%;color:#fff;margin-bottom:1.5rem;max-width:588.38px}@media(max-width:1024px){.hero .hero-content h1{font-size:2.2rem;margin:0 auto 1.5rem}}@media(max-width:640px){.hero .hero-content h1{font-size:1.8rem}}.hero .hero-content p{font-family:Aktiv Grotesk Ex,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-style:normal;font-weight:400;font-size:28px;line-height:130%;letter-spacing:-.03em;color:#fff;margin-bottom:2rem;max-width:574px}@media(max-width:1024px){.hero .hero-content p{margin-left:auto;margin-right:auto;font-size:1.25rem}}@media(max-width:640px){.hero .hero-content p{font-size:1rem}}@media(min-width:1024px)and (max-width:1600px){.hero .hero-content{padding-top:150px}}.hero .hero-content .hero-cta-button{position:relative;display:inline-flex;align-items:center;justify-content:flex-start;gap:12px;padding:18px 40px 18px 20px;background:linear-gradient(-45deg,#25aa99,#5fd5c5 50%,#25aa99);background-size:200% 200%;color:#fff;font-family:Aktiv Grotesk Ex,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:22px;font-weight:600;text-decoration:none;border-radius:50px;border:none;cursor:pointer;overflow:hidden;z-index:2;box-shadow:5px 5px 15px #1c97884d;transition:all .5s linear(0,.002,.01 .9%,.038 1.8%,.156,.312 5.8%,.789 11.1%,1.015 14.2%,1.096,1.157,1.199,1.224 20.3%,1.231,1.231,1.226,1.214 24.6%,1.176 26.9%,1.057 32.6%,1.007 35.5%,.984,.968,.956,.949 42%,.946 44.1%,.95 46.5%,.998 57.2%,1.007,1.011 63.3%,1.012 68.3%,.998 84%,1)}.hero .hero-content .hero-cta-button .button-icon{height:22px;width:22px;flex-shrink:0;fill:#fff;transition:transform 1.5s cubic-bezier(.4,0,.2,1);filter:drop-shadow(0 1px 2px rgba(0,0,0,.2));z-index:3}.hero .hero-content .hero-cta-button .button-text{position:relative;z-index:3;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.2);white-space:nowrap}.hero .hero-content .hero-cta-button .button-shimmer{position:absolute;inset:-4px;border-radius:50px;background:conic-gradient(from var(--shimmer, 0deg),transparent 0%,transparent 10%,rgba(255,255,255,.3) 36%,rgba(255,255,255,.5) 45%,transparent 50%,transparent 60%,rgba(255,255,255,.3) 85%,rgba(255,255,255,.5) 95%,transparent 100%);animation:shimmer 3s linear infinite;pointer-events:none;z-index:1;filter:blur(6px);opacity:.7}.hero .hero-content .hero-cta-button:hover{background:linear-gradient(-45deg,#1c9788,#4bccbd 50%,#1c9788);transform:scale(1.05);box-shadow:5px 5px 20px #1c978866,0 0 30px #1c97884d}.hero .hero-content .hero-cta-button:hover .button-icon{transform:rotate(360deg)}.hero .hero-content .hero-cta-button:hover .button-shimmer{opacity:1}.hero .hero-content .hero-cta-button:active{transform:scale(.97);transition-duration:.2s}.hero .hero-content .hero-cta-button:before{content:"";position:absolute;inset:-8px;border-radius:58px;background:radial-gradient(circle at center,rgba(28,151,136,.4),transparent 70%);pointer-events:none;z-index:0;opacity:0;transition:opacity .5s ease}.hero .hero-content .hero-cta-button:hover:before{opacity:1}@media(max-width:1024px){.hero .hero-content .hero-cta-button{font-size:16px;padding:16px 36px 16px 18px;gap:10px}.hero .hero-content .hero-cta-button .button-icon{height:20px;width:20px}}@media(max-width:640px){.hero .hero-content .hero-cta-button{font-size:14px;padding:14px 32px 14px 16px;gap:8px}.hero .hero-content .hero-cta-button .button-icon{height:18px;width:18px}}.hero .hero-image{z-index:2;height:600px;display:flex;align-items:center;justify-content:center;overflow:visible}.hero .hero-image img{width:100%;height:100%;object-fit:contain}@media(max-width:1024px){.hero .hero-image{height:500px}}@media(max-width:768px){.hero .hero-image{height:400px;align-items:center}}@media(max-width:480px){.hero .hero-image{height:350px;align-items:center}}.hero #hero-menu-marker{position:absolute;top:70%;left:0;width:100%;height:1px;opacity:0;pointer-events:none;z-index:0}.hero .scroll-indicator{position:absolute;bottom:5rem;left:calc(50% - 15px);transform:translate(-50%);color:#fff9;animation:float 2s ease-in-out infinite;cursor:pointer;z-index:3}.hero .scroll-indicator svg{width:30px;height:50px}.about-section{padding:18rem 2rem 6rem;background:#fff}.about-section .about-container{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:center}@media(max-width:1024px){.about-section .about-container{grid-template-columns:1fr}}.about-section .about-content h2{font-size:41px;font-weight:700;margin-bottom:1.5rem;color:#1a1a1a;line-height:1.2}@media(max-width:768px){.about-section .about-content h2{font-size:2rem}}.about-section .about-content p{font-size:20px;color:#666;line-height:1.8;margin-bottom:1rem}@media(max-width:768px){.about-section .about-content p{font-size:20px}}.about-section .about-visual{position:relative;height:300px;margin-left:50px;cursor:pointer}.about-section .about-visual iframe,.about-section .about-visual img{position:relative;width:100%;height:100%;border-radius:12px;z-index:2;pointer-events:auto}.about-section .about-visual .shape{position:absolute;right:-20px;bottom:-20px;width:100%;height:calc(100% - 20px);border-radius:16px;z-index:1;pointer-events:none;will-change:transform;transition:none;background:linear-gradient(135deg,#ff8431,#ff9a52,#e6761c);box-shadow:0 10px 40px #ff84314d,0 5px 15px #ff843133}@media(max-width:768px){.about-section{padding:10rem 2rem 2rem}.about-section .about-visual{width:100%;padding-bottom:0;margin-left:0;margin-top:3rem;height:auto}.about-section .about-visual iframe{width:100%;height:100%;position:absolute;top:0;left:0;z-index:2}.about-section .about-visual .shape{right:-4%;bottom:-5%;width:100%;height:100%;box-shadow:0 5px 20px #ff843133,0 2px 10px #ff843126}}.cases-section{padding:7rem 0 2rem;background:#fff}@media(max-width:768px){.cases-section{padding:3rem 0 2rem}}.cases-section .section-title{font-size:2rem;font-weight:700;color:#ff8431;margin-bottom:3rem;max-width:1120px;margin-left:auto;margin-right:auto}@media(max-width:768px){.cases-section .section-title{font-size:2rem;padding-left:20px;margin-bottom:1rem}}@media(min-width:1280px){.cases-section .section-title{font-size:4.5rem}}.cases-section .cases-grid{margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:0}@media(max-width:768px){.cases-section .cases-grid{grid-template-columns:1fr}}.cases-section .case-card{position:relative;overflow:hidden;transition:all .3s ease;border-radius:0}.cases-section .case-card .case-link-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:20;text-decoration:none}.cases-section .case-card .case-link-wrapper:focus{outline:2px solid #1C9788;outline-offset:2px}.cases-section .case-card:hover .case-image img{transform:scale(1.05)}.cases-section .case-card:hover .case-overlay{opacity:1;clip-path:circle(150% at 50% 50%)}.cases-section .case-card:hover .case-overlay h3,.cases-section .case-card:hover .case-overlay h4{opacity:1;transform:translateY(0)}.cases-section .case-card .case-image{height:510px;overflow:hidden;position:relative}@media(max-width:640px){.cases-section .case-card .case-image{height:200px}}.cases-section .case-card .case-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.cases-section .case-card .case-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000059;background-blend-mode:multiply;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;opacity:1;clip-path:circle(0% at 50% 50%);z-index:10;padding:4rem;text-align:left}.cases-section .case-card .case-overlay h3{font-family:Aktiv Grotesk Ex,sans-serif;font-weight:700;font-size:32px;line-height:120%;letter-spacing:0%;color:#fff;margin:0;opacity:0;transform:translateY(20px);transition:all .4s cubic-bezier(.4,0,.2,1) .15s}@media(max-width:768px){.cases-section .case-card .case-overlay h3{font-size:24px}}@media(max-width:640px){.cases-section .case-card .case-overlay h3{font-size:20px}}.cases-section .case-card .case-overlay h4{font-family:Aktiv Grotesk Ex,sans-serif;font-weight:400;font-size:28px;line-height:168%;letter-spacing:0%;color:#fff;margin:0;opacity:0;transform:translateY(20px);transition:all .4s cubic-bezier(.4,0,.2,1) .25s}@media(max-width:768px){.cases-section .case-card .case-overlay h4{font-size:22px}}@media(max-width:640px){.cases-section .case-card .case-overlay h4{font-size:18px}}@media(max-width:640px){.cases-section .case-card .case-overlay{opacity:1;clip-path:circle(150% at 50% 50%);padding:1rem}.cases-section .case-card .case-overlay h3,.cases-section .case-card .case-overlay h4{opacity:1;transform:translateY(0)}}.cases-section .view-more{text-align:center;margin-top:3rem}.cases-section .view-more a{color:#1c9788;font-weight:600;text-decoration:none;font-size:1rem;display:inline-flex;align-items:center;gap:.5rem}.cases-section .view-more a:hover{gap:1rem;color:#10615a}.clients-section{padding:4rem 2rem;background:#f5f5f5}.clients-section .section-header{max-width:1120px;margin:0 auto 3rem}.clients-section .section-header .section-title{font-size:2rem;font-weight:700;color:#ff8431}@media(min-width:1280px){.clients-section .section-header .section-title{font-size:4.5rem}}@media(max-width:768px){.clients-section .section-header{margin:0 auto 1rem}.clients-section .section-header .section-title{font-size:2rem}}@media(min-width:1280px){.clients-section .section-header{font-size:4.5rem}}.clients-section .clients-grid{max-width:1200px;margin:0 auto}@media(min-width:769px){.clients-section .clients-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;align-items:center}.clients-section .clients-grid .swiper-wrapper{display:contents}}@media(max-width:768px){.clients-section .clients-grid{overflow:hidden;padding:0}.clients-section .clients-grid .swiper-wrapper{display:flex}}.clients-section .clients-grid .client-logo{display:flex;align-items:center;justify-content:center;padding:1.5rem;filter:grayscale(100%);opacity:.5;transition:all .3s ease}.clients-section .clients-grid .client-logo:hover{filter:grayscale(0%);opacity:1;transform:scale(1.1)}@media(max-width:768px){.clients-section .clients-grid .client-logo{padding:.5rem;min-height:80px}}.clients-section .clients-grid .client-logo img{max-width:100%;width:auto;height:auto;max-height:60px;margin:0 auto;display:block}@media(max-width:768px){.clients-section .clients-grid .client-logo img{max-height:50px}}@media(max-width:768px){.clients-section{padding:2rem 0}.clients-section .section-title{padding-left:20px}}.partners-section{padding:4rem 2rem;background:#fff}.partners-section .section-header{max-width:1120px;margin:0 auto 3rem}.partners-section .partners-grid{max-width:1200px;margin:0 auto}@media(min-width:769px){.partners-section .partners-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;align-items:center}}@media(max-width:768px){.partners-section .partners-grid{display:flex;overflow-x:auto;gap:1rem;padding-bottom:1rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}.partners-section .partners-grid::-webkit-scrollbar{display:none}}.partners-section .partners-grid .partner-logo{flex-shrink:0;display:flex;align-items:center;justify-content:center}.partners-section .partners-grid .partner-logo img{max-height:50px;width:auto}.blog-preview-section{padding:6rem 2rem;background:#fff}.blog-preview-section .blog-grid-container{padding:0}@property --shimmer{syntax: "<angle>"; inherits: false; initial-value: 0deg;}@keyframes shimmer{0%{--shimmer: 0deg}to{--shimmer: 360deg}}@keyframes shine{0%{opacity:0}15%{opacity:1}55%{opacity:1}to{opacity:0}}.blog-hero{padding:4rem 2rem;background:linear-gradient(135deg,#1c97880d,#635fff0d);text-align:center}.blog-hero h1{font-size:3rem;font-weight:800;margin-bottom:1rem;color:#1a1a1a}@media(max-width:768px){.blog-hero h1{font-size:2rem}}.blog-hero p{font-size:1.25rem;color:#666;max-width:600px;margin:0 auto}.blog-container{max-width:1120px;margin:0 auto;padding:4rem 2rem;display:grid;grid-template-columns:1fr 350px;gap:4rem}@media(max-width:1024px){.blog-container{grid-template-columns:1fr}}.blog-sidebar .sidebar-widget{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 5px 20px #0000000d;margin-bottom:2rem}.blog-sidebar .sidebar-widget h3{font-size:1.25rem;margin-bottom:1.5rem;color:#1a1a1a;font-weight:700}.blog-sidebar .sidebar-widget .search-form{position:relative}.blog-sidebar .sidebar-widget .search-form input{width:100%;padding:.875rem 1.25rem;border:2px solid #eee;border-radius:50px;font-size:1rem;transition:border-color .2s ease}.blog-sidebar .sidebar-widget .search-form input:focus{outline:none;border-color:#1c9788}.blog-sidebar .sidebar-widget .search-form button{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:#1c9788;color:#fff;border:none;padding:.5rem 1.25rem;border-radius:50px;cursor:pointer;transition:background .2s ease}.blog-sidebar .sidebar-widget .search-form button:hover{background:#10615a}.blog-sidebar .sidebar-widget .categories-list{list-style:none}.blog-sidebar .sidebar-widget .categories-list li{margin-bottom:.75rem}.blog-sidebar .sidebar-widget .categories-list li a{display:flex;justify-content:space-between;align-items:center;padding:.75rem;color:#666;text-decoration:none;border-radius:10px;transition:all .2s ease}.blog-sidebar .sidebar-widget .categories-list li a:hover{background:#1c97880d;color:#1c9788;padding-left:1rem}.blog-sidebar .sidebar-widget .categories-list li a .count{background:#f5f5f5;color:#999;padding:.25rem .75rem;border-radius:20px;font-size:.875rem}.blog-sidebar .sidebar-widget .recent-posts .recent-post{display:flex;gap:1rem;margin-bottom:1.5rem}.blog-sidebar .sidebar-widget .recent-posts .recent-post:last-child{margin-bottom:0}.blog-sidebar .sidebar-widget .recent-posts .recent-post .recent-post-image{width:80px;height:80px;border-radius:10px;overflow:hidden;flex-shrink:0}.blog-sidebar .sidebar-widget .recent-posts .recent-post .recent-post-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.blog-sidebar .sidebar-widget .recent-posts .recent-post .recent-post-content{flex:1}.blog-sidebar .sidebar-widget .recent-posts .recent-post .recent-post-content h4{font-size:.938rem;margin-bottom:.5rem;line-height:1.4}.blog-sidebar .sidebar-widget .recent-posts .recent-post .recent-post-content h4 a{color:#333;text-decoration:none;transition:color .2s ease}.blog-sidebar .sidebar-widget .recent-posts .recent-post .recent-post-content h4 a:hover{color:#1c9788}.blog-sidebar .sidebar-widget .recent-posts .recent-post .recent-post-content .date{font-size:.813rem;color:#999}.blog-sidebar .sidebar-widget .recent-posts .recent-post:hover .recent-post-image img{transform:scale(1.1)}.blog-sidebar .sidebar-widget .tags{display:flex;flex-wrap:wrap;gap:.5rem}.blog-sidebar .sidebar-widget .tags a{background:#f5f5f5;color:#666;padding:.5rem 1rem;border-radius:20px;text-decoration:none;font-size:.875rem;transition:all .2s ease}.blog-sidebar .sidebar-widget .tags a:hover{background:#1c9788;color:#fff;transform:translateY(-2px)}.post-single{max-width:900px;margin:0 auto;padding:4rem 2rem}.post-single .post-header{margin-bottom:3rem}.post-single .post-header .post-category{display:inline-block;background:#1c9788;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;margin-bottom:1rem}.post-single .post-header h1{font-size:2.5rem;font-weight:800;margin-bottom:1.5rem;color:#1a1a1a;line-height:1.3}@media(max-width:768px){.post-single .post-header h1{font-size:2rem}}.post-single .post-header .post-meta{display:flex;gap:2rem;color:#999;font-size:.938rem;flex-wrap:wrap;flex:1;align-items:center}.post-single .post-header .post-meta .post-tags{display:flex;flex-wrap:wrap;gap:.5rem;flex:1;align-items:center}.post-single .post-header .post-meta .post-tags .post-tag{background:#f5f5f5;color:#666;padding:.375rem .875rem;border-radius:20px;text-decoration:none;font-size:.813rem;white-space:nowrap;transition:all .2s ease}.post-single .post-header .post-meta .post-tags .post-tag:hover{background:#1c9788;color:#fff}.post-single .post-featured-image{width:100%;border-radius:20px;overflow:hidden;margin-bottom:3rem}.post-single .post-featured-image img{width:100%;height:100%;object-fit:cover}.post-single .post-content{font-size:1.125rem;line-height:1.8;color:#333}.post-single .post-content p{margin-bottom:1.5rem}.post-single .post-content h2{font-size:2rem;margin:2.5rem 0 1.5rem;color:#1a1a1a}.post-single .post-content h3{font-size:1.5rem;margin:2rem 0 1rem;color:#1a1a1a}.post-single .post-content a{color:#1c9788;text-decoration:underline}.post-single .post-content img{width:100%;border-radius:15px;margin:2rem 0}.post-single .post-content blockquote{border-left:4px solid #1C9788;padding:1.5rem 2rem;margin:2rem 0;background:#1c97880d;border-radius:0 10px 10px 0;font-style:italic}.post-single .post-content ul,.post-single .post-content ol{margin:1.5rem 0;padding-left:2rem}.post-single .post-content ul li,.post-single .post-content ol li{margin-bottom:.75rem}.post-single .post-tags{margin:3rem 0;padding:2rem 0;border-top:1px solid #eee;border-bottom:1px solid #eee}.post-single .post-tags h4{font-size:1rem;margin-bottom:1rem;color:#999}.post-single .post-tags .tags{display:flex;flex-wrap:wrap;gap:.5rem}.post-single .post-tags .tags a{background:#f5f5f5;color:#666;padding:.5rem 1rem;border-radius:20px;text-decoration:none;font-size:.875rem;transition:all .2s ease}.post-single .post-tags .tags a:hover{background:#1c9788;color:#fff}.post-single .post-share{position:fixed;right:0;top:40%;transform:translateY(-50%);background:#1c9788;border-radius:8px 0 0 8px;padding:20px 16px;z-index:1000;box-shadow:-2px 0 12px #0000001a}@media(max-width:1024px){.post-single .post-share{top:20%;right:2px;transform:none;border-radius:8px;padding:2px 5px;box-shadow:0 4px 16px #0003}}.post-single .post-share .share-buttons{display:flex;flex-direction:column;gap:10px;align-items:center}@media(max-width:1024px){.post-single .post-share .share-buttons{gap:6px!important}}.post-single .post-share .share-buttons a{display:flex;align-items:center;justify-content:center;width:48px;height:48px;text-decoration:none;color:#fff;transition:all .3s ease;background:transparent;border-radius:4px}@media(max-width:1024px){.post-single .post-share .share-buttons a{width:36px;height:36px}}.post-single .post-share .share-buttons a svg{width:26px;height:26px;transition:transform .2s ease}@media(max-width:1024px){.post-single .post-share .share-buttons a svg{width:20px;height:20px}}.post-single .post-share .share-buttons a:hover{background:#fff3;transform:scale(1.1)}.post-single .post-share .share-buttons a:hover svg{transform:scale(1.05)}.post-single .post-share .share-buttons a.share-copy{width:100%}.post-single .post-share .share-buttons a.share-copy svg{width:27px;height:30px}@media(max-width:1024px){.post-single .post-share .share-buttons a.share-copy svg{width:20px;height:22px}}@media(max-width:1024px){.post-single .post-share .share-buttons a.share-copy{margin-bottom:0;margin-right:4px;padding-bottom:0;padding-right:4px;border-bottom:none;border-right:1px solid rgba(255,255,255,.2);width:auto;min-width:40px}}.post-single .post-share .copy-notification{position:fixed;right:100px;top:50%;transform:translateY(-50%) translate(20px);background:#2d2d2d;color:#fff;padding:12px 20px;border-radius:8px;font-size:14px;font-weight:500;box-shadow:0 4px 12px #00000026;opacity:0;pointer-events:none;transition:opacity .3s ease,transform .3s ease;white-space:nowrap;z-index:1001}.post-single .post-share .copy-notification.show{opacity:1;transform:translateY(-50%) translate(0)}@media(max-width:1024px){.post-single .post-share .copy-notification{inset:auto 16px 160px 50%;transform:translate(-50%) translateY(20px);padding:10px 16px;font-size:13px}.post-single .post-share .copy-notification.show{transform:translate(-50%) translateY(0)}}.blog-categories-nav{background:#f1ebeb;border-bottom:1px solid #E8E8E8;position:sticky;top:119.44px;z-index:100;transition:box-shadow .3s ease;overflow:visible;margin:0;padding:0}body.header-is-fixed .blog-categories-nav{top:119.44px}@media(max-width:1024px){body.header-is-fixed .blog-categories-nav{top:79.44px}}@media(max-width:1024px){.blog-categories-nav{top:79.44px}}.blog-categories-nav.is-stuck{box-shadow:0 2px 8px #00000014}.blog-categories-nav .categories-container{max-width:1200px;margin:0 auto;padding:0 40px;display:flex;align-items:center;justify-content:space-between;height:60px;overflow:visible;line-height:1}@media(max-width:768px){.blog-categories-nav .categories-container{padding:0 16px;height:56px}}.blog-categories-nav .categories-list{display:flex;align-items:center;justify-content:space-between;width:calc(100% - 55px);gap:32px;overflow-x:visible;-webkit-overflow-scrolling:touch;position:relative;z-index:150}@media(max-width:768px){.blog-categories-nav .categories-list{gap:16px;width:calc(100% - 40px);overflow-x:auto;justify-content:flex-start;scroll-behavior:smooth;padding-right:20px}}.blog-categories-nav .categories-list::-webkit-scrollbar{display:none}.blog-categories-nav .categories-list{-ms-overflow-style:none;scrollbar-width:none}.blog-categories-nav .category-item{color:#10615a;font-size:15px;font-weight:500;text-decoration:none;padding:22px 0;border-bottom:3px solid transparent;transition:all .3s ease;white-space:nowrap;background:none;border-top:none;border-left:none;border-right:none;cursor:pointer}.blog-categories-nav .category-item:after{content:"";display:block;width:150%;height:4px;background:transparent;position:absolute;bottom:-2px;left:-25%;transition:background .3s ease}@media(max-width:768px){.blog-categories-nav .category-item:after{width:120%;left:-10%;height:3px}}@media(max-width:768px){.blog-categories-nav .category-item{font-size:14px;padding:18px 0}}.blog-categories-nav .category-item:hover,.blog-categories-nav .category-item.active,.category-dropdown.active .blog-categories-nav .category-item{color:#10615a;font-weight:600;position:relative}.blog-categories-nav .category-item:hover:after,.blog-categories-nav .category-item.active:after,.category-dropdown.active .blog-categories-nav .category-item:after{background:#1c9788}@media(max-width:768px){.blog-categories-nav .category-item:hover:after,.blog-categories-nav .category-item.active:after,.category-dropdown.active .blog-categories-nav .category-item:after{width:120%;left:-10%;height:3px}}.blog-categories-nav .category-dropdown{position:relative}.blog-categories-nav .category-dropdown .dropdown-toggle{display:flex;align-items:center;gap:6px;position:relative;cursor:pointer;-webkit-tap-highlight-color:transparent}.blog-categories-nav .category-dropdown .dropdown-toggle svg{transition:transform .3s ease}.blog-categories-nav .category-dropdown.active .dropdown-toggle{color:#10615a;font-weight:600;position:relative}.blog-categories-nav .category-dropdown.active .dropdown-toggle:after{background:#1c9788}.blog-categories-nav .category-dropdown.active .dropdown-toggle svg{transform:rotate(180deg)}.blog-categories-nav .category-dropdown.active .dropdown-menu{display:block;opacity:1;transform:translateY(0)}.blog-categories-nav .category-dropdown .dropdown-menu{position:fixed;background:#f1ebeb;box-shadow:0 4px 16px #0003;border-radius:0;padding:12px 0;display:block;opacity:0;pointer-events:none;z-index:999;transform:translateY(10px);transition:opacity .3s ease,transform .3s ease;margin:0;left:0;top:0;width:auto;min-width:200px}.blog-categories-nav .category-dropdown .dropdown-menu a{display:block;padding:10px 20px;color:#5a5a5a;text-decoration:none;font-size:14px;transition:background .2s ease;border-bottom:none}.blog-categories-nav .category-dropdown .dropdown-menu a:hover,.blog-categories-nav .category-dropdown .dropdown-menu a.active{background:#f5f5f5;color:#10615a}.blog-categories-nav .category-dropdown.active .dropdown-menu{pointer-events:all}.blog-categories-nav .search-wrapper{position:relative;margin-bottom:3px}.blog-categories-nav .search-wrapper .search-toggle{background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;transition:transform .2s ease}.blog-categories-nav .search-wrapper .search-toggle:hover{transform:scale(1.1)}.blog-categories-nav .search-wrapper .search-bar{position:absolute;right:0;top:50%;transform:translateY(-50%);transform-origin:right center;background:#fff;border-radius:8px;padding:0 20px;display:flex;align-items:center;gap:12px;width:0;height:44px;opacity:0;transition:width .4s cubic-bezier(.4,0,.2,1),opacity .3s ease .1s,padding .4s cubic-bezier(.4,0,.2,1);z-index:99999;overflow:hidden;pointer-events:none}.blog-categories-nav .search-wrapper .search-bar.active{width:400px;opacity:1;padding:0 20px;pointer-events:all}@media(max-width:640px){.blog-categories-nav .search-wrapper .search-bar.active{width:calc(100vw - 60px);padding:0 20px!important}}.blog-categories-nav .search-wrapper .search-bar.active .search-input{opacity:1;transition-delay:.2s}.blog-categories-nav .search-wrapper .search-bar.active .search-close{opacity:1;transition-delay:.25s}.blog-categories-nav .search-wrapper .search-bar:not(.active){padding:0}.blog-categories-nav .search-wrapper .search-bar .search-input{flex:1;border:none;background:transparent;font-size:14px;outline:none;opacity:0;transition:opacity .2s ease}.blog-categories-nav .search-wrapper .search-bar .search-input::placeholder{color:#999}.blog-categories-nav .search-wrapper .search-bar .search-close{background:none;border:none;cursor:pointer;padding:4px;color:#1c9788;display:flex;align-items:center;transition:color .2s ease,opacity .2s ease;flex-shrink:0;opacity:0;margin-left:-10px}.blog-categories-nav .search-wrapper .search-bar .search-close:hover{color:#10615a}.blog-hero-featured{position:relative;height:600px;overflow:hidden;z-index:1;display:flex;align-items:center;justify-content:center;margin:0 0 50px;padding:0}@media(max-width:768px){.blog-hero-featured{height:450px}}@media(max-width:640px){.blog-hero-featured{height:350px}}.blog-hero-featured .hero-image-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;margin:0;padding:0;display:block}.blog-hero-featured .hero-image-wrapper .hero-image{width:100%;height:100%;object-fit:cover;object-position:center;display:block;margin:0;padding:0}.blog-hero-featured .hero-image-wrapper .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#0000004d,#000000a6)}.blog-hero-featured .hero-content-wrapper{position:relative;z-index:2;width:100%;max-width:1200px;padding:0 60px}@media(max-width:768px){.blog-hero-featured .hero-content-wrapper{padding:0 40px}}@media(max-width:640px){.blog-hero-featured .hero-content-wrapper{padding:0 24px}}.blog-hero-featured .hero-content{max-width:800px}.blog-hero-featured .hero-content .hero-title{font-size:48px;font-weight:700;color:#fff;line-height:1.2;margin-bottom:20px;text-shadow:0 2px 8px rgba(0,0,0,.3)}@media(max-width:768px){.blog-hero-featured .hero-content .hero-title{font-size:36px}}@media(max-width:640px){.blog-hero-featured .hero-content .hero-title{font-size:32px}}.blog-hero-featured .hero-content .hero-title a{color:inherit;text-decoration:none;transition:opacity .3s ease}.blog-hero-featured .hero-content .hero-title a:hover{opacity:.9}.blog-hero-featured .hero-content .hero-subtitle{font-size:20px;font-weight:400;color:#fff;opacity:.95;margin-bottom:24px;text-shadow:0 1px 4px rgba(0,0,0,.3)}@media(max-width:640px){.blog-hero-featured .hero-content .hero-subtitle{font-size:18px}}.blog-hero-featured .hero-content .hero-meta{display:flex;align-items:center;gap:16px}.blog-hero-featured .hero-content .hero-meta .hero-category{color:#ff6b35;font-size:14px;font-weight:700;text-transform:lowercase}.blog-hero-featured .hero-content .hero-meta .hero-time{color:#fff;font-size:14px;font-weight:500;display:flex;align-items:center;gap:6px}.blog-hero-featured .hero-content .hero-meta .hero-time svg{opacity:.9}.blog-posts-section{background:#fff;padding:50px 40px;margin:0}@media(max-width:768px){.blog-posts-section{padding:60px 20px}}.blog-posts-section .blog-posts-container{max-width:1140px;margin:0 auto}.blog-posts-section .blog-posts-grid{display:grid;grid-template-columns:repeat(2,1fr);row-gap:100px;column-gap:80px}@media(max-width:1024px){.blog-posts-section .blog-posts-grid{row-gap:50px;column-gap:40px}}@media(max-width:768px){.blog-posts-section .blog-posts-grid{grid-template-columns:1fr;row-gap:40px;column-gap:24px}}.post-card{background:#fff;border-radius:12px;box-shadow:none;overflow:hidden;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1);cursor:pointer;height:100%;display:flex;flex-direction:column;position:relative}.post-card .post-link-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;text-decoration:none}.post-card .post-link-wrapper:focus{outline:2px solid #1C9788;outline-offset:2px}.post-card:hover .post-image img{transform:scale(1.05)}.post-card:hover .post-title{color:#1c9788}.post-card .post-image{width:100%;height:240px;overflow:hidden;position:relative}@media(max-width:640px){.post-card .post-image{height:160px}}.post-card .post-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.post-card .post-content{padding:24px 0;display:flex;flex-direction:column;flex:1}@media(max-width:640px){.post-card .post-content{padding:10px 0 30px}}.post-card .post-title{color:#404040;font-family:Aktiv Grotesk Ex,sans-serif;font-style:normal;font-weight:300;font-size:28px;line-height:140%}@media(max-width:640px){.post-card .post-title{font-size:22px}}.post-card .post-footer{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.post-card .post-footer .post-category{color:#635fff;font-size:28px;font-weight:700;text-transform:lowercase}@media(max-width:768px){.post-card .post-footer .post-category{font-size:20px}}.post-card .post-footer .post-time{color:#404040;font-size:28px;line-height:14px;display:flex;align-items:center;gap:.5rem}@media(max-width:768px){.post-card .post-footer .post-time{font-size:14px}}@media(max-width:768px){.post-card .post-footer .post-time svg{width:21px;height:21px}}.blog-pagination{margin-top:80px;display:flex;justify-content:center;align-items:center;gap:0}@media(max-width:640px){.blog-pagination{margin-top:60px;gap:8px}}.blog-pagination .pagination-item{width:40px;height:40px;margin:0 8px;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:500;border-radius:4px;border:1px solid transparent;background:#fff;color:#797979;text-decoration:none;transition:all .3s ease;cursor:pointer}@media(max-width:640px){.blog-pagination .pagination-item{width:36px;height:36px;font-size:14px}}.blog-pagination .pagination-item:hover:not(.disabled):not(.active):not(.dots){background:#f0f0f0}.blog-pagination .pagination-item.active{color:#1c9788;font-weight:700}.blog-pagination .pagination-item.disabled{opacity:.4;cursor:not-allowed}.blog-pagination .pagination-item.disabled svg{opacity:.4}.blog-pagination .pagination-item.dots{border:none;color:#ccc;cursor:default}.blog-pagination .pagination-item.arrow svg{width:15px;height:24px;transition:transform .2s ease}.blog-pagination .pagination-item.arrow:hover:not(.disabled){background:#f0f0f0}.blog-pagination .pagination-item.arrow:hover:not(.disabled) svg{transform:scale(1.1)}.blog-loading .post-card{animation:pulse 1.5s ease-in-out infinite}.blog-loading .post-card .post-image,.blog-loading .post-card .post-title,.blog-loading .post-card .post-category,.blog-loading .post-card .post-time{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.blog-empty-state{text-align:center;padding:120px 20px}.blog-empty-state svg{width:200px;height:200px;margin-bottom:2rem;opacity:.5}.blog-empty-state h3{font-size:1.5rem;color:#333;margin-bottom:1rem}.blog-empty-state p{color:#666;margin-bottom:2rem}.blog-empty-state .btn{display:inline-block}.category-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:3rem;padding-top:4rem}@media(max-width:768px){.category-header{flex-direction:column;align-items:flex-start;gap:.5rem;padding:2rem 20px 0;margin-bottom:0}}.category-header .section-title{margin-bottom:0}.category-header .category-title{color:#ff8431}@media(max-width:768px){.category-header .category-title{font-size:2rem;line-height:1.2}}@media(max-width:640px){.category-header .category-title{font-size:1.75rem}}.category-header .results-count{font-size:1.125rem;color:#666;font-weight:400}@media(max-width:768px){.category-header .results-count{font-size:.95rem}}.search-header{padding-top:4rem;margin-bottom:3rem}@media(max-width:768px){.search-header{padding:2rem 20px 0;margin-bottom:0}}.search-header .section-title{font-size:2rem;line-height:1.4;margin-bottom:0}@media(max-width:768px){.search-header .section-title{font-size:1.5rem}}.search-header .section-title .search-query{color:#ff8431}.search-header .search-title{color:#555}.search-empty-state .empty-state-subtitle{font-size:1.5rem;font-weight:600;color:#555;margin-bottom:2rem;text-align:left}@media(max-width:768px){.search-empty-state .empty-state-subtitle{font-size:1.25rem}}.search-empty-state .suggested-posts-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:4rem}@media(max-width:768px){.search-empty-state .suggested-posts-grid{grid-template-columns:1fr;gap:2rem}}.contact-box{background:#f8f8f8;border:60px solid #1C9788;border-bottom:0;border-top:0;width:100%;padding:0 60px;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);margin-top:4rem;width:100vw}@media(max-width:768px){.contact-box{padding:0 24px}}.contact-box-inner{max-width:1140px;margin:0 auto;padding:3rem 0}@media(max-width:768px){.contact-box-inner{padding:2rem 0}}.contact-box .contact-box-title{font-size:2rem;font-weight:700;color:#2d2d2d;margin-bottom:1rem}@media(max-width:768px){.contact-box .contact-box-title{font-size:1.5rem}}.contact-box .contact-box-text{font-size:1.125rem;line-height:1.6;color:#666;margin-bottom:2rem}@media(max-width:768px){.contact-box .contact-box-text{font-size:1rem}}.contact-box .text-center{text-align:center}.contact-box .btn-contact{display:inline-block;background:#ff8431;color:#fff;padding:14px 40px;border-radius:50px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease;text-transform:lowercase;margin:0 auto}.contact-box .btn-contact:hover{background:#cc6a1a;transform:translateY(-2px);box-shadow:0 4px 12px #ff84314d}@media(max-width:768px){.contact-box .btn-contact{padding:12px 32px;font-size:.95rem}}.post-single{max-width:1440px;margin:0 auto;padding:80px 154px 0}@media(max-width:1280px){.post-single{padding:60px 40px}}@media(max-width:768px){.post-single{padding:40px 24px}}.post-single .post-header{max-width:1131px;margin-bottom:60px}.post-single .post-header .post-title{font-style:normal;font-weight:800;font-size:56px;line-height:74px;color:#404040;margin-bottom:24px}@media(max-width:768px){.post-single .post-header .post-title{font-size:42px;line-height:46px}}@media(max-width:640px){.post-single .post-header .post-title{font-size:32px;line-height:36px}}.post-single .post-header .post-subtitle{font-family:aktiv-grotesk-extended,sans-serif;font-style:normal;font-weight:300;font-size:28px;line-height:160%;color:#000;margin-bottom:24px}@media(max-width:768px){.post-single .post-header .post-subtitle{font-size:22px}}@media(max-width:640px){.post-single .post-header .post-subtitle{font-size:18px}}.post-single .post-header .post-info{display:flex;align-items:center;gap:2rem;flex-wrap:wrap;line-height:160%}@media(max-width:640px){.post-single .post-header .post-info{gap:1rem}}.post-single .post-header .post-category{font-family:aktiv-grotesk-extended,sans-serif;font-style:normal;font-weight:500;font-size:28px;line-height:140%;color:#2d2d2d;text-decoration:none;transition:color .2s ease;background:none;padding:0;margin-bottom:0}.post-single .post-header .post-category:hover{color:#1c9788}@media(max-width:768px){.post-single .post-header .post-category{font-size:22px}}@media(max-width:640px){.post-single .post-header .post-category{font-size:18px}}.post-single .post-header .post-meta{display:flex;gap:1.5rem;align-items:center;color:#666;font-size:14px}.post-single .post-header .post-meta span{display:flex;align-items:center;gap:.5rem}.post-single .post-featured-image{width:100%;max-width:1131px;margin:0 0 60px;border-radius:8px;overflow:hidden;border-bottom:16px solid #FF8431}.post-single .post-featured-image img{width:100%;height:auto;display:block}.post-single .post-content{max-width:1122px;font-family:aktiv-grotesk-extended,sans-serif;font-size:28px;line-height:1.8;color:#555}@media(max-width:1280px){.post-single .post-content{font-size:20px}}@media(max-width:768px){.post-single .post-content{font-size:16px}}.post-single .post-content p{margin-bottom:2em;color:#555}.post-single .post-content h2{font-family:Poppins,sans-serif;font-style:normal;font-weight:600;font-size:48px;line-height:140%;color:#2d2d2d;margin:2.2em 0 3em}@media(max-width:1280px){.post-single .post-content h2{font-size:40px}}@media(max-width:768px){.post-single .post-content h2{font-size:36px}}@media(max-width:640px){.post-single .post-content h2{font-size:28px}}.post-single .post-content h3{font-size:38px;font-weight:700;color:#2d2d2d;margin:36px 0 20px}@media(max-width:1280px){.post-single .post-content h3{font-size:30px}}@media(max-width:768px){.post-single .post-content h3{font-size:26px}}.post-single .post-content h4{font-size:24px;font-weight:600;color:#2d2d2d;margin:28px 0 16px}.post-single .post-content a{color:#1c9788;text-decoration:underline;transition:color .2s ease}.post-single .post-content a:hover{color:#10615a}.post-single .post-content img{width:100%;max-width:100%;height:auto;border-radius:8px;margin:32px 0}.post-single .post-content blockquote{border-left:4px solid #1C9788;padding:20px 30px;margin:32px 0;background:#1c97880d;border-radius:0 8px 8px 0;font-style:italic;font-size:20px;color:#444}@media(max-width:640px){.post-single .post-content blockquote{padding:16px 20px;font-size:18px}}.post-single .post-content ul,.post-single .post-content ol{margin:24px 0;padding-left:2rem}.post-single .post-content ul li,.post-single .post-content ol li{margin-bottom:12px;line-height:1.8}.post-single .post-content ul{list-style-type:disc}.post-single .post-content table{background-color:transparent;width:100%;font-size:.9em;border-spacing:0;border-collapse:collapse;margin-bottom:24px}.post-single .post-content table tr{display:table-row;vertical-align:inherit;unicode-bidi:isolate;border-color:inherit}.post-single .post-content table td,.post-single .post-content table th{border:1px solid;padding:.5em}.post-single .post-content table tbody>tr:nth-child(odd)>td,.post-single .post-content table tbody>tr:nth-child(odd)>th{background-color:#80808012}.post-single .post-content code{background:#f5f5f5;padding:2px 6px;border-radius:4px;font-family:Courier New,monospace;font-size:.9em}.post-single .post-content pre{background:#f5f5f5;padding:20px;border-radius:8px;overflow-x:auto;margin:24px 0}.post-single .post-content pre code{background:none;padding:0}.post-single .post-divider{width:100%;max-width:1122px;height:1px;background:#e0e0e0;margin:60px 0;border:none}.post-single .post-share{max-width:1122px;margin:40px 0 0}.post-single .post-share h4{font-size:18px;font-weight:600;color:#333;margin-bottom:16px}.post-single .post-share .share-buttons{display:flex;gap:10px}.post-single .post-share .share-buttons a{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;text-decoration:none;color:#fff;transition:all .3s ease}.post-single .post-share .share-buttons a.facebook:hover{background:#3b5998;transform:translateY(-3px);box-shadow:0 5px 15px #3b599866}.post-single .post-share .share-buttons a.twitter:hover{background:#000;transform:translateY(-3px);box-shadow:0 5px 15px #0006}.post-single .post-share .share-buttons a.linkedin:hover{background:#0077b5;transform:translateY(-3px);box-shadow:0 5px 15px #0077b566}.post-single .post-share .share-buttons a.whatsapp:hover{background:#25d366;transform:translateY(-3px);box-shadow:0 5px 15px #25d36666}.post-related-section,.post-more-section{max-width:1440px;margin:0 auto;padding:80px 154px;background:#fff;position:relative}@media(max-width:1280px){.post-related-section,.post-more-section{padding:60px 40px}}@media(max-width:768px){.post-related-section,.post-more-section{padding:40px 24px}}.post-related-section .section-title,.post-more-section .section-title{font-size:2.5rem;font-weight:700;color:#ff8431;margin-bottom:3rem}@media(max-width:768px){.post-related-section .section-title,.post-more-section .section-title{font-size:2rem}}.post-related-section .posts-slider-container,.post-more-section .posts-slider-container{position:relative;max-width:1131px;margin:0 auto}.post-related-section .posts-swiper,.post-more-section .posts-swiper{overflow:hidden;padding:30px 0 40px;margin:0 70px}@media(max-width:768px){.post-related-section .posts-swiper,.post-more-section .posts-swiper{margin:0 60px}}@media(max-width:640px){.post-related-section .posts-swiper,.post-more-section .posts-swiper{margin:0}}.post-related-section .swiper-wrapper,.post-more-section .swiper-wrapper{display:flex}.post-related-section .swiper-slide,.post-more-section .swiper-slide{height:auto;display:flex;flex-shrink:0}.post-related-section .post-card,.post-more-section .post-card{background:#fff;overflow:visible;transition:all .3s ease;position:relative;width:100%;height:100%;display:flex;flex-direction:column;visibility:visible;opacity:1;cursor:pointer;padding:20px}@media(max-width:640px){.post-related-section .post-card,.post-more-section .post-card{padding:16px}}.post-related-section .post-card .post-link-wrapper,.post-more-section .post-card .post-link-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;text-decoration:none}.post-related-section .post-card .post-link-wrapper:focus,.post-more-section .post-card .post-link-wrapper:focus{outline:2px solid #1C9788;outline-offset:2px}.post-related-section .post-card .post-card-image,.post-more-section .post-card .post-card-image{position:relative;width:calc(100% + 40px);margin:-20px -20px 1rem;padding-bottom:59%;overflow:hidden;border-radius:10px;background:#f0f0f0}@media(max-width:640px){.post-related-section .post-card .post-card-image,.post-more-section .post-card .post-card-image{width:calc(100% + 32px);margin:-16px -16px 1rem}}.post-related-section .post-card .post-card-image img,.post-more-section .post-card .post-card-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease;display:block}.post-related-section .post-card .post-card-content,.post-more-section .post-card .post-card-content{flex:1}.post-related-section .post-card .post-card-content .post-card-meta,.post-more-section .post-card .post-card-content .post-card-meta{display:flex;gap:1rem;align-items:center;justify-content:space-between;margin-bottom:.75rem;font-size:28px}@media(max-width:768px){.post-related-section .post-card .post-card-content .post-card-meta,.post-more-section .post-card .post-card-content .post-card-meta{font-size:20px}}.post-related-section .post-card .post-card-content .post-card-meta .post-card-category,.post-more-section .post-card .post-card-content .post-card-meta .post-card-category{color:#404040;font-weight:500;text-transform:lowercase}.post-related-section .post-card .post-card-content .post-card-meta .post-card-time,.post-more-section .post-card .post-card-content .post-card-meta .post-card-time{color:#404040;display:flex;align-items:center;gap:.5rem}@media(max-width:768px){.post-related-section .post-card .post-card-content .post-card-meta .post-card-time svg,.post-more-section .post-card .post-card-content .post-card-meta .post-card-time svg{width:21px;height:21px}}.post-related-section .post-card .post-card-content .post-card-excerpt,.post-more-section .post-card .post-card-content .post-card-excerpt{color:#404040;line-height:1.6;font-size:28px;font-weight:300}@media(max-width:768px){.post-related-section .post-card .post-card-content .post-card-excerpt,.post-more-section .post-card .post-card-content .post-card-excerpt{font-size:20px}}.post-related-section .swiper-button-prev,.post-related-section .swiper-button-next,.post-more-section .swiper-button-prev,.post-more-section .swiper-button-next{background:#fff;width:50px;height:50px;border-radius:50%;transition:background .3s ease,box-shadow .3s ease,transform .3s ease;position:absolute;top:50%;margin-top:-25px;z-index:10}@media(max-width:640px){.post-related-section .swiper-button-prev,.post-related-section .swiper-button-next,.post-more-section .swiper-button-prev,.post-more-section .swiper-button-next{top:40%}}.post-related-section .swiper-button-prev,.post-related-section .swiper-button-next,.post-more-section .swiper-button-prev,.post-more-section .swiper-button-next{cursor:pointer;display:flex;align-items:center;justify-content:center}.post-related-section .swiper-button-prev:after,.post-related-section .swiper-button-next:after,.post-more-section .swiper-button-prev:after,.post-more-section .swiper-button-next:after{content:"";display:none}.post-related-section .swiper-button-prev svg,.post-related-section .swiper-button-next svg,.post-more-section .swiper-button-prev svg,.post-more-section .swiper-button-next svg{width:15px;height:24px}.post-related-section .swiper-button-prev svg path,.post-related-section .swiper-button-next svg path,.post-more-section .swiper-button-prev svg path,.post-more-section .swiper-button-next svg path{transition:fill .2s ease}.post-related-section .swiper-button-prev:hover,.post-related-section .swiper-button-next:hover,.post-more-section .swiper-button-prev:hover,.post-more-section .swiper-button-next:hover{background:#1c9788;box-shadow:0 4px 12px #1c97884d;transform:scale(1.1)}.post-related-section .swiper-button-prev:hover svg path,.post-related-section .swiper-button-next:hover svg path,.post-more-section .swiper-button-prev:hover svg path,.post-more-section .swiper-button-next:hover svg path{fill:#fff}.post-related-section .swiper-button-prev.swiper-button-disabled,.post-related-section .swiper-button-next.swiper-button-disabled,.post-more-section .swiper-button-prev.swiper-button-disabled,.post-more-section .swiper-button-next.swiper-button-disabled{opacity:.3;cursor:not-allowed}.post-related-section .swiper-button-prev.swiper-button-disabled:hover,.post-related-section .swiper-button-next.swiper-button-disabled:hover,.post-more-section .swiper-button-prev.swiper-button-disabled:hover,.post-more-section .swiper-button-next.swiper-button-disabled:hover{background:#fff;transform:scale(1);box-shadow:0 2px 8px #0000001a}.post-related-section .swiper-button-prev.swiper-button-disabled:hover svg path,.post-related-section .swiper-button-next.swiper-button-disabled:hover svg path,.post-more-section .swiper-button-prev.swiper-button-disabled:hover svg path,.post-more-section .swiper-button-next.swiper-button-disabled:hover svg path{fill:#797979}.post-related-section .swiper-button-prev,.post-more-section .swiper-button-prev{left:0}.post-related-section .swiper-button-next,.post-more-section .swiper-button-next{right:0}.contact-page{background:#fff}.contact-section{padding:4rem 0;max-width:1200px;margin:0 auto}@media(max-width:768px){.contact-section{padding:2rem 20px}}.contact-container{max-width:1120px;margin:0 auto;padding:60p 0x}@media(max-width:768px){.contact-container{padding:0}}.contact-grid{display:flex;flex-direction:column;gap:20px;align-items:start}@media(max-width:1024px){.contact-grid{gap:10px}}@media(max-width:768px){.contact-grid{grid-template-columns:1fr;gap:5px}}.contact-intro h1{font-size:3rem;font-weight:700;color:#ff8431;margin-bottom:20px;line-height:1.2}@media(max-width:1024px){.contact-intro h1{font-size:2.5rem}}@media(max-width:768px){.contact-intro h1{font-size:2rem}}.contact-intro h2{font-size:1.75rem;font-weight:600;color:#000;margin-bottom:30px;line-height:1.3}@media(max-width:1024px){.contact-intro h2{font-size:1.5rem}}@media(max-width:768px){.contact-intro h2{font-size:1.25rem}}.contact-intro p{font-size:1.125rem;color:#666;line-height:1.7;margin-bottom:20px}@media(max-width:768px){.contact-intro p{font-size:1rem}}.contact-intro p strong{color:#333;font-weight:600}.contact-intro p:last-child{margin-top:30px;font-size:1.2rem}@media(max-width:768px){.contact-intro p:last-child{font-size:1.05rem}}.contact-form-wrapper{position:relative;width:100%}@media(max-width:768px){.contact-form-wrapper{padding:40px 30px}}@media(max-width:480px){.contact-form-wrapper{padding:30px 20px}}.contact-header{text-align:center;margin-bottom:50px}.contact-header h1{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:15px}@media(max-width:768px){.contact-header h1{font-size:2rem}}.contact-header p{font-size:1.125rem;color:#666;max-width:600px;margin:0 auto}@media(max-width:768px){.contact-header p{font-size:1rem}}.alert{padding:15px 20px;border-radius:8px;margin-bottom:30px;animation:slideDown .3s ease;position:relative;display:flex;align-items:flex-start;gap:12px;box-shadow:0 2px 8px #0000001a}.alert.alert-success{background-color:#d4edda;border:1px solid #c3e6cb;border-left:4px solid #28a745;color:#155724}.alert.alert-success .alert-icon{background-color:#28a745;color:#fff}.alert.alert-danger{background-color:#f8d7da;border:1px solid #f5c6cb;border-left:4px solid #dc3545;color:#721c24}.alert.alert-danger .alert-icon{background-color:#dc3545;color:#fff}.alert.alert-danger ul{margin:0;padding-left:20px}.alert.alert-danger ul li{margin:5px 0}.alert .alert-icon{width:28px;height:28px;min-width:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;margin-top:2px}.alert .alert-content{flex:1;padding:3px 0;line-height:1.5}.alert .alert-close{background:none;border:none;font-size:1.5rem;line-height:1;color:inherit;opacity:.5;cursor:pointer;padding:0;margin-left:auto;width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:opacity .2s}.alert .alert-close:hover{opacity:1}.contact-message{animation:slideDown .4s ease}::placeholder{color:#555}:webkit-placeholder{color:#555}:moz-placeholder{color:#555}:ms-placeholder{color:#555}.contact-form .form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:25px;margin-bottom:10px}@media(max-width:768px){.contact-form .form-row{grid-template-columns:1fr;gap:20px}}.contact-form .form-group{margin-bottom:25px}.contact-form .form-group label{display:none;font-weight:600;color:#333;margin-bottom:8px;font-size:.95rem}.contact-form .form-group .form-control{width:100%;padding:12px 16px;background:#f3f3f3;color:#555;border:0 solid #FF8431;border-width:0 3px 3px 0;border-radius:8px;font-size:1rem;transition:all .3s ease}.contact-form .form-group .form-control:focus{outline:none;border-color:#4a90e2;box-shadow:0 0 0 3px #4a90e21a}.contact-form .form-group .form-control.is-invalid{border-color:#dc3545}.contact-form .form-group .form-control.is-invalid:focus{box-shadow:0 0 0 3px #dc35451a}.contact-form .form-group .form-control.is-valid{border-color:#28a745}.contact-form .form-group textarea.form-control{resize:vertical;min-height:150px;font-family:inherit}.contact-form .form-group select.form-control{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px}.contact-form .form-group .invalid-feedback{display:block;color:#dc3545;font-size:.875rem;margin-top:5px}.contact-form .phone-input-wrapper{display:flex;align-items:center;border:0 solid #FF8431;border-width:0 3px 3px 0;border-radius:8px;transition:all .3s ease;background:#f3f3f3}.contact-form .phone-input-wrapper:focus-within{border-color:#4a90e2;box-shadow:0 0 0 3px #4a90e21a}.contact-form .phone-input-wrapper:has(.is-invalid){border-color:#dc3545}.contact-form .phone-input-wrapper:has(.is-invalid):focus-within{box-shadow:0 0 0 3px #dc35451a}.contact-form .phone-input-wrapper:has(.is-valid){border-color:#28a745}.contact-form .phone-input-wrapper .phone-prefix{padding:0 12px;font-weight:600;color:#666;border-right:1px solid #e0e0e0;background:#f3f3f3;height:100%;display:flex;align-items:center}.contact-form .phone-input-wrapper .phone-input{flex:1;border:none;padding:12px 16px;border-radius:0 6px 6px 0}.contact-form .phone-input-wrapper .phone-input:focus{outline:none;box-shadow:none;border:none}.contact-form .phone-input-wrapper .phone-input.is-invalid,.contact-form .phone-input-wrapper .phone-input.is-valid{border:none}.contact-form input[type=tel]#phone{width:100%;padding:12px 16px;border:2px solid #e0e0e0;border-radius:6px;font-size:1rem;transition:all .3s ease;background:#fff}.contact-form input[type=tel]#phone:focus{outline:none;border-color:#4a90e2;box-shadow:0 0 0 3px #4a90e21a}.contact-form input[type=tel]#phone.is-invalid{border-color:#dc3545}.contact-form input[type=tel]#phone.is-invalid:focus{box-shadow:0 0 0 3px #dc35451a}.contact-form input[type=tel]#phone.is-valid{border-color:#28a745}.contact-form .form-checkbox{margin:30px 0}.contact-form .form-checkbox .checkbox-label{display:flex;align-items:flex-start;cursor:pointer;user-select:none;position:relative}.contact-form .form-checkbox .checkbox-label input[type=checkbox]{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.contact-form .form-checkbox .checkbox-label input[type=checkbox]:checked~.checkbox-custom{background-color:#ff8431;border-color:#ff8431}.contact-form .form-checkbox .checkbox-label input[type=checkbox]:checked~.checkbox-custom:after{display:block}.contact-form .form-checkbox .checkbox-label .checkbox-custom{position:relative;height:22px;width:22px;min-width:22px;background-color:#fff;border:2px solid #e0e0e0;border-radius:4px;margin-right:12px;margin-top:2px;transition:all .3s ease}.contact-form .form-checkbox .checkbox-label .checkbox-custom:after{content:"";position:absolute;display:none;left:6px;top:2px;width:6px;height:11px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.contact-form .form-checkbox .checkbox-label .checkbox-text{font-size:23px;color:#555;line-height:1.5;font-weight:400}.contact-form .form-checkbox .checkbox-label .checkbox-text a{font-weight:700}@media(max-width:768px){.contact-form .form-checkbox .checkbox-label .checkbox-text{font-size:16px}}.contact-form .form-checkbox .checkbox-label:hover .checkbox-custom{border-color:#4a90e2}.contact-form .form-notice{margin:25px 0;padding:15px;border-radius:4px}.contact-form .form-notice p{margin:0;font-size:23px;color:#555}.contact-form .form-notice p a{font-weight:700}.contact-form .form-actions{margin-top:35px;text-align:center}.contact-form .form-actions .btn{padding:14px 50px;font-size:1.1rem;font-weight:600;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease;letter-spacing:.5px}.contact-form .form-actions .btn.btn-primary{background:#1c9788;color:#fff}.contact-form .form-actions .btn.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4a90e24d;background:#ff8431}.contact-form .form-actions .btn.btn-primary:active{transform:translateY(0)}.contact-form .form-actions .btn.btn-primary:disabled{background:#f1ebeb;color:#aaa;cursor:not-allowed;transform:none;box-shadow:none}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.contact-map{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;row-gap:20px;align-items:start;background:#f3f3f3;border-radius:16px;overflow:hidden;margin-top:6rem}.contact-map #map-info{width:300px;height:100%;padding:20px 20px 60px;display:flex;flex-direction:column;gap:10px}.contact-map #map-info h2{font-size:28px;font-weight:700;color:#555;margin-top:20px}.contact-map #map-info p{font-size:14px;color:#555;margin-bottom:40px}.contact-map #map-info a{text-align:center}.contact-map #map-info svg{margin:auto}.contact-map #map-info svg:hover{transform:translate(10px)}.contact-map #map-wrapper{width:calc(100% - 300px);height:500px}.contact-map #map-wrapper iframe{width:100%;height:100%}@media screen and (max-width:768px){.contact-map{flex-direction:column-reverse;margin-top:3rem;gap:0}.contact-map #map-info{width:100%;padding-bottom:30px}.contact-map #map-info img{margin:auto;width:100%}.contact-map #map-wrapper{width:100%;height:auto}}.privacy-page{background:#fff}.privacy-section{padding:4rem 0 6rem;max-width:1200px;margin:0 auto}@media(max-width:768px){.privacy-section{padding:2rem 20px 4rem}}.privacy-container{max-width:1120px;margin:0 auto;padding:0 20px}@media(max-width:768px){.privacy-container{padding:0}}.privacy-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid #f0f0f0}.privacy-header h1{font-size:2.75rem;font-weight:700;color:#1c9788;line-height:1.2;margin:0}@media(max-width:1024px){.privacy-header h1{font-size:2.25rem}}@media(max-width:768px){.privacy-header h1{font-size:1.4rem}}.privacy-content{color:#444;line-height:1.8;font-size:1.0625rem}@media(max-width:768px){.privacy-content{font-size:1rem}}.privacy-intro{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid #e8e8e8}.privacy-intro p{margin-bottom:1.25rem}.privacy-intro p:last-of-type{margin-bottom:0}.privacy-intro ul{margin:1.5rem 0;padding-left:1.5rem;list-style:none}.privacy-intro ul li{position:relative;margin-bottom:1rem;padding-left:1.5rem}.privacy-intro ul li:before{content:"";position:absolute;left:0;top:.5rem;width:8px;height:8px;background-color:#1c9788;border-radius:50%}.privacy-intro ul li:last-child{margin-bottom:0}.privacy-block{margin-bottom:2.25rem;padding-bottom:2rem;border-bottom:1px solid #f0f0f0}.privacy-block:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.privacy-block h2{font-size:1.5rem;font-weight:700;color:#ff8431;margin-bottom:1rem;line-height:1.3}@media(max-width:768px){.privacy-block h2{font-size:1.25rem}}.privacy-block p{margin-bottom:1rem}.privacy-block p:last-of-type:not(:first-of-type){margin-bottom:0}.privacy-block ul{margin:1rem 0;padding-left:1.5rem;list-style:none}.privacy-block ul li{position:relative;margin-bottom:.75rem;padding-left:1.5rem}.privacy-block ul li:before{content:"";position:absolute;left:0;top:.6rem;width:6px;height:6px;background-color:#ff8431;border-radius:50%}.privacy-block ul li:last-child{margin-bottom:0}.privacy-footer{margin-top:3rem;padding-top:2.5rem;border-top:2px solid #f0f0f0;text-align:center}.privacy-footer .btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 40px;font-size:1.05rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-decoration:none}.privacy-footer .btn.btn-primary{background:#1c9788;color:#fff}.privacy-footer .btn.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #1c97884d;background:#187f72}.privacy-footer .btn.btn-primary:active{transform:translateY(0)}.privacy-content a{color:#1c9788;text-decoration:none;font-weight:500;transition:color .2s ease}.privacy-content a:hover{color:#15675c;text-decoration:underline}.privacy-content strong{color:#333;font-weight:600}.privacy-content blockquote{margin:1.5rem 0;padding:1.25rem 1.5rem;background:#f8f9fa;border-left:4px solid #1C9788;border-radius:0 8px 8px 0}.privacy-content blockquote p{margin:0;font-style:italic;color:#555}.error-page main{margin-top:0}.error-page .container{width:100%;max-width:1120px;margin:0 auto;padding:0 24px}@media(max-width:768px){.error-page .container{padding:0 20px}}@media(max-width:640px){.error-page .container{padding:0 16px}}.error-section{display:flex;align-items:center;padding:60px 0;background:#fafafa}@media(max-width:768px){.error-section{padding:40px 0 60px}}@media(max-width:640px){.error-section{padding:30px 0 40px}}.error-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:60px}@media(max-width:768px){.error-grid{grid-template-columns:1fr;gap:40px;text-align:center}}.error-content{display:flex;flex-direction:column;align-items:flex-start;gap:0}@media(max-width:768px){.error-content{align-items:center;order:1}}.error-number{font-family:Aktiv Grotesk Ex,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-style:normal;font-weight:700;font-size:120px;line-height:120%;letter-spacing:-.03em;color:#2d2d2d;margin:0 0 8px}@media(max-width:768px){.error-number{font-size:100px}}@media(max-width:640px){.error-number{font-size:80px}}.error-title{font-family:Aktiv Grotesk Ex,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-style:normal;font-weight:400;font-size:28px;line-height:130%;letter-spacing:-.03em;color:#555;margin:0 0 8px}@media(max-width:768px){.error-title{font-size:24px}}@media(max-width:640px){.error-title{font-size:20px}}.error-description{font-family:Aktiv Grotesk Ex,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-style:normal;font-weight:400;font-size:20px;line-height:130%;letter-spacing:-.03em;color:#555;margin:0 0 60px}@media(max-width:768px){.error-description{font-size:18px;margin-bottom:24px}}@media(max-width:640px){.error-description{font-size:16px}}.error-btn{display:inline-flex;align-items:center;justify-content:center;min-width:220px;height:56px;padding:10px 32px;background:#1c9788;border-radius:8px;color:#fff;font-family:Aktiv Grotesk Ex,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-style:normal;font-weight:600;font-size:28px;line-height:36px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;border:none}.error-btn:hover{background:#167569;transform:translateY(-2px);box-shadow:0 8px 24px #1c97884d}.error-btn:active{transform:translateY(0)}@media(max-width:768px){.error-btn{min-width:200px;height:52px;font-size:16px}}@media(max-width:640px){.error-btn{min-width:180px;height:48px;font-size:15px}}.error-image{display:flex;justify-content:center;align-items:center}@media(max-width:768px){.error-image{order:0}}.error-image img{max-width:100%;height:auto;object-fit:contain}@media(max-width:768px){.error-image img{max-width:400px}}@media(max-width:640px){.error-image img{max-width:300px}}.thank-you-page .thank-you-section{padding:240px 0 6rem;background:#fff}.thank-you-page .thank-you-container{max-width:1120px;margin:0 auto;padding:0}.thank-you-page .thank-you-content h1{font-family:Aktiv Grotesk Ex,aktiv-grotesk-extended,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-style:normal;font-weight:700;font-size:54px;line-height:120%;letter-spacing:-.03em;color:#555;margin-bottom:1.5rem}.thank-you-page .thank-you-content .message{font-family:Aktiv Grotesk Ex,aktiv-grotesk-extended,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-style:normal;font-weight:400;font-size:28px;line-height:130%;letter-spacing:-.03em;color:#555;margin-bottom:2rem;max-width:1120px}.thank-you-page .thank-you-content a{text-align:center}.thank-you-page .thank-you-content .back-link{display:flex;align-items:center;justify-content:center;gap:.5rem;font-family:Aktiv Grotesk Ex,aktiv-grotesk-extended,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-style:normal;font-weight:500;font-size:28px;line-height:36px;color:#1c9788;text-decoration:none;transition:gap .3s ease}.thank-you-page .thank-you-content .back-link:hover{gap:.75rem}.thank-you-page .thank-you-content .back-link:hover svg{transform:translate(4px)}.thank-you-page .thank-you-content .back-link svg{width:24px;height:24px;transition:transform .3s ease}.thank-you-page .related-content-section{padding:4rem 0 6rem;background:#fff}.thank-you-page .related-content-container{max-width:1120px;margin:0 auto;padding:0}.thank-you-page .section-title{font-family:Aktiv Grotesk Ex,aktiv-grotesk-extended,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-style:normal;font-weight:700;font-size:54px;line-height:120%;letter-spacing:-.03em;color:#555;margin-bottom:2.5rem}.thank-you-page .posts-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:4rem}.thank-you-page .post-card{border-radius:12px;overflow:hidden;background:#fff;transition:transform .3s ease,box-shadow .3s ease}.thank-you-page .post-link{display:block;text-decoration:none;color:inherit}.thank-you-page .post-image{position:relative;width:100%;aspect-ratio:16/10;overflow:hidden;border-radius:12px}.thank-you-page .post-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.thank-you-page .post-content{padding:1.25rem 0}.thank-you-page .post-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.thank-you-page .post-category{font-size:32px;font-weight:500;color:#1a1a1a}@media(max-width:768px){.thank-you-page .post-category{font-size:20px}}.thank-you-page .post-reading-time{display:flex;align-items:center;gap:.375rem;font-size:28px;color:#404040}.thank-you-page .post-reading-time svg{color:#404040}@media(max-width:768px){.thank-you-page .post-reading-time{font-size:20px}}@media(max-width:768px){.thank-you-page .post-reading-time svg{width:21px;height:21px}}.thank-you-page .post-title{font-size:28px;font-weight:300;color:#404040;line-height:1.5;margin:0}@media(max-width:1024px){.thank-you-page .thank-you-content h1{font-size:42px}.thank-you-page .thank-you-content .message{font-size:22px}.thank-you-page .section-title{font-size:42px}.thank-you-page .thank-you-content .back-link{font-size:20px}}@media(max-width:768px){.thank-you-page .thank-you-section{padding:4rem 0 3rem}.thank-you-page .thank-you-container,.thank-you-page .related-content-container{padding:0 20px}.thank-you-page .thank-you-content h1{font-size:32px}.thank-you-page .thank-you-content .message{font-size:18px}.thank-you-page .related-content-section{padding:3rem 0 4rem}.thank-you-page .section-title{font-size:32px;margin-bottom:2rem}.thank-you-page .posts-grid{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:480px){.thank-you-page .thank-you-section{padding:3rem 0 2rem}.thank-you-page .thank-you-container,.thank-you-page .related-content-container{padding:0 16px}.thank-you-page .thank-you-content h1{font-size:28px}.thank-you-page .thank-you-content .message{font-size:16px}.thank-you-page .related-content-section{padding:2rem 0 3rem}.thank-you-page .section-title{font-size:28px}}:root{--font-sans: "aktiv-grotesk-extended", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--color-primary: #1C9788;--color-primary-dark: #10615A;--color-secondary: #FF8431;--color-accent: #635FFF;--color-highlight: #F8E509}*{margin:0;padding:0;box-sizing:border-box}body{font-family:aktiv-grotesk-extended,ui-sans-serif,system-ui,sans-serif;overflow-x:hidden;margin:0;padding:0}main{margin:0;padding:0}section{margin:0}@media(max-width:768px){section{overflow:hidden}}html{scroll-behavior:smooth}
