@import"https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap";.logo{display:flex;align-items:center;position:relative;height:40px;width:auto}.logo-text{font-size:1.75rem;font-weight:700;color:var(--navy)}.logo-highlight{color:var(--turquoise)}.logo-dot{position:absolute;right:-8px;top:0;width:8px;height:8px;border-radius:50%;background:var(--orange)}.logo-image{height:46px;width:auto;max-width:130px;object-fit:contain;transition:all .3s ease}.mobile-logo{position:relative;height:40px;width:140px}@media (max-width: 768px){.logo{height:35px}.logo-image{height:42px;max-width:120px}.mobile-logo{height:35px;display:none}}@media (max-width: 576px){.logo{height:40px}.logo-image{height:40px;max-width:115px}}@media (max-width: 360px){.logo{height:38px}.logo-image{height:38px;max-width:110px}}.navbar{position:fixed;inset:0 0 auto;z-index:1000;padding:0;background:transparent;border-bottom:1px solid transparent;-webkit-backdrop-filter:none;backdrop-filter:none;transition:transform .32s ease,padding .32s ease}.navbar.hidden{transform:translateY(-120%)}.navbar-container{display:flex;align-items:center;justify-content:space-between;min-height:72px}.navbar.scrolled{background:#f8fafcf5;border-bottom-color:#dde5ee;box-shadow:0 6px 22px #04152817;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.navbar-logo{z-index:2}.navbar-menu,.navbar-links{display:flex;align-items:center}.navbar-menu{gap:30px}.navbar-links{gap:28px;list-style:none}.navbar-links a{position:relative;padding:8px 1px;color:#e3edf9;font-size:13px;font-weight:650;transition:color .2s ease}.navbar-links a:hover,.navbar-links a.active{color:#fff}.navbar-links a.active{color:#a9f3f7}.active-indicator{position:absolute;right:0;bottom:2px;left:0;height:2px;background:var(--blue);border-radius:99px}.navbar-contact{display:inline-flex;align-items:center;gap:5px;padding:12px 20px;border-radius:8px;background:var(--orange);color:#fff;font-size:13px;font-weight:750;box-shadow:0 8px 16px #f5674f42}.navbar-contact:hover{color:#fff;background:#e95340;transform:translateY(-1px)}.navbar-contact span{font-size:15px;line-height:1}.navbar.scrolled .navbar-links a{color:#5f6f82}.navbar.scrolled .navbar-links a:hover,.navbar.scrolled .navbar-links a.active{color:var(--ink)}.navbar-toggle{display:none;color:#fff;cursor:pointer}.menu-icon-container{display:grid;width:39px;height:39px;place-items:center;border:1px solid rgba(255,255,255,.72);border-radius:10px}.navbar.scrolled .navbar-toggle{color:var(--ink)}.navbar.scrolled .menu-icon-container{border-color:#cfd9e4}.mobile-menu,.mobile-cta{display:none}@media (max-width: 800px){.navbar-container{min-height:62px}.desktop-menu{display:none}.navbar-toggle{display:block}.mobile-menu{display:block;position:fixed;z-index:10;top:0;right:0;bottom:0;left:0;padding:20px;background:#fff;color:var(--ink)}.mobile-menu-header{display:flex;align-items:center;justify-content:space-between}.mobile-close-btn{display:grid;width:40px;height:40px;place-items:center;border:1px solid #dce4ed;border-radius:10px}.mobile-menu-content{display:grid;min-height:calc(100vh - 80px);place-items:center}.mobile-links{display:flex;flex-direction:column;gap:18px;list-style:none;text-align:center}.mobile-links a{font-size:1.8rem;font-weight:800;letter-spacing:-.05em}.mobile-links a.active{color:var(--blue)}.mobile-cta,.mobile-cta a{display:block}.mobile-cta .btn{padding:14px 20px;border-radius:8px;background:var(--orange);color:#fff}}.hero{position:relative;overflow:hidden;background:#162c45;color:#fff}.hero-centered{min-height:920px;padding:205px 0 0;background:radial-gradient(ellipse at 50% 110%,#203d5b,#162c45 48%,#102238)}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(110deg,rgba(11,39,59,.3),transparent 48%,rgba(104,45,31,.18))}.hero-grid{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.68;background-image:linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px);background-size:38px 38px;-webkit-mask-image:linear-gradient(#000 5%,rgba(0,0,0,.45) 65%,transparent 100%);mask-image:linear-gradient(#000 5%,rgba(0,0,0,.45) 65%,transparent 100%)}.hero-glow{position:absolute;border-radius:50%;filter:blur(12px);pointer-events:none}.hero-glow-one{width:620px;height:460px;left:-210px;bottom:40px;background:radial-gradient(circle,rgba(32,189,207,.5),transparent 68%)}.hero-glow-two{width:620px;height:470px;right:-230px;bottom:25px;background:radial-gradient(circle,rgba(245,103,79,.42),transparent 68%)}.hero-center-content{position:relative;z-index:2;max-width:980px;text-align:center}.hero-title{margin:0;font-size:clamp(3.45rem,6vw,6.25rem);font-weight:700;line-height:.96;letter-spacing:-.085em}.hero-title span{color:#93e6ec}.hero-subtitle{max-width:660px;margin:27px auto 0;color:#c9d9e0;font-size:1.13rem}.hero-cta{display:flex;justify-content:center;gap:14px;margin-top:35px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:8px;font-weight:800;transition:.25s ease}.btn-cta{padding:15px 21px;background:#f5674f;color:#fff;box-shadow:0 13px 28px #f5674f47}.btn-cta:hover{background:#df553f;transform:translateY(-2px)}.hero-outline{padding:14px 19px;border:1px solid rgba(213,240,243,.6);color:#fff}.hero-outline:hover{background:#ffffff1a}.hero-note{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:19px;color:#b7d5d9;font-size:.79rem}.hero-note svg{color:#20bdcf}.hero-preview-wrap{position:relative;z-index:2;margin-top:62px}.hero-preview{overflow:hidden;border:1px solid rgba(186,240,243,.58);border-radius:22px 22px 0 0;background:#fff;box-shadow:0 -12px 65px #5bd0d81c,0 34px 80px #030d196b}.preview-bar{display:flex;align-items:center;justify-content:space-between;height:49px;padding:0 18px;border-bottom:1px solid #dbe3e6;background:#eef2f3;color:#425362;font:600 11px DM Mono,monospace}.preview-bar>span{display:flex;align-items:center;gap:8px}.mac-dots{display:flex;gap:6px}.mac-dots i{width:10px;height:10px;border-radius:50%;background:#aeb9c2}.mac-dots i:nth-child(1){background:#f5674f}.mac-dots i:nth-child(2){background:#f4bc4b}.mac-dots i:nth-child(3){background:#29bfae}.mac-window-actions{color:#7d8d98}.site-preview{min-height:282px;color:#192f47;background:#fbfcfd}.site-preview-nav{display:flex;align-items:center;justify-content:space-between;padding:13px 23px;border-bottom:1px solid #e5eaed;font-size:9px}.site-preview-nav b{font-size:13px}.site-preview-nav b i{color:#f5674f;font-style:normal}.site-preview-nav b span{color:#20bdcf}.site-preview-nav div{color:#647283}.site-preview-nav button{margin-left:15px;padding:6px 10px;border:1px solid #cdd9dc;border-radius:4px;background:#fff;color:#162c45;font:700 9px Manrope}.site-preview-hero{display:grid;grid-template-columns:1.1fr .9fr;gap:45px;align-items:center;padding:29px 62px 26px}.site-preview-hero small,.site-preview-card>span{color:#20aebd;font:700 8px DM Mono,monospace;letter-spacing:.05em}.site-preview-hero h2{margin:7px 0;font-size:30px;line-height:.98;letter-spacing:-.07em}.site-preview-hero p{color:#657585;font-size:10px}.site-preview-hero>div>button{display:flex;align-items:center;gap:5px;margin-top:13px;padding:8px 10px;border:0;border-radius:4px;background:#f5674f;color:#fff;font-size:9px;font-weight:800}.site-preview-card{padding:16px;border:1px solid #dfe7e9;border-radius:8px;background:#fff;box-shadow:0 9px 18px #13304614}.site-preview-card b{display:block;margin-top:5px;font-size:14px}.site-chart{display:flex;align-items:flex-end;gap:5px;height:43px;margin:9px 0}.site-chart i{width:13%;border-radius:2px 2px 0 0;background:#20bdcf}.site-chart i:nth-child(1){height:26%}.site-chart i:nth-child(2){height:46%}.site-chart i:nth-child(3){height:35%}.site-chart i:nth-child(4){height:68%}.site-chart i:nth-child(5){height:58%}.site-chart i:nth-child(6){height:95%;background:#f5674f}.site-preview-card small{color:#6b7b87;font-size:8px}.site-preview-card em{display:inline-block;width:6px;height:6px;margin-right:4px;border-radius:50%;background:#20bdcf}@media (max-width:800px){.hero-centered{min-height:auto;padding-top:175px}.hero-title{font-size:clamp(3.1rem,11vw,5rem)}.hero-preview-wrap{margin-top:50px;width:calc(100% - 32px)}.site-preview-hero{padding:24px 28px;gap:20px}.site-preview-nav div{display:none}.hero-glow-one{bottom:-40px}.hero-glow-two{bottom:-60px}}@media (max-width:520px){.hero-centered{padding-top:150px}.hero-title{font-size:3rem}.hero-subtitle{font-size:1rem}.hero-cta{flex-direction:column;align-items:center}.hero-outline,.btn-cta{width:100%;max-width:290px}.hero-preview-wrap{margin-top:42px}.site-preview-hero{grid-template-columns:1fr;padding:22px}.site-preview-card{display:none}.site-preview-hero h2{font-size:26px}.site-preview-nav{padding:12px}}.hero-glow-one{animation:cyan-drift 5.5s ease-in-out infinite alternate}.hero-glow-two{animation:coral-drift 7s ease-in-out infinite alternate}.hero-glow-three{top:115px;left:8%;width:330px;height:260px;background:radial-gradient(circle,rgba(30,174,255,.24),transparent 70%);animation:blue-spark 6.5s ease-in-out infinite alternate}.hero-glow-four{top:160px;right:5%;width:300px;height:260px;background:radial-gradient(circle,rgba(255,132,78,.18),transparent 70%);animation:orange-spark 8s ease-in-out infinite alternate}.hero-glow-five{bottom:155px;left:42%;width:360px;height:220px;background:radial-gradient(circle,rgba(35,202,219,.17),transparent 69%);animation:center-spark 7s ease-in-out infinite alternate}@keyframes cyan-drift{0%{transform:translate3d(-30px,25px,0) scale(.92);opacity:.5}to{transform:translate3d(230px,-105px,0) scale(1.25);opacity:1}}@keyframes coral-drift{0%{transform:translate3d(35px,-30px,0) scale(.9);opacity:.5}to{transform:translate3d(-215px,125px,0) scale(1.22);opacity:1}}@keyframes blue-spark{0%{transform:translate3d(-70px,15px,0) scale(.7);opacity:.25}to{transform:translate3d(140px,105px,0) scale(1.35);opacity:.9}}@keyframes orange-spark{0%{transform:translate3d(80px,-20px,0) scale(.75);opacity:.2}to{transform:translate3d(-125px,110px,0) scale(1.3);opacity:.85}}@keyframes center-spark{0%{transform:translate3d(-70px,35px,0) scale(.72);opacity:.18}to{transform:translate3d(90px,-70px,0) scale(1.3);opacity:.72}}@media (prefers-reduced-motion: reduce){.hero-glow-one,.hero-glow-two,.hero-glow-three,.hero-glow-four,.hero-glow-five{animation:none}}.hero-centered{min-height:0;padding-top:150px;padding-bottom:0}.hero-centered .hero-title{font-size:clamp(2.8rem,3.5vw,4.5rem);line-height:.98;letter-spacing:-.075em}.hero-note-spacer{min-height:15px}.site-preview,.site-preview-hero{min-height:390px}.site-preview-hero{padding-top:62px;padding-bottom:62px}@media (max-width: 800px){.hero-centered{padding-top:145px}.hero-centered .hero-title{font-size:clamp(2.65rem,8.5vw,3.75rem)}.site-preview,.site-preview-hero{min-height:310px}.site-preview-hero{padding-top:38px;padding-bottom:38px}}@media (max-width: 520px){.hero-centered{padding-top:128px}.hero-centered .hero-title{font-size:2.55rem}.site-preview,.site-preview-hero{min-height:245px}.site-preview-hero{padding-top:22px;padding-bottom:22px}}.client-site{min-height:390px;background:#f7fcfd;color:#162c45}.client-nav{display:flex;align-items:center;justify-content:space-between;padding:14px 30px;border-bottom:1px solid #d9eef0;font-size:9px}.client-nav b{font-family:Georgia,serif;font-size:16px;letter-spacing:.12em}.client-nav b span{color:#20bdcf}.client-nav div{color:#607586}.client-nav button{margin-left:17px;padding:7px 11px;border:0;border-radius:3px;background:#162c45;color:#fff;font:700 9px Manrope}.client-hero{display:grid;grid-template-columns:1fr 1fr;min-height:332px}.client-copy{padding:57px 0 42px 62px}.client-copy small{color:#20aebd;font:700 8px DM Mono,monospace;letter-spacing:.06em}.client-copy h2{margin:11px 0 9px;font:38px/.92 Georgia,serif;letter-spacing:-.055em}.client-copy p{color:#667b8c;font-size:10px}.client-copy button{display:flex;align-items:center;gap:5px;margin-top:15px;padding:9px 12px;border:0;border-radius:3px;background:#f5674f;color:#fff;font-size:9px;font-weight:800}.client-visual{position:relative;overflow:hidden;display:grid;place-items:center;background:linear-gradient(135deg,#123853,#187787)}.client-visual:before{content:"";position:absolute;width:280px;height:280px;border-radius:50%;background:#4cd4df47;transform:translate(52px,26px)}.plate{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:9px;width:142px;height:142px;border:12px solid #d4f2f3;border-radius:50%;background:#f5674f;box-shadow:0 16px 30px #04192b52}.plate i{width:19px;height:38px;border-radius:50%;background:#f2ca65;transform:rotate(28deg)}.plate i:nth-child(2){height:48px;background:#efffff;transform:rotate(-10deg)}.plate i:nth-child(3){background:#20bdcf;transform:rotate(48deg)}.olive-leaf{position:absolute;z-index:2;width:77px;height:24px;border-radius:100% 0;background:#20bdcf;opacity:.9}.leaf-one{top:43px;right:44px;transform:rotate(42deg)}.leaf-two{bottom:31px;left:40px;transform:rotate(-40deg)}.client-visual>span{position:absolute;z-index:3;right:19px;bottom:16px;padding:9px 11px;border-radius:4px;background:#fffffff0;color:#4e6d7d;font-size:8px;line-height:1.45}.client-visual>span b{color:#f5674f}@media (max-width: 800px){.client-site{min-height:310px}.client-hero{min-height:258px}.client-copy{padding:38px 28px}.client-copy h2{font-size:30px}.client-nav div{display:none}}@media (max-width: 520px){.client-site{min-height:245px}.client-hero{display:block;min-height:195px}.client-copy{padding:28px}.client-copy h2{font-size:26px}.client-visual{display:none}}.service-card{display:flex;flex-direction:column;min-height:278px;padding:31px 29px;background:#fff;border-right:1px solid var(--line);border-bottom:1px solid var(--line);transition:.28s ease}.service-card:hover{position:relative;z-index:1;border-color:transparent;box-shadow:var(--shadow);transform:translateY(-5px)!important}.service-icon{display:grid;place-items:center;width:52px;height:52px;margin-bottom:56px;border-radius:12px;background:#eef3ff;color:var(--blue)}.service-title{font-size:1.35rem;letter-spacing:-.05em}.service-description{margin:13px 0 0;color:var(--muted);font-size:.91rem}.service-card:hover .service-icon{background:var(--blue);color:#fff}@media (max-width:760px){.service-card{min-height:238px}.service-icon{margin-bottom:35px}}.services{background:#fff}.services-bg-elements{display:none}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}@media (max-width:760px){.services-grid{grid-template-columns:1fr}}.feature-card{height:100%;padding:29px;border:1px solid #e6eaf1;border-radius:14px;background:#fff;transition:.25s ease}.feature-card:hover{border-color:#cad7ff;transform:translateY(-4px)!important;box-shadow:0 18px 35px #11204814}.feature-icon{color:var(--blue);margin-bottom:30px}.feature-title{font-size:1.1rem;letter-spacing:-.04em}.feature-description{margin-top:11px;color:var(--muted);font-size:.9rem}.feature-card-bg{display:none}.features{background:var(--soft)}.features-bg{display:none}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:84px}.features-showcase{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:88px;padding:60px;background:#fff;border-radius:20px}.features-showcase-content h3{font-size:clamp(1.9rem,3vw,3rem);line-height:1.05;letter-spacing:-.065em}.features-showcase-content p{margin:20px 0;color:var(--muted)}.features-list{display:grid;gap:12px;list-style:none}.features-list li{font-size:.91rem;font-weight:700}.features-list li:before{content:"✓";display:inline-grid;place-items:center;width:18px;height:18px;margin-right:9px;border-radius:50%;background:#e9efff;color:var(--blue);font-size:11px}.features-image-container{overflow:hidden;border-radius:12px}.features-image-container img{display:block;width:100%;filter:saturate(.85)}@media (max-width:800px){.features-grid{grid-template-columns:1fr}.features-showcase{grid-template-columns:1fr;gap:38px;padding:28px}.features-showcase-image{order:-1}}.cta{position:relative;overflow:hidden;padding:112px 0;background:#162c45;color:#fff;text-align:center}.cta-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 12% 95%,rgba(32,189,207,.52),transparent 28%),radial-gradient(circle at 86% 8%,rgba(245,103,79,.35),transparent 31%)}.cta-bg-pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px);background-size:32px 32px;-webkit-mask-image:linear-gradient(90deg,transparent,#000 30%,#000 70%,transparent);mask-image:linear-gradient(90deg,transparent,#000 30%,#000 70%,transparent)}.cta-content{position:relative;z-index:2;max-width:760px;margin:auto}.cta-title{font-size:clamp(2.45rem,5vw,4.5rem);line-height:1.03;letter-spacing:-.07em}.cta-subtitle{max-width:570px;margin:19px auto 32px;color:#d4f4f6}.cta .eyebrow{color:#92e1e8}.cta .btn-cta{background:#fff;color:#162c45;box-shadow:none}.cta .btn-cta:hover{background:#eefafb}.cta-floating-elements{display:none}.footer{position:relative;overflow:hidden;padding:76px 0 22px;background:#101217;color:#fff}.footer-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:36px 36px;-webkit-mask-image:linear-gradient(90deg,transparent,#000 20%,#000 80%,transparent);mask-image:linear-gradient(90deg,transparent,#000 20%,#000 80%,transparent)}.footer-content{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr 1.9fr;gap:100px;padding-bottom:65px}.footer-info{display:flex;flex-direction:column;align-items:flex-start;gap:18px}.footer-tagline{max-width:180px;color:#aeb5c2;font-size:.9rem}.footer-social{display:flex;gap:8px}.footer-social a{display:grid;place-items:center;width:34px;height:34px;border:1px solid #343945;border-radius:7px;color:#c8ceda}.footer-social a:hover{background:var(--blue);border-color:var(--blue);color:#fff}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.footer-links-title{margin-bottom:16px;color:#fff;font-size:.82rem}.footer-links-column ul{display:grid;gap:9px;list-style:none}.footer-links-column li,.footer-links-column a{color:#aeb5c2;font-size:.8rem}.footer-links-column a:hover{color:#fff}.footer-contact li{display:flex;align-items:flex-start;gap:7px}.footer-contact svg{width:14px;color:#7698ff}.footer-bottom{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;padding-top:20px;border-top:1px solid #2d323c}.footer-copyright,.footer-legal a{color:#848b99;font-size:.72rem}.footer-logo{height:16px;width:auto;vertical-align:middle}.footer-legal{display:flex;gap:20px}.footer-legal a:hover{color:#fff}@media (max-width:800px){.footer-content{grid-template-columns:1fr;gap:45px}.footer-links{grid-template-columns:1fr 1fr}.footer-bottom{align-items:flex-start;flex-direction:column;gap:14px}}@media (max-width:480px){.footer-links{grid-template-columns:1fr}.footer{padding-top:60px}}.not-found-page{min-height:100vh;display:flex;flex-direction:column}.not-found-main{flex:1;position:relative;background:linear-gradient(135deg,#1a1f36,#2a3050);color:var(--white);display:flex;align-items:center;justify-content:center;overflow:hidden;padding:5rem 0;min-height:90vh}.not-found-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.not-found-bg-gradient{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 30% 70%,#00bfd833,#1a1f3600 50%);z-index:1}.floating-element{position:absolute;border-radius:50%;background:#ffffff1a;animation:float 15s infinite ease-in-out;z-index:1}.not-found-container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 2rem}.not-found-content{z-index:1;display:flex;flex-direction:column;align-items:flex-start}.not-found-numbers{display:flex;align-items:center;margin-bottom:2rem;font-size:9rem;font-weight:800;line-height:1;color:var(--white)}.number-4{text-shadow:0 10px 20px rgba(0,0,0,.2);background:linear-gradient(135deg,#fff,#d9d9d9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.number-circle{width:140px;height:140px;border-radius:50%;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;margin:0 1rem;position:relative;box-shadow:0 10px 30px #0000001a;border:1px solid rgba(255,255,255,.2)}.circle-inner{width:90px;height:90px;border-radius:50%;background:linear-gradient(135deg,#f65f4c,#ff8f7d);box-shadow:0 5px 15px #f65f4c4d}.not-found-title{font-size:3.5rem;line-height:1.1;margin-bottom:1.5rem;font-weight:700}.not-found-subtitle{font-size:1.25rem;margin-bottom:2.5rem;opacity:.9;max-width:500px}.not-found-actions{display:flex;gap:1rem}.not-found-actions .btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border-radius:var(--border-radius-md);transition:var(--transition)}.not-found-actions .btn-secondary{background-color:#ffffff1a;color:var(--white);border:1px solid rgba(255,255,255,.2)}.not-found-actions .btn-secondary:hover{background-color:#fff3}.not-found-illustration{position:relative;z-index:1}.illustration-container{position:relative;width:100%;height:400px;display:flex;align-items:center;justify-content:center}.search-animation{position:relative;z-index:3}.search-icon-container{position:relative;display:flex;align-items:center;justify-content:center}.search-icon{color:var(--white);opacity:.9;filter:drop-shadow(0 10px 15px rgba(0,0,0,.2));z-index:2}.search-pulse{position:absolute;width:100%;height:100%;border-radius:50%;background:#00bfd84d;z-index:1}.dots-pattern{position:absolute;width:350px;height:350px;border-radius:50%;background-image:radial-gradient(circle,rgba(255,255,255,.1) 2px,transparent 2px);background-size:20px 20px;z-index:1}.orbit-circle{position:absolute;width:280px;height:280px;border-radius:50%;border:1px dashed rgba(255,255,255,.2);z-index:2}.orbit-dot{position:absolute;width:20px;height:20px;border-radius:50%;background:var(--turquoise);top:0;left:50%;transform:translate(-50%);box-shadow:0 0 15px #00bfd899}@keyframes float{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(10deg)}to{transform:translateY(0) rotate(0)}}@media (max-width: 992px){.not-found-container{grid-template-columns:1fr;text-align:center;padding:0 1.5rem}.not-found-content{align-items:center}.not-found-numbers{font-size:7rem}.number-circle{width:120px;height:120px}.circle-inner{width:80px;height:80px}.not-found-title{font-size:2.5rem}.not-found-subtitle{margin-left:auto;margin-right:auto}.not-found-illustration{display:none}}@media (max-width: 576px){.not-found-main{padding:3rem 0}.not-found-numbers{font-size:5rem}.number-circle{width:90px;height:90px;margin:0 .5rem}.circle-inner{width:60px;height:60px}.not-found-title{font-size:2rem}.not-found-subtitle{font-size:1rem}.not-found-actions{flex-direction:column;width:100%}.not-found-actions .btn{width:100%;justify-content:center}}#root,.app-container{width:100%;min-height:100vh;overflow-x:hidden}:root{--ink:#101217;--muted:#616775;--line:#e7e9ee;--paper:#fff;--soft:#f5f7fb;--blue:#1358f5;--cyan:#8aa9ff;--orange:#1358f5;--radius:18px;--shadow:0 18px 45px rgba(16,18,23,.09);--white:#fff;--dark:#101217;--primary:#1358f5;--accent:#8aa9ff;--turquoise:#1358f5;--success:#16876d;--gray-50:#f8f9fb;--gray-100:#f0f2f6;--gray-200:#e1e5ec;--gray-300:#c5cad5;--gray-500:#737b8a;--gray-600:#555d6b;--gradient-primary:linear-gradient(135deg,#101217,#1358f5);--border-radius-md:12px;--border-radius-lg:18px;--border-radius-full:999px;--shadow-lg:0 18px 45px rgba(16,18,23,.12);--shadow-xl:0 28px 70px rgba(16,18,23,.17);--transition:.25s ease}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Manrope,Arial,sans-serif;color:var(--ink);background:var(--paper);line-height:1.55;overflow-x:hidden;-webkit-font-smoothing:antialiased}body.no-scroll{overflow:hidden}a{color:inherit;text-decoration:none}button{border:0;font:inherit;cursor:pointer}.container{width:min(1180px,calc(100% - 48px));margin:auto;position:relative;z-index:2}.section{padding:128px 0;position:relative;overflow:hidden}.eyebrow{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:18px;color:var(--blue);font:500 11px/1 DM Mono,monospace;text-transform:uppercase;letter-spacing:.06em}.eyebrow span{display:inline-block;width:6px;height:6px;background:currentColor;border-radius:50%}.eyebrow-light{color:#b8c9ff;justify-content:flex-start}.section-header{max-width:660px;margin:0 auto 58px;text-align:center}.section-title{font-size:clamp(2.25rem,4vw,3.7rem);line-height:1.08;letter-spacing:-.07em}.section-subtitle{max-width:580px;margin:18px auto 0;color:var(--muted);font-size:1.05rem}.btn{display:inline-flex;justify-content:center;align-items:center;gap:10px;border-radius:9px;font-weight:700;transition:.25s ease}.btn-cta{padding:15px 21px;background:var(--blue);color:#fff;box-shadow:0 12px 26px #1358f540}.btn-cta:hover{background:#0c43ca;transform:translateY(-2px)}@media (max-width:700px){.container{width:min(100% - 32px,1180px)}.section{padding:84px 0}.section-header{margin-bottom:38px}}:root{--ink:#162c45;--blue:#20bdcf;--cyan:#92e1e8;--orange:#f5674f;--primary:#20bdcf;--accent:#f5674f;--turquoise:#20bdcf;--gradient-primary:linear-gradient(135deg,#162c45,#20bdcf)}.eyebrow-light{color:#9ae4ea}.btn-cta{background:var(--orange);box-shadow:0 12px 26px #f5674f45}.btn-cta:hover{background:#dd533f}
