@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{scroll-behavior:smooth}:root{--primary:#1f3c88;--accent:#e91e63;--bg:#f0f4f8;--text:#1a1a1a}body{background:linear-gradient(135deg,#f0f4f8,#d9e2ec);background:linear-gradient(135deg,var(--bg),#d9e2ec);color:#1a1a1a;color:var(--text)}*{-webkit-tap-highlight-color:transparent;box-sizing:border-box}.App{padding-left:1rem;padding-right:1rem;padding-top:80px;text-align:center}.hero{animation:fadeInUp 1s ease-out;margin-bottom:3rem}.hero h1{color:#1f3c88;color:var(--primary);font-size:3.2rem;font-weight:800;margin-bottom:.5rem}.hero span{color:#e91e63;color:var(--accent)}.hero p{color:#555;font-size:1.3rem;margin:0 auto;max-width:700px}.ai-form-wrapper{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:1200px;padding:2rem 1rem}.ai-form-left,.ai-form-right{width:100%}@media (min-width:768px){.ai-form-wrapper{flex-direction:row;gap:2rem}.ai-form-left,.ai-form-right{width:50%}}#media{margin-bottom:3rem}.capabilities-section{margin:0 auto 4rem;max-width:1200px;padding:2rem 1rem}.capabilities-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.capability-card{border-radius:16px;box-shadow:0 6px 16px #00000014;padding:1.5rem;transition:transform .2s ease}.capability-card:hover{transform:translateY(-5px)}.capability-card .icon{font-size:2rem;margin-bottom:.5rem}.capability-card h3{color:var(--primary);font-size:1.2rem}.capability-card p{color:#333}.analytics-section,.contact-section{background:#fff;border-radius:16px;box-shadow:0 6px 16px #00000014;margin-top:4rem;padding:1rem}.analytics-section h2,.contact-section h2{color:#1f3c88;color:var(--primary);margin-bottom:1rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.hero h1{font-size:2rem}.hero p{font-size:1rem}.analytics-section h2,.contact-section h2{font-size:1.5rem}.App{padding-top:60px}.ai-form-wrapper{gap:1rem;padding:2rem 1rem}}@media (max-width:480px){.hero h1{font-size:1.6rem}}button:active{transform:scale(.98)}.modal-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#00000080;inset:0;padding:1rem;z-index:999}.modal-content{background:linear-gradient(135deg,#fff,#f4f6fc);border-radius:20px;box-shadow:0 15px 40px #0003;max-width:480px;transition:all .3s ease;width:100%}.modal-icon{font-size:3rem;margin-bottom:1rem}.modal-content h2{color:#1f3c88;margin-bottom:.5rem}.modal-content p{color:#555;font-size:1rem;margin-bottom:1.2rem}.tabs{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.tab{background:#e3e9ff;border:none;border-radius:8px;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:.3s ease}.tab.active{background:#1f3c88;color:#fff}.tab-content{color:#333;font-size:.95rem;margin-top:1rem;text-align:left}.tab-content ul{margin:0;padding-left:1.2rem}.tab-content li{list-style-type:disc;margin-bottom:.5rem}.close-x{background:#0000;border:none;color:#555;cursor:pointer;font-size:1.5rem;position:absolute;right:16px;top:14px;transition:.2s ease}.close-x:hover{color:#000}@media (max-width:480px){.modal-content{padding:1.2rem}.tab{flex:1 1 45%;text-align:center}}.chat-messages{display:flex;flex-direction:column;gap:10px;overflow-y:auto;padding:10px}.option-button{background:#4f46e5;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:500;padding:10px 14px;transition:background .3s ease}.option-button:hover{background:#3730a3}.chatbot-toggle{animation:pulse-glow 2s infinite;background:linear-gradient(135deg,#9eaaff,#d6d4ff);border:none;border-radius:50%;box-shadow:0 6px 12px #00000026;cursor:pointer;padding:18px;z-index:1000}.chatbot-icon{color:#fff;font-size:24px}.chatbot-popup{background:#fff;border-radius:16px;bottom:90px;box-shadow:0 10px 25px #0003;display:flex;flex-direction:column;max-height:500px;max-width:95vw;overflow:hidden;position:fixed;right:24px;width:360px;z-index:1001}.chatbot-header{align-items:center;background:#6a56e0;color:#fff;display:flex;font-size:16px;font-weight:700;justify-content:space-between;padding:12px 16px}.chatbot-close{background:#0000;border:none;color:#fff;cursor:pointer;font-size:20px}.chatbot-body{background:linear-gradient(135deg,#f3f4ff,#f8f5fc);display:flex;flex:1 1;flex-direction:column;gap:10px;overflow-y:auto;padding:16px}.chat-bubble{line-height:1.4;max-width:80%;padding:10px 14px}.chatbot-input{background:#fff;border-top:1px solid #ddd;display:flex;padding:10px}.chatbot-input input{border:1px solid #ccc;border-radius:8px;flex:1 1;font-size:14px;outline:none;padding:8px 10px}.chatbot-input button{background:#6a56e0;border:none;border-radius:8px;color:#fff;cursor:pointer;margin-left:8px;padding:8px 14px}.chatbot-tooltip-wrapper{align-items:center;bottom:24px;display:flex;flex-direction:column;position:fixed;right:24px;z-index:1002}.chatbot-tooltip{background:#4f46e5;border-radius:8px;color:#fff;font-size:13px;margin-bottom:8px;opacity:0;padding:6px 12px;pointer-events:none;transform:translateY(10px);transition:all .3s ease;white-space:nowrap}.chatbot-tooltip-wrapper:hover .chatbot-tooltip{opacity:1;transform:translateY(0)}@media (max-width:500px){.chatbot-popup{bottom:90px;right:10px;width:95vw}.chatbot-toggle{bottom:16px;padding:14px;right:16px}}.chat-options{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.bot-options button,.option-button{background:#4f46e5;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:500;margin:4px 6px;padding:10px 14px;transition:background .3s ease}.bot-options button:hover,.option-button:hover{background:#3730a3}.typing-indicator{align-items:center;animation:fadeIn .3s ease-in-out;background:#e0e7ff;border-radius:20px;display:flex;gap:4px;margin:6px 0;padding:8px 12px;width:-webkit-fit-content;width:fit-content}.dot{animation:blink 1s infinite;background-color:#4f46e5;border-radius:50%;height:6px;width:6px}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}@keyframes fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}body{font-family:Inter,sans-serif;margin:0;padding:0}.navbar{background:#fff;box-shadow:0 2px 8px #0000000d;left:0;position:fixed;right:0;top:0;z-index:1000}.navbar-container{align-items:center;display:flex;justify-content:space-between;margin:auto;max-width:1200px;padding:1rem 2rem}.navbar-logo{color:#1f3c88;cursor:pointer;font-size:1.25rem;font-weight:700;white-space:nowrap}.navbar-links{display:flex;gap:1.5rem}.navbar-links button{background:none;border:none;color:#333;cursor:pointer;font-size:1rem;font-weight:500;transition:color .3s}.navbar-links button:hover{color:#e91e63}.navbar-toggle{cursor:pointer;display:none;flex-direction:column;gap:5px}.navbar-toggle span{background-color:#1f3c88;border-radius:2px;height:3px;width:22px}.mobile-menu{background-color:#fff;box-shadow:0 8px 16px #00000014;display:none;flex-direction:column;left:0;padding:1rem 2rem;position:absolute;right:0;top:100%}.mobile-menu button{background:none;border:none;color:#1f3c88;cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem 0;text-align:left}.mobile-menu button:hover{color:#e91e63}.mobile-menu.open{display:flex}@media screen and (max-width:768px){.navbar-links{display:none}.navbar-toggle{display:flex}}.media-carousel{border-radius:20px;box-shadow:0 10px 40px #00000014;margin:3rem auto;max-width:1000px;overflow:hidden}.swiper,.swiper-slide{align-items:center;aspect-ratio:16/9;background-color:#000;display:flex;justify-content:center;width:100%}.media-item{border-radius:16px;max-height:100%;max-width:100%;object-fit:cover;transition:transform .4s ease,box-shadow .3s ease}.media-item:hover{box-shadow:0 16px 30px #0000001a;transform:scale(1.01)}.iframe-wrapper{aspect-ratio:16/9;background-color:#000;border-radius:16px;overflow:hidden;position:relative;width:100%}.iframe-item{border:none;border-radius:16px;display:block;height:100%;width:100%}.custom-slide{background:linear-gradient(135deg,#1f3c88,#3b5998);height:100%;padding:2rem;text-align:center}.custom-content,.custom-slide{align-items:center;display:flex;justify-content:center}.custom-content{color:#fff;flex-direction:column}.custom-content .icon-stack{align-items:center;display:flex;gap:1.5rem;justify-content:center;margin-bottom:1.5rem}.custom-content .icon-stack svg{color:#fff;height:40px;opacity:.9;width:40px}.custom-slide h2{color:#fff;font-size:2rem;font-weight:700;margin-bottom:1rem}.custom-slide p{color:#fff;font-size:1.2rem;line-height:1.6;max-width:600px}.swiper-pagination-bullet{background:#1f3c88;opacity:.4}.swiper-pagination-bullet-active{background:#e91e63}@media (max-width:768px){.swiper,.swiper-slide{aspect-ratio:4/3;min-height:220px}.custom-slide h2{font-size:1.5rem}.custom-slide p{font-size:1rem}.custom-content .icon-stack svg{height:28px;width:28px}.iframe-wrapper{aspect-ratio:4/3;min-height:220px}.media-item{object-fit:contain}}.slide-caption{background:#0006;border-radius:8px;color:#fff;font-size:1rem;margin-left:auto;margin-right:auto;margin-top:.5rem;max-width:90%;padding:.5rem 1rem;text-align:center}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, 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")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);left:0;top:auto;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:auto;left:var(--swiper-pagination-left,auto);right:8px;right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:#00000040;background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.chat-carousel-container{background:linear-gradient(135deg,#f3f4ff,#f8f5fc);border-radius:16px;box-shadow:0 8px 24px #00000014;font-family:Segoe UI,sans-serif;margin:auto;max-width:650px;padding:20px;width:100%}.chat-header{align-items:center;display:flex;margin-bottom:16px}.avatar-icon{animation:pulse-glow 2s infinite;background:linear-gradient(135deg,#9eaaff,#d6d4ff);border-radius:50%;color:#fff;font-size:32px;margin-right:12px;padding:10px;position:relative}@keyframes pulse-glow{0%{box-shadow:0 0 0 0 #6c78ff66}70%{box-shadow:0 0 0 15px #6c78ff00}to{box-shadow:0 0 0 0 #6c78ff00}}.chat-title{color:#2f2f2f;font-size:16px;font-weight:600}.chat-subtitle{color:#757575;font-size:13px}.chat-bubble-wrapper{display:flex;flex-direction:column;gap:12px}.chat-bubble{border-radius:12px;font-size:14px;line-height:1.6;max-width:85%;padding:12px 16px;position:relative;transition:all .2s ease-in-out;white-space:pre-wrap;word-break:break-word}.chat-bubble.user{align-self:flex-end;background-color:#e7f3ff;border-bottom-right-radius:2px;color:#013a63}.chat-bubble.user:after{border-bottom:6px solid #0000;border-left:6px solid #e7f3ff;border-top:6px solid #0000;bottom:8px;content:"";height:0;position:absolute;right:-6px;width:0}.chat-bubble.ai{align-self:flex-start;background:linear-gradient(135deg,#e0dfff,#f2f0ff);border-bottom-left-radius:2px;box-shadow:0 3px 6px #0000000f;color:#2b2b2b}.chat-bubble.ai:after{border-bottom:6px solid #0000;border-right:6px solid #e0dfff;border-top:6px solid #0000;bottom:8px;content:"";height:0;left:-6px;position:absolute;width:0}.typing{display:flex;gap:4px}.typing .dot{animation:blink 1.4s infinite;background:#999;border-radius:50%;height:6px;width:6px}.typing .dot:nth-child(2){animation-delay:.2s}.typing .dot:nth-child(3){animation-delay:.4s}@keyframes blink{0%,80%,to{opacity:0}40%{opacity:1}}.typewriter-text{display:inline-block}.typewriter-text .cursor{animation:blinkCursor 1s steps(2) infinite;background:#444;display:inline-block;height:1em;margin-left:2px;width:2px}@keyframes blinkCursor{0%,to{opacity:1}50%{opacity:0}}.chat-footer{display:flex;gap:8px;justify-content:flex-start;margin-top:20px}.chat-footer .dot{border-radius:50%;height:8px;width:8px}.chat-footer .blue{background:#3f82f7}.chat-footer .green{background:#4ad991}.chat-footer .pink{background:#ff85c2}@media (max-width:600px){.chat-carousel-container{border-radius:12px;padding:15px}.chat-title{font-size:15px}.chat-subtitle{font-size:12px}.chat-bubble{font-size:13px;padding:10px 14px}.avatar-icon{font-size:28px;margin-right:10px;padding:8px}}.capability-card{background:#fff;border:2px solid #0000;border-radius:20px;box-shadow:0 8px 24px #00000014;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;padding:2rem;position:relative;text-align:left;transition:all .3s ease}.capability-card:hover{background:linear-gradient(to bottom right,#fff,#f4f8fc);border-color:#1f3c88;transform:translateY(-8px) scale(1.02)}.capability-card .icon{font-size:2.4rem;margin-bottom:1rem}.capability-card h3{color:#1f3c88;font-size:1.3rem;margin-bottom:.5rem}.capability-card p{color:#555;font-size:.95rem}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#14141473;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:1000}.modal-content{animation:popIn .3s ease-out;background:#ffffffbf;border-radius:16px;box-shadow:0 8px 32px #00000040;max-width:500px;padding:2rem;position:relative;text-align:center;width:90%}.close-btn{cursor:pointer;font-size:1.5rem;position:absolute;right:20px;top:12px}@keyframes popIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.visitor-form-container{background:linear-gradient(135deg,#f8f9ff,#eef1ff);border-radius:16px;box-shadow:0 8px 24px #0000001a;margin:auto;max-width:450px;padding:2rem;transition:transform .2s ease,box-shadow .2s ease}.visitor-form-container:hover{box-shadow:0 12px 32px #00000026;transform:translateY(-4px)}.visitor-form-container h2{color:#1f3c88;font-size:1.8rem;font-weight:700;margin-bottom:1.2rem;text-align:center}.visitor-form{display:flex;flex-direction:column;gap:1rem}.visitor-form input{border:1px solid #ccc;border-radius:10px;font-size:1rem;padding:.9rem}.visitor-form input:focus{border-color:#1f3c88;box-shadow:0 0 0 3px #1f3c8833;outline:none}.visitor-form button{background-color:#1f3c88;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.9rem}.visitor-form button:hover{background-color:#3a64e6}.error{color:red;font-size:.9rem;margin-top:-.5rem}.download-section,.error{text-align:center}.download-section p{font-size:1rem;margin-bottom:1rem}.download-section button{background-color:#e91e63;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;margin-top:.8rem;padding:.8rem 1.4rem}.download-section button:hover{background-color:#d81b60}
/*# sourceMappingURL=main.b17869dd.css.map*/