@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Outfit:wght@400;600;700;800;900&display=swap";
:root{--brand:#465fff;--brand-hover:#3641f5;--brand-light:#465fff1f;--brand-glow:#465fff59;--bg:#070c18;--bg-card:#0d1428b3;--bg-section:#ffffff04;--text:#f0f4ff;--text-muted:#7a8ab8;--text-subtle:#4a5980;--border:#465fff24;--border-soft:#ffffff0f;--success:#12b76a;--warning:#f79009;--grad-brand:linear-gradient(135deg, #465fff 0%, #7c3aed 100%);--grad-hero:radial-gradient(ellipse 80% 60% at 50% -10%, #465fff4d 0%, transparent 70%);--nav-h:64px;--radius:1rem}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;background-image:var(--grad-hero);background-attachment:fixed;font-family:Inter,sans-serif;line-height:1.65;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}h1,h2,h3,h4,h5{letter-spacing:-.03em;color:var(--text);font-family:Outfit,sans-serif;line-height:1.1}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.25rem}.section{padding:80px 0}.text-gradient{background:linear-gradient(90deg,#6b8fff 0%,#a78bfa 50%,#465fff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-brand{color:var(--brand)}.blob{filter:blur(130px);z-index:-1;pointer-events:none;opacity:0;border-radius:50%;animation:2s forwards blobFade;position:fixed}.blob-1{opacity:0;background:#465fff;width:700px;height:700px;top:-200px;left:-200px}.blob-2{opacity:0;background:#7c3aed;width:600px;height:600px;bottom:-200px;right:-150px}.blob-3{opacity:0;background:#0ea5e9;width:400px;height:400px;top:40%;left:50%;transform:translate(-50%)}@keyframes blobFade{0%{opacity:0}to{opacity:.07}}body:before{content:"";z-index:0;pointer-events:none;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:200px;position:fixed;inset:0}.navbar{height:var(--nav-h);z-index:999;-webkit-backdrop-filter:blur(20px)saturate(180%);backdrop-filter:blur(20px)saturate(180%);border-bottom:1px solid var(--border-soft);background:#070c18cc;align-items:center;padding:0 1.25rem;transition:background .3s;display:flex;position:fixed;top:0;left:0;right:0}.navbar-inner{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;display:flex}.navbar-brand{align-items:center;gap:10px;text-decoration:none;display:flex}.brand-icon{background:var(--grad-brand);width:36px;height:36px;box-shadow:0 0 20px var(--brand-glow);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.brand-icon svg{width:20px;height:20px}.brand-name{letter-spacing:-.03em;font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:800}.brand-name span{color:var(--brand)}.navbar-links{display:none}.navbar-cta{background:var(--brand);color:#fff;border:none;border-radius:.7rem;align-items:center;gap:6px;padding:.5rem 1.1rem;font-size:.82rem;font-weight:700;transition:background .2s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 14px #465fff4d}.navbar-cta:hover{background:var(--brand-hover);box-shadow:0 6px 20px #465fff73}.hero{padding-top:calc(var(--nav-h) + 60px);padding-bottom:80px;position:relative}.hero-inner{flex-direction:column;gap:3rem;display:flex}.hero-tag{background:var(--brand-light);color:#7c9fff;text-transform:uppercase;letter-spacing:.08em;border:1px solid #465fff40;border-radius:100px;align-items:center;gap:8px;margin-bottom:1.5rem;padding:6px 14px;font-size:.72rem;font-weight:700;display:inline-flex}.hero-tag-dot{background:var(--brand);border-radius:50%;width:6px;height:6px;animation:2s infinite pulse-dot}@keyframes pulse-dot{0%,to{box-shadow:0 0 #465fff66}50%{box-shadow:0 0 0 5px #0000}}.hero h1{margin-bottom:1.5rem;font-size:clamp(2.5rem,7vw,5rem);line-height:1.05}.hero-sub{color:var(--text-muted);max-width:540px;margin-bottom:2.5rem;font-size:1.05rem;line-height:1.7}.btn-group{flex-direction:column;gap:.75rem;display:flex}.btn-primary{background:var(--brand);color:#fff;border:none;border-radius:.85rem;justify-content:center;align-items:center;gap:8px;width:100%;padding:.9rem 2rem;font-size:1rem;font-weight:700;transition:all .25s;display:inline-flex;box-shadow:0 8px 24px #465fff59}.btn-primary:hover{background:var(--brand-hover);transform:translateY(-2px);box-shadow:0 14px 32px #465fff80}.btn-secondary{color:var(--text);border:1px solid var(--border-soft);background:0 0;border-radius:.85rem;justify-content:center;align-items:center;gap:8px;width:100%;padding:.9rem 2rem;font-size:1rem;font-weight:600;transition:all .25s;display:inline-flex}.btn-secondary:hover{border-color:var(--brand);color:var(--brand);background:#ffffff0d}.btn-outline{color:var(--brand);border:1px solid var(--brand);background:0 0;border-radius:.75rem;justify-content:center;align-items:center;gap:8px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .25s;display:inline-flex}.btn-outline:hover{background:var(--brand-light)}.glass{background:var(--bg-card);-webkit-backdrop-filter:blur(24px)saturate(160%);backdrop-filter:blur(24px)saturate(160%);border:1px solid var(--border-soft);border-radius:1.5rem}.glass-sm{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-soft);border-radius:var(--radius);background:#0d142880}.hero-visual{position:relative}.dashboard-mockup{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid var(--border);box-shadow:0 0 0 1px var(--border), 0 40px 80px #0009, 0 0 80px #465fff1a;background:#0d1428e6;border-radius:1.5rem;overflow:hidden}.mockup-bar{border-bottom:1px solid var(--border-soft);align-items:center;gap:6px;padding:12px 16px;display:flex}.mockup-dot{border-radius:50%;width:10px;height:10px}.mockup-dot:first-child{background:#ff5f57}.mockup-dot:nth-child(2){background:#febc2e}.mockup-dot:nth-child(3){background:#28c840}.mockup-body{grid-template-columns:1fr 1fr;gap:.75rem;padding:1rem;display:grid}.mockup-card{border:1px solid var(--border);background:#465fff12;border-radius:.75rem;padding:1rem}.mockup-card-full{grid-column:1/-1}.mockup-label{color:var(--text-subtle);text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px;font-size:.65rem;font-weight:600}.mockup-value{color:var(--text);font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:800}.mockup-value.green{color:var(--success)}.mockup-value.blue{color:var(--brand)}.mockup-bar-chart{align-items:flex-end;gap:4px;height:50px;margin-top:8px;display:flex}.mockup-bar-item{background:#465fff40;border-radius:3px;flex:1;transition:background .2s}.mockup-bar-item.active{background:var(--brand)}.mockup-list-item{border-bottom:1px solid var(--border-soft);color:var(--text-muted);justify-content:space-between;align-items:center;padding:6px 0;font-size:.7rem;display:flex}.mockup-list-item:last-child{border-bottom:none}.mockup-dot-status{background:var(--success);border-radius:50%;width:6px;height:6px;margin-right:6px;display:inline-block}.stats-section{padding:0 0 80px}.stats-grid{background:var(--border-soft);border:1px solid var(--border-soft);border-radius:1.5rem;grid-template-columns:repeat(2,1fr);gap:1px;display:grid;overflow:hidden}.stat-item{background:var(--bg-card);text-align:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:2rem 1.25rem;position:relative;overflow:hidden}.stat-item:before{content:"";pointer-events:none;background:radial-gradient(#465fff0d 0%,#0000 70%);position:absolute;inset:0}.stat-number{background:linear-gradient(135deg,#7c9fff,#465fff);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:6px;font-family:Outfit,sans-serif;font-size:2.5rem;font-weight:900;display:block}.stat-label{color:var(--text-muted);font-size:.8rem;font-weight:500}.section-header{text-align:center;margin-bottom:3.5rem}.section-tag{background:var(--brand-light);color:#7c9fff;text-transform:uppercase;letter-spacing:.1em;border:1px solid #465fff33;border-radius:100px;margin-bottom:1rem;padding:4px 12px;font-size:.7rem;font-weight:700;display:inline-block}.section-header h2{margin-bottom:1rem;font-size:clamp(1.8rem,4vw,3rem)}.section-header p{color:var(--text-muted);max-width:560px;margin:0 auto;font-size:1rem;line-height:1.7}.modules-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.module-card{background:var(--bg-card);border:1px solid var(--border-soft);cursor:pointer;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:1.25rem;padding:1.5rem 1.25rem;transition:all .3s;position:relative;overflow:hidden}.module-card:before{content:"";background:var(--grad-brand);opacity:0;pointer-events:none;border-radius:inherit;transition:opacity .3s;position:absolute;inset:0}.module-card:hover{border-color:var(--brand);transform:translateY(-4px);box-shadow:0 16px 40px #465fff33}.module-card:hover:before{opacity:.04}.module-icon{margin-bottom:.75rem;font-size:2rem;display:block}.module-card h3{margin-bottom:.4rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:700}.module-card p{color:var(--text-muted);font-size:.78rem;line-height:1.5}.module-card .module-arrow{background:var(--brand-light);width:26px;height:26px;color:var(--brand);opacity:0;border-radius:6px;justify-content:center;align-items:center;font-size:.75rem;transition:all .2s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.module-card:hover .module-arrow{opacity:1}.modal-overlay{z-index:9999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;pointer-events:none;background:#000000b3;justify-content:center;align-items:center;padding:1.25rem;transition:opacity .3s;display:flex;position:fixed;inset:0}.modal-overlay.open{opacity:1;pointer-events:all}.modal{border:1px solid var(--border);width:100%;max-width:600px;max-height:90vh;box-shadow:0 40px 80px #000000b3, 0 0 0 1px var(--border);background:#0a1020f2;border-radius:1.5rem;padding:2rem;transition:all .3s cubic-bezier(.2,.8,.2,1);overflow-y:auto;transform:translateY(20px)scale(.97)}.modal-overlay.open .modal{transform:translateY(0)scale(1)}.modal-header{justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;display:flex}.modal-icon{margin-bottom:.5rem;font-size:2.5rem;display:block}.modal-header h2{margin-bottom:.25rem;font-size:1.5rem}.modal-header p{color:var(--text-muted);font-size:.9rem}.modal-close{background:var(--border-soft);border:1px solid var(--border-soft);width:36px;height:36px;color:var(--text-muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;transition:all .2s;display:flex}.modal-close:hover{color:var(--text);background:#465fff26}.modal-divider{background:var(--border-soft);height:1px;margin:1.5rem 0}.modal-features-title{text-transform:uppercase;letter-spacing:.1em;color:var(--brand);margin-bottom:1rem;font-size:.8rem;font-weight:700}.modal-feature{align-items:flex-start;gap:12px;margin-bottom:.85rem;display:flex}.modal-feature-check{width:20px;height:20px;color:var(--success);background:#12b76a1a;border:1px solid #12b76a33;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;font-size:.7rem;display:flex}.modal-feature p{color:var(--text-muted);font-size:.88rem;line-height:1.5}.modal-feature p strong{color:var(--text);font-weight:600}.modal-use-cases{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.use-case-tag{background:var(--brand-light);color:#7c9fff;border:1px solid #465fff33;border-radius:100px;padding:4px 12px;font-size:.72rem;font-weight:600}.advantages-grid{grid-template-columns:1fr;gap:1rem;display:grid}.advantage-card{background:var(--bg-card);border:1px solid var(--border-soft);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:1.25rem;gap:1rem;padding:1.5rem;transition:all .25s;display:flex}.advantage-card:hover{border-color:var(--brand);transform:translate(4px)}.adv-icon{background:var(--brand-light);border:1px solid #465fff33;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.3rem;display:flex}.adv-content h4{margin-bottom:.3rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:700}.adv-content p{color:var(--text-muted);font-size:.82rem;line-height:1.5}.use-cases-tabs{scrollbar-width:none;gap:.5rem;margin-bottom:2rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.use-cases-tabs::-webkit-scrollbar{display:none}.uc-tab{border:1px solid var(--border-soft);color:var(--text-muted);white-space:nowrap;cursor:pointer;background:0 0;border-radius:.7rem;align-items:center;gap:8px;padding:.6rem 1.2rem;font-size:.85rem;font-weight:600;transition:all .2s;display:inline-flex}.uc-tab:hover{color:var(--text);border-color:var(--brand);background:var(--brand-light)}.uc-tab.active{background:var(--brand);color:#fff;border-color:var(--brand);box-shadow:0 4px 16px #465fff59}.uc-content{background:var(--bg-card);border:1px solid var(--border-soft);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:1.5rem;padding:2rem;display:none}.uc-content.active{display:block}.uc-content h3{margin-bottom:.75rem;font-size:1.3rem}.uc-content>p{color:var(--text-muted);margin-bottom:1.5rem;font-size:.9rem;line-height:1.7}.uc-modules{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.uc-module-tag{color:#8ca5ff;background:#465fff14;border:1px solid #465fff26;border-radius:100px;padding:5px 14px;font-size:.75rem;font-weight:600}.uc-benefit{border-bottom:1px solid var(--border-soft);color:var(--text-muted);align-items:center;gap:10px;padding:.65rem 0;font-size:.85rem;display:flex}.uc-benefit:last-child{border-bottom:none}.uc-benefit:before{content:"✓";width:18px;height:18px;color:var(--success);background:#12b76a1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.65rem;display:flex}.cta-box{text-align:center;background:linear-gradient(135deg,#465fff1a 0%,#7c3aed1a 100%);border:1px solid #465fff33;border-radius:2rem;padding:4rem 2rem;position:relative;overflow:hidden}.cta-box:before{content:"";pointer-events:none;background:radial-gradient(#465fff26 0%,#0000 70%);width:600px;height:600px;position:absolute;top:-50%;left:50%;transform:translate(-50%)}.cta-box h2{margin-bottom:1rem;font-size:clamp(1.8rem,4vw,2.5rem)}.cta-box p{color:var(--text-muted);max-width:480px;margin:0 auto 2rem;font-size:1rem}.faq-list{flex-direction:column;gap:.75rem;display:flex}.faq-item{background:var(--bg-card);border:1px solid var(--border-soft);border-radius:1rem;transition:border-color .2s;overflow:hidden}.faq-item.open{border-color:var(--brand)}.faq-q{text-align:left;width:100%;color:var(--text);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;font-size:.95rem;font-weight:600;display:flex}.faq-chevron{background:var(--brand-light);width:24px;height:24px;color:var(--brand);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;transition:transform .3s;display:flex}.faq-item.open .faq-chevron{transform:rotate(180deg)}.faq-a{color:var(--text-muted);padding:0 1.5rem 1.25rem;font-size:.9rem;line-height:1.7;display:none}.faq-item.open .faq-a{display:block}.footer{border-top:1px solid var(--border-soft);padding:3rem 0}.footer-inner{flex-direction:column;gap:2rem;display:flex}.footer-brand{align-items:center;gap:10px;margin-bottom:.75rem;display:flex}.footer-desc{color:var(--text-muted);max-width:280px;font-size:.85rem;line-height:1.7}.footer-cols{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.footer-col h5{color:var(--text);margin-bottom:1rem;font-family:Inter,sans-serif;font-size:.85rem;font-weight:700}.footer-col a{color:var(--text-muted);margin-bottom:.6rem;font-size:.82rem;transition:color .2s;display:block}.footer-col a:hover{color:var(--brand)}.footer-bottom{border-top:1px solid var(--border-soft);text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding-top:2rem;display:flex}.footer-bottom p{color:var(--text-subtle);font-size:.8rem}.footer-badges{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.footer-badge{color:#8ca5ff;letter-spacing:.06em;text-transform:uppercase;background:#465fff14;border:1px solid #465fff26;border-radius:100px;padding:4px 12px;font-size:.68rem;font-weight:700}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(28px)}.reveal.active{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.fade-in{animation:.9s cubic-bezier(.2,.8,.2,1) both fadeUp}.fade-in-delay{animation:.9s cubic-bezier(.2,.8,.2,1) .2s both fadeUp}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.flow-container{flex-direction:column;gap:0;display:flex}.flow-step{gap:1.25rem;padding-bottom:2rem;display:flex;position:relative}.flow-step:last-child{padding-bottom:0}.flow-left{flex-direction:column;align-items:center;gap:0;display:flex}.flow-number{background:var(--brand);width:40px;height:40px;box-shadow:0 0 20px var(--brand-glow);z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:800;display:flex;position:relative}.flow-line{background:linear-gradient(to bottom, var(--brand), transparent);opacity:.3;flex:1;width:2px;margin-top:4px}.flow-step:last-child .flow-line{display:none}.flow-right{padding-top:.6rem;padding-bottom:.5rem}.flow-right h3{margin-bottom:.35rem;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:700}.flow-right p{color:var(--text-muted);font-size:.85rem;line-height:1.6}@media (min-width:640px){.btn-primary,.btn-secondary{width:auto}.btn-group{flex-direction:row}.modules-grid{grid-template-columns:repeat(3,1fr)}.stats-grid{grid-template-columns:repeat(4,1fr)}.advantages-grid{grid-template-columns:repeat(2,1fr)}.footer-cols{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){:root{--nav-h:72px}.section{padding:110px 0}.navbar{border:1px solid var(--border-soft);border-radius:1.25rem;width:95%;max-width:1200px;top:1.25rem;left:50%;right:auto;transform:translate(-50%)}.navbar-links{align-items:center;gap:2px;display:flex}.navbar-links a{color:var(--text-muted);border-radius:.6rem;padding:.45rem 1rem;font-size:.88rem;font-weight:600;transition:all .2s}.navbar-links a:hover{color:var(--text);background:#ffffff0d}.navbar-links .divider{background:var(--border-soft);width:1px;height:18px;margin:0 .5rem}.hero{padding-top:calc(var(--nav-h) + 110px);padding-bottom:110px}.hero-inner{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.modules-grid{grid-template-columns:repeat(4,1fr)}.advantages-grid{grid-template-columns:repeat(3,1fr)}.use-cases-layout{grid-template-columns:220px 1fr;align-items:start;gap:1.5rem;display:grid}.use-cases-tabs{flex-direction:column;margin-bottom:0;padding-bottom:0;overflow-x:visible}.uc-tab{width:100%}.flow-container{grid-template-columns:repeat(5,1fr);align-items:start;gap:0;display:grid}.flow-step{text-align:center;flex-direction:column;align-items:center;padding-bottom:0;position:relative}.flow-left{flex-direction:row;align-items:center;width:100%;margin-bottom:1rem}.flow-line{background:linear-gradient(to right, var(--brand), transparent);flex:1;width:auto;height:2px;margin:0 0 0 4px}.flow-step:last-child .flow-line{opacity:0;display:block}.flow-right{padding-top:0}.footer-inner{flex-direction:row;justify-content:space-between;align-items:flex-start}.footer-bottom{text-align:left;flex-direction:row;justify-content:space-between}.cta-box{padding:5rem 4rem}.cta-box .btn-group{justify-content:center}.photo-grid{grid-template-columns:repeat(4,1fr)}.photo-card{height:280px}.feature-row{flex-direction:row;gap:4rem}.feature-row-img,.feature-row-content{flex:1}.contact-grid{grid-template-columns:1fr 400px;align-items:start;gap:2rem}.contact-cards{grid-template-columns:1fr 1fr}}.photo-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.photo-card{cursor:pointer;border-radius:1.25rem;height:220px;position:relative;overflow:hidden}.photo-card img{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.photo-card:hover img{transform:scale(1.06)}.photo-overlay{opacity:0;background:linear-gradient(#0000 40%,#070c18d9 100%);align-items:flex-end;padding:1.25rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.photo-card:hover .photo-overlay{opacity:1}.photo-overlay p{color:#fff;font-size:.82rem;font-weight:600;line-height:1.4}.uc-img{object-fit:cover;border:1px solid var(--border-soft);border-radius:1rem;width:100%;height:200px;margin-bottom:1.5rem}.feature-row{flex-direction:column;align-items:center;gap:2rem;margin-bottom:2rem;display:flex}.feature-row-img{border:1px solid var(--border-soft);width:100%;box-shadow:0 30px 60px #0006, 0 0 0 1px var(--border);border-radius:1.5rem;overflow:hidden}.feature-row-img img{object-fit:cover;width:100%;height:300px;display:block}.feature-row-content h3{margin-bottom:1rem;font-size:1.6rem;line-height:1.2}.feature-row-content>p{color:var(--text-muted);margin-bottom:1.5rem;font-size:.95rem;line-height:1.7}.feature-row-list{flex-direction:column;gap:.75rem;display:flex}.feature-row-item{color:var(--text-muted);align-items:flex-start;gap:10px;font-size:.88rem;display:flex}.feature-row-check{width:20px;height:20px;color:var(--success);background:#12b76a1a;border:1px solid #12b76a33;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;font-size:.65rem;display:flex}.hero-contacts{flex-wrap:wrap;gap:.75rem;margin-top:2rem;display:flex}.contact-chip{border:1px solid var(--border-soft);color:var(--text-muted);background:#ffffff0a;border-radius:100px;align-items:center;gap:8px;padding:8px 16px;font-size:.82rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.contact-chip:hover{background:var(--brand-light);border-color:var(--brand);color:var(--text)}.contact-chip-icon{font-size:1rem}.contact-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}.contact-cards{grid-template-columns:1fr;gap:1rem;display:grid}.contact-card{background:var(--bg-card);border:1px solid var(--border-soft);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:inherit;border-radius:1.25rem;align-items:flex-start;gap:1rem;padding:1.5rem;text-decoration:none;transition:all .25s;display:flex}.contact-card:not(.no-link):hover{border-color:var(--brand);transform:translateY(-2px);box-shadow:0 8px 24px #465fff26}.contact-card-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.4rem;display:flex}.contact-card-label{color:var(--text-subtle);text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px;font-size:.72rem;font-weight:700}.contact-card-value{color:var(--text);margin-bottom:4px;font-family:Outfit,sans-serif;font-size:1rem;font-weight:700}.contact-card-sub{color:var(--text-muted);font-size:.78rem}.contact-cta-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#465fff1a 0%,#7c3aed1a 100%);border:1px solid #465fff33;border-radius:1.5rem;padding:2rem}.contact-cta-badge{background:var(--brand-light);color:#7c9fff;text-transform:uppercase;letter-spacing:.08em;border:1px solid #465fff33;border-radius:100px;margin-bottom:1.25rem;padding:5px 14px;font-size:.72rem;font-weight:700;display:inline-block}.contact-cta-card h3{margin-bottom:.75rem;font-size:1.5rem;line-height:1.2}.contact-cta-card p{color:var(--text-muted);font-size:.88rem;line-height:1.6}.footer-contacts-row{flex-direction:column;gap:.5rem;margin-top:1rem;display:flex}.footer-contact-link{color:var(--text-muted);font-size:.82rem;text-decoration:none;transition:color .2s}.footer-contact-link:hover{color:var(--brand)}@media (min-width:640px){.contact-cards{grid-template-columns:1fr 1fr}.footer-contacts-row{flex-direction:row;gap:1.5rem}.photo-grid{grid-template-columns:repeat(2,1fr)}.photo-card{height:250px}}:root{--bar-h:36px}.announcement-bar{height:var(--bar-h);z-index:1000;color:#fffffff2;background:linear-gradient(90deg,#3641f5 0%,#465fff 50%,#7c3aed 100%);justify-content:center;align-items:center;padding:0 1rem;font-size:.75rem;font-weight:500;display:flex;position:fixed;top:0;left:0;right:0}.announcement-bar-inner{white-space:nowrap;flex-wrap:nowrap;justify-content:center;align-items:center;gap:8px;display:flex;overflow:hidden}.announcement-dot{background:#a5f3fc;border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:2s infinite pulse-dot}.announcement-phone,.announcement-email{color:#fff;font-weight:700;text-decoration:none;transition:opacity .2s}.announcement-phone:hover,.announcement-email:hover{opacity:.75}.announcement-sep{opacity:.4}.navbar{top:var(--bar-h)!important}.hero{padding-top:calc(var(--bar-h) + var(--nav-h) + 60px)!important}@media (min-width:1024px){.navbar{top:calc(var(--bar-h) + 1.25rem)!important}.hero{padding-top:calc(var(--bar-h) + var(--nav-h) + 110px)!important}}.testimonials-grid{grid-template-columns:1fr;gap:1.25rem;display:grid}.testimonial-card{background:var(--bg-card);border:1px solid var(--border-soft);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:1.5rem;padding:2rem;transition:all .3s;position:relative;overflow:hidden}.testimonial-card:before{content:"“";color:var(--brand);opacity:.07;pointer-events:none;font-family:Outfit,sans-serif;font-size:8rem;line-height:1;position:absolute;top:-15px;right:1.5rem}.testimonial-card:hover{border-color:#465fff4d;transform:translateY(-4px);box-shadow:0 20px 48px #465fff24}.testimonial-stars{gap:3px;margin-bottom:1rem;display:flex}.star{color:#f59e0b;font-size:1rem}.testimonial-text{color:var(--text-muted);margin-bottom:1.5rem;font-size:.95rem;font-style:italic;line-height:1.75}.testimonial-author{border-top:1px solid var(--border-soft);align-items:center;gap:.75rem;padding-top:1rem;display:flex}.testimonial-avatar{object-fit:cover;border:2px solid #465fff59;border-radius:50%;flex-shrink:0;width:48px;height:48px}.testimonial-name{color:var(--text);margin-bottom:2px;font-size:.9rem;font-weight:700}.testimonial-role{color:var(--text-subtle);font-size:.74rem}@media (min-width:640px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}.announcement-bar{font-size:.8rem}.announcement-bar-inner{gap:12px}}
