@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap";*{margin:0;padding:0;box-sizing:border-box;text-decoration:none;list-style:none}html{scroll-behavior:smooth;background-color:#030303}.hold{width:100%;display:flex;justify-content:center}.high{color:#5ec1e8;text-decoration:underline}h1,h2,h3,#hero_title,#hero_btn{font-family:Rubik,sans-serif}body,p,li,#hero_desc,.avail-sub{font-family:Inter,sans-serif}nav{position:fixed;top:0;left:50%;transform:translate(-50%);z-index:1000;width:100%;max-width:1800px;display:flex;justify-content:space-between;align-items:center;padding:10px 24px;background:#0a0a0a8c;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 8px 24px #00000059}#logo{width:80px;margin-left:70px;border-radius:50%;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}#logo:hover{transform:scale(1.06);box-shadow:0 0 20px #5ec1e8}nav ul{display:flex;gap:clamp(22px,4vw,48px);margin-right:70px}nav ul li a{position:relative;color:#fff;font-size:18px;font-weight:600;letter-spacing:.2px;transition:color .2s ease,transform .2s ease}nav ul li a:after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:2px;border-radius:2px;background:linear-gradient(90deg,#5ec1e800,#5ec1e8 40%,#5ec1e800);opacity:0;transform:translateY(3px);transition:opacity .2s ease,transform .2s ease}nav ul li a:hover{color:#5ec1e8;transform:translateY(-1px)}nav ul li a:hover:after{opacity:1;transform:translateY(0)}@media (max-width: 768px){nav{padding:10px 16px}nav ul{gap:18px;margin-right:8px}#logo{margin-left:8px;width:68px}}#hero{width:100%;max-width:1800px;display:flex;justify-content:space-between;align-items:center;gap:clamp(24px,5vw,80px);padding:clamp(24px,5vw,80px);margin-top:100px;padding-bottom:200px}#hero_text{max-width:720px;border-left:4px solid #5EC1E8;padding-left:26px;display:flex;flex-direction:column;gap:14px;margin-top:50px}#hero_title{color:#fff;font-size:clamp(44px,6vw,72px);line-height:1.06;letter-spacing:.4px;text-wrap:balance}#hero_desc{color:#dadada;font-size:18.5px;line-height:1.7;margin-top:4px;max-width:64ch;opacity:.95}#hero_btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;margin-top:22px;padding:14px 28px;font-weight:700;font-size:18px;letter-spacing:.4px;color:#0f0f0f;background:linear-gradient(135deg,#5ec1e8,#4bb4da 55%,#7be7ff);border:1px solid #5EC1E8;border-radius:14px;box-shadow:0 0 0 2px #5ec1e824,0 12px 30px #00000059;position:relative;overflow:hidden;transition:transform .15s ease,box-shadow .2s ease,filter .25s ease;-webkit-tap-highlight-color:transparent}#hero_btn:before{content:"";position:absolute;top:-140%;left:-40%;width:60%;height:380%;transform:rotate(25deg);background:linear-gradient(90deg,#fff0,#ffffff38 45%,#fff0);opacity:0;transition:opacity .25s ease,transform .35s ease;pointer-events:none}#hero_btn:hover{transform:translateY(-2px);filter:saturate(1.05);box-shadow:0 0 0 3px #5ec1e833,0 18px 44px #00000080,0 0 22px #5ec1e859}#hero_btn:hover:before{opacity:1;transform:rotate(25deg) translate(40%)}#hero_btn:active{transform:translateY(0);box-shadow:0 0 0 2px #5ec1e826,0 10px 24px #0006}#hero_btn:focus-visible{outline:none;box-shadow:0 0 0 4px #5ec1e847,0 12px 34px #00000073;transition:box-shadow .08s ease}#hero_img_hold{display:flex;flex-direction:column;align-items:center;gap:14px}#hero_img{width:clamp(360px,38vw,640px);height:auto;display:block;border-radius:18px;border:1px solid rgba(255,255,255,.08);box-shadow:0 28px 60px #0000008c,0 0 0 1px #ffffff0a inset,0 0 120px #5ec1e81a;background:#0b0b0b}.avail{display:flex;flex-direction:column;align-items:center;gap:10px}.avail-pill{display:inline-flex;align-items:center;gap:10px;padding:10px 16px;border-radius:999px;background:#0f0f0f;border:1px solid rgba(46,255,120,.25);color:#d9ffe6;font-weight:700;font-size:18px;letter-spacing:.2px;box-shadow:inset 0 0 0 1px #ffffff08,0 6px 20px #00000059}.avail-pill .dot{width:10px;height:10px;border-radius:50%;display:inline-block;background:radial-gradient(circle at 40% 40%,#b8ffd0,#76ffa8,#21e060);box-shadow:0 0 12px #21e060cc,0 0 24px #21e0604d}.avail-sub{color:#bfbfbf;font-size:15.5px}@media (max-width: 1100px){#hero{flex-direction:column;align-items:stretch;gap:36px}#hero_text{margin-left:0}#hero_img_hold{margin-right:0}#hero_title{text-align:left}}@media (max-width: 768px){nav ul{gap:24px;margin-right:24px}#logo{margin-left:24px}#hero{padding:24px}#hero_title{font-size:clamp(36px,9vw,56px);max-width:none;width:100%;text-align:center}#hero_desc{font-size:17px}#hero_img{width:clamp(320px,85vw,620px)}}#portfolio{width:100%;max-width:1800px;padding-bottom:100px}.sec_title{font-family:Rubik,sans-serif;color:#fff;font-size:clamp(28px,4vw,40px);margin:0 0 20px 70px;border-left:4px solid #5EC1E8;padding-left:16px}.portfolio_grid{display:grid;grid-template-columns:repeat(12,1fr);gap:22px;padding:0 70px}.project_card{grid-column:span 4;background:#0b0b0b;border:1px solid rgba(255,255,255,.06);border-radius:16px;overflow:hidden;cursor:pointer;transition:transform .18s ease,box-shadow .25s ease,border-color .25s ease;box-shadow:0 12px 28px #00000059}.project_card:hover{transform:translateY(-3px);border-color:#5ec1e859;box-shadow:0 20px 44px #00000080,0 0 60px #5ec1e80f}.project_media{position:relative;width:100%;aspect-ratio:16 / 9;background:#101010}.project_media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.project_info{padding:14px 14px 16px}.project_title{color:#fff;font-family:Rubik,sans-serif;font-weight:700;font-size:20px;letter-spacing:.3px;margin-bottom:10px}.thumb_row{display:flex;align-items:center;gap:10px}.mini{width:62px;aspect-ratio:16 / 9;border-radius:8px;overflow:hidden;border:1px solid rgba(255,255,255,.06);background:#0f0f0f;box-shadow:0 6px 16px #0000004d;transition:transform .12s ease,border-color .2s ease;padding:0}.mini:hover{transform:translateY(-2px);border-color:#5ec1e859}.mini img,.mini video{width:100%;height:100%;object-fit:cover;display:block}.mini_video{position:relative;width:100%;height:100%}.mini_video .badge{position:absolute;right:6px;bottom:4px;font-family:Inter,sans-serif;font-size:10px;padding:2px 6px;color:#061014;background:#5ec1e8;border-radius:999px}.more_badge{font-family:Inter,sans-serif;font-size:12px;color:#bfbfbf;padding:6px 10px;border-radius:8px;border:1px dashed rgba(255,255,255,.14)}@media (max-width: 1200px){.project_card{grid-column:span 6}}@media (max-width: 700px){.project_card{grid-column:span 12}}.lb_backdrop{position:fixed;inset:0;z-index:2000;background:#000000b3;display:grid;place-items:center;padding:20px}.lb_dialog{width:min(1080px,92vw);max-height:92vh;background:#101010eb;border:1px solid rgba(255,255,255,.08);border-radius:16px;box-shadow:0 30px 70px #0009,0 0 120px #5ec1e814;display:grid;grid-template-rows:1fr auto;overflow:hidden;position:relative}.lb_close{position:absolute;right:10px;top:10px;width:42px;height:42px;border-radius:10px;background:#0f0f0f;color:#fff;font-size:26px;border:1px solid rgba(255,255,255,.12);transition:transform .12s ease,background .2s ease,border-color .2s ease}.lb_close:hover{transform:translateY(-1px);background:#121212;border-color:#5ec1e859}.lb_nav{position:absolute;top:50%;transform:translateY(-50%);width:46px;height:54px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:#0f0f0f;color:#fff;font-size:26px;transition:transform .12s ease,border-color .2s ease,background .2s ease}.lb_prev{left:10px}.lb_next{right:10px}.lb_nav:hover{transform:translateY(calc(-50% - 1px));border-color:#5ec1e859;background:#121212}.lb_stage{display:flex;align-items:center;justify-content:center;padding:16px;height:clamp(320px,70vh,820px)}.lb_stage img,.lb_stage video{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:12px;border:1px solid rgba(255,255,255,.06);background:#0b0b0b;box-shadow:0 12px 30px #00000073}.lb_thumbs{display:flex;gap:10px;padding:12px;overflow-x:auto;background:#080808db;border-top:1px solid rgba(255,255,255,.06)}.lb_thumb{width:86px;aspect-ratio:16 / 9;border-radius:10px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:#0f0f0f;transition:transform .12s ease,border-color .2s ease;flex:0 0 auto;padding:0}.lb_thumb img,.lb_thumb video{width:100%;height:100%;object-fit:cover;display:block}.lb_thumb:hover{transform:translateY(-2px);border-color:#5ec1e859}.lb_thumb.active{border-color:#5ec1e8;box-shadow:0 0 0 2px #5ec1e840}#pricing{width:100%;max-width:1800px;padding:0 0 120px}.pricing_grid{display:grid;grid-template-columns:repeat(12,1fr);gap:22px;padding:0 70px}.price_card{grid-column:span 4;background:#0b0b0bf5;border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:18px 18px 20px;box-shadow:0 12px 28px #00000059;transition:transform .18s ease,box-shadow .25s ease,border-color .25s ease;position:relative;overflow:hidden}.price_card:after{content:"";position:absolute;inset:0;background:radial-gradient(1200px 300px at -20% -20%,rgba(94,193,232,.1),transparent 55%);pointer-events:none}.price_card:hover{transform:translateY(-3px);border-color:#5ec1e859;box-shadow:0 20px 44px #00000080,0 0 60px #5ec1e80f}.price_header{display:flex;flex-direction:column;gap:10px;margin-bottom:8px}.price_badge{align-self:flex-start;font-family:Rubik,sans-serif;font-weight:800;font-size:14px;letter-spacing:.4px;padding:8px 12px;border-radius:999px;color:#061014;background:linear-gradient(135deg,#5ec1e8,#4bb4da 55%,#7be7ff);border:1px solid #5EC1E8;box-shadow:inset 0 0 0 1px #ffffff0f,0 6px 18px #00000059}.price_dims{color:#bfbfbf;font-family:Inter,sans-serif;font-size:16px;font-weight:600}.price_range{color:#fff;font-family:Rubik,sans-serif;font-size:24px;font-weight:800;letter-spacing:.3px;margin:6px 0 8px;text-shadow:0 0 18px rgba(94,193,232,.08)}.price_note{color:#bfbfbf;font-size:15.5px;line-height:1.6;margin-bottom:16px}.price_cta{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;font-weight:800;letter-spacing:.3px;color:#061014;background:linear-gradient(135deg,#5ec1e8,#4bb4da 55%,#7be7ff);border:1px solid #5EC1E8;border-radius:12px;box-shadow:0 0 0 2px #5ec1e824,0 12px 30px #00000059;transition:transform .15s ease,box-shadow .2s ease,filter .25s ease}.price_cta:hover{transform:translateY(-2px);filter:saturate(1.05);box-shadow:0 0 0 3px #5ec1e833,0 18px 44px #00000080,0 0 22px #5ec1e859}.price_disclaimer{color:#a9a9a9;font-size:14.5px;margin:18px 70px 0}@media (max-width: 1200px){.price_card{grid-column:span 6}}@media (max-width: 700px){.pricing_grid{padding:0 24px}.price_card{grid-column:span 12}.price_range{font-size:22px}}.site_footer{margin-top:40px;border-top:1px solid rgba(255,255,255,.06);background:#0a0a0a8c;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);display:flex;width:100%;justify-content:space-between;box-shadow:0 -8px 24px #00000059}.foot_inner{width:100%;max-width:1800px;margin:0 auto;padding:24px 70px;display:grid;grid-template-columns:1.2fr .8fr 1fr;gap:24px;align-items:center}.foot_brand{display:flex;align-items:center;gap:14px}.foot_logo{width:58px;height:58px;border-radius:50%;border:1px solid rgba(255,255,255,.08);box-shadow:0 8px 24px #00000059}.foot_tag{color:#cfcfcf;font-size:15.5px}.foot_links{display:flex;gap:22px;justify-content:center}.foot_links a{color:#fff;font-weight:700;letter-spacing:.2px;transition:color .2s ease,transform .2s ease;position:relative}.foot_links a:hover{color:#5ec1e8;transform:translateY(-1px)}.foot_links a:after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:2px;border-radius:2px;background:linear-gradient(90deg,#5ec1e800,#5ec1e8 40%,#5ec1e800);opacity:0;transform:translateY(3px);transition:opacity .2s ease,transform .2s ease}.foot_links a:hover:after{opacity:1;transform:translateY(0)}.foot_cta{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.foot_btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;font-weight:800;letter-spacing:.3px;color:#061014;background:linear-gradient(135deg,#5ec1e8,#4bb4da 55%,#7be7ff);border:1px solid #5EC1E8;border-radius:12px;box-shadow:0 0 0 2px #5ec1e824,0 12px 30px #00000059;transition:transform .15s ease,box-shadow .2s ease,filter .25s ease}.foot_btn:hover{transform:translateY(-2px);filter:saturate(1.05);box-shadow:0 0 0 3px #5ec1e833,0 18px 44px #00000080,0 0 22px #5ec1e859}.foot_small{color:#a9a9a9;font-size:13.5px}.foot_bottom{width:100%;max-width:1800px;margin:0 auto;justify-content:center;padding-top:25px;padding-bottom:25px;display:flex;gap:10px;align-items:center;color:#bfbfbf;font-size:14px}.dot_sep{opacity:.6}@media (max-width: 900px){.foot_inner{padding:22px 24px;grid-template-columns:1fr;text-align:center}.foot_brand{justify-content:center}.foot_cta{align-items:center}.foot_bottom{padding:12px 24px 24px;justify-content:center}#logo{margin-left:30px}}.hero_actions{display:flex;align-items:center;width:100%;gap:12px}#hero_btn{width:80%}.hero_btn_icon{display:inline-flex;align-items:center;justify-content:center;gap:10px;margin-top:22px;padding:14px 28px;font-weight:700;font-size:20px;letter-spacing:.4px;color:#0f0f0f;background:linear-gradient(135deg,#5ec1e8,#4bb4da 55%,#7be7ff);border:1px solid #5EC1E8;border-radius:14px;box-shadow:0 0 0 2px #5ec1e824,0 12px 30px #00000059;position:relative;overflow:hidden;transition:transform .15s ease,box-shadow .2s ease,filter .25s ease;-webkit-tap-highlight-color:transparent}.hero_btn_icon:before{content:"";position:absolute;top:-140%;left:-40%;width:60%;height:380%;transform:rotate(25deg);background:linear-gradient(90deg,#fff0,#ffffff38 45%,#fff0);opacity:0;transition:opacity .25s ease,transform .35s ease;pointer-events:none}.hero_btn_icon:hover{transform:translateY(-2px);filter:saturate(1.05);box-shadow:0 0 0 3px #5ec1e833,0 18px 44px #00000080,0 0 22px #5ec1e859}
