body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}html{-ms-overflow-style:none;scroll-behavior:smooth;scrollbar-width:none}::-webkit-scrollbar{display:none}#root{min-height:100vh;width:100%}.navbar{left:0;opacity:0;padding:1.5rem 5.5rem;pointer-events:none;position:fixed;top:0;transform:translateY(-20px);transition:all .5s cubic-bezier(.4,0,.2,1);width:100%;z-index:1000}.navbar.visible{opacity:1;pointer-events:all;transform:translateY(0)}.navbar.scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a0a0ad9;border-bottom:1px solid #ffffff1a;box-shadow:0 4px 30px #00000080;padding:.8rem 4.5rem}.navbar-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px}.navbar-logo{color:#fff;font-family:Poppins,sans-serif;font-size:1.8rem;font-weight:800;letter-spacing:-.5px;text-decoration:none}.navbar-logo span{color:gold}.navbar-links{align-items:center;display:flex;gap:3.5rem}.nav-link{color:#fffc;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;letter-spacing:.5px;position:relative;text-decoration:none;transition:all .3s ease}.nav-link:hover{color:gold}.nav-link:after{background:gold;bottom:-5px;content:"";height:1.5px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link:hover:after{width:100%}.nav-cta{background:gold;border-radius:50px;box-shadow:0 5px 20px #0003;color:#0f0f0f;font-size:.95rem;font-weight:700;padding:1rem 2.2rem;text-decoration:none;transition:all .3s ease}.nav-cta:hover{background:#fff;box-shadow:0 10px 30px #ffd70026;transform:translateY(-3px)}.navbar-toggle{display:none}.hamburger{background:none;border-radius:50%;cursor:pointer;padding:1rem;transition:background .3s ease}.hamburger:hover{background:#ffffff1a}.hamburger span{background:gold;border-radius:2px;display:block;height:2px;margin:6px 0;transition:all .4s cubic-bezier(.175,.885,.32,1.275);width:28px}.hamburger.active span:first-child{transform:translateY(8px) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0;transform:translateX(20px)}.hamburger.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.mobile-menu{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#0a0a0afa;border-bottom:1px solid #ffffff0d;border-top:1px solid #ffffff0d;display:flex;flex-direction:column;gap:2rem;left:0;padding:2.5rem 2rem;position:absolute;top:100%;width:100%}.mobile-nav-link{color:#fff;font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:600}.mobile-nav-cta,.mobile-nav-link{text-align:center;text-decoration:none}.mobile-nav-cta{background:gold;border-radius:12px;color:#0f0f0f;font-size:1.1rem;font-weight:700;padding:1.2rem}@media screen and (max-width:1200px){.navbar{padding:2rem 3rem}}@media (max-width:768px){.navbar{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#0a0a0ae6;padding:1.2rem 2.5rem}.navbar.scrolled{padding:1rem 2rem}.navbar-links{display:none}.navbar-toggle{display:block}.navbar-logo{font-size:1.6rem}.mobile-menu{height:calc(100vh - 100%);justify-content:center;padding:4rem 2rem}}.loading-screen{align-items:center;background:linear-gradient(135deg,#0f0f0f,#1a1a1a);color:#fff;display:flex;flex-direction:column;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:9999}.loading-spinner{animation:spin 1s linear infinite;border:3px solid #ffffff1a;border-radius:50%;border-top-color:#fff;height:50px;margin-bottom:20px;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-screen p{font-family:Inter,sans-serif;font-size:1.1rem;font-weight:300;opacity:.8}.scroll-hero-container{height:800vh;position:relative;width:100vw}.sticky-wrapper{height:100vh;overflow:hidden;position:sticky;top:0;width:100vw}.hero-canvas{background-color:#0d0d0d;background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;object-fit:cover;width:100%;z-index:1}.hero-canvas,.hero-overlay{left:0;position:absolute;top:0}.hero-overlay{align-items:center;background:linear-gradient(135deg,#0006,#0003 50%,#0009);display:flex;height:100vh;justify-content:center;padding:0 2rem;width:100vw;z-index:2}.hero-content{color:#fff;max-width:800px;text-align:center;width:100%}.hero-content.right{margin-left:auto;margin-right:5%;max-width:450px;position:relative;right:2%;text-align:left;top:-2vh}.hero-content.center{margin:0 auto;text-align:center}.hero-content.left-number{margin-left:5%;margin-right:auto;max-width:600px;text-align:left}.number-layout{align-items:flex-start;display:flex;gap:2rem}.stats-container{display:flex;flex-direction:column;gap:1rem}.number-subtitle-right{font-size:clamp(1.2rem,3vw,1.8rem)!important;font-weight:400!important;letter-spacing:1px;margin-bottom:1.5rem;margin-top:1rem;text-transform:uppercase}.stat-item{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:10px;display:flex;justify-content:space-between;min-width:220px;padding:.5rem 1rem;transition:all .3s ease}.stat-item:hover{background:#ffffff26;transform:translateX(5px)}.stat-label{color:#fffc;font-family:Inter,sans-serif;font-size:.9rem;font-weight:300}.stat-value{color:#00d4ff;font-family:Poppins,sans-serif;font-size:1.2rem;font-weight:700;text-shadow:0 0 10px #00d4ff4d}.view-projects{margin-top:2rem;text-align:center}.view-projects-text{align-items:center;color:#ffffffe6;cursor:pointer;display:flex;flex-direction:column;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:500;gap:.5rem;transition:all .3s ease}.view-projects-text:hover{color:#00d4ff;transform:translateY(-2px)}.arrow-down{animation:bounce 2s infinite}.arrow-down svg{color:#00d4ff;height:20px;width:20px}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-5px)}60%{transform:translateY(-3px)}}.styled-title .highlight-launch,.styled-title .highlight-results{-webkit-text-fill-color:#0000;animation:loadingGlow 2s ease-in-out infinite;background:linear-gradient(45deg,#fcf75e,gold,orange,#fcf75e);-webkit-background-clip:text;background-clip:text;background-size:300% 300%;font-size:1.2em;font-weight:800}@keyframes loadingGlow{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.hero-content.right .hero-title.smaller-base{color:ivory;font-weight:600;letter-spacing:.8px;line-height:1.4}.hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#f0f0f0);-webkit-background-clip:text;background-clip:text;font-family:Poppins,sans-serif;font-size:clamp(2.5rem,8vw,5rem);font-weight:700;line-height:1.1;margin-bottom:1rem;text-shadow:0 4px 20px #0000004d}.hero-title.smaller-base{font-size:clamp(1.4rem,4vw,2.8rem);font-weight:400}.hero-title.number-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#e0e0e0);-webkit-background-clip:text;background-clip:text;font-size:clamp(8rem,20vw,15rem);font-weight:800;margin-bottom:.5rem;text-shadow:0 8px 30px #0006}.hero-subtitle{font-family:Inter,sans-serif;font-size:clamp(1.2rem,3vw,1.8rem);font-weight:300;letter-spacing:.5px;margin-bottom:2rem;opacity:.9}.hero-subtitle.number-subtitle{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:400;letter-spacing:1px;margin-bottom:2.5rem;opacity:1;text-transform:uppercase}.hero-features{align-items:center;display:flex;flex-direction:column;gap:1rem}.feature-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;display:inline-block;font-family:Inter,sans-serif;font-size:clamp(.85rem,2vw,1rem);font-weight:400;letter-spacing:.3px;padding:.4rem 1.2rem;transition:all .3s ease;white-space:nowrap;width:fit-content}.feature-item:hover{background:#ffffff26;box-shadow:0 8px 25px #0003;transform:translateY(-2px)}.scroll-indicator{background:#fff3;border-radius:2px;height:100px;position:absolute;right:2rem;top:50%;transform:translateY(-50%);width:3px;z-index:3}.scroll-progress{background:linear-gradient(180deg,#fff,#f0f0f0);border-radius:2px;transform-origin:top;transition:transform .1s ease-out;width:100%}@media (max-width:768px){.hero-overlay{padding:0 1rem}.hero-content.right{margin-right:3%;max-width:85%;right:0;text-align:left;top:-2vh}.hero-content.right .hero-title.smaller-base{font-size:clamp(1.2rem,3.5vw,2.2rem)}.hero-content.left-number{margin-left:2%;text-align:center}.number-layout{align-items:center;flex-direction:column;gap:1rem}.stats-container{align-items:center;width:100%}.stat-item{max-width:300px;min-width:250px}.number-subtitle-right{margin-bottom:1rem;margin-top:0;text-align:center}.hero-title.number-title{font-size:clamp(6rem,15vw,10rem)}.hero-subtitle.number-subtitle{font-size:clamp(1.2rem,3vw,1.8rem)}.hero-features{gap:.8rem}.feature-item{font-size:.9rem;padding:.6rem 1.2rem}.scroll-indicator{height:80px;right:1rem;width:2px}}@media (max-width:480px){.hero-content.right{margin-right:2%;max-width:90%;right:0;text-align:left;top:0}.hero-content.right .hero-title.smaller-base{font-size:clamp(1rem,3vw,1.8rem)}.hero-title{margin-bottom:.8rem}.hero-title.number-title{font-size:clamp(4rem,12vw,8rem);margin-bottom:.3rem}.hero-subtitle.number-subtitle{font-size:clamp(1rem,2.5vw,1.5rem);margin-bottom:2rem}.hero-subtitle{margin-bottom:1.5rem}.hero-features{gap:.6rem}.feature-item{font-size:.8rem;padding:.5rem 1rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.feature-item{box-shadow:0 4px 15px #0000001a,inset 0 1px 0 #fff3}.hero-overlay:before{background:radial-gradient(ellipse at center,#0000 30%,#0000004d 70%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}:root{font-size:16px}@media (max-width:1200px){:root{font-size:15px}}@media (max-width:768px){:root{font-size:14px}}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#000;color:#fff;overflow-x:hidden;width:100%}.App{min-height:100vh}.App,.about-section{position:relative;width:100%}.about-section{align-items:center;background-color:#000;display:flex;justify-content:center;min-height:80vh;overflow:hidden;padding:6rem 2rem 4rem}.about-background{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.about-bg-image{filter:brightness(.3) contrast(1.2) saturate(.5);height:100%;object-fit:cover;opacity:.15;width:100%}.about-overlay{background:radial-gradient(circle at 70% 50%,#0000 0,#000 85%),linear-gradient(180deg,#0000 0,#000);height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.about-container{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1.15fr 1fr;margin-top:2vh;max-width:1400px;position:relative;width:100%;z-index:3}.about-content{color:#fff}.about-tag{background:#00d4ff1a;border:1px solid #00d4ff4d;border-radius:50px;color:#00d4ff;display:inline-block;font-size:.85rem;font-weight:500;letter-spacing:1.5px;margin-bottom:2rem;padding:.5rem 1.4rem;text-transform:uppercase}.about-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,grey);-webkit-background-clip:text;background-clip:text;font-family:Poppins,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.1;margin-bottom:2rem}.about-description{color:#ffffffb3;font-family:Inter,sans-serif;font-size:1.15rem;line-height:1.8;margin-bottom:0;max-width:550px}.about-visual{padding-top:0}.about-visual,.visual-element{align-items:flex-end;display:flex;justify-content:center;position:relative}.visual-element{aspect-ratio:.8;max-width:350px;width:100%}.profile-image-person{display:block;filter:drop-shadow(0 0 30px rgba(0,212,255,.05));height:auto;margin-bottom:-5px;-webkit-mask-image:linear-gradient(180deg,#000 80%,#0000);mask-image:linear-gradient(180deg,#000 80%,#0000);pointer-events:none;position:relative;-webkit-user-select:none;user-select:none;width:100%;z-index:4}.floating-icons{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:3}.tech-icon{color:#4a4a4a;font-family:Poppins,sans-serif;font-size:1.2rem;font-weight:800;position:absolute;text-shadow:0 0 10px #ffffff1a;-webkit-user-select:none;user-select:none}.floating-1{color:#f7df1e;font-size:1.2rem;left:0;opacity:.35;top:25%}.floating-2{color:#00599c;font-size:1.1rem;opacity:.25;right:-5%;top:45%}.floating-3{bottom:35%;color:#61dafb;font-size:1.2rem;left:-5%;opacity:.45}.floating-4{color:#3178c6;font-size:1rem;opacity:.35;right:10%;top:20%}.floating-5{bottom:55%;color:#3776ab;font-size:.9rem;left:5%;opacity:.15}.visual-circle{animation:rotate 30s linear infinite;border:1px solid #00d4ff1a;border-radius:50%;position:absolute;z-index:2}.circle-1{animation-duration:40s;height:110%;width:110%}.circle-2{animation-direction:reverse;animation-duration:35s;height:90%;width:90%}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:968px){.about-section{padding:6rem 1.5rem}.about-container{gap:3rem;grid-template-columns:1fr;max-width:600px;text-align:center}.about-tag{margin:0 auto 2rem}.about-visual{order:-1}.profile-image-person{margin:0 auto;max-width:300px;width:100%}.about-description{margin:0 auto}}.scroll-approach-section{background:#030305;height:400vh;position:relative;width:100%}.ia-sticky-view{display:flex;flex-direction:column;height:100vh;justify-content:center;overflow:hidden;position:sticky;top:0;width:100%}.ia-bg-gradient{background:radial-gradient(circle at 10% 20%,#00d4ff08 0,#0000 50%),radial-gradient(circle at 90% 80%,#ff008808 0,#0000 50%);height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.ia-container{margin:0 auto;max-width:1400px;padding:0 5%;position:relative;width:100%;z-index:2}.ia-header{margin-bottom:2vh;text-align:center}.ia-tag{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50px;color:#fff9;display:inline-block;font-size:.85rem;letter-spacing:2px;margin-bottom:.5rem;padding:.5rem 1.2rem;text-transform:uppercase}.ia-title{color:#fff;font-family:Poppins,sans-serif;font-size:clamp(2.2rem,5vw,3.5rem);font-weight:700;margin-bottom:0}.ia-highlight{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#00d4ff,#0f8);-webkit-background-clip:text;background-clip:text}.ia-main-display{align-items:center;display:flex;flex-direction:column;gap:1.5rem;padding-bottom:2rem;position:relative;width:100%}.ia-id-display{align-items:center;display:flex;height:100px;justify-content:center}.ia-big-id{-webkit-text-stroke:1px currentColor;font-family:Poppins,sans-serif;font-size:clamp(5rem,15vw,8rem);font-weight:900;line-height:1;opacity:.8;text-shadow:0 0 30px #ffffff1a}.ia-card-wrapper{max-width:500px;width:100%}.ia-detail-container{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff08;border:1px solid #ffffff0d;border-radius:24px;box-shadow:0 25px 50px -12px #00000080;padding:2rem;position:relative}.ia-detail-icon{align-items:center;border:2px solid;border-radius:16px;display:flex;height:60px;justify-content:center;margin-bottom:1.5rem;width:60px}.ia-detail-title{color:#fff;font-family:Poppins,sans-serif;font-size:1.6rem;font-weight:600;margin-bottom:.8rem}.ia-detail-divider{border-radius:2px;height:3px;margin-bottom:1.2rem;width:40px}.ia-detail-desc{color:#fff9;font-family:Inter,sans-serif;font-size:.95rem;line-height:1.6;margin-bottom:2rem}.ia-progress-section{width:100%}.ia-step-info{color:#fff6;display:flex;font-size:.85rem;font-weight:500;justify-content:space-between;letter-spacing:1px;margin-bottom:.6rem}.ia-status-bar{border-radius:2px;height:4px;overflow:hidden;width:100%}.ia-status-progress{height:100%;width:100%}.ia-sidebar-dots{display:flex;gap:.8rem;margin-top:1.5rem}.ia-dot{background:#ffffff1a;border-radius:50%;height:6px;transition:all .3s ease;width:6px}.ia-dot.active{transform:scale(1.4)}@media (min-width:1024px){.ia-main-display{align-items:center;flex-direction:row;gap:0;justify-content:space-between;padding-bottom:0}.ia-id-display{flex:1 1;height:auto;justify-content:flex-start}.ia-big-id{font-size:15rem;opacity:.2}.ia-card-wrapper{display:flex;flex:1 1;justify-content:flex-end}.ia-detail-container{border-radius:30px;padding:3rem}.ia-detail-title{font-size:2rem}.ia-sidebar-dots{flex-direction:column;margin-top:0;position:absolute;right:-3rem;top:50%;transform:translateY(-50%)}}@media (max-width:480px){.ia-detail-container{border-radius:16px;padding:1.25rem}.ia-big-id{font-size:4rem;margin-bottom:-1rem}.ia-detail-title{font-size:1.3rem;margin-bottom:.5rem}.ia-detail-desc{font-size:.85rem;line-height:1.5;margin-bottom:1.5rem}.ia-detail-icon{height:50px;margin-bottom:1rem;width:50px}.ia-header{margin-bottom:1vh}}.skills-section{align-items:center;background-color:#08080a;display:flex;min-height:50vh;overflow:hidden;padding:4rem 5% 3rem;position:relative;width:100%}.skills-bg-glow{background:radial-gradient(circle at 10% 10%,#bf5af20d 0,#0000 60%);height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.floating-mesh{animation:moveMesh 25s linear infinite;background-image:linear-gradient(#bf5af20d 1px,#0000 0),linear-gradient(90deg,#bf5af20d 1px,#0000 0);background-size:80px 80px;height:200%;opacity:.15;position:absolute;transform:rotateX(70deg) translateY(-300px);width:200%}@keyframes moveMesh{0%{transform:rotateX(70deg) translateY(0)}to{transform:rotateX(70deg) translateY(-80px)}}.skills-container{margin:0 auto;max-width:1400px;position:relative;width:100%;z-index:2}.skills-header{margin-bottom:4rem;text-align:center}.skills-tag{background:#bf5af214;border:1px solid #bf5af233;border-radius:50px;color:#bf5af2;display:inline-block;font-size:.85rem;font-weight:600;letter-spacing:2px;padding:.5rem 1.2rem;text-transform:uppercase}.skills-title{color:#fff;font-family:Poppins,sans-serif;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;line-height:1.2;margin-top:1rem}.highlight-skills{color:#bf5af2;text-shadow:0 0 30px #bf5af24d}.skills-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(6,1fr)}.skill-orb-wrap{height:100%;min-height:135px}.skill-orb{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;display:flex;flex-direction:column;height:100%;justify-content:flex-start;overflow:visible;padding:1.2rem;position:relative;transition:all .4s ease}.skill-orb:hover{background:#ffffff0d;border-color:#ffffff1a}.skill-icon-badge{align-items:center;background:#ffffff08;border:1px solid #ffffff1a;border-radius:10px;color:var(--accent-color);display:flex;height:32px;justify-content:center;margin-bottom:.6rem;width:32px}.skill-icon-badge svg{stroke:currentColor;stroke-width:1.5;height:16px;width:16px}.skill-name-text{color:#fff;display:block;font-family:Poppins,sans-serif;font-size:.9rem;font-weight:700;margin-bottom:.4rem}.skill-bar-outer{background:#ffffff0d;border-radius:10px;height:3px;margin-bottom:.6rem;overflow:hidden;width:100%}.skill-bar-inner{background:var(--accent-color);border-radius:10px;box-shadow:0 0 10px var(--accent-color);height:100%}.skill-footer{align-items:center;display:flex;justify-content:space-between;margin-top:auto}.skill-percentage{color:var(--accent-color);font-size:.75rem;font-weight:700}.skill-stat{color:#ffffff4d;font-size:.65rem;letter-spacing:1px;text-transform:uppercase}.orb-glow{background:radial-gradient(circle at center,var(--accent-color) 0,#0000 80%);border-radius:24px;inset:0;opacity:.02;position:absolute;transition:opacity .4s ease;z-index:0}.skill-orb:hover .orb-glow{opacity:.1}.orb-reflect{border:1px solid #ffffff05;border-radius:20px;bottom:5%;left:5%;pointer-events:none;position:absolute;right:5%;top:5%}@media (max-width:1200px){.skills-grid{gap:1.2rem;grid-template-columns:repeat(4,1fr)}}@media (max-width:1024px){.skills-section{padding:4rem 5%}.skills-grid{gap:1rem;grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.skills-header{margin-bottom:1.5rem}.skills-grid{gap:.8rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.skill-orb-wrap{height:100%;min-height:120px}}@media (max-width:480px){.skills-grid{gap:.6rem;grid-template-columns:repeat(2,1fr)}.skill-orb-wrap{height:100%;min-height:115px}.skill-orb{padding:.8rem}.skill-icon-badge{height:28px;margin-bottom:.4rem;width:28px}.skill-name-text{font-size:.8rem;margin-bottom:.3rem}}.testimonials-section{background-color:#030305;display:flex;flex-direction:column;justify-content:center;min-height:70vh;overflow:hidden;padding:6rem 0 4rem;position:relative;width:100%}.testimonials-bg{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.ambient-blob{animation:floatBlob 20s infinite alternate;border-radius:50%;filter:blur(80px);opacity:.15;position:absolute}.blob-1{background:#00d4ff;height:37.5rem;left:-10%;top:-10%;width:37.5rem}.blob-2{animation-delay:-5s;background:#bf5af2;bottom:-10%;height:31.25rem;right:-10%;width:31.25rem}@keyframes floatBlob{0%{transform:translate(0) scale(1)}50%{transform:translate(3.125rem,1.875rem) scale(1.1)}to{transform:translate(-1.875rem,-3.125rem) scale(.9)}}.grid-overlay{background-image:linear-gradient(#ffffff08 1px,#0000 0),linear-gradient(90deg,#ffffff08 1px,#0000 0);background-size:3.75rem 3.75rem;height:100%;left:0;mask-image:radial-gradient(circle at center,#000 40%,#0000 100%);-webkit-mask-image:radial-gradient(circle at center,#000 40%,#0000 100%);position:absolute;top:0;width:100%;z-index:2}.testimonials-container{position:relative;width:100%;z-index:3}.testimonials-container .section-header{margin-bottom:4rem;padding:0 2rem;text-align:center}.testimonials-container .section-tag{background:#ffffff0d;border:1px solid #00d4ff4d;border-radius:50px;color:#00d4ff;display:inline-block;font-size:.85rem;font-weight:700;letter-spacing:2px;margin-bottom:1.5rem;padding:.5rem 1.2rem;text-transform:uppercase}.testimonials-container .section-title{color:#fff;font-family:Poppins,sans-serif;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:600;line-height:1.2}.testimonials-container .highlight-text{color:#bf5af2;font-weight:700;text-shadow:0 0 20px #bf5af266}.testimonials-slider-container{-webkit-mask-image:linear-gradient(90deg,#0000,#000 15%,#000 85%,#0000);mask-image:linear-gradient(90deg,#0000,#000 15%,#000 85%,#0000);padding:2rem 0;position:relative;width:100%}.testimonials-track{display:flex;gap:2rem;padding:0 10%;width:max-content}.testimonial-card{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff08;border:1px solid #ffffff14;border-radius:1rem;flex-shrink:0;padding:1.5rem;position:relative;transition:all .3s ease;width:20rem}.testimonial-card:hover{background:#ffffff0f;border-color:#00d4ff4d;box-shadow:0 .625rem 1.875rem #0000004d;transform:translateY(-.3125rem)}.quote-icon{color:#ffffff0d;font-family:Poppins,serif;font-size:3rem;line-height:1;position:absolute;right:1.5rem;top:1rem}.testimonial-text{color:#fffc;font-family:Inter,sans-serif;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem;min-height:5rem;position:relative;z-index:2}.testimonial-author{align-items:center;border-top:1px solid #ffffff14;display:flex;gap:1rem;padding-top:1rem}.author-avatar-wrapper{background:#fff;border:2px solid #0000;border-radius:50%;height:3rem;overflow:hidden;padding:3px;transition:all .3s ease;width:3rem}.testimonial-card:hover .author-avatar-wrapper{border-color:#00d4ff}.author-avatar-wrapper.multiple-avatars{background:#0000;border:none;display:flex;overflow:visible;padding:0;width:auto}.author-avatar-wrapper.multiple-avatars .multi-avatar{background:#f0f0f0;border:.1875rem solid #030305;border-radius:50%;height:3rem;margin-left:-1.25rem;position:relative;transition:all .3s ease;width:3rem;z-index:1}.author-avatar-wrapper.multiple-avatars .multi-avatar:first-child{margin-left:0;z-index:2}.testimonial-card:hover .multiple-avatars .multi-avatar{border-color:#00d4ff}.author-avatar{background:#f0f0f0;border-radius:50%;height:100%;object-fit:cover;width:100%}.author-info{display:flex;flex-direction:column}.author-name{color:#fff;font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:600;margin:0}.author-role{color:#00d4ff;font-family:Inter,sans-serif;font-size:.85rem;margin-top:.2rem}@media (max-width:1024px){.testimonials-track{gap:1.5rem}.testimonial-card{padding:1.25rem;width:18rem}}@media (max-width:768px){.testimonials-slider-container{-webkit-mask-image:linear-gradient(90deg,#0000,#000 10%,#000 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10%,#000 90%,#0000)}.testimonial-card{padding:1rem;width:16rem}.testimonials-container .section-header{margin-bottom:3rem}}@media (max-width:480px){.testimonial-card{width:14rem}.testimonial-text{font-size:.95rem}}.contact-section{align-items:center;background:#000;border-top:1px solid #ffffff0d;display:flex;min-height:40vh;overflow:hidden;padding:6rem 5% 4rem;position:relative;width:100%}.contact-bg-effect{background:radial-gradient(ellipse at bottom,#00d4ff14 0,#0000 60%);bottom:0;height:31.25rem;left:50%;pointer-events:none;position:absolute;transform:translateX(-50%);width:100%;z-index:1}.contact-container{margin:0 auto;max-width:62.5rem;position:relative;width:100%;z-index:2}.section-header{margin-bottom:5rem;text-align:center}.section-tag{background:#ffffff0d;border:1px solid #00d4ff4d;border-radius:3.125rem;color:#00d4ff;display:inline-block;font-size:.85rem;font-weight:700;letter-spacing:2px;margin-bottom:1.5rem;padding:.5rem 1.2rem;text-transform:uppercase}.section-title{color:#fff;font-family:Poppins,sans-serif;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;line-height:1.2}.section-title .highlight-text{color:#00d4ff;font-weight:700;text-shadow:0 0 20px #00d4ff66}.contact-cards-wrapper{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-top:3rem}.contact-card{align-items:center;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff08;border:1px solid #ffffff14;border-radius:1rem;cursor:pointer;display:flex;flex:1 1;gap:1rem;max-width:20rem;min-width:15rem;overflow:hidden;padding:1rem 1.5rem;position:relative;text-decoration:none;transition:all .4s cubic-bezier(.23,1,.32,1)}.contact-card:hover{background:#ffffff0f;border-color:#00d4ff66;box-shadow:0 .9375rem 1.875rem #00000080;transform:translateY(-.5rem)}.contact-icon-wrapper{align-items:center;background:#00d4ff14;border:1px solid #00d4ff33;border-radius:50%;display:flex;height:3rem;justify-content:center;min-width:3rem;transition:all .4s ease}.contact-card:hover .contact-icon-wrapper{background:#00d4ff33;transform:scale(1.05)}.contact-icon{color:#00d4ff;height:1.75rem;width:1.75rem}.contact-info{flex-grow:1}.contact-info h3{color:#fff;font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;margin-bottom:.1rem}.contact-info p{color:#fff9;font-family:Inter,sans-serif;font-size:.95rem;transition:color .4s ease}.contact-card:hover .contact-info p{color:#00d4ff}.contact-arrow{color:#ffffff4d;height:1.5rem;transition:all .4s cubic-bezier(.23,1,.32,1);width:1.5rem}.contact-card:hover .contact-arrow{color:#00d4ff;transform:translate(.3125rem,-.3125rem)}.card-glow{background:radial-gradient(circle,#00d4ff26 0,#0000 60%);height:150%;left:50%;opacity:0;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .5s ease;width:150%}.contact-card:hover .card-glow{opacity:1}@media (max-width:1024px){.contact-card{padding:1.5rem 2rem}}@media (max-width:768px){.contact-card{min-width:100%;padding:1.5rem}.contact-info p{font-size:.85rem;word-break:break-all}}@media (max-width:480px){.contact-section{padding:4rem 1.25rem}.section-header{margin-bottom:3rem}}
/*# sourceMappingURL=main.df693667.css.map*/