*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--blue: #0f1c3a;--navy: #0f1c3a;--gray-text: #6B7280;--bg: #f5f5f5;--font: "Inter", system-ui, -apple-system, sans-serif;--nav-h: 68px}html{scroll-behavior:smooth}html,body{font-family:var(--font);background:var(--bg);color:var(--navy);overflow-x:hidden}.navbar{position:fixed;top:0;left:0;right:0;z-index:200;height:var(--nav-h);background:#fff;display:flex;align-items:center;padding:0 2rem;transition:box-shadow .25s ease}.navbar.scrolled{box-shadow:0 1px #00000014,0 4px 16px #0000000f}.nav-inner{width:100%;max-width:1440px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.nav-right{display:flex;align-items:center;gap:1rem}.mobile-menu-btn{display:none;background:none;border:none;color:var(--navy);cursor:pointer;padding:.5rem;margin-right:-.5rem}.drawer{position:fixed;top:0;right:-100%;width:85%;max-width:320px;height:100%;background:#fff;z-index:1000;transition:right .4s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;box-shadow:-10px 0 30px #0000001a}.drawer.is-open{right:0}.drawer-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #f0f0f0}.close-drawer{background:none;border:none;color:var(--navy);cursor:pointer}.drawer-links{display:flex;flex-direction:column;padding:2rem;gap:1.5rem}.drawer-link{font-size:1.25rem;font-weight:600;color:var(--navy);text-decoration:none}.drawer-footer{margin-top:auto;padding:2rem}.btn-drawer-wa{display:block;background:var(--navy);color:#fff;text-align:center;padding:1rem;border-radius:12px;text-decoration:none;font-weight:600}.drawer-overlay{position:fixed;inset:0;background:#00000080;z-index:999;opacity:0;pointer-events:none;transition:opacity .4s ease;backdrop-filter:blur(4px)}.drawer-overlay.is-open{opacity:1;pointer-events:auto}.logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.logo-img{height:38px;width:auto;display:block;filter:contrast(150%) brightness(110%);mix-blend-mode:multiply}.nav-links{display:flex;align-items:center;gap:.2rem;margin:0 auto}.nav-link{font-size:.9rem;font-weight:450;color:#374151;text-decoration:none;padding:.45rem .85rem;border-radius:8px;transition:background .15s,color .15s;white-space:nowrap;background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:.3rem;font-family:var(--font);line-height:1}.nav-link:hover{background:#0000000d;color:var(--navy)}.btn-cta{font-size:.9rem;font-weight:600;color:#fff;background:var(--navy);text-decoration:none;padding:.6rem 1.4rem;border-radius:10px;letter-spacing:-.01em;transition:background .15s;flex-shrink:0}.btn-cta:hover{background:#1f2937}.hero-wrapper{padding:calc(var(--nav-h) + .75rem) 1rem 1rem}.hero{position:relative;width:100%;height:calc(100svh - var(--nav-h) - 1.75rem);min-height:520px;max-height:860px;border-radius:20px;overflow:hidden}@keyframes fadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}.hero-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(to bottom,#00000014,#0000 25% 50%,#00000061),linear-gradient(to right,#00000040,#0000 35% 65%,#00000040)}.hero-center{position:absolute;top:0;left:0;right:0;z-index:2;display:flex;flex-direction:column;align-items:center;padding-top:2.5rem;gap:1.2rem}.hero-badge{display:flex;align-items:center;gap:.5rem;background:#ffffff1a;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#fffffff2;font-size:.85rem;font-weight:500;letter-spacing:.02em;padding:.5rem 1.25rem;border-radius:100px;border:1px solid rgba(255,255,255,.2);opacity:0;animation:fadeUp 2.5s cubic-bezier(.16,1,.3,1) forwards;animation-delay:0s}.hero-headline{font-size:clamp(2.4rem,6vw,72px);font-weight:500;line-height:1.1;color:#fff;text-align:center;letter-spacing:-.03em;text-shadow:0 2px 24px rgba(0,0,0,.25);max-width:800px;padding:0 1rem;opacity:0;animation:fadeUp 2.5s cubic-bezier(.16,1,.3,1) forwards;animation-delay:0s}.hero-content-bottom{position:absolute;bottom:2.5rem;left:0;right:0;z-index:2;padding:0 1rem;max-width:1440px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-end;pointer-events:none}.hero-bottom-left{display:flex;flex-direction:column;gap:.75rem;max-width:320px;pointer-events:auto;opacity:0;animation:fadeUp 2.5s cubic-bezier(.16,1,.3,1) forwards;animation-delay:.4s}.bl-title{font-size:1.45rem;font-weight:700;color:#fff;line-height:1.2;letter-spacing:-.02em;text-shadow:0 1px 12px rgba(0,0,0,.3)}.avatars-row{display:flex;align-items:center;gap:.7rem}.avatars-stack{display:flex;align-items:center}.avatar{width:34px;height:34px;border-radius:50%;border:2px solid #fff;margin-left:-8px;object-fit:cover;flex-shrink:0}.avatars-stack .avatar:first-child{margin-left:0}.avatar-count{width:34px;height:34px;border-radius:50%;border:2px solid #fff;margin-left:-8px;background:#fff;color:var(--navy);font-size:.68rem;font-weight:700;display:flex;align-items:center;justify-content:center;letter-spacing:-.02em;flex-shrink:0}.avatars-label{font-size:.85rem;font-weight:400;color:#ffffffe6;text-shadow:0 1px 6px rgba(0,0,0,.3)}.hero-bottom-right{display:flex;flex-direction:column;gap:.6rem;max-width:290px;pointer-events:auto;opacity:0;animation:fadeUp 2.5s cubic-bezier(.16,1,.3,1) forwards;animation-delay:.4s}.br-title{font-size:1.45rem;font-weight:700;color:#fff;line-height:1.2;letter-spacing:-.02em;text-shadow:0 1px 12px rgba(0,0,0,.3)}.br-desc{font-size:.88rem;color:#ffffffe0;line-height:1.5;text-shadow:0 1px 6px rgba(0,0,0,.25)}.br-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:.5rem;background:#0003;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);padding:.4rem;border-radius:14px;width:fit-content;border:1px solid rgba(255,255,255,.1)}.btn-hero-glass{display:inline-block;font-size:.85rem;font-weight:600;color:#fff;background:#ffffff14;border:1px solid rgba(255,255,255,.25);text-decoration:none;padding:.6rem 1.2rem;border-radius:10px;letter-spacing:-.01em;transition:background .2s,transform .1s;white-space:nowrap}.btn-hero-glass:hover{background:#ffffff26;transform:translateY(-1px)}.btn-hero-white{display:inline-block;font-size:.85rem;font-weight:600;color:#111;background:#fff;border:1px solid #fff;text-decoration:none;padding:.6rem 1.2rem;border-radius:10px;letter-spacing:-.01em;transition:background .2s,opacity .2s,transform .1s;white-space:nowrap}.btn-hero-white:hover{background:#ffffffe6;transform:translateY(-1px)}.about{background:var(--bg);padding:5rem 2rem 4rem}.about-inner{max-width:960px;margin:0 auto;display:flex;flex-direction:column;gap:3rem}.about-top{display:grid;grid-template-columns:150px 1fr;gap:2rem;align-items:start}.about-label{font-size:.9rem;font-weight:400;color:#15803d;padding-top:.35rem;letter-spacing:.005em}.about-text{font-size:1.45rem;font-weight:400;color:var(--navy);line-height:1.55;letter-spacing:-.02em}.about-stats{display:grid;grid-template-columns:150px repeat(3,1fr);gap:2rem}.about-stats .stat:first-child{grid-column:2}.stat{display:flex;flex-direction:column;gap:.3rem}.stat-number{font-size:2rem;font-weight:600;color:var(--navy);letter-spacing:-.03em;line-height:1}.stat-label{font-size:.85rem;font-weight:400;color:var(--gray-text);letter-spacing:.005em}.about-images{display:flex;align-items:flex-start;gap:1rem}.img-left,.img-right{flex:1;border-radius:16px;overflow:hidden;line-height:0}.img-left{align-self:flex-start}.img-right{align-self:flex-start;margin-top:3.5rem}.img-left img,.img-right img{width:100%;height:420px;object-fit:cover;display:block;border-radius:16px}.reveal{opacity:0;transition:all 1.2s cubic-bezier(.16,1,.3,1)}.reveal.revealed{opacity:1;transform:translate(0)!important}.stat{transform:translate(-40px)}.stat:nth-child(2){transition-delay:.15s}.stat:nth-child(3){transition-delay:.3s}.stat:nth-child(4){transition-delay:.45s}.img-left{transform:translateY(-30px);transition-duration:1s}.img-right{transform:translateY(30px);transition-duration:1s}.about-text span{transform:translate(-30px)}.about-label{transform:translate(-20px)}.services-label{transform:translateY(-20px)}.reveal-right{transform:translate(50px)}.reveal-left{transform:translate(-50px)}.services-headline span{display:block}.services-desc.reveal{transform:translateY(20px)}.svc-card.reveal{transform:translateY(30px) scale(.96);transition:all 1.8s cubic-bezier(.16,1,.3,1)}@media(max-width:768px){.nav-links{display:none}.hero-content-bottom{position:absolute;bottom:2rem;left:0;right:0;padding:0 1.5rem;flex-direction:column;align-items:center;gap:1rem;width:100%;z-index:10}.hero-bottom-left,.hero-bottom-right{background:none;border:none;backdrop-filter:none;-webkit-backdrop-filter:none;padding:0;box-shadow:none;max-width:none;width:100%;display:flex!important;flex-direction:column;align-items:center;text-align:center}.hero-bottom-right{margin-bottom:1rem}.hero-headline{font-size:clamp(2.2rem,10vw,3.5rem)}.hero-center{padding-top:1.5rem;text-align:center}.hero-badge{margin:0 auto}.mobile-menu-btn{display:block}.nav-links,.btn-cta{display:none}.about-top{grid-template-columns:1fr;gap:.75rem}.about-stats{grid-template-columns:repeat(3,1fr)}.about-stats .stat:first-child{grid-column:1}.about-images{flex-direction:column}.img-right{margin-top:0}.img-left img,.img-right img{height:280px}}@media(max-width:480px){.hero-wrapper{padding-left:.5rem;padding-right:.5rem}.hero{border-radius:14px}.about{padding:3rem 1.25rem}.about-stats{grid-template-columns:1fr 1fr;gap:1.5rem}.about-text{font-size:1.15rem}}.services{background:var(--bg);padding:1rem 2rem 5rem}.services-inner{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:3rem}.services-header{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:end}.services-label{display:block;font-size:.9rem;font-weight:500;color:#0f1c3a;margin-bottom:.75rem;letter-spacing:.005em}.services-headline{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;color:var(--navy);line-height:1.2;letter-spacing:-.03em}.services-desc{font-size:.95rem;color:#6b7280;line-height:1.65;max-width:420px;padding-bottom:.2rem}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.vip-badge{display:inline-block;font-size:.75rem;font-weight:600;color:#0f1c3a;background:#e0e7ff;padding:.2rem .7rem;border-radius:100px;letter-spacing:.03em;width:fit-content}.vip-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.vip-btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font);font-size:.875rem;font-weight:600;color:#fff;background:#0f1c3a;text-decoration:none;padding:.6rem 1.3rem;border-radius:100px;transition:background .15s,transform .1s;white-space:nowrap;width:100%}.vip-btn-primary:hover{background:#15803d;transform:translateY(-1px)}.svc-card{background:#fff;border-radius:24px;padding:12px;overflow:hidden;border:1.5px solid transparent;box-shadow:0 4px 20px #0000000a;transition:none;display:flex;flex-direction:column;gap:12px}.svc-card:hover{border-color:#0f1c3a;box-shadow:none}.svc-img-wrap{width:100%;aspect-ratio:4/3;overflow:hidden;border-radius:16px;flex-shrink:0}.svc-img-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.16,1,.3,1)}.svc-card:hover .svc-img-wrap img{transform:scale(1.1) rotate(2deg)}.svc-card--static:hover .svc-img-wrap img{transform:none}.svc-body{padding:0 .5rem .5rem;display:flex;flex-direction:column;gap:.75rem;flex:1}.svc-meta{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.svc-meta-item{display:flex;align-items:center;gap:.3rem;font-size:.78rem;font-weight:500;color:#0f1c3a;white-space:nowrap}.svc-title{font-size:1.05rem;font-weight:700;color:var(--navy);letter-spacing:-.02em;line-height:1.3}.svc-price{display:flex;align-items:center;gap:.35rem;font-size:.8rem;color:#6b7280;font-weight:400;line-height:1.4}.svc-btn{display:block;text-align:center;font-size:.85rem;font-weight:500;color:#0f1c3a;background:transparent;border:1.5px solid #0f1c3a;border-radius:100px;padding:.55rem 1rem;text-decoration:none;margin-top:auto;transition:background .15s,color .15s;letter-spacing:.005em}.svc-btn:hover{background:#0f1c3a;color:#fff}.svc-note{display:block;text-align:center;font-size:.73rem;color:#9ca3af;letter-spacing:.01em}@supports (grid-template-columns: subgrid){.services-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.services-header{grid-template-columns:1fr;gap:1rem}.services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:580px){.services{padding:1rem 1.25rem 3rem}.services-grid{grid-template-columns:1fr}}.faq{background:var(--bg);padding:1rem 2rem 6rem;font-family:var(--font)}.faq-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:300px 1fr;gap:5rem;align-items:start}.faq-left{position:sticky;top:calc(var(--nav-h) + 2rem);display:flex;flex-direction:column;gap:1rem}.faq-label{display:inline-block;font-size:.78rem;font-weight:500;color:#0f1c3a;background:#e0e7ff;padding:.25rem .8rem;border-radius:100px;letter-spacing:.03em;width:fit-content}.faq-title{font-size:clamp(2rem,3.5vw,2.75rem);font-weight:700;color:var(--navy);line-height:1.15;letter-spacing:-.03em}.faq-title span{display:block}.faq-label.reveal{transform:translateY(-20px)}.faq-accordion{display:flex;flex-direction:column}.faq-item{border-bottom:1px solid #e5e7eb}.faq-item.reveal{transform:translate(-40px)}.faq-item:first-child{border-top:1px solid #e5e7eb}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.3rem 0;background:none;border:none;cursor:pointer;text-align:left;font-family:var(--font);font-size:1rem;font-weight:500;color:var(--navy);letter-spacing:-.01em;transition:color .15s}.faq-question:hover,.faq-question--open{color:#0f1c3a}.faq-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--navy);transition:color .15s}.faq-icon--open{color:#0f1c3a}.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.faq-answer-inner{overflow:hidden;min-height:0}.faq-answer-inner p{font-size:.92rem;color:#6b7280;line-height:1.75;padding-bottom:1.3rem}.faq-answer-inner p strong{color:var(--navy);font-weight:600}@media(max-width:768px){.faq-inner{grid-template-columns:1fr;gap:2rem}.faq-left{position:static}.faq{padding:1rem 1.25rem 4rem}}.cta-footer-wrapper{background:#181c25;font-family:var(--font)}.cta-top{position:relative;padding:8rem 2rem 6rem;display:flex;justify-content:center;align-items:center;background-image:url(/img-footer.png);background-size:cover;background-position:center;background-repeat:no-repeat}.cta-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#181c254d,#181c25cc 60%,#181c25);z-index:1}.cta-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.25rem}.cta-badge{background:#fff;color:#111;font-size:.85rem;font-weight:600;padding:.35rem 1.25rem;border-radius:100px;letter-spacing:.01em}.cta-headline{font-size:clamp(2.2rem,4.5vw,3.5rem);font-weight:700;color:#fff;line-height:1.15;letter-spacing:-.02em;max-width:600px;text-shadow:0 4px 20px rgba(0,0,0,.3)}.cta-headline span{display:block}.cta-badge.reveal{transform:translateY(20px)}.cta-btn.reveal{transform:translateY(30px)}.cta-btn{margin-top:.5rem;background:#ffffff26;color:#fff;font-size:.95rem;font-weight:600;padding:.85rem 2rem;border-radius:100px;border:1px solid rgba(255,255,255,.3);text-decoration:none;transition:background .2s,transform .1s;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);letter-spacing:.01em}.cta-btn:hover{background:#ffffff40;transform:translateY(-2px)}.footer{padding:2rem 2rem 4rem;background:#181c25}.footer-inner{max-width:1100px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.08)}.ft-col-brand{display:flex;flex-direction:column;gap:1.25rem}.ft-logo-img{height:40px;width:auto}.ft-desc{font-size:.875rem;color:#ffffffa6;line-height:1.6;max-width:320px}.ft-form{display:flex;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:100px;padding:.25rem;margin-top:.5rem;max-width:340px}.ft-input{flex:1;background:transparent;border:none;padding:.5rem 1rem;color:#fff;font-size:.85rem;font-family:var(--font);outline:none;width:100%}.ft-input::placeholder{color:#fff6}.ft-submit{background:#fff;color:#111;border:none;border-radius:100px;padding:.5rem 1.25rem;font-size:.85rem;font-weight:600;cursor:pointer;transition:opacity .2s}.ft-submit:hover{opacity:.9}.ft-title{font-size:1rem;font-weight:600;color:#fff;margin-bottom:1.25rem}.ft-links,.ft-contact-list{list-style:none;display:flex;flex-direction:column;gap:.85rem}.ft-links a,.ft-contact-list a{color:#ffffffa6;text-decoration:none;font-size:.875rem;transition:color .15s}.ft-links a:hover,.ft-contact-list a:hover{color:#fff}.ft-contact-list li{color:#ffffffa6;font-size:.875rem;line-height:1.5}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;flex-wrap:wrap;gap:1.5rem}.footer-grid>div.reveal,.footer-bottom.reveal{transform:translateY(40px)}.footer-bottom>*{flex:1;min-width:200px}.ft-connect{text-align:left;font-size:.875rem;font-weight:600;color:#fff}.ft-copy{text-align:center;font-size:.85rem;color:#ffffff80}.ft-socials{display:flex;justify-content:flex-end;gap:.75rem}.ft-socials a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#ffffff0f;border-radius:50%;color:#fff;transition:background .2s,transform .2s}.ft-socials a:hover{background:#ffffff26;transform:translateY(-2px)}@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr;gap:2.5rem}}@media(max-width:600px){.footer-grid{grid-template-columns:1fr;gap:2.5rem}.footer-bottom{flex-direction:column;text-align:center;gap:1.25rem}.footer-bottom>*{text-align:center}.ft-socials{justify-content:center}}
