:root{--bg-color: #050505;--text-color: #ffffff;--accent-color: #4285f4;--card-bg: rgba(255, 255, 255, .03);--card-border: rgba(255, 255, 255, .08);--font-main: "Inter", system-ui, -apple-system, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-color);font-family:var(--font-main);overflow-x:hidden;line-height:1.5;-webkit-font-smoothing:antialiased}#bg-canvas{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1}nav{position:fixed;top:0;width:100%;padding:2rem 4rem;display:flex;justify-content:space-between;align-items:center;z-index:200;transition:background .3s}nav.scrolled{background:#050505cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.logo{font-weight:700;font-size:1.25rem;letter-spacing:-.02em;color:#fff}.logo a{color:inherit;text-decoration:none;cursor:pointer;transition:opacity .2s;display:block}.logo a:hover{opacity:.8}.links a{color:#9aa0a6;text-decoration:none;margin-left:2.5rem;font-size:.9rem;font-weight:500;transition:color .2s}.links a:hover{color:#fff}section{padding:8rem 2rem;max-width:1400px;margin:0 auto}h1,h2,h3{font-weight:600;letter-spacing:-.03em;line-height:1.1}#hero{height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding-top:10rem}.hero-content{max-width:1200px;z-index:2;overflow:visible}.hero-logo{font-size:1.5rem;font-weight:700;letter-spacing:.05em;color:#fff;margin-bottom:2rem;text-align:center}.hero-logo img{max-width:250px;height:auto;display:block;margin:0 auto}.hero-content h1{font-size:clamp(3.5rem,8vw,6rem);margin-bottom:1.5rem;background:linear-gradient(180deg,#fff,#adadad);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;white-space:nowrap;overflow:visible;padding:0 1rem;transition:all .3s ease}@keyframes gradient-flow{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.gradient-text-1:hover{background:linear-gradient(300deg,#00c6ff,#0072ff,#00c6ff);background-size:300%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:gradient-flow 3s ease infinite;text-shadow:0 0 20px rgba(0,198,255,.6)}.gradient-text-2:hover{background:linear-gradient(300deg,#f0c,#339,#f0c);background-size:300%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:gradient-flow 3s ease infinite;text-shadow:0 0 20px rgba(255,0,204,.6)}.gradient-text-3:hover{background:linear-gradient(300deg,#f96,#ff5e62,#f96);background-size:300%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:gradient-flow 3s ease infinite;text-shadow:0 0 20px rgba(255,94,98,.6)}.gradient-text-4:hover{background:linear-gradient(300deg,#7b4397,#dc2430,#7b4397);background-size:300%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:gradient-flow 3s ease infinite;text-shadow:0 0 20px rgba(220,36,48,.6)}.gradient-text-5:hover{background:linear-gradient(300deg,#11998e,#38ef7d,#11998e);background-size:300%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:gradient-flow 3s ease infinite;text-shadow:0 0 20px rgba(56,239,125,.6)}.gradient-text-6:hover{background:linear-gradient(300deg,#cac531,#f3f9a7,#cac531);background-size:300%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:gradient-flow 3s ease infinite;text-shadow:0 0 20px rgba(243,249,167,.6)}.gradient-text-7:hover{background:linear-gradient(300deg,#a8ff78,#78ffd6,#a8ff78);background-size:300%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:gradient-flow 3s ease infinite;text-shadow:0 0 20px rgba(120,255,214,.6)}.gradient-text-8:hover{background:linear-gradient(300deg,#232526,#414345,#232526);background-size:300%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:gradient-flow 3s ease infinite;text-shadow:0 0 20px rgba(65,67,69,.6)}.hero-content p{font-size:1.25rem;color:#9aa0a6;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}#about{display:flex;justify-content:center;align-items:center}.about-card{max-width:1000px;padding:3rem;margin:0 auto;display:flex;flex-direction:row;align-items:center;gap:4rem;text-align:left}.about-content-col{flex:1}.about-image-col{flex:1;display:flex;justify-content:center;align-items:center}.about-image-col img{width:100%;max-width:400px;height:auto;aspect-ratio:1 / 1;object-fit:cover;border-radius:16px;border:1px solid rgba(255,255,255,.1);box-shadow:0 10px 30px #0000004d}.about-logo{width:60px;height:auto;margin-bottom:1.5rem;opacity:.9;display:block;margin-left:0}.about-card h2{margin-bottom:2rem;font-size:2.5rem;text-align:left}.about-card p{margin-bottom:1.5rem;font-size:1.15rem;line-height:1.8;color:#e0e0e0}@media(max-width:768px){.about-card{flex-direction:column-reverse;text-align:center;gap:2rem}.about-card h2{text-align:center}.about-logo{margin:0 auto 1.5rem}.about-image-col img{max-width:300px}}.cta-button{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2.5rem;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.18);color:#fff;text-decoration:none;font-weight:600;font-size:1rem;border-radius:999px;transition:transform .2s,box-shadow .2s,background .2s,border-color .2s;box-shadow:0 8px 32px #0000005e}.cta-button:hover{transform:translateY(-2px);background:linear-gradient(135deg,#fff3,#ffffff1a);border-color:#fff6;box-shadow:0 8px 32px #00000080}h2{font-size:3rem;margin-bottom:4rem;text-align:center}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.card{background:var(--card-bg);padding:3rem;border-radius:24px;border:1px solid var(--card-border);transition:transform .3s,background .3s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.card:hover{transform:translateY(-5px);background:#ffffff0f;border-color:#ffffff26}.card h3{font-size:1.5rem;margin-bottom:1rem;color:#fff}.card p{color:#9aa0a6;font-size:1rem;line-height:1.6}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4rem;text-align:center;margin-top:2rem}.stat-item .number{font-size:5rem;font-weight:700;color:var(--accent-color);margin-bottom:.5rem;letter-spacing:-.05em}.stat-item .label{font-size:1.1rem;font-weight:500;color:#fff;margin-bottom:1rem}.stat-item p{color:#9aa0a6;font-size:.95rem}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;width:100%;max-width:1000px}.faq-card{padding:2.5rem;transition:transform .3s ease,background .3s}.faq-card:hover{transform:translateY(-5px);background:#1e1e1eb3}.faq-card h3{font-size:1.3rem;margin-bottom:1rem;color:#fff}.faq-card p{color:#a0a0a0;line-height:1.6;font-size:1rem}@media(max-width:768px){.faq-grid{grid-template-columns:1fr}}footer{text-align:center;padding:4rem 0;color:#5f6368;font-size:.85rem;border-top:1px solid var(--card-border);margin-top:4rem}@media(max-width:768px){.hero-content h1{font-size:3.5rem;white-space:normal}nav{padding:1.5rem}.links{display:none}.stats-grid{grid-template-columns:1fr;gap:2rem}section{padding:5rem 1.5rem}}.cursor{display:inline-block;width:1px;background-color:#fff;animation:blink 1s step-end infinite;margin-left:1px;vertical-align:text-bottom;height:1em}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#050505}::-webkit-scrollbar-thumb{background:#333;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#555}#scroll-sequence{position:relative;height:450vh}@media(max-width:768px){#scroll-sequence{height:400vh}}.sticky-wrapper{position:sticky;top:0;height:100vh;width:100%;overflow:hidden;display:flex;justify-content:center;align-items:center}.scroll-section{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.95);width:100%;max-width:1200px;opacity:0;transition:opacity .6s ease-out,transform .6s ease-out;pointer-events:none;padding:0 1rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.scroll-section.active-section{opacity:1;pointer-events:auto;transform:translate(-50%,-50%) scale(1)}.service-card{display:flex;flex-direction:row;align-items:center;gap:3rem;padding:1rem;max-width:1100px;width:100%}.service-image{flex:1;max-width:450px;width:100%;aspect-ratio:1 / 1;border-radius:16px;overflow:hidden;display:flex;justify-content:center;align-items:center;background:#0003;border:1px solid rgba(255,255,255,.05);box-shadow:0 10px 30px #0000004d}.service-image img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.service-card:hover .service-image img{transform:scale(1.05)}.service-content{flex:1;text-align:left}.service-content h3{font-size:2.2rem;margin-bottom:1.2rem;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.5)}.glass-panel{background:#14141499;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);box-shadow:0 8px 32px #0006;gap:2rem;margin-top:2rem;flex-wrap:wrap}@media(max-width:768px){.services-preview{display:grid!important;grid-template-columns:repeat(2,1fr)!important;place-items:center;gap:1.5rem .5rem;margin-top:1.5rem}.preview-item{width:80px}.preview-item img{width:60px;height:60px}.preview-item span{font-size:.75rem}}.antigravity-widget{position:fixed;bottom:2rem;right:2rem;display:flex;align-items:center;gap:1rem;background:#14141499;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.5)}.service-content p{line-height:1.7;color:#ddd;font-size:1.1rem}.glass-panel{background:#14141499;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);box-shadow:0 8px 32px #0006;border-radius:20px;padding:2.5rem}@media(max-width:768px){.service-card{flex-direction:column;text-align:center}.service-content{text-align:center}.service-image{width:140px;height:auto;aspect-ratio:1 / 1;margin:0 auto 1.5rem}#scroll-sequence{height:600vh}}.services-preview{display:flex;justify-content:center;gap:2rem;margin-top:2rem;flex-wrap:wrap}.preview-item{display:flex;flex-direction:column;align-items:center;gap:.8rem;width:100px;cursor:pointer;transition:transform .3s ease}.preview-item:hover{transform:translateY(-5px)}.preview-item img{width:80px;height:80px;border-radius:16px;object-fit:cover;border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 15px #0000004d;transition:border-color .3s ease}.preview-item:hover img{border-color:#ffffff80}.preview-item span{font-size:.9rem;color:#ccc;font-weight:600;text-transform:uppercase;letter-spacing:.05em}@media(max-width:768px){.services-preview{gap:1rem;margin-top:1.5rem}.preview-item{width:80px}.preview-item img{width:60px;height:60px}.preview-item span{font-size:.75rem}}#contact{text-align:center;display:flex;flex-direction:column;align-items:center}#contact p{margin-bottom:2.5rem;color:#9aa0a6;font-size:1.2rem;max-width:600px}.contact-form{width:100%;max-width:500px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.contact-form input,.contact-form textarea{padding:1.2rem;background:#ffffff08;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-family:inherit;font-size:1rem;transition:all .3s ease;width:100%}.contact-form input:focus,.contact-form textarea:focus{outline:none;background:#ffffff14;border-color:#ffffff4d;transform:translateY(-2px);box-shadow:0 4px 20px #0003}.contact-form textarea{height:150px;resize:vertical}.contact-form button{padding:1.2rem;background:linear-gradient(135deg,#0070f366,#0050c833);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(0,112,243,.3);border-radius:8px;color:#fff;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:1.1rem;letter-spacing:.5px;margin-top:.5rem;width:100%}.contact-form button:hover{background:linear-gradient(135deg,#0070f399,#0050c866);border-color:#0070f399;transform:translateY(-2px);box-shadow:0 0 20px #0070f366}.antigravity-widget{position:fixed;bottom:2rem;right:2rem;display:flex;align-items:center;gap:1rem;background:#14141499;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.1);border-radius:50px;padding:0;transition:width .4s cubic-bezier(.2,.8,.2,1),background .3s;overflow:hidden;width:50px;height:50px;box-shadow:0 10px 30px #00000080;z-index:1000;white-space:nowrap;color:#aaa;text-shadow:none}.antigravity-widget:hover{width:240px;background:#1e1e1ecc;border-color:#fff3;padding-right:1.5rem}.widget-icon{min-width:50px;height:50px;display:flex;justify-content:center;align-items:center;color:#aaa;flex-shrink:0}.control-group input[type=range]{-webkit-appearance:none;appearance:none;width:100%;height:4px;background:#ffffff1a;border-radius:2px;outline:none;padding:0;border:none;margin-top:.5rem}.widget-controls{display:flex;flex-direction:column;gap:0;opacity:0;visibility:hidden;transition:opacity .3s ease .2s,visibility .3s ease .2s;width:100%;justify-content:center}.antigravity-widget:hover .widget-controls{opacity:1;visibility:visible}.antigravity-widget:not(:hover) .widget-controls{transition:opacity .1s ease 0s,visibility 0s linear .1s}.control-group{display:flex;flex-direction:column;width:100%;align-items:flex-start}.control-group label{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#bbb;margin-bottom:.2rem;font-weight:600;display:block;font-family:var(--font-main)}.widget-icon svg{animation:pulse-glow 3s infinite ease-in-out}.control-group input[type=range]{-webkit-appearance:none;appearance:none;width:100%;height:4px;background:#ffffff1a;border-radius:2px;outline:none;padding:0;border:none}.control-group input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:14px;height:14px;background:#ccc;border-radius:50%;cursor:pointer;box-shadow:0 0 5px #00000080;transition:transform .2s,background .2s}.control-group input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.2);background:#fff}@keyframes pulse-glow{0%,to{filter:drop-shadow(0 0 2px rgba(255,255,255,.3));opacity:.8}50%{filter:drop-shadow(0 0 8px rgba(255,255,255,.6));opacity:1}}.hamburger{display:none;flex-direction:column;justify-content:space-between;width:30px;height:21px;background:transparent;border:none;cursor:pointer;z-index:200;padding:0}.hamburger span{width:100%;height:3px;background-color:#fff;border-radius:3px;transition:all .3s ease}.hamburger.active span:nth-child(1){transform:translateY(9px) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.mobile-menu{position:fixed;top:0;left:0;width:100%;height:100vh;background:#050505f2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:150;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease}.mobile-menu.active{opacity:1;visibility:visible;pointer-events:auto}.mobile-menu a{font-size:2rem;font-weight:600;color:#fff;text-decoration:none;opacity:0;transform:translateY(20px);transition:all .3s ease}.mobile-menu.active a{opacity:1;transform:translateY(0)}.mobile-menu.active a:nth-child(1){transition-delay:.1s}.mobile-menu.active a:nth-child(2){transition-delay:.2s}.mobile-menu.active a:nth-child(3){transition-delay:.3s}.mobile-menu.active a:nth-child(4){transition-delay:.4s}.mobile-menu.active a:nth-child(5){transition-delay:.5s}@media(max-width:768px){.links{display:none!important}.hamburger{display:flex}nav{padding:1rem 1.5rem}section{padding:2rem 1.5rem}.about-card{flex-direction:column;padding:1.5rem;gap:1.5rem}.about-image-col{width:100%;order:-1}.about-image-col img{max-width:100%;width:140px}.about-content-col{width:100%;text-align:center}.about-content-col h2{font-size:1.8rem}.about-content-col p{font-size:.95rem;line-height:1.5}.service-card,.result-card{width:100%;margin-bottom:1.5rem}#services-intro,#results,#faq{display:flex;flex-direction:column;align-items:center}h2{font-size:1.8rem}p{font-size:.95rem}#results h2{margin-bottom:1rem}#results.scroll-section{padding-top:2rem}.stat-item .number{font-size:3rem;margin-bottom:.2rem}.stat-item p{font-size:.9rem;line-height:1.4}.faq-item{width:100%;padding:1.25rem}.contact-form{width:100%;padding:0 1.5rem}.contact-form input,.contact-form textarea{width:100%;font-size:1rem}.antigravity-widget{bottom:1rem;right:1rem;transform:scale(.9)}.antigravity-widget:hover{width:200px}.scroll-section{padding-top:80px;justify-content:flex-start}html{scroll-snap-type:y proximity}#scroll-sequence{height:600vh}.faq-grid{gap:.5rem}.faq-card{cursor:pointer;overflow:hidden;padding:1rem;position:relative}#faq{padding-top:2rem;padding-bottom:2rem;position:relative;background:transparent;min-height:80vh;display:flex;flex-direction:column;justify-content:center;margin-bottom:20vh}#contact{min-height:80vh;display:flex;flex-direction:column;justify-content:center}#faq h2{margin-bottom:1rem}.faq-card p{max-height:0;opacity:0;margin:0;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1)}.faq-card h3{margin:0;font-size:1.1rem;pointer-events:none;position:relative;padding-right:20px}.faq-card.active p{max-height:500px;opacity:1;margin-top:1rem}.faq-card.active{background:#ffffff14;border-color:#fff3}}
