:root{--animation-duration-fast: .5s;--animation-duration-normal: .9s;--animation-duration-slow: 1.4s;--animation-ease: cubic-bezier(.25, .46, .45, .94);--animation-ease-bounce: cubic-bezier(.34, 1.56, .64, 1);--animation-ease-smooth: cubic-bezier(.33, 0, .2, 1)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes glow{0%,to{box-shadow:0 0 20px rgba(var(--primary-rgb),.3)}50%{box-shadow:0 0 30px rgba(var(--primary-rgb),.6)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.animate-on-scroll{opacity:0;transition:all var(--animation-duration-normal) var(--animation-ease)}@media (prefers-reduced-motion: reduce){.animate-on-scroll{transition-duration:.01s}}.animate-on-scroll.animate-fade-up{transform:translateY(40px)}.animate-on-scroll.animate-fade-up.is-visible{opacity:1;transform:translateY(0)}.animate-on-scroll.animate-fade-down{transform:translateY(-40px)}.animate-on-scroll.animate-fade-down.is-visible{opacity:1;transform:translateY(0)}.animate-on-scroll.animate-fade-left{transform:translate(-40px)}.animate-on-scroll.animate-fade-left.is-visible{opacity:1;transform:translate(0)}.animate-on-scroll.animate-fade-right{transform:translate(40px)}.animate-on-scroll.animate-fade-right.is-visible{opacity:1;transform:translate(0)}.animate-on-scroll.animate-scale{transform:scale(.85)}.animate-on-scroll.animate-scale.is-visible{opacity:1;transform:scale(1)}.animate-on-scroll.animate-fade.is-visible{opacity:1}.stagger-children .animate-on-scroll:nth-child(1){transition-delay:.1s}.stagger-children .animate-on-scroll:nth-child(2){transition-delay:.2s}.stagger-children .animate-on-scroll:nth-child(3){transition-delay:.3s}.stagger-children .animate-on-scroll:nth-child(4){transition-delay:.4s}.stagger-children .animate-on-scroll:nth-child(5){transition-delay:.5s}.stagger-children .animate-on-scroll:nth-child(6){transition-delay:.6s}.stagger-children .animate-on-scroll:nth-child(7){transition-delay:.7s}.stagger-children .animate-on-scroll:nth-child(8){transition-delay:.8s}.stagger-fast .animate-on-scroll:nth-child(1){transition-delay:.05s}.stagger-fast .animate-on-scroll:nth-child(2){transition-delay:.1s}.stagger-fast .animate-on-scroll:nth-child(3){transition-delay:.15s}.stagger-fast .animate-on-scroll:nth-child(4){transition-delay:.2s}.stagger-fast .animate-on-scroll:nth-child(5){transition-delay:.25s}.stagger-fast .animate-on-scroll:nth-child(6){transition-delay:.3s}.stagger-slow .animate-on-scroll:nth-child(1){transition-delay:.2s}.stagger-slow .animate-on-scroll:nth-child(2){transition-delay:.4s}.stagger-slow .animate-on-scroll:nth-child(3){transition-delay:.6s}.stagger-slow .animate-on-scroll:nth-child(4){transition-delay:.8s}.stagger-slow .animate-on-scroll:nth-child(5){transition-delay:1s}.stagger-slow .animate-on-scroll:nth-child(6){transition-delay:1.2s}.hover-lift{transition:transform var(--animation-duration-fast) var(--animation-ease)}.hover-lift:hover{transform:translateY(-5px)}@media (prefers-reduced-motion: reduce){.hover-lift:hover{transform:none}}.hover-scale{transition:transform var(--animation-duration-fast) var(--animation-ease)}.hover-scale:hover{transform:scale(1.02)}@media (prefers-reduced-motion: reduce){.hover-scale:hover{transform:none}}.hover-glow{transition:box-shadow var(--animation-duration-fast) var(--animation-ease)}.hover-glow:hover{box-shadow:0 10px 30px #0000001a}@media (prefers-reduced-motion: reduce){.hover-glow:hover{box-shadow:none}}.hover-rotate{transition:transform var(--animation-duration-fast) var(--animation-ease)}.hover-rotate:hover{transform:rotate(5deg)}@media (prefers-reduced-motion: reduce){.hover-rotate:hover{transform:none}}.float-animation{animation:float 3s ease-in-out infinite}@media (prefers-reduced-motion: reduce){.float-animation{animation:none}}.pulse-animation{animation:pulse 2s ease-in-out infinite}@media (prefers-reduced-motion: reduce){.pulse-animation{animation:none}}.glow-animation{animation:glow 2s ease-in-out infinite}@media (prefers-reduced-motion: reduce){.glow-animation{animation:none}}.text-reveal{overflow:hidden}.text-reveal .text-reveal__line{display:block;transform:translateY(100%);transition:transform var(--animation-duration-normal) var(--animation-ease)}.text-reveal .text-reveal__line.is-visible{transform:translateY(0)}.typewriter{overflow:hidden;border-right:2px solid var(--primary);white-space:nowrap;animation:typing 3.5s steps(40,end),blink-caret .75s step-end infinite}@media (prefers-reduced-motion: reduce){.typewriter{animation:none;border-right:none}}@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink-caret{0%,to{border-color:transparent}50%{border-color:var(--primary)}}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}@media (prefers-reduced-motion: reduce){.skeleton{animation:none;background:#f0f0f0}}.gpu-accelerated{will-change:transform,opacity;transform:translateZ(0);backface-visibility:hidden}html{scroll-behavior:smooth}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}}.fade-in-sequence .sequence-item{opacity:0;transform:translateY(20px);transition:all var(--animation-duration-normal) var(--animation-ease)}.fade-in-sequence .sequence-item.is-visible{opacity:1;transform:translateY(0)}.fade-in-sequence .sequence-item:nth-child(1){transition-delay:.1s}.fade-in-sequence .sequence-item:nth-child(2){transition-delay:.2s}.fade-in-sequence .sequence-item:nth-child(3){transition-delay:.3s}.fade-in-sequence .sequence-item:nth-child(4){transition-delay:.4s}.fade-in-sequence .sequence-item:nth-child(5){transition-delay:.5s}.animate-button{position:relative;overflow:hidden;transition:all var(--animation-duration-fast) var(--animation-ease)}.animate-button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff1a;transition:width .6s,height .6s;transform:translate(-50%,-50%)}.animate-button:hover:before{width:300px;height:300px}@media (prefers-reduced-motion: reduce){.animate-button:before{display:none}}.image-reveal{overflow:hidden}.image-reveal img{transform:scale(1.1);transition:transform var(--animation-duration-slow) var(--animation-ease)}.image-reveal.is-visible img{transform:scale(1)}@media (prefers-reduced-motion: reduce){.image-reveal img{transform:none}}.counter{transition:all var(--animation-duration-normal) var(--animation-ease)}:root{--white: #ffffff;--yellow-light: #fffaf1;--primary: #FFC467;--primary-hover: #E0A93F;--primary-rgb: 255, 196, 103;--background: #F8F8F8;--text-primary: #1A1A1A;--text-secondary: #555555;--border: #E0E0E0;--card-bg: #ffffff;--shadow-light: rgba(0, 0, 0, .05);--shadow-medium: rgba(0, 0, 0, .1);--nav-bg: rgba(35, 35, 35, .9);--nav-text: #ffffff;--nav-text-hover: #FFC467;--footer-bg: #1A1A1A;--footer-text: #BDBDBD;font-family:Haskoy,-apple-system,BlinkMacSystemFont,Segoe UI,Ubuntu,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5;font-weight:400;color-scheme:light;color:#1a1a1a;background-color:var(--white);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;font-family:Urbanist,sans-serif;background-color:transparent}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}#app{margin:0;padding:0}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.navbar[data-v-b25ffc60]{background-color:var(--nav-bg);padding:.75rem 1.5rem;position:sticky;top:0;z-index:2000;backdrop-filter:blur(12.5px);-webkit-backdrop-filter:blur(12.5px)}@media (max-width: 768px){.navbar[data-v-b25ffc60]{padding:.5rem 1rem}}@media (max-width: 480px){.navbar[data-v-b25ffc60]{padding:.5rem .75rem}}.navbar__container[data-v-b25ffc60]{max-width:1400px;width:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.navbar__logo[data-v-b25ffc60]{display:flex;align-items:center;cursor:pointer}.navbar__logo-image[data-v-b25ffc60]{height:2.25rem;width:auto}@media (max-width: 768px){.navbar__logo-image[data-v-b25ffc60]{height:2rem}}@media (max-width: 480px){.navbar__logo-image[data-v-b25ffc60]{height:1.75rem}}.navbar__nav[data-v-b25ffc60]{display:none;align-items:center;gap:2rem}@media (min-width: 768px){.navbar__nav[data-v-b25ffc60]{display:flex}}.navbar__link[data-v-b25ffc60]{color:var(--nav-text);text-decoration:none;font-weight:500;font-size:.9rem;transition:color .3s ease}.navbar__link[data-v-b25ffc60]:hover{color:var(--nav-text-hover)}.navbar__actions[data-v-b25ffc60]{display:flex;align-items:center;gap:1rem}.navbar__cta-button[data-v-b25ffc60]{background-color:var(--primary);color:#232323;border:none;padding:.625rem 1.25rem;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .3s ease;font-size:.9rem}@media (max-width: 768px){.navbar__cta-button[data-v-b25ffc60]{padding:.5rem 1rem;font-size:.875rem}}@media (max-width: 480px){.navbar__cta-button[data-v-b25ffc60]{padding:.5rem .875rem;font-size:.8rem}}.navbar__cta-button[data-v-b25ffc60]:hover{background-color:var(--primary-hover)}.navbar__mobile-menu[data-v-b25ffc60]{display:flex;align-items:center;justify-content:center;background:none;border:none;color:var(--nav-text);cursor:pointer;padding:.5rem}@media (min-width: 768px){.navbar__mobile-menu[data-v-b25ffc60]{display:none}}.navbar__mobile-menu[data-v-b25ffc60]:hover{color:var(--nav-text-hover)}.navbar__mobile-nav[data-v-b25ffc60]{position:absolute;top:100%;left:0;right:0;background-color:var(--nav-bg);backdrop-filter:blur(12.5px);-webkit-backdrop-filter:blur(12.5px);border-top:1px solid var(--border);box-shadow:0 4px 6px -1px #0000001a;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}@media (min-width: 768px){.navbar__mobile-nav[data-v-b25ffc60]{display:none}}.navbar__mobile-nav--open[data-v-b25ffc60]{transform:translateY(0);opacity:1;visibility:visible}.navbar__mobile-nav-content[data-v-b25ffc60]{padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.navbar__mobile-link[data-v-b25ffc60]{color:var(--nav-text);text-decoration:none;font-weight:500;font-size:1rem;padding:.75rem 0;border-bottom:1px solid var(--border);transition:color .3s ease}.navbar__mobile-link[data-v-b25ffc60]:hover{color:var(--nav-text-hover)}.navbar__mobile-link[data-v-b25ffc60]:last-of-type{border-bottom:none}.footer[data-v-c88ba324]{background-color:var(--footer-bg);padding:3rem 1.5rem 2rem}.footer__container[data-v-c88ba324]{max-width:1400px;width:100%;margin:0 auto}.footer__content[data-v-c88ba324]{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:2rem}.footer__logo[data-v-c88ba324]{margin-bottom:1rem}.footer__logo-image[data-v-c88ba324]{height:2rem;width:auto}.footer__nav[data-v-c88ba324]{margin-top:.75rem;display:flex;gap:2rem;align-items:center;justify-content:center}@media (max-width: 768px){.footer__nav[data-v-c88ba324]{gap:1.5rem}}@media (max-width: 480px){.footer__nav[data-v-c88ba324]{gap:1rem}}.footer__nav-link[data-v-c88ba324]{color:var(--footer-text);opacity:.7;text-decoration:none;font-size:.8rem;font-weight:400;transition:opacity .3s ease}.footer__nav-link[data-v-c88ba324]:hover{opacity:1}.footer__contact-info[data-v-c88ba324]{margin-top:1.5rem;display:flex;gap:2rem;align-items:center;justify-content:center}@media (max-width: 480px){.footer__contact-info[data-v-c88ba324]{flex-direction:column;gap:.5rem}}.footer__contact-link[data-v-c88ba324]{color:var(--primary);opacity:.7;text-decoration:none;font-size:.875rem;font-weight:500;transition:all .3s ease}.footer__contact-link[data-v-c88ba324]:hover{color:var(--primary-hover);opacity:1}.footer__go-to-top[data-v-c88ba324]{margin-top:2rem;background-color:transparent;border:1px solid var(--primary);color:var(--primary);padding:.75rem 1.5rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease}.footer__go-to-top[data-v-c88ba324]:hover{background-color:var(--primary);color:#232323}.footer__bottom[data-v-c88ba324]{border-top:1px solid #555555;padding-top:2rem;text-align:center}.footer__copyright[data-v-c88ba324]{color:var(--footer-text);font-size:.875rem;margin:0}.app[data-v-a2375eba]{margin:0;padding:0;background-color:var(--white);overflow-x:hidden}.neural-network[data-v-1f805faf]{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;opacity:var(--v1165409c);z-index:0;overflow:hidden}.neural-network[data-v-1f805faf] canvas{display:block;width:100%!important;height:100%!important}.neural-network[data-v-1f805faf] #tsparticles{width:100%;height:100%}.neural-network[data-v-1f805faf] canvas{mix-blend-mode:normal}@media (max-width: 768px){.neural-network[data-v-1f805faf]{opacity:calc(var(--v1165409c) * .8)}}@media (max-width: 480px){.neural-network[data-v-1f805faf]{opacity:calc(var(--v1165409c) * .7)}}.hero[data-v-bf42538a]{background-position:0px 0px;min-height:90vh;max-height:90vh;position:relative;display:flex;align-items:center;justify-content:center;padding:1rem 1rem 2rem;overflow:hidden;z-index:1;isolation:isolate;background:linear-gradient(to bottom,#fff,#fff6e54d 60%,#ffc46714)}.hero__container[data-v-bf42538a]{width:100%;max-width:1400px;margin:0 auto;display:flex;align-items:center;gap:3rem}@media (min-width: 1400px){.hero__container[data-v-bf42538a]{gap:4rem;justify-content:center}}@media (max-width: 768px){.hero__container[data-v-bf42538a]{flex-direction:column-reverse;text-align:center}}.hero__content[data-v-bf42538a]{flex:1;text-align:left;z-index:100;position:relative}@media (max-width: 768px){.hero__content[data-v-bf42538a]{text-align:center;padding:2rem 1rem}}.hero__title[data-v-bf42538a]{font-family:Haskoy,-apple-system,BlinkMacSystemFont,Segoe UI,Ubuntu,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:3rem;font-weight:700;line-height:1.2;color:var(--text-primary);margin:0 0 1.5rem;word-wrap:break-word;overflow-wrap:break-word;max-width:600px}.hero__title span.highlight[data-v-bf42538a]{color:var(--primary)}@media (min-width: 1400px){.hero__title[data-v-bf42538a]{max-width:700px;justify-content:space-between}}@media (max-width: 768px){.hero__title[data-v-bf42538a]{font-size:2.2rem;max-width:100%}}@media (max-width: 480px){.hero__title[data-v-bf42538a]{font-size:1.8rem}}.hero__subtitle[data-v-bf42538a]{font-family:Haskoy,-apple-system,BlinkMacSystemFont,Segoe UI,Ubuntu,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1.125rem;font-weight:400;line-height:1.6;word-spacing:.1px;margin:0;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:600px;color:var(--text-secondary)}@media (min-width: 1400px){.hero__subtitle[data-v-bf42538a]{max-width:700px}}@media (max-width: 768px){.hero__subtitle[data-v-bf42538a]{font-size:1rem;max-width:100%}}@media (max-width: 480px){.hero__subtitle[data-v-bf42538a]{font-size:.95rem}}.hero__cta-button[data-v-bf42538a]{margin-top:2rem;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-hover) 100%);color:#232323;border:none;padding:.875rem 2rem;border-radius:50px;font-family:inherit;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;box-shadow:0 4px 15px #ffc4674d;position:relative;overflow:hidden}.hero__cta-button[data-v-bf42538a]:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ffc46766}.hero__cta-button:hover .hero__cta-arrow[data-v-bf42538a]{transform:translate(4px)}.hero__cta-button[data-v-bf42538a]:active{transform:translateY(0)}@media (max-width: 768px){.hero__cta-button[data-v-bf42538a]{padding:.75rem 1.75rem;font-size:.95rem}}@media (max-width: 480px){.hero__cta-button[data-v-bf42538a]{padding:.625rem 1.5rem;font-size:.9rem}}.hero__cta-arrow[data-v-bf42538a]{font-size:1.125rem;transition:transform .3s ease;font-weight:400}.hero__image[data-v-bf42538a]{flex:0 0 700px;display:flex;justify-content:center;align-items:center;position:relative}@media (min-width: 1400px){.hero__image[data-v-bf42538a]{flex:0 0 600px}}@media (max-width: 768px){.hero__image[data-v-bf42538a]{flex:0 0 auto;margin-bottom:1rem}}.hero__image-cover[data-v-bf42538a]{width:100%;max-width:500px;height:auto;border-radius:12px;box-shadow:0 20px 30px #0000001a,0 0 0 2px #ffc4671a;object-fit:cover;transition:transform .3s ease,box-shadow .3s ease}.hero__image-cover[data-v-bf42538a]:hover{transform:translateY(-2px);box-shadow:0 25px 40px #00000026,0 0 0 2px #ffc46733}@media (max-width: 768px){.hero__image-cover[data-v-bf42538a]{max-width:350px}}@media (max-width: 480px){.hero__image-cover[data-v-bf42538a]{max-width:250px}}.hero__image-popup[data-v-bf42538a]{position:absolute;top:-45%;right:-5%;width:120%;max-width:600px;height:auto;border-radius:8px;z-index:10}@media (max-width: 768px){.hero__image-popup[data-v-bf42538a]{width:90%;top:-5%;right:-9%}}@media (max-width: 480px){.hero__image-popup[data-v-bf42538a]{width:90%;top:-4%;right:-9%}}.hero .wave[data-v-bf42538a]{width:100%;overflow:hidden;position:absolute;bottom:0;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='70' height='20'%3E%3Cpath fill='%23fff' d='M0 20V10c35-34.6 35 34.6 70 0v10z'/%3E%3C/svg%3E");background-position:bottom;height:20px}.feature-card[data-v-0bd097a6]{background-color:#fef8ed;border-radius:20px;padding:2.5rem;min-height:380px;display:flex;flex-direction:column;transition:transform .3s ease;position:relative;overflow:hidden}@media (min-width: 769px) and (max-width: 1440px){.feature-card[data-v-0bd097a6]{min-height:350px;padding:2rem}}.feature-card[data-v-0bd097a6]:before{content:"";height:200px;width:250px;position:absolute;filter:blur(60px);background:linear-gradient(89.26deg,#ffc467cc .78%,#ffce80cc 50%,#e0a93fcc 92.27%);border-radius:50%;z-index:1;bottom:-50px;left:-50px}.feature-card[data-v-0bd097a6]:nth-child(2n):before{inset:-50px -50px auto auto}.feature-card:hover .feature-card__image[data-v-0bd097a6]{transform:scale(1.05)}@media (max-width: 768px){.feature-card[data-v-0bd097a6]{padding:2rem;border-radius:16px}.feature-card[data-v-0bd097a6]:before{height:150px;width:150px;filter:blur(40px)}}@media (max-width: 480px){.feature-card[data-v-0bd097a6]{padding:1.5rem;border-radius:12px}}.feature-card__content[data-v-0bd097a6]{display:flex;flex-direction:column;height:100%;gap:1.5rem;position:relative;z-index:2;justify-content:space-between}@media (min-width: 769px) and (max-width: 1440px){.feature-card__content[data-v-0bd097a6]{gap:1.25rem}}.feature-card__text[data-v-0bd097a6]{text-align:center}.feature-card__title[data-v-0bd097a6]{font-family:Haskoy,-apple-system,BlinkMacSystemFont,Segoe UI,Ubuntu,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1.5rem;font-weight:700;line-height:1.3;color:#1a1a1a;margin:0 0 1rem}@media (max-width: 768px){.feature-card__title[data-v-0bd097a6]{font-size:1.25rem}}@media (max-width: 480px){.feature-card__title[data-v-0bd097a6]{font-size:1.125rem}}.feature-card__subtitle[data-v-0bd097a6]{font-family:Haskoy,-apple-system,BlinkMacSystemFont,Segoe UI,Ubuntu,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:.875rem;font-weight:400;line-height:1.5;color:#666;margin:0}@media (max-width: 480px){.feature-card__subtitle[data-v-0bd097a6]{font-size:.8rem}}.feature-card__image[data-v-0bd097a6]{width:100%;flex-grow:1;transition:transform .3s ease;overflow:hidden;border-radius:12px}.feature-card__image img[data-v-0bd097a6]{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;border-radius:12px}.feature-card__image-placeholder[data-v-0bd097a6]{width:100%;height:250px;background-color:#f5f5f5;border-radius:12px;display:flex;align-items:center;justify-content:center;border:2px dashed #cccccc}@media (max-width: 768px){.feature-card__image-placeholder[data-v-0bd097a6]{height:200px}}@media (max-width: 480px){.feature-card__image-placeholder[data-v-0bd097a6]{height:180px}}.feature-card__image-placeholder .placeholder-text[data-v-0bd097a6]{font-family:Urbanist,sans-serif;color:#999;font-size:1.125rem;font-weight:500}.section-badge[data-v-862559b5]{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:2rem;background-color:var(--card-bg);border:1px solid var(--border);box-shadow:0 2px 4px var(--shadow-light);margin-bottom:1.5rem;font-weight:500;color:var(--text-secondary)}.section-badge__icon[data-v-862559b5]{color:var(--primary)}.feature-section[data-v-7a1fa17c]{background-color:var(--white);padding:4rem 1rem}.feature-section__container[data-v-7a1fa17c]{max-width:1200px;width:100%;margin:0 auto}.feature-section__grid[data-v-7a1fa17c]{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem 3rem;align-items:start}@media (max-width: 768px){.feature-section__grid[data-v-7a1fa17c]{grid-template-columns:1fr;gap:2rem}}.feature-section__header[data-v-7a1fa17c]{text-align:center;margin-bottom:3rem}@media (max-width: 768px){.feature-section__header[data-v-7a1fa17c]{margin-bottom:2rem}}.feature-section__heading--highlight[data-v-7a1fa17c]{color:var(--primary)}.feature-section__heading[data-v-7a1fa17c]{font-family:Haskoy,-apple-system,BlinkMacSystemFont,Segoe UI,Ubuntu,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:3rem;font-weight:700;line-height:1.2;color:var(--text-primary);margin:0 0 1rem}@media (max-width: 768px){.feature-section__heading[data-v-7a1fa17c]{font-size:2.2rem}}@media (max-width: 480px){.feature-section__heading[data-v-7a1fa17c]{font-size:1.8rem}}.feature-section__subheading[data-v-7a1fa17c]{font-family:Haskoy,-apple-system,BlinkMacSystemFont,Segoe UI,Ubuntu,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1.125rem;font-weight:400;line-height:1.6;color:var(--text-primary);max-width:700px;margin:0 auto}@media (max-width: 768px){.feature-section__subheading[data-v-7a1fa17c]{font-size:1rem}}@media (max-width: 480px){.feature-section__subheading[data-v-7a1fa17c]{font-size:.9rem}}.feature-section__subheading--highlight[data-v-7a1fa17c]{color:var(--primary);font-weight:600}.feature-card-wrapper[data-v-7a1fa17c]{transition:all var(--animation-duration-normal) var(--animation-ease)}.feature-card-wrapper:hover .image-reveal img[data-v-7a1fa17c]{transform:scale(1.05)}img[data-v-7a1fa17c]{vertical-align:middle;border-style:none;width:100%;max-width:100%;height:30vh;min-height:200px;object-fit:cover;transition:transform var(--animation-duration-normal) var(--animation-ease)}@media (min-width: 769px) and (max-width: 1440px){img[data-v-7a1fa17c]{min-height:250px}}img.feature-card__image[data-v-7a1fa17c]{z-index:1;position:relative}.image-reveal[data-v-7a1fa17c]{overflow:hidden;border-radius:12px}.image-reveal img[data-v-7a1fa17c]{transform:scale(1.1);transition:transform var(--animation-duration-slow) var(--animation-ease)}.image-reveal.is-visible img[data-v-7a1fa17c]{transform:scale(1)}.roadmap-section[data-v-839319c2]{background-color:var(--white);padding:2rem 1rem}.roadmap-section__container[data-v-839319c2]{max-width:1200px;width:100%;margin:0 auto;display:flex;flex-direction:column}.roadmap-section__header[data-v-839319c2]{text-align:center}.roadmap-section__content[data-v-839319c2]{display:flex;align-items:center;gap:4rem}@media (max-width: 768px){.roadmap-section__content[data-v-839319c2]{flex-direction:column;gap:3rem}}.roadmap-section__text[data-v-839319c2]{flex:1}@media (max-width: 768px){.roadmap-section__text[data-v-839319c2]{text-align:center;order:1}}.roadmap-section__heading[data-v-839319c2]{font-family:Haskoy,-apple-system,BlinkMacSystemFont,Segoe UI,Ubuntu,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:3rem;font-weight:700;line-height:1.2;color:var(--text-primary);margin:0}@media (max-width: 768px){.roadmap-section__heading[data-v-839319c2]{font-size:2.2rem}}@media (max-width: 480px){.roadmap-section__heading[data-v-839319c2]{font-size:1.8rem}}.roadmap-section__heading--highlight[data-v-839319c2]{color:var(--primary)}.roadmap-section__description[data-v-839319c2]{font-family:Haskoy,-apple-system,BlinkMacSystemFont,Segoe UI,Ubuntu,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1.125rem;font-weight:400;line-height:1.6;color:#666;margin:0;margin-top:.4rem}@media (max-width: 768px){.roadmap-section__description[data-v-839319c2]{font-size:1rem}}@media (max-width: 480px){.roadmap-section__description[data-v-839319c2]{font-size:.9rem}}.roadmap-section__image-container[data-v-839319c2]{flex:1;display:flex;justify-content:center;align-items:center}@media (max-width: 768px){.roadmap-section__image-container[data-v-839319c2]{order:2}}.roadmap-section__image[data-v-839319c2]{max-width:100%;height:auto;width:100%;object-fit:contain}.card[data-v-a4ba5233]{background-color:var(--card-bg);border:1px solid var(--border);border-radius:12px;position:relative;overflow:hidden;transition:all .3s ease;display:flex;flex-direction:column;padding:2rem}.card--hoverable[data-v-a4ba5233]:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px var(--shadow-light),0 10px 10px -5px var(--shadow-medium)}.card--elevated[data-v-a4ba5233]{box-shadow:0 4px 6px -1px var(--shadow-light),0 2px 4px -1px var(--shadow-medium)}.card--outlined[data-v-a4ba5233]{border:2px solid var(--border)}.card__header[data-v-a4ba5233]{padding:1rem 1rem 0}.card__content[data-v-a4ba5233]{padding:1rem;flex:1}.card__footer[data-v-a4ba5233]{padding:0 1.5rem 1rem;margin-top:auto}.card__accent[data-v-a4ba5233]{position:absolute;top:0;left:0;right:0;height:4px;background:var(--primary);opacity:0;transition:opacity .3s ease}.card--hoverable:hover .card__accent[data-v-a4ba5233]{opacity:1}@media (max-width: 768px){.card[data-v-a4ba5233]{padding:1.5rem}.card__content[data-v-a4ba5233]{padding:1rem}.card__header[data-v-a4ba5233]{padding:.75rem 1rem 0}.card__footer[data-v-a4ba5233]{padding:0 1rem .75rem}}@media (max-width: 480px){.card[data-v-a4ba5233]{padding:1rem}.card__content[data-v-a4ba5233]{padding:.75rem}.card__header[data-v-a4ba5233]{padding:.5rem .75rem 0}.card__footer[data-v-a4ba5233]{padding:0 .75rem .5rem}}.capabilities-section[data-v-925bcbf1]{background-color:var(--background);padding:4rem 1.5rem}@media (max-width: 768px){.capabilities-section[data-v-925bcbf1]{padding:3rem 1rem}}@media (max-width: 480px){.capabilities-section[data-v-925bcbf1]{padding:2rem 1rem}}.capabilities-section__container[data-v-925bcbf1]{max-width:1400px;width:100%;margin:0 auto}.capabilities-section__header[data-v-925bcbf1]{text-align:center;margin-bottom:3rem}@media (max-width: 768px){.capabilities-section__header[data-v-925bcbf1]{margin-bottom:2rem}}.capabilities-section__badge[data-v-925bcbf1]{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:2rem;background-color:var(--card-bg);border:1px solid var(--border);box-shadow:0 2px 4px var(--shadow-light);margin-bottom:1.5rem;font-weight:500;color:var(--text-secondary)}.capabilities-section__sparkles[data-v-925bcbf1]{color:var(--primary)}.capabilities-section__heading[data-v-925bcbf1]{font-size:3rem;font-weight:700;line-height:1.2;color:var(--text-primary);margin:0 0 1.5rem}@media (max-width: 768px){.capabilities-section__heading[data-v-925bcbf1]{font-size:2.2rem}}@media (max-width: 480px){.capabilities-section__heading[data-v-925bcbf1]{font-size:1.8rem}}.capabilities-section__heading--highlight[data-v-925bcbf1]{color:var(--primary)}.capabilities-section__description[data-v-925bcbf1]{font-size:1.25rem;line-height:1.6;color:var(--text-secondary);max-width:32rem;margin:0 auto}@media (max-width: 768px){.capabilities-section__description[data-v-925bcbf1]{font-size:1.125rem}}@media (max-width: 480px){.capabilities-section__description[data-v-925bcbf1]{font-size:1rem}}.capabilities-section__grid[data-v-925bcbf1]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:4rem}@media (min-width: 1024px){.capabilities-section__grid[data-v-925bcbf1]{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.capabilities-section__grid[data-v-925bcbf1]{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-bottom:2rem}}@media (max-width: 480px){.capabilities-section__grid[data-v-925bcbf1]{grid-template-columns:1fr;gap:1rem;margin-bottom:1rem}}.capabilities-section__cta[data-v-925bcbf1]{text-align:center}.capabilities-section__cta-button[data-v-925bcbf1]{display:inline-flex;align-items:center;gap:1rem;padding:1rem 2rem;background-color:var(--primary);color:#232323;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 15px -3px var(--shadow-light),0 4px 6px -2px var(--shadow-medium)}.capabilities-section__cta-button[data-v-925bcbf1]:hover{background-color:var(--primary-hover);transform:scale(1.05);box-shadow:0 20px 25px -5px var(--shadow-light),0 10px 10px -5px var(--shadow-medium)}@media (max-width: 480px){.capabilities-section__cta-button[data-v-925bcbf1]{padding:.875rem 1.5rem;font-size:.875rem}}.capabilities-section__cta-arrow[data-v-925bcbf1]{transition:transform .3s ease}.capabilities-section__cta-button:hover .capabilities-section__cta-arrow[data-v-925bcbf1]{transform:translate(4px)}.capabilities-section__cta-text[data-v-925bcbf1]{color:var(--text-secondary);margin:1rem 0 0;font-size:1rem}.feature-card[data-v-925bcbf1]{background-color:var(--card-bg)}.feature-card[data-v-925bcbf1]:not(.animate-on-scroll){opacity:1}.feature-card__content[data-v-925bcbf1]{padding:0}.feature-card__icon[data-v-925bcbf1]{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:10px;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-hover) 100%);margin-bottom:1rem;transition:transform .3s ease}.feature-card__icon svg[data-v-925bcbf1]{color:#232323}.feature-card__icon img[data-v-925bcbf1]{width:1.5rem;height:1.5rem;object-fit:contain}.feature-card:hover .feature-card__icon[data-v-925bcbf1]{transform:scale(1.1)}.feature-card__title[data-v-925bcbf1]{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:0 0 .75rem;transition:color .3s ease}@media (max-width: 480px){.feature-card__title[data-v-925bcbf1]{font-size:1rem}}.feature-card:hover .feature-card__title[data-v-925bcbf1]{color:var(--primary)}.feature-card__description[data-v-925bcbf1]{color:var(--text-secondary);line-height:1.5;margin:0;font-size:.9rem}.youtube-section[data-v-97dcd716]{background-color:var(--background);padding:4rem 1.5rem}@media (max-width: 1023px){.youtube-section[data-v-97dcd716]{padding:3rem 1rem}}@media (max-width: 480px){.youtube-section[data-v-97dcd716]{padding:2rem 1rem}}.youtube-section__container[data-v-97dcd716]{max-width:1200px;width:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center}.youtube-section__header[data-v-97dcd716]{text-align:center;margin-bottom:3rem}@media (max-width: 768px){.youtube-section__header[data-v-97dcd716]{margin-bottom:2rem}}.youtube-section__title[data-v-97dcd716]{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-top:.5rem;margin-bottom:.5rem}@media (max-width: 768px){.youtube-section__title[data-v-97dcd716]{font-size:2rem}}@media (max-width: 480px){.youtube-section__title[data-v-97dcd716]{font-size:1.5rem}}.youtube-section__subtitle[data-v-97dcd716]{font-size:1.125rem;color:var(--text-secondary);max-width:600px;margin:0 auto}@media (max-width: 768px){.youtube-section__subtitle[data-v-97dcd716]{font-size:1rem}}.youtube-section__videos[data-v-97dcd716]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;width:100%}@media (max-width: 768px){.youtube-section__videos[data-v-97dcd716]{grid-template-columns:1fr;gap:1.5rem}}.youtube-section__video[data-v-97dcd716]{background-color:var(--card-bg);border:1px solid var(--border);border-radius:12px;overflow:hidden;box-shadow:var(--shadow-light);transition:all .3s ease}.youtube-section__video[data-v-97dcd716]:hover{transform:translateY(-4px);box-shadow:var(--shadow-medium);border-color:var(--primary)}.youtube-section__video-content[data-v-97dcd716]{display:block;text-decoration:none;color:inherit}.youtube-section__video-player[data-v-97dcd716]{position:relative;width:100%;padding-bottom:56.25%;overflow:hidden}.youtube-section__iframe[data-v-97dcd716]{position:absolute;top:0;left:0;width:100%;height:100%}.youtube-section__video-thumbnail[data-v-97dcd716]{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer;overflow:hidden}.youtube-section__video-image[data-v-97dcd716]{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.youtube-section__video:hover .youtube-section__video-image[data-v-97dcd716]{transform:scale(1.05)}.youtube-section__play-button[data-v-97dcd716]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;background-color:#ffc467e6;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}@media (max-width: 480px){.youtube-section__play-button[data-v-97dcd716]{width:50px;height:50px}}.youtube-section__video:hover .youtube-section__play-button[data-v-97dcd716]{background-color:var(--primary);transform:translate(-50%,-50%) scale(1.1)}.youtube-section__play-icon[data-v-97dcd716]{width:24px;height:24px;color:var(--text-primary);margin-left:2px}@media (max-width: 480px){.youtube-section__play-icon[data-v-97dcd716]{width:20px;height:20px}}.youtube-section__video-info[data-v-97dcd716]{padding:1.5rem}@media (max-width: 480px){.youtube-section__video-info[data-v-97dcd716]{padding:1rem}}.youtube-section__video-title[data-v-97dcd716]{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem;line-height:1.4}@media (max-width: 480px){.youtube-section__video-title[data-v-97dcd716]{font-size:1.125rem}}.youtube-section__video-description[data-v-97dcd716]{font-size:.9rem;color:var(--text-secondary);line-height:1.5;margin:0}.contact-section[data-v-98bc2ad5]{background-color:var(--white);padding:4rem 1.5rem;font-family:inherit}@media (max-width: 1023px){.contact-section[data-v-98bc2ad5]{padding:2rem 1rem}}.contact-section__container[data-v-98bc2ad5]{max-width:1400px;width:100%;margin:0 auto;display:grid;grid-template-columns:1fr;gap:1rem;align-items:start}@media (min-width: 1024px){.contact-section__container[data-v-98bc2ad5]{grid-template-columns:1fr 1.2fr;gap:4rem}}.contact-section__form[data-v-98bc2ad5] *{font-family:inherit}@media (max-width: 1023px){.contact-section__content[data-v-98bc2ad5]{text-align:center;margin-bottom:.5rem}}@media (min-width: 1024px){.contact-section__text[data-v-98bc2ad5]{padding-right:2rem}}.contact-section__heading[data-v-98bc2ad5]{font-size:3rem;font-weight:700;line-height:1.2;color:var(--text-primary);margin:0 0 1.5rem}@media (max-width: 1023px){.contact-section__heading[data-v-98bc2ad5]{margin:0 0 1rem}}@media (max-width: 768px){.contact-section__heading[data-v-98bc2ad5]{font-size:2.2rem}}@media (max-width: 480px){.contact-section__heading[data-v-98bc2ad5]{font-size:1.8rem}}.contact-section__description[data-v-98bc2ad5]{font-size:1.125rem;line-height:1.6;color:var(--text-secondary);margin:0 0 2.5rem}@media (min-width: 1200px){.contact-section__description[data-v-98bc2ad5]{font-size:1.25rem}}@media (max-width: 1023px){.contact-section__description[data-v-98bc2ad5]{display:none}}.contact-section__description-contact[data-v-98bc2ad5]{display:block;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(224,224,224,.3)}.contact-section__inline-link[data-v-98bc2ad5]{color:var(--primary);text-decoration:none;font-weight:600;transition:color .3s ease}.contact-section__inline-link[data-v-98bc2ad5]:hover{color:var(--primary-hover)}.contact-section__link[data-v-98bc2ad5]{color:var(--text-primary);text-decoration:none;font-weight:500;transition:color .3s ease}.contact-section__link[data-v-98bc2ad5]:hover{color:var(--primary)}.contact-section__features[data-v-98bc2ad5]{display:flex;flex-direction:column;gap:1.5rem}@media (max-width: 1023px){.contact-section__features[data-v-98bc2ad5]{display:none}}.contact-section__feature[data-v-98bc2ad5]{display:flex;align-items:center;gap:1rem;font-size:1rem;color:var(--text-primary);font-weight:500}.contact-section__feature-icon[data-v-98bc2ad5]{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:8px;background-color:var(--primary);color:#232323;flex-shrink:0}.contact-section__form[data-v-98bc2ad5]{width:100%;background-color:var(--card-bg);border-radius:12px;overflow:hidden;box-shadow:0 20px 25px -5px var(--shadow-light),0 10px 10px -5px var(--shadow-medium),0 0 0 1px var(--border);position:relative}.contact-section__form[data-v-98bc2ad5]:before{content:"";position:absolute;inset:0;border-radius:12px;box-shadow:inset 0 1px #ffffff1a;pointer-events:none;z-index:1}.contact-section__iframe[data-v-98bc2ad5]{width:100%;min-height:1000px;max-height:max-content;border:none;display:block;font-family:inherit;border-radius:12px;background-color:#fff;overflow:hidden}@media (max-width: 768px){.contact-section__iframe[data-v-98bc2ad5]{min-height:1267px}}.home[data-v-0b2ab0b5]{margin:0;padding:0;background-color:var(--white);transition:background-color var(--animation-duration-fast) var(--animation-ease);width:100vw}.home.gpu-accelerated[data-v-0b2ab0b5]{will-change:transform;transform:translateZ(0);backface-visibility:hidden}.home--scrolled[data-v-0b2ab0b5]{background-color:var(--white)}.home--scrolling[data-v-0b2ab0b5]{pointer-events:none}.home--scrolling[data-v-0b2ab0b5] *{pointer-events:auto}body.animations-ready{transition-property:opacity,transform}.product-section[data-v-65eae51a]{position:relative;display:flex;align-items:start;padding:4rem 1.5rem;overflow:hidden}@media (max-width: 968px){.product-section[data-v-65eae51a]{padding:4rem 1.5rem}}.product-section__container[data-v-65eae51a]{max-width:1400px;width:100%;margin:0 auto;position:relative;z-index:2}.product-section__hero[data-v-65eae51a]{margin-bottom:3rem;position:relative}@media (max-width: 968px){.product-section__hero[data-v-65eae51a]{margin-bottom:3.5rem}}.product-section__hero-decoration[data-v-65eae51a]{position:absolute;top:-50px;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.product-section__hero-decoration .decoration-circle[data-v-65eae51a]{position:absolute;border-radius:50%;filter:blur(80px);opacity:.3}.product-section__hero-decoration .decoration-circle--1[data-v-65eae51a]{width:300px;height:300px;background:linear-gradient(135deg,#ffc467,#ffce80);top:10%;left:-100px;animation:float-65eae51a 8s ease-in-out infinite}.product-section__hero-decoration .decoration-circle--2[data-v-65eae51a]{width:250px;height:250px;background:linear-gradient(135deg,#e0a93f,#f4c56e);bottom:10%;right:-80px;animation:float-65eae51a 10s ease-in-out infinite reverse}.product-section__hero-content[data-v-65eae51a]{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center}@media (max-width: 968px){.product-section__hero-content[data-v-65eae51a]{grid-template-columns:1fr;gap:2.5rem}}.product-section__hero-text[data-v-65eae51a]{flex:1;max-width:500px}.product-section__hero-cards[data-v-65eae51a]{flex:1}.product-section__badge[data-v-65eae51a]{display:inline-block;background:linear-gradient(135deg,#ffc467,#e0a93f);color:#1a1a1a;padding:.5rem 1.5rem;border-radius:50px;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem;box-shadow:0 4px 15px #ffc4674d}.product-section__title[data-v-65eae51a]{font-family:Haskoy,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:3.5rem;font-weight:800;line-height:1.15;margin:0 0 1.5rem;background:linear-gradient(135deg,#1a1a1a,#4a4a4a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 768px){.product-section__title[data-v-65eae51a]{font-size:2.5rem}}.product-section__description[data-v-65eae51a]{font-family:Urbanist,sans-serif;font-size:1.15rem;line-height:1.7;color:#666;margin:0}@media (max-width: 768px){.product-section__description[data-v-65eae51a]{font-size:1.05rem}}.product-section__cards-grid[data-v-65eae51a]{display:grid;grid-template-columns:repeat(3,10rem);gap:.75rem;align-content:center}@media (max-width: 1200px){.product-section__cards-grid[data-v-65eae51a]{grid-template-columns:repeat(2,10rem);gap:.5rem}}@media (max-width: 768px){.product-section__cards-grid[data-v-65eae51a]{grid-template-columns:repeat(2,10rem);gap:.5rem}}@media (max-width: 480px){.product-section__cards-grid[data-v-65eae51a]{grid-template-columns:repeat(2,10rem);gap:.5rem}}.product-section__why-container[data-v-65eae51a]{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:end}@media (max-width: 968px){.product-section__why-container[data-v-65eae51a]{grid-template-columns:1fr;gap:2.5rem}}@media (max-width: 480px){.product-section__why-container[data-v-65eae51a]{justify-items:center}}.product-section__why-left[data-v-65eae51a]{position:relative}@media (max-width: 968px){.product-section__why-right[data-v-65eae51a]{position:relative;top:0}}.feature-card[data-v-65eae51a]{background-color:var(--card-bg);height:6rem;width:12rem;padding:1rem;align-items:center;justify-content:center}.feature-card__content[data-v-65eae51a]{padding:0}.feature-card__icon[data-v-65eae51a]{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:10px;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-hover) 100%);margin-bottom:1rem;transition:transform .3s ease}.feature-card__icon img[data-v-65eae51a]{width:1.5rem;height:1.5rem;object-fit:contain}.feature-card:hover .feature-card__icon[data-v-65eae51a]{transform:scale(1.1)}.feature-card__title[data-v-65eae51a]{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:0 0 .75rem;transition:color .3s ease;white-space:wrap}@media (max-width: 480px){.feature-card__title[data-v-65eae51a]{font-size:1rem}}.feature-card__description[data-v-65eae51a]{color:var(--text-secondary);line-height:1.5;margin:0;font-size:.9rem}.why-header[data-v-65eae51a]{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.why-header__icon[data-v-65eae51a]{font-size:2rem;animation:pulse-65eae51a 2s ease-in-out infinite}.why-header__title[data-v-65eae51a]{font-family:Haskoy,sans-serif;font-size:2.25rem;font-weight:700;color:#1a1a1a;margin:0;line-height:1.2}@media (max-width: 768px){.why-header__title[data-v-65eae51a]{font-size:1.8rem}}.why-benefits[data-v-65eae51a]{display:flex;flex-direction:column;gap:1rem}.why-benefit-item[data-v-65eae51a]{display:flex;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;background:#fef8ed;border-radius:16px;border:2px solid #fff3e0;transition:all .3s ease;animation:slideInLeft-65eae51a .5s ease-out forwards;animation-delay:calc(var(--item-index) * .1s);opacity:0}@media (max-width: 480px){.why-benefit-item[data-v-65eae51a]{max-width:280px}}.why-benefit-item[data-v-65eae51a]:hover{transform:translate(8px);border-color:#ffc467;box-shadow:0 8px 25px #e0a93f26}.why-benefit-marker[data-v-65eae51a]{flex-shrink:0;width:32px;height:32px;background:linear-gradient(135deg,#ffc467,#e0a93f);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 12px #e0a93f4d}.why-benefit-text[data-v-65eae51a]{font-family:Urbanist,sans-serif;font-size:1.05rem;line-height:1.5;color:#333;font-weight:500}@media (max-width: 768px){.why-benefit-text[data-v-65eae51a]{font-size:1rem}}.product-showcase[data-v-65eae51a]{background:none;border-radius:20px;overflow:hidden;width:max-content}.product-showcase__image[data-v-65eae51a]{width:100%;height:100%;min-width:600px;min-height:300px;max-width:600px;max-height:300px}@media (max-width: 768px){.product-showcase__image[data-v-65eae51a]{min-width:280px;min-height:250px;max-width:280px;max-height:250px}}@media (max-width: 480px){.product-showcase__image[data-v-65eae51a]{min-width:240px;min-height:200px;max-width:240px;max-height:200px}}.product-showcase__image[data-v-65eae51a]{object-fit:cover;border-radius:16px}.feature-card[data-v-65eae51a]{background-color:var(--card-bg);width:6.7rem;height:4.7rem}.feature-card[data-v-65eae51a]:not(.animate-on-scroll){opacity:1}.feature-card__content[data-v-65eae51a]{padding:.5rem;display:flex;flex-direction:column;align-items:center;text-align:center}.feature-card__icon[data-v-65eae51a]{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:8px;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-hover) 100%);margin-bottom:.5rem;transition:transform .3s ease}.feature-card__icon svg[data-v-65eae51a]{color:#232323}.feature-card__icon img[data-v-65eae51a]{width:1.1rem;height:1.1rem;object-fit:contain}.feature-card__icon--small[data-v-65eae51a]{width:1.7rem;height:1.7rem;margin-bottom:.25rem}.feature-card:hover .feature-card__icon[data-v-65eae51a]{transform:scale(1.08)}.feature-card__title[data-v-65eae51a]{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0;transition:color .3s ease}@media (max-width: 480px){.feature-card__title[data-v-65eae51a]{font-size:.92rem}}.feature-card__title--small[data-v-65eae51a]{font-size:.95rem;font-weight:500}.feature-card:hover .feature-card__title[data-v-65eae51a]{color:var(--primary)}.product-section--dms[data-v-65eae51a]{background:#fff}.product-section--bompro[data-v-65eae51a]{background:#f8f8f8}.product-section--bompro .product-section__hero-content[data-v-65eae51a]{flex-direction:row-reverse}@media (max-width: 968px){.product-section--bompro .product-section__hero-content[data-v-65eae51a]{flex-direction:column}}.product-section--planner[data-v-65eae51a]{background:#fff}.product-section--link[data-v-65eae51a]{background:#f8f8f8}.product-section--link .product-section__hero-content[data-v-65eae51a]{flex-direction:row-reverse}@media (max-width: 968px){.product-section--link .product-section__hero-content[data-v-65eae51a]{flex-direction:column}}.product-section--ppc[data-v-65eae51a]{background:#fff}@keyframes float-65eae51a{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes fadeInUp-65eae51a{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft-65eae51a{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes pulse-65eae51a{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.products[data-v-8553c500]{margin:0;padding:0;background-color:var(--white, #ffffff)}
