@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Syne:wght@600;700;800&display=swap";.navbar{z-index:100;border-bottom:1px solid #0000;padding:1.5rem 0;transition:background .3s,padding .3s,border-bottom .3s;position:fixed;top:0;left:0;right:0}.navbar--scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#001941f2;padding:1rem 0}.navbar__inner{justify-content:space-between;align-items:center;display:flex}.navbar__logo-img{width:auto;height:40px;display:block}.navbar__links{gap:2.5rem;list-style:none;display:flex}.navbar__links a{letter-spacing:.05em;text-transform:uppercase;color:var(--white-dim);font-size:.875rem;font-weight:500;transition:color .2s}.navbar__links a:hover{color:var(--blue)}.navbar__burger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.navbar__burger span{background:var(--white);width:24px;height:2px;transition:transform .3s,opacity .3s;display:block}.navbar__burger--open span:first-child{transform:translateY(7px)rotate(45deg)}.navbar__burger--open span:nth-child(2){opacity:0}.navbar__burger--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=768px){.navbar__burger{display:flex}.navbar__links{background:var(--navy);border-bottom:1px solid var(--border);flex-direction:column;gap:0;padding:1rem 0;display:none;position:absolute;top:100%;left:0;right:0}.navbar__links--open{display:flex}.navbar__links li a{padding:.875rem 2rem;display:block}}.navbar__right{align-items:center;gap:1.5rem;display:flex}.lang-switcher{align-items:center;gap:.4rem;display:flex}.lang-btn{font-family:var(--font-body);letter-spacing:.08em;color:var(--white-dim);cursor:pointer;background:0 0;border:none;padding:.2rem .1rem;font-size:.8rem;font-weight:600;transition:color .2s}.lang-btn:hover{color:var(--white)}.lang-btn--active{color:var(--blue)}.lang-divider{color:var(--border-strong);font-size:.75rem}.hero{align-items:center;min-height:100vh;padding:8rem 0 5rem;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#5da7fe2e 0%,#0000 70%);width:700px;height:700px;position:absolute;top:-200px;right:-100px}.hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#5da7fe14 0%,#0000 70%);width:500px;height:500px;position:absolute;bottom:-100px;left:-100px}.hero__bg-line{background:linear-gradient(to bottom, transparent, var(--blue) 40%, transparent);opacity:.15;width:1px;height:100%;position:absolute;top:0;right:15%}.hero__inner{z-index:1;max-width:800px;position:relative}.hero__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--blue);align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:.75rem;font-weight:500;display:flex}.hero__eyebrow:before{content:"";background:var(--blue);width:32px;height:1px;display:inline-block}.hero__title{font-family:var(--font-display);letter-spacing:-.03em;color:var(--white);margin-bottom:1.5rem;font-size:clamp(3.5rem,9vw,7rem);font-weight:800;line-height:1}.hero__title span{background:linear-gradient(135deg, var(--blue) 0%, #a8d4ff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero__subtitle{color:var(--white-dim);max-width:520px;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.7}.hero__cta{flex-wrap:wrap;gap:1rem;display:flex}.btn{font-family:var(--font-body);letter-spacing:.04em;text-transform:uppercase;cursor:pointer;border:none;padding:.875rem 2rem;font-size:.875rem;font-weight:600;transition:all .2s;display:inline-block}.btn--primary{background:linear-gradient(135deg, var(--blue) 0%, var(--blue-dark) 100%);color:var(--navy)}.btn--primary:hover{opacity:.9;transform:translateY(-1px)}.btn--ghost{color:var(--white);border:1px solid var(--border-strong);background:0 0}.btn--ghost:hover{border-color:var(--blue);color:var(--blue)}.hero__badge{margin-top:5rem;display:inline-block}.hero__badge-inner{border:1px solid var(--border);border-left:3px solid var(--blue);background:var(--white-faint);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);align-items:baseline;gap:.5rem;padding:.75rem 1.25rem;display:flex}.hero__badge-label{text-transform:uppercase;letter-spacing:.1em;color:var(--white-dim);font-size:.7rem}.hero__badge-name{font-family:var(--font-display);color:var(--white);font-size:1rem;font-weight:700}@media (width<=768px){.hero{padding:7rem 0 4rem}.hero__badge{margin-top:3rem}}.about{border-top:1px solid var(--border);padding:7rem 0}.about__inner{grid-template-columns:1fr 1.4fr;align-items:start;gap:5rem;display:grid}.section-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--blue);margin-bottom:1rem;font-size:.75rem;font-weight:500}.section-title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--white);font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:700;line-height:1.15}.about__right p{color:var(--white-dim);margin-bottom:1.25rem;line-height:1.8}.about__stats{border-top:1px solid var(--border);gap:2.5rem;margin-top:2.5rem;padding-top:2.5rem;display:flex}.about__stat{flex-direction:column;gap:.3rem;display:flex}.about__stat-value{font-family:var(--font-display);color:var(--blue);font-size:1.25rem;font-weight:700}.about__stat-label{text-transform:uppercase;letter-spacing:.08em;color:var(--white-dim);font-size:.72rem}@media (width<=768px){.about{padding:5rem 0}.about__inner{grid-template-columns:1fr;gap:2.5rem}.about__stats{flex-wrap:wrap;gap:1.5rem}}.services{border-top:1px solid var(--border);padding:7rem 0}.services__header{margin-bottom:4rem}.services__grid{border:1px solid var(--border);border-radius:2px;grid-template-columns:repeat(3,1fr);gap:0;display:grid}.service-card{border-right:1px solid var(--border);border-bottom:1px solid var(--border);padding:2.5rem;transition:background .2s;position:relative;overflow:hidden}.service-card:before{content:"";background:linear-gradient(90deg, var(--blue), transparent);opacity:0;height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.service-card:hover{background:var(--white-faint)}.service-card:hover:before{opacity:1}.service-card:nth-child(3n){border-right:none}.service-card:nth-child(n+4){border-bottom:none}.service-card__num{font-family:var(--font-display);color:var(--blue);letter-spacing:.08em;margin-bottom:1.25rem;font-size:.75rem;font-weight:700}.service-card__title{font-family:var(--font-display);color:var(--white);margin-bottom:.875rem;font-size:1.1rem;font-weight:700;line-height:1.3}.service-card__desc{color:var(--white-dim);font-size:.9rem;line-height:1.75}@media (width<=900px){.services__grid{grid-template-columns:repeat(2,1fr)}.service-card:nth-child(3n){border-right:1px solid var(--border)}.service-card:nth-child(2n){border-right:none}.service-card:nth-child(n+5){border-bottom:none}.service-card:nth-child(-n+4){border-bottom:1px solid var(--border)}}@media (width<=600px){.services{padding:5rem 0}.services__grid{grid-template-columns:1fr}.service-card{border-right:none!important;border-bottom:1px solid var(--border)!important}.service-card:last-child{border-bottom:none!important}}.gallery{border-top:1px solid var(--border);padding:7rem 0}.gallery__header{margin-bottom:3rem}.gallery__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.post-card{background:var(--navy-mid);border:1px solid var(--border);border-radius:16px;flex-direction:column;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;overflow:hidden}.post-card:hover{border-color:var(--border-strong);transform:translateY(-4px);box-shadow:0 20px 60px #5da7fe1f}.post-card__header{align-items:center;gap:.75rem;padding:.875rem 1rem;display:flex}.post-card__avatar{border:2px solid var(--blue);border-radius:50%;flex-shrink:0;width:36px;height:36px;overflow:hidden}.post-card__avatar img{object-fit:cover;width:100%;height:100%}.post-card__meta{flex-direction:column;flex:1;gap:.1rem;display:flex}.post-card__username{color:var(--white);letter-spacing:.01em;font-size:.8rem;font-weight:600}.post-card__tag{color:var(--white-dim);font-size:.68rem}.post-card__ig-icon{width:18px;height:18px;color:var(--blue);flex-shrink:0}.post-card__img-wrap{aspect-ratio:4/4.2;position:relative;overflow:hidden}.post-card__img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.post-card:hover .post-card__img{transform:scale(1.04)}.post-card__arrow{color:var(--white);border:1px solid var(--border-strong);cursor:pointer;z-index:2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#001941bf;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:1.5rem;line-height:1;transition:background .2s,border-color .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.post-card__arrow:hover{border-color:var(--blue);background:#5da7fe59}.post-card__arrow--left{left:10px}.post-card__arrow--right{right:10px}.post-card__dots{z-index:2;gap:5px;display:flex;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.post-card__dot{cursor:pointer;background:#f8f8f659;border-radius:50%;width:6px;height:6px;transition:background .2s,transform .2s}.post-card__dot--active{background:var(--blue);transform:scale(1.3)}.post-card__counter{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid var(--border);color:var(--white);z-index:2;background:#001941bf;border-radius:20px;padding:.2rem .6rem;font-size:.7rem;font-weight:600;position:absolute;top:10px;right:10px}.post-card__footer{border-top:1px solid var(--border);padding:.875rem 1rem}.post-card__view-btn{color:var(--blue);align-items:center;gap:.4rem;font-size:.8rem;font-weight:500;transition:opacity .2s;display:flex}.post-card__view-btn:hover{opacity:.75}.gallery__cta{text-align:center;margin-top:2.5rem}@media (width<=900px){.gallery__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.gallery{padding:5rem 0}.gallery__grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}}.contact{border-top:1px solid var(--border);padding:7rem 0}.contact__inner{grid-template-columns:1fr 1fr;align-items:start;gap:5rem;display:grid}.contact__desc{color:var(--white-dim);max-width:380px;margin-top:1.5rem;margin-bottom:2.5rem;line-height:1.8}.contact__socials{flex-direction:column;gap:.875rem;display:flex}.contact__social-link{color:var(--white-dim);align-items:center;gap:.75rem;font-size:.875rem;font-weight:500;transition:color .2s;display:flex}.contact__social-link:hover{color:var(--blue)}.contact__card{border:1px solid var(--border);border-top:3px solid var(--blue);background:var(--white-faint);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:2.5rem}.contact__card-label{text-transform:uppercase;letter-spacing:.1em;color:var(--blue);margin-bottom:1rem;font-size:.7rem}.contact__card-text{color:var(--white-dim);margin-bottom:2rem;line-height:1.75}.contact__card-actions{flex-direction:column;gap:.75rem;display:flex}.contact__card-actions .btn{text-align:center}@media (width<=768px){.contact{padding:5rem 0}.contact__inner{grid-template-columns:1fr;gap:3rem}}.footer{border-top:1px solid var(--border);background:linear-gradient(#0000,#00194180);padding:2.5rem 0}.footer__inner{justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer__logo-img{width:auto;height:32px;margin-bottom:.25rem;display:block}.footer__left p,.footer__right p{color:var(--white-dim);font-size:.8rem}@media (width<=600px){.footer__inner{flex-direction:column;align-items:flex-start;gap:.75rem}}.footer__brand{font-family:var(--font-display);color:var(--white);margin-bottom:.25rem;font-size:1rem;font-weight:700;display:block}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--navy:#001941;--navy-mid:#002a5e;--navy-light:#003580;--blue:#5da7fe;--blue-dark:#3a8ee0;--blue-glow:#5da7fe26;--white:#f8f8f6;--white-dim:#f8f8f6b3;--white-faint:#f8f8f61f;--border:#5da7fe26;--border-strong:#5da7fe4d;--font-display:"Syne", sans-serif;--font-body:"Inter", sans-serif}html{scroll-behavior:smooth}body{background:var(--navy);color:var(--white);font-family:var(--font-body);-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.6}.app{min-height:100vh}a{color:inherit;text-decoration:none}img{max-width:100%}.container{max-width:1100px;margin:0 auto;padding:0 2rem}@media (width<=768px){.container{padding:0 1.25rem}}
