:root{--bg-main:#050308;--bg-alt:#0a0a0a;--text-main:#f9fafb;--text-muted:#9ca3af;--accent-red:#ef4444;--accent-orange:#f97316;--accent-gradient:linear-gradient(120deg, #ef4444, #f97316)}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Inter","Poppins","Montserrat",sans-serif;background-color:#050308;color:var(--text-main);min-height:100vh;-webkit-font-smoothing:antialiased;position:relative}body::before{content:"";position:fixed;inset:0;background-image:linear-gradient(rgb(148 163 184 / .08) 1px,transparent 1px),linear-gradient(90deg,rgb(148 163 184 / .08) 1px,transparent 1px);background-size:32px 32px;opacity:.4;pointer-events:none;z-index:-1}.section{padding:4.5rem min(7vw, 5rem);position:relative;z-index:1}.site-header{position:sticky;top:0;z-index:40}.navbar{backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);background:linear-gradient(120deg,rgb(248 113 113 / .08),rgb(248 113 113 / .04));border-bottom:1px solid rgb(248 113 113 / .35)}.navbar-inner{max-width:1200px;margin:0 auto;padding:.9rem 1.2rem;display:flex;align-items:center;gap:2rem}.logo{width:150px;height:36px;display:flex;align-items:center;gap:.55rem;text-decoration:none;color:#fef2f2}.logo-mark{width:26px;height:26px;border-radius:999px;background:conic-gradient(from 140deg,#f97373,#ef4444,#f97316,#f97373);box-shadow:0 0 18px rgb(248 113 113 / .8)}.logo-mark.small{width:18px;height:18px;box-shadow:0 0 10px rgb(248 113 113 / .9)}.logo-text{font-weight:600;letter-spacing:.16em;text-transform:uppercase;font-size:.8rem}.nav-links{display:flex;gap:1.8rem;list-style:none;margin-left:auto}.nav-links a{text-decoration:none;font-size:.9rem;color:#e5e7eb;position:relative;padding-bottom:.2rem;transition:color 0.2s ease}.nav-links a::after{content:"";position:absolute;left:0;bottom:0;width:0%;height:2px;background:linear-gradient(90deg,#f97373,#f97316);border-radius:999px;transition:width 0.2s ease}.nav-links a:hover{color:#fff}.nav-links a:hover::after{width:100%}.btn-quote{margin-left:1.5rem;padding:.6rem 1.1rem;border-radius:999px;border:1px solid rgb(248 113 113 / .8);background:var(--accent-gradient);color:#fef2f2;font-size:.9rem;text-decoration:none;box-shadow:0 0 18px rgb(248 113 113 / .65);transition:transform 0.15s ease,box-shadow 0.15s ease}.btn-quote:hover{transform:translateY(-1px);box-shadow:0 0 25px rgb(248 113 113 / .9)}@media (max-width:768px){.navbar-inner{flex-wrap:wrap;justify-content:space-between}.nav-links{order:2;width:100%;justify-content:center;flex-wrap:wrap;margin:.4rem 0 .2rem}.btn-quote{order:1;margin-left:0}}.projects-init{min-height:calc(100vh - 160px);padding:4.5rem min(7vw, 5rem) 4rem;display:grid;place-items:center}.init-inner{max-width:880px;width:100%;text-align:center}.loader-wrapper{display:flex;justify-content:center;margin-bottom:2rem}.holo-loader{width:140px;height:140px;border-radius:50%;background:conic-gradient(from 180deg,rgb(239 68 68 / .1),rgb(249 115 22 / .9),rgb(239 68 68 / .1));position:relative;animation:spin 1.7s linear infinite;box-shadow:0 0 35px rgb(248 113 113 / .9),0 0 80px rgb(248 113 113 / .5)}.holo-loader::before{content:"";position:absolute;inset:18px;border-radius:50%;background:radial-gradient(circle at 30% 0%,rgb(248 250 252 / .1),rgb(3 7 18));box-shadow:inset 0 0 30px rgb(0 0 0 / .9)}.init-copy h1{font-size:clamp(2rem, 3vw, 2.6rem);line-height:1.1;padding-bottom:5px;margin-bottom:.9rem;background:linear-gradient(120deg,#fee2e2,#fecaca,#f97373,#f97316);-webkit-background-clip:text;color:#fff0}.init-copy .subtitle{color:#e5e7eb;font-size:.98rem;max-width:640px;margin:0 auto 2.5rem;line-height:1.6}.terminal{max-width:880px;margin:0 auto 2.5rem;border-radius:1.1rem;background:linear-gradient(135deg,rgb(15 23 42 / .9),rgb(15 23 42 / .98));border:1px solid rgb(148 163 184 / .7);box-shadow:0 24px 70px rgb(0 0 0 / .95),0 0 26px rgb(248 113 113 / .5);overflow:hidden}.terminal-header{display:flex;align-items:center;gap:.4rem;padding:.4rem .8rem;background:radial-gradient(circle at 0 0,rgb(248 113 113 / .4),rgb(15 23 42 / .98));border-bottom:1px solid rgb(55 65 81 / .9);font-family:"Roboto Mono","Courier New",monospace;font-size:.75rem;color:#e5e7eb}.dot{width:10px;height:10px;border-radius:999px;display:inline-block}.dot-red{background:#f97373}.dot-amber{background:#fbbf24}.dot-green{background:#34d399}.terminal-title{margin-left:auto;opacity:.9}.terminal-body{padding:1rem 1.1rem 1.1rem;background-color:rgb(3 7 18 / .96);font-family:"Roboto Mono","Courier New",monospace;font-size:.88rem;text-align:left;color:#e5e7eb;min-height:170px;position:relative}#terminal-output{white-space:pre-wrap;word-break:break-word}.terminal-cursor{position:absolute;bottom:1.1rem;display:inline-block;width:7px;margin-left:2px;color:#f97373;animation:cursor-blink 0.9s steps(2,start) infinite}.init-cta{margin-top:1.6rem}.cta-btn{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 1.8rem;border-radius:999px;border:1px solid rgb(248 113 113 / .85);background:var(--accent-gradient);color:#fef2f2;font-size:.9rem;text-decoration:none;text-transform:uppercase;letter-spacing:.16em;box-shadow:0 0 22px rgb(248 113 113 / .9);transition:transform 0.16s ease,box-shadow 0.16s ease}.cta-btn:hover{transform:translateY(-2px);box-shadow:0 0 30px rgb(248 113 113)}.site-footer{padding:3rem min(7vw, 5rem) 2rem;border-top:1px solid rgb(31 41 55);background:radial-gradient(circle at top,rgb(15 23 42),rgb(3 7 18));color:#9ca3af}.footer-inner{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1.2fr) minmax(0,1.6fr);gap:2.5rem;max-width:1100px;margin:0 auto 2rem}.footer-brand p{margin-top:.7rem;font-size:.9rem}.footer-links h4,.footer-newsletter h4{font-size:.9rem;letter-spacing:.2em;text-transform:uppercase;margin-bottom:.9rem;color:#e5e7eb}.footer-links ul{list-style:none}.footer-links a{text-decoration:none;color:#9ca3af;font-size:.9rem;display:inline-block;margin-bottom:.35rem}.footer-links a:hover{color:#f9fafb}.newsletter-form{display:flex;gap:.6rem;margin-bottom:.8rem}.newsletter-form input{flex:1;padding:.5rem .8rem;border-radius:999px;border:1px solid rgb(55 65 81);background:rgb(15 23 42 / .95);color:#f9fafb;font-size:.86rem}.newsletter-form input::placeholder{color:#6b7280}.newsletter-form button{border:none;border-radius:999px;padding:.5rem 1rem;background:var(--accent-gradient);color:#fef2f2;font-size:.86rem;cursor:pointer;box-shadow:0 0 12px rgb(248 113 113 / .7)}.footer-social{display:flex;gap:.6rem}.footer-social a{width:28px;height:28px;display:grid;place-items:center;font-size:.7rem;text-decoration:none;color:#9ca3af}.footer-social a:hover{width:35px}.footer-bottom{text-align:center;font-size:.8rem;color:#6b7280}.js-reveal{opacity:0;transform:translateY(24px);transition:opacity 0.6s ease-out,transform 0.6s ease-out}.js-reveal.is-visible{opacity:1;transform:translateY(0)}@keyframes spin{to{transform:rotate(360deg)}}@keyframes cursor-blink{0%,50%{opacity:1}50.01%,100%{opacity:0}}@media (max-width:768px){.footer-inner{grid-template-columns:1fr}.projects-init{padding-top:4rem}.terminal-body{min-height:180px}}