@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@300;400;500;600;700;800&display=swap";:root{--bg-dark:#faf7f2;--bg-mid:#f2e7f5;--bg-nav:#ffffffe0;--bg-card:#ffffffe0;--bg-tint:#f3e5f5;--bg-secondary:#efeae2;--text-primary:#111827;--text-secondary:#4b5563;--accent-color:#6d28d9;--accent-soft:#a855f7;--accent-glow:#6d28d91f;--accent-secondary:#d8b4fe;--glass-bg:#ffffffe0;--glass-border:#6d28d92e;--glass-hover:#fffffffa;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;--font-display:"Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;--nav-height:72px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;width:100%;overflow-x:hidden}body{background-color:var(--bg-dark);color:var(--text-primary);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;max-width:100vw;overflow-x:hidden}#root{width:100%;min-height:100vh;position:relative;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);letter-spacing:-.02em;font-weight:700;line-height:1.15}a{color:inherit;text-decoration:none}ul{list-style:none}.text-gradient{background:linear-gradient(135deg,#111827 10%,#6d28d9 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-gradient-accent{background:linear-gradient(135deg,#6d28d9 0%,#a855f7 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 2rem}section{padding-top:11rem;padding-bottom:9rem;scroll-margin-top:80px;position:relative}#services,#why-us{background:linear-gradient(180deg, var(--bg-mid) 0%, #faf5fc 50%, var(--bg-mid) 100%);border-top:1px solid #6d28d914;border-bottom:1px solid #6d28d914}#portfolio,#contact{background:linear-gradient(180deg, var(--bg-dark) 0%, #faf6ee 50%, var(--bg-dark) 100%)}.btn{cursor:pointer;font-weight:500;font-family:var(--font-sans);white-space:nowrap;letter-spacing:-.01em;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.65rem 1.5rem;font-size:.9375rem;transition:all .2s;display:inline-flex}.btn-primary{color:#fff;background:linear-gradient(135deg,#7c3aed 0%,#6d28d9 100%);border:1px solid #6d28d933;font-weight:600;box-shadow:0 4px 14px #6d28d940,inset 0 1px #ffffff26}.btn-primary:hover{background:linear-gradient(135deg,#6d28d9 0%,#5b21b6 100%);transform:translateY(-1px);box-shadow:0 8px 24px #6d28d966,inset 0 1px #fff3}.btn-secondary{color:#4b5563;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fff;border:1px solid #b4b4cf;box-shadow:0 2px 4px #6d28d905}.btn-secondary:hover{color:#6d28d9;background:#7c3aed05;border-color:#7c3aed;transform:translateY(-1px)}.glass-card{background:var(--bg-card);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(20px);border-radius:1.5rem;padding:2.5rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;box-shadow:0 10px 30px -10px #6d28d90a,0 1px 2px #00000005,0 0 0 1px #6d28d90a}.glass-card:before{content:"";background:linear-gradient(90deg,#0000,#6d28d91f,#0000);height:1px;position:absolute;top:0;left:0;right:0}.glass-card:hover{background:var(--glass-hover);border-color:#6d28d952;transform:translateY(-6px);box-shadow:0 20px 40px -15px #6d28d91f,0 0 0 1px #6d28d926}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.animate-fade-up{opacity:0;will-change:transform, opacity}.animate-fade-up.revealed{animation:.85s cubic-bezier(.16,1,.3,1) forwards fadeUp}@keyframes pulse-glow{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.bg-glow{filter:blur(120px);z-index:-1;pointer-events:none;opacity:.5;background:radial-gradient(circle,#6d28d92e 0%,#0000 65%);border-radius:50%;width:800px;height:800px;animation:12s ease-in-out infinite alternate pulse-glow;position:absolute}nav{z-index:50;height:var(--nav-height);background:var(--bg-nav);-webkit-backdrop-filter:blur(20px)saturate(150%);border-bottom:1px solid #6d28d91a;align-items:center;transition:background .35s,border-color .35s,box-shadow .35s,-webkit-backdrop-filter .35s,backdrop-filter .35s;display:flex;position:fixed;top:0;left:0;right:0}nav.scrolled{background:#fffffff5;border-bottom:1px solid #6d28d926;box-shadow:0 4px 24px #6d28d90a}.nav-content{justify-content:space-between;align-items:center;width:100%;display:flex}.logo{font-family:var(--font-display);letter-spacing:-.03em;color:#111827;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;display:flex}.logo-img{object-fit:contain;flex-shrink:0;width:auto;height:28px;transition:opacity .2s}.logo:hover .logo-img{opacity:.85}.logo-img--footer{height:24px}.nav-links{align-items:center;gap:2.25rem;display:flex}.nav-link{color:#4b5563;font-size:.875rem;font-weight:500;transition:color .2s}.nav-link:hover{color:var(--accent-color)}.nav-cta{color:#fff;letter-spacing:-.01em;background:linear-gradient(135deg,#7c3aed 0%,#6d28d9 100%);border:1px solid #6d28d933;border-radius:8px;align-items:center;gap:.4rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 2px 8px #6d28d933,inset 0 1px #ffffff1a}.nav-cta:hover{background:linear-gradient(135deg,#6d28d9 0%,#5b21b6 100%);transform:translateY(-1px);box-shadow:0 4px 14px #6d28d959}.hero-section{min-height:90vh;padding-top:calc(var(--nav-height) + 5rem);background:var(--bg-dark);align-items:center;padding-bottom:5rem;scroll-margin-top:0;display:flex;position:relative;overflow:visible}.hero-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.hero-eyebrow{color:#6d28d9;letter-spacing:.01em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#6d28d914;border:1px solid #6d28d933;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.75rem;padding:.35rem .85rem;font-size:.8125rem;font-weight:600;display:inline-flex}.hero-eyebrow-dot{background:var(--accent-color);border-radius:50%;flex-shrink:0;width:6px;height:6px;box-shadow:0 0 8px #6d28d980}.hero-title{color:var(--text-primary);letter-spacing:-.02em!important;margin-bottom:1.5rem!important;font-size:clamp(2.5rem,4.5vw,4rem)!important;font-weight:600!important;line-height:1.15!important}.hero-description{color:var(--text-secondary);letter-spacing:-.01em;max-width:520px;margin-bottom:2.5rem;font-size:1.125rem;font-weight:400;line-height:1.6}.hero-cta-row{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.hero-divider{background:#0000001a;width:1px;height:24px}.hero-social-proof{align-items:center;gap:1rem;margin-top:3rem;display:flex}.hero-social-proof span{color:var(--text-secondary);font-size:.85rem}.avatar{border:2px solid var(--bg-dark);background:#cbd5e1;border-radius:50%;width:32px;height:32px;margin-left:-10px}.avatar:first-child{background:linear-gradient(135deg,#ffe6fa,#fff2fc);margin-left:0}.avatar:nth-child(2){background:linear-gradient(135deg,#e9d5ff,#c084fc)}.avatar:nth-child(3){background:linear-gradient(135deg,#6d28d9,#e9d5ff)}.hero-visual-col{perspective:1000px;justify-content:center;width:100%;display:flex;position:relative}.hero-visual-glow{filter:blur(100px);z-index:0;pointer-events:none;opacity:.5;background:radial-gradient(circle,#6d28d914 0%,#0000 60%);width:140%;height:140%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-visual-composition{z-index:1;width:100%;max-width:550px;position:relative}.hero-panel{-webkit-backdrop-filter:blur(16px);background:#ffffffe6;border:1px solid #6d28d929;border-radius:16px;overflow:hidden;box-shadow:0 24px 48px #6d28d91a,inset 0 1px 1px #ffffffe6}.main-panel{flex-direction:column;width:100%;height:380px;display:flex}.panel-header{background:#ffffff80;border-bottom:1px solid #6d28d91a;align-items:center;padding:1rem 1.25rem;display:flex}.panel-dots{gap:6px;display:flex}.panel-dots span{background:#cbd5e1;border-radius:50%;width:10px;height:10px}.panel-dots span:first-child{background:#ef4444}.panel-dots span:nth-child(2){background:#eab308}.panel-dots span:nth-child(3){background:#22c55e}.panel-title{color:#4b5563;letter-spacing:.01em;margin-left:1rem;font-size:.85rem;font-weight:500}.panel-body{flex-direction:column;flex:1;justify-content:center;padding:2rem;display:flex}.workflow-diagram{background:#6d28d90a;border:1px dashed #6d28d947;border-radius:12px;align-items:center;gap:1rem;margin-bottom:2rem;padding:1.5rem;display:flex}.icon-node{width:48px;height:48px;color:var(--accent-color);background:#6d28d91a;border:1px solid #6d28d92e;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.icon-wrapper-small{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.wf-line{background:linear-gradient(90deg,#6d28d959 0%,#0000 100%);flex:1;height:2px;position:relative}.wf-line:after{content:"";background:var(--accent-color);border-radius:50%;width:6px;height:6px;animation:3s linear infinite moveDot;position:absolute;top:-3px;left:0;box-shadow:0 0 12px #6d28d9cc}@keyframes moveDot{0%{opacity:0;left:0}10%{opacity:1}90%{opacity:1}to{opacity:0;left:100%}}.main-node{flex-direction:column;flex:2;gap:.75rem;display:flex}.wf-bar{background:#0000000f;border-radius:4px;height:8px}.wf-bar.w-full{background:linear-gradient(90deg, var(--accent-color), var(--accent-soft));width:100%}.wf-bar.w-3-4{background:#0000000f;width:75%}.wf-bar.w-1-2{background:#0000000f;width:50%}.wf-stats{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.stat-box{background:#fffc;border:1px solid #6d28d91f;border-radius:12px;padding:1rem;box-shadow:0 4px 12px #6d28d908}.stat-label{color:#4b5563;margin-bottom:.25rem;font-size:.75rem}.stat-value{font-size:1.5rem;font-weight:600;font-family:var(--font-display)}.floating-panel{border-radius:12px;padding:1rem 1.25rem;animation:6s ease-in-out infinite float;position:absolute}.panel-left{animation-delay:0s;top:15%;left:-15%}.panel-right{animation-delay:3s;bottom:10%;right:-10%}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.mobile-menu-btn{cursor:pointer;background:#6d28d914;border:1px solid #6d28d940;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:0;width:40px;height:40px;padding:0;transition:background .25s,border-color .25s,box-shadow .25s;display:none;position:relative;overflow:hidden}.mobile-menu-btn:hover{background:#6d28d926;border-color:#6d28d980;box-shadow:0 0 12px #6d28d940}.burger-line{background:var(--text-primary);transform-origin:50%;border-radius:2px;width:18px;height:1.75px;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .2s,width .3s;display:block;position:absolute}.burger-line:first-child{transform:translateY(-5.5px)}.burger-line:nth-child(2){transform:translateY(0)}.burger-line:nth-child(3){width:12px;transform:translateY(5.5px)}.mobile-menu-btn.is-open .burger-line:first-child{transform:translateY(0)rotate(45deg)}.mobile-menu-btn.is-open .burger-line:nth-child(2){opacity:0;transform:scaleX(0)}.mobile-menu-btn.is-open .burger-line:nth-child(3){width:18px;transform:translateY(0)rotate(-45deg)}.mobile-menu{-webkit-backdrop-filter:blur(24px);opacity:0;pointer-events:none;background:#fffffffa;border-bottom:1px solid #6d28d926;width:100%;max-height:0;transition:max-height .32s cubic-bezier(.4,0,.2,1),opacity .25s;position:absolute;top:100%;left:0;overflow:hidden;box-shadow:0 10px 30px #0000000d}.mobile-menu.open{opacity:1;pointer-events:auto;max-height:320px}.mobile-nav-links{flex-direction:column;gap:0;padding:.5rem 1.25rem .75rem;display:flex}.mobile-nav-links .mobile-nav-item{color:#4b5563;border-bottom:1px solid #f1f5f9;padding:.55rem .5rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s;display:block}.mobile-nav-links .mobile-nav-item:last-of-type{border-bottom:none}.mobile-nav-links .mobile-nav-item:hover{color:var(--accent-color);padding-left:.85rem}.mobile-nav-cta{background:var(--accent-color);color:#fff;border-radius:8px;justify-content:center;align-items:center;margin:.6rem .5rem .25rem;padding:.65rem 1.25rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 4px 12px #6d28d933}.mobile-nav-cta:hover{background:#5b21b6;transform:translateY(-1px);box-shadow:0 6px 16px #6d28d959}.section-header{text-align:center;margin-bottom:4rem}.section-title{margin-bottom:1rem;font-size:3rem}.section-subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.125rem}.grid-2{grid-template-columns:repeat(2,1fr);gap:3rem;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:3rem;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:3rem;display:grid}@media (width<=1024px){.hero-content{text-align:center;grid-template-columns:1fr}.hero-text-col{flex-direction:column;align-items:center;display:flex}.hero-description{max-width:600px;margin-left:auto;margin-right:auto}.hero-cta-row,.hero-social-proof{justify-content:center}.hero-visual-col{margin-top:2rem}.panel-left{left:0}.panel-right{right:0}.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}.container{padding:0 1.5rem}}@media (width<=768px){.container{padding:0 1rem}.nav-links,.nav-btn,.nav-cta{display:none}.mobile-menu-btn{display:flex}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr;gap:1.25rem}.section-title{font-size:2rem}.section-subtitle{font-size:.95rem}section{padding-top:7rem;padding-bottom:5rem;scroll-margin-top:72px}.hero-section{align-items:flex-start;min-height:auto;padding-top:5.5rem;padding-bottom:3.5rem;scroll-margin-top:0}.hero-title{font-size:2.25rem!important}.hero-description{margin-bottom:2rem;font-size:1rem}.floating-panel{display:none}.main-panel{height:320px}.glass-card{padding:1.25rem}.contact-card{padding:1.5rem!important}.interactive-card{padding:1.25rem!important}#contact{padding-top:7rem}.contact-card .grid-2{gap:1.75rem}.form-group{margin-bottom:1.25rem}.form-control{padding:.85rem 1rem;font-size:.95rem}.section-header{margin-bottom:1.75rem}.mockup-hero h2{font-size:1.75rem!important}.full-website-hero h2{font-size:2rem!important}.full-website-hero p{font-size:.95rem!important}.full-chat-bubble{max-width:92%}nav{position:fixed}}@media (width<=480px){section{padding-top:6rem;padding-bottom:4.5rem;scroll-margin-top:56px}.hero-section{padding-top:4.5rem;padding-bottom:2.5rem}.hero-title{font-size:1.75rem!important}.hero-description{font-size:.9375rem}.section-title{font-size:1.75rem}}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-8{margin-top:2rem}.flex{display:flex}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-8{gap:2rem}.icon-wrapper{width:48px;height:48px;color:var(--accent-color);background:#6d28d91a;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.5rem;transition:all .3s;display:inline-flex}.glass-card:hover .icon-wrapper{background:var(--accent-color);color:#fff;transform:scale(1.1)rotate(5deg)}.portfolio-img-wrapper{aspect-ratio:16/9;border-radius:1rem;margin-bottom:1.5rem;position:relative;overflow:hidden}.portfolio-img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.glass-card:hover .portfolio-img{transform:scale(1.05)}.badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--accent-color);background:#6d28d91a;border:1px solid #6d28d933;border-radius:9999px;padding:.35rem .85rem;font-size:.75rem;font-weight:600;position:absolute;top:1rem;left:1rem}.form-group{margin-bottom:2rem}.form-label{color:var(--text-secondary);margin-bottom:.75rem;font-size:.95rem;font-weight:500;display:block}.form-control{color:#121212;width:100%;font-size:1rem;font-family:var(--font-sans);background:#fff;border:1px solid #cbd5e1;border-radius:.75rem;padding:1rem 1.25rem;transition:all .3s;box-shadow:inset 0 2px 4px #00000004}.form-control:focus{border-color:var(--accent-color);background:#fff;outline:none;box-shadow:0 0 0 4px #6d28d91a}.form-control.input-error{border-color:#ef4444}.form-control.input-error:focus{box-shadow:0 0 0 4px #ef44441a}.form-error-inline{color:#ef4444;align-items:center;gap:.25rem;margin-top:.5rem;font-size:.85rem;font-weight:500;animation:.22s cubic-bezier(.4,0,.2,1) formErrorFadeIn;display:flex}@keyframes formErrorFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}textarea.form-control{resize:vertical;min-height:120px}.contact-card{max-width:1100px;margin:0 auto;padding:5rem}#contact{padding-top:12rem}.contact-card .grid-2{gap:6rem}.phone-input-container{align-items:center;display:flex}.phone-input-container .PhoneInputCountry{--PhoneInputCountryFlag-borderColor:#cbd5e1;margin-right:1rem}.phone-input-container .PhoneInputInput{color:#121212;width:100%;font-family:var(--font-sans);background:0 0;border:none;outline:none;font-size:1rem}.phone-input-container:focus-within{border-color:var(--accent-color);background:#fff;box-shadow:0 0 0 4px #6d28d91a}footer{background:var(--bg-secondary);border-top:1px solid #6d28d91a;margin-top:6rem;padding:6rem 0 3rem}.footer-bottom{text-align:center;color:var(--text-secondary);border-top:1px solid #6d28d91a;margin-top:3rem;padding-top:2rem;font-size:.875rem}.footer-socials{gap:1.5rem;display:flex}.footer-socials a{color:var(--text-secondary);transition:all .2s;display:inline-flex}.footer-socials a:hover{color:var(--accent-color);transform:translateY(-2px)}.footer-socials svg{width:24px;height:24px}.modal-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;opacity:0;background:#12121273;justify-content:center;align-items:center;width:100vw;height:100vh;padding:2rem;animation:.3s forwards fadeIn;display:flex;position:fixed;top:0;left:0}.modal-content{background:#fff;border:1px solid #6d28d938;border-radius:1.5rem;width:100%;max-width:1000px;max-height:90vh;animation:.3s forwards scaleIn;position:relative;overflow-y:auto;transform:scale(.95);box-shadow:0 25px 50px -12px #6d28d933}.modal-close{color:#121212;cursor:pointer;z-index:10;background:#0000000d;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.modal-close:hover{background:#0000001a;transform:scale(1.1)}@keyframes fadeIn{to{opacity:1}}@keyframes scaleIn{to{transform:scale(1)}}.interactive-card{cursor:pointer;flex-direction:column;height:100%;display:flex;padding:2rem!important}.demo-container{background:#fff;border:1px solid #6d28d924;border-radius:1rem;height:220px;margin-bottom:1.5rem;position:relative;overflow:hidden;box-shadow:inset 0 2px 8px #6d28d90a}.chat-demo{background:linear-gradient(180deg, var(--bg-dark) 0%, var(--bg-mid) 100%);flex-direction:column;gap:.75rem;height:100%;padding:1rem;display:flex}.chat-bubble{opacity:0;border-radius:1rem;max-width:85%;padding:.75rem 1rem;font-size:.85rem;line-height:1.4;animation:.5s forwards slideUpFade;transform:translateY(10px)}.chat-user{color:#121212;background:#e3d7ea;border-bottom-right-radius:.25rem;align-self:flex-end;animation-delay:.2s}.chat-ai{color:#5b21b6;background:#f3e8ff;border:1px solid #d8b4fe;border-bottom-left-radius:.25rem;align-self:flex-start;animation-delay:.8s}.chat-ai-2{animation-delay:1.5s}.typing-indicator{opacity:0;background:#f3e8ff;border-radius:1rem 1rem 1rem .25rem;align-self:flex-start;gap:4px;padding:.5rem 1rem;animation:2s .4s infinite fadeInOut;display:flex}.typing-dot{background:var(--accent-color);border-radius:50%;width:6px;height:6px;animation:1s infinite typingBounce}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}.website-demo{background:#f8fafc;height:100%;transition:transform .5s;position:relative;overflow:hidden}.interactive-card:hover .website-demo{transform:scale(1.02)}.browser-bar{background:#e2e8f0;border-bottom:1px solid #cbd5e1;gap:.3rem;padding:.5rem;display:flex}.browser-dot{background:#94a3b8;border-radius:50%;width:8px;height:8px}.browser-dot.red{background:#ef4444}.browser-dot.yellow{background:#eab308}.browser-dot.green{background:#22c55e}.mockup-hero{text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem;display:flex}.mockup-title{background:#cbd5e1;border-radius:4px;width:80%;height:12px}.mockup-text{background:#e2e8f0;border-radius:4px;width:60%;height:8px}.mockup-btn{background:var(--accent-color);color:#fff;border-radius:99px;margin-top:.5rem;padding:.4rem 1rem;font-size:.6rem;font-weight:600;box-shadow:0 4px 14px #6d28d94d}.mockup-glow{filter:blur(20px);pointer-events:none;background:radial-gradient(circle,#6d28d938 0%,#0000 70%);width:150px;height:150px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.workflow-demo{background:#fff radial-gradient(#7c61f914 1.5px,#0000 1.5px) 0 0/20px 20px;justify-content:center;align-items:center;height:100%;display:flex;position:relative}.node{color:#121212;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2;background:#fffffff2;border:1px solid #cbd5e1;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem;font-size:.7rem;display:flex;position:absolute;box-shadow:0 4px 12px #0000000d}.node-icon{border-radius:4px;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.node-1{border-color:#6d28d94d;top:20%;left:10%}.node-2{border-color:#6d28d94d;top:50%;left:40%;transform:translateY(-50%)}.node-3{border-color:#22c55e66;top:80%;left:70%}.node-1 .node-icon,.node-2 .node-icon{color:var(--accent-color);background:#6d28d91a}.node-3 .node-icon{color:#22c55e;background:#22c55e26}.connection{transform-origin:0;z-index:1;background:#e2e8f0;height:2px;position:absolute}.conn-1{width:60px;top:25%;left:25%;transform:rotate(35deg)}.conn-2{width:60px;top:50%;left:55%;transform:rotate(35deg)}.data-packet{background:var(--accent-color);border-radius:50%;width:6px;height:6px;animation:2s linear infinite travelData;position:absolute;top:-2px;left:0;box-shadow:0 0 10px #6d28d999}@keyframes slideUpFade{to{opacity:1;transform:translateY(0)}}@keyframes typingBounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@keyframes fadeInOut{0%,to{opacity:0}20%,80%{opacity:1}}@keyframes travelData{0%{opacity:0;left:0}10%{opacity:1}90%{opacity:1}to{opacity:0;left:100%}}.modal-demo-container{background:#fff;border:1px solid #6d28d933;border-radius:1rem;height:60vh;min-height:400px;margin:1.5rem;overflow:hidden;box-shadow:0 10px 30px #6d28d90a}.full-chat{flex-direction:column;height:100%;display:flex}.full-chat-header{color:#121212;background:#6d28d905;border-bottom:1px solid #6d28d91a;align-items:center;gap:1rem;padding:1.5rem;display:flex}.full-chat-messages{flex-direction:column;flex:1;gap:1.5rem;padding:2rem;display:flex;overflow-y:auto}.full-chat-input{background:#ffffff80;border-top:1px solid #6d28d91a;gap:1rem;padding:1.5rem;display:flex}.full-chat-input input{color:#121212;background:#f8fafc;border:1px solid #cbd5e1;border-radius:99px;outline:none;flex:1;padding:.75rem 1.5rem}.full-chat-input input:focus{border-color:var(--accent-color)}.full-chat-bubble{border-radius:1.25rem;max-width:75%;padding:1rem 1.5rem;line-height:1.6}.full-website{color:#121212;background:#f8fafc;height:100%;overflow-y:auto}.full-website-hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:80%;padding:4rem 2rem;display:flex;position:relative}.full-website-nav{background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;padding:1.5rem 3rem;display:flex}.full-workflow{background:#fff radial-gradient(#6d28d914 1.5px,#0000 1.5px) 0 0/30px 30px;justify-content:center;align-items:center;height:100%;display:flex;position:relative}.full-workflow .node{gap:1rem;padding:1rem 1.5rem;font-size:1rem}.full-workflow .node-icon{width:32px;height:32px}.floating-chat-container{z-index:9999;position:fixed;bottom:24px;right:24px}.chat-trigger-btn{color:#fff;cursor:pointer;height:54px;font-family:var(--font-sans);white-space:nowrap;background:linear-gradient(135deg,#7c3aed 0%,#6d28d9 100%);border:none;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.19,1,.22,1);display:flex;position:absolute;bottom:0;right:0;overflow:hidden;box-shadow:0 6px 24px #6d28d947,inset 0 1px #ffffff26}.chat-trigger-btn.closed{border-radius:27px;width:148px;padding:0 1.15rem}.chat-trigger-btn.active{background:#1f2937;border-radius:50%;width:54px;padding:0;box-shadow:0 6px 20px #0000001f}.chat-trigger-btn:hover{transform:translateY(-2px)scale(1.02);box-shadow:0 8px 28px #6d28d966}.chat-trigger-btn.active:hover{transform:translateY(-2px)scale(1.05);box-shadow:0 8px 20px #0003}.chat-trigger-inner{align-items:center;gap:8px;animation:.3s cubic-bezier(.19,1,.22,1) both chatFadeIn;display:flex}.chat-trigger-text{letter-spacing:-.01em;font-size:.925rem;font-weight:600}.chat-icon-rotate{animation:.3s cubic-bezier(.19,1,.22,1) both chatRotateIn}@keyframes chatFadeIn{0%{opacity:0;transform:scale(.92)translate(4px)}to{opacity:1;transform:scale(1)translate(0)}}@keyframes chatRotateIn{0%{opacity:0;transform:rotate(-90deg)scale(.85)}to{opacity:1;transform:rotate(0)scale(1)}}.chat-window{background:var(--bg-card);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(20px);opacity:0;pointer-events:none;transform-origin:100% 100%;border-radius:1.25rem;flex-direction:column;width:380px;height:520px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;bottom:72px;right:0;overflow:hidden;transform:scale(.9)translateY(20px);box-shadow:0 12px 40px #6d28d926,0 1px 2px #0000000d}.chat-window.open{opacity:1;pointer-events:auto;transform:scale(1)translateY(0)}.chat-header{color:#121212;background:#6d28d905;border-bottom:1px solid #6d28d91a;align-items:center;gap:.75rem;padding:1rem 1.25rem;display:flex}.chat-header-avatar{background:#8b5cf61f;border:1px solid #8b5cf640;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:relative}.chat-header-logo-img{object-fit:contain;width:22px;height:22px}.chat-header-avatar .online-indicator{background:#22c55e;border:2px solid #fff;border-radius:50%;width:8px;height:8px;position:absolute;bottom:0;right:0}.chat-header-info{flex:1}.chat-header-info h3{font-family:var(--font-display);color:var(--text-primary);margin:0;font-size:.95rem;font-weight:600;line-height:1.2}.chat-header-info p{color:#22c55e;align-items:center;gap:.25rem;margin:1px 0 0;font-size:.75rem;font-weight:500;line-height:1.2;display:flex}.chat-close-btn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.25rem;transition:all .2s;display:flex}.chat-close-btn:hover{color:var(--text-primary);background:#0000000d;transform:scale(1.1)}.chat-messages-container{scrollbar-width:thin;scrollbar-color:#6d28d933 transparent;background:#faf7f273;flex-direction:column;flex:1;gap:1rem;padding:1.25rem;display:flex;overflow-y:auto}.chat-messages-container::-webkit-scrollbar{width:6px}.chat-messages-container::-webkit-scrollbar-track{background:0 0}.chat-messages-container::-webkit-scrollbar-thumb{background-color:#6d28d933;border-radius:99px}.chat-bubble-wrapper{width:100%;display:flex}.chat-bubble-wrapper.user-wrapper{justify-content:flex-end}.chat-bubble-wrapper.ai-wrapper,.chat-bubble-wrapper.system-wrapper{justify-content:flex-start}.chat-bubble-content{word-break:break-word;max-width:82%;font-size:.875rem;line-height:1.5;font-family:var(--font-sans);border-radius:1rem;padding:.75rem 1rem}.user-bubble{color:#fff;background:linear-gradient(135deg,#7c3aed 0%,#6d28d9 100%);border-bottom-right-radius:.25rem;box-shadow:0 2px 8px #6d28d926}.ai-bubble{color:#5b21b6;background:#f3e8ff;border:1px solid #d8b4fe;border-bottom-left-radius:.25rem;box-shadow:0 2px 6px #6d28d908}.system-bubble{color:#b91c1c;background:#fef2f2;border:1px solid #fca5a5;border-bottom-left-radius:.25rem;font-size:.85rem}.chat-input-form{background:#fff;border-top:1px solid #6d28d91a;align-items:center;gap:.75rem;padding:.85rem 1rem;display:flex}.chat-input-form textarea{color:var(--text-primary);font-size:.875rem;font-family:var(--font-sans);resize:none;scrollbar-width:none;background:#fff;border:1px solid #cbd5e1;border-radius:1.25rem;outline:none;flex:1;max-height:80px;padding:.55rem 1rem;line-height:1.4;transition:all .2s}.chat-input-form textarea::-webkit-scrollbar{display:none}.chat-input-form textarea:focus{border-color:var(--accent-color);box-shadow:0 0 0 3px #6d28d91a}.chat-send-btn{background:var(--accent-color);cursor:pointer;color:#fff;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;box-shadow:0 2px 8px #6d28d933}.chat-send-btn:hover:not(:disabled){background:#5b21b6;transform:scale(1.05);box-shadow:0 4px 12px #6d28d959}.chat-send-btn:disabled{color:#94a3b8;box-shadow:none;cursor:not-allowed;background:#cbd5e1}.chat-bubble-content.typing-bubble{padding:.6rem .9rem}.typing-dots{align-items:center;gap:4px;height:16px;display:flex}.typing-dots .dot{background:var(--accent-color);border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both typingBounce}.typing-dots .dot:first-child{animation-delay:-.32s}.typing-dots .dot:nth-child(2){animation-delay:-.16s}.animate-spin-loading{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=768px){.floating-chat-container{bottom:16px;right:16px}.chat-trigger-btn.closed{border-radius:50%;width:54px;padding:0}.chat-trigger-text{display:none}.chat-window{-webkit-backdrop-filter:none;background:#fff;border-radius:1rem;width:calc(100vw - 32px);height:calc(100vh - 110px);max-height:600px;bottom:68px;right:0;box-shadow:0 10px 30px #6d28d933}.chat-bubble-content{max-width:86%}}.privacy-page-wrapper{background-color:var(--bg-dark);color:var(--text-primary);min-height:100vh;padding-bottom:5rem;position:relative;overflow-x:hidden}.privacy-hero{padding-top:calc(var(--nav-height) + 5rem);background:linear-gradient(180deg, var(--bg-mid) 0%, var(--bg-dark) 100%);border-bottom:1px solid #6d28d914;padding-bottom:3rem}.privacy-hero-content{max-width:800px;margin:0 auto}.privacy-hero-content h1{color:var(--text-primary);font-size:clamp(1.8rem,6vw,3.2rem);font-family:var(--font-display);letter-spacing:-.02em;margin-top:1rem;margin-bottom:.5rem;font-weight:700}.back-link{color:var(--accent-color);align-items:center;gap:.5rem;font-size:.9375rem;font-weight:500;transition:transform .2s,color .2s;display:inline-flex}.back-link:hover{color:var(--accent-soft);transform:translate(-4px)}.last-updated{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.9375rem;font-weight:500}.hero-divider-line{background:linear-gradient(90deg, var(--accent-color), transparent);border-radius:99px;width:80px;height:2px}.privacy-main-container{margin-top:3rem}.privacy-layout{grid-template-columns:280px 1fr;align-items:start;gap:4rem;display:grid}.privacy-sidebar{top:calc(var(--nav-height) + 2rem);z-index:10;position:sticky}.sidebar-card{background:var(--bg-card);border:1px solid var(--glass-border);border-radius:1.25rem;padding:1.5rem;box-shadow:0 10px 30px -10px #6d28d90a}.sidebar-card h3{text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);margin-bottom:1rem;font-size:1rem;font-weight:600}.sidebar-card ul{flex-direction:column;gap:.5rem;display:flex}.sidebar-card a{color:var(--text-secondary);border-radius:6px;padding:.5rem .75rem;font-size:.875rem;font-weight:500;transition:all .2s;display:block}.sidebar-card a:hover{color:var(--accent-color);background:#6d28d90a}.sidebar-card a.active{color:var(--accent-color);box-shadow:inset 3px 0 0 var(--accent-color);background:#6d28d914;padding-left:1rem;font-weight:600}.privacy-content-article{background:var(--bg-card);border:1px solid var(--glass-border);border-radius:1.5rem;padding:3rem;box-shadow:0 10px 30px -10px #6d28d90a}.privacy-section{border-bottom:1px solid #6d28d90f;margin-bottom:2.5rem;padding-bottom:2.5rem;scroll-margin-top:100px}.privacy-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.section-title-wrapper{align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.section-icon-container{width:40px;height:40px;color:var(--accent-color);background:#6d28d914;border:1px solid #6d28d91f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.privacy-section h2{font-size:1.5rem;font-family:var(--font-display);color:var(--text-primary);margin:0;font-weight:600}.section-body-text{color:var(--text-secondary);font-size:1rem;line-height:1.7}.section-body-text p{margin-bottom:1.25rem}.section-body-text p:last-child{margin-bottom:0}.section-body-text strong{color:var(--text-primary);font-weight:600}.section-body-text a{color:var(--accent-color);text-underline-offset:3px;font-weight:500;text-decoration:underline;transition:color .2s}.section-body-text a:hover{color:var(--accent-soft)}.bullets-list{flex-direction:column;gap:1rem;margin-top:1.25rem;margin-bottom:1.25rem;padding-left:.5rem;display:flex}.bullets-list li{color:var(--text-secondary);padding-left:1.75rem;font-size:1rem;line-height:1.6;position:relative}.bullets-list li:before{content:"";background-color:var(--accent-color);width:6px;height:6px;box-shadow:0 0 6px var(--accent-secondary);border-radius:50%;position:absolute;top:10px;left:6px}.contact-details-box{background:var(--bg-tint);border:1px solid #6d28d91f;border-radius:12px;flex-direction:column;gap:.75rem;margin-top:1.5rem;padding:1.5rem;display:flex}.contact-line{flex-wrap:wrap;align-items:center;gap:.5rem;font-size:1rem;display:flex}.contact-line a{word-break:break-all;overflow-wrap:break-word}.contact-line .label{color:var(--text-primary);min-width:80px;font-weight:600}@media (width<=992px){.privacy-layout{grid-template-columns:1fr;gap:2rem}.privacy-sidebar{display:none}.privacy-content-article{padding:2rem}.privacy-main-container{margin-top:2rem}}@media (width<=768px){.privacy-hero{padding-top:calc(var(--nav-height) + 3rem);padding-bottom:2rem}.privacy-content-article{border-radius:1rem;padding:1.5rem}.section-title-wrapper{gap:.75rem}.section-icon-container{width:36px;height:36px}.privacy-section h2{font-size:1.25rem}.section-body-text,.bullets-list li{font-size:.9375rem}}@media (width<=576px){.privacy-hero{padding-top:calc(var(--nav-height) + 2rem);padding-bottom:1.5rem}.privacy-content-article{border-radius:.75rem;padding:1rem}.contact-details-box{padding:1rem}.contact-line{flex-direction:column;align-items:flex-start;gap:.25rem}}.instagram-connect-btn{color:var(--text-primary);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;background:#ffffffd9;border:1px solid #6d28d92e;border-radius:9999px;align-items:center;gap:.65rem;width:fit-content;margin-bottom:1.5rem;padding:.5rem 1.25rem .5rem .65rem;font-size:.8125rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #6d28d90a,inset 0 1px #fffc}.instagram-connect-btn:before{content:"";opacity:0;z-index:1;background:linear-gradient(135deg,#e1306c 0%,#c13584 30%,#833ab4 60%,#405de6 100%);transition:opacity .3s;position:absolute;inset:0}.instagram-connect-btn>*{z-index:2;position:relative}.instagram-btn-icon-wrapper{color:#fff;background:linear-gradient(135deg,#e1306c 0%,#c13584 50%,#833ab4 100%);border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:transform .3s;display:flex}.instagram-btn-icon{display:block}.instagram-btn-text{font-family:var(--font-sans);letter-spacing:-.01em}.instagram-btn-arrow{color:var(--text-secondary);opacity:.6;transition:transform .3s,opacity .3s,color .3s}.instagram-connect-btn:hover{color:#fff;border-color:#0000;transform:translateY(-2px);box-shadow:0 8px 20px #833ab440}.instagram-connect-btn:hover:before{opacity:1}.instagram-connect-btn:hover .instagram-btn-icon-wrapper{color:#833ab4;background:#fff;transform:rotate(15deg)scale(1.1)}.instagram-connect-btn:hover .instagram-btn-arrow{opacity:1;color:#fff;transform:translate(3px)}.animate-spin{animation:1s linear infinite spin;display:block}.instagram-connect-btn.loading{cursor:default}.instagram-connect-btn.loading:hover{color:var(--text-primary);background:#ffffffd9;border-color:#6d28d92e;transform:none;box-shadow:0 4px 12px #6d28d90a}.instagram-connect-btn.loading:hover:before{opacity:0}.instagram-connect-btn.loading .instagram-btn-icon-wrapper{color:#fff;background:linear-gradient(135deg,#e1306c 0%,#c13584 50%,#833ab4 100%)}@keyframes instagramFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.instagram-connected-container,.instagram-error-msg{animation:.35s cubic-bezier(.16,1,.3,1) forwards instagramFadeIn}.instagram-connected-container{flex-wrap:wrap;align-items:center;gap:.75rem;width:fit-content;margin-bottom:1.5rem;display:flex}.instagram-connect-btn.connected{cursor:default;background:#f0fdf4e6;border-color:#22c55e4d;margin-bottom:0}.instagram-connect-btn.connected:before{display:none}.instagram-connect-btn.connected .instagram-btn-icon-wrapper{background:linear-gradient(135deg,#22c55e 0%,#16a34a 100%)}.instagram-connect-btn.connected:hover{color:var(--text-primary);background:#f0fdf4e6;border-color:#22c55e4d;transform:none;box-shadow:0 4px 12px #6d28d90a}.instagram-connect-btn.connected:hover .instagram-btn-icon-wrapper{color:#fff;background:linear-gradient(135deg,#22c55e 0%,#16a34a 100%);transform:none}.connected-badge{color:#16a34a;text-transform:uppercase;letter-spacing:.05em;background:#22c55e1f;border-radius:9999px;align-items:center;margin-left:.25rem;padding:.15rem .5rem;font-size:.65rem;font-weight:700;display:inline-flex}.instagram-disconnect-action{font-family:var(--font-sans);color:#ef4444;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:0 0;border:1px solid #ef444440;border-radius:9999px;padding:.5rem 1rem;font-size:.8125rem;font-weight:600;transition:all .2s}.instagram-disconnect-action:hover{background:#ef444414;border-color:#ef4444;transform:translateY(-1px)}.instagram-error-msg{color:#ef4444;background:#ef444414;border:1px solid #ef444426;border-radius:8px;align-items:center;gap:.4rem;width:fit-content;margin-top:-.75rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.8125rem;display:flex}.instagram-connect-block{justify-content:flex-start;width:100%;margin-bottom:1.25rem;display:flex}@media (width<=1024px){.instagram-connect-block{justify-content:center}}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:.8;--PhoneInputInternationalIconGlobe-opacity:.65;--PhoneInputCountrySelect-marginRight:.35em;--PhoneInputCountrySelectArrow-width:.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{width:100%;height:100%;display:block}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{margin-right:var(--PhoneInputCountrySelect-marginRight);align-self:stretch;align-items:center;display:flex;position:relative}.PhoneInputCountrySelect{z-index:1;opacity:0;cursor:pointer;border:0;width:100%;height:100%;position:absolute;top:0;left:0}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity);display:block}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}
