:root{--bg-dark: #ffffff;--bg-card: #f9f9ff;--bg-card-hover: #ffffff;--text-primary: #111827;--text-secondary: #6b7280;--primary-color: #8b5cf6;--primary-hover: #7c3aed;--accent-color: #fde047;--accent-text: #1f2937;--gradient-main: linear-gradient(135deg, var(--primary-color), #a78bfa);--gradient-card: linear-gradient(145deg, #ffffff 0%, #f9f9ff 100%);--shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, .05);--shadow-lg: 0 20px 25px -5px rgba(139, 92, 246, .1);--font-heading: "Outfit", sans-serif;--font-body: "Inter", sans-serif;--container-width: 1240px;--header-height: 90px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--primary-hover)}body{background-color:var(--bg-dark);color:var(--text-primary);font-family:var(--font-body);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}#app{opacity:0;transition:opacity .5s ease}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;color:var(--text-primary);line-height:1.2}p{color:var(--text-secondary)}a{text-decoration:none;color:inherit;transition:all .3s ease}ul{list-style:none}img{max-width:100%;display:block}.grid-header{position:fixed;top:0;left:0;width:100%;height:var(--header-height);background:#fff;z-index:1000;display:flex;border-bottom:1px solid rgba(0,0,0,.1)}.header-col{display:flex;align-items:center;height:100%}.header-logo{width:250px;padding-left:2rem;border-right:1px solid rgba(0,0,0,.1)}.header-nav{flex-grow:1;justify-content:center}.header-action{width:250px;justify-content:center;border-left:1px solid rgba(0,0,0,.1)}.header-nav .nav-links{display:flex;gap:3rem}.header-nav nav a{font-weight:600;font-size:.95rem;color:#1a1a1a;position:relative;display:flex;align-items:center;gap:.5rem}.header-nav nav a:hover{color:var(--primary-color)}.btn-contact-header{background:#e0d8ff;color:#1a1a1a;padding:.6rem 1.5rem;border-radius:50px;font-weight:700;border:1px solid #1a1a1a;font-family:var(--font-heading);display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:all .3s ease;font-size:.95rem}.btn-contact-header:hover{background:#d0c4ff;transform:translateY(-2px);box-shadow:2px 4px 10px #0000001a}.btn-contact-header .btn-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;background:#fff;color:var(--primary-color);border-radius:50%;font-size:.8rem;font-weight:700}.container{max-width:var(--container-width);margin:0 auto;padding:0 2rem;width:100%}.gradient-text{background:var(--gradient-main);-webkit-background-clip:text;background-clip:text;color:transparent}.glass-card{background:var(--bg-card);border:1px solid rgba(139,92,246,.1);border-radius:20px;padding:2.5rem;transition:transform .3s ease,box-shadow .3s ease;box-shadow:var(--shadow-sm)}.glass-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg);background:var(--bg-card-hover);border-color:var(--primary-color)}.section-padding{padding:6rem 0}.mb-4{margin-bottom:1.5rem}.btn-primary{background:#e0d8ff;color:#1a1a1a;padding:.8rem 2.5rem;border-radius:50px;font-weight:600;border:1px solid #1a1a1a;box-shadow:none;font-family:var(--font-heading);display:inline-block;cursor:pointer}.btn-primary:hover{background:#d0c4ff;transform:translateY(-2px);box-shadow:2px 4px 10px #0000001a}.btn-secondary{background:#fff;color:#1a1a1a;padding:.8rem 2.5rem;border-radius:50px;font-weight:600;border:1px solid #1a1a1a;font-family:var(--font-heading);display:inline-block}.btn-secondary:hover{background:#f9f9f9;border-color:#000}.btn-primary.large,.btn-secondary.large{padding:1rem 3.5rem;font-size:1.1rem}.section-title{font-size:2.5rem;margin-bottom:3rem;text-align:center}.logo{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.logo .dot{color:var(--primary-color)}.menu-toggle{display:none;flex-direction:column;gap:6px;background:none;border:none;cursor:pointer;margin-left:1rem}.menu-toggle span{width:24px;height:2px;background:#1a1a1a}.hero-section{padding-top:calc(var(--header-height) + 4rem);padding-bottom:6rem;min-height:90vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:4rem;align-items:center;width:100%}.hero-visual{display:flex;justify-content:flex-end;position:relative}.hero-visual img{max-width:110%;height:auto}@media(max-width:992px){.hero-layout{grid-template-columns:1fr;text-align:center;gap:3rem}.hero-content[style]{text-align:center!important;margin:0 auto!important}.hero-cta[style]{justify-content:center!important}.hero-visual{justify-content:center;margin-top:2rem}}.hero-content{position:relative;z-index:2;text-align:center;max-width:800px;margin:0 auto}.hero-title{font-size:4.5rem;margin-bottom:2rem;letter-spacing:-.03em;color:#111;font-weight:800;line-height:1.1}.hero-subtitle{font-size:1.15rem;color:#555;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-cta{display:flex;gap:1rem;justify-content:center;margin-bottom:4rem}.stats-bar-rounded{background:#e0d8ff;border-radius:20px;padding:2.5rem 4rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 10px 30px #8b5cf61a}.stat-item-flex{display:flex;align-items:center;gap:1.5rem}.stat-number-large{font-size:3.5rem;font-weight:800;color:#1a1a1a;line-height:1;letter-spacing:-.02em}.stat-info{display:flex;flex-direction:column;gap:.2rem;text-align:left}.stat-info strong{font-size:1rem;color:#1a1a1a;font-weight:700}.stat-info p{font-size:.85rem;color:#555;margin:0}@media(max-width:900px){.stats-bar-rounded{flex-direction:column;gap:2rem;padding:2rem;text-align:center}.stat-item-flex{flex-direction:column;gap:.5rem;text-align:center}.stat-info{text-align:center}}.glow-orb{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:radial-gradient(circle,var(--accent-glow) 0%,rgba(0,0,0,0) 70%);z-index:1;pointer-events:none;opacity:.2}.feature-list-numbered{display:flex;flex-direction:column;gap:2rem}.numbered-item{display:flex;flex-direction:column;gap:.5rem}.item-number{font-size:2rem;font-weight:700;color:#1a1a1a}.numbered-item p{color:#555;font-size:1rem;line-height:1.6;margin:0}.feature-card-purple{background:#e0d8ff;border-radius:30px;padding:3rem;display:flex;justify-content:center;align-items:center}.feature-card-purple img{box-shadow:none;max-width:80%;transform:none}.feature-section{margin-top:6rem}.feature-row{display:flex;align-items:center;gap:5rem;margin-bottom:8rem}.feature-row.reverse{flex-direction:row-reverse}.feature-text{flex:1}.feature-text h2{font-size:2.5rem;margin-bottom:1.5rem}.feature-visual{flex:1;position:relative;padding:2rem}.feature-visual img{border-radius:20px;box-shadow:0 20px 40px #0000001a;position:relative;z-index:2}.feature-visual:before{content:"";position:absolute;width:90%;height:90%;top:0;left:0;background:#fdf4ff;z-index:1;border-radius:20px}.learn-more{display:inline-block;margin-top:1.5rem;color:var(--accent-color);font-weight:500;font-size:.9rem}.dark-section{background:#111;color:#fff;padding:8rem 0;position:relative;overflow:hidden}.intro-grid{display:grid;grid-template-columns:1fr 2fr;gap:4rem}.intro-text h2{color:#fff;font-size:3rem;line-height:1.1}.intro-cards{display:flex;flex-direction:column;gap:2rem}.intro-card{background:#e0d8ff;color:#111;padding:2rem;border-radius:12px;display:flex;gap:1.5rem;align-items:flex-start}.quote-icon{font-size:2rem;font-weight:700;color:#111}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.price-card{background:#f9f9ff;padding:3rem 2rem;border-radius:20px;text-align:center;border:1px solid rgba(0,0,0,.05);transition:transform .3s ease}.price-card:hover{transform:translateY(-10px)}.price-amount{font-size:3rem;font-weight:800;margin:1.5rem 0}.faq-section{background:#e0d8ff}.faq-grid{display:grid;grid-template-columns:1fr 2fr;gap:4rem}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background:#fff;padding:1.5rem;border-radius:8px;display:flex;justify-content:space-between;cursor:pointer;font-weight:600}.featured-card-light{position:relative;border-radius:20px;overflow:hidden;background:#fff;box-shadow:var(--shadow-sm);transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(0,0,0,.05);display:flex;flex-direction:column;height:100%}.featured-card-light:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.featured-card-light .img-container{width:100%;height:250px;overflow:hidden;position:relative;background:#f3f4f6}.featured-card-light .img-container img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.featured-card-light:hover .img-container img{transform:scale(1.05)}.featured-card-light .content{padding:2rem;flex:1;display:flex;flex-direction:column}.featured-card-light h2{font-size:1.5rem;color:#1a1a1a;margin-bottom:.5rem}.featured-card-light .category{font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:var(--primary-color);font-weight:600;margin-bottom:1rem}.featured-card-light .desc{font-size:.95rem;color:#555;line-height:1.6;margin-bottom:1.5rem;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.featured-card-light .btn-view{margin-top:auto;align-self:flex-start;font-size:.9rem;font-weight:600;color:#1a1a1a;display:flex;align-items:center;gap:.5rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.9rem;color:var(--text-secondary)}.contact-form input,.contact-form textarea{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);padding:.75rem;border-radius:8px;color:#fff;font-family:inherit;transition:border-color .3s ease}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--primary-color);background:#ffffff14}.full-width{width:100%}.main-footer{padding:4rem 0;background:#0a0a0a;color:#888;text-align:center;font-size:.9rem;position:relative;overflow:hidden}.text-block-stack{display:flex;flex-direction:column;gap:2.5rem;align-items:flex-start}.text-block h3{font-size:2rem;font-weight:700;margin-bottom:1rem;color:#1a1a1a}.text-block p{font-size:1rem;color:#555;line-height:1.6;margin:0}.checkmark-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem 2rem;margin:2rem 0}.check-item{display:flex;align-items:center;gap:.75rem;color:#555;font-weight:500}.check-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;background:#e0d8ff;color:var(--primary-color);border-radius:50%;font-size:.7rem;font-weight:700}.news-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.news-list{display:flex;flex-direction:column;gap:2rem}.news-card-small{display:flex;gap:1.5rem;align-items:center}.news-thumb{position:relative;width:200px;height:120px;border-radius:16px;overflow:hidden;flex-shrink:0}.news-thumb img{width:100%;height:100%;object-fit:cover}.date-badge{position:absolute;top:10px;left:10px;background:#e6d8ffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:6px 12px;border-radius:8px;font-size:.75rem;font-weight:700;color:#1a1a1a;text-transform:uppercase;text-align:center;line-height:1.1;border:1px solid rgba(0,0,0,.1)}.news-content{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}.pill-tag{font-size:.65rem;border:1px solid #1a1a1a;padding:4px 10px;border-radius:20px;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.news-content h3{font-size:1.1rem;font-weight:700;line-height:1.4}.featured-card-dark{position:relative;border-radius:24px;overflow:hidden;margin-bottom:2rem}.featured-bg{position:relative;background:#1a1a1a;height:350px;display:flex;align-items:center;padding:3rem;overflow:hidden}.featured-img-bg{position:absolute;right:-50px;top:50%;transform:translateY(-50%);width:60%;height:auto;opacity:.6;mask-image:linear-gradient(to left,black 50%,transparent 100%);-webkit-mask-image:linear-gradient(to left,black 50%,transparent 100%)}.overlay-text{position:relative;z-index:2}.overlay-text h2{color:#a78bfa;font-size:2.5rem;line-height:1;font-weight:400;letter-spacing:.02em}.floating-action-btn{position:absolute;bottom:20px;right:20px;width:60px;height:60px;background:#e0d8ff;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid #1a1a1a;cursor:pointer;transition:transform .3s ease;z-index:10}.floating-action-btn:hover{transform:scale(1.1)}.arrow-icon{font-size:1.5rem}.btn-label{display:none}.featured-text-bottom{display:flex;flex-direction:column;gap:1rem;align-items:flex-start}.featured-text-bottom h3{font-size:1.25rem}@media(max-width:900px){.container{width:100%;padding:0 1.5rem}.grid-header{display:flex;justify-content:space-between;align-items:center;padding:0 1.5rem;height:70px;background:transparent;border-bottom:none}.header-logo img{height:35px}.header-action{display:none}.header-nav{display:contents}.menu-toggle{display:flex;flex-direction:column;justify-content:space-between;width:30px;height:21px;cursor:pointer;z-index:1000}.menu-toggle .bar{width:100%;height:3px;background-color:var(--text-primary);border-radius:10px;transition:all .3s ease}.menu-toggle.toggle-active .bar:nth-child(1){transform:translateY(9px) rotate(45deg)}.menu-toggle.toggle-active .bar:nth-child(2){opacity:0}.menu-toggle.toggle-active .bar:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.nav-links{display:none}.nav-links.nav-active{display:flex;flex-direction:column;position:fixed;top:70px;left:0;width:100%;height:calc(100vh - 70px);background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;align-items:center;justify-content:center;gap:2rem;z-index:999;border-top:1px solid rgba(0,0,0,.05)}.nav-links li{width:100%;text-align:center}.nav-links a{font-size:1.5rem;display:block;padding:1rem;color:var(--text-primary)}h1{font-size:2rem}.stats-bar-rounded,.service-card,.news-card,.team-card{border:none;box-shadow:none;background:transparent}.stats-bar-rounded{margin-top:0;padding:0}.service-card{background:#fff;box-shadow:0 4px 15px #0000000d}.mobile-only{display:block!important;margin-top:1rem}.mobile-only .btn-contact-header{display:inline-flex;width:auto}.hero-layout,.feature-row,.feature-row.reverse,.stats-bar-rounded,.intro-grid,.footer-grid{display:flex;flex-direction:column;text-align:center;gap:2rem}.feature-visual{order:-1;margin-bottom:1rem}.feature-visual img{max-width:100%;height:auto}.hero-content,.hero-cta,.feature-text{text-align:center!important;align-items:center;justify-content:center!important;margin:0 auto}h1{font-size:2.5rem}h2{font-size:2rem}.stats-bar-rounded{margin-top:2rem}.btn-primary.large,.btn-secondary.large{padding:.8rem 1.5rem;font-size:.95rem;width:100%;max-width:280px;margin:.5rem auto}}.mobile-only{display:none}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.service-card{background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:20px;padding:2.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.service-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000014;border-color:#8b5cf633}.service-icon{width:70px;height:70px;background:#e0d8ff;color:var(--primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.service-icon svg{width:32px;height:32px;stroke:currentColor;stroke-width:2;fill:none}.service-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.service-card .btn-primary{margin-top:auto;padding:.6rem 2rem;font-size:.9rem}.page-top-spacing{padding-top:calc(var(--header-height) + 50px)}#loader{position:fixed;top:0;left:0;width:100%;height:100%;background-color:var(--bg-color);z-index:9999;display:flex;align-items:center;justify-content:center;transition:opacity .5s ease-out,visibility .5s ease-out}.loader-hidden{opacity:0;visibility:hidden;pointer-events:none}.spinner{width:50px;height:50px;border:5px solid rgba(139,92,246,.2);border-top:5px solid var(--primary-color);border-radius:50%;animation:spin 1s linear infinite}.feedback-slider-container{height:480px;overflow:hidden;position:relative;mask-image:linear-gradient(to bottom,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to bottom,transparent,black 10%,black 90%,transparent)}.feedback-track{display:flex;flex-direction:column;gap:1.5rem;animation:scrollUp 20s linear infinite}.feedback-slider-container:hover .feedback-track{animation-play-state:paused}@keyframes scrollUp{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.feedback-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);padding:1.5rem;border-radius:16px;display:flex;gap:1rem;align-items:flex-start;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.feedback-card h4{color:#fff;margin-bottom:.25rem;font-size:1.1rem}.feedback-card p{color:#ccc;font-size:.95rem;line-height:1.5}.team-card{background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:20px;padding:2.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;align-items:center}.team-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000014}.team-avatar{width:100px;height:100px;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:1.8rem;font-weight:700;color:#fff}.team-card h3{margin-bottom:.5rem;font-size:1.2rem;color:var(--text-dark)}.team-card .role{color:var(--primary-color);font-weight:600;font-size:.95rem;margin:0}#loader{position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;z-index:9999;display:flex;justify-content:center;align-items:center;transition:opacity .5s ease,visibility .5s}.loader-hidden{opacity:0;visibility:hidden}.spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid var(--primary-color);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.deco-shape{position:absolute;z-index:-1;pointer-events:none;opacity:.8;filter:blur(20px);animation:float 10s ease-in-out infinite}.deco-1{top:10%;right:5%;width:300px;animation-delay:0s;opacity:.4}.deco-2{top:30%;left:-5%;width:400px;animation-delay:2s;opacity:.3}.deco-3{bottom:10%;right:-5%;width:250px;animation-delay:4s;opacity:.4}.deco-4{top:40%;right:10%;width:200px;animation-delay:1s;opacity:.3}.deco-hero{position:absolute;top:-50px;right:-50px;width:500px;z-index:-1;opacity:.5;filter:blur(40px);animation:float 15s ease-in-out infinite alternate}@keyframes float{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(-30px) rotate(5deg)}to{transform:translateY(0) rotate(0)}}
