@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@500;600;700;800&display=swap";
*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);font-size:var(--text-body);color:var(--color-text);background:var(--color-bg-light);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button,input,textarea,select{font:inherit;color:inherit;background:0 0;border:none;outline:none}button{cursor:pointer}:root{--color-primary:#2563eb;--color-primary-dark:#1d4ed8;--color-primary-light:#3b82f6;--color-primary-glow:#2563eb40;--color-secondary:#0ea5e9;--color-secondary-dark:#0284c7;--color-accent:#10b981;--color-accent-light:#34d399;--color-bg-dark:#0a1628;--color-bg-darker:#060f1d;--color-bg-light:#f8fafc;--color-bg-white:#fff;--color-text:#1e293b;--color-text-secondary:#475569;--color-text-muted:#94a3b8;--color-text-on-dark:#e2e8f0;--color-text-on-dark-muted:#94a3b8;--color-border:#e2e8f0;--color-border-light:#f1f5f9;--color-success:#10b981;--color-error:#ef4444;--color-warning:#f59e0b;--font-heading:"Outfit", sans-serif;--font-body:"Inter", sans-serif;--text-hero:clamp(2.5rem, 5vw, 4rem);--text-h1:clamp(2rem, 4vw, 3rem);--text-h2:clamp(1.5rem, 3vw, 2.25rem);--text-h3:1.25rem;--text-body:1rem;--text-small:.875rem;--text-xs:.75rem;--section-py:clamp(4rem, 8vw, 7rem);--section-px:clamp(1rem, 4vw, 2rem);--container-max:1200px;--gap-sm:.5rem;--gap-md:1rem;--gap-lg:1.5rem;--gap-xl:2rem;--gap-2xl:3rem;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--glass-bg:#ffffff0f;--glass-bg-light:#fffc;--glass-border:#ffffff1a;--glass-blur:blur(20px);--shadow-sm:0 1px 3px #0000000d;--shadow-md:0 4px 16px #0000000f;--shadow-lg:0 8px 32px #00000014;--shadow-xl:0 16px 48px #0000001f;--shadow-glow:0 8px 40px #2563eb26;--transition-fast:.2s cubic-bezier(.4, 0, .2, 1);--transition-base:.3s cubic-bezier(.4, 0, .2, 1);--transition-slow:.5s cubic-bezier(.4, 0, .2, 1);--gradient-hero:linear-gradient(135deg, #0a1628 0%, #1e3a5f 50%, #0a1628 100%);--gradient-primary:linear-gradient(135deg, #2563eb 0%, #0ea5e9 100%);--gradient-cta:linear-gradient(135deg, #1d4ed8 0%, #2563eb 50%, #0ea5e9 100%);--gradient-dark:linear-gradient(180deg, #0a1628 0%, #060f1d 100%)}.container{width:100%;max-width:var(--container-max);padding:0 var(--section-px);margin:0 auto}.section{padding:var(--section-py) 0}.section-heading{text-align:center;margin-bottom:var(--gap-2xl)}.section-heading h2{font-family:var(--font-heading);font-size:var(--text-h2);color:var(--color-text);margin-bottom:var(--gap-sm);font-weight:700}.section-heading p{color:var(--color-text-secondary);max-width:600px;margin:0 auto;font-size:1.1rem}.section-heading.light h2{color:#fff}.section-heading.light p{color:var(--color-text-on-dark-muted)}.btn{justify-content:center;align-items:center;gap:var(--gap-sm);font-family:var(--font-body);font-weight:600;font-size:var(--text-body);border-radius:var(--radius-md);transition:all var(--transition-base);white-space:nowrap;padding:.75rem 1.75rem;display:inline-flex;position:relative;overflow:hidden}.btn-primary{background:var(--gradient-primary);color:#fff;box-shadow:0 4px 16px var(--color-primary-glow)}.btn-primary:hover{box-shadow:0 8px 24px var(--color-primary-glow);transform:translateY(-2px)}.btn-secondary{background:var(--glass-bg-light);color:var(--color-primary);border:1.5px solid var(--color-border);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur)}.btn-secondary:hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary);transform:translateY(-2px)}.btn-ghost{color:var(--color-text-on-dark);background:0 0;border:1.5px solid #fff3}.btn-ghost:hover{background:#ffffff1a;border-color:#fff6}.btn-lg{border-radius:var(--radius-lg);padding:1rem 2.25rem;font-size:1.1rem}.card{background:var(--color-bg-white);border-radius:var(--radius-lg);border:1px solid var(--color-border-light);padding:var(--gap-xl);transition:all var(--transition-base)}.card:hover{box-shadow:var(--shadow-lg);border-color:var(--color-border);transform:translateY(-4px)}.card-glass{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border-radius:var(--radius-lg);padding:var(--gap-xl);transition:all var(--transition-base)}.card-glass:hover{background:#ffffff1a;border-color:#fff3;transform:translateY(-4px)}.form-group{gap:var(--gap-sm);margin-bottom:var(--gap-lg);flex-direction:column;display:flex}.form-label{font-weight:600;font-size:var(--text-small);color:var(--color-text)}.form-input,.form-select,.form-textarea{width:100%;font-size:var(--text-body);background:var(--color-bg-white);border:1.5px solid var(--color-border);border-radius:var(--radius-md);transition:all var(--transition-fast);padding:.75rem 1rem}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-glow)}.form-input.error,.form-textarea.error{border-color:var(--color-error);box-shadow:0 0 0 3px #ef444426}.form-error{font-size:var(--text-xs);color:var(--color-error)}.form-textarea{resize:vertical;min-height:120px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-on-scroll{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out;transform:translateY(30px)}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}.page-header{background:var(--gradient-hero);text-align:center;padding:8rem 0 4rem;position:relative;overflow:hidden}.page-header:before{content:"";pointer-events:none;background:radial-gradient(circle at 30%,#2563eb1a 0%,#0000 50%),radial-gradient(circle at 70%,#0ea5e914 0%,#0000 50%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.page-header h1{font-family:var(--font-heading);font-size:var(--text-h1);color:#fff;margin-bottom:var(--gap-md);font-weight:800;position:relative}.page-header p{color:var(--color-text-on-dark-muted);max-width:600px;margin:0 auto;font-size:1.15rem;position:relative}@media (max-width:768px){.section{padding:clamp(2.5rem,6vw,4rem) 0}.section-heading{margin-bottom:var(--gap-xl)}.btn-lg{padding:.85rem 1.75rem;font-size:1rem}.page-header{padding:7rem 0 3rem}}
.Navbar-module__XrMRYG__nav{z-index:1000;transition:all var(--transition-base);padding:1rem 0;position:fixed;top:0;left:0;right:0}.Navbar-module__XrMRYG__nav.Navbar-module__XrMRYG__scrolled,.Navbar-module__XrMRYG__nav.Navbar-module__XrMRYG__solid{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--color-border-light);box-shadow:var(--shadow-sm);background:#fffffff2;padding:.65rem 0}.Navbar-module__XrMRYG__inner{justify-content:space-between;align-items:center;display:flex}.Navbar-module__XrMRYG__logo{font-family:var(--font-heading);color:#fff;transition:color var(--transition-base);z-index:10;align-items:center;gap:.5rem;font-size:1.2rem;font-weight:700;display:flex}.Navbar-module__XrMRYG__nav.Navbar-module__XrMRYG__scrolled .Navbar-module__XrMRYG__logo,.Navbar-module__XrMRYG__nav.Navbar-module__XrMRYG__solid .Navbar-module__XrMRYG__logo{color:var(--color-text)}.Navbar-module__XrMRYG__logoIcon{background:var(--gradient-primary);border-radius:var(--radius-sm);color:#fff;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.4rem;font-weight:800;line-height:1;display:flex}.Navbar-module__XrMRYG__logoText{text-overflow:ellipsis;white-space:nowrap;max-width:180px;overflow:hidden}.Navbar-module__XrMRYG__links{align-items:center;gap:.25rem;display:flex}.Navbar-module__XrMRYG__link{font-size:var(--text-small);color:#fffc;border-radius:var(--radius-sm);transition:all var(--transition-fast);padding:.5rem 1rem;font-weight:500;position:relative}.Navbar-module__XrMRYG__nav.Navbar-module__XrMRYG__scrolled .Navbar-module__XrMRYG__link,.Navbar-module__XrMRYG__nav.Navbar-module__XrMRYG__solid .Navbar-module__XrMRYG__link{color:var(--color-text-secondary)}.Navbar-module__XrMRYG__link:hover{color:#fff;background:#ffffff1a}.Navbar-module__XrMRYG__nav.Navbar-module__XrMRYG__scrolled .Navbar-module__XrMRYG__link:hover,.Navbar-module__XrMRYG__nav.Navbar-module__XrMRYG__solid .Navbar-module__XrMRYG__link:hover{color:var(--color-primary);background:#2563eb0f}.Navbar-module__XrMRYG__link.Navbar-module__XrMRYG__active{color:#fff}.Navbar-module__XrMRYG__link.Navbar-module__XrMRYG__active:after{content:"";background:var(--color-primary-light);border-radius:2px;height:2px;position:absolute;bottom:2px;left:1rem;right:1rem}.Navbar-module__XrMRYG__nav.Navbar-module__XrMRYG__scrolled .Navbar-module__XrMRYG__link.Navbar-module__XrMRYG__active,.Navbar-module__XrMRYG__nav.Navbar-module__XrMRYG__solid .Navbar-module__XrMRYG__link.Navbar-module__XrMRYG__active{color:var(--color-primary)}.Navbar-module__XrMRYG__nav.Navbar-module__XrMRYG__scrolled .Navbar-module__XrMRYG__link.Navbar-module__XrMRYG__active:after,.Navbar-module__XrMRYG__nav.Navbar-module__XrMRYG__solid .Navbar-module__XrMRYG__link.Navbar-module__XrMRYG__active:after{background:var(--color-primary)}.Navbar-module__XrMRYG__ctaBtn{font-size:var(--text-small);margin-left:.75rem;padding:.6rem 1.25rem}.Navbar-module__XrMRYG__hamburger{z-index:10;flex-direction:column;gap:5px;padding:8px;display:none}.Navbar-module__XrMRYG__hamburger span{width:24px;height:2px;transition:all var(--transition-base);background:#fff;border-radius:2px}.Navbar-module__XrMRYG__nav.Navbar-module__XrMRYG__scrolled .Navbar-module__XrMRYG__hamburger span,.Navbar-module__XrMRYG__nav.Navbar-module__XrMRYG__solid .Navbar-module__XrMRYG__hamburger span{background:var(--color-text)}.Navbar-module__XrMRYG__hamburgerOpen span:first-child{transform:rotate(45deg)translate(5px,5px)}.Navbar-module__XrMRYG__hamburgerOpen span:nth-child(2){opacity:0}.Navbar-module__XrMRYG__hamburgerOpen span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.Navbar-module__XrMRYG__overlay{z-index:5;background:#00000080;position:fixed;inset:0}@media (max-width:768px){.Navbar-module__XrMRYG__hamburger{display:flex}.Navbar-module__XrMRYG__links{background:var(--color-bg-white);width:280px;height:100vh;transition:right var(--transition-base);box-shadow:var(--shadow-xl);z-index:6;flex-direction:column;align-items:flex-start;gap:.25rem;padding:5rem 1.5rem 2rem;position:fixed;top:0;right:-100%;overflow-y:auto}.Navbar-module__XrMRYG__links.Navbar-module__XrMRYG__open{right:0}.Navbar-module__XrMRYG__link{color:var(--color-text);border-radius:var(--radius-md);width:100%;padding:.75rem 1rem;font-size:1rem}.Navbar-module__XrMRYG__link:hover,.Navbar-module__XrMRYG__link.Navbar-module__XrMRYG__active{color:var(--color-primary);background:#2563eb0f}.Navbar-module__XrMRYG__link.Navbar-module__XrMRYG__active:after{display:none}.Navbar-module__XrMRYG__ctaBtn{text-align:center;width:100%;margin-top:1rem;margin-left:0}}
.Footer-module__daAaVG__footer{background:var(--gradient-dark);color:var(--color-text-on-dark);padding:4rem 0 0}.Footer-module__daAaVG__grid{border-bottom:1px solid #ffffff14;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:2.5rem;padding-bottom:3rem;display:grid}.Footer-module__daAaVG__logo{font-family:var(--font-heading);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.15rem;font-weight:700;display:flex}.Footer-module__daAaVG__logoIcon{background:var(--gradient-primary);border-radius:var(--radius-sm);color:#fff;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.3rem;font-weight:800;display:flex}.Footer-module__daAaVG__about{color:var(--color-text-on-dark-muted);font-size:var(--text-small);margin-bottom:1.25rem;line-height:1.7}.Footer-module__daAaVG__socials{gap:.75rem;display:flex}.Footer-module__daAaVG__socialLink{border-radius:var(--radius-sm);width:38px;height:38px;color:var(--color-text-on-dark-muted);transition:all var(--transition-fast);background:#ffffff0f;border:1px solid #ffffff1a;justify-content:center;align-items:center;display:flex}.Footer-module__daAaVG__socialLink:hover{background:var(--color-primary);border-color:var(--color-primary);color:#fff;transform:translateY(-2px)}.Footer-module__daAaVG__colTitle{font-family:var(--font-heading);color:#fff;margin-bottom:1.25rem;font-size:1rem;font-weight:600}.Footer-module__daAaVG__footerLink{color:var(--color-text-on-dark-muted);font-size:var(--text-small);transition:color var(--transition-fast);padding:.3rem 0;display:block}.Footer-module__daAaVG__footerLink:hover{color:var(--color-primary-light)}.Footer-module__daAaVG__contactItem{color:var(--color-text-on-dark-muted);font-size:var(--text-small);line-height:1.8}.Footer-module__daAaVG__bottom{font-size:var(--text-xs);color:var(--color-text-on-dark-muted);justify-content:space-between;align-items:center;padding:1.5rem 0;display:flex}.Footer-module__daAaVG__hebaLink{color:var(--color-primary-light);transition:color var(--transition-fast);font-weight:600}.Footer-module__daAaVG__hebaLink:hover{color:var(--color-secondary)}@media (max-width:768px){.Footer-module__daAaVG__grid{grid-template-columns:1fr;gap:2rem}.Footer-module__daAaVG__bottom{text-align:center;flex-direction:column;gap:.5rem}}@media (min-width:769px) and (max-width:1024px){.Footer-module__daAaVG__grid{grid-template-columns:1fr 1fr;gap:2rem}}
.ChatWidget-module__EqqeNq__bubble{z-index:998;background:var(--gradient-primary);color:#fff;width:56px;height:56px;box-shadow:0 4px 20px var(--color-primary-glow);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;animation:.5s ease-out ChatWidget-module__EqqeNq__bubbleIn;display:flex;position:fixed;bottom:24px;right:24px}.ChatWidget-module__EqqeNq__bubble:hover{box-shadow:0 6px 28px var(--color-primary-glow);transform:scale(1.08)}.ChatWidget-module__EqqeNq__bubblePulse{border:2px solid var(--color-primary-light);border-radius:50%;animation:2.5s ease-in-out infinite ChatWidget-module__EqqeNq__chatPulse;position:absolute;inset:-4px}@keyframes ChatWidget-module__EqqeNq__chatPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:0;transform:scale(1.2)}}@keyframes ChatWidget-module__EqqeNq__bubbleIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.ChatWidget-module__EqqeNq__window{z-index:999;background:var(--color-bg-white);border-radius:var(--radius-xl);border:1px solid var(--color-border-light);flex-direction:column;width:360px;height:520px;animation:.35s ease-out ChatWidget-module__EqqeNq__windowIn;display:flex;position:fixed;bottom:24px;right:24px;overflow:hidden;box-shadow:0 16px 60px #0000002e}@keyframes ChatWidget-module__EqqeNq__windowIn{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.ChatWidget-module__EqqeNq__header{background:var(--gradient-primary);color:#fff;flex-shrink:0;justify-content:space-between;align-items:center;padding:.875rem 1rem;display:flex}.ChatWidget-module__EqqeNq__headerInfo{align-items:center;gap:.65rem;display:flex}.ChatWidget-module__EqqeNq__headerAvatar{background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.ChatWidget-module__EqqeNq__headerName{font-family:var(--font-heading);font-size:.9rem;font-weight:600;line-height:1.2;display:block}.ChatWidget-module__EqqeNq__headerStatus{opacity:.85;align-items:center;gap:.35rem;font-size:.7rem;display:flex}.ChatWidget-module__EqqeNq__statusDot{background:#34d399;border-radius:50%;width:7px;height:7px;animation:2s infinite ChatWidget-module__EqqeNq__pulse}.ChatWidget-module__EqqeNq__closeBtn{color:#fff;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex}.ChatWidget-module__EqqeNq__closeBtn:hover{background:#fff3}.ChatWidget-module__EqqeNq__messages{background:var(--color-bg-light);flex-direction:column;flex:1;gap:.75rem;padding:1rem;display:flex;overflow-y:auto}.ChatWidget-module__EqqeNq__messages::-webkit-scrollbar{width:4px}.ChatWidget-module__EqqeNq__messages::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:4px}.ChatWidget-module__EqqeNq__msg{gap:.5rem;max-width:85%;animation:.3s ease-out ChatWidget-module__EqqeNq__msgIn;display:flex}@keyframes ChatWidget-module__EqqeNq__msgIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.ChatWidget-module__EqqeNq__msg.ChatWidget-module__EqqeNq__bot{align-self:flex-start}.ChatWidget-module__EqqeNq__msg.ChatWidget-module__EqqeNq__user{flex-direction:row-reverse;align-self:flex-end}.ChatWidget-module__EqqeNq__botAvatar{background:var(--gradient-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;min-width:28px;height:28px;margin-top:2px;font-size:.6rem;font-weight:700;display:flex}.ChatWidget-module__EqqeNq__msgContent{flex-direction:column;gap:.4rem;display:flex}.ChatWidget-module__EqqeNq__msgBubble{word-wrap:break-word;border-radius:14px;padding:.65rem .9rem;font-size:.875rem;line-height:1.55}.ChatWidget-module__EqqeNq__bot .ChatWidget-module__EqqeNq__msgBubble{background:var(--color-bg-white);color:var(--color-text);border:1px solid var(--color-border-light);border-bottom-left-radius:4px}.ChatWidget-module__EqqeNq__user .ChatWidget-module__EqqeNq__msgBubble{background:var(--gradient-primary);color:#fff;border-bottom-right-radius:4px}.ChatWidget-module__EqqeNq__typing{gap:4px;padding:.75rem 1rem;display:flex}.ChatWidget-module__EqqeNq__typing span{background:var(--color-text-muted);border-radius:50%;width:7px;height:7px;animation:1.4s ease-in-out infinite ChatWidget-module__EqqeNq__typingBounce}.ChatWidget-module__EqqeNq__typing span:first-child{animation-delay:0s}.ChatWidget-module__EqqeNq__typing span:nth-child(2){animation-delay:.2s}.ChatWidget-module__EqqeNq__typing span:nth-child(3){animation-delay:.4s}@keyframes ChatWidget-module__EqqeNq__typingBounce{0%,80%,to{opacity:.4;transform:translateY(0)}40%{opacity:1;transform:translateY(-6px)}}.ChatWidget-module__EqqeNq__actions{flex-wrap:wrap;gap:.35rem;display:flex}.ChatWidget-module__EqqeNq__actionBtn{color:var(--color-primary);background:var(--color-bg-white);border:1px solid var(--color-primary-light);border-radius:var(--radius-full);cursor:pointer;white-space:nowrap;padding:.35rem .75rem;font-size:.75rem;font-weight:500;transition:all .2s}.ChatWidget-module__EqqeNq__actionBtn:hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.ChatWidget-module__EqqeNq__inputBar{border-top:1px solid var(--color-border-light);background:var(--color-bg-white);flex-shrink:0;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.ChatWidget-module__EqqeNq__input{background:var(--color-bg-light);border:1px solid var(--color-border-light);border-radius:var(--radius-full);flex:1;padding:.6rem .85rem;font-size:.875rem;transition:border-color .2s}.ChatWidget-module__EqqeNq__input:focus{border-color:var(--color-primary-light);outline:none}.ChatWidget-module__EqqeNq__input::placeholder{color:var(--color-text-muted)}.ChatWidget-module__EqqeNq__sendBtn{background:var(--gradient-primary);color:#fff;cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.ChatWidget-module__EqqeNq__sendBtn:hover:not(:disabled){transform:scale(1.05)}.ChatWidget-module__EqqeNq__sendBtn:disabled{opacity:.4;cursor:not-allowed}.ChatWidget-module__EqqeNq__powered{text-align:center;color:var(--color-text-muted);border-top:1px solid var(--color-border-light);flex-shrink:0;padding:.4rem;font-size:.65rem}.ChatWidget-module__EqqeNq__powered a{color:var(--color-primary);font-weight:600}@media (max-width:480px){.ChatWidget-module__EqqeNq__window{border-radius:0;width:100%;height:100%;animation:.3s ease-out ChatWidget-module__EqqeNq__mobileSlideUp;bottom:0;right:0}@keyframes ChatWidget-module__EqqeNq__mobileSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.ChatWidget-module__EqqeNq__bubble{width:52px;height:52px;bottom:16px;right:16px}}
