@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--bg:#080b09;--panel:#101411;--line:#273029;--green:#42e58b;--text:#f3f5f3;--muted:#98a19b;--max:1110px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Manrope,system-ui,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(calc(100% - 36px),var(--max));margin:auto}.site-header{position:fixed;inset:0 0 auto;z-index:50;border-bottom:1px solid rgba(255,255,255,.08);background:rgba(8,11,9,.76);backdrop-filter:blur(18px)}.nav-wrap{height:78px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand img{width:118px;height:42px;object-fit:contain}.site-header nav{display:flex;gap:30px;font-size:13px;color:#b2bab4}.site-header nav a:hover{color:#fff}.nav-actions{display:flex;align-items:center;gap:15px}.lang{font-weight:800;font-size:12px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 22px;border-radius:999px;background:var(--green);color:#06120b;font-weight:800;font-size:13px;border:1px solid transparent;transition:.25s}.btn:hover{transform:translateY(-2px);filter:brightness(1.05)}.btn-small{padding:12px 18px}.btn.ghost{background:transparent;color:#fff;border-color:#334137}.btn.dark{background:#0b0f0c;color:#fff;border-color:rgba(255,255,255,.22)}.menu{display:none;background:none;color:#fff;border:0;font-size:23px}.hero{min-height:860px;padding:155px 0 90px;display:flex;align-items:center;position:relative;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:48px;align-items:center}.eyebrow{display:inline-flex;color:var(--green);font-size:11px;letter-spacing:.16em;font-weight:800;margin-bottom:22px;text-transform:uppercase}.hero h1{font-size:clamp(54px,6vw,88px);line-height:1;letter-spacing:-.06em;margin:0}.hero h1 span{color:#8f9a93}.hero-copy>p{max-width:650px;color:var(--muted);font-size:18px;line-height:1.75;margin:30px 0}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:48px}.hero-stats div{border-top:1px solid var(--line);padding-top:16px}.hero-stats b{display:block;font-size:26px}.hero-stats span{display:block;color:#78817b;font-size:10px;line-height:1.4;text-transform:uppercase;letter-spacing:.08em;margin-top:5px}.orb{position:absolute;border-radius:50%;filter:blur(95px);opacity:.2}.orb-a{width:420px;height:420px;background:#00df78;top:-170px;right:7%}.orb-b{width:360px;height:360px;background:#1959ff;bottom:-200px;left:30%}.showcase{height:570px;position:relative;display:grid;place-items:center}.device{width:284px;height:570px;border-radius:54px;padding:11px;background:linear-gradient(145deg,#414742,#111);box-shadow:0 50px 100px rgba(0,0,0,.45),inset 0 0 0 1px rgba(255,255,255,.16);transform:rotate(5deg);position:relative}.device-top{position:absolute;top:19px;left:50%;transform:translateX(-50%);width:92px;height:25px;border-radius:20px;background:#080908;z-index:5}.device-screen{height:100%;border-radius:44px;background:radial-gradient(circle at 50% 32%,#183626,#0b100d 63%);overflow:hidden;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:34px}.device-screen img{width:170px;height:170px;object-fit:cover;border-radius:39px;z-index:1;transition:.4s}.screen-copy{z-index:1;text-align:center;margin-top:30px;display:flex;flex-direction:column;gap:7px}.screen-copy span{font-size:10px;color:#8b9790;text-transform:uppercase;letter-spacing:.16em}.screen-copy strong{font-size:22px}.float-icon{position:absolute;width:88px;height:88px;border-radius:25px;background:#111;padding:7px;border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 50px rgba(0,0,0,.4);animation:float 5s ease-in-out infinite}.float-icon img{width:100%;height:100%;object-fit:cover;border-radius:19px}.i1{left:2%;top:11%}.i2{right:1%;top:23%;animation-delay:-1s}.i3{left:5%;bottom:11%;animation-delay:-2s}.i4{right:4%;bottom:8%;animation-delay:-3s}@keyframes float{50%{translate:0 -12px}}.trusted{border-block:1px solid var(--line);padding:26px 0;background:#0c100d}.trusted .container{display:flex;align-items:center;gap:30px}.trusted span{font-size:11px;color:#748078;text-transform:uppercase;letter-spacing:.15em;white-space:nowrap}.logo-strip{display:flex;gap:26px;align-items:center;flex-wrap:wrap}.logo-strip img{width:54px;height:54px;object-fit:cover;border-radius:13px;filter:grayscale(1);opacity:.55;transition:.25s}.logo-strip img:hover{filter:none;opacity:1;transform:translateY(-3px)}.section{padding:120px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:54px}.section-head h2,.about h2,.contact h2{font-size:clamp(38px,5vw,62px);line-height:1.06;letter-spacing:-.055em;margin:0}.section-head p{max-width:430px;color:var(--muted);line-height:1.7}.project-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.project-card{min-height:650px;border-radius:34px;padding:28px;display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.1);transition:.35s;overflow:hidden}.project-card:hover{transform:translateY(-7px)}.blue{background:linear-gradient(145deg,#1471ef,#07367f)}.indigo{background:linear-gradient(145deg,#2544ef,#111a66)}.purple{background:linear-gradient(145deg,#5f2a99,#24103d)}.pink{background:linear-gradient(145deg,#ed008c,#5a073b)}.yellow{background:linear-gradient(145deg,#ffe000,#9f6f00);color:#15120a}.royal{background:linear-gradient(145deg,#2465b6,#0b2c56)}.project-meta{display:flex;justify-content:space-between;font-size:11px;text-transform:uppercase;letter-spacing:.12em;opacity:.75}.project-icon{flex:1;display:grid;place-items:center;min-height:290px}.project-icon img{width:210px;height:210px;object-fit:cover;border-radius:46px;filter:drop-shadow(0 35px 40px rgba(0,0,0,.27));transition:.35s}.project-card:hover .project-icon img{transform:scale(1.045) rotate(-2deg)}.project-copy h3{font-size:34px;letter-spacing:-.04em;margin:0 0 12px}.project-copy p{line-height:1.65;opacity:.78}.project-copy a{display:inline-flex;gap:8px;font-weight:800;margin-top:18px}.badges{display:flex;flex-wrap:wrap;gap:7px}.badges span{padding:7px 10px;border-radius:999px;font-size:10px;font-weight:800;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.16)}.yellow .badges span{background:rgba(0,0,0,.09);border-color:rgba(0,0,0,.14)}.services{background:#0d100e}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.service{min-height:310px;background:var(--panel);border:1px solid var(--line);border-radius:25px;padding:24px;display:flex;flex-direction:column;transition:.3s}.service:hover{transform:translateY(-5px);background:#171c18}.service>span{font-size:11px;color:#69736c}.service-icon{font-size:34px;color:var(--green);margin:auto 0 38px}.service h3{font-size:21px;margin:0 0 13px}.service p{color:var(--muted);font-size:14px;line-height:1.7}.process-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.process-step{border-top:1px solid var(--line);padding:22px 10px 0 0}.process-step b{color:var(--green);font-size:12px}.process-step h3{font-size:20px;margin:28px 0 10px}.process-step p{color:var(--muted);font-size:13px;line-height:1.65}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:86px;align-items:center}.code-card{background:#101411;border:1px solid #2b332d;border-radius:30px;padding:24px;box-shadow:0 40px 90px rgba(0,0,0,.35)}.dots{display:flex;gap:7px;margin-bottom:50px}.dots i{width:8px;height:8px;border-radius:50%;background:#354039}.code-card pre{margin:0;white-space:pre-wrap;font:500 16px/1.9 ui-monospace,SFMono-Regular,Menlo,monospace;color:#a5afa8}.code-card code span{color:var(--green)}.code-card code b{color:#fff}.about-copy p{color:var(--muted);line-height:1.85;font-size:17px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:42px}.stats div{border-top:1px solid var(--line);padding-top:17px}.stats b{display:block;font-size:28px;color:var(--green)}.stats span{font-size:10px;color:#78817b;text-transform:uppercase}.contact-box{background:linear-gradient(135deg,#151b17,#0d100e);border:1px solid #29322b;border-radius:40px;padding:58px;display:grid;grid-template-columns:.9fr 1.1fr;gap:70px}.contact-copy p{color:var(--muted);line-height:1.7}.contact-copy>a{display:block;font-size:22px;font-weight:700;margin-top:35px}.contact-copy small{display:block;color:#7c857f;margin-top:10px}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:18px}.contact-form label{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#89928c}.contact-form label:nth-child(4){grid-column:1/-1}.contact-form input,.contact-form textarea{display:block;width:100%;margin-top:9px;background:#0b0e0c;border:1px solid #2a312c;border-radius:13px;padding:15px;color:#fff;font:inherit}.contact-form button{grid-column:1/-1;justify-self:start}footer{border-top:1px solid var(--line);padding:34px 0}.footer{display:flex;align-items:center;justify-content:space-between;color:#778079;font-size:12px;gap:20px}.footer img{width:110px;height:38px;object-fit:contain}.reveal{opacity:0;transform:translateY(24px);transition:.8s}.reveal.visible{opacity:1;transform:none}.delay{transition-delay:.15s}
.case-main{padding-top:78px}.case-hero{padding:100px 0;border-bottom:1px solid rgba(255,255,255,.1)}.case-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.case-hero h1{font-size:clamp(54px,7vw,92px);letter-spacing:-.06em;line-height:1;margin:0 0 22px}.case-hero p{font-size:19px;line-height:1.75;max-width:620px;opacity:.8}.badges.large span{font-size:11px;padding:9px 12px}.store-links{display:flex;gap:10px;flex-wrap:wrap;margin-top:30px}.case-visual{position:relative;min-height:590px;display:grid;place-items:center}.case-icon{width:210px;height:210px;object-fit:cover;border-radius:46px;position:absolute;left:4%;top:3%;z-index:2;box-shadow:0 30px 65px rgba(0,0,0,.28)}.phone-preview{height:520px;border-radius:34px;box-shadow:0 35px 80px rgba(0,0,0,.4);border:8px solid rgba(255,255,255,.12)}.story-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.story-grid article{border:1px solid var(--line);background:var(--panel);padding:30px;border-radius:24px}.story-grid span{color:var(--green);font-size:12px}.story-grid h2{font-size:28px;margin:35px 0 12px}.story-grid p{color:var(--muted);line-height:1.75}.next-project .container{display:flex;justify-content:space-between;align-items:center}.error-page{min-height:100vh;display:grid;place-items:center;overflow:hidden}.error-wrap{text-align:center;position:relative;z-index:2}.error-wrap .brand{display:inline-block;margin-bottom:60px}.error-wrap span{display:block;color:var(--green);font-size:15px;letter-spacing:.2em}.error-wrap h1{font-size:clamp(48px,8vw,100px);letter-spacing:-.07em;margin:15px 0}.error-wrap p{color:var(--muted);margin-bottom:30px}.error-orb{position:fixed;width:500px;height:500px;background:#0c9b54;filter:blur(120px);opacity:.17;border-radius:50%}
@media(max-width:950px){.site-header nav,.nav-actions .btn-small{display:none}.menu{display:block}.hero-grid,.about-grid,.contact-box,.case-grid{grid-template-columns:1fr}.hero{padding-top:135px}.hero-copy{text-align:center}.hero-actions{justify-content:center}.hero-stats{max-width:680px;margin-inline:auto}.showcase{height:520px}.project-grid{grid-template-columns:1fr}.service-grid{grid-template-columns:repeat(2,1fr)}.process-grid{grid-template-columns:repeat(2,1fr)}.section-head{align-items:start;flex-direction:column}.contact-box{padding:38px}.story-grid{grid-template-columns:1fr}.case-visual{min-height:540px}.trusted .container{align-items:flex-start;flex-direction:column}.stats{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.container{width:min(calc(100% - 24px),var(--max))}.brand img{width:108px}.hero{padding:120px 0 70px;min-height:auto}.hero h1{font-size:47px}.hero-copy>p{font-size:16px}.hero-stats{grid-template-columns:repeat(2,1fr)}.showcase{height:460px}.device{width:215px;height:435px;border-radius:42px}.device-screen{border-radius:34px}.device-screen img{width:128px;height:128px}.float-icon{width:64px;height:64px;border-radius:18px}.project-card{min-height:540px;padding:22px}.project-icon img{width:175px;height:175px;border-radius:38px}.project-copy h3{font-size:28px}.service-grid,.process-grid{grid-template-columns:1fr}.service{min-height:250px}.section{padding:86px 0}.contact-form{grid-template-columns:1fr}.contact-form label:nth-child(4){grid-column:auto}.contact-box{padding:28px 20px;border-radius:28px}.footer{flex-direction:column;text-align:center}.case-hero{padding:70px 0}.case-icon{width:130px;height:130px;border-radius:28px}.phone-preview{height:430px}.case-visual{min-height:470px}.next-project .container{flex-direction:column;gap:24px}.logo-strip{gap:16px}}

/* Project showcase assets v6 */
.case-icon{width:180px;height:180px;border-radius:40px;object-fit:cover;left:2%;top:5%}
.phone-preview{width:auto;height:560px;max-width:300px;object-fit:cover;object-position:center top;border-radius:38px;border:9px solid rgba(255,255,255,.14);background:#111}
@media(max-width:620px){.case-icon{width:118px;height:118px;border-radius:27px;left:4%;top:5%}.phone-preview{height:440px;max-width:235px;border-radius:31px;border-width:7px}}
