body:has(> .site-nav){overflow-x:hidden;background:radial-gradient(circle at 82% 12%,rgba(19,167,246,.11),transparent 25%),radial-gradient(circle at 10% 42%,rgba(32,201,245,.06),transparent 22%),var(--ink)}
.site-nav{position:sticky;top:14px;width:min(1180px,calc(100% - 32px));height:74px;margin:14px auto 0;padding:0 14px;border:1px solid rgba(137,190,232,.2);border-radius:20px;background:rgba(5,17,38,.78);box-shadow:0 18px 50px rgba(0,0,0,.22),inset 0 1px rgba(255,255,255,.06);transition:background .3s ease,box-shadow .3s ease}
.site-nav:hover{background:rgba(7,24,51,.9);box-shadow:0 22px 58px rgba(0,0,0,.3),0 0 0 1px rgba(32,201,245,.08)}
.site-nav .nav-action{display:inline-flex;align-items:center;white-space:nowrap;padding:10px 14px;border-radius:12px;color:#eaf8ff}
.site-nav .brand{padding:6px 8px;border-radius:14px}.site-nav .brand-mark{width:46px;height:46px;border-radius:14px}.site-nav .brand strong{font-size:18px}.site-nav .brand small{font-size:10px}.nav-links{border:0;background:transparent;box-shadow:none}.nav-links a{padding:10px 15px;color:#b9c9dd}.nav-links a::after{right:15px;left:15px;bottom:2px}.language-switch{height:38px;border-radius:13px}.language-thumb{height:30px;border-radius:9px}.language-switch button{height:30px}
.hero{min-height:calc(100vh - 88px);padding:88px 0 110px;gap:72px;animation:homeRise .8s cubic-bezier(.22,1,.36,1) both}.hero::after{content:"";position:absolute;z-index:-2;width:520px;height:520px;right:-220px;top:30px;border-radius:50%;background:radial-gradient(circle,rgba(18,148,240,.22),transparent 68%);filter:blur(12px);animation:orbPulse 7s ease-in-out infinite}.hero-copy{max-width:680px}.eyebrow{display:flex;align-items:center;gap:8px}.eyebrow i{margin:0}.hero h1{font-size:clamp(48px,6.8vw,88px);line-height:1.08;letter-spacing:-3px;margin:26px 0 28px}.hero h1 em{-webkit-text-stroke:1px #70c9fa;color:rgba(113,202,250,.03)}.hero p{font-size:19px;max-width:590px;color:#b9cce2}.hero-actions{margin-top:38px;gap:14px}.button{min-height:54px;padding:0 24px;border-radius:14px}.button-primary{position:relative;overflow:hidden}.button-primary::after{content:"";position:absolute;inset:0;background:linear-gradient(105deg,transparent 30%,rgba(255,255,255,.28),transparent 70%);transform:translateX(-120%);transition:transform .7s ease}.button-primary:hover::after{transform:translateX(120%)}.button-ghost,.button-outline{border-radius:14px}.stats{gap:0;margin-top:70px}.stat{min-width:125px;padding:0 22px;border-right:1px solid rgba(157,198,236,.2)}html[dir="ltr"] .stat{border-right:0;border-left:1px solid rgba(157,198,236,.2)}html[dir="ltr"] .stat:first-child{border-left:0;padding-left:0}.stat strong{font-size:30px;background:linear-gradient(110deg,#fff,#72d6ff);-webkit-background-clip:text;background-clip:text;color:transparent}.stat span{color:#7f9abc}
.hero-visual{min-height:530px}.visual-glow{width:390px;height:390px;background:radial-gradient(circle,rgba(18,157,247,.34),transparent 66%);animation:orbPulse 5s ease-in-out infinite}.visual-card{border-radius:30px}.visual-card-main{width:310px;height:380px;transform:rotate(-7deg);animation:cardFloat 6s ease-in-out infinite;box-shadow:0 30px 90px rgba(0,0,0,.38),0 0 45px rgba(20,151,242,.12)}.visual-card-main img{width:220px;height:220px;border-radius:48px;box-shadow:0 15px 40px rgba(0,0,0,.3)}.visual-card-back{opacity:.75;animation:cardFloatBack 7s ease-in-out infinite}.visual-orbit{animation:orbitSpin 18s linear infinite}.orbit-two{animation-direction:reverse;animation-duration:24s}.visual-chip{animation:chipFloat 4s ease-in-out infinite}.chip-two{animation-delay:1.4s}
.section{padding:125px 0}.section-heading{margin-bottom:48px}.section-heading h2,.about-grid h2,.contact-section h2{font-size:clamp(34px,4.5vw,58px)}.section-heading p{font-size:15px}.feature-grid{gap:18px}.feature-card{min-height:330px;padding:32px;border-radius:22px;background:linear-gradient(150deg,rgba(14,47,91,.75),rgba(5,17,38,.9));box-shadow:0 18px 45px rgba(0,0,0,.12);transition:transform .35s cubic-bezier(.22,1,.36,1),border-color .35s,box-shadow .35s}.feature-card:hover{transform:translateY(-10px);box-shadow:0 25px 60px rgba(0,0,0,.3)}.feature-icon{width:48px;height:48px;display:grid;place-items:center;margin:32px 0 22px;border:1px solid rgba(32,201,245,.35);border-radius:15px;background:rgba(32,201,245,.08);box-shadow:0 0 25px rgba(32,201,245,.1)}.feature-card h3{font-size:23px}.feature-card a{display:inline-flex;margin-top:8px;padding:8px 0}
.about-section{position:relative;overflow:hidden}.about-section::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(18,148,240,.06),transparent);transform:translateX(-100%);animation:sectionShine 8s ease-in-out infinite}.about-grid{min-height:470px}.about-aside{width:170px;height:170px;box-shadow:0 0 0 12px rgba(32,201,245,.03),0 0 45px rgba(32,201,245,.12);transition:transform .5s ease}.about-aside:hover{transform:rotate(0) scale(1.06)}.contact-section{padding:130px 0}.contact-actions .button{min-width:145px}.footer{min-height:110px;padding:20px 0}
@keyframes homeRise{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}@keyframes cardFloat{0%,100%{transform:rotate(-7deg) translateY(0)}50%{transform:rotate(-4deg) translateY(-13px)}}@keyframes cardFloatBack{0%,100%{transform:rotate(14deg) translate(90px,20px)}50%{transform:rotate(11deg) translate(90px,7px)}}@keyframes chipFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes orbPulse{0%,100%{opacity:.7;transform:scale(.96)}50%{opacity:1;transform:scale(1.05)}}@keyframes orbitSpin{from{transform:rotate(-34deg)}to{transform:rotate(326deg)}}@keyframes sectionShine{0%,55%,100%{transform:translateX(-100%)}75%{transform:translateX(100%)}}
@media(max-width:820px){.site-nav{top:8px;height:68px;margin-top:8px;padding:0 8px}.site-nav .brand small{display:none}.site-nav .brand strong{font-size:16px}.site-nav .brand-mark{width:40px;height:40px}.language-switch{width:76px}.hero{min-height:auto;padding:72px 0 90px;gap:24px}.hero-copy{order:2}.hero-visual{order:1;min-height:390px}.hero h1{font-size:clamp(43px,12vw,64px);letter-spacing:-2px}.hero p{font-size:16px}.hero-actions{margin-top:28px}.stats{margin-top:48px;justify-content:space-between}.stat{min-width:0;padding:0 10px}.stat strong{font-size:23px}.stat span{font-size:10px}.visual-card-main{width:245px;height:300px}.visual-card-main img{width:170px;height:170px}.visual-card-back{width:210px;height:270px}.visual-orbit{width:360px}.orbit-two{width:400px}.section{padding:86px 0}.section-heading{display:block;margin-bottom:30px}.section-heading p{margin-top:16px}.feature-card{min-height:270px}.contact-section{padding:88px 0}.contact-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.contact-actions .button{min-width:0}.footer{padding:30px 0}.footer .brand{width:100%}}

/* Hero artwork: one optimized layer, with a restrained depth animation. */
.hero-visual-art{min-height:530px;display:grid;place-items:center;position:relative;isolation:isolate;overflow:visible}
.hero-art-glow{position:absolute;inset:12% 8%;z-index:-1;border-radius:50%;background:radial-gradient(circle,rgba(20,140,242,.28),transparent 68%);filter:blur(28px);opacity:.72;animation:heroGlow 7s ease-in-out infinite}
.hero-art-image{display:block;width:min(100%,620px);height:auto;aspect-ratio:1;object-fit:cover;border-radius:34px;box-shadow:0 30px 90px rgba(0,0,0,.36),0 0 55px rgba(18,140,242,.12);transform:perspective(1100px) rotateY(-4deg) rotateZ(-1deg) translateZ(0);animation:heroArtworkFloat 8s cubic-bezier(.22,1,.36,1) infinite;will-change:transform}
.hero-visual-art:hover .hero-art-image{animation-play-state:paused;transform:perspective(1100px) rotateY(-1deg) rotateZ(0) translateY(-8px) scale(1.012)}
@keyframes heroArtworkFloat{0%,100%{transform:perspective(1100px) rotateY(-4deg) rotateZ(-1deg) translate3d(0,0,0)}50%{transform:perspective(1100px) rotateY(2deg) rotateZ(1deg) translate3d(0,-10px,0)}}
@keyframes heroGlow{0%,100%{transform:scale(.92);opacity:.55}50%{transform:scale(1.05);opacity:.82}}
@media(max-width:820px){.hero-visual-art{min-height:390px}.hero-art-image{width:min(100%,430px);border-radius:24px;transform:none;animation:heroArtworkMobile 8s ease-in-out infinite}.hero-visual-art:hover .hero-art-image{transform:translateY(-4px) scale(1.01)}.hero-art-glow{filter:blur(18px)}}
@keyframes heroArtworkMobile{0%,100%{transform:translateY(0) scale(.985)}50%{transform:translateY(-7px) scale(1)}}
@media(prefers-reduced-motion:reduce){.hero-art-image,.hero-art-glow{animation:none!important}.hero-art-image{transform:none!important}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}
.hero h1{font-size:clamp(34px,4.3vw,58px);line-height:1.15}
@media(max-width:820px){.hero h1{font-size:clamp(36px,10vw,54px)}}
